@font-face {
    font-family: "DINCondensedBold";
    src: url("../font/DINCondensedBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


html,
body {
    overflow-x: hidden;
}

.banerswip {
    margin: 0;
    width: 80%;
}

.banerswip .swiper-slide {
    opacity: 0 !important;
}

.banerswip .swiper-slide-active {
    opacity: 1 !important;
}

body {
    color: #222;
}


.contactc {
    box-shadow: 0 15px 30px rgb(0 0 0 / 6%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px 40px;
}

.contatcmore {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    width: 70px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 15px;
    margin-top: 20px;
}

.contactc_ul1 {
    width: 10%;
}

.contactc_ul1 img {
    width: 60px;
    height: 60px;
}


.contactc_ul2 {
    width: 90%;
}

.contactc_ul2 p {
    font-size: 22px;
    color: #3071b5;
}

.contactcbg {
    background-image: url(../img/banner/contactcbg.jpg);
    position: relative;
    margin-top: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 800px;*/
    padding: 700px 0;
}

/**/
/*.contactcbg {*/
/*	height: 1400px;*/
/*}*/
.fromc {
    width: 800px;
    margin: 0 auto;
    padding: 100px 40px;
    /*border: 1px solid red;*/
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fromc_p1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}

.fromc_p2 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.fromc_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fromc_item {
    width: 49%;
    position: relative;
    margin-top: 30px;
}

.fromc_item i {
    color: #416fb1;
    padding-right: 7px;
}

.fromc_inp {
    width: 100%;
    height: 55px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    padding: 22px 30px 0px;
    border-radius: 10px;
}


/*.js_ttx.on .fromc_inp{*/
/*    border: 1px solid #000;*/
/*}*/
/*.solution.on .fromc_inp{*/
/*       border: 1px solid #000;*/
/*}*/

.js_ttx.on .inproclabel {
    top: 0px;
    transform: scale(0.9);
    background: #fff;
}

.inproclabel {
    padding: 0 5px;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 16px;
}

.fromc_item .i1 {
    color: transparent;
}

.fromc_item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*padding: 0;*/
    /*margin: 0;*/
    /*border: none;*/
    /*background: transparent;*/
}

.fromc_item img {
    width: 15px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.solution {
    display: none;
    background: #fff;
    height: 300px;
    overflow-y: auto;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}



.fromc_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    /*border: 1px solid red;*/
    display: none;
    height: 52px;
    width: 100%;

}

.fromc_item.on .fromc_btn {
    display: block;
}

.fromc_btn.on {
    display: none;
}

.fromc_item.on .solution.on {
    display: block;
}

.fromc_item.on .solution {
    display: none;
}

/*.fromc_item.on .solution {*/
/*	display: block;*/
/*}*/

.solution .proList2 li a {
    font-size: 13px;
    height: 46px;
    line-height: 46px;
}

.proList2 .proList3 {
    display: none;
}

.proList3 li a {
    padding-left: 10px;
}

.solution .proList2 {
    display: none;
}


.solution .proList2 {
    color: #fff;
}

.twoa {
    position: relative;
}

.twoa a {
    padding: 0 20px !important;
}

.proList3 a {
    padding: 0 30px !important;
}

.proList2 .twoa.on .proList3 {
    display: block;
}

.twoa .solution_span2 {
    width: 16px;
    height: 49px;
    position: absolute;
    right: 30px;
    top: 0px;
    background-size: 16px;
    background: url(../img/jia_black1.svg) no-repeat center;
}


.twoa.on .solution_span2 {
    background-size: 15px;
    background-image: url(../img/jian_black.svg);
}


.solution .solution_li1 {
    position: relative;
}

.solution .solution_li1 a {
    height: 52px;
    line-height: 52px;
    color: #333;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgb(210 215 217 / 30%);
    padding: 0 15px;

}

.solution .solution_li1 .solution_span1 {
    width: 45px;
    height: 49px;
    position: absolute;
    right: 15px;
    top: 0;
    background: url(../img/jia_black1.svg) no-repeat center;
    background-size: 16px;
}

.solution_li1.on .solution_span1 {
    background-image: url(../img/jian_black.svg);
    background-size: 15px;
}

.fromc_text {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 20px 30px;
}


.fromc_item2 {
    width: 100%;

}

.fromc_item3 input {
    -webkit-appearance: auto;
    appearance: auto;
}

.fromc_item3 {
    width: 100%;
}

.fromc_item3 .i1 {
    /*color: #416fb1;*/
    color: red;
    margin-right: 5px;
}


.fromc_m1 {
    margin-top: 30px;
}


.fromc_m2 {
    margin: 40px 0;
    text-align: center;
}

.fromc_m2 span {
    width: 374px;
    height: 50px;
    background: #416fb1;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}

.fromc_m3 p {
    font-size: 20px;
    color: #416fb1;
    font-weight: 100;
    text-align: center;
}

/**/


.more2 {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ed0023;
    border-radius: 20px;
    padding: 0 30px;
    font-size: 14px;
}

.more2 i {
    width: 13px;
    margin-left: 10px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    background-size: 100% auto;
    position: relative;
}

.more2 i:before,
.more2 i:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.more2 i:before {
    background: url(../img/icon_viewmore_hei.svg) center no-repeat;
    background-size: 100% auto;
    opacity: 0.8;
}

.more2 i:after {
    background: url(../img/icon_viewmore_wt.svg) center no-repeat;
    opacity: 0;
    background-size: 100% auto;
}

.more2:hover i:after {
    opacity: 1;
}

.more2:hover {
    background: #ed0023;
    color: #fff;
}

.more2,
.more2 i:before,
.more2 i:after {
    transition: all 0.3s ease;
}

.mabmdescp {
    margin-top: 60px;
}

.more21 {
    border-color: #fff;
    margin-top: 60px;
}

.more21 i:after {
    opacity: 1;
}

.more21 i:before {
    opacity: 0;
}

.more21:hover {
    background: #fff;
    color: #333;
}

.more21:hover i:before {
    opacity: 1;
}

.more21:hover i:after {
    opacity: 0;
}


.pubcn,
.puben {
    text-align: center;
    line-height: 1.1;
}

.pubcn {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
}

.puben {
    color: #b8b8b8;
    font-size: 30px;
    text-transform: uppercase;
}

.pubcn2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    color: #444;
}

.pubcn5 {
    font-size: 34px;
}

.headerm {
    width: 80%;
    margin: 0 auto;
    min-width: 1200px;
}

.swiper-slide:before {
    transition: all 0.5s ease;
}

.headerma {
    border-bottom: 1px solid #ebf3f9;
    font-size: 12px;
    color: #363636;
    position: relative;
}

.hdalogo {
    position: absolute;
    right: 0;
    padding-left: 25px;
    top: 25px;
    background: #fff;
}

.headerma li {
    height: 68px;
    line-height: 68px;
    margin-right: 30px;
    float: left;
}

.hdasearch {
    display: block;
    vertical-align: top;
    width: 20px;
    height: 100%;
    background: url(../img/search2.png) center no-repeat;
    background-size: 100% auto;
}

.headermb {
    border-bottom: 4px solid #dbdbdb;
}

.hdbnav {
    width: 85%;
}

.hdbnav li {
    float: left;
    height: 75px;
    line-height: 75px;
    padding: 0 12px;
    margin-right: 5%;
}

.hdbnav li>a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
}

.hdbnav li>a:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 4px;
    background: #e30a20;
    left: 0;
    bottom: 4px;
    opacity: 0;
}

.hdbnav li>a i {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    background: url(../img/pbtyuyan4.png) center no-repeat;
    background-size: 100% auto;
    top: 34px;
}

.hdbnav .hasnav i {
    display: block;
}

.hdbnav .hasnav>a {
    padding-right: 25px;
}

.hdbnav li.on>a:before,
.hdbnav li:hover a:before {
    opacity: 1;
    bottom: 0;
}

.mtoplauge1 {
    display: block;
}

.xjt {
    width: 10px;
    height: 75px;
    background: url(../img/pbtyuyan4.png) center center no-repeat;
    background-size: 100% auto;
    display: block;
}

.headerma li,
.xjt {
    height: 40px;
    line-height: 40px;
}

.hdasearch {
    width: 15px;
}

.hdbnav li {
    height: 73px;
    line-height: 73px;
}

.headermb {
    border-width: 3px;
    border: none;
}

.hdbnav li>a:before {
    height: 3px;
}

.hdalogo img {
    height: 40px;
}

.hdalogo {
    top: 60px;
}

.mtoplauge1 {
    top: 0;
    width: 30px;
    margin-right: 10px;
}

 

 

.hbimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hbtxt {
    width: 80%;
    min-width: 1200px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    z-index: 6;
    color: #fff;
}

.hbtxth5 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.hbtxtmore {
    position: relative;
    font-size: 18px;
    padding-bottom: 25px;
    margin-top: 45px;
    display: inline-block;
}

.hbtxtmore,
.hbtxtmore:hover {
    color: #fff;
}

.hbtxtmore:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../img/morea.png) left top no-repeat;
}

.hbtxtmore:hover:before {
    left: 10px;
}

.hbtxtmore:before {
    transition: all 0.6s ease;
}

.wzxg1,
.wzxg2,
.wzxg3 {
    position: relative;
    opacity: 0;
    top: 50px;
    transition: all 0.6s ease;
}

.swiper-slide-active .wzxg1,
.swiper-slide-active .wzxg2,
.swiper-slide-active .wzxg3 {
    top: 0;
    opacity: 1;
}

.swiper-slide-active .wzxg1 {
    transition-delay: 0.3s;
}

.swiper-slide-active .wzxg2 {
    transition-delay: 0.5s;
}

.swiper-slide-active .wzxg3 {
    transition-delay: 0.7s;
}



.mainpro {
    padding-top: 65px;
    padding-bottom: 65px;
}

.mproa {
    float: left;
    width: 32.33%;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-right: 1.5%;
}

.mproa:nth-child(3) {
    margin-right: 0;
}

.mproa>div {
    position: relative;
    padding: 40px 0;
}

.mproa .mprop {
    color: #222;
}

.mproa,
.mproa:hover {
    color: #fff;
}

.mproa:hover {
    box-shadow: 0 10px 20px rgba(227, 10, 32, 0.1)
}

.mainprom,
.mainprom1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    min-width: 1200px;
}

.mainprom ul {}

.mproa {
    border-bottom: 1px solid #f2f2f2;
}

.mproimg {
    height: 300px;
    width: 90%;
    left: 5%;
    position: relative;
}

.mproimg img {
    max-width: 50%;
}

.mproimg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.mprop {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.mprotxt {
    background: #b50011;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    color: #fff;
    z-index: 1;
}

.mprotxtm i {
    background: url(../img/icon_viewmore_wt.svg) left top no-repeat;
    width: 30px;
    height: 18px;
    background-size: 100%;
    margin-top: 50px;
    display: inline-block;
}

.mprotxtm h4 {
    font-size: 29px;
    line-height: 1.2;
}

.mprotxtm p {
    font-size: 14px;
    margin-top: 20px;
}

.mprotxtm {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    padding: 0 15%;
    transform: translateY(-50%);
}

.mproa:hover .mprotxt {
    opacity: 1;
    top: 0;
}

.mpromore {
    text-align: center;
}

.mpromore a i {
    background: url(../img/icon_viewmore_wt.svg) center no-repeat;
    width: 25px;
    background-size: 25px auto;
    position: absolute;
    right: 20px;
    height: 100%;
}

.mpromore a {
    height: 45px;
    line-height: 45px;
    width: 55px;
    background: #e30a20;
    display: inline-block;
    border-radius: 3px;
    margin-top: 70px;
    padding: 0 15px;
    position: relative;
}

.mpromore a span,
.mpromore a i {
    height: 100%;
    display: inline-block;
    color: #fff;
}

.mpromore a span {
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0;
}

.mpromore a:hover span {
    opacity: 1;
}

.mpromore a:hover {
    width: 135px;
}

.mpromore a,
.mpromore span,
.mpromore i {
    transition: all 0.3s ease;
}

.mpromore a:hover {
    box-shadow: 0 8px 20px rgba(227, 10, 32, 0.1);
}




.mainappla {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #f9f9f9;
}

.mainapplam {
    margin-top: 50px;
}




.ecasem {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    box-sizing: border-box;
    min-width: 1200px;
    margin-top: 20px;
}

.ecasem img {
    vertical-align: top;
    width: 100%;
}

.ecasemp {
    padding: 30px;
    padding-bottom: 20px;
}

.ecasemp p {
    font-size: 18px;
    color: #222;
}

.ecasemp span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 25px;
    position: relative;
    line-height: 20px;
}

.ecasempi {
    display: block;
    position: absolute;
    right: 15px;
    top: 1px;
    opacity: 0;
    background: url(../img/icon3.png) center right no-repeat;
    background-size: auto 100%;
    height: 18px;
    width: 30px;
}

