﻿body {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    color: #808080;
    word-wrap: break-word;
    min-width: 1200px;
}

body, input[type="button"], input[type="submit"], input[type="reset"], input, select, textarea, pre {
    font-family: "微软雅黑";
    line-height: 1
}

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: #808080;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/xialaicn.png) no-repeat center right !important;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}

.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
}

.red {
    color: #012bb6
}

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;
}

.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 {
    display: block
}

.main1600 {
    width: 1600px;
    margin: 0 auto;
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
}

.radius3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.radius30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.fybjq {
    line-height: 24px
}

.fybjq img {
    max-width: 100%;
    height: auto !important
}

table {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100%
}

table tr, table tr td {
    border: 1px solid #d2d2d2
}

table tr td {
    padding: 15px 1%
}

/*图片hover效果*/
.scaleimg img, .rotateimg img, .nav li span {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease
}

.scaleimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.rotateimg:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

/*头部*/
.header {
    height: 100px;
}

.logo {
    margin-top: 36px
}

.logo img {
    vertical-align: top;
    display: block;
    height: 28px;
    width: 233px
}

.menu-activator {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: none
}

.visual {
    position: relative;
    margin: 9px 0 0 0;
    width: 22px;
    height: 34px;
}

.visual i.line {
    width: 100%;
    height: 3px;
    background-color: #666;
    -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
}

.sousuo {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    width: 197px;
    margin-top: 29px
}

.ssle {
    width: 74%;
    height: 40px;
    line-height: 40px \9;
    background: none;
    outline: none;
    border: 0;
    vertical-align: top;
    padding: 0 3% 0 1%
}

.ssri {
    width: 20%;
    height: 40px;
    line-height: 40px;
    background: url(../images/sousuo.png) no-repeat center center;
    outline: none;
    border: 0;
    vertical-align: top;
    cursor: pointer
}

.nav li {
    position: relative;
    float: left;
    margin-right: 50px;
}

.nav li a.navyiji {
    display: block;
    line-height: 100px;
    height: 100px;
    z-index: 2;
    font-size: 16px;
    color: #333333
}

.nav li span {
    background: #012bb6;
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 28px;
}

.nav li.clinav span, .nav li:hover span {
    width: 100%
}

.banner {
    position: relative
}

#focus {
    display: block
}

#focus_phone {
    display: none
}

.focus_slide {
    width: 100%
}

.focus_slide .item {
    position: relative;
    width: 100%
}

.focus_slide .item img {
    display: block;
    width: 100%
}

.focus_slide .owl-controls {
    position: absolute;
    width: 1200px;
    bottom: 170px;
    margin-top: 0;
    left: 50%;
    margin-left: -600px;
    text-align: left
}

.focus_slide .owl-controls .owl-dots {
    float: right;
    width: 475px;
}

.focus_slide .owl-dots .owl-dot span {
    margin: 0 24px 0 0;
    background: url(../images/banneryuan1.png) no-repeat center left;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.focus_slide .owl-dots .owl-dot.active span, .focus_slide .owl-dots .owl-dot:hover span {
    background: url(../images/banneryuan0.png) no-repeat center left;
}

.focus_slide .item .main1200 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    padding-top: 200px
}

.bannertxt {
    width: 475px;
    float: right;
    display: none
}

.bannertxt p.banntxtbt {
    font-size: 14px;
    color: #fff
}

.bannertxt p.banntxtwz {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 45px
}

.bannertxt p.banntxtjj {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 48px;
    margin-bottom: 60px
}

.bannertxt .videwmore {
    width: 200px;
    line-height: 60px;
    height: 60px;
    color: #012bb6;
    border-color: #012bb6
}

.bannertxt .videwmore:after {
    background: #012bb6 url(../images/jiantou0.png) no-repeat center center;
    border-color: #012bb6;
    height: 60px
}

.qxzn {
    margin-top: 60px;
    position: relative;
    overflow: hidden
}

.qxzn img {
    display: block;
    width: 100%
}

.qxzntxt {
    position: absolute;
    padding: 150px 0 0 110px;
    top: 0;
    left: 0
}

.qxzntxt p {
    font-size: 40px;
    color: #fff;
    font-weight: bold
}

.qxzntxt span {
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 22px 0 45px
}

