﻿body {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    color: #808080;
    word-wrap: break-word;
    min-width: 1200px;
}
@font-face {
    font-family: 'Manrope';
    src: url('../images/Manrope-Regular.eot');
    src: url('../images/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('../images/Manrope-Regular.woff2') format('woff2'),
    url('../images/Manrope-Regular.woff') format('woff'),
    url('../images/Manrope-Regular.ttf') format('truetype'),
    url('../images/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, input[type="button"], input[type="submit"], input[type="reset"], input, select, textarea, pre {
    font-family: Manrope;
}

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: #0565ad
}

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;
}
.overhidefix {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.overhidesev {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -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 {
    position: fixed;top: 0;
    left:0;width: 100%;z-index: 999;
    height: 100px;
}

.logo {
    margin-top: 39px;
    position: relative;z-index: 1000;
}

.logo img {
    vertical-align: top;
    display: block;
    height: 22px;
}

.menu-activator {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1000;
}

.visual {
    position: relative;
    margin: 9px 0 0 0;
    width: 22px;
    height: 34px;
}

.visual i.line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -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
}

.haderyy{line-height: 100px;color: #fff;margin-left: 30px;position: relative;z-index: 1000}
.haderyy a{color: #fff}
.sousuo {position: relative;z-index: 3}
.ssann{background: url(../images/sousuo.png) no-repeat center center;background-size: 20px auto;width: 20px;height: 20px;margin-top: 40px;cursor: pointer;}

.ssdiv{ height: 40px; line-height: 40px;  border: 1px solid #e6e6e6;  width: 280px;position: absolute;top: 30px;right: 0;background: #fff;  -webkit-border-radius:30px;-moz-border-radius:30px;  border-radius:30px;display: none}

.ssle {
    width: 70%;
    height: 40px;
    line-height: 40px \9;
    background: none;
    outline: none;
    border: 0;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
}

.ssri {
    width: 28%;
    height: 40px;
    line-height: 40px;
    background: url(../images/sousuo1.png) no-repeat center center;
    outline: none;
    border: 0;
    vertical-align: top;
    cursor: pointer;
    background-size: 20px auto;
    padding: 0;
}


.sousuo:hover .ssdiv{display: block}

.nav{margin-left: 115px}
.nav li {
    float: left;
    margin-right: 40px;
}

.nav li a.navyiji {
    display: block;
    line-height: 100px;
    height: 100px;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.nav li  span {
    background: #fff;
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.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: 100%;
    bottom:50px;
    margin-top: 0;
    left: 0;
    text-align: center;
}

.focus_slide .owl-dots .owl-dot span {
    margin: 0 10px;
    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;
}


.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 #0565ad;
    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: 463px;
}

.cpzxbottxt {
    position: absolute;
    left: 0;
    width: 90%;
    padding: 0 5%;
    bottom: 35px;
}

.cpzxbottxt p {
    font-size: 30px;
    color: #333;line-height: 40px;max-height: 80px;
}

.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: 463px;
    text-align: center
}

.cpzxbot li.cpzxbotli3 span {
    width: 119px;
    height: 119px;
    border: 1px solid #d4d4d4;
    line-height: 113px;
    display: block;
    margin: 149px 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: #0565ad;
    color: #0565ad;
    width: 200px
}

.xwzxgd .videwmore:after {
    border-color: #0565ad;
    background: #0565ad url(../images/jiantou0.png) no-repeat center center;
}

.footer {
    background: #131313;
    position: relative
}




.footlx li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.footlx li img{
    display: block;height: 49px;margin: 0 auto 30px;
}
.footlx li p {
    margin-bottom: 20px;color: #fff;
}

.footlx li span {
    display: block;
    color: rgba(255,255,255,.4)
}










.footnav{border-top: 1px solid #424242;border-bottom: 1px solid #424242;}
.footlogo{margin-right: 220px}
.footlogo img{display: block;height: 22px}
.footdh{line-height: 22px}
.footdh li{float: left;margin-right: 40px}
.footdh li a{color: #fff;}
.foowl{margin-top: -5.5px;}
.foowl li{float:left;margin-left: 10px;position: relative}
.footimg{width: 33px;height: 33px;text-align: center}
.footimg img{display: inline-block;vertical-align: top;height: 21px;margin-top: 6px}
.footwxtc{position: absolute;background: url(../images/wxbg.png) no-repeat center center;width: 147px;height: 154px;left: 50%;top: -154px;margin-left: -73.5px;display: none}
.footwxtc img{display: block;margin: 13px auto 0;height: 120px;}
.foowl li:hover .footimg{background: #2b2b2b;}
.foowl li:hover .footwxtc{display: block}
.footerbq {padding: 35px 0;color: rgba(255,255,255,.5)}
.footerbq a,.footerbq span{display: inline-block;vertical-align: top}



.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: #0a71bb 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: #0565ad;
    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: #0565ad
}

.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: #eff7fa url(../images/fycptdbg.jpg) no-repeat right bottom;
    background: #eff7fa;

    overflow: hidden
}
.fycptd .main1200{    position: relative;}

.fycptdle {
    width: 478px;
    position: absolute;top: 0;left: 0;
    height: 100%;
}

.fycptdle img {
    display: block;
    width: 100%;
    position: absolute;top: 0;left: 0;
    height: 100%;
    object-fit: cover;
}

.fycptdri {
    margin-left: 550px;
    padding: 30px 0
}

.fycptdri .cpzxtop {
    text-align: left
}

.fycptdri .cpzxtop span, .fycptdri .fybjq {
    color: #404040
}

.fycptdri .cpzxtop span:after {
    border-color: #404040
}

.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: #0565ad
}

.fyyyhyfl li.fyyyhyflavt img.fyhyicn0 {
    display: none
}

.fyyyhyfl li.fyyyhyflavt img.fyhyicn1 {
    display: block
}

.fyyyhyfl li.fyyyhyflavt p, .fyyyhyfl li:hover p {
    color: #0565ad
}

.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: #0565ad;
    box-shadow: 0 0 20px 0 #ccc
}

.fyjjfa li:hover .fyjjfalebg {
    display: block
}

.fycpjs li:hover .fycpjsicn {
    background: #0565ad;
    border-color: #0565ad;
    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: #0565ad;
    color: #fff;
    border-color: #0565ad
}

.videwmore:hover:after {
    background: #fff url(../images/jiantou.png) no-repeat center center;
}

.cpzxbot li.cpzxbotli3:hover {
    background: #0565ad
}

.cpzxbot li.cpzxbotli3:hover p {
    color: #fff
}

.cgalbotdiv .item:hover .cgalbotdivtxt {
    background: #0565ad
}

.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: #0565ad;
    font-weight: bold
}

 .footerbq a:hover {
    color: #0565ad
}

.fybjq iframe{width: 100% !important;height: 560px !important;margin-bottom: 20px}

/*2025*/
.header_bg{background: rgba(0,0,0,.4)}
.tupian{position:relative;overflow:hidden;}
.tupian img{position:absolute;top:0;left:0;width:100%;display:block;height: 100%}
.scaleimg:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.main1440{width:1440px;margin: 0 auto;}
.sygys{}
.sygysbot{position: relative}
.syjxjt0,.syjxjt1{position: absolute;top: 50%;margin-top: -20px;cursor: pointer;z-index: 3;width: 29px;height: 40px;background-repeat: no-repeat;background-size: 100% auto;background-position: center center;opacity: .5}
.syjxjt0{left: 12.5%;background-image:url(../images/jxsjt0.png)}
.syjxjt1{right: 12.5%;background-image:url(../images/jxsjt1.png)}
.syjxjt0:hover{background-image:url(../images/jxsjtred0.png);opacity: 1}
.syjxjt1:hover{background-image:url(../images/jxsjtred1.png);opacity: 1}
.syjxslb{}
.syjxslb .swiper-slide{width: 1200px;background: #e7f1f5;opacity: .5}
.sygysle{width:36.666%;padding: 120px 3% 0 3%;box-sizing: border-box}
.syxlbt{color: #000;margin-bottom: 10px}
.syxljj{color: #666;margin-bottom: 150px}
.sygysri{width:63.334%;padding-bottom: 50%}
.syjxslb .swiper-slide-active{opacity: 1}
.sysj{}
.sysjbot{background-size: cover;background-position: center center;background-repeat: no-repeat;padding: 27% 0 5%;position: relative}
.sysjbot li{float: left;width: 25%;text-align: center;position: relative}
.sysjbot li:after{content: "";position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: #aaafb1}
.sysjbot li:last-child:after{display: none}
.sysj1{color: #000;margin-bottom: 27px;line-height: 1;font-weight: bold}
.sysj2{color: #000}
.syjjfa{}
.syfabot{}
.syfabot li{float: left;padding-bottom: 37%;width: 49.7%;background-size: cover;background-position: center center;background-repeat: no-repeat;position: relative;overflow: hidden}
.syfabot li:nth-child(2n){float: right}
.syfabot li img{position: absolute;bottom: 10px;right: 10%;width: 413px}



.syfatxt{position: absolute;top: 12%;left: 10%;z-index: 3}
.syfatxt h2{color: #000;margin-bottom: 35px;font-weight: normal}
.syfatxt p{color: #333333;margin-bottom: 20px;padding-left: 15px;position: relative}
.syfatxt p:after{content: "";position: absolute;top: 7px;left: 0;background: #111111;width: 6px;height: 6px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;}
.sycjbot li{float:left;width: 31.94%;margin: 0 2.09% 0 0;box-sizing: border-box;border: 1px solid #dbecf6}
.sycjbot li:nth-child(3n){margin-right: 0}
.sycjbot li a{display: block;padding-bottom: 150px;position: relative}
.sycjimg{padding-bottom: 98%}
.sycjtxt{position: absolute;bottom: 0;left: 0;width: 100%;background: #f5f8fa;padding: 20px 20px 0;box-sizing: border-box;height: 150px;overflow: hidden}
.sycjbt{color: #000;margin-bottom: 20px;line-height: 30px;height: 60px}
.sycjjj{color: #181818;display: none;margin-bottom: 15px}
.syxw{background: #fff}
.sybiaoti{text-align: center}
.sybiaoti p{color: #000000;font-weight: 500}
.sybiaoti pre{color: #333333}
.syxwbotle{width: 48.612%;padding-bottom: 29.87%;}
.syxwbotle a{display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.syxwbotle a:after{position: absolute;content: "";background: url(../images/syxwbg.png) no-repeat center bottom;background-size: 100% auto;width: 100%;height: 100%;top: 0;left: 0}
.syxwbotle p{position: absolute;bottom: 35px;left: 25px;right: 25px;color: #fff;z-index: 3}
.syxwbotri{width: 49.3%}
.syxwbotri li{background: #fff;margin-bottom: 11.5px}
.sywwriimg{padding-bottom: 19.1%; width: 31%;}
.syxwwz{width: 67%;box-sizing:border-box;padding: 20px 50px 0 20px}
.syxwwz p{color: #000000;margin-bottom: 25px}
.syxwwz span{color: #999999}
.syxw .syckgd{text-align: center}
.gdmore{display: inline-block;color: #000000;line-height: 11px}
.gdmore span{background: url(../images/jticn0.png) no-repeat center ;width: 7px;height: 11px;background-size: 100% auto;display: inline-block;vertical-align: top;margin-left: 10px}
.syspzx{}
.syspbot{}
.syspbot li{float: left;width: 32%;margin: 30px 2% 0 0;border: 1px solid #dbecf6;box-sizing: border-box}
.syspbot li:nth-child(1),.syspbot li:nth-child(2),.syspbot li:nth-child(3){margin-top: 0}
.syspbot li:nth-child(3n){margin-right: 0}
.syspbot li:hover .sysptxt p{color: #0565ad}
.syspimg{padding-bottom: 56.6%}
.sysptxt{background: #f5f8fa;padding: 35px;}
.sysptxt p{color: #101010}
.sysptxt pre{line-height: 24px;height: 48px;color: #101010;margin: 20px 0}
.sysptxt span{color: #101010}


/*共用*/
.sybiaoti{margin-bottom: 65px}
.syxwbot{margin-bottom: 50px}
.sybiaoti p{margin-bottom: 30px}



.sycj{padding: 110px 0 75px}
.footnav{padding: 90px 0 35px}
.syxw{padding: 75px 0}
.footlx {padding: 85px 0 55px}


.syjjfa,.sysj,.sygys,.syspzx{padding-top: 110px}



/*字体*/
.fontsize60{font-size: 60px}/*60*/
.fontsize40{font-size: 40px}/*一级 40*/
.fontsize36{font-size: 36px}/*36*/
.fontsize24{font-size: 24px}/*24*/
.fontsize20{font-size: 20px}/*新闻标题20*/
.fontsize18{font-size: 18px}/*18*/
.fontsize14{font-size: 14px}/*14*/


.syxlbt{line-height: 45px}/*45 2*/
.syxlbt{max-height: 90px}/*45 2*/


.syxwwz p{line-height: 29px}/*29 2*/
.syxwwz p{max-height: 58px}/*29 2*/



.sycjjj{line-height: 28px;}/*28 5*/
.sycjjj{height: 196px}/*28 7*/

.syxljj{line-height: 24px;}/*24 3*/
.syxljj{max-height: 72px;}/*28 3*/



.haderyy a:hover,.footdh li a:hover{text-decoration: underline}
.gdmore:hover,.syxwbotri li:hover  .syxwwz p,.syjxslb .swiper-slide:hover .gdmore{color: #0565ad}
.gdmore:hover  span,.syjxslb .swiper-slide:hover .gdmore span{background-image: url(../images/jticn1.png);margin-left: 15px}
.footerbq a:hover{color: #fff}

.sycjbot li:hover .sycjtxt{height: 360px;background: #e4eff4}
.sycjbot li:hover .sycjjj{display: block}





.scaleimg img,.sycjtxt,.syjxjt0,.syjxjt1,.gdmore span,.gdmore,.footerbq a,.syxwwz p{transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-o-transition:all 0.6s ease;}
/**********************************************适配*******************************************************/
@media only screen and (max-width: 1680px) {
    .main1600 {
        width: 1200px
    }
}

@media only screen and (max-width: 1600px) {

    .main1440{width: 1200px}

    .fymbx:after {
        left: 3%;
        width: 97%
    }

    .syjxjt0{left: 5%}
    .syjxjt1{right: 5%}

    .sycj {padding: 90px 0 60px;  }
    .syxw {padding: 50px 0}
    .footlx {padding: 50px 0 40px}

    .footnav{padding-top: 70px}
    .syxwwz{padding-top: 15px}
    .syjjfa, .sysj, .sygys,.syspzx{padding-top: 80px}


    .sybiaoti{margin-bottom: 50px;  }
    .sybiaoti p{margin-bottom: 20px;  }
    .sycjjj{margin-bottom: 20px;  }
    .syxwwz p,.syxwbotri li{margin-bottom: 10px;  }


    .syfabot li img{width: 345px}


    /*字体*/
    .fontsize60{font-size:50px}/*60*/
    .fontsize40{font-size: 34px}/*一级 40*/
    .fontsize36{font-size: 30px}/*36*/
    .fontsize24{font-size: 20px}/*24*/
    .fontsize20{font-size: 18px}/*新闻标题20*/
    .fontsize18{font-size: 16px}/*18*/
    .fontsize14{font-size: 14px}/*14*/



    .sycjjj{line-height: 24px;}/*28 7*/
    .sycjjj{height: 168px}/*28 7*/
}

@media only screen and (max-width: 1366px) {
    .fymbx:after {
        left: 0;
        width: 100%
    }

    .syfabot li img{width:245px;bottom: 20px;right: 20px}
}

@media only screen and (max-width: 1280px) {
    .main1440,.syjxslb .swiper-slide{width: 1000px;}
    .nav{margin-left: 40px}
    .nav li{margin-right: 20px}
    .sycjtxt{padding: 30px 30px 0}
    .syxwwz {padding: 5px 20px 0 20px;  }
    .syxwbotri li{margin-bottom: 8px}
    .footlogo{margin-right: 50px}
    .footdh li{margin-right: 15px}
    .syxljj{margin-bottom: 90px}

    /*字体*/
    .fontsize60{font-size:40px}/*60*/
    .fontsize20{font-size: 16px}/*新闻标题20*/
    .fontsize18{font-size: 16px}/*18*/



    .syxwwz p{line-height: 24px;}
    .syxwwz p{max-height:48px;}
}


@media only screen and (max-width: 1024px) {
    .main1440{width:94%}
    .nav {margin-left: 15px;  }
    .nav li{margin-right: 10px}
    .haderyy{margin-left: 8px}
    .syjxslb .swiper-slide{width: 700px;}
    .sygysle{padding: 8% 3% 0}
    .syxljj {margin-bottom: 40px;  }

}

@media only screen and (max-width: 768px) {
    body {
        min-width: inherit;
    }

    .main1200, .main1600,.main1440 {
        width: 94%;
    }

    .header {
        width: 100%;
        padding: 0;
        z-index: 999;
        height: 50px;
    }

    .haderyy{line-height: 50px;margin:  0 20px 0 0}

    .logo {
        margin-top: 15px
    }

    .logo img {
        height: 20px;
    }

    .nav {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        background: #000;
        height: 100%;
        z-index: 999;
        margin: 0
    }

    .nav ul {
        padding-top: 80px
    }

    .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;
        line-height: 24px;max-height: 48px;
    }

    .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
    }


    .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;
    }

  .fycptdle {
        float: inherit;
        width: 100%;
      position: relative;height: auto;
    }
.fycptdle img{position: relative}
    .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, .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, .fybanner img.fybanerpc {
        display: none
    }
    .fybjq iframe{width: 100% !important;height: 280px !important;}

    .sycj{padding: 50px 0}
    .syjjfa, .sysj, .sygys,.syspzx{padding-top: 50px}
    .sybiaoti{margin-bottom: 30px}
    .syxwwz p{margin-bottom: 20px}
    .syxwwz {
        padding: 20px 20px 0 20px;
    }
    .syxwbotle{display: none}
    .syxwbotri{float: inherit;width: 100%}
    .syjxslb .swiper-slide {
        width: 600px;
    }
    .sycjbot li a{padding-bottom: 100px}
    .sycjtxt {
        height: 150px;
        padding: 20px 20px 0;
    }
    .sycjbt{margin-bottom: 20px}
    .sycjbot li:hover .sycjtxt{height: 180px}
    .sycjjj{-webkit-line-clamp:3;height: 72px}
    .footlx li img{height: 30px}
    .footdh{display: none}
    .syfabot li,.syfabot li:nth-child(2n){float: inherit;width: 100%;margin: 0 0 20px 0}
    .syfabot li img{width:180px;bottom: 10px}

    /*字体*/
    .fontsize60{font-size: 30px}/*60*/
    .fontsize40{font-size: 24px}/*一级 40*/
    .fontsize36{font-size: 20px}/*36*/
    .fontsize24{font-size: 18px}/*24*/
    .fontsize20{font-size: 16px}/*新闻标题20*/
    .fontsize18,.footlx li p{font-size: 16px}/*18*/
    .fontsize14,.footlx li span{font-size: 14px}/*14*/
    .footerbq{font-size: 12px}
}
@media only screen and (max-width: 750px) {

    .sybiaoti p{margin-bottom: 10px}
    .sysjbot li{width: 80%;float: inherit;position: relative;text-align: right;border-bottom: 1px solid rgba(0,0,0,.1);padding: 0 0 20px 0;margin: 0 10% 20px}
    .sysjbot li:last-child{border-bottom: 0}
    .sysj1{position: absolute;top: 0;left: 0;margin: 0}
    .sysjbot li:after{display: none}
    /*.sysjbot{position: relative}*/
    /*.sysjbot:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.1);content: ""}*/
    /*.sysjbot .main1440{position: relative;z-index: 3}*/

    .syxwbotri li{position: relative;padding-left: 140px;height: 86px;margin-bottom: 15px}
    .sywwriimg{position: absolute;width: 140px;top: 0;left: 0;padding-bottom: 0;height: 86px}
    .syxwwz{width: auto;padding: 8px 20px 0;float: inherit}
    .syxwwz p {margin-bottom: 8px;  }
    .syxwbot{margin-bottom: 20px}
    .sycjbot{overflow-x: scroll;overflow-y: hidden}
    .sycjbot ul{overflow: scroll;width: 870px}
    .sycjbot li{width: 280px;margin-right: 10px}
    .syfabot li{float: inherit;width: 100%;margin: 0 0 10px 0;padding:0}
    .syfabot li:nth-child(2n){float: inherit}
    .syfatxt{position: relative;top: 0;left: 0;width: 100%;box-sizing: border-box;padding: 30px 5% 140px}
    .syfabot li{padding-bottom: 0;background: #eff5f8}
    .syfabot li img{bottom: 10px;right: 10px;width: 40%}

    .syjxslb .swiper-slide{width: 320px;}
    .sygysri{float: inherit;padding-bottom: 78%;width: 100%}
    .sygysle{float: inherit;padding: 20px 3%;width: 100%}
    .syxljj{-webkit-line-clamp:2;line-height: 24px;height: 48px;max-height: 48px}
    .syxlbt{line-height: 30px;height: 30px;max-height: 30px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .sygysbot{margin: 0 0 0 3%}
    .syxljj{margin-bottom: 20px}
    .syjxjt0, .syjxjt1,.foowl{display: none !important;}
    .footlx li{width: 100%;float: inherit;text-align: center;padding-left: 0;position: relative;margin: 0 0 20px 0;box-sizing: border-box}
    .footlx li img,.footlx li p{margin-bottom: 12px}
    .footlogo img{margin: 0 auto}
    .footlx{padding: 30px 0 10px}
    .footnav{padding: 20px 0}
    .footlogo,.foowl{float: inherit;margin: 0}
    .footerbq a.right{float: inherit}
    .foowl{margin-top: 20px}
    .footwxtc{position: relative;margin: 0;display: block;background: none;top: 0;left: 0;}
    .footwxtc img{margin: 0;height: 70px;width: auto}
    .footwxtc{width: auto;height: auto}
    .foowl li{float: inherit;display: inline-block;vertical-align: middle;margin: 0 10px 0 0}
    .foowl li:first-child .footimg{display: none}
    .footerbq{padding: 15px 0;text-align: center}
    .syjxslb .swiper-slide{opacity: 1}


    .syspbot li{width: 100%;float: inherit;margin: 0 0 20px 0}
    .sysptxt pre{height: auto;max-height: 48px;margin: 10px 0}
    .sysptxt{padding: 20px}

    /*字体*/
    .fontsize60{font-size: 24px}/*60*/
    .fontsize40{font-size: 22px}/*一级 40*/
    .fontsize36{font-size: 20px}/*36*/
    .fontsize24{font-size: 18px}/*24*/
    .fontsize20{font-size: 16px}/*新闻标题20*/
    .fontsize18,.footlx li p{font-size: 16px}/*18*/
    .fontsize14,.footlx li span,.sysj2,.syfatxt p{font-size: 14px}/*14*/
    .footerbq{font-size: 12px}
    .syxwwz span{font-size: 12px}

    /*.syxlbt{line-height: 45px}!*45 2*!*/
    /*.syxlbt{max-height: 90px}!*45 2*!*/


    /*.syxwwz p{line-height: 29px}!*29 2*!*/
    /*.syxwwz p{max-height: 58px}!*29 2*!*/



    /*.sycjjj{line-height: 28px;}!*28 5*!*/
    /*.sycjjj{height: 140px}!*28 5*!*/

    /*.syxljj{line-height: 24px;}!*24 3*!*/
    /*.syxljj{max-height: 72px;}!*28 3*!*/

    .sybiaoti p,.sybiaoti pre{line-height: 1.5}
}