.ecasema {
    display: block;
    position: relative;
    top: 0;
    box-shadow: 0 5px 12px rgba(0, 72, 152, 0.08);
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.ecasempi,
.ecasema,
.ecasemp p {
    transition: all 0.5s ease;
}

.ecasema:hover {
    box-shadow: 0 10px 20px rgba(0, 72, 152, 0.1);
    top: -5px;
    border-bottom: 1px solid #e30a20;
}

.ecasema:hover p {
    color: #e30a20;
}

.ecasema:hover .ecasempi {
    right: 0;
    opacity: 1;
}

.ecasebtn {
    text-align: right;
    margin-top: 20px;
}

.ecasebtnm {
    display: inline-block;
    border: 1px solid #004798;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    width: 55px;
    height: 55px;
    transition: all 0.3s ease;
    opacity: 1;
}

.btnlr {
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 8;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border-radius: 50%;
    overflow: hidden;
}

.btnlr i {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.btnlr1 i {
    background: url(../img/zjta.png) center no-repeat;
    background-size: 24px auto;
}

.btnlr2 i {
    background: url(../img/yjta.png) center no-repeat;
    background-size: 24px auto;
}

.btnlr1 {
    left: 28%;
}

.btnlr2 {
    right: 28%;
}

.btnlr:before {
    transition: all 0.3s ease;
    position: absolute;
    background: #000;
    opacity: 0;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btnlr:hover:before {
    opacity: 0.5;
}

.mainnew {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
    position: relative;
    z-index: 6;
}

.mainnewm {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    width: 1350px;
}

.mainnewml,
.mainnewmr {
    width: 50%;
}

.mainnewml {
    padding-right: 10px;
}

.mainnewmr {
    padding-left: 10px;
}

.mainnewml,
.newslider {
    height: 100%;
}

.newslider .swiper-slide {
    opacity: 0 !important;
}

.newslider .swiper-slide-active {
    opacity: 1 !important;
}

.mainnewml {
    height: 574px;
    height: 650px;
    position: relative;
}

.newslider {
    padding-bottom: 25px;
}

/*.newlbtn{position:absolute;width:45px;height:36px;bottom:78px;z-index:7;box-shadow:0 5px 10px rgba(228, 0, 0, 0.1);}*/
/*.newlbtnl{background:url(../img/zjta.png) center no-repeat #6fb92c;background-size:15px auto;left:0;}
.newlbtnr{background:url(../img/yjta.png) center no-repeat #6fb92c;background-size:15px auto;left:55px;}
*/
.mnewaaimg {
    overflow: hidden;
    position: relative;
}

.mnewaaimg img {
    width: 100%;
}

.mnewaaimg span {
    position: absolute;
    display: inline-block;
    padding: 8px 25px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    left: 20px;
    top: 20px;
    z-index: 5;
}

.mnewa {
    position: relative;
    height: 100%;
}

.mnewatxt {
    position: absolute;
    background: #fff;
    width: 60%;
    padding: 25px 8%;
    right: 30px;
    bottom: 25px;
    z-index: 10;
}

.mnewatxt span {
    color: #575757;
    font-size: 12px;
    vertical-align: top;
}

.mnewatxt h4 {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}

.mnewatxt p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-top: 10px;
}

.mnewatxt i {
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url(../img/ico_more_b02.png) center no-repeat;
    background-size: 100% auto;
    margin-top: 25px;
    position: relative;
    left: 0;
    vertical-align: top;
}

.mnewatxt1 i {
    display: inline-block;
    width: 21px;
    height: 15px;
    background: url(../img/ico_more_b02.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 45px;
    top: 34px;
    transition: all 0.3s ease;
    opacity: 0;
}

.mnewatxt1 span {
    color: #575757;
    font-size: 12px;
    line-height: 1;
}

.mnewatxt1 h4 {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
    line-height: 1;
}

.mnewatxt1 {
    padding: 15px 35px;
    position: relative;
}

.mainnewmr .mnewaaimg {
    height: 226px;
}

.mainnewmra {
    display: block;
    width: 100%;
    vertical-align: top;
    background: #fff;
}

.mainnewmra {
    margin-top: 20px;
}

.mainnewmra:first-child {
    margin-top: 0;
}

.mainnewmra:hover h4,
.mnewa:hover h4 {
    color: #e40000;
}

.mainnewmra:hover img,
.mnewa:hover img {
    transform: scale(1.02);
}

.mainnewmra:hover .mnewaaimg span,
.mnewa:hover .mnewaaimg span {
    background: #6fb92c;
}

.mainnewmra:hover i {
    right: 35px;
    opacity: 1;
}

.mnewa:hover i {
    left: 5px;
}



.maintzz {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #f5f5f5;
}

.maintzzm {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    width: 1350px;
}

.gpimg {
    width: 810px;
}

.menu_area {
    width: calc(100% - 822px);
}

.menu_area a {
    display: table;
    width: 100%;
    position: relative;
    padding: 0 60px 0 40px;
    background-color: #fff;
    height: 171px;
    margin-top: 12px;
}

.menu_area a:first-child {
    margin-top: 0;
}

.menu_area a:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}

.menu_area a:before {
    background-image: url(../img/ico_ir01.png);
}

.menu_area a.ic02:before {
    background-image: url(../img/ico_ir02.png);
}

.menu_area a.ic03:before {
    background-image: url(../img/ico_ir03.png);
}

.menu_area a:hover:before {
    background-image: url(../img/ico_ir011.png);
}

.menu_area a.ic02:hover:before {
    background-image: url(../img/ico_ir022.png);
}

.menu_area a.ic03:hover:before {
    background-image: url(../img/ico_ir033.png);
}

.menu_area a:after {
    content: '';
    display: block;
    position: absolute;
    right: 60px;
    top: 50%;
    width: 21px;
    height: 15px;
    margin-top: -7px;
    background: url(../img/ico_more_b02.png) no-repeat 0 0 / contain;
    transition: all .3s ease;
}

.menu_areatxt {
    display: table-cell;
    position: relative;
    height: 52px;
    padding-left: 76px;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    vertical-align: middle;
}

.menu_area a:hover:after {
    right: 50px;
}

.mnewatxt,
.mainnewmra {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.mainnewmra img,
.mnewa img {
    transition: all 0.6s ease;
}

.menu_area a:before,
.menu_area a:after,
.hdbnav li>a:before,
.mprotxt,
.mproa,
.mainnewmra,
.mnewatxt i,
.mnewatxt h4,
.mnewatxt1 h4,
.mnewaaimg span {
    transition: all 0.3s ease;
}



.foot {
    background: #151821;
    padding-top: 90px;
    padding-bottom: 50px;
}

.footm {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
}

.ftTactList .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: block;
    font-size: 0;
    border: solid 1px rgba(255, 255, 255, .15);
    border-radius: 100%;
    margin-bottom: 15px;
}

.ftTactList .tit {
    font-size: 16px;
    color: #8c8c8c;
}

.ftTactList .txt {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ftTactList li {
    margin-right: 120px;
}

.nanum {}

.nanum {
    font-family: "DINCondensedBold", aril;
    font-size: 16px;
}

.ftTactList .spanTxt {
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
}

.ftTactList {
    display: flex;
}

.footma {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ftTactList .icon img {
    display: inline-block;
    vertical-align: middle;
}

.footmaa {
    width: 820px;
    text-align: right;
}

.footmaa a {
    font-size: 12px;
    color: #dedede;
    padding: 0 40px;
    line-height: 40px;
    border: 1px solid #3a3c44;
    display: inline-block;
    border-radius: 5px;
    margin-left: 5%;
    transition: all 0.3s ease;
}

.footmaa a:hover {
    box-shadow: 0 10px 20px rgba(227, 10, 32, 0.2);
    border: 1px solid rgba(227, 10, 32, 0.5)
}

.footmb {
    position: relative;
    padding-bottom: 30px;
    margin-top: 140px;
    border-bottom: 1px solid #2d3038;
}

.footmb .fr {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.footmc {
    padding-top: 40px;
}

.footmc,
.footmc a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.footmc a {
    padding-left: 20px;
}




/*底部*/
.foot {
    background: #20283e;
}

.footmb {
    margin-top: 0;
}

.footma {
    margin-top: 30px;
    display: block;
}

.footm,
.footmfm {
    width: 92%;
}

.footmaa {
    width: 574px;
}

.footmf {
    border-bottom: 1px solid #2d3038;
    padding-bottom: 40px;
    margin-top: 20px;
}

.footml {
    width: calc(90% - 535px) !important;
    display: flex;
    justify-content: space-between;
}

.ftTactList li {
    margin-right: 0;
}

.ftEwm img {
    width: 140px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.footmaa {
    position: relative;
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.mppiont {
    box-sizing: content-box;
    position: absolute;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.mppiontdot {
    width: 8px;
    height: 8px;
    background: #6fb92c;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    display: block;
    position: absolute;
}

.mppiontpulse {
    position: absolute;
    top: -18px;
    left: -18px;
    height: 46px;
    width: 46px;
    border: 2px solid #6fb92c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 4px #6fb92c, 0 0 10px #71ce2c inset;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: 0 0
}

.mppiont1 {
    left: 123px;
    top: 187px;
}

.mppiont2 {
    left: 384px;
    top: 207px;
}

.mppiont3 {
    left: 291px;
    top: 246px;
}

.mppiont4 {
    left: 348px;
    top: 154px;
}

.mppiont5 {
    left: 458px;
    top: 126px;
}

.mppiont6 {
    left: 633px;
    top: 819px;
}

.mppiont7 {
    left: 876px;
    bottom: 48px;
}

.mppiont8 {
    left: 66px;
    top: 83px;
}

.mppiont .delay-01 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.mppiont .delay-02 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.mppiont .delay-03 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.mppiont .delay-04 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 00.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.mppiont .delay-05 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.mppiont .delay-06 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}




/*1011*/
.foot {
    background: #ebebeb;
    padding-bottom: 20px;
}

.footmb,
.footmf,
.ftTactList .icon,
.ftEwm img {
    border-color: rgba(0, 0, 0, 0.2);
}

.ftTactList .txt {
    color: #111;
}

.footmc,
.footmc a {
    color: #666;
}

.foot {
    padding-top: 70px;
}

.footmf {
    margin-top: -40px;
}

.footmf {
    padding-bottom: 25px;
}

.footmc {
    padding-top: 20px;
}

/*.mppiontpulse{ background-color:#3071b7; border-color:#3071b7;}
.mppiontdot{ background-color:#3071b7; }*/
/*内页*/
.drowInto-Box {
    width: 100%;
    padding: 66px 0;
    background-color: #FFFFFF;
}

.ntotaindesc {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

h3.both3 {
    font-size: 32px;
    line-height: 38px;
    color: #3071b7;
    text-align: center;
    margin: 0 auto 30px;
}

.drownDlBoxs {
    margin-top: 50px !important;
}

.drownDlBoxs dl {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border: 1px #F1F1F1 solid;
}

.drownDlBoxs dl dt img {
    display: block;
    width: 100%;
    vertical-align: top;
}

.drownDlBoxs dl dt {
    height: 160px;
}

.drownDlBoxs dl dd {
    padding: 20px;
    position: relative;
    z-index: 20;
    background: #ffffff;
}

.drownDlBoxs dl dd p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.drownDlBoxs dl dd p i {
    font-style: normal;
}

.drownDlBoxs dl dd::after {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 22;
    background: url(../img/sanjiao.png) no-repeat center;
    background-size: 100%;
}

.drownDlBoxs dl dd span {
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    color: #1a1818;
    margin: 8px 6px 8px 0;
    font-weight: bold;
    position: relative;
}

.drownDlBoxs dl dd em {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: -15px;
    top: -12px;
    font-size: 18px;
    font-weight: normal;
}

.drownDlBoxs dl dd p i {
    padding-left: 10px;
}

.hsjya {
    text-align: center;
    padding: 65px 0;
    background: #f7fbfb;
    font-size: 32px;
    display: none;
}

.c01 {
    color: #cd0000
}

.c02 {
    color: #009f38
}

.hsjyap2 {
    margin-top: 35px;
}

.qytdxxmnspan {
    display: inline-block;
    position: relative;
}

.qytdxxmnspan b {
    font-size: 35px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
}

.qytdxxmnspan em {
    position: absolute;
    font-size: 18px;
    font-style: normal;
    top: -4px;
    right: 12px;
    font-family: Arial, " sans-serif";
}

.qytdxxm {
    width: 24%;
    padding: 0 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-right: 1.33%;
    box-sizing: border-box;
}
.qytdxxm:nth-child(4n){margin-right:0;}
.qytdxxm:last-child {
    margin-right: 0;
}

.qytdxxmn {
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 30px 0;
    padding-left: 70px;
}

.qytdxxmnp {
    margin-top: 10px;
}

.qytdxx {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.qytdxxm {
    transition: all 0.3s ease;
    display: flex;
}

.qytdxxmni {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
}

.qytdxxmni img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.qytdxxm:hover {
    color: #3071b7;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.qytdxxmnspan i {
    padding-left: 8px;
    font-style: normal;
}


/*人文*/
.zaiyiqi {
    padding: 65px 0;
    background: #fcfcfc;
    position: relative;
    z-index: 6;
}

.zaiyiqim {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    width: 1440px;
}

.zyqimga {
    overflow: hidden;
}

.zaiyiqil .zyqimga {
    text-align: right;
}

.zaiyiqir .zyqimga {
    text-align: left;
}

.zaiyiqil,
.zaiyiqir {
    width: 50%;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.zaiyiqil {
    padding-right: 8px
}

.zaiyiqir {
    padding-left: 8px
}

.zaiyiqimbg {
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
}

.poabsolutewh50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 18%;
    box-sizing: border-box;
}

.poabsolutewh50 h3 {
    font-size: 30px;
}

.zaiyiqil {
    text-align: left;
}

.zaiyiqir {
    text-align: left;
}

.zaiyiqimbg1 {
    background: #eb6100;
    left: 0;
}

.zaiyiqimbg2 {
    background: #099509;
    right: 0;
}

.poabsolutewh50 h4 {
    font-size: 28px;
}

.poabsolutewh50 p {
    margin-top: 10px;
}

.zaiyiqima img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.zaiyiqima:hover .zyqimga>img {
    transform: scale(1.03);
}

.zaiyiqima:hover .isssiocn {
    left: 5px;
}

.isssiocn {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
}

.zaiyiqil1 {
    width: 100%;
    padding-right: 0;
}

.zaiyiqil1 .zyqimga img {
    width: 100%;
}

.zaiyiqim3 {
    margin-top: 0;
    margin-top: 16px;
}

.poabsolutewh501 {
    padding-left: 60px;
}

.poabsolutewh501 h4 {
    margin-top: 10px;
    font-size: 32px;
}

/*全球布局*/
.globalp2 {
    color: #fff;
    text-align: center;
}

.global-Maps {
    background: #003B6C;
    padding: 70px 0 65px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.world-animation-wrapper {
    position: absolute;
    width: 55%;
    right: 3%;
    bottom: -85%;
    z-index: -3;
}

.world-animation-wrapper .effect {
    position: absolute;
    z-index: 5;
    transform: translateZ(0);
    perspective: 1000;
}

.world-animation-wrapper .world__animation {
    animation: spin 300s linear infinite;
    perspective: 1000;
    transform: rotateZ(0);
}

.global-Maps h3.both3 {
    color: #fff;
}

.globalBgBox {
    position: relative;
}

.globalBgBox .bgMaps {
    width: 1000px;
    height: 510px;
    background: url(../img/bg_global_footprint.png) no-repeat center;
    margin: 35px auto 0;
    position: relative;
    z-index: 10;
}

.map__lines1 {
    width: 550px;
    height: 75px;
    position: absolute;
    top: 130px;
    right: 316px;
    transform: rotate(6deg);
}

.map__lines1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/lin1.png) no-repeat right top;
    background-size: cover;
    display: block;
}

.map__lines3 {
    width: 285px;
    height: 92px;
    position: absolute;
    top: 182px;
    right: 322px;
    transform: rotate(20deg);
}

.map__lines3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/lin3.png) no-repeat right top;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.map__lines4 {
    width: 505px;
    height: 139px;
    position: absolute;
    top: 150px;
    right: 326px;
    transform: rotate(-178deg);
}

.map__lines4:after {
    content: '';
    background: url(../img/lin1.png) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    animation-delay: 2s;
}

.map__lines:after {
    animation: skew_line 3.5s infinite linear 0s;
    -webkit-animation: skew_line 3.5s infinite linear 0s;
}

.maps {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #005cb9;
    border: 2px #e0e0e0 solid;
}

.maps:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 5px rgba(109, 177, 49, 0.4) solid;
    display: block;
    border-radius: 50%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    position: absolute;
    top: -9px;
    left: -9px;
}

.maps:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    left: -13px;
    border-radius: 50%;
    border: 2px rgba(109, 177, 49, 0.4) solid;
}

.map1 {
    top: 228px;
    right: 215px;
}

.map1 {
    background-color: #ff0000;
}

.map2 {
    top: 208px;
    right: 214px;
}

.map3 {
    top: 255px;
    right: 239px;
}

.map4 {
    top: 232px;
    right: 265px;
}

.map5 {
    top: 315px;
    right: 262px;
}

.map6 {
    top: 212px;
    right: 163px;
}

.map7 {
    top: 209px;
    left: 252px;
}

.map8 {
    top: 190px;
    left: 490px;
}

.map9 {
    top: 169px;
    left: 206px;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes skew_line {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}



.entryBoxs {
    width: 100%;
    padding: 80px 0;
    background: #f6f9fa;
}

.entryBoxs .entry-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.entryBoxs .entry-Img {
    width: 100%;
    overflow: hidden;
}

.entryBoxs .entry-Img img {
    vertical-align: top;
    width: 100%;
}

.entryBoxs .entry-txts {
    padding: 30px 40px;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
}

.entryBoxs .entry-txts span {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333;
}

.entryBoxs .entry-txts span::after {
    content: '';
    width: 30px;
    height: 35px;
    background: url(../img/entr-right2.png) no-repeat right center;
    background-size: 26px;
    display: inline-block;
    float: right;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.entryBoxs .entry-item:nth-child(3) {
    margin-right: 0;
}



.entryBoxs .entry-item:hover .entry-Img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.entry-item:hover .entry-txts span {
    color: #3071b7;
}


.entryBoxs .entry-item:hover .entry-txts {
    padding: 30px 50px;
}



.sumOne {
    padding: 60px 0;
    background: #F8F8F8;
}

.leftbor,
.rightbor {
    width: 47.5%;
}

.leftbor {
    margin-right: 5%;
}

.themeCount {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 15px;
}

.themeCount p a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}

.gpwidts {
    padding: 123px 0;
    position: relative;
    height: 370px;
    box-sizing: content-box;
}

.gpjsLeft {
    color: #FFFFFF;
}

.gpjsLeft>p,
.gpjsLeft .learnop a {
    font-size: 12px;
    color: #FFFFFF;
    transition: all .5s ease;
}

.gpjsLeft h5 {
    font-size: 26px;
    line-height: 24px;
    color: #ffffff;
    margin: 20px 0 50px;
}

.gpjsLeft .learnop {
    margin-top: 100px;
}

.gpjsRight .switChUls {
    position: relative;
    width: 341px;
    max-height: 425px;
    background-color: rgba(179, 179, 179, 0.35);
    border-radius: 9px;
    overflow: hidden;
}

.switChUls_II li {
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

.switChUls_II li p {
    color: #ffffff;
}

.switChUls_II li.one p {
    font-size: 16px;
    line-height: 16px;
}

.switChUls_II li.two p {
    font-size: 32px;
    line-height: 32px;
    background: url(../img/up_red.png) no-repeat 40% center;
    background-size: 20px;
}

.switChUls_II li.three {
    padding: 25px 30px;
}

.switChUls_II li.three p {
    font-size: 16px;
}

.switChUls_II li.four {
    padding: 20px 30px;
}

.switChUls_II li.four p {
    font-size: 12px;
}

.switChUls_II li:last-child p {
    padding: 12px 30px;
}

.switChUls_II li p i,
.switChUls_II li p a {
    display: inline-block !important;
}

.switChUls_II li p i {
    font-size: 10px !important;
}

.switChUls_II li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.2);
}

.switChUls_II li.one {
    padding: 18px 30px;
}

.switChUls_II li.two {
    padding: 24px 30px;
}




.fourBoxs {
    width: 100%;
    background: #F8F8F8;
    padding: 65px 0;
}

.sourBoxs {
    width: 48.5%;
    height: 324px;
    position: relative;
    float: left;
    margin: 40px 3% 0px 0;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.sourBoxs:nth-child(-n+2) {
    margin-top: 0;
}

.coverBg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.sourBoxs:nth-of-type(2n) {
    margin-right: 0;
}

.bgBoxs {
    width: 358px;
    position: absolute;
    left: -20px;
    bottom: 68px;
    z-index: 2;
    padding: 20px 40px 20px 60px;
}

.bgBoxs::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
    height: 100%;
    width: 90%;
    top: 50%;
    transform: skewX(-15deg) translateY(-50%) translateX(-20%);
}

.bgBoxs1::after {
    background-color: #2c72b8;
}

.bgBoxs2::after {
    background-color: #96aa4a;
}

.bgBoxs3::after {
    background-color: #195387;
}

.bgBoxs4::after {
    background-color: #6fba28;
}

.bgBoxs h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
}

.bgBoxs p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.sourBoxs:hover .coverBg {
    transform: scale(1.1);
}

.sourBoxs:hover .bgBoxs::after {
    opacity: .9;
    transform: skewX(-15deg) translateY(-50%) translateX(0);
}





.tzzmaine .tzzmainba {
    border: none;
}

.tzzmainebr {
    border-radius: 12px;
    background: #FFFFFF;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.tzzmainebl,
.tzzmainebr {
    height: 213px;
    width: 575px;
    overflow: hidden;
}

.tzzmainebr {
    box-shadow: 0px 1px 33px 0px rgba(230, 230, 230, 0.75);
}

.tzzmainebrm {
    font-size: 13px;
    height: 181px;
    border-radius: 10px;
    padding-left: 45px;
    padding-top: 30px;
}

.tzzmainebrmp1 {
    font-size: 20px;
    color: #3071b7;
}

.tzzmainebrmp2 {
    padding-top: 8px;
}

.tzzmainebrmpp3 {
    padding-top: 80px;
}

.gpBox {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.tzzmainebrmpp3 span {
    display: inline-block;
    margin-right: 20px;
}

.tzzmainebrmpp3 .spa1 {
    background: url(../img/email.png) left center no-repeat;
    padding-left: 30px;
}

.tzzmainebrmpp3 .spa2 {
    background: url(../img/etel.png) left center no-repeat;
    padding-left: 30px;
}

.tzzmainebrmpp3 .spa3 {
    background: url(../img/zhen1.png) left center no-repeat;
    padding-left: 30px;
    background-size: 20px;
}

.tzzmainebr:hover {
    background: #3071b7;
}

.tzzmainebr:hover p {
    color: #FFFFFF;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa1 {
    background: url(../img/email-bai.png) no-repeat left center;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa2 {
    background: url(../img/tel-bai.png) no-repeat left center;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa3 {
    background: url(../img/zhen.png) left center no-repeat;
    padding-left: 30px;
    background-size: 20px;
}

.tzzmainbal {
    color: #222222;
    font-size: 12px;
    line-height: 24px;
}

.tzzmainbal p {
    font-size: 32px;
    padding-top: 10px;
}

.tzzmaine {
    padding: 65px 0;
}

.tzzmaineb {
    margin-top: 35px;
}




/*新闻中心*/


.newestBox {
    padding: 60px 0;
    background-color: #fff;
}

.new-contain-irem {
    height: 630px;
}

.newCount {
    width: 100%;
    margin-bottom: 35px;
}

.newCount h4 {
    font-size: 34px;
    line-height: 1;
    color: #3071b7;
}

.newCount P a {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.newCount P a:hover {
    color: #114897;
}


.latesCount {
    width: 100%;
    background: #F8F8F8;
    padding: 60px 0;

}

.countList {
    width: 31.66%;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 34px;
    margin-top: 30px;
    margin-right: 2.5%;
    cursor: pointer;
    vertical-align: top;
    transition: all 0.3s ease;
}

.countList:nth-of-type(-n+3) {
    margin-top: 0;
}

.countList:nth-of-type(3n) {
    margin-right: 0;
}

.tzzmaincbldown,
.tzzmaincbldown:before,
.tzzmaincbldown:after,
.tzzmaincbldown span {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.tzzmaincbldown {
    padding: 0 10px;
    width: 9px;
    position: absolute;
    height: 30px;
    background: #eeeeee;
    border-radius: 3px;
    right: 25px;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tzzmaincbldown:before {
    position: absolute;
    top: 0;
    content: '';
    background: url(../img/arr_black.svg) center no-repeat;
    background-size: 100% auto;
    right: 5px;
    width: 11px;
    opacity: 0.7;
    height: 100%;
}

.tzzmaincbldown:after {
    opacity: 0;
    position: absolute;
    top: 0;
    content: '';
    background: url(../img/arr_black.svg) center no-repeat;
    right: 10px;
    width: 5px;
    height: 100%;
}

.tzzmaincbldown4::before {
    width: 9px;
    height: 100%;
    background: url(../img1/xaizai1.png) center no-repeat;
}

.tzzmaincbldown span {
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 75px;
    line-height: 15px !important;
    font-size: 14px !important;
}

.tzzmaincbldown:hover {
    width: 100px;
}

.tzzmaincbldown:hover span {
    opacity: 1;
}

.countList:hover .tzzmaincbldown {
    width: 100px;
}


/*小箭头hover样式*/
.countList:hover .djmaincmai:after {
    opacity: 1;
}

.countList:hover .djmaincmai:before {
    opacity: 0;
}

.countList:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/

.countList .tzzmaincbldown span {
    line-height: 30px !important;
    opacity: 1;
}

.count_ptitle b {
    display: block;
    font-size: 18px;
}

.count_ptitle span {
    display: block;
    line-height: 26px;

    color: #333;
}

.count_ptitle b {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s ease;
}

.count_ptitle span {
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 10px;
}

.count-area {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    background: url(../img/area.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
}

.latesCount .tzzmaincbldown {
    top: 130px;
}

.countList:hover {
    background: #3071b7;
}

.countList:hover .count_ptitle span {
    color: #FFFFFF;
}

.countList:hover .count_ptitle b {
    color: #FFFFFF;
}

.countList:hover .count-area {
    color: #FFFFFF;
    opacity: 0.6;
}

/*  */
.count-social {
    width: 100%;
    background-color: #FFFFFF;
    padding: 60px 0;
}

.dl-social {
    width: 100%;
}

.dl-social dl {
    width: 380px;
    border-radius: 3px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}

.dl-social p {
    font-size: 18px;
    font-weight: bold;
}

.dl-social dl a {
    display: block;
    background-color: #FFFFFF;
}

.dl-social dl a:hover img {
    transform: scale(1.03);
}

.dl-social dl a:hover p {
    color: #3071b7
}

.dl-social dl:nth-of-type(3n) {
    margin-right: 0;
}

.dl-social dl:nth-of-type(-n+3) {
    margin-top: 0;
}

.dl-social dl dt {
    width: 380px;
    overflow: hidden;
    border-radius: 6px;
}

.dl-social dl dt img {
    max-width: 100%;
    transition: all 0.3s ease;
}

.dl-social dl dd {
    padding: 22px 18px;
    font-size: 16px;
    color: #000000;
}

.desc-word {
    max-height: 66px;
    height: 66px;
    overflow: hidden;
}

.dl-social dl dd time {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    display: block;
}

/* .dl-social dl a {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
} */



.estItem-Box {
    width: 100%;
    height: 100%;
}

.estItem-Box .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.estItem-Box .swiper-slide {
    background-size: cover;
    background-position: center;
}

.estItem-Box .gallery-top {
    width: 69%;
    height: 100%;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}

.estItem-Box .gallery-top .swiper-slide {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs {
    width: 100%;
    height: 413px;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-down-txt {
    padding: 30px 40px 0 50px;
}

.slide-down-txt>div {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.slide-down-txt h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #000000;
    margin-bottom: 14px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-down-txt h4 time {
    font-size: 12px;
    margin-left: -97px;
    margin-right: 32px;
}

.slide-down-txt div p {
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}

.slide-down-txt .readMore {
    width: 145px;
    height: 42px;
    background-color: #114897;
    border-radius: 5px;
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 41px;
    font-size: 15px;
    color: #fffefe;
    margin-top: 26px;
    border: 1px transparent solid;
}

.slide-down-txt .readMore span {
    display: block;
    position: relative;
}

.slide-down-txt .readMore span:before,
.slide-down-txt .readMore span:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: '';
}

.slide-down-txt .readMore span:before {
    background: url(../img/right-new.png) center no-repeat;
}

.slide-down-txt .readMore span:after {
    background: url(../img/right.png) center no-repeat;
    opacity: 0;
    right: 10px;
}

.slide-down-txt .readMore:hover span:before {
    opacity: 0;
}

.slide-down-txt .readMore:hover span:after {
    opacity: 1;
    right: 0;
}

.slide-down-txt .readMore span:before,
.slide-down-txt .readMore span:after,
.slide-down-txt .readMore {
    transition: all 0.3s ease;
}

.slide-down-txt .readMore:hover {
    background: #FFFEFE;
    border: 1px #114897 solid;
    color: #333333;
}

.estItem-Box .gallery-thumbs {
    width: 30%;
    height: 413px;
    box-sizing: border-box;
    overflow: hidden;
}

.estItem-Box .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    opacity: 1;
}

.estItem-Box .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/*  */
.newItem {
    width: 100%;
    padding: 50px 0;
    background: #FFFFFF;
    overflow: hidden;
}


.newtAIN {
    margin-bottom: 16px;
}

.newtAIN:last-child {
    margin-bottom: 0;
}

.newtAIN::after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    display: block;
    margin-top: 16px;
}

.newtAIN:last-child::after {
    border-bottom: none;
    margin-top: 0;
}

.itemlist {
    width: 1100px;
    margin: auto;
    display: table;
    padding: 15px 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.list-newleft,
.list-newright {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}

.list-newleft {
    width: 25%;
    height: 165px;
    margin-right: 4%;
    overflow: hidden;
}

.list-newleft img {
    display: inline-block;
    /* max-width: 100%; */
    max-height: 100%;
}

.list-newright {
    width: 66%;
}

.list-newright>div {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-newright time {
    margin-bottom: 10px;
    display: block;
    color: #827c7c;
}

.list-newright h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.list-newright>div p {
    width: 80%;
    color: #545353;
}

.itemlist:hover {
    background-color: #ffffff;
    box-shadow: 0px 1px 33px 0px rgba(236, 236, 236, 0.75);
    border-radius: 6px;
}

.itemlist:hover .list-newright h3 {
    color: #114897;
}

.itemlist:hover::after {
    content: '';
    background: url(../img/dm2-icon2.png) no-repeat right center;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5%;
}

.prevnext {
    text-align: center;
    padding: 50px 0 70px;
}

.prevnext div {
    width: 198px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    margin: 0 30px;
    border: 1px transparent solid;
    cursor: pointer;
}

.prevnext .prevs {
    background-color: #313131;
}

.prevnext .prevs:hover {
    background: #FFFFFF;
    color: #333333;
    border: 1px #313131 solid;
}

.prevnext .nexts {
    background-color: #114897;
}

.prevnext .nexts:hover {
    background: #FFFFFF;
    color: #333333;
    border: 1px #114897 solid;
}

/*  */
.theWyaBoxs {
    width: 100%;
    background: #FAFAFA;
    padding: 80px 0;
    /* text-align: center; */
    /* margin-top: 50px; */
}

.wayItem1 {
    width: 48%;
    height: 213px;
    border-radius: 6px;
    overflow: hidden;
}

.wayItem1 img {
    display: block;
    width: 100%;
    vertical-align: top;
}

.theWyaBoxs .wayItem {
    width: 48%;
    background-color: rgba(255, 255, 255, 0.53);
    border-radius: 6px;
    border: solid 1px #e9e9e9;
    text-align: left;
    display: inline-block;
    padding: 30px 46px;
    transition: all 0.3s ease;
}

.countWay .wayItem {
    background-color: rgba(255, 255, 255);
}

.theWyaBoxs .wayItem:nth-child(1) {
    margin-right: 2%;
}

.theWyaBoxs .wayItem h3 {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    color: #3071b7;
    margin-bottom: 20px;
}

.theWyaBoxs .wayItem p {
    font-size: 13px;
    line-height: 26px;
    color: #000000;
}

.theWyaBoxs .wayItem .botBotn {
    vertical-align: bottom;
    margin-top: 46px;
}

.theWyaBoxs .wayItem .botBotn p {
    font-size: 14px;
    padding-left: 30px;
}

.theWyaBoxs .wayItem .botBotn p.fl {
    background: url(../img/email-hei.png) no-repeat left center;
}

.theWyaBoxs .wayItem .botBotn p.fr {
    background: url(../img/tel-hei.png) no-repeat left center;
}

.theWyaBoxs .wayItem:hover {
    box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
    background: #3071b7;
}

.theWyaBoxs .wayItem:hover h3,
.theWyaBoxs .wayItem:hover p {
    color: #FFFFFF;
}

.theWyaBoxs .wayItem:hover .botBotn p.fl {
    background: url(../img/email-bai.png) no-repeat left center;
}

.theWyaBoxs .wayItem:hover .botBotn p.fr {
    background: url(../img/tel-bai.png) no-repeat left center;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}


/*首页banner文字*/
.hbtxth5 {
    font-size: 70px;
    line-height: 1.4;
    margin-top: 20px;
}

.hbtxth52 {
    font-size: 70px
}

.hbtxtp1 {
    font-size: 18px;
}

.xxhbtxtmore {
    margin-top: 70px;
}

.hbtxt {
    text-align: left;
    margin-top: -2%;
}

.hbtxtp11 {
    font-size: 35px;
}

.hbtxtp3 {
    font-size: 32px;
}


h3.both3,
.newCount h4,
.themeCount h4,
.gpjsLeft h5,
.tzzmainbal p {
    font-weight: bold;
}

/*body,a{ cursor: url(https://www.vshow.net/shubiaoshou.png),auto;}*/

.pagina {
    text-align: right;
}

.hbtxt1 {
    text-align: center;
}

.is3hide {
    display: none;
}


/*1014*/
.pubcn4 span {
    color: #3071b7;
}

.pubcn4 {
    color: #3071b7;
}

.four14 {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 0;
    width: 1400px;
}

.four14m {
    width: 24%;
    margin-right: 1.33%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.four14m:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 126, 233, 0.3);
    opacity: 0;
    z-index: 3;
}

.four14img {
    width: 100%;
    vertical-align: top;
}

.four14m:last-child {
    margin-right: 0;
}

.four14wz {
    position: absolute;
    width: 100%;
    padding: 0 40px;
    z-index: 6;
    left: 0;
}

.four14wz span {
    color: #fff;
    font-size: 16px;
    opacity: 0.6;
    text-transform: uppercase;
}

.four14wz h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.four14wz i {
    display: block;
    position: relative;
    opacity: 0;
    left: -8px;
    background: url(../img/icon005.png) left top no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 20px;
}

.four14mi1 {
    margin-bottom: 10px;
}

.four14mi2 {
    margin-top: 10px;
}

.four14m1 .four14wz {
    bottom: 40px;
}

.four14m2 .four14wz {
    top: 40px;
}

.four14img,
.four14wz,
.four14m:before,
.four14wz,
.four14wz i {
    transition: all 0.5s ease;
}

.four14m:hover .four14img {
    transform: scale(1.05);
}

.four14m:hover i {
    left: 3px;
    opacity: 1;
}

.four14m:hover .four14wz {
    left: 10px;
}

/*.four14m1:hover .four14wz{bottom:50%; transform:translateY(-50%);}
.four14m2:hover .four14wz{top:50%; transform:translateY(-50%);}*/
.four14m:hover:before {
    opacity: 1;
}

.dxbgs {
    opacity: 1;
    z-index: 8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dxbgs1 {
    background: #f7f7f7;
}

.dxbgs3 {
    background: #fff;
}

.dxbgs2 {
    background: #f6f9fa;
}

.jgsj1 {
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.3s;
}

.jgsj2 {
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.jgsj3 {
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.7s;
}

.jgsj4 {
    transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.9s;
}

.aos-animate .dxbgs {
    top: -103%;
}


.shuju {
    background: #fff;
}

.mainnew {
    background: #f6f9fa;
}

.foot1014m {
    width: 1350px;
    margin: 0 auto;
}

.foot1014a {
    padding: 45px 0;
    border-bottom: 1px solid #eeeff0;
}

.ft14qxqy {
    margin-top: 24px;
    border: 1px solid #c0c0c0;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
}

.ft14qxqy span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.ft14qxqy span:before,
.ft14qxqy span:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    content: '';
}

.ft14qxqy span:before {
    background: url(../img/icon003.png) right center no-repeat;
    background-size: 100% auto;
}

/*.ft14qxqy span:after{ background:url(../img/icon004.png) right center no-repeat;}*/

.foot1014b {
    padding-top: 45px;
}

.foot1014bm {
    font-size: 13px;
    color: #333;
    position: relative;
    padding-left: 52px;
    padding-bottom: 40px;
}

.foot1014bp2 {
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}

.foot1014bp0 {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #939393;
    left: 0;
    top: 0;
}

.foot1014bp01 {
    background: url(../img/youxiang.svg) center no-repeat;
    background-size: 17px auto;
}

.foot1014bp02 {
    background: url(../img/dianhua.svg) center no-repeat;
    background-size: 17px auto;
}

.foot1014bl {
    border-right: 2px solid #eeeff0;
    padding-right: 60px;
}

.foot1014bc {
    padding-left: 60px;
}

.foot1014bcm {
    min-width: 110px;
}

.foot1014bcm li {
    margin-top: 5px;
    line-height: 20px;
}

.foot1014bcm span {
    font-size: 13px;
    color: #3071b7;
}

.foot1014bcm a {
    font-size: 12px;
    color: #656565;
    position: relative;
    padding-left: 0;
}

.foot1014bcm a:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    opacity: 0;
    height: 9px;
    background: url(../img/fotalink.png) center no-repeat;
    content: '';
}

.foot1014bcm ul:nth-child(2n) {
    padding-top: 10px;
}

.foot1014bcm a:before,
.foot1014bcm a {
    transition: all 0.5s ease;
}

.foot1014bcm a:hover {
    padding-left: 10px;
}

.foot1014bcm a:hover:before {
    opacity: 1;
}

.foot10141 .mppiont1 {
    top: 187px;
    left: 441px;
}

/*印尼*/
.foot10141 .mppiont2 {
    top: 229px;
    left: 487px;
}

/*澳洲*/
.foot10141 .mppiont3 {
    top: 113px;
    left: 250px;
}

/*欧洲：西班牙*/
.foot10141 .mppiont4 {
    top: 175px;
    left: 328px;
}

/*非洲：埃塞俄比亚*/
.foot10141 .mppiont5 {
    left: 458px;
    top: 126px;
}

/*上海*/
.foot10141 .mppiont6 {
    left: 192px;
    top: 206px;
}

/*南美巴西*/
.foot10141 .mppiont7 {
    left: 492px;
    top: 119px;
}

/*日本*/
.foot10141 .mppiont8 {
    left: 100px;
    top: 100px;
}

/*北美德克萨斯*/

.foot10142 {
    line-height: 20px;
    padding-top: 38px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    background: url(../img/foot10142.jpg) left top repeat-x #3071b7;
}

.ft142pa {
    color: #fff;
}

.foot10142r a,
.foot10142r em {
    color: #fff;
    display: inline-block;
}

.foot10142r em {
    padding: 0 10px;
    font-size: 12px;
    font-style: normal;
    font-family: arial;
}

.xxglobalp3 {
    margin-top: 70px;
}

.xxglobalbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #3071b7;
}

.xxglobalbg1 {
    background: #3071b7;
}

.xxglobalbg2 {
    background: #860001;
}

/*.xxglobalbg{-webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
}*/
.xxglobalbg {
    transform: skew(15deg) translateX(-150%);
}

.globalani1,
.globalani2,
.globalani3 {
    opacity: 0;
    position: relative;
    left: -100px;
    transition-property: opacity, left;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
}

.globalani2 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.globalani3 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

/*.aos-animate .xxglobalbg{-webkit-transform: translateX(100%);transform: translateX(100%);}*/
/*.aos-animate .xxglobalbg{animation:hm_b_t 1s forwards;}*/
.aos-animate .xxglobalbg {
    -webkit-animation-name: img_anime;
    animation-name: img_anime;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.xxglobalbg.ys1s {
    animation-delay: 0.2s;
}

.aos-animate .globalani1,
.aos-animate .globalani2,
.aos-animate .globalani3 {
    opacity: 1;
    left: 0;
}

.wsbgimg {
    background: #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
}

.animationimg {
    opacity: 0;
    transition-timing-function: ease;
    transition-duration: 0.5s;
}

.aos-animate .animationimg {
    -webkit-animation-name: emergence;
    animation-name: emergence;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.aos-animate .wsbgimg {
    -webkit-animation-name: emergence1;
    animation-name: emergence1;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.pbmore {
    width: 168px;
    font-size: 14px;
    background: #3071b7;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: background-color 0s cubic-bezier(.52, .08, .18, 1) 0s;
    height: 48px;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
}

.pbmore span {
    transition: all 0.55s cubic-bezier(.52, .08, .18, 1);
    position: relative;
    z-index: 5;
}

.pbmore:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    content: '';
    height: 100%;
    background: #fff;
    transition: -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: transform .55s cubic-bezier(.52, .08, .18, 1);
    transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateX(-101%) skewX(-17.62deg);
    transform: translateX(-101%) skewX(-17.62deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pbmore i {
    position: absolute;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    z-index: 8;
    width: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.i_white {
    background-image: url(../img/icon005.png);
}

.i_blue {
    background-image: url(../img/icon006.png);
}

.i_black {
    background-image: url(../img/icon007.png);
}

.ir20p {
    right: 20px;
}

.il20p {
    left: -20px;
}

.pbmore:hover {
    background-color: #fff;
    transition: all .1s linear .35s;
}

.pbmore1:hover {
    background: #f6f9fa;
}

.pbmore:hover span {
    color: #3071b7;
}

.pbmore:hover:after {
    -webkit-transform: translateX(0) skewX(-17.62deg);
    transform: translateX(0) skewX(-17.62deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.pbmore:hover .ir20p {
    right: -20px;
}

.pbmore:hover .il20p {
    left: 20px;
}

.pbmore2 {
    border: 1px solid #3071b7;
}

.pbmore2:hover {
    border-color: #3071b7;
}

.mnewatxt1 i {
    background-image: url(../img/icon006.png);
    width: 9px;
}

.mnewatxt i {
    background: none;
    width: 9px;
}

.mnewatxt i:before,
.mnewatxt i:after {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mnewatxt i:before {
    background-image: url(../img/icon006.png);
}

.mnewatxt i:after {
    background-image: url(../img/icon007.png);
    opacity: 0;
}

.mnewatxt i {
    background-image: url(../img/icon006.png);
    width: 9px;
}

.mnewa:hover i:before {
    opacity: 0;
}

.mnewa:hover i:after {
    opacity: 1;
}


.list-btn {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 2;
    position: absolute;
}

.list-btn svg {
    width: 100%;
    height: 100%;
}

.list-btn:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: 7px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.list-btnl:before {
    background-image: url(../img/icon0071.png);
}

.list-btnr:before {
    background-image: url(../img/icon007.png);
}

.list-btn .btn-inner {
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.list-btn svg {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.list-btn path {
    -webkit-transition: stroke .4s;
    transition: stroke .4s;
}

.list-btn:hover .btn-inner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.list-btn:hover svg {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.list-btn:hover path {
    stroke: #0071be !important;
}


.newlbtnl {
    left: 0;
    bottom: 50px;
}

.newlbtnr {
    left: 80px;
    bottom: 50px;
}


/*内页*/



.zlndheig {
    height: 57px;
}

.xflmnav {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    border-bottom: 2px solid #f1f4f5;
}

.xflmnav dd {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 60px;

    line-height: 60px;
    font-size: 18px;
}

.xflmnav dd:before,
.xflmnav dd:after {
    position: absolute;
    height: 3px;
    background: #3071b7;
    bottom: -2px;
    width: 0;
    content: '';
}

.xflmnav dd:before {
    left: 50%;
}

.xflmnav dd:after {
    right: 50%;
}

.xflmnav a {
    color: #666;
    display: block;

}

.xflmnav a,
.xflmnav dd:before,
.xflmnav dd:after {
    transition: all 0.3s ease;
}

.xflmnav dd:hover:before,
.xflmnav dd:hover:after,
.xflmnav dd.on:before,
.xflmnav dd.on:after {
    width: 50%;
}

.xflmnav dd:hover a,
.xflmnav dd.on a {
    color: #3071b7;
    font-weight: bold;
}

.xflmnav.active {
    top: 103px;
    opacity: 1;
    z-index: 15;
    position: fixed;
    ;
}



.xxhead.nobaner {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.xxhead.nobaner .xxnav a {
    color: #333;
}

.xxhead.nobaner .logo2 {
    opacity: 1;
}

.xxhead.nobaner .logo1 {
    opacity: 0;
}

.xxhead.nobaner .xxaluage i:after,
.xxhead.nobaner .xxaluage span:after,
.xxhead.nobaner .xxaluage:after,
.xxhead.nobaner .xxsearch:after {
    opacity: 1;
}

.xxhead.nobaner .xxaluage i:before,
.xxhead.nobaner .xxaluage span:before,
.xxhead.nobaner .xxaluage:before,
.xxhead.nobaner .xxsearch:before {
    opacity: 0;
}

.xxhead.nobaner .xxaluage span {
    color: #333;
}

.xxhead.nobaner .xxright:before,
.xxhead.nobaner .xxline {
    background: #ddd;
}

.xxhead.nobaner .xxnav>li>a:hover {
    color: #3071b7;
}

.w1400 {
    width: 1200px;
    margin: 0 auto;
}

.ny15pen {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 5px;
    color: #b8b8b8;
}

.ny15pcn {
    font-weight: bold;
    font-size: 45px;
    color: #3071b7;
    line-height: 45px;
}

.ny15top {
    margin-top: 103px;
}

.ny15top2 {
    border-bottom: 1px solid #e1e1e2;
}

.border6 {
    border-radius: 6px;
    overflow: hidden;
}

.bntx1,
.bntx2 {
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(.52, .08, .18, 1);
}

.bntx1 {
    transition-delay: 0.6s;
}

.bntx2 {
    transition-delay: 0.8s;
}

.ny15baner .xxglobalbg {
    transition-delay: 0.3s;
}

.aos-animate .bntx1,
.aos-animate .bntx2 {
    opacity: 1;
    left: 0;
}

.ny15smalnav {
    height: 100%;
    padding-left: 0;
}

.ny15nhome,
.ny15nem,
.ny15nsub,
.ny15smalnav a {
    height: 66px;
    line-height: 66px;
    margin-right: 20px;
}

.ny15nsub span {
    font-size: 16px;
    color: #3071b7;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    position: relative;
}

.ny15nsub span:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/icon008.png) center no-repeat;
    background-size: 100% auto;
    display: none;
}

.ny15nem {
    background: url(../img/icon010.png) center no-repeat;
    background-size: 100% auto;
    width: 5px;
}

.ny15nhome {
    background: url(../img/icon009.png) center no-repeat;
    background-size: 100% auto;
    width: 12px;
}

.ny15nsub {
    position: relative;
}

.ny15nsubm {
    position: absolute;
    width: 120px;
    left: -15px;
    top: 66px;
    padding-top: 6px;
    display: none;
    z-index: 6;
}

.ny15nsubm dl {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    font-size: 14px;
}

.ny15nsubm dl dd {
    padding: 5px 15px;
}

.ny15backbottom {
    position: absolute;
    right: 85px;
    top: 0;
    color: #666;
    font-size: 14px;
    background: url(../img/icon011.jpg) center right no-repeat;
    padding-right: 25px;
    cursor: pointer;
}

.ny15backbottom i {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3071b7;
    right: 0;
    border-radius: 50%;
    z-index: 3;
    top: 30%;
}

.ny15backbottom i {
    animation: tgguangfu 1.5s infinite;
}

@keyframes tgguangfu {
    0% {
        top: 30%
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes img_anime {
    0% {
        -webkit-transform: skew(15deg) translateX(-150%);
        transform: skew(15deg) translateX(-150%);
    }

    42.5%,
    44.5% {
        -webkit-transform: skew(15deg) translateX(-20%);
        transform: skew(15deg) translateX(-20%);
    }

    100% {
        -webkit-transform: skew(15deg) translateX(150%);
        transform: skew(15deg) translateX(150%);
    }
}

@-webkit-keyframes emergence {
    0% {
        opacity: 0;
    }

    99.9% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes emergence1 {
    0% {
        opacity: 1;
    }

    99.9% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.ny15topa {
    text-align: right;
    padding: 50px 0;
}

.ny15topa.w1400 {
    width: 80%;
    min-width: 1100px;
    max-width: 1400px;
}

.ny15topam {
    display: inline-block;
    text-align: center;
    padding-right: 0;
}

.ny15topb {
    width: 100%;
    margin-left: 0;
    padding-left: 50px;
    padding-bottom: 6px;
    position: relative;
    height: 66px;
    line-height: 66px;
    box-sizing: content-box;
    background: #efefef;
    background: linear-gradient(90deg, rgba(243, 243, 243, 100%) 0%, rgba(245, 245, 245, 100%) 50%, rgba(253, 253, 253, 100) 100%);
}

.ny15topb:before {
    background: url(../img/isbgac.jpg) right bottom no-repeat #3071b7;
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
}

.ny15topb.no:before {
    display: none;
}

.ny15topb.no .ny15backbottom {
    display: none;
}

.ny15topb.no {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

.ny15topb.no .ny15smalnav {
    padding: 0;
}

.ny15baner {
    height: 520px;
    position: relative;
    width: 100%;
}

.ny15banerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ny15banerh5 {
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
    font-weight: bold;
}

.ny15banerwz {
    position: absolute;
    left: 50%;

    top: 50%;
    transform: translateY(-50%);
}

.ny15banerwz {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:1600px) {
    .ny15baner {
        height: 445px;
    }
}

@media screen and (max-width:1440px) {
    .ny15baner {
        height: 400px;
    }

    .ny15banerh5 {
        font-size: 45px;
    }
}

@media screen and (max-width:1366px) {
    .ny15baner {
        height: 379px;
    }

    .ny15banerh5 {
        font-size: 40px;
    }
}

@media screen and (max-width:1280px) {
    .ny15baner {
        height: 350px;
    }

    .ny15banerh5 {
        font-size: 35px;
    }
}

.my15gfa {
    background: #fff;
}

.my15gfaa {
    padding: 80px 0;
}

.my15gfamp1 {
    text-align: center;
    font-size: 18px;
    color: #222;
    line-height: 1.8;
    padding: 0 8%;
}

.my15gfamp1 p {
    margin-top: 30px;
}

.my15gfamp1 p:first-child {
    margin-top: 0;
}

.my15gfamp2 {
    margin-top: 30px;
}

.my15gfab {
    position: relative;
}

.my15gfabp1 {
    position: relative;
    width: 100%;
}

.my15gfabp1 img {
    width: 100%;
    vertical-align: top;
}

.my15gfabp1h5 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    z-index: 6;
    left: 100px;
    bottom: 100px;
}

.my15gfabp2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    overflow: hidden;
    z-index: 10;
}

.my15gfabp2 img {
    width: 100%;
    vertical-align: top;
}

.my15gfabp2 {
    display: none;
}

.my15gfb {
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.my15gfbbg {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.my15gfbwz {
    width: 60%;
    color: #fff;
}

.my15gfbm {
    position: relative;
    z-index: 6;
}

.my15gfbh4 {
    font-size: 26px;
}

.my15gfbh5 {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.my15gfbdesc {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.6;
}

.my15gfbdesc p {
    padding-top: 10px;
}

.my15gfbmore {
    margin-top: 80px;
}

.my15gfb1 {
    margin-top: 80px;
}


/*.aos-animate.my15gfabp2 img {
    border-radius: 5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.my15gfabp2 img{border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
*/
.my15gfc {
    padding: 90px 0;
    background: #f6f9fa;
}

.swiper-case {
    margin-top: 50px;
}

.swiper-case .swiper-slide {
    height: 445px !important;
}

.my15gfcwz {
    position: relative;
}

.my15gfcwz img {
    width: 100%;
    vertical-align: top;
}

.my15gfcwzh5 {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 60px;
    bottom: 0;
    color: #fff;
    z-index: 6;
    font-size: 24px;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.my15gfcwzh5m {
    padding: 30px 45px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.my15gfcwzh5m p,
.my15gfcwzh5m span {
    position: relative;
    z-index: 5;
}

.my15gfcwzh5m span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
}

.my15gfcwzh5m em {
    display: inline-block;
    font-style: normal;
    padding: 0 10px;
}

.my15gfcwzh5m p {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.my15gfcwzh5m:before {
    transition: all 0.3s ease;
    background: url(../img/my15gfcwzh5m.jpg) center no-repeat;
    opacity: 0.8;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.my15gfcwz {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    transition: all 0.6s;
    overflow: hidden;
}

.my15gfcwz {
    height: 80%;
    top: 50%;
    background-size: auto 100%;
    background-position: left center;
}

.swiper-case .swiper-slide-active {
    z-index: 8;
}

.swiper-case .swiper-slide-active .my15gfcwzh5 {
    opacity: 1;
    transition-delay: 0.5s;
}

.swiper-case .swiper-slide-active:hover .my15gfcwzh5m:before {
    opacity: 1;
}

.swiper-slide-active .my15gfcwz {
    width: 210%;
    height: 100%;
    box-shadow: 0 5px 20px 0 rgba(26, 34, 74, 0.26);
}

.caseboton {
    width: 980px;
    margin: 0 auto;
    text-align: right;
    padding: 0 60px;
    margin-top: 40px;
}

.caseboton1,
.caseboton2 {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}


.down-listBox {
    display: none !important;
}

.mnewa,
.mainnewmra,
.my15gfabp1,
.my15gfabp2 {
    border-radius: 6px;
    overflow: hidden;
}

/*.mainnewm .dxbgs { display:none;}*/
* {
    outline: none;
}

@keyframes hm_b_t {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    60% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}


.mc_aside_navbox {
    position: fixed;
    left: 0;
    padding-left: 40px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    z-index: 8;
    transition: all .36s ease-out;
    display: none !important;
}

.mc_aside_nav {
    position: relative;
}

.mc_aside_nav::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: -2;
    width: 1px;
    height: calc(100% - 22px);
    background: #e0e0e0;
    transition: all .36s;
}

.mc_aside_li {
    position: relative;
    font-size: 16px;
    z-index: 1;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #0a0a0a;
    margin: 40px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all .36s;
}

.mc_aside_li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #84c04d;
    transition: all .36s;
}

.mc_aside_li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #84c04d;
    transition: all .36s;
    opacity: 0;
}

.mc_aside_li.on,
.baise .mc_aside_li.on {
    color: #84c04d;
}

.mc_aside_li.on:after {
    opacity: 1;
}

.baise .mc_aside_li {
    color: #fff;
}

.mc_aside_li.on:before {
    box-shadow: 0 0 8px 0 rgba(79, 115, 233, .75);
}

.mc_aside_navline {
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: -1;
    width: 1px;
    max-height: calc(100% - 22px);
    background: #84c04d;
    transition: all .3s;
}

.mc_aside_navbox {
    padding-left: 20px;
}

.mc_aside_navbox.show {
    transform: translateY(-50%) translateX(0);
}

.show {
    display: block !important;
}

.mc_aside_navbox,
.my15gfc {
    display: none !important;
}

.xxright:before {
    display: none !important;
}

.xxhead {
    border: none !important;
}

.xinxl23b a {
    font-size: 14px;
}

.xinxl23a,
.xinxl23b,
.xinxl23c,
.xinxl23mns {
    padding-top: 50px;
    text-align: justify;
    height: 390px;
}

.xinxl23 {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 103px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #eaf1f8;
}

.xinxl23a {
    position: relative;
    width: 470px;
    padding-right: 60px;
    color: #222;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.xinxl23a,
.xinxl23a:before {
    background: #f6f9fa;
}

.xinxl23a:before {
    position: absolute;
    width: 1000px;
    top: 0;
    content: '';
    height: 100%;
    left: -1000px;
}

.xinxl23a h4 {
    font-size: 30px;
    color: #3071b7;
    padding-bottom: 20px;
    font-weight: bold;
}

.xinxl23a a {
    color: #222;
}

.xinxl23b {
    width: 500px;
    padding-left: 60px;
    padding-right: 60px;
    background: url(../img/xinxl23bbg.jpg) left top repeat-y #fff;
}

.xinxl23b li {
    border-bottom: 1px solid #eaf1f8;
    overflow: hidden;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 28px;
}

.xinxl23b li:last-child {
    border: none;
}

.xinxl23b li {
    transition: all 0.3s ease;
}

.xinxl23b i:before,
.xinxl23b i:after,
.xinxl23b em:before,
.xinxl23b em:after,
.xinxl23b li:before {
    content: '';
}

.xinxl23b i,
.xinxl23b em,
.xinxl23b i:before,
.xinxl23b i:after,
.xinxl23b em:before,
.xinxl23b em:after,
.xinxl23b li:before {
    transition: all 0.3s ease;
    width: 100%;
    top: 0;
    display: block;
    position: absolute;
    height: 100%;
}

.xinxl23b li:before {
    background: #3071b7;
    opacity: 0;
    left: 0;
    width: 0;
}

.xinxl23b i {
    width: 6px;
    right: 0;
}

.xinxl23b a {
    padding-left: 42px;
    display: block;
    vertical-align: top;
    position: relative;
    z-index: 6;
}

.xinxl23b em {
    width: 32px;
    left: 0;
}

.xinxl23b i:after {
    background: url(../img/icon006.png) center no-repeat;
}

.xinxl23b i:before {
    background: url(../img/icon005.png) center no-repeat;
    opacity: 0;
}

.xinxl23b i:before,
.xinxl23b i:after {
    background-size: 100% auto;
}

.xinxl23b em:before {
    opacity: 0;
}

.xinxl23b em:before,
.xinxl23b em:after {
    background-position: center;
    background-repeat: no-repeat;
}

.xinxl23b li:nth-child(1) em:before {
    background-image: url(../svg/chanyebai.svg);
    background-size: 26px auto;
}

.xinxl23b li:nth-child(1) em:after {
    background-image: url(../svg/chanyelan.svg);
    background-size: 26px auto;
}

.xinxl23b li:nth-child(2) em:before {
    background-image: url(../svg/guangfubai.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(2) em:after {
    background-image: url(../svg/guangfulan.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(3) em:before {
    background-image: url(../svg/dianlibai.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(3) em:after {
    background-image: url(../svg/dianlilan.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(4) em:before {
    background-image: url(../svg/ydlybai.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(4) em:after {
    background-image: url(../svg/ydlylan.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(5) em:before {
    background-image: url(../svg/qingnengbai2022.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(5) em:after {
    background-image: url(../svg/qingnenglan2022.svg);
    background-size: 20px auto;
}

.xinxl23b li:nth-child(6) em:before {
    background-image: url(../svg/bandtbai.svg);
    background-size: 19px auto;
}

.xinxl23b li:nth-child(6) em:after {
    background-image: url(../svg/bandtlan.svg);
    background-size: 19px auto;
}

.xinxl23b li:nth-child(7) em:before {
    background-image: url(../svg/yuanbai.svg);
    background-size: 19px auto;
}

.xinxl23b li:nth-child(7) em:after {
    background-image: url(../svg/yuanlan.svg);
    background-size: 19px auto;
}

.xinxl23b li.on:before {
    opacity: 1;
    width: 100%;
}

.xinxl23b li.on em:before {
    opacity: 1;
}

.xinxl23b li.on em:after {
    opacity: 0;
}

.xinxl23b li.on i:before {
    opacity: 1;
}

.xinxl23b li.on i:after {
    opacity: 0;
}

.xinxl23b li.on {
    border-radius: 3px;
}

.xinxl23b li.on a {
    color: #fff !important;
}

.xxnav>li:nth-child(2) .xinxl23b a,
.xxnav>li:nth-child(3) .xinxl23b a,
.xxnav>li:nth-child(4) .xinxl23b a,
.xxnav>li:nth-child(5) .xinxl23b a,
.xxnav>li:nth-child(6) .xinxl23b a,
.xxnav>li:nth-child(7) .xinxl23b a,
.xxnav>li:nth-child(8) .xinxl23b a,
.xxnav>li:nth-child(9) .xinxl23b a {
    padding-left: 0;
}





.xinxl23c {
    width: 430px;
    padding-left: 60px;
    line-height: 1.5;
    border-left: 1px solid #eaf1f8;
}

.xinxl23cm {
    position: relative;
    height: 100%;
    width: 100%;
}

.xinxl23cul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.xinxl23cimg {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    display: block;
    vertical-align: top;
}

.xinxl23cimg img {
    width: 100%;
    vertical-align: top;
    transition: all 0.3s ease;
}

.xinxl23cimg:hover img {
    transform: scale(1.03);
}

.xinxl23cp1 {
    font-size: 16px;
    color: #222;
}

.xinxl23cp2 {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.xinxl23cp0 {
    padding: 20px 0px;
}

.xinxl23cp3 {
    position: absolute;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    z-index: 4;
    left: 0;
    bottom: 0;
}

.xinxl23cp3 span {
    display: inline-block;
    transition: all 0.3s ease;
    padding-right: 15px;
    position: relative;
    height: 18px;
    line-height: 18px;
    vertical-align: top;
}

.xinxl23cp3 span i {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: url(../img/icon005.png) center no-repeat;
    background-size: 100% auto;
}

.xinxl23cimg:hover .xinxl23cp3 span {
    padding-right: 20px;
}

.xinxl23c2imgm {
    width: 50%;
    margin-top: 16px;
}

.xinxl23c2imgm1 {
    padding-right: 8px;
}

.xinxl23c2imgm2 {
    padding-left: 8px;
}

.xinxl23cul {
    display: none;
    background: #fff;
}

.xinxl23cul:nth-child(1) {
    display: block;
}

.xinxl23m {
    width: 1400px;
    margin: 0 auto;
}

.xinxl23 {
    display: none;
}

/*
.xinxl23{visibility: hidden;opacity: 0;z-index: -9; transition:all 0.3s ease;}
.xxnav_js li:hover .xinxl23{ opacity: 1; visibility: visible; z-index:10;}
*/

.xxnav {
    height: 103px !important;
}

.xxnav>li {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 103px;
}

.xxlogo {
    margin-top: 25px;
}

.xxaluage1 {
    margin-top: 54px !important;
}

.xxright {
    top: 40px !important;
}

.xxhead {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width:1440px) {
    .xinxl23m {
        width: 1200px;
    }

    .xinxl23a {
        width: 400px;
        padding-right: 40px;
    }

    .xinxl23b {
        width: 430px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .xinxl23c {
        width: 370px;
        padding-left: 40px;
    }
}

.ptb90p {
    padding: 110px 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.pubcn3 {
    color: #3071b7;
    line-height: 1.4;
}

.zaixx26amr {
    width: 57%;
    padding-top: 10px;
}

.zaixx26aml {
    width: 35%;
    position: relative;
    min-height: 430px;
}

.zaixx26aml img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.zaixx26aml .on {
    opacity: 1;
}

.zaixx26amrm {
    padding: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zaixx26amrh5 {
    font-size: 26px;
    position: relative;
    padding-left: 12px;
    box-sizing: content-box;
    line-height: 30px;
    height: 30px;
    color: #222;
    padding-bottom: 15px;
    cursor: pointer;
}

.zaixx26amrh5 em {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #999;
    left: -15px;
    top: -6px;
    font-style: normal;
    position: absolute;
}

.zaixx26amrdesc {
    display: none;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    padding-bottom: 15px;
}

.zaixx26amrh5 i {
    display: block;
    width: 20px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.7;
}

.zaixx26amrh5 i:before,
.zaixx26amrh5 i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    left: 0;
    top: 0;
    background-size: 100% auto;
    transition: all 0.3s ease;
}

.zaixx26amrh5 i:before {
    background-image: url(../img/iconjia.png);
}

.zaixx26amrh5 i:after {
    background-image: url(../img/iconjian.png);
    opacity: 0;
}

.zaixx26amrh5.on i:after {
    opacity: 1;
}

.zaixx26amrh5.on i:before {
    opacity: 0;
}

.zaixx26amrh5 span {
    font-weight: bold;
}

.zaixx26am {
    margin-top: 50px;
}

.zaixx26b {
    background: #f6f9fa;
}

.zaixx26bslider img {
    width: 100%;
    vertical-align: top;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.zaixx26bslider {
    margin-top: 50px;
}

/*.zaixx26bslider .swiper-slide-active img{ top:-60px;}
.zaixx26bslider .swiper-slide-prev img{ top:-30px;}*/
.swiper-scrollbar {
    width: 246px;
    height: 4px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    background: none;
}

.swiper-scrollbar:before {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 1px;
    background: #dcdedf;
    left: 0;
    content: '';
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: #3071b7;
    height: 4px;
}

.zaixx26cslider {
    width: 1250px;
    padding: 25px;
    margin-top: 25px;
}

.zaixx26cdesc {
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.zaixx26cmp2 {
    font-size: 22px;
    padding: 10px 0;
    color: #222;
    font-weight: bold;
}

.zaixx26cmp3 {
    font-size: 16px;
    color: #333;
}

.zaixx26cmp1 {
    margin: 0 35px;
    background: #fff;
    position: relative;
    margin-top: -35px;
    padding: 35px;
    padding-bottom: 25px;
}

.zaixx26cmimg {
    overflow: hidden;
}

.zaixx26cmimg img {
    width: 100%;
    vertical-align: top;
}

.zaixx26cdesc:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
}

.zaixx26cdesc:hover img {
    transform: scale(1.03);
}

.zaixx26cdesc,
.zaixx26cmimg img,
.zaixx26cmp3,
.zaixx26cmp2,
.zaixx26cmp1 {
    transition: all 0.3s ease;
}

.zaixx26cdesc:hover .zaixx26cmp1 {
    background: #3071b7;
}

.zaixx26cdesc:hover .zaixx26cmp2,
.zaixx26cdesc:hover .zaixx26cmp3 {
    color: #fff;
}

.cultureboton {
    text-align: right;
    margin-top: 30px;
}

.culturebtnm {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    margin-left: 0;
}

.zaixx26dm {
    margin-top: 50px;
}

.zaixx26dlist a {
    float: left;
    margin-top: 2%;
    width: 49%;
    margin-right: 2%;
    position: relative;
    padding: 30px;
    background: #fff;
}

.zaixx26d {
    background: #f6f9fa;
}

.zaixx26dlist a {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    border-radius: 6px;
}

.zaixx26dlist a:nth-child(2n) {
    margin-right: 0;
}

.zaixx26dlist h6 {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.zaixx26dlist p {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.zaixx26dlist span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 14px;
    color: #3071b7;
    padding-right: 15px;
    margin-top: -15px;
}

.zaixx26dlist span:before,
.zaixx26dlist span:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    transition: all 0.3s ease;
}

.zaixx26dlist span:before {
    background: url(../img/icon007.png) center no-repeat;
    background-size: 100% auto;
}

.zaixx26dlist span:after {
    background: url(../img/icon005.png) center no-repeat;
    background-size: 100% auto;
    opacity: 0;
}

.zaixx26dlist a:hover span:before,
.zaixx26dlist a:hover span:after {
    right: -5px;
}

.zaixx26dlist a:hover span:after {
    opacity: 1
}

.zaixx26dlist a:hover span:before {
    opacity: 0
}

.zaixx26dlist a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #3071b7;
}

.zaixx26dlist a:hover h6,
.zaixx26dlist a:hover p,
.zaixx26dlist a:hover span {
    color: #fff;
}

.zaixx26dlist a:nth-child(1),
.zaixx26dlist a:nth-child(2) {
    margin-top: 0;
}

.ziweimore {
    margin-top: 50px;
    text-align: center;
}

.zaixx26dlist a,
.zaixx26dlist h6,
.zaixx26dlist p,
.zaixx26dlist span {
    transition: all 0.3s ease;
}


.gsflsliderwap {
    display: block;
}

.gsflsliderm,
.gsflsliderwap {
    height: auto;
}


.abt26a {
    background: #f6f9fa;
}

.abt26adesc {
    font-size: 16px;
    color: #222;
    text-align: justify;
    line-height: 1.8;
}

.drownDlBoxs dl {
    border-color: #f6f9fa;
    border-radius: 6px;
    overflow: hidden;
}

.abt26adesc p {
    margin-top: 10px;
    text-align: justify;
}

.abt26adesc p:nth-child(1) {
    margin-top: 0;
}

.abt26wapimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abt26b {
    position: relative;
}

.abt26bbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: 0.2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abt26bwz {
    color: #fff;
    z-index: 5;
    text-align: center;
    position: relative;
    z-index: 8;
    padding: 300px 0;
}

.abt26bh5 {
    font-size: 45px;
    margin-top: 20px;
}

.abt26bp1 {
    font-size: 20px;
}

.playbtn {
    display: inline-block;
    left: 0;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.playbtn i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bofanganiu.png) center no-repeat;
    background-size: 12px auto;
    z-index: 5;
}

.playbtn:before,
.playbtn:after {
    position: absolute;
    border-radius: 50px;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
}

.playbtn:before {
    background: #3071b7;
    z-index: 2;
    right: 0;
}

.playbtn:after {
    background: #fff;
    z-index: 3;
    left: 0;
}

.playbtn:before,
.playbtn {
    transition: all 0.3s ease;
}

.playbtn:hover:before {
    width: 60px;
}

.playbtn:hover {
    left: 5px;
}

#mainVideo {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.abt26btcbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 90;
    background: #000;
    opacity: 0.5;
    display: none;
}

.abt26btc {
    width: 900px;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
    display: none;
}

.abt26btcclose {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(../img/guanbia.png) center no-repeat;
    background-size: cover;
}

.playbtn3 {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-left: 160px;
    margin-top: -25px;
}

.abt26c {
    position: relative;
    padding-top: 120px;
}

.abt26cm {
    position: relative;
    z-index: 3;
}

.abt26c:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: #f6f9fa;
    height: 610px;
}

.abt26cmimg {
    width: 38%;
    border-radius: 6px;
    overflow: hidden;
}

.abt26cmimg img {
    width: 100%;
    vertical-align: top;
}

.abt26cmtxt {
    width: 50%;
    text-align: justify;
    margin-top: 60px;
}

.abt26cmp2 {
    text-align: right;
    font-weight: bold;
    margin-top: 45px;
}

.abt26dmdesc,
.abt26dmap,
.abt26dp2 {
    text-align: center;
    margin-top: 25px;
}

.abt26d {
    position: relative;
}

.ggline {
    position: absolute;
    height: 0;
    overflow: hidden;
    left: 0;
    top: -80px;
}

.abt26dmdesc {
    line-height: 1.8;
}

.abt26dp2h5 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 25px;
    background: url(../img/abt26dp2bg.jpg) left bottom no-repeat;
    text-align: left;
}

.abt26dp2qtl {
    font-size: 14px;
}

.abt26dp2ul li {
    float: left;
    text-align: left;
    height: 40px;
    line-height: 40px;
   
}

.abt26dp2ul span,
.abt26dp2ul img {
    display: inline-block;
    vertical-align: middle;
}

.abt26dp2ul img {
    margin-right: 5px;
}

.abt26dp2ul .fi1 {
    min-width: 190px;
}

.abt26dp2ul1 img {
    height: 10px;
}

.abt26dp2ul2 img {
    height: 16px;
}

.abt26dp2ul3 img {
    height: 16px;
}

.abt26dp2ul {
    margin-top: 5px;
}

.abt26dp2ul1 li {
    padding-right: 30px;
}
.abt26dp2ul2 li {
    padding-right: 30px;
}

.abt26dp2ul3 .fi1 {
    padding-right: 0;
}

.abt26dp2qtr {
    padding-top: 36px;
}

.abt26dp2qtr li {
    display: inline-block;
    text-align: center;
    margin-left: 50px;
}

.abt26dp2qtr span {
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;
    font-family: Arial, " sans-serif";
}

.abt26dp2qtr p {
    margin-top: 5px;
}

.abt26dp2qt {
    padding-top: 10px;
}

.abt26e {
    height: 420px;
}

.abt26em {
    width: 50%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.abt26em,
.abt26em:hover {
    color: #fff;
}

.abt26ep1 {
    font-size: 20px;
}

.abt26ep2 {
    font-size: 35px;
    padding: 10px 0;
}

.abt26ep3 {
    width: 10px;
    display: inline-block;
    background: url(../img/icon005.png) center no-repeat;
    background-size: 100% auto;
    height: 15px;
}

.abt26ebg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abt26ewz {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 6;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.abt26em:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
    background: #000;
}

.abt26em.on:before {
    opacity: 0.5;
}

.abt26em:before,
.abt26ebg,
.abt26em,
.abt26ep1,
.abt26ep3 {
    transition: all 0.3s ease;
}

.abt26em.on {
    width: 45%;
}

.abt26em:hover {
    width: 55%;
}

.abt26em:hover .abt26ebg {
    transform: scale(1.03);
}

.abt26em:hover .abt26ep1,
.abt26em:hover .abt26ep3 {
    opacity: 1;
    top: 0;
}

.abt26ep1,
.abt26ep3 {
    top: 0;
    opacity: 0;
    position: relative;
}

.abt26ep1 {
    top: -10px;
}

.abt26ep3 {
    top: 10px;
}


/*党建*/
.djmainaa {
    float: Left;
    width: 21%;
    margin-right: 5.3%;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.djmainaa img {
    vertical-align: top;
    width: 100%;
    border-radius: 6px;
}

.djmainaa:nth-child(4n) {
    margin-right: 0;
}

.djmainawz {
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 25px;
    width: 265px;
    line-height: 1;
    left: -10px;
    bottom: 80px;
    position: absolute;
    background: #fff;
    height: 90px;
}

.djmainatit {
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
}

.djmainadate {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}


.djmainaa:hover .djmainatit {
    color: #a41b16;
}

.djmainaa,
.djmainatit,
.djmainaa img {
    transition: all 0.3s ease;
}

.djmainaa:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


.djtit h5 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.djmore {
    font-size: 14px;
    color: #666;
    float: right;
    position: relative;
    top: 11px;
}

.djmainalist {
    margin-top: 25px;
}

.djmainb {
    background: #fafcfc;
}

.djmainba {
    float: left;
    background: #fff;
    padding: 15px;
    width: 31.5%;
    padding-bottom: 30px;
    font-size: 16px;
    margin-right: 2.75%;
}

.djmainbaimg {
    position: relative;
    width: 44%;
}

.djmainbaimg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    top: 15px;
    content: '';
    background: #f6e8e7;
    border-radius: 6px;
}

.djmainbaimg img {
    width: 100%;
    vertical-align: top;
    border-radius: 6px;
    position: relative;
    z-index: 6;
}

.djmainbawz {
    width: 46%;
}

.djmainbawzi {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: url(../img/djicon1.png) center no-repeat;
    margin-top: 20px;
}

.djmainbawztit {
    margin-top: 24px;
}

.djmainbawzmore {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    width: 21px;
    height: 19px;
}

.djmainbawzmore:before,
.djmainbawzmore:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.djmainbawzmore:before {
    background: url(../img/djicon2.png) center no-repeat;
}

.djmainbawzmore:after {
    background: url(../img/djicon3.png) center no-repeat;
    opacity: 0;
}

.djmainba:last-child {
    margin-right: 0;
}

.djmainblist {
    margin-top: 25px;
}

.djmainba {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.djmainba:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.djmainba:hover .djmainbawztit {
    color: #a41b16;
}

.djmainba,
.djmainbawztit {
    transition: all 0.3s ease;
}


.djmaincma {
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 50px;
    border-radius: 6px;
    width: 31.5%;
    font-size: 16px;
    margin-top: 2.75%;
    margin-right: 2.75%;
}

.djmaincma:before {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 15px solid #f6e8e7;
    content: '';
    left: -70px;
    top: -60px;
    border-radius: 50%;
}

.djmaincmtit {
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 24px;
}

.djmaincmdate {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.djmaincma:nth-child(3n) {
    margin-right: 0;
}


.djmaincmai1 {
    right: 20px;
    bottom: 20px;
}

/*小箭头样式*/
.djmaincmai {
    display: inline-block;
    width: 12px;
    height: 30px;
    border-radius: 6px;
    position: absolute;
    opacity: 0.6;
}

.djmaincmai:before,
.djmaincmai:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.djmaincmai:before {
    background: url(../img/arr_black.svg) center no-repeat;
}

.djmaincmai:after {
    background: url(../img/arr_blue.svg) center no-repeat;
    opacity: 0;
}

.djmaincmai-red:after {
    background: url(../img/arr_red.svg) center no-repeat;
    opacity: 0;
}

.djmaincmai-white:after {
    background: url(../img/arr_white.svg) center no-repeat;
    opacity: 0;
}

.djmaincmai:before,
.djmaincmai:after {
    background-size: auto 12px;
}

/*小箭头样式*/

/*小箭头hover样式*/
.djmaincma:hover .djmaincmai:after {
    opacity: 1;
}

.djmaincma:hover .djmaincmai:before {
    opacity: 0;
}

.djmaincma:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/

.djmaincma:hover:before {
    border-color: #a41b16;
}

.djmaincma:hover .djmaincmtit {
    color: #a41b16;
}

.djmaincma:before,
.djmaincmtit,
.djmaincma,
.djmaincmai:before,
.djmaincmai:after,
.djmaincmai,
.djmaincma {
    transition: all 0.3s ease;
}

.djmaincma:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.djmaind {
    background: #fafcfc;
}

.djmaindma {
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 30px;
    border-radius: 6px;
    width: 23.33%;
    font-size: 16px;
    margin-top: 2.22%;
    margin-right: 2.22%;
}

.djmaindma:nth-child(4n) {
    margin-right: 0;
}

.djmainddesc {
    font-size: 14px;
    color: #333;
    padding-top: 20px;
    margin-top: 20px;
    height: 92px;
    line-height: 24px;
    position: relative;
}

.djmainddesc:before,
.djmainddesc:after {
    position: absolute;
    background: #a41b16;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 2px;
    transition: all 0.3s ease;
}

.djmainddesc:before {
    opacity: 0.5;
}

.djmainddesc:after {
    opacity: 1;
    width: 0;
    z-index: 3;
}

.djmaindtit {
    font-weight: bold;
    height: 48px;
    line-height: 24px;
}

.djmainddate {
    font-size: 12px;
    color: #666;
    position: relative;
    margin-top: 25px;
}

.djmaindma:hover .djmaindtit {
    color: #a41b16;
}

.djmaindma:hover .djmainddesc:after {
    width: 100%;
}

.djmainddesc:before,
.djmainddesc:after,
.djmaindtit,
.djmaindma {
    transition: all 0.3s ease;
}

.djmaincmai2 {
    top: 3px;
    right: 0;
}

.djmaindma:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*小箭头hover样式*/
.djmaindma:hover .djmaincmai:after {
    opacity: 1;
}

.djmaindma:hover .djmaincmai:before {
    opacity: 0;
}

.djmaindma:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/


.djmaincmai4 {
    right: 20px;
    bottom: 0;
}

.djmaincmai5 {
    right: 30px;
    bottom: 15px;
}

.djmaincmai6 {
    right: 25px;
    bottom: 20px;
}

.respamp1 {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-top: 20px;
    padding: 0 120px
}

.respamp2 {
    position: relative;
    padding-top: 220px;
    line-height: 1.8;
    margin-top: 50px;
}

.respamp2img {
    position: absolute;
    top: 0;
    max-width: 100%;
}

.respamp2img1 {
    width: 57%;
    left: 0;
}

.respamp2img2 {
    width: 40%;
    right: 0;
}

.respamp2desc {
    width: 45%;
    text-align: justify;
    background: #fff;
    z-index: 6;
    position: relative;
    float: right;
    margin-right: 10%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.respamp2descm {
    padding: 12%;
}

.respamp2descm img {
    width: 80px;
}

.respah5 {
    font-size: 28px;
    font-weight: bold;
}

.respah5 {
    margin-top: 30px;
}

.respatxt {
    margin-top: 25px;
}

.respamp2desc,
.respamp2img {
    border-radius: 6px;
}

.respb {
    color: #fff;
    padding-top: 300px;
    position: relative;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.respbh4 {
    text-align: left;
    color: #fff;
}

.respbwz {
    font-size: 16px;
    position: relative;
    padding-top: 30px;
}

.respbwz {
    max-width: 540px;
    line-height: 1.8;
}

.respbwz p {
    margin-top: 20px;
}

.respbm {
    position: relative;
    z-index: 5;
}

.respcslider {
    padding: 35px 20px;
    box-sizing: content-box;
}

.respcsliderbox {
    width: 480px;
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.respcsliderbox img {
    width: 100%;
}

.respcsliderwz {
    padding: 20px 25px;
}

.respch5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4
}

.respcms {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}

.respcsliderbtn {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.respcsliderana {
    text-align: right;
    margin-top: 15px;
}

.respcsliderbox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.respcsliderbox:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.respd {
    background: #f6f9fa;
}

.respdlista {
    width: 48.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.respdlista:nth-child(2n) {
    margin-right: 0;
}

.respdlista:nth-child(1),
.respdlista:nth-child(2) {
    margin-top: 0;
}

.respdlistimg,
.respdlistwz {
    width: 50%;
}

.respdlistimg img {
    max-height: 200px;
}

.respdlistimg {
    overflow: hidden;
}

.respdlistwz {
    padding: 0 40px;
}

.respdmh4 {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 1.5;
}

.respdmp1 {
    height: 72px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}

.respdlista {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.respdlista:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.respdlista:hover .respdmh4 {
    color: #3071b7;
}

.respdlistwz {
    padding-top: 30px;
}

.djmaincmai3 {
    margin-top: 30px;
    position: relative;
    right: auto;
    bottom: auto;
}

.respdlista,
.respdmh4,
.respdlistimg img {
    transition: all 0.3s ease;
}

.respdlist {
    margin-top: 35px;
}

.respdlista:hover img {
    transform: scale(1.03);
}

.respdlista:hover .djmaincmai {
    opacity: 1;
}

.respdlista:hover .djmaincmai:after {
    opacity: 1;
}

.respdlista:hover .djmaincmai:before {
    opacity: 0;
}

.respdmore {
    text-align: center;
    margin-top: 45px;
}

.kjxxsub {
    text-align: right;
    padding-top: 90px;
    padding-bottom: 80px;
}

.kjxxsub a {
    border-radius: 6px;
    border: 1px solid #2b70b7;
    transition: all 0.3s ease;
    display: inline-block;
    color: #222;
    background: #fff;
    line-height: 58px;
    height: 58px;
    padding: 0 25px;
    font-size: 16px;
    margin-left: 20px;
}

.kjxxsub a:hover,
.kjxxsub a.on {
    background: #2b70b7;
    color: #fff;
}

.kjxxsub i {
    font-style: normal;
    display: block;
}

.islink {
    position: absolute;
    left: 0;
    top: -80px;
}

.xialasub {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

.xialasub {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 555px;
    top: 90px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
    padding-top: 30px;
}

.xialasubm {
    width: 1200px;
    margin: 0 auto;
}

.xialasublogo img {
    height: 35px;
}

.xialasublogo {
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.xialasublm {
    width: 230px;
    float: left;
    margin-right: 93.33px;
}

.xialasublm:nth-child(4) {
    margin-right: 0;
}

.xialasublist {
    overflow: hidden;
    margin-top: 40px;
}

.xialasubh5 {
    font-size: 16px;
    color: #666666;
}

.xialasubwz {
    padding-top: 15px;
}

.xialasublm em {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.xialasublm a {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    position: relative;
}

.xialasublm a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #999999;
    height: 1px;
    width: 100%;
}

.xialasublm a:hover:before {
    background: #3071b7;
}

.xialasubicon1 {
    background: url(../img/xialasubicon1.svg) left center no-repeat;
    background-size: auto 20px;
    padding-left: 30px;
}

.xialasubicon2 {
    background: url(../img/xialasubicon2.svg) left center no-repeat;
    background-size: auto 22px;
    padding-left: 30px;
}

.cgreenblue i,
.cgreenblue em {
    font-style: normal;
}

.cgreenblue {
    color: #3071b7;
    font-weight: 400;
}

.cgreenblue em {
    color: #6fb92c;
    font-weight: bold;
}

.pubents {
    text-align: center;
    font-size: 28px;
}

.contatah5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    padding-top: 60px;
}
.contatamn {display:flex;flex-wrap:wrap;width:100%;}
.contatamn>a{width:100%;}
.contatamnam {
    padding: 35px;
}

.contatamna {
    background: #fff;
    font-size: 16px;
    color: #107abd;
    line-height: 28px;
    border-radius: 6px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.contatamna:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contatah6 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.contatap {
    position: relative;
    padding-left: 36px;
    margin-top: 10px;
}

.contatap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 36px;
    height: 28px;
}

.contatap1:before {
    background: url(../img/dizhiguanli-lan.svg) -2px center no-repeat;
    background-size: 23px auto;
}

.contatap2:before {
    background: url(../img/dianhua-lan.svg) left center no-repeat;
    background-size: 22px auto;
}

.contatap3:before {
    background: url(../img/youxiang-lan.svg) left center no-repeat;
    background-size: 22px auto;
}

.contatap4:before {
    background: url(../img/fax-lan.svg) left center no-repeat;
    background-size: 20px auto;
}

.contatawz {
    padding-top: 20px;
}

.contatamna {
    margin-right: 3%;
    width: 48.5%;
    margin-top: 3%;
}

.contatamna1:nth-child(2n) {
    margin-right: 0;
}

.contatamna2 {
    width: 31.33%;
    position: relative;
}

.contatamna2:nth-child(3n) {
    margin-right: 0;
}

.contatamna2 {
    min-height: 300px;
}

.contatamore {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    width: 70px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 15px;
    position: absolute;
    right: 35px;
    bottom: 30px;
}

.contatamore:hover {
    background: #3071b7;
    color: #fff;
    border-color: #3071b7;
}

.contatamna {
    position: relative;
    min-height: 232px;
}

.contatb {
    background: #fafbfc;
}

.contatbm {
    border-radius: 6px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: #fff;
    width: 48.5%;
    transition: all 0.3s ease;
}

.contatbmimg {
    width: 48%;
    overflow: hidden;
}

.contatbmimg img {
    width: 100%;
    vertical-align: top;
}

.contatbmwz {
    width: 52%;
    padding: 35px;
}

.contatbmwzh4 {
    font-size: 24px;
}

.contatbmwzp {
    margin-top: 20px;
    color: #333;
}

.contatbm:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}




.tzzmainbcdate {
    float: left;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    background: #3071b7;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    line-height: 22px;
    position: relative;
    z-index: 4;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.tzzmainbcdate span {
    font-size: 12px;
    display: inline-block;
}

.tzzmainbctit {
    margin-top: 10px;
    float: right;
    position: relative;
    min-height: 44px;
    width: 460px;
    transition: all 0.3s ease;
}

.tzzmainbctit {
    background: url(../img/djicon1.png) left center no-repeat;
    background-size: 36px auto;
}

.tzzmainbctit b {
    display: block;
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tzzmainbctit,
.tzzmainbctit b {
    padding-right: 60px;
    padding-left: 55px;
}

.djdtam:before,
.tzzmainbctit,
.tzzmainbci,
.tzzmainbcdate {
    transition: all 0.3s ease;
}

.djdtam {
    margin-right: 60px;
    margin-top: 35px;
    line-height: 22px;
    padding: 30px;
    padding-left: 0;
    color: #3c3c3c;
    display: block;
    float: left;
    width: 540px;
    position: relative;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.djdtam:before {
    border-radius: 5px;
    position: absolute;
    content: '';
    border: 1px solid #ddd;
    right: 0;
    top: 0;
    width: 542px;
    height: 100%;
}

.tzzmainbci {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    border-radius: 3px;
}

.tzzmainbci:before,
.tzzmainbci:after {
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 100%;
    height: 100%;
}

.tzmbca11 .tzzmainbci:before {
    background: url(../img/xiazai1.svg) center no-repeat;
    background-size: 26px auto;
    opacity: 0.7;
}

.tzmbca11 .tzzmainbci:after {
    opacity: 0;
    -webkit-opacity: 0;
    background: url(../img/xiazai2.svg) center no-repeat;
    background-size: 26px auto;
}

.tzmbca12 .tzzmainbci:before {
    background: url(../img/arr_black.svg) center no-repeat;
    background-size: 12px auto;
    opacity: 0.7;
}

.tzmbca12 .tzzmainbci:after {
    opacity: 0;
    -webkit-opacity: 0;
    background: url(../img/arr_white.svg) center no-repeat;
    background-size: 12px auto;
}

.djdtam:hover:before {
    border-color: #a41b16;
}

.djdtam:hover {
    color: #a41b16
}

.djdtam:hover .tzzmainbcdate {
    background: #a41b16;
    color: #fff;
}

.djdtam:hover .tzzmainbci:after {
    opacity: 1;
    -webkit-opacity: 1;
}

.djdtam:hover .tzzmainbci:before {
    opacity: 0;
    -webkit-opacity: 0;
}

.djdtam:hover .tzzmainbci {
    background: #a41b16;
}

.djdtam:nth-child(2n) {
    margin-right: 0;
}



.new26moew,
.new26moew:before,
.new26moew:after,
.new26moew span,
.newm26mlsliderimg img,
.newm26mlsliderh4,
.newm26mlsliderdate,
.newm26mlsliderwz {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.new26moew {
    padding: 0 10px;
    width: 30px;
    position: absolute;
    height: 30px;
    background: #eeeeee;
    border-radius: 6px;
    right: 25px;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
}

.new26moew:before {
    background: url(../img/arr_black.svg) center no-repeat;
    opacity: 0.7;
}

.new26moew:after {
    background: url(../img/arr_blue.svg) center no-repeat;
    opacity: 0;
}

.new26moew:before,
.new26moew:after {
    position: absolute;
    top: 0;
    content: '';
    background-size: 100% auto;
    right: 8px;
    width: 12px;
    height: 100%;
}

.new26moew span {
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 75px;
    font-size: 14px;
    color: #666;
}

.new26moew {
    bottom: 4px;
    right: 30px;
}

.newm26mlsliderimg {
    overflow: hidden;
    border-radius: 6px;
    height: 465px;
}

.newm26mlsliderimg img {
    width: 100%;
    vertical-align: top;
}

.newm26mlsliderh4 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding-right: 30%;
    line-height: 1.6;
    height: 58px;
}

.newm26mlsliderdate {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.newm26mlsliderwz {
    padding: 30px;
    position: relative;
    padding-bottom: 0;
}

.newm26mlslidera:hover .newm26mlsliderimg img {
    transform: scale(1.03);
}

.newm26mlslidera:hover .newm26mlsliderh4 {
    color: #3071b7;
}

.newm26mlslidera:hover .new26moew:after {
    opacity: 1;
}

.newm26mlslidera:hover .new26moew:before {
    opacity: 0;
}

/*
.newm26mlslidera:hover .new26moew{width: 100px;}
.newm26mlslidera:hover .new26moew span {opacity: 1;}
*/

.newm26ml {
    width: 65.4%;
}

.newm26mr {
    width: 32.3%;
}

.newm26mrh4 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1.6;
    height: 58px;
    margin-top: 5px;
}

.newm26mrdate {
    font-size: 14px;
    color: #999;
}

.newm26mrdesc {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

.newm26mra {
    display: block;
    vertical-align: top;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 55px;
    padding-left: 40px;
    padding-right: 50px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.newm26mra:nth-child(2) {
    margin-top: 23px;
}

.newm26mra .new26moew {
    bottom: 20px;
    right: 20px;
}

.newm26mra:hover .newm26mrh4 {
    color: #3071b7;
}

/*
.newm26mra:hover .new26moew{width: 100px;}
.newm26mra:hover .new26moew span {opacity: 1;}
*/


/*小箭头hover样式*/
.newm26mra:hover .djmaincmai:after {
    opacity: 1;
}

.newm26mra:hover .djmaincmai:before {
    opacity: 0;
}

.newm26mra:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/

.newm26mra:hover .new26moew:after {
    opacity: 1;
}

.newm26mra:hover .new26moew:before {
    opacity: 0;
}

.newm26mra:hover {
    box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
}

.nm26md {
    background: #fff;
}


/*小箭头hover样式*/
.newm26mra:hover .djmaincmai:after {
    opacity: 1;
}

.newm26mra:hover .djmaincmai:before {
    opacity: 0;
}

.newm26mra:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/


.newm26mlsliderh4,
.newm26mra,
.newm26mrh4,
.new26moew,
.new26moew span {
    transition: all 0.3s ease;
}



.hcontbm input::placeholder,
.hcontbm textarea::placeholder {
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.otxt,
.oselect {
    background: none;
    border: none;
}

.hcontbm input,
.hcontbm textarea,
.hcontbm .oselect {
    margin-top: 10px;
}

.hcontbm .oselect,
.hcontbm .otext {
    margin-top: 20px;
}

.hcontbm .oselect {
    border: 1px solid #e5e5e5;
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/pbtyuyan4.png) 99% center no-repeat #fff;
    background-size: 14px auto;
}

.hcontbm {
    margin-top: 25px;
}

.hcontbm {
    width: 48%;
}

.hcontbm1 {
    width: 100%;
    resize: none;
}

.hcontbm input,
.hcontbm textarea {
    padding: 8px 0;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 14px;
}

.hcontbm input:focus,
.hcontbm textarea:focus {
    border-color: #000;
}

.hcontbm textarea {
    resize: none;
    height: 156px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.hcontbm span {
    font-size: 16px;
    color: #333;
}

.hcontbm i {
    color: #ff0000;
    padding-left: 3px;
}

.messagebtn {
    text-align: right;
    margin-top: 50px;
}

.pbmorebxa:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




.zwxxa {
    background: #fafbfc;
    padding: 80px 0;
}

.zwxxamlul {
    padding: 25px 0;
    margin: 0 20px;
}

.zwxxaml {
    width: 21%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.zwxxamr {
    width: 75%;
}

.zwxxah5 {
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    position: relative;
    box-sizing: content-box;
}

.zwxxah5 i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
}

.zwxxah5 i:before,
.zwxxah5 i:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.zwxxah5 i:before {
    background-image: url(../img/jia-black.svg);
    background-size: 18px auto;
}

.zwxxah5 i:after {
    background-image: url(../img/jian-black.svg);
    background-size: 18px auto;
    opacity: 0;
}

.zwxxamlul {
    border-bottom: 1px solid #e5e5e5;
}

.zwxxamlul:last-child {
    border: none;
}

.zwxxasub {
    padding-top: 10px;
}

.zwxxasub a {
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}

.zwxxasub a:hover {
    color: #3071b7;
}

.zwxxasub i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 12px;
    border: 1px solid #b2b2b2;
}

.zwxxasub i:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.zwxxasub i:before {
    background-image: url(../img/gou-black.svg);
    opacity: 0;
    background-size: 10px auto;
}

.zwxxasub {
    display: none;
}

.on.zwxxah5 i:before {
    opacity: 0;
}

.on.zwxxah5 i:after {
    opacity: 1;
}

.zwxxasub .active {
    color: #3071b7;
}

.zwxxasub .active i:before {
    opacity: 1;
}


.zwxxamrlam {
    margin-top: 30px;
}

.zwxxamrlam {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 6px;
    display: block;
    padding: 25px 40px;
    overflow: hidden;
    position: relative;
}

.zwxxamrlam:nth-child(1) {
    margin-top: 0;
}

.zwxxamrlam h6 {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.zwxxamrlam p {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.zwxxamrlam span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 14px;
    color: #3071b7;
    padding-right: 15px;
    margin-top: -15px;
}

.zwxxamrlam span:before,
.zwxxamrlam span:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    transition: all 0.3s ease;
}

.zwxxamrlam span:before {
    background: url(../img/icon007.png) center no-repeat;
    background-size: 100% auto;
}

.zwxxamrlam span:after {
    background: url(../img/icon005.png) center no-repeat;
    background-size: 100% auto;
    opacity: 0;
}

.zwxxamrlam:hover span:before,
.zaixx26dlist a:hover span:after {
    right: -5px;
}

.zwxxamrlam:hover span:after {
    opacity: 1
}

.zwxxamrlam:hover span:before {
    opacity: 0
}

.zwxxamrlam:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #3071b7;
}

.zwxxamrlam:hover h6,
.zwxxamrlam:hover p,
.zwxxamrlam:hover span {
    color: #fff;
}

.ziweimore {
    margin-top: 50px;
    text-align: center;
}

.zwxxamrlam,
.zwxxamrlam h6,
.zwxxamrlam p,
.zwxxamrlam span {
    transition: all 0.3s ease;
}

.pubwzpage {
    text-align: right;
    margin-top: 40px;
}

.pubwzpage a {
    display: inline-block;
    width: 36px;
    border-radius: 50%;
    line-height: 34px;
    font-size: 12px;
    margin-left: 5px;
    height: 36px;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.pubwzpage a:hover,
.pubwzpage .on {
    background: #1471b9;
    color: #fff;
    border-color: #1471b9;
}

.zwdetail {
    background: #fafbfc;
}

.zwdetailtop {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e2;
    position: relative;
}

.zwdetailtit {
    font-size: 30px;
    font-weight: bold;
}

.zwdetailtit em {
    font-style: normal;
}

.zwdetailh5 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.zwdetaildesc {
    margin-top: 20px;
}

.zwdetailp1 {
    margin-top: 10px;
}

.zwdetailbtn {
    cursor: pointer;
    position: absolute;
    color: #fff;
    background: #1471b9;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    text-align: center;
    right: 0;
    top: 25px;
}


.msgtjbgs,
.msgtjbox {
    display: none;
}

.msgtjbgs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    z-index: 15;
}

.msgtjbox {
    width: 730px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 88;
}

.msgtjboxtop {
    padding: 15px 35px;
    background: #177b69;
}

.msgtjboxtop img {
    vertical-align: top;
}

.msgtjboxm {
    padding: 45px;
}

.w50p,
.w50p1 {
    width: 46%;
    background: #e3e3e3;
    border-radius: 5px;
    position: relative;
}

.w50p1 {
    width: 100%;
}

.msgtjboxm h5 {
    font-size: 20px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.msgtjbox input,
.msgtjbox textarea {
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    background: none;
    border: none;
}

.msgtjbox textarea {
    line-height: 20px;
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.msgtjboxli {
    margin-top: 20px;
}

.msgtjclose {
    position: absolute;
}

.layui-form-select dl {
    top: 50px;
}

.zptj {
    text-align: center;
    margin-top: 50px;
}

.zptja {
    display: inline-block;
    width: 210px;
    height: 48px;
    line-height: 48px;
    background: #1471b9;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.zptja:hover {
    color: #fff;
}

.scanspan,
.scanbtn {
    height: 38px;
    line-height: 38px;
}

.scanspan {
    color: #555;
}

.msgtjclose {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/guanbi-black.png) center no-repeat;
    background-size: 25px auto;
    right: 10px;
    top: 10px;
}

.msgtjboxli .layui-btn {
    background: #1471b9;
}


.qyxwlista {
    display: block;
    margin-top: 20px;
    padding: 15px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.qyxwlistimg {
    height: 140px;
    overflow: hidden;
    width: 21%;
    border-radius: 6px;
}

.qyxwlistimg img {
    width: 100%;
    max-height: 100%;
}

.qyxwlistwz {
    width: 79%;
    padding-left: 30px;
    padding-right: 15px;
    margin-top: 15px;
}

.qyxwlistdate {
    font-size: 12px;
    color: #666;
}

.qyxwlisth4 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-top: 5px;
}

.qyxwlistdesc {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    padding-right: 20px;
}

.djmaincmai7 {
    right: 20px;
    bottom: 20px;
}

.qyxwlista:hover {
    box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
}

.qyxwlista:hover .qyxwlisth4 {
    color: #3071b7;
}

.qyxwlista,
.qyxwlisth4 {
    transition: all 0.3s ease;
}

.qyxwlista.no {
    padding: 25px;
}

.qyxwlista.no .qyxwlistwz {
    width: 100%;
    padding: 0;
}

.qyxwlista.no .qyxwlistimg {
    display: none;
}

/*小箭头hover样式*/
.qyxwlista:hover .djmaincmai:after {
    opacity: 1;
}

.qyxwlista:hover .djmaincmai:before {
    opacity: 0;
}

.qyxwlista:hover .djmaincmai {
    opacity: 1;
}

/*小箭头hover样式*/

.btnBox01 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.btnBox01:hover {
    box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
}


.djmainaa1 {
    margin-bottom: 25px;
}

.djmaindma1 {
    width: 32%;
}

.djmaindma1.djmaindma:nth-child(4n),
.djmaindma1 {
    margin-right: 2%;
}

.djmaindma1:nth-child(3n) {
    margin-right: 0;
}


.bsBox {
    box-sizing: content-box;
}

.centdetail {
    margin-top: 170px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.centdetailmn {
    width: 900px;
}

.centdetailm {
    width: 700px;
}

.centdetailh3 {
    font-size: 20px;
    font-weight: bold;
}

.centdetaildesc {
    font-size: 14px;
    color: #333;
    padding: 50px 0;
    text-align: justify;
}

.centdetaildesc p {
    margin-bottom: 10px;
}

.centdetaildesc div {
    margin-bottom: 10px;
}

.centdetaildesc span {
    margin-bottom: 10px;
}

.centdetaildate {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.ystkdesc strong {
    font-weight: bold;
    font-size: 16px;
}

.ystkh3 {
    color: #3071b7;
}


.ffxa {
    width: 40px;
    color: #666;
    text-align: center;
}

.sharelistsub a {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.sharelistsub a:before {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    transition: all 0.3s ease;
}

.fxlinkedin:before {
    background: url(../img/fx-linkedin-black.svg) center center no-repeat;
    background-size: 20px auto;
}

.fxweibo:before {
    background: url(../img/fx-weibo-black.svg) center center no-repeat;
    background-size: 20px auto;
}

.fxweixin:before {
    background: url(../img/fx-weixin-black.svg) center center no-repeat;
    background-size: 20px auto;
}

.sharelistsub a:hover:before {
    opacity: 1;
}

.h60p {
    height: 60px;
}




#tek-wrap-centerwell {
    width: 750px;
    float: left;
}

#tek-wrap-rightrail {
    width: 350px;
    float: right;
}

.N_right {
    padding: 25px;
    background: #f3f3f3;
    position: relative;
    top: 0;
    border-radius: 6px;
}

.N_right1 {
    margin-top: 25px;
}

.N_right h4 {
    font-size: 18px;
    font-weight: bold;
}

.N_right .fz {
    font-size: 12px;
    color: #9D9D9D;
}

.new_list {
    padding: 15px 0;
    border-bottom: 1px solid #b8cce1;
    overflow: hidden;
}

.new_list:last-child {
    border: none;
    padding-bottom: 0;
}

.new_list div {
    width: 28%;
    float: left;
    overflow: hidden;
}

.new_list:hover p {
    color: #3071b7;
}

.new_list p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.u_list {
    margin-top: 0;
}

.new02-bj {
    background: url(../img/xwbjbg.jpg) no-repeat center center;
    width: 100%;
    height: 230px;
}

.new02-bjzj {
    color: #FFFFFF;
    padding-top: 80px;
}

.new02-bjleft {
    width: 50%;
    float: left;
}

.new02-bjleft h1 {
    font-size: 34px;
    font-weight: bold;
}

.new02-bjright {
    width: 30%;
    float: right;
    font-size: 21px;
    margin-top: 20px;
    display: none;
}

.new02-bjrightl {
    float: left;
}

.new02-bjrightr {
    float: right;
}

.new02-bjrightl img,
.new02-bjrightr img {
    width: 30px;
    height: 20px;
    margin: 0 20px;
}

.new02-bjright img,
.new02-bjright span {
    vertical-align: middle;
}

.new02 {
    padding: 50px 0;
}

.new02-tb {
    margin-top: 150px;
    margin-bottom: 120px;
    text-align: center;
}

.new02-tb a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 10px;
}

.new02-tb a {
    color: #3071b7;
    background-color: #FFFFFF;
    border: 1px solid #3071b7;
    transition: all 0.3s ease;
}

.new02-tb a:hover {
    color: #FFFFFF;
    background-color: #3071b7;
}

.new02-bj {
    margin-top: 104px;
}

.new02-bjleft p {
    font-family: aril;
    opacity: 0.8;
}

.pageNews2 {
    margin-top: 50px;
}

.newboxmain {
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}



.industryab {
    position: relative;
    height: 730px;
    margin-top: 50px;
}

.industryabp1 {
    background: url(../img/idabp2bg003.png) center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.industryabp1:before,
.industryabp1:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.industryabp1:before {
    background: url(../img/idabp2bg001.png) center no-repeat;
    z-index: 1;
}

.industryabp1:after {
    background: url(../img/idabp2bg002.png) center no-repeat;
    z-index: 2;
}

.industryabp1 span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    font-weight: bold;
}

.idabp2li {
    width: 410px;
    display: block;
    position: absolute;
    z-index: 6;
}

.idabp2h5 {
    font-size: 24px;
    color: #3071b7;
    font-weight: bold;
    line-height: 1.2;
}

.idabp2i {
    display: inline-block;
    box-sizing: content-box;
    width: 54px;
    height: 54px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #6fb92c;
}

.idabp2i:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
}

.idabp2p1 {
    margin-top: 10px;
    line-height: 1.4;
    color: #333;
}

.idabp2i {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
}

/*.industryabp1:before{animation: rotate_o 37s infinite;}*/
.industryabp1:after {
    animation: rotate_o 20s infinite;
}

@keyframes rotate_o {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate_t {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.idabp2i {
    transition: background-color 0.3s ease;
}

.idabp2li:hover .idabp2i {
    background-color: #307bae;
}

.idabp2li1 {
    text-align: center;
    left: 50%;
    margin-left: -205px;
    top: 0;
}

.idabp2i1 {
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -32px;
}

.idabp2i1:before {
    background-size: 20px auto;
}

.idabp2li2 {
    text-align: right;
    left: 0;
    top: 195px;
    padding-right: 88px;
}

.idabp2i2 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
}

.idabp2li3 {
    text-align: left;
    right: 0;
    top: 195px;
    padding-left: 88px;
}

.idabp2i3 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
}

.idabp2li4 {
    text-align: right;
    left: 0;
    top: 456px;
    padding-right: 88px;
}

.idabp2i4 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
}

.idabp2li5 {
    text-align: left;
    right: 0;
    top: 456px;
    padding-left: 88px;
}

.idabp2i5 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
}

.idabp2li6 {
    text-align: center;
    left: 50%;
    margin-left: -205px;
    bottom: 10px;
}

.idabp2i6 {}

.casesubd {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #dee0e2;
    margin-top: 30px;
}

.casesubd span {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    padding-bottom: 20px;
    color: #333;
    cursor: pointer;
}

.casesubd span.on {
    color: #3071b7;
}

.casesubd span:before {
    background: #3071b7;
    height: 3px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -1px;
    opacity: 0;
}

.casesubd span.on:before {
    opacity: 1;
}

.industryc {
    padding-top: 70px;
}

.pubserslider {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.pubserslider {
    border-bottom: 3px solid #6fb92c;
}

.pubsersliderh4 {
    line-height: 40px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #3071b7;
}

.pubsersliderh41 {
    padding-left: 45px;
    font-size: 24px;
    font-weight: bold;
}

.pubsersliderh42 {
    font-size: 24px;
    font-weight: bold;
}

.pubserslideri {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
}

.pubsersliderimg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.pubsersliderimg2 {
    opacity: 0;
}

.pubsersliderp {
    margin-top: 10px;
}

.pubsersliderp1 {
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
}

.pubsersliderm {
    box-sizing: content-box;
    background: #fff;
    border-right: 1px solid #e5e5e5;
}

.pubsersliderm1 {
    padding: 0 55px;
    padding-top: 40px;
    min-height: 178px;
}

.pubsersliderm2 {
    padding: 0 20px;
    padding-top: 25px;
    min-height: 178px;
    box-sizing: content-box;
}

.casetabdm {
    display: none;
}

.casetabdm:nth-child(1) {
    display: block;
}

.pubsersliderm:hover {
    background: #3071b7;
}

.pubsersliderm:hover .pubsersliderh4,
.pubsersliderm:hover .pubsersliderp {
    color: #fff;
}

.pubsersliderm:hover .pubsersliderimg2 {
    opacity: 1;
}

.pubsersliderm:hover .pubsersliderimg1 {
    opacity: 0;
}

.pubsersliderm,
.pubsersliderh4,
.pubsersliderp,
.pubsersliderimg {
    transition: all 0.3s ease;
}

.swiper-slide:last-child .pubsersliderm {
    border: none;
}

.elecbc {
    padding-top: 30px;
}

.elecbcmwz {
    font-size: 18px;
    text-align: justify;
}

.elecbcmwz p {
    padding-top: 20px;
}

.elecbcmore {
    margin-top: 40px;
}

.elecbd {
    background: #f7f9fa;
}

.elecbdh4 {
    font-size: 35px;
}

.pubserslider2 {
    margin-top: 25px;
}

.elecbdh42 {
    text-align: center;
    color: #3071b7;
    font-size: 35px;
}


.enecgsliderm {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.enecgslidermimg {
    overflow: hidden;
}

.enecgslidermimg img {
    width: 100%;
    vertical-align: top;
}

.enecgsliderdesc {
    padding: 25px;
}

.enecgsliderm {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #6fb92c;
}

.enecgsliderm4 {
    background: #fff;
}

.enecgslider {
    overflow: inherit;
    margin-top: 50px;
}

.enecgsliderm:hover .pubsersliderh4,
.enecgsliderm:hover .pubsersliderp {
    color: #fff;
}

.enecgsliderm:hover .enecgslidermimg img {
    transform: scale(1.03);
}

.enecgsliderm:hover {
    background: #3071b7;
}

.enecgsliderm,
.enecgslidermimg img {
    transition: all 0.3s ease;
}

.enecgslider1 {
    margin-top: 0;
}

.hydboxa {
    margin-top: 40px;
}

.hydboxbimg {
    position: relative;
}

.hydboxbimgs {
    overflow: hidden;
}

.hydboxbimgs img {
    width: 100%;
    vertical-align: top;
}

.hydboxbtit {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.hydboxbm {
    float: left;
    width: 50%;
    text-align: center;
}

.hydboxbm:nth-child(1) .hydboxbtxt {
    /* box-shadow: 0 0 30px rgba(0,0,0,0.08) inset; */
}

.hydboxbtxt {
    padding: 45px 8%;
}

.hydboxbmdesc {
    height: 120px;
    text-align: center;
}

.hydboxbmmore {
    margin-top: 35px;
}

.hydboxbimgs img,
.hydboxbm {
    transition: all 0.5s ease;
}

.hydboxbm {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.hydboxbm:hover .hydboxbimgs img {
    transform: scale(1.06);
}

.hydboxbm:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}


.semicoboxabm {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.semicoboxabimg,
.semicoboxabwz {
    width: 50%;
}

.semicoboxabwz {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.semicoboxabh4 {
    font-size: 35px;
}

.semicoboxabdesc {
    text-align: justify;
    margin-top: 20px;
    line-height: 1.6;
}

.semicoboxabwz1 {
    padding-left: 10%;
    right: 0;
    padding-right: 15%;
}

.semicoboxabwz2 {
    padding-right: 10%;
    left: 0;
    padding-left: 15%;
}

.semicoboxabmore {
    margin-top: 40px;
}

.hydboxbmdesc01 {
    height: 120px;
    text-align: justify
}

.hydboxbmdesc02 {
    height: 100px;
    text-align: justify
}

@media screen and (max-width:1600px) {
    .hydboxbmdesc02 {
        height: 100px;
    }

    .hydboxbmdesc01 {
        height: 140px;
    }
}

@media screen and (max-width:1440px) {
    .hydboxbmdesc02 {
        height: 120px;
    }

    .hydboxbmdesc01 {
        height: 170px;
    }

}

@media screen and (max-width:1366px) {

    .hydboxbmdesc01 {
        height: 190px;
    }

}

@media screen and (max-width:1280px) {
    .hydboxbmdesc02 {
        height: 140px;
    }
}



.industa {
    background: #f7f9fa;
}

.industap1 {
    margin-top: 30px;
}

.industaslider {
    padding: 50px 0;
}

.industasliderm {
    width: 900px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.industawz {
    padding: 20px 30px;
}

.industah5 {
    font-size: 24px;
}

.industaannium {
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

.industaanniu {
    text-align: right;
}

.industasliderm,
.industah5 {
    transition: all 0.3s ease;
}

.industasliderm:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.industasliderm:hover .industah5 {
    color: #3071b7;
}


.industb {
    background: #f7f9fa;
}

.industbh4 {
    font-size: 24px;
    font-weight: bold;
}

.industbm {
    padding-top: 35px;
}

.industbdesc {
    margin-top: 15px;
}

.industbslider {
    overflow: inherit;
}

.industbsliderm {
    display: block;
    margin-top: 15px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.industbsliderwap {
    height: auto;
    display: block;
}

.industbwz {
    padding: 35px 50px;
    text-align: justify;
    padding-bottom: 0;
}

.industbimg {
    width: 30%;
    float: left;
    overflow: hidden;
}

.industbimg img {
    width: 100%;
    vertical-align: top;
}

.industbwz {
    width: 70%;
    float: right;
}

.industbsliderm:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.industbsliderm:hover img {
    transform: scale(1.03);
}

.industbsliderm:hover .industbh4 {
    color: #2b70b7;
}

.industbsliderm,
.industbsliderm img,
.industbh4 {
    transition: all 0.3s ease;
}


.cultureah2 {
    text-align: left;
}

.cultureawz {
    width: 660px;
}

.cultureah3 {
    background: #6fbb27;
    margin-left: 0;
    position: relative;
    z-index: 3;
    color: #fff;
    width: 460px;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    border-bottom-left-radius: 0;
}

.cultureadesc {
    margin-top: -20px;
    padding: 35px 50px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
}

.cultureadesc p {
    margin-top: 20px;
}

.cultureabg {
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.culturecslider {
    margin-top: 50px;
    overflow: inherit;
}

.culturecsliderih4 {
    margin-top: 10px;
}

.culturecsliderm {
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-size: 26px;
    padding: 60px 0;
    overflow: hidden;
}

.culturecsliderm:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6fbb27;
    width: 100%;
    height: 30px;
    content: '';
    z-index: 1;
    transition: all 0.5s ease;
}

.culturecslideri {
    display: inline-block;
    width: 90px;
    height: 90px;
    position: relative;
}

.culturecslideri img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.culturecsliderwz {
    position: relative;
    z-index: 3;
}

.culturecsliderm:hover:before {
    height: 100%;
}

.culturecsliderm {
    transition: all 0.3s ease;
}

.culturecsliderm:before {
    display: none;
}

.culturecsliderm:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.culturecsliderm:hover {
    color: #3071b7;
}


.cultureah21 {
    text-align: right;
}

.cultureabg3 {
    padding-bottom: 330px;
}

.cultureadesc1 {
    text-align: center;
    margin-top: -165px;
    border-bottom: none;
    padding: 66px 80px;
    color: #27b047;
    font-size: 26px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.cultureawz1 {
    width: auto;
}

.cultureah4 {
    font-size: 40px;
}

.cultureawz1 {
    margin-left: 80px;
}

.cultured {
    padding-bottom: 0;
}

.culturedm {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 300px 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.cultureabg2 {
    background-size: cover;
    position: absolute;
    width: 100%;
    margin-top: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-attachment: scroll;
}

.culturedwz {
    position: relative;
    z-index: 5;
}

.culturedp1 {
    font-size: 46px;
}

.culturedp3 {
    font-weight: bold;
    letter-spacing: 3px;
}

.culturedp2 {
    padding: 5px 0;
}

.cultureabg2:before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 800px;
    height: 400px;
    border: 700px solid #fff;
    box-sizing: content-box;
    left: 50%;
    top: 50%;
    margin-left: -1100px;
    margin-top: -900px;
    transition: all 1.5s ease;
}

.aos-animate.cultureabg2:before {
    transform: scale(2.5);
}

@media screen and (min-width:1921px) {
    .aos-animate.cultureabg2:before {
        transform: scale(3);
    }

}

.culturef {
    margin-top: 30px;
}

.kjxxa {
    background: #f6f9fa;
    position: relative;
}

.kjxxam {
    position: relative;
    margin-top: 50px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.kjxxamimg {
    width: 50%;
}

.kjxxamimg img {
    width: 100%;
    vertical-align: top;
}

.kjxxamwz {
    width: 50%;
    padding: 0 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kjxxamwz p {
    margin-top: 20px;
}

.kjxxamwz p:nth-child(1) {
    margin-top: 0;
}

.kjxxah2 {
    text-align: left;
}

.kjxxb {
    background: #f6f9fa;
    position: relative;
}

.kjxxbbg {
    height: 450px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.kjxxbm {
    padding: 70px;
    background: #fff;
    position: relative;
    z-index: 5;
    text-align: center;
}

.kjxxbm {
    border-radius: 6px;
    margin-top: -150px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.kjxxbmnum {
    margin-top: 70px;
}
.kjxxbmnum {
 
    display: flex;
    flex-wrap: wrap;
}

.kjxxbmnumm {
    float: left;
    position: relative;
    padding: 30px 0;
    border: 1px solid #6fb92c;
    border-radius: 15px;
    color: #6fb92c;
    width: 23%;
    margin-right: 2.66%;
}

.kjxxbmnumm:last-child {
    margin-right: 0;
}

.kjxxbmnump1 i {
    font-style: normal;
    font-size: 14px;
    padding-left: 10px;
}

.kjxxbmnump1 span {
    color: #2b70b7;
    font-weight: bold;
    font-size: 35px;
}

.kjxxbmnumi {
    display: inline-block;
    position: absolute;
    width: 54px;
    height: 54px;
    background: #fff;
    top: -27px;
    right: 30px;
    z-index: 4;
}

.kjxxbmnumi img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.kjxxbmnumi1 {
    background: #f6f9fa;
}

.kjxxbmnumm1 {
    width: 19%;
    min-height: 128px;
    padding-top: 42px;
    font-size: 18px;
    color: #2b70b7;
    margin-right: 1.25%;
    border-radius: 20px;
    font-weight: bold;
}

.kjxxbmnump4 {
    padding: 0 35px
}


.kjxxdm {}

.kjxxdmdesc p {
    margin-top: 30px;
}

.kjxxdslider {
    margin-top: 50px;
}

.kjxxdsliderm {
    overflow: hidden;
    border-radius: 6px;
}

.kjxxdsliderm img {
    width: 100%;
    vertical-align: top;
}

.kjxxdsliderdesc {
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 3;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.kjxxdsliderh4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.kjxxdsliderh4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    width: 0;
}

.kjxxdsliderm:hover img {
    transform: scale(1.03);
}

.kjxxdsliderm:hover .kjxxdsliderh4:before {
    width: 100%;
}

.kjxxdsliderm img,
.kjxxdsliderh4:before {
    transition: all 0.3s ease;
}

.kjxxd {
    padding-top: 0;
}


.kjxxfbg {
    height: 650px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.kjxxfh2 {
    text-align: left;
}

.kjxxfdesc {
    padding: 70px;
    background: #fff;
    border-radius: 6px;
    margin-top: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.kjxxfdesc p {
    margin-top: 25px;
}

.kjxxfdesc p:first-child {
    margin-top: 0;
}

.kjxxfm {
    position: relative;
    z-index: 6;
    margin-top: -330px;
}

.kjxxf {
    padding-top: 0;
    background: #f6f9fa;
}




.mxcpfwbma {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    float: left;
    width: 100%;
}

.mxcpfwbma3,
.mxcpfwbma2 {
    width: 49%;
    margin-top: 2%;
}

.mxcpfwbma2 {
    margin-right: 2%;
}

.mxcpfwbmam {
    position: relative;
}

.mxcpfwbmam img {
    width: 100%;
    vertical-align: top;
}

.mxcpfwbmwz {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 50px;
    box-sizing: border-box;
}

.mxcpfwbmwzspan,
.mxcpfwbmwz i {
    left: 0;
    top: 0;
    display: block;
    vertical-align: top;
    position: relative;
}

.mxcpfwbmwzspann {
    font-size: 20px;
    color: #fff;
    width: 260px;
    font-weight: bold;
    height: 65px;
    background: #1a2b3c;
    line-height: 65px;
    display: inline-block;
    padding: 0 15px;
}

.mxcpfwbmwz i {
    background: #fff;
    width: 80px;
    height: 40px;
    position: relative;
}

.mxcpfwbmwz i:before,
.mxcpfwbmwz i:after {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    width: 100%;
    height: 100%;
    content: '';
}

.mxcpfwbmwz i:before {
    background-image: url(../img/jiahao-green.svg);
}

.mxcpfwbmwz i:after {
    background-image: url(../img/jiahao-white.svg);
    opacity: 0;
}

.mxcpfwbmam:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 45%;
    background: linear-gradient(360deg, rgba(103, 172, 73, 65%) 0%, rgba(103, 172, 73, 30%) 50%, rgba(103, 172, 73, 0) 100%);
    opacity: 0;
    z-index: 2;
}

.mxcpfwbmam:before,
.mxcpfwbmam img,
.mxcpfwbmwzspann,
.mxcpfwbmwz i {
    transition: all 0.3s ease;
}

.mxcpfwbma:hover .mxcpfwbmam:before {
    opacity: 0.8;
    bottom: 0;
}

.mxcpfwbma:hover .mxcpfwbmam img {
    transform: scale(1.03);
}

.mxcpfwbma:hover .mxcpfwbmwzspan {
    left: -5px;
    top: 5px;
}

.mxcpfwbma:hover .mxcpfwbmwz i {
    left: 5px;
    top: -5px;
    background: #6fb92c;
}

.mxcpfwbma:hover i:after {
    opacity: 1;
}

.mxcpfwbma:hover i:before {
    opacity: 0;
}

.kjxxelist {
    margin-top: 35px;
}

.kjxxe {
    padding-top: 0;
}

.hyzxlist,
.qyxwlist,
.publists {
    padding-top: 60px;
    padding-bottom: 60px;
}


.zaixx26aml {
    display: none;
}

.zaixx26amr {
    width: 100%;
}

.zaixx26amrh5 i {
    display: none;
}

.zaixx26amrdesc {
    display: block;
}

.zaixx26amrm {
    padding-left: 240px;
    border: none;
    padding-bottom: 0;
    position: relative;
    padding-top: 35px;
}

.zaixx26amrdesc {
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.zaixx26amrmb {
    width: 150px;
    height: 150px;
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
}

.zaixx26amrmb img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 90%;
    max-height: 90%;
}

.zaixx26amrdesc {
    line-height: 1.6;
}

.qyxwlista-red:hover .qyxwlisth4 {
    color: #a41b16;
}

.respamp2img {
    position: relative;
    width: 55%;
}

.respamp2desc {
    width: 45%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}

.respamp2 {
    padding-top: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.respamp2desc,
.respamp2img {
    border-radius: 0;
    float: left;
}

.respamp2descm {
    padding: 0 80px;
}

.jscccyjj {
    height: 100px;
}

.jscccyjjtit span,
.jscccyjj {
    display: inline-block;
    vertical-align: middle;
}

.jscccyjjtit span {
    padding-left: 15px;
    position: relative;
    top: 5px;
}

.respdlist {
    margin-top: 50px;
}

.resblistbaner {
    height: 228px;
    position: relative;
    background: #fff9df;
    margin-top: 104px;
}

.ny15banerimg3 {
    background-size: contain;
}

.relbp1 {
    font-size: 20px;
    color: #6fb92c;
    margin-top: 10px;
}

.relbh4 {
    font-size: 28px;
    color: #3071b7;
}

.relbdesc {
    position: relative;
    z-index: 5;
    padding-top: 50px;
}

.qyxwlistimg1 {
    height: 180px;
    position: relative;
}

.qyxwlistimg1 img {
    margin-top: -15px;
}

.qyxwlistwz1 {
    padding-top: 25px;
}

.contatbmimg {
    width: 43%;
}

.contatbmwz {
    width: 57%;
    font-size: 14px;
}

.contatbmwz {
    padding: 35px 25px;
    padding-bottom: 0;
}

.contatbmwzp2 {
    color: #107abd
}

.contatbmwzp {
    margin-top: 10px;
}

.contatbmwzp2:before {
    top: -5px;
}

.lzzxa {
    background: #fafbfc;
}

.lzzxamn {
    width: 48%;
    background: #fff;
    padding: 45px;
    border-radius: 6px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.lzzxamn1 {
    float: left;
}

.lzzxamn2 {
    float: right;
    text-align: center;
}

.lzzxamn2 img {
    vertical-align: top;
    margin: 0 10px;
}

.lzzxamnp1 {
    line-height: 28px;
}

.lzzxamnp2 {
    margin-top: 14px;
}

.lzzxam {
    margin-top: 50px;
}

.abt26dp2h5 {
    height: 1px;
}

.abt26dp2qtr {
    display: none;
}

.abt26a {
    background: #fff;
    padding-bottom: 0;
}

.drownDlBoxs dl {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}


.kjxxgah4 {
    color: #fff;
    font-size: 45px;
    position: relative;
    padding-top: 60px;
    line-height: 1;
}

.kjxxgah41 {
    color: #3071b7;
}

.kjxxgah4 span {
    position: relative;
    z-index: 3;
}

.kjxxgah4img {
    position: absolute;
    left: 0;
    top: 0;
}

.kjxxgadesc {
    color: #fff;
    margin-top: 20px;
}

.kjxxgaimg {
    text-align: center;
    padding: 55px;
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.kjxxgaimg img {
    max-width: 100%;
    vertical-align: top;
}

.kjxxgabg {
    width: 100%;
    left: 0;
    top: 0;
    height: 690px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kjxxgabg2 {
    height: 600px;
}

.kjxxga {
    position: relative;
    padding-bottom: 0;
    margin-top: 50px;
}

.kjxxgawz {
    position: relative;
    z-index: 3;
}

.kjxxhimg {
    text-align: center;
    padding: 80px 55px;
    background: #fff;
    border-radius: 6px;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.kjxxhimg img {
    max-width: 100%;
    vertical-align: top;
}

.kjxximimgm {
    width: 49%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.kjxximimgm img {
    max-width: 100%;
    vertical-align: top;
}

.kjxximimgm1 {
    text-align: center;
    height: 448px;
    box-sizing: content-box;
    padding: 30px 0;
}

.kjxxi {
    padding-top: 0;
}

.kjxximimgm2m {
    padding: 0 50px;
    padding-top: 40px;
}

.kjxximimgm2mh5 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 18px;
}

.kjxximimgm2 {
    height: 508px;
}

.kjxximimg {
    margin-top: 50px;
}

.kjxxgaimg2 {
    padding: 75px 55px;
    margin-top: 50px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.kjxxgaimg2 img {
    max-width: 100%;
    vertical-align: top;
}


.kjxxlmimg {
    padding: 75px 55px;
    margin-top: 50px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.kjxxlmimg img {
    max-width: 100%;
    vertical-align: top;
}

.bfafcfc {
    background: #fafcfc;
}

.hkjcpa {
    margin-top: 30px;
}


.fgprobox {
    background: #f7f9fa;
}

.fgpromimg img {
    width: 100%;
    vertical-align: top;
}

.fgpromtxt {
    position: relative;
    overflow: hidden;
}

.fgpromidesc {
    position: absolute;
    padding: 35px;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding-bottom: 0;
}

.fgpromidesc {
    background: #3071b7;
}

.fgpromp1 {
    font-size: 14px;
    line-height: 1.6;
}

.fgpromp2 {
    font-size: 12px;
    line-height: 20px;
}

.fgpromp2 p {
    background: url(../img/fgpromp2svg.svg) left 2px no-repeat;
}

.fgpromp2 p {
    background-size: 15px auto;
    padding-left: 15px;
    margin-top: 5px;
}

.fgpromli {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
}

.fgpromli:nth-child(2n) {
    margin-right: 0;
}

.fgpromp1 {
    padding-bottom: 10px;
}

.fgpromp2 {
    padding-left: 10px;
}

.fgpromh5 {
    background: #fff;
    font-size: 20px;
    color: #2b70b7;
    padding: 20px 35px;
}

.fgpromh5 {
    border-bottom: 2px solid #6fb92c;
}

.fgpromidesc,
.fgpromimg img,
.fgpromli {
    transition: all 0.3s ease;
}

.fgpromidesc {
    top: 10px;
    opacity: 0;
    visibility: hidden;
}

.fgpromli {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.fgpromli:hover .fgpromidesc {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.fgpromli:hover .fgpromimg img {
    transform: scale(1.03);
}

.fgpromli:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}


.wsbgimg,
.xxglobalbg {
    display: none !important;
}

.ny15baneren {
    color: #fff;
}

.ny15baneren {
    font-size: 22px;
}

.lsd52 {
    color: #3071b7;
}

.lsd52 span {
    color: #98dd4e;
}

.enecgslidergs {
    overflow: hidden;
}

.foot10142 {
    background: rgb(30, 103, 193);
    background: linear-gradient(90deg, rgba(30, 103, 193, 1) 14%, rgba(43, 121, 194, 1) 47%, rgba(111, 185, 44, 1) 78%);
}

.ny15banerwzkj {
    top: 50%;
    transform: translateY(-50%);
}

.ny15banerwzkj .ny15banerh5 span {
    position: relative;
    display: inline-block;
}

.kjxxgah4img {
    display: none;
}

.kjxxgah4 {
    padding-top: 0;
}

.kjxxl {
    display: none;
}

.kjxxga {
    padding-bottom: 0;
    margin-top: 0;
}

.kjxxga6 {
    padding-bottom: 80px;
}

.kjxxga9 {
    margin-top: 50px;
}

.wap_wzshow {
    display: none;
}

.mt0ps {
    margin-top: 0;
}

.abt26c:before {
    height: 690px;
}

.abt26cmtxtm {
    padding-top: 0;
}

.abt26cmtxtm strong {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
}


.jdtmn {
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 20px;
    border: 1px solid #3071b7;
    background: #fff;
}

.jdtmna {
    border-radius: 20px;
    background: #f7f7f7;
    display: table;
    width: 100%;
    height: 70px;
    box-shadow: 0 5px 15px rgba(240, 240, 240, 1)
}

.jdtmnatd {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.jdtmn {
    position: relative;
}

.jdtmi {
    position: absolute;
    background: #fff;
    display: block;
    width: 14px;
    height: 14px;
}

.jdtmi,
.jdtmi:before {
    box-sizing: border-box;
}

.jdtmi {
    border: 2px solid #3071b7;
}

.jdtmi:before {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3071b7;
    transform: translate(-50%, -50%);
    content: '';
    border: 2px solid #fff;
    background: #fff;
}

.jdtmi1 {
    border-color: #3071b7;
}

.jdtmi2 {
    border-color: #6fb92c;
}

.jdtmi1:before {
    border-color: #3071b7;
}

.jdtmi2:before {
    border-color: #6fb92c;
}

.jdtmi,
.jdtmi:before {
    border-radius: 50%;
}

.jdtmi {
    top: 50%;
    transform: translateY(-50%);
}

.jdtmi1 {
    left: -7px;
}

.jdtmi2 {
    right: -7px;
}

.jdtmn:last-child {
    margin-right: 0 !important;
}

.jdtmn {
    font-size: 18px;
    line-height: 22px;
}

.jdtmn:first-child {
    font-size: 22px;
}

.jdtmn:first-child .jdtmna {
    background: #3071b7;
    color: #fff;
}

.jdtmn:first-child .jdtmi,
.jdtmn:nth-child(2) .jdtmi1 {
    display: none;
}

.jdtmn:nth-child(2n) {
    border-color: #6fb92c;
}

.jdtmn:last-child .jdtmi2 {
    display: none;
}

.jdtmn {
    position: relative;
    z-index: 2;
}

.jdtm:before {
    background: #3071b7;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    width: 90%;
    left: 0;
}

.jdtm {
    position: relative;
    height: 112px;
    margin-top: 30px;
}

.jdtm:before,
.jdtm:after {
    content: "";
    top: 50%;
    position: absolute;
}

.jdtm:after {
    background: url(../img/shuangjtr.svg) center no-repeat #fff;
    background-size: 20px auto;
}

.jdtm:after {
    left: 0;
    height: 80px;
    margin-top: -40px;
}

.jdtmna {
    transition: all 0.3s ease;
}

.jdtmn:hover .jdtmna {
    background: #3071b7;
    color: #fff;
}

.jdtm-4 .jdtmn {
    width: 20.5%;
    margin-right: 6%;
}

.jdtm-4:after {
    width: 6%;
    left: 20.5%;
}

.jdtm-5 .jdtmn {
    width: 16%;
    margin-right: 5%;
}

.jdtm-5:after {
    width: 5%;
    left: 16%;
}


.jdtm-52 .jdtmn:nth-child(1) .jdtmna {
    opacity: 0;
}

.jdtm-52 .jdtmn:nth-child(1) {
    border-color: #fff;
}

.jdtm-52:after {
    background: #fff;
}

.jdtm-51 .jdtmn:nth-child(1) {
    top: 70px;
}

.jdtm-51:before {
    width: 32%;
    left: 22%;
}

.jdtm-51,
.jdtm-51 .jdtmn:nth-child(1) {
    z-index: 5;
}

.jdtm-51:after {
    margin-top: 0;
    top: 90px;
}

.jdtm-51 .jdtmn:nth-child(3) {
    border-color: #6fb92c;
}

.jdtm-52 .jdtmn:nth-child(2),
.jdtm-52 .jdtmn:nth-child(4) {
    border-color: #3071b7;
}

.jdtm-51 .jdtmi1:before,
.jdtm-51 .jdtmi1 {
    border-color: #6fb92c;
}

.jdtm-51:before {
    background: #6fb92c;
}

.jdtm-51 .jdtmn:nth-child(2):hover .jdtmna,
.jdtm-51 .jdtmn:nth-child(3):hover .jdtmna {
    background: #6fb92c;
}

.jdtm-52 .jdtmi2:before,
.jdtm-52 .jdtmi2 {
    border-color: #3071b7;
}

.jdtm-6 .jdtmn {
    width: 14%;
    margin-right: 3.2%;
}

.jdtm-6:after {
    width: 3.2%;
    left: 14%;
}

.jdtm-7 .jdtmn {
    width: 12%;
    margin-right: 2.66%;
}

.jdtm-7:after {
    width: 2.66%;
    left: 12%;
}

.talentaslider {
    width: 1250px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.talentaslider {
    margin-top: 50px;
}

.talentah4 {
    font-size: 22px;
}

.talentatxt {
    padding: 25px 35px;
    height: 260px;
    padding-bottom: 0;
}

.talentadesc {
    margin-top: 10px;
    text-align: justify;
}

.talentasliderm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.talentaimg {
    overflow: hidden;
}

.talentah4,
.talentaimg img,
.talentasliderm {
    transition: all 0.3s ease;
}

.talentasliderm:hover .talentah4 {
    color: #3071b7;
}

.talentasliderm:hover .talentaimg img {
    transform: scale(1.03);
}

.talentasliderm:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.cul0213awz {
    margin-top: 50px;
}

.cul0213adesc {
    width: 82%;
    margin-left: 18%;
    position: relative;
}

.cul0213adesc:before {
    position: absolute;
    left: 6%;
    width: 1px;
    height: 100%;
    top: 0;
    content: '';
    background: #000;
    opacity: 0.1;
}

.cul0213awz {
    position: relative;
}

.cul0213aimg {
    position: absolute;
    width: 18%;
}

.cul0213aimg img {
    width: 100%;
}

.cul0213adescm {
    padding-left: 12%;
    color: #222;
    line-height: 2;
}

.cul0213b {
    background: #f6f9fa;
}

.cul0213bimg,
.cul0213bwz {
    width: 50%;
}

.cul0213bm {
    background: #fff;
    position: relative;
}

.cul0213bwz {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.cul0213bm:nth-child(2) .cul0213bwz {
    left: 0;
}

.cul0213bm:nth-child(2) {
    margin-top: 50px;
}

.cul0213bm {
    overflow: hidden;
    border-radius: 6px;
}

.cul0213bwzm {
    padding: 0 10%;
}

.cul0213bh3 {
    text-align: left;
}

.cul0213bp1 {
    margin-top: 10px;
    font-size: 26px;
    color: #3071b7;
}

.cul0213bp2 {
    color: #222;
    line-height: 1.6;
    margin-top: 20px;
}

.cul0213bm {
    transition: all 0.3s ease;
}

.cul0213bm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.cul0213bm:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.cul0213c {
    padding-bottom: 0;
}

.culturebaner {
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.culturebanerp2 {
    color: #fff;
}

.enecgslidbtn {
    margin-top: 30px;
    text-align: right;
}

.ny15topam {
    text-align: right;
}

.hydboxbtit3 {
    text-align: left;
    padding-left: 8%;
}

.puben {
    font-size: 18px;    color: #ffffff;
}

.ny15banerh5gf span {
    display: block;
    padding-left: 100px;
}

.fooinput {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.qqhbjdesc {
    padding-left: 100px;
    padding-right: 100px;
}


.ie10 .my15gfbbg,
.ie10 .respb {
    background-attachment: scroll;
}

.ie9 [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}

.ie9 .bntx1,
.ie9 .bntx2 {
    opacity: 1;
}

.ie9 .xxnav>li {
    padding-left: 10px;
    padding-right: 10px;
}

/***/
.pd68px {
    padding: 60px 0 80px 0;
}

.pd68px2 {
    padding: 60px 0 0px 0;
}

.w123 {
    width: 1200px;
    margin: 0 auto;
}

.invite1 {
    margin-top: 84px;
    background-image: url(../img/invite/invite1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 2622px; */
}

.invite1_nav {
    text-align: center;
}

.invite1_p1 {
    font-size: 30px;
    font-weight: bold;
    color: #3071b7;
}

.invite1_p2 {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    letter-spacing: 4px;
}

.invite1_p3 {
    margin-top: 40px;
}

.invite1_ban {
    margin-top: 40px;
}

.invite1_ban2 {
    overflow: hidden;
}

.invite1_bans {
    position: relative;
}

.invite1_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invite1_btn:hover {
    cursor: pointer;
}

.invite2 {
    /* background-image: url(../img/invite/invite5.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1577px; */
}

.invite2_main {
    border-radius: 20px;
    border-color: rgb(255, 255, 255);
    background-color: rgba(254, 254, 254, 0.569);
    box-shadow: 2.294px 3.277px 43.7px 2.3px rgba(65, 112, 189, 0.07);
    position: relative;
}

.invite2_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px 55px 50px;
    flex-wrap: wrap;
}

.invite2_ul1 {
    width: 75%;
}

.invite2_ul2 {
    width: 20%;
    text-align: center;
    border-left: 1px solid #d2e7ff;
    padding: 20px 0;
    margin-bottom: 140px;
}

.invite2_p1 {
    color: #3071b7;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 00px 0;
}

.invite2_p2 {
    text-indent: 2em;
    margin-top: 30px;
}

.invite2_p3 {
    text-align: end;
    margin-top: 30px;
}

.invite2_p4 {
    margin-top: 30px;
}

.invite2_p5 {
    margin-top: 25px;
    color: #426fb1;
}

.invite2_p5 span {
    color: #80b545;
}

.invite2_con {
    background-image: url(../img/invite/invite8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 602px;
    border-radius: 20px;
    background-color: rgb(254, 254, 254);
    box-shadow: 2.294px 3.277px 43.7px 2.3px rgba(65, 112, 189, 0.07);
    margin-top: 40px;
}



.topa_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topa_list {
    display: flex;
    flex-direction: column;
    width: 23%;
    padding: 30px;
}

.topa_item2 {
    width: 73%;
    padding: 50px 30px;
}

.topa_div1 {
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.topa_div1:first-child {
    margin-top: 0;
}

.topa_s1 {
    font-size: 30px;
    font-weight: bold;
}

.topa_s2 {
    display: inline-block;
    margin-left: 30px;
    border-bottom: 2px solid #d6d6d6;
    padding-right: 30px;
}

.topa_div1.on {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.topa_div1.on .topa_s2 {
    display: inline-block;
    margin-left: 30px;
    border-bottom: 2px solid #3071b7;
    padding-right: 30px;
    color: #000;
}

.topa_div1.on:first-child {
    margin-top: 0;
}

.topa_div1:hover {
    cursor: pointer;
    color: #000000;
}

.topa_div1:hover .topa_s2 {
    border-bottom: 2px solid #3071b7;
}

.topa_item3 {
    display: none;
}

.topa_item3.on {
    display: block;
}

.topa_con {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #bebebe;
}

.topa_ul1 {
    width: 20%;
}

.topa_ul2 {
    width: 75%;
}

.topa_p1 {
    margin-top: 10px;
}

.invite3 {
    width: 100%;
    /* background: #345ab0; */
    position: relative;

}

.invite3_p1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.booten {
    position: relative;
}

.booten img {
    width: 100%;
}

.invite3_p1 {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.boot_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.invite4 {
    width: 100%;
    background: #f6f6f6;
}

.invite4_p1 {
    font-size: 40px;
    color: #3071b7;
    font-weight: bold;
    text-align: center;
}

.invite4_main {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invite4_ul1 {
    width: 48%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2.294px 3.277px 19.95px 1.05px rgba(65, 112, 189, 0.16);
}

.invite4_li1 {
    padding: 40px;
}

.invite4_ul2 {
    width: 48%;
    height: 470px;
    overflow: auto;
}

.invite4_ul2::-webkit-scrollbar {
    width: 4px;
}

.invite4_item {
    margin-top: 20px;
    padding: 20px 20px 20px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #7b7b7b;

}

.invite4_item:first-child {
    margin-top: 0;
}

.invite4_p2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.invite4_item:hover .invite4_p2 {
    color: #3071b7;
}

.invite4_p2::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #4371b2;
    position: absolute;
    top: 10px;
    left: -20px;
}

.invite4_p3 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.invite4_ful {
    display: flex;
    flex-wrap: wrap;
}

.invite4_fuli {
    width: 33%;
    margin-right: 6px;
    position: relative;
    border-radius: 7px;
    margin-top: 40px;
}

.invite4_fuli:nth-child(3n) {
    margin-right: 0;
}

.abt26btc2bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 300;
    background: #000;
    opacity: 0.5;
    display: none;
}

.abt26btc2 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 310;
    display: none;
    width: 70%;
}

.abt26btc2close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    top: 0px;
    background: url(../img/invite/guanbia.svg) center no-repeat;
    background-size: cover;
    /* left: 50%;
    top: 105%;
    transform: translate(-50%, -50%); */
}

.pbmores {
    display: inline-block;
    border: 1px solid #307BAE;
    width: 168px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 5px;
    color: #307BAE;
    transition: all 0.3s ease;
}

.pbmores i {
    color: #307BAE;
}

.pbmores:hover {
    background: #307BAE;
    color: #fff;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

    .w123 {
        width: 90%;
        margin: 0 auto;
    }

    .pd68px {
        padding: 30px 0 40px 0;
    }

    .invite1 {
        margin-top: 0;
    }

    .invite1_ban {
        margin-top: 0;
    }

    .invite1_main {
        padding: 0;
        width: 100%;
    }

    .invite2_p1 {
        font-size: 24px;
        text-align: left;
        padding: 30px 30px 20px 30px;
    }

    .invite2_top {
        padding: 20px;
        margin-top: 40px;
    }

    .invite2_ul1 {
        width: 100%;
    }

    .invite2_ul2 {
        width: 25%;
        padding: 0;
        border: none;
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .topa_list {
        flex-direction: inherit;
        width: 100%;
    }

    .topa_div1.on {
        flex-direction: column;
        margin-top: 0;

    }

    .topa_div1 {
        flex-direction: column;
        margin-top: 0;
        width: 25%;
    }

    .topa_s1 {
        font-size: 18px;
    }

    .topa_div1.on .topa_s2 {
        padding: 0;
        margin: 0;
    }

    .topa_div1 .topa_s2 {
        margin: 0;
        padding: 0;
    }

    .topa_item2 {
        width: 100%;
        padding: 0 30px;
    }

    .invite2_con {
        background-image: none;
        margin-top: 0;
        height: auto;
    }

    .topa_con {
        padding: 15px 0;
        flex-direction: column;
    }

    .topa_list {
        padding: 30px 0 20px 0;
    }

    .topa_ul1 {
        width: 100%;
    }

    .topa_ul2 {
        width: 100%;
    }

    .topa_p1 {
        margin-top: 0;
        color: #959595;
    }

    .invite3 {
        background: #fff8f8;
        padding-top: 80px;
    }

    .invite3_p1 {
        font-size: 24px;
        color: #3071b7;
    }

    .boot_prev img {
        width: 35px;
    }

    .boot_next img {
        width: 35px;
    }

    .invite4_p1 {
        font-size: 24px;
    }

    .invite4_ul1 {
        width: 100%;
    }

    .invite4_ul2 {
        width: 100%;
        margin-top: 30px;
    }

    .invite4_item {
        margin-top: 25px;
        padding: 0 10px 10px 10px;
    }

    .invite4_p2 {
        font-size: 18px;
    }

    .invite4_p3 {
        font-size: 14px;
    }

    .invite4_ul2 {
        height: 240px;
        overflow: hidden;
    }

    .invite2_cen {
        text-align: center;
    }

    .invite4_main {
        margin-top: 20px;
    }

    .invite4_li1 {
        padding: 20px;
    }

    .invite4_fuli {
        margin-top: 0;
    }

    .invite4s_page {
        text-align: center;
        margin-top: 20px;
    }

    .invite2_p5 {
        margin-top: 10px;
    }

    .invite4_ul2.on {
        height: auto;
        overflow: visible;
    }

    .invite4_more.on {
        display: none;
    }

    .invite2_p4 {
        margin-bottom: 10px;
    }

    .topa_con:last-child {
        border-bottom: none;
    }

    .boot_page {
        width: 80%;
    }

    .invite3_p1 {
        top: 15%;
    }

    .invite4s .swiper-pagination-bullet-active {
        background: #307bae;
    }

    .abt26btc2 {
        width: 70%;
    }

    .contactc_ul1 {
        width: 100%;
    }

    .contactc_ul2 {
        margin-top: 20px;
    }

    .contactc_ul2 p {
        font-size: 14px;
    }

    .contactc {
        padding: 15px 20px;
        margin-bottom: 20px;
    }

    .contactc_ul1 img {
        width: 40px;
        height: 40px;
    }

    /**/
    .fromc {
        width: 100%;
        padding: 40px 20px;
        position: static;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }

    .fromc_item {
        width: 100%;
        margin-top: 15px;
    }

    /*.js_ttx2 {*/
    /*    width: 80%;*/
    /*}*/

    .fromc_p1 {
        font-size: 24px;
    }

    .fromc_p2 {
        font-size: 14px;
    }

    .fromc_text {
        padding: 20px 10px;
        height: 110px;
    }

    .inproclabel {
        font-size: 14px;
    }

    .fromc_item3 input {
        -webkit-appearance: auto !important;
        appearance: auto !important;
    }

    .fromc_m1 {
        margin-top: 15px;
    }

    .fromc_item3 span {
        font-size: 14px;
    }

    .fromc_m2 {
        margin: 20px 0;
    }

    .fromc_m2 span {
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .fromc_m3 p {
        font-size: 18px;
    }

    .solution {
        height: 210px;
    }

    .solution .solution_li1 a {
        height: 42px;
        line-height: 42px;
    }

    .contactcbg {
        padding: 0;
        margin-top: 65px;
    }
    .solution .proList2 li a{
        height: 36px;
        line-height: 36px;
    }
}



/**/


/***/