.videwmore {
    display: block;
    width: 145px;
    height: 45px;
    border: 2px solid #fff;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: relative
}

.videwmore:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -49px;
    height: 45px;
    background: #fff url(../images/jiantou.png) no-repeat center center;
    width: 46px;
    border: 2px solid #fff
}

.cpzx {
    margin-top: 60px;
}

.cpzxtop {
    text-align: center;
    margin-bottom: 45px
}

.cpzxtop span {
    font-size: 30px;
    color: #333333;
    display: inline-block;
    position: relative
}

.cpzxtop span:after {
    content: "";
    position: absolute;
    border: 2px solid #012bb6;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -8px;
    right: -8px
}

.cpzxtop p {
    margin-top: 10px;
    line-height: 30px
}

.cpzxbot {
    overflow: hidden
}

.cpzxbot ul {
    margin-left: -20px
}

.cpzxbot li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 590px;
    margin: 0 0 20px 20px;
}

.cpzxbot li img {
    display: block;
    width: 590px;
    height: 400px;
}

.cpzxbottxt {
    position: absolute;
    left: 0;
    width: 90%;
    padding: 0 5%;
    bottom: 35px;
}

.cpzxbottxt p {
    font-size: 30px;
    color: #333
}

.cpzxbottxt span {
    color: #999;
    margin: 10px 0 20px
}

.cpzxbottxt b {
    background: url(../images/jiantou.png) no-repeat center center;
    width: 16px;
    height: 10px;
    display: block
}

.cpzxbot li.cpzxbotli0 .cpzxbottxt {
    bottom: 35px;
}

.cpzxbot li.cpzxbotli0 p {
    color: #fff
}

.cpzxbot li.cpzxbotli1 .cpzxbottxt {
    top: 60px;
}

.cpzxbot li.cpzxbotli2 {
    text-align: center
}

.cpzxbot li.cpzxbotli2 .cpzxbottxt {
    top: 90px;
}

.cpzxbot li.cpzxbotli2 .cpzxbottxt b {
    margin: 0 auto
}

.cpzxbot li.cpzxbotli1 .cpzxbottxt b, .cpzxbot li.cpzxbotli2 .cpzxbottxt b {
    background: url(../images/jiantou.png) no-repeat center center
}

.cpzxbot li.cpzxbotli3 {
    background: #f0f0f0;
    height: 400px;
    text-align: center
}

.cpzxbot li.cpzxbotli3 span {
    width: 119px;
    height: 119px;
    border: 1px solid #d4d4d4;
    line-height: 113px;
    display: block;
    margin: 110px auto 35px;
    color: #cccccc;
    font-size: 55px;
    font-weight: 100;
}

.cpzxbot li.cpzxbotli3 p {
    font-size: 16px;
    color: #333333
}

.yyhymain {
    background: #fafafa;
    margin-top: 60px;
    padding: 60px 0 85px
}

.yyhybot {
    background: #333333
}

.yyhybottop {
    position: relative;
    margin-bottom: 40px;
}

.cgalbotdiv .item {
    position: relative
}

.cgalbotdiv .item img.yyhyimg {
    display: block;
    width: 100%
}

.cgalbotdivtxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background: rgba(12, 12, 12, .7);
    text-align: center;
    padding: 0 16%
}

.cgalbotdiv .item .cgalbotdivtxt img.yyhyicn {
    display: block;
    margin: 98px auto 20px;
    width: 92px;
    height: 92px;
    border: 1px solid #fff
}

.cgalbotdivtxt p {
    font-size: 18px;
    color: #fff;
    font-weight: bold
}

.cgalbotdivtxt span {
    line-height: 24px;
    color: #fff;
    height: 48px;
    margin: 15px 0 45px;
}

.cgalbotdiv .item .cgalbotdivtxt img.yyhyjt {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 10px
}

.cgalbotdiv .owl-controls {
    display: none;
}

.cgalbotbtnle, .cgalbotbtnri {
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.cgalbotbtnle {
    left: -80px;
    background-image: url(../images/fyghle.png)
}

.cgalbotbtnri {
    right: -80px;
    background-image: url(../images/fyghri.png)
}

.liuchengnew {
    position: relative;
}

.liuchengnew:after {
    content: "";
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0
}

.liuchengnew .swiper-container {
    padding: 0 0 55px;
    width: 100%;
    position: relative
}

.liuchengnew .swiper-slide {
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: auto;
}

.liuchengnew .swiper-slide img {
    width: auto;
    height: 100px;
    display: block;
}

.liuchengnew .swiper-scrollbar {
    height: 1px;
    margin-bottom: 6px;
    background: #e6e6e6;
    width: 100%;
    left: 0;
    bottom: 0
}

.liuchengnew .swiper-scrollbar-drag {
    height: 13px;
    background: #e6e6e6;
    top: -6px
}

.xwzx {
    margin-top: 60px;
    padding-bottom: 77px;
}

.xwzxbot {
    margin-bottom: 60px
}

.xwzxbot ul {
    margin-left: -19px
}

.xwzxbot ul li {
    float: left;
    width: 387px;
    margin-left: 19px;
}

.xwzxbot ul li img {
    display: block;
    width: 387px;
    height: 218px;
}

.xwzxtxt {
    padding: 28px 28px 35px
}

.xwzxtxt p.xwzxtxtpbt {
    font-size: 18px;
    color: #333333;
}

.xwzxtxt p.xwzxtxtpjj {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    height: 36px;
    margin: 25px 0
}

.xwzxtxt p.xwzxtxtsj {
    font-size: 14px;
    color: #666;
}

.xwzxgd {
    margin-left: -50px
}

.xwzxgd .videwmore {
    margin: 0 auto;
    border-color: #012bb6;
    color: #012bb6;
    width: 200px
}

.xwzxgd .videwmore:after {
    border-color: #012bb6;
    background: #012bb6 url(../images/jiantou0.png) no-repeat center center;
}

.footer {
    background: #fafafa;
    position: relative
}

.footer:after {
    content: "";
    position: absolute;
    top: 104px;
    height: 1px;
    background: #f0f0f0;
    left: 0;
    width: 100%
}

.footertop {
    padding-bottom: 36px
}

.footbt {
    padding: 55px 0 25px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 50px
}

.footerlx {
    width: 740px;
}

.footlx {
    width: 500px;
}

.footlx li {
    float: left;
    min-width: 50%;
    margin-bottom: 36px
}

.footlx li p {
    margin-bottom: 10px
}

.footlx li b {
    font-size: 18px;
    display: block;
    color: #333
}

.footwx {
    width: 240px;
}

.footwx img {
    vertical-align: middle;
    margin-right: 10px;
    width: 128px;
    height: 128px;
}

.footwx pre {
    display: inline-block;
    line-height: 24px;
    color: #333333;
    vertical-align: middle
}

.footernav {
    width: 260px;
}

.footdh li {
    float: left;
    width: 50%;
    margin-bottom: 20px
}

.footdh li a {
    color: #333333
}

.footerbq {
    padding: 30px 0;
    background: #fff;
    text-align: center
}

.fybanner img {
    display: block;
    width: 100%
}

.fybanner img.fybannersj {
    display: none;
}

.fymbx {
    position: relative;
    padding: 50px 0 40px;
    margin-top: -86px;
    z-index: 2
}

.fymbx:after {
    position: absolute;
    top: 0;
    left: 8%;
    width: 92%;
    background: #012bb6 url(../images/fymbxbg.png) repeat-x left bottom;
    content: "";
    height: 100%;
}

.fymbx .cpzxtop {
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

.fymbx .cpzxtop p, .fymbx .cpzxtop span {
    color: #fff
}

.fymbx .cpzxtop span:after {
    border-color: #fff
}

.fymbxri {
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.fymbxri li {
    float: left;
    margin-left: 35px
}

.fymbxri li a {
    color: #fff;
    display: block;
    padding-left: 20px;
    position: relative;
}

.fymbxri li a:after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 4px;
    left: 0;
    display: none
}

.fymbxri li.fymbxrianv a:after {
    display: block
}

.fymain {
    padding: 55px 0 75px
}

.fybiaoti {
    font-size: 24px;
    color: #333;
    margin-bottom: 45px;
}

.fyxwlb li {
    margin-bottom: 60px
}

.page {
    text-align: center;
    line-height: 30px;
    padding: 20px 10px;
    border: 1px dashed #e6e6e6
}

.page a, .page span {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin: 0 8px;
    min-width: 30px
}

.page span.pagecurrent, .page a:hover {
    background: #012bb6;
    color: #fff;
}

.page span.dianspan {
    padding-top: 0;
    vertical-align: top;
    background: none;
}

.page a.prev {
    margin-right: 100px
}

.page a.next {
    margin-left: 100px
}

.fyxwxqle {
    width: 830px;
}

.fyxwxqtitle {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2
}

.fyxwxqtitle h2 {
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px
}

.fyxwxqtitle p {
    font-size: 14px;
    color: #666666;
}

.fyspnext {
    margin-top: 50px;
    background: #fafafa;
    padding: 28px 0;
    text-align: center
}

.fyspnext a {
    color: #012bb6
}

.fyxwxqri {
    width: 310px;
}

.fyxwxqlb ul {
    margin-left: 0
}

.fyxwxqlb ul li {
    width: 100%;
    float: inherit;
    margin: 0 0 20px 0
}

.fyxwxqlb ul li img {
    width: 100%;
    height: auto
}

.fycpzs li.cpzxbotli3 span img {
    width: 39px;
    height: 39px;
    margin: 40px 0 0 40px
}

.fycpxqtop {
    position: relative
}

.fycpxqtop:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eee;
    top: 12px;
    left: 0
}

.fycpxqtop li {
    float: left;
    width: 120px;
    text-align: center;
    margin-left: 50px;
}

.fycpxqtop li span {
    background: url(../images/fycpyuan1.png) no-repeat center center;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 15px;
    position: relative;
    z-index: 3
}

.fycpxqtop li p {
    font-size: 16px;
    color: #333333
}

.fycpxqtop li.fycpxqtopavt span {
    background: url(../images/fycpyuan0.png) no-repeat center center
}

.fycpjj {
    padding-top: 60px;
    width: 954px;
    margin: 0 auto
}

.fycpjs {
    margin-top: 100px;
    position: relative
}

.fycpjs img.fycpjsimg {
    display: block;
    margin: 0 auto;
    width: 356px;
    height: 446px
}

.fycpjs li {
    position: absolute;
    text-align: center
}

.fycpjsicn {
    border: 1px solid #eee;
    overflow: hidden;
    width: 98px;
    height: 98px;
    margin: 0 auto;
}

.fycpjsicn img {
    width: 98px;
    height: 98px
}

.fycpjsicn img.fycpjsicn1 {
    display: none
}

.fycpjs li p {
    color: #666;
    margin-top: 30px
}

.fycpjs li.fycpjsli0 {
    top: 20px;
    left: 60px
}

.fycpjs li.fycpjsli1 {
    top: 20px;
    right: 60px
}

.fycpjs li.fycpjsli2 {
    bottom: 20px;
    left: 60px
}

.fycpjs li.fycpjsli3 {
    bottom: 20px;
    right: 60px
}

.fycptd {
    margin-top: 100px;
    background: #012bb6 url(../images/fycptdbg.jpg) no-repeat right bottom;
    height: 800px;
    overflow: hidden
}

.fycptdle {
    width: 478px
}

.fycptdle img {
    display: block;
    width: 478px;
    height: 800px;
}

.fycptdri {
    margin-left: 550px;
    padding-top: 128px
}

.fycptdri .cpzxtop {
    text-align: left
}

.fycptdri .cpzxtop span, .fycptdri .fybjq {
    color: #fff
}

.fycptdri .cpzxtop span:after {
    border-color: #fff
}

.fycpgg {
    padding-top: 100px;
}

.fyjjad {
    background: url(../images/fycpjjad.jpg) no-repeat center center;
    margin-top: 85px;
    padding-top: 160px;
    height: 343px;
    background-size: cover;
    text-align: center
}

.fyjjad p {
    color: #fff;
    font-size: 36px;
    font-weight: normal
}

.fyjjad span {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    display: block;
    margin: 27px 18% 40px
}

.fyjjad .xwzxgd .videwmore {
    color: #fff;
    border-color: #fff
}

.fyjjad .xwzxgd .videwmore:after {
    border-color: #fff;
    background: #fff url(../images/jiantou.png) no-repeat center center;
}

.fyyyhyfl li {
    float: left;
    text-align: center;
    margin-right: 80px
}

.fyyyhyfl li img {
    width: 92px;
    height: 92px;
    border: 1px solid #e6e6e6;
    margin: 0 auto
}

.fyyyhyfl li img.fyhyicn1 {
    display: none
}

.fyyyhyfl li p {
    margin-top: 15px;
    color: #333333
}

.fyyyhyfl li.fyyyhyflavt img, .fyyyhyfl li:hover img {
    border-color: #012bb6
}

.fyyyhyfl li.fyyyhyflavt img.fyhyicn0 {
    display: none
}

.fyyyhyfl li.fyyyhyflavt img.fyhyicn1 {
    display: block
}

.fyyyhyfl li.fyyyhyflavt p, .fyyyhyfl li:hover p {
    color: #012bb6
}

.fyanlilb {
    margin-top: 70px
}

.fyanlilb ul {
    margin-left: -27.5px;
}

.fyanlilb li {
    float: left;
    margin: 0 0 20px 27.5px;
    width: 218px;
}

.fyanlilb li img {
    display: block;
    width: 100%
}

.fyjjfa {
    padding: 50px 0 30px
}

.fyjjfa li {
    margin-bottom: 40px;
    background: #fafafa
}

.fyjjfale {
    float: left;
    width: 533px;
    position: relative
}

.fyjjfale img.fyjjfaleimg {
    display: block;
    width: 533px;
    height: 400px;
}

.fyjjfalebg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none
}

.fyjjfalebg img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px
}

.fyjjfari {
    float: right;
    width: 522px;
    padding: 98px 75px 0 70px
}

.fyjjfari a.fyjjfaribt {
    font-size: 18px;
    color: #333333
}

.fyjjfari p.fyjjfarijj {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    margin: 30px 0 60px
}

.fyjjfari .xwzxgd {
    margin: 0
}

.fyjjfari .xwzxgd .videwmore {
    margin: 0;
    width: 150px
}

.fyjjfa li.fyjjfaliodd .fyjjfale {
    float: right
}

.fyjjfa li.fyjjfaliodd .fyjjfari {
    float: left
}

.fygylb {
    margin-top: 90px;
    background: url(../images/fygyline.png) no-repeat center center;
    height: 462px;
    position: relative;
    padding-top: 60px;
    overflow: hidden
}

.fygylb img.fygylbimg {
    width: 290px;
    height: 35px;
    display: block;
    margin: 0 auto
}

.fygylb img.fygylbtut {
    width: 806px;
    height: 220px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -403px;
    margin-top: -110px
}

.fygylb li {
    position: absolute
}

.fygylb li img {
    width: 47px;
    height: 51px;
    margin-bottom: 20px
}

.fygylb li p {
    font-size: 18px;
    color: #333333;
    font-weight: bold
}

