﻿body {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    color: #666;
    word-wrap: break-word;
    min-width: 1200px;
}

body, input[type="button"], input[type="submit"], input[type="reset"], input, select, textarea, pre {
    font-family: "思源黑体", Arial
}

div, span, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, em, font, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    list-style: none
}

section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    display: block
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input, select, textarea {
    font-size: 14px;;
}

img {
    border: none
}

a {
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/xialaicn.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 14px;
    background-color: inherit;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0
}

.clearafter:after {
    content: "";
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.blue {
    color: #066cd4;
}

.red {
    color: #ef0101;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    padding: 0
}

.overhide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overhidetwo {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overhidetree {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overhidefore {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contain {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: none
}

.index_sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.sec_box {
    display: table-cell;
    vertical-align: middle
}

.active .contain, .fp-completely .contain {
    display: block
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.fybjq {
    line-height: 24px;
    font-size: 14px
}

.fybjq img {
    max-width: 100%;
    height: auto !important
}

.tupian {
    position: relative;
    overflow: hidden;
    height: 0
}

.tupian img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

table {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100% !important;
}

table tr, table tr td {
    border: 1px solid #d2d2d2
}

table tr td {
    padding: 15px 1%
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
}

/*图片hover效果*/
.scaleimg img, .trantion, .rotateimg img, .nav li:before, .nav li span, .slateY, .cpzxbotri li, .more img {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.rotateimg:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.scaleimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.slateY:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.rotateBan:hover img {
    animation: rotateBanyuan 1s linear infinite;
    -webkit-animation: rotateBanyuan 1s linear infinite;
    -moz-animation: rotateBanyuan 1s linear infinite;
    -ms-animation: rotateBanyuan 1s linear infinite;
    -o-animation: rotateBanyuan 1s linear infinite
}

@keyframes rotateBanyuan {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateBanyuan {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@-o-keyframes rotateBanyuan {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateBanyuan {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateBanyuan {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

/*头部*/
.header {
    position: relative;
    background: #fff;
}

.headertop {
    background: #0157ae;
    line-height: 40px;
    height: 40px;
    color: #fff
}

.headertop span {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px
}

.headertop span img {
    vertical-align: middle;
    margin-right: 10px;
}

.headerbot {
    padding: 10px 0 15px;
}


.banquan{color: #fff;margin-left: 40px;background: url(../images/sanjiao.svg) no-repeat center right;padding-right: 22px;background-size: 20px auto}
.banquan img{vertical-align: middle;height: 16px;margin-right: 10px;}


.logo img {
    display: block;
    vertical-align: top;
    height: 61px;
}

.nav {
    padding-top: 23px;
    position: relative
}

.nav li {
    position: relative;
    float: left;
    margin-left: 45px;
}

.nav li a.navyja {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    color: #333333
}

.nav li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0e78e4;
    width: 0;
    height: 2px;
}

.nav li.clinav span {
    width: 100%
}

.nav li.clinav a.navyja, .nav li:hover a.navyja {
    color: #0e78e4;
}

.rmss {
    width: 240px;
    height: 40px;
    border: 1px solid #e6e6e6;
    line-height: 40px;
    overflow: hidden;
    margin-top: 15px
}

.sousuoinput {
    width: 72%;
    border: 0;
    vertical-align: top;
    height: 40px;
    line-height: 40px \9;
    outline: none;
    padding: 0 0 0 6%
}

.sousuobut {
    background: #fff url(../images/sousuobtn.png) no-repeat center center;
    width: 20%;
    height: 40px;
    border: 0;
    vertical-align: top;
    outline: none;
    line-height: 40px;
    padding: 0;
    cursor: pointer
}

.menu-activator {
    height: 50px;
    cursor: pointer;
    display: none
}

.visual {
    position: relative;
    margin: 8px 0 0 0;
    width: 20px;
    height: 34px;
}

.visual i.line {
    width: 100%;
    height: 3px;
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visual i.line01 {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}

.visual i.line02 {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}

.visual i.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}

.visual i.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.cliactnav .visual i.line:nth-child(1), .cliactnav .visual i.line:nth-child(3) {
    top: 16px
}

.cliactnav .visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cliactnav .visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cliactnav .visual i.line:nth-child(2), .cliactnav .visual i.line:nth-child(4) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.cliactnav .visual i.line.line01, .cliactnav .visual i.line.line02, .cliactnav .visual i.line.line03, .cliactnav .visual i.line.line04 {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

/*头部 end*/
.banner {
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

#focus_phone {
    display: none;
}

.focus_slide {
    max-width: 100%;
    margin: 0 auto;
    width: 1800px
}

.focus_slide .item {
    position: relative;
    width: 100%
}

.focus_slide .item img {
    display: block;
    width: 100%
}

.focus_slide .owl-controls {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    width: 100%
}

.focus_slide .owl-dots .owl-dot span {
    margin: 0 8px;
    background: none;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #fff
}

.focus_slide .owl-dots .owl-dot.active span, .focus_slide .owl-dots .owl-dot:hover span {
    background: #0e78e4;
    border-color: #0e78e4
}

.cpzx {
    margin-top: 50px
}

.cpzxtop {
    margin-bottom: 40px;
    position: relative
}

.cpzxtop p {
    font-size: 24px;
    color: #222222;
    line-height: 1;
    font-weight: bold;
}

.cpzxtop p img {
    vertical-align: middle;
    margin-right: 30px;
}

.cpzxtop span {
    display: block;
    padding-left: 65px;
    margin-top: 10px
}

.cpzxbotle {
    width: 260px;
    background: url(../images/cpflbg.jpg) no-repeat center top;
    height: 513px
}

.cpzxbotletop {
    line-height: 90px;
    background: #0157ae;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0 25px
}

.cpzxbotletop img {
    vertical-align: sub;
    margin-right: 15px;
}

.cpzxbotlebot {
    padding-top: 35px
}

.cpzxbotlebot li {
    margin-bottom: 30px;
    position: relative
}

.cpzxbotlebot li:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.cpzxbotlebot li a {
    display: block;
    padding: 0 60px 0 45px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.cpzxbotlebot li span {
    position: absolute;
    top: 0;
    right: 30px;
    border: 1px solid #fff;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    opacity: .5
}

.cpzxbotri {
    width: 940px
}

.cpzxbotri li {
    position: relative;
    width: 441px;
    height: 241px;
    background: #f5f5f5;
    margin: 0 0 30px 29px;
    float: left
}

.cpzxbotri li a {
    display: block;
    padding-left: 50px;
    padding-top: 40px
}

.cpzxbotri li p, .cpzxbotri li span {
    padding-right: 250px;
}

.cpzxbotri li p {
    font-size: 18px;
    color: #333333;
    font-weight: bold
}

.cpzxbotri li span {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-top: 5px;
    height: 16px;
}

.cpzxbotri li i {
    color: #333333;
    display: block;
    margin-top: 25px;
    width: 70px;
    line-height: 30px;
    border: 1px solid #cccccc;
    text-align: center;
    font-style: normal;
    font-size: 12px;
}

.cpzxbotri li img {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 236px;
}

.cpzxbotri li img.cpzxbotrinew {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px !important;
    height: 42px !important;
}

.gywm {
    margin-top: 96px
}

.gywmle {
    width: 560px;
}

.gywmlebot {
    height: 168px;
    overflow: hidden;
    margin-bottom: 70px
}

.more a {
    display: block;
    width: 160px;
    height: 50px;
    background: #066cd4;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-size: 13px;
    color: #fff
}

.more img {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    display: block;
}

.gywmri {
    width: 600px;
    text-align: right
}

.gywmri li {
    display: inline-block;
    overflow: hidden;
    margin-left: 35px;
    box-shadow: 0 50px 30px 0 rgba(221, 221, 221, 0.75);
}

.gywmri li img {
    width: 260px;
    display: block;
    height: 352px;
}

.xwzx {
    margin-top: 100px;
    margin-bottom: 30px
}

.xwzx .cpzxtop span {
    margin-right: 240px
}

.xwzx .more {
    position: absolute;
    top: 0;
    right: 0
}

.xwzxbot ul {
    margin-left: -40px
}

.xwzxbot li {
    float: left;
    width: 580px;
    margin: 0 0 40px 40px
}

.xwzxbot li a {
    display: block;
    border: 1px dashed #e6e6e6;
    padding: 35px 40px
}

.xwzxbot li p {
    color: #333333
}

.xwzxbot li p.xwzxbotbt {
    font-size: 18px;
    margin: 15px 0;
    line-height: 20px;
    height: 20px
}

.xwzxbot li p.xwzxbotjj {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #808080
}

.xwzxbot li p.xwzxbotgd {
    font-size: 14px;
    color: #808080;
    margin-top: 20px
}

.footer {
    background: #0157ae;
    position: relative;
}

.footer:after {
    content: "";
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3479be;
}

.foottop {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 54px 0 29px;
    line-height: 27px;
    height: 27px;
    margin-bottom: 50px
}

.footnav {
    width: 970px;
}

.footnavbot {
    width: 590px;
}

.footnavbot li {
    float: left;
    margin: 0 80px 25px 0
}

.footnavbot li p {
    color: #fff;
    font-size: 14px;
    opacity: .5;
    margin-bottom: 5px
}

.footnavbot li span {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: bold
}

.footgzwmbot img {
    display: inline-block;
    width: 128px;
    vertical-align: middle
}

.footgzwmbot pre {
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-left: 30px
}

.footkslj {
    width: 230px;
    position: relative
}

.footksljbot {
    margin-top: 38px;
}

.footksljbot li {
    margin-bottom: 15px;
    float: left;
    width: 50%
}

.footksljbot li a {
    color: #fff;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
}

.footksljbot li a:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}

.footbq {
    text-align: center;
    padding: 30px 0;
    margin-top: 60px;
    color: #fff;
    background: #014992
}

.footbq a {
    color: #fff;
    display: inline-block;
    margin: 0 5px
}

.fybanner {
    max-width: 100%;
    margin: 0 auto;
    width: 1800px
}

.fybanner img {
    display: block;
    width: 100%
}

.fybanner img.fybannersj {
    display: none;
}

.fymbx {
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    line-height: 60px;
}

.fymbx .main1200 {
    border-left: 1px solid #f0f0f0
}

.fymbx h2 {
    font-weight: normal;
    font-size: 14px;
}

.fymbx h2 img {
    margin: 0 10px 0 20px
}

.fymbx h2 a:hover {
    color: #0086d1
}

.fymbx ul li {
    float: left;
    margin-left: 20px;
}

.fymbx ul li:hover a, .fymbx ul li.climbx a {
    color: #0086d1;
    font-weight: bold
}

.fymain {
    margin: 80px auto
}

.fymainleft {
    width: 300px;
}

.fyqywhtitl {
    background: #066bd3;
    height: 100px;
    text-align: center;
    color: #fff
}

.fyqywhtitl h2 {
    font-weight: normal;
    font-size: 30px;
    padding: 20px 0 5px;
    letter-spacing: 10px;
}

.fyqywhtitl h3 {
    font-weight: normal;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    text-transform: uppercase
}

.fyqywhtitl h3 span {
    width: 30px;
    height: 1px;
    background: #9dd0ed;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.fyqylb {
}

.fyqylb li {
    margin-top: 10px;
}

.fyqylb li a.fyqylba {
    display: block;
    border: 1px solid #dbdbdb;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    background: url(../images/xingxing.png) no-repeat 80px center;
    padding-left: 115px;
}

.fyqylb li.clifyqylb a.fyqylba, .fyqylb li a.fyqylba:hover {
    background: url(../images/xingxingred.png) no-repeat 80px center;
    border: 1px solid #066bd3;
    color: #066bd3
}

.fyqylb li span {
    display: inline-block;
    margin-left: 10px
}

.fzjgshow {
    padding: 10px 0;
    display: none;
    background: #e6f0fb
}

.fzjgshow a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px 0 80px
}

.fzjgshow a.clifzjgshow, .fzjgshow a:hover {
    color: #0086d1
}

.fyqylb li:hover .fzjgshow, .fyqylb li.clifyqylb .fzjgshow {
    display: block
}

.fyqylb li.clifyqylb .cpfwshow {
    display: block
}

.fymainright {
    width: 795px;
    border: 1px solid #e6e6e6;
    padding: 50px 30px 55px
}

.fymainrighttop {
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    line-height: 24px;
    margin-bottom: 40px
}

.fymainrighttop span {
    background: #066bd3;
    width: 3px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.fydongtai {
    padding-bottom: 30px
}

.fydongtai li {
    height: 160px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6
}

.fydongtai li .fydtleft {
    width: 240px;
    overflow: hidden;
    float: left
}

.fydongtai li .fydtleft img {
    width: 240px;
    height: 160px;
    display: block;
}

.fydongtai li .fydtright {
    margin-left: 280px;
    padding-top: 14px
}

.fydongtai li .fydtright p.fydtrightbt {
    font-size: 16px;
    color: #333333;
}

.fydongtai li .fydtright p.fydtrightjj {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 15px 0
}

.fydongtai li .fydtright p.fydtrightsj {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    background: url(../images/jantouhui.png) no-repeat center right
}

.page {
    text-align: center;
    line-height: 40px;
}

.page a, .page span {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
    min-width: 30px;
    border: 1px solid #eeeeee;
    padding: 0 5px
}

.page span.pagecurrent, .page a:hover {
    background: #066cd4;
    color: #fff;
}

.page span.dianspan {
    padding-top: 0;
    vertical-align: top;
    background: none;
}

.fyktxqtitle {
    text-align: center;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 15px;
    margin-bottom: 25px
}

.fyktxqtitle h2 {
    color: #333333;
    font-size: 24px;
    padding: 0 0 20px;
    font-weight: normal;
    line-height: 30px
}

.fyktxqtitle p {
    color: #999999;
    font-size: 12px;
}

.fyxwxqbjq {
    line-height: 36px
}

.fyianxi {
    position: relative
}

.fyianxi img.fyianxiimg {
    display: block;
    width: 100%
}

.fylxwmleft {
    margin-top: 30px
}

.fylxwmleft h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 30px;
}

.fylxwmleft p {
    line-height: 29px;
}

.fyjdal {
    padding-bottom: 30px
}

.fyjdal li {
    margin-bottom: 40px;
}

.fyjdal li .fyjdalleft {
    width: 300px;
    overflow: hidden;
    float: left
}

.fyjdal li .fyjdalleft img {
    width: 300px;
    height: 200px;
    display: block;
}

.fyjdal li .fyjdalright {
    float: right;
    width: 470px;
    padding-top: 30px
}

.fyjdal li .fyjdalright p.fyjdalrightbt {
    font-size: 18px;font-weight: bold;
    color: #333333;
}

.fyjdal li .fyjdalright p.fyjdalrightjj {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 20px 0
}

.fyjdal li .fyjdalright p.fyjdalrightck {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
    height: 30px;
    width: 100px;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 20px;
}

.fyjdal li:hover p.fyjdalrightck {
    background: #0086d1;
    color: #fff
}

.fyjdal li.fyjdalliodd .fyjdalleft {
    float: right
}

.fyjdal li.fyjdalliodd .fyjdalright {
    float: left
}

.fyhzhb {
    padding-bottom: 35px
}

.fyhzhb ul {
    margin-left: -49px
}

.fyhzhb li {
    float: left;
    width: 232px;
    margin: 0 0 35px 49px;
    text-align: center
}

.fyhzhb li img {
    border: 1px solid #eee;
    display: block;
    width: 230px;
    height: 120px;
}

.fyhzhb li p {
    margin-top: 15px;
}

.fymainright .cpzxbotri {
    width: inherit;
    padding-bottom: 30px
}

.fymainright .cpzxbotri li a {
    padding-left: 30px
}

.fymainright .cpzxbotri ul {
    margin-left: -29px
}

.fymainright .cpzxbotri li {
    width: 381px;
    height: 208px
}

.fymainright .cpzxbotri li img {
    width: 220px;
    height: 208px
}

.fymainright .cpzxbotri li p, .fymainright .cpzxbotri li span {
    padding-right: 200px
}

.fycpxqle {
    background: #f5f5f5;
    width: 435px
}

.fycpxqle img {
    display: block;
    width: 100%
}

.fycpxqri {
    width: 315px;
}

.fycpbt {
    padding: 30px 0 40px
}

.fycpbt p {
    font-size: 24px;
    color: #333333
}

.fycpbt span {
    font-size: 14px;
    color: #333333;
    display: block
}

.fyljbj {
    margin-top: 90px;
}

.fyljbj a {
    display: block;
    width: 136px;
    height: 48px;
    background: #066bd3;
    text-align: center;
    line-height: 48px;
    color: #fff
}

.fycpfenlei {
    margin-top: 40px
}

.fycpfltop {
    background: #f3f8fe;
    padding-left: 30px;
    margin-bottom: 40px
}

.fycpfltop li {
    float: left;
    position: relative;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #333333;
    margin-right: 40px;
    padding-left: 18px;
    cursor: pointer
}

.fycpfltop li.fycpfltopatv {
    color: #066bd3;
    font-weight: bold
}

.fycpfltop li.fycpfltopatv:after {
    content: "";
    width: 3px;
    height: 16px;
    background: #066bd3;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.fycpflbotsub {
    display: none
}

.fycpystop {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 25px
}

.fycpysbot li {
    height: 430px;
    float: left;
    width: 25%;
    position: relative
}

.fycpysbotwz {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 300px;
    background: #0e78e4;
    padding: 0 10%;
    overflow: hidden
}

.fycpysbotwz p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 25px 0
}

.fycpysbotwz span {
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #fff
}

.fycpysbotimg {
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0
}

.fycpysbotimg img {
    height: 130px;
    display: block;
    width: 100%
}

.fycpysbot li.fycpysbotli1 .fycpysbotwz, .fycpysbot li.fycpysbotli3 .fycpysbotwz {
    bottom: 0;
    top: auto;
    background: #f5f5f5;
}

.fycpysbot li.fycpysbotli1 .fycpysbotwz p, .fycpysbot li.fycpysbotli3 .fycpysbotwz p, .fycpysbot li.fycpysbotli1 .fycpysbotwz span, .fycpysbot li.fycpysbotli3 .fycpysbotwz span {
    color: #333
}

.fycpysbot li.fycpysbotli1 .fycpysbotimg, .fycpysbot li.fycpysbotli3 .fycpysbotimg {
    bottom: auto;
    top: 0
}

.fyxgcp {
    margin-top: 30px
}

.fyxgcpbot ul {
    margin-left: -28px
}

.fyxgcpbot li {
    float: left;
    width: 246px;
    text-align: center;
    margin-left: 28px;
}

.fyxgcpbot li img {
    width: 100%;;
    background: #f5f5f5;
    height: 232px;
}

.fyxgcpbot li p {
    font-size: 18px;
    color: #333333;
    margin: 15px 0 5px
}

.fyxgcpbot li span {
    font-size: 14px;
    color: #808080
}

.fycpxqjjfa{padding-bottom: 0;margin-top: 30px}
.fycpxqjjfa  li .fyjdalright p.fyjdalrightjj{height: auto !important;}
.fycpxqjjfalbt .item img {display: block;width: 100%}
.fycpxqjjfa  li .fyjdalleft{width: 435px;}
.fycpxqjjfa li .fyjdalleft img{width: 100%;height: auto}
.fycpxqjjfa li .fyjdalright{width: 315px;}
/*.fycpxqjjfalbt .owl-controls {display: none}*/


.fycpxqlesub .owl-controls,.fycpxqjjfalbt .owl-controls{position: absolute;bottom: 20px;margin: 0 auto;width: 100%}
.fycpxqlesub .owl-dots .owl-dot span,.fycpxqjjfalbt .owl-dots .owl-dot span {margin: 0 5px;background: none;width: 8px;height: 8px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;opacity: 1;border: 2px solid #0e78e4}
.fycpxqlesub .owl-dots .owl-dot.active span, .fycpxqlesub .owl-dots .owl-dot:hover span,.fycpxqjjfalbt .owl-dots .owl-dot.active span, .fycpxqjjfalbt .owl-dots .owl-dot:hover span{background: #0e78e4;border-color: #0e78e4}



.footksljbot li a:hover, .footbq a:hover {
    text-decoration: underline
}

.more a:hover img {
    right: 10px
}

.xwzxbot li:hover {
    box-shadow: 0 0 20px 0 rgba(6, 108, 212, 0.19);
}

.xwzxbot li:hover a {
    border-color: #fff
}

.xwzxbot li:hover p.xwzxbotbt {
    font-weight: bold
}

.xwzxbot li:hover p.xwzxbotbt, .xwzxbot li:hover p.xwzxbotgd, .fydongtai li:hover .fydtright p.fydtrightbt, .fyxgcpbot li:hover p {
    color: #066cd4
}

.cpzxbotri li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 30px 0 rgba(6, 108, 212, 0.19);
}

.cpzxbotlebot li:hover a, .cpzxbotlebot li:hover:after {
    font-weight: bold;
    font-size: 18px
}

.cpzxbotlebot li:hover span {
    font-weight: normal;
    font-size: 16px
}

.fyljbj a:hover {
    background: #034a93
}

/**********************************************适配*******************************************************/
@media only screen and (max-width: 768px) {
    body {
        min-width: inherit;
    }

    .main1200 {
        width: 94%;
    }

    .header {
        position: fixed;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.18);
        z-index: 999
    }

    .headertop {
        line-height: 30px;
        height: 30px
    }

    .headertop .left {
        display: none
    }

    .headertop span {display: none;
    }


    .headerbot {
        padding: 0;
        line-height: 50px;
        height: 50px
    }

    .logo {
        margin-top: 3px;
    }

    .logo img {
        height: 40px;
    }

    .menu-activator {
        display: block
    }

    .headerhei {
        height: 80px
    }

    .nav {
        display: none;
        position: fixed;
        top: 80px;
        width: 100%;
        text-align: center;
        left: 0;
        background: rgba(0, 0, 0, .8);
        height: 100%;
        z-index: 999;
        margin: 0;
        line-height: 40px;
        padding: 0
    }

    .nav ul {
        padding-top: 40px
    }

    .nav li {
        float: inherit;
        width: 100%;
        margin: 0;
        height: auto
    }

    .nav li a.navyja {
        line-height: 40px;
        height: 40px;
        color: #fff;
        font-size: 16px
    }

    .nav li span {
        bottom: 0;
        height: 2px;
    }

    .focus_slide {
        width: 100%
    }

    .focus_slide .owl-controls {
        bottom: 15px;
    }

    .focus_slide .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 5px
    }

    .cpzxtop p img {
        margin-right: 10px;
        height: 4px
    }

    .cpzxtop span {
        padding-left: 28px
    }

    .cpzxbotri li {
        width: 48%;
        margin: 0 1% 20px;
        height: auto
    }

    .cpzxbotri li img {
        width: auto;
        height: 152px;
        position: relative;
        max-width: 100%
    }

    .cpzxbotri li a {
        padding: 20px 7% 5px
    }

    .cpzxbotri li p, .cpzxbotri li span {
        padding: 0
    }

    .more a {
        width: 110px;
        height: 36px;
        line-height: 36px;
        padding: 0 0 0 10px
    }

    .more img {
        right: 10px
    }

    .gywmri {
        text-align: left
    }

    .gywmri li {
        width: 45%;
        margin: 0 3% 0 0;
        box-shadow: 0 10px 10px 0 rgba(221, 221, 221, 0.75)
    }

    .xwzx .more {
        top: -12px
    }

    .xwzx .cpzxtop span {
        margin-right: 0
    }

    .xwzxbot li {
        width: 100%;
        margin: 0 0 20px 0
    }

    .xwzxbot li a {
        padding: 20px
    }

    .foottop {
        padding: 20px 0 0;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .footnavbot li {
        margin: 0 15px 20px 0
    }

    .footgzwmbot img {
        width: 78px;
    }

    .footgzwmbot pre {
        margin-left: 14px
    }

    .footbq {
        padding: 20px 0;
        margin-top: 20px
    }

    .fymbx {
        height: auto;
        line-height: 45px;
    }

    .fymbx .main1200 {
        border: 0
    }

    .fymbx .right {
        float: inherit
    }

    .fymbx h2 {
        display: none
    }

    .fymbx ul li {
        margin: 0 15px 0 0
    }

    .fymainright {
        float: inherit;
        padding: 0;
        width: 100%;
        border: 0
    }

    .fymainrighttop {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .fydongtai li {
        height: auto
    }

    .fydongtai li .fydtleft {
        width: 120px;
    }

    .fydongtai li .fydtright {
        margin-left: 135px;
        padding-top: 0
    }

    .fydongtai li .fydtright p.fydtrightjj {
        line-height: 20px;
        height: 40px;
        margin: 10px 0
    }

    .page {
        line-height: 30px;
    }

    .page a, .page span {
        margin: 0;
        min-width: inherit;
        padding: 0 4px
    }

    .page a, .page span {
        border-color: #fff
    }

    .fyktxqtitle h2 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px
    }

    .fyxwxqbjq {
        line-height: 24px
    }

    .fyjdal li .fyjdalright p.fyjdalrightjj {
        line-height: 20px;
        height: 40px;
        margin: 10px 0
    }

    .fyhzhb li {
        width: 33.3%;
        margin: 0 0 20px 0
    }

    .fymainleft {
        width: 100%;
        float: inherit;
        margin-bottom: 20px
    }

    .fyqywhtitl {
        height: 60px
    }

    .fyqywhtitl h2 {
        font-size: 18px;
        padding-top: 8px
    }

    .fyqywhtitl h3 {
        font-size: 14px
    }

    .fyqylb li a.fyqylba {
        line-height: 50px;
        height: 50px;
        font-size: 14px
    }

    .fymainright .cpzxbotri li {
        width: 48%;
        height: auto;
        margin: 0 1% 20px
    }

    .fymainright .cpzxbotri li a {
        padding: 20px 5% 5px
    }

    .fymainright .cpzxbotri li p, .fymainright .cpzxbotri li span {
        padding-right: 0
    }

    .fymainright .cpzxbotri li img {
        width: 100%;
        height: auto
    }

    .fycpfltop {
        padding: 0
    }

    .fycpfltop li {
        width: 20%;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 14px
    }

    .fycpysbot li {
        width: 50%
    }

    .fycpysbotwz p {
        font-size: 14px;
        padding: 15px 0 5px
    }

    .cpzxbotle{width: 100%;float: inherit;background-size: cover;height: auto;padding-bottom: 15px;margin-bottom: 20px}
    .cpzxbotletop{line-height: 46px;font-size: 18px}
    .cpzxbotletop img{height: 21px;}
    .cpzxbotlebot{padding-top: 20px}
    .cpzxbotlebot li{margin-bottom: 20px}

    /*共用*/
    .fydongtai li .fydtleft img, .fyjdal li .fyjdalleft img, .fyhzhb li img {
        height: auto;
        width: 100%
    }

    .cpzxtop p {
        font-size: 18px;
    }

    .cpzxbotri li p, .xwzxbot li p.xwzxbotbt, .fyjdal li .fyjdalright p.fyjdalrightbt, .fycpbt p, .fycpystop {
        font-size: 16px;
    }

    .footnavbot li span {
        font-size: 14px
    }

    .cpzxbotri li span, .fycpbt span {
        font-size: 12px
    }

    .fymain {
        margin: 30px auto
    }

    .cpzx, .gywm, .xwzx, .fyljbj, .fycpfenlei, .fycpflbotsub {
        margin-top: 30px
    }

    .cpzxtop, .gywmlebot, .fyjdal li, .fycpystop {
        margin-bottom: 20px
    }

    .footksljbot {
        margin-top: 0
    }

    .fydongtai, .fyjdal, .fyhzhb, .fymainright .cpzxbotri {
        padding-bottom: 10px
    }

    .fycpbt {
        padding: 20px 0
    }

    .gywmri {
        margin-top: 20px
    }

    .xwzxbot ul, .fyhzhb ul, .fymainright .cpzxbotri ul {
        margin-left: 0
    }

    .gywmri li img {
        width: 100%;
        height: auto
    }

    .cpzxbotri, .gywmle, .gywmri, .footnav, .footnavbot, .footkslj, .fyjdal li .fyjdalleft, .fyjdal li .fyjdalright, .fyjdal li.fyjdalliodd .fyjdalleft, .fyjdal li.fyjdalliodd .fyjdalright, .fycpxqle, .fycpxqri {
        float: inherit;
        width: 100%
    }

    #focus, .fybanner img.fybannerpc, .rmss, .cpzxbotle, .footer:after, .fymainleft, .fycpfltop li.fycpfltopatv:after, .fycpfltop {
        display: none
    }

    #focus_phone, .fybanner img.fybannersj, .fycpflbotsub {
        display: block
    }
}

@media only screen and (max-width: 720px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 414px) {
}

/*---------------------------------手机----------------------------------------------*/
@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

/*1280*1024*/
@media (max-width: 1280px) and (min-height: 867px) {
}

@media (min-width: 1025px) and (max-height: 900px) {
}

@media only screen and (max-height: 780px) {
}

@media (min-width: 1025px) and (max-height: 780px) {
}

@media only screen and (max-height: 630px) {
}