.fygylb li.fygylbli0 {
    text-align: center;
    top: 190px;
    left: 44px
}

.fygylb li.fygylbli1 {
    text-align: center;
    top: 190px;
    right: 44px
}

.fygylb li.fygylbli2 {
    top: 420px;
    left: 502px;
}

.fygylb li.fygylbli2 img {
    margin: 0 25px 0 0
}

.fygylb li.fygylbli2 img, .fygylb li.fygylbli2 p {
    display: inline-block;
    vertical-align: middle
}

.fyjswd ul {
    margin-left: -40px
}

.fyjswd li {
    float: left;
    border: 1px solid #e6e6e6;
    width: 578px;
    margin: 0 0 30px 40px;
    position: relative
}

.fyjswd li:after {
    content: '';
    position: absolute;
    background: url(../images/xiazai.png) no-repeat center right;
    width: 23px;
    height: 22px;
    top: 50%;
    margin: -11px;
    right: 40px
}

.fyjswd li a {
    display: block;
    padding: 38px 90px 38px 45px;
    font-size: 18px;
    color: #333333;
    position: relative
}

.fyjswd li a:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    margin-top: -2px;
    left: 30px;
    background: #000
}

.fyzcimgad {
    margin-top: 10px
}

.fyzcimgad img {
    display: block;
    width: 100%
}

.fyjswd li:hover {
    border-color: #012bb6;
    box-shadow: 0 0 20px 0 #ccc
}

.fyjjfa li:hover .fyjjfalebg {
    display: block
}

.fycpjs li:hover .fycpjsicn {
    background: #012bb6;
    border-color: #012bb6;
    box-shadow: 0 0 20px 0 rgba(1, 43, 182, 0.54);
}

.fycpjs li:hover .fycpjsicn img.fycpjsicn0 {
    display: none
}

.fycpjs li:hover .fycpjsicn img.fycpjsicn1 {
    display: inline-block
}

.fymbxri li a:hover, .fyspnext a:hover {
    text-decoration: underline
}

.videwmore:hover {
    background: #012bb6;
    color: #fff;
    border-color: #012bb6
}

.videwmore:hover:after {
    background: #fff url(../images/jiantou.png) no-repeat center center;
}

.cpzxbot li.cpzxbotli3:hover {
    background: #012bb6
}

.cpzxbot li.cpzxbotli3:hover p {
    color: #fff
}

.cgalbotdiv .item:hover .cgalbotdivtxt {
    background: #012bb6
}

.xwzxbot ul li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
}

.xwzxbot ul li:hover .xwzxtxt p.xwzxtxtpbt, .xwzxbot ul li:hover .xwzxtxt p.xwzxtxtsj {
    color: #012bb6;
    font-weight: bold
}

.footdh li a:hover, .footerbq a:hover {
    color: #012bb6
}

.fybjq iframe{width: 100% !important;height: 560px !important;margin-bottom: 20px}

/**********************************************适配*******************************************************/
@media only screen and (max-width: 1680px) {
    .main1600 {
        width: 1200px
    }
}

@media only screen and (max-width: 1600px) {
    .fymbx:after {
        left: 3%;
        width: 97%
    }
}

@media only screen and (max-width: 1366px) {
    .fymbx:after {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    body {
        min-width: inherit;
    }

    .main1200, .main1600 {
        width: 94%;
    }

    .header {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 999;
        box-shadow: 0 0 20px #ccc;
        border-bottom: 0;
        line-height: 50px;
        height: 50px;
    }

    .headerhei {
        height: 50px
    }

    .logo {
        margin-top: 15px
    }

    .logo img {
        height: 20px;
        width: 166px
    }

    .nav {
        display: none;
        position: fixed;
        top: 50px;
        width: 100%;
        text-align: center;
        left: 0;
        background: #000;
        height: 100%;
        z-index: 999;
        margin: 0
    }

    .nav ul {
        padding-top: 20px
    }

    .nav li {
        float: inherit;
        width: 100%;
        margin: 0
    }

    .nav li a.navyiji {
        line-height: 36px;
        height: 36px;
        color: #fff
    }

    .nav li span {
        bottom: 0
    }

    .focus_slide .owl-controls {
        bottom: 10px;
        display: block
    }

    .focus_slide .owl-dots .owl-dot span {
        margin: 0 8px
    }

    .qxzntxt {
        padding: 15px 0 0 10px
    }

    .qxzntxt p {
        font-size: 18px;
    }

    .qxzntxt span {
        font-size: 14px;
        margin: 5px 0 15px
    }

    .videwmore, .xwzxgd .videwmore {
        width: 100px;
        line-height: 30px;
        height: 30px;
        font-size: 12px
    }

    .videwmore:after {
        width: 30px;
        height: 30px;
        right: -30px
    }

    .cpzxtop span {
        font-size: 18px
    }

    .cpzxbot li {
        width: 100%;
        margin: 0 0 20px
    }

    .cpzxbottxt{bottom: 15px}
    .cpzxbottxt p {
        font-size: 16px;
    }

    .cpzxbottxt span {
        font-size: 12px;
        margin: 10px 0
    }

    .cpzxbot li.cpzxbotli0 .cpzxbottxt {
        bottom: 20px;
    }

    .cpzxbot li.cpzxbotli1 .cpzxbottxt, .cpzxbot li.cpzxbotli2 .cpzxbottxt {
        top: 20px
    }

    .cpzxbot li.cpzxbotli3 {
        height: auto
    }

    .cpzxbot li.cpzxbotli3 a {
        display: block;
        padding: 30px 0
    }

    .cpzxbot li.cpzxbotli3 span {
        margin: 0 auto 20px;
        width: 60px;
        line-height: 60px;
        height: 60px;
        font-size: 40px;
    }

    .cgalbotdiv .item .cgalbotdivtxt img.yyhyicn {
        width: 40px;
        height: 40px;
        margin: 30px auto 20px
    }

    .cgalbotdivtxt {
        padding: 0 1%;
        width: 98%
    }

    .cgalbotdivtxt span {
        margin-bottom: 15px
    }

    .liuchengnew .swiper-slide img {
        height: 76px
    }

    .liuchengnew .swiper-slide {
        padding: 5px 10px
    }

    .liuchengnew:after {
        height: 86px
    }

    .liuchengnew .swiper-container {
        padding-bottom: 36px
    }

    .liuchengnew .swiper-scrollbar-drag {
        height: 8px;
        top: -4px
    }

    .xwzxbot ul li {
        width: 100%;
        margin: 0 0 20px 0
    }

    .xwzxtxt {
        padding: 20px
    }

    .xwzxtxt p.xwzxtxtpjj {
        margin: 10px 0
    }

    .xwzxgd {
        margin-left: -34px
    }

    .footbt {
        padding: 30px 0 20px;
        font-size: 18px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .footlx li b {
        font-size: 14px
    }

    .footlx li b {
        font-size: 13px;
    }

    .footwx img {
        width: 100px;
        height: 100px
    }

    .footerbq {
        padding: 20px 1%;
        line-height: 20px
    }

    .fymbx {
        padding: 15px 0;
        margin: 0
    }

    .fymbx:after {
        width: 100%;
        left: 0
    }

    .fymbxri li {
        margin-left: 5px
    }

    .fymbxri {
        padding-top: 16px
    }

    .fymain {
        padding: 30px 0
    }

    .fybiaoti {
        font-size: 18px;
        margin-bottom: 20px
    }

    .page {
        padding: 10px 0
    }

    .page a, .page span {
        margin: 0 1px
    }

    .page a.prev {
        margin-right: 1px
    }

    .page a.next {
        margin-left: 1px;
    }

    .fyxwxqle {
        width: 100%;
    }

    .fyxwxqtitle {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .fyxwxqtitle h2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .fyspnext {
        margin-top: 30px;
        padding: 20px 0
    }

    .fyxwxqri {
        width: 100%;
        margin-top: 30px
    }

    .fycpzs li.cpzxbotli3 span img {
        width: 20px;
        height: 20px;
        margin: 20px 0 0 20px
    }

    .fycpxqtop li {
        width: 25%;
        margin: 0
    }

    .fycpxqtop li p {
        font-size: 14px;
    }

    .fycpjj {
        width: 94%;
        padding-top: 30px
    }

    .cpzxtop p {
        line-height: 24px
    }

    .fycpjs img.fycpjsimg {
        width: 50%;
        margin: 0 auto;
        height: auto
    }

    .fycpjs li {
        width: 78px;
    }

    .fycpjs li.fycpjsli0 {
        top: 20px;
        left: 0
    }

    .fycpjs li.fycpjsli1 {
        top: 20px;
        right: 0
    }

    .fycpjs li.fycpjsli2 {
        bottom: 5px;
        left: 0
    }

    .fycpjs li.fycpjsli3 {
        bottom: 5px;
        right: 0;
    }

    .fycpjsicn img, .fycpjsicn {
        width: 40px;
        height: 40px;
        margin: 0 auto
    }

    .fycpjs li p {
        font-size: 12px;
        margin-top: 10px
    }

    .fycptd {
        height: auto
    }

    .fycptd .main1200 {
        width: 100%
    }

    .fycptdri {
        margin: 0;
        padding: 30px 3%
    }

    .fyjjad {
        padding: 30px 0;
        margin-top: 30px;
        height: auto;
        background-size: cover
    }

    .fyjjad p {
        font-size: 16px
    }

    .fyjjad span {
        font-size: 14px;
        margin: 20px 3%;
        line-height: 20px
    }

    .fyyyhyfl li {
        width: 33.33%;
        margin: 0 0 15px 0
    }

    .fyyyhyfl li img {
        width: 50px;
        height: 50px
    }

    .fyyyhyfl li p {
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        overflow: hidden
    }

    .fyanlilb li {
        width: 31.33%;
        margin: 0 1% 10px
    }

    .fyjjfale {
        float: inherit;
        width: 100%
    }

    .fyjjfari {
        float: inherit;
        width: 90%;
        padding: 20px 5%
    }

    .fyjjfari a.fyjjfaribt {
        font-size: 16px
    }

    .fyjjfari p.fyjjfarijj {
        line-height: 20px;
        height: auto;
        max-height: 40px;
        margin: 15px 0
    }

    .fyjjfari .xwzxgd .videwmore {
        width: 100px
    }

    .fygylb {
        margin-top: 30px;
        background: none;
        padding-top: 0;
        height: auto
    }

    .fygylb img.fygylbtut, .fygylb li {
        position: relative;
        top: 0 !important;;
        left: 0 !important;;
        margin-top: 0 !important;;
        margin-left: 0 !important;
    }

    .fygylb li {
        float: left;
        width: 33.33%;
        text-align: center
    }

    .fygylb li p {
        font-size: 14px;
    }

    .fygylb li img {
        margin: 0 auto 10px !important;
        width: 30px;
        height: 33px
    }

    .fygylb img.fygylbtut {
        margin: 20px 0
    }

    .fygylb img.fygylbimg {
        width: 40%;
        height: auto;
        margin: 0 auto 20px
    }

    .fyjswd li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .fyjswd li:after {
        content: '';
        position: absolute;
        background: url(../images/xiazai.png) no-repeat center right;
        width: 23px;
        height: 22px;
        top: 50%;
        margin: -11px;
        right: 40px
    }

    .fyjswd li a {
        padding: 15px 40px 15px 20px;
        font-size: 14px;
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
    }

    .fyjswd li:after {
        right: 20px;
    }

    .fyjswd li a:after {
        left: 10px
    }

    .focus_slide .item .main1200 {
        left: 50%;
        margin-left: -47%;
        padding-top: 0;
        top: 50%;
        margin-top: -45px;
        height: 100%
    }

    .bannertxt {
        width: 64%;
        float: right;
        margin-right: 0;
    }

    .bannertxt p.banntxtbt {
        font-size: 16px;
    }

    .bannertxt p.banntxtwz {
        font-size: 22px;
        margin: 10px 0
    }

    .bannertxt p.banntxtjj {
        display: none
    }

    .bannertxt .videwmore {
        width: 90px;
        line-height: 30px;
        height: 30px;
        color: #fff
    }

    .bannertxt .videwmore:after {
        height: 30px
    }

    .focus_slide .owl-controls {
        width: 100%;
        text-align: center;
        left: 0;
        margin-left: 0
    }

    .focus_slide .owl-controls .owl-dots {
        width: 100%;
        margin-right: 0;
    }

    .fyjjfa {
        padding: 30px 0 10px;
    }

    .fycpgg {
        padding-top: 30px;
    }

    .footerlx, .footernav, .footlx, .footwx, .fycptdle {
        float: inherit;
        width: 100%
    }

    .xwzxbot ul li img, .cpzxbot li img, .fycptdle img, .fyjjfale img.fyjjfaleimg, .fygylb img.fygylbtut {
        width: 100%;
        height: auto
    }

    .xwzx {
        padding-bottom: 30px
    }

    .cgalbotdivtxt p, .xwzxtxt p.xwzxtxtpbt {
        font-size: 16px
    }

    .yyhymain {
        padding: 30px 0 20px
    }

    .cpzxbot ul, .xwzxbot ul, .fyanlilb ul, .fyjswd ul {
        margin-left: 0
    }

    .cpzxtop, .yyhybottop, .xwzxbot, .footlx li, .fyjjfa li {
        margin-bottom: 20px
    }

    .qxzn, .cpzx, .yyhymain, .xwzx, .fycpjs, .fycptd, .fyanlilb {
        margin-top: 30px
    }

    #focus_phone, .menu-activator, .fybanner img.fybannersj {
        display: block
    }

    #focus, .sousuo, .cgalbotbtnle, .cgalbotbtnri, .footer:after, .footernav, .fybanner img.fybanerpc {
        display: none
    }
    .fybjq iframe{width: 100% !important;height: 280px !important;}
}