@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{
font-weight: normal;
margin:0;padding:0;}
body{font-size:14px;font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;color:#000000;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#333;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
input:focus,textarea:focus{
    outline: none; 
}

/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
select:focus{
    outline: none
}
body{
    min-width: 1200px;
}
.w1200{
    width: 1200px;
    margin: auto;
}
.w1200:after{
    content: "";
    display: table;
    clear: both;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}
.loading img{
    width: 100%;
}
.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
body{
    min-width: 1300px;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head{position: fixed;left: 0px;top: 0px;width: 100%;z-index: 66;padding: 0px 3.5%;}
.wrap:after{
    content: "";
    display: table;
    clear: both;
}
.wrap{

width: 1300px;

margin: auto;

max-width: 100%;
}
.head.current{
    background: #273278
}
.head.channelcur{
    background: #273278;
}
.head.current .logo{}
.head.current .nav ul li .h2tit a{}
.head .logo{
    float: left;
    padding-top: 50px;
    position: relative;
    z-index: 5;
}
.head .logo img{}
.head .nav{position: absolute;top: 50%;left: 50%;-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;
}
.head .nav ul{display: inline-block;padding-left: 62px;
}
.head .nav ul li{display: inline-block;padding: 0px 28px;position: relative;
}
.head .nav ul li .h2tit{}
.head .nav ul li .h2tit a{display: block;font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 168px;text-align: center;
}
.head .nav ul li:hover dl{
    top:168px;    visibility:visible;
    opacity:1;
    z-index:5;
}
.head .nav ul li dl{position: absolute;width: 100%;left: 0;top: 178px;background: rgba(0, 0, 0, 0.5);visibility: hidden;opacity: 0;z-index: -1;margin-top: -50px;
}
.head .nav ul li dl dd a{display: block;line-height: 41px;color: #fff;text-align: center;
}
.head .right{float: right;line-height: 168px;position: relative;font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;z-index: 4;
}
.head .right a{color: #FFFFFF;
}
.head ,
.head *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.head .nav ul li dl dd a:hover{
    color: #fff;
    background: #273278
}

.banner{position: relative;background: #000;}
.banner .imgbox{
    overflow: hidden;
}
.banner .swiper-slide-active .img {
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    /* background-attachment: fixed !important; */
}

.banner .img{
 height: 850px;

 -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: all 9.4s;
    -o-transition: all 9.4s;
    -moz-transition: all 9.4s;
    -ms-transition: all 9.4s;
    transition: all 9.4s;
}
.banner .tab{position: absolute;text-align: center;left: 0px;bottom: 63px;width: 100%;z-index: 5;
}
.banner .title{font-size: 44px;font-family: PingFang;font-weight: 800;color: #FFFFFF;padding-bottom: 50px;
}
.banner .hd a:last-child{
    margin-right:0px;
}
.banner .hd{}
.banner .hd a{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
float: left;width: calc((100% - 60px)/4);margin-right: 20px;line-height: 71px;background: rgba(0, 0, 0, 0.8);border-radius: 300px;font-size: 24px;font-family: Gotham;font-weight: 500;color: #FFFFFF;
}
.banner .hd a img{}
.banner .hd a span{margin-left: 24px;margin-right: 15px;
}
.banner .hd a span+span{
margin: 0;
font-size: 18px;
}

.banner .hd a:last-child span{
    margin-left: 10px;
    margin-right: 10px;
}

.banner .hd a:last-child{
    font-size: 19px;
}

.banner .hd a.current{
    color: #000;
    background: #fff
}

.section1{background: url(../images/sec1.jpg) no-repeat center center;background-size: cover;text-align: center;}
.section1 .titlemodel{padding-top: 69px;padding-bottom: 38px;
}
.titlemodel{
    text-align: center;
}
.section1 .titlemodel *{
    color: #fff !important;
}
.titlemodel .title{
    font-size: 51px;
font-family: Gotham;
font-weight: 500;
color: #333333;
line-height: 1;
}
.titlemodel .cn{
    font-size: 29px;
font-family: PingFang;
font-weight: 500;
color: #333333;
padding-top: 8px;
line-height: 1;
}
.section1 .type{width: 158px;height: 54px;background: #FFEA00;margin: auto;border-radius: 400px;text-align: center;line-height: 54px;font-size: 20px;font-family: Microsoft YaHei UI;font-weight: 400;color: #19226A;
}
.section1 .en2{font-size: 16px;font-family: Gotham;font-weight: 500;color: #FFFFFF;padding-top: 11px;text-align: center;
}
.section1 .imgbox1{padding-top: 37px;padding-bottom: 44px;
}
.section1 .imgbox1 img{
    max-width: 100%;
}
.section1 .imgbox2{padding-top: 48px;padding-bottom: 91px;
}
.section1 .imgbox2 img{
    max-width: 100%;
}
.section2{background: #f8f8f8;
}
.section2 .content{
    padding-left: 723px;
    background: url(../images/sec2.jpg) no-repeat left 67px;
    padding-top: 121px;
    padding-bottom: 80px;
}
.section2 .titles .titlemodel{
    text-align: left;
    float: left;
}
.section2 .titles{zoom: 1;overflow: hidden;
}
.section2 .titles .dec{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;margin-left: 86px;margin-top: 21px;float: left;
}
.section2 .desc{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 30px;padding-top: 112px;position: relative;
}
.section2 .desc p{margin-bottom: 30px;
}
.section2 .desc:after{
    content:"";
    position:absolute;
    width: 90%;
    height:1px;
    background:#eaeaea;
    left:0px;
    top:50px;
}

.section3{background: #f8f8f8;padding-bottom: 90px;}
.section3 .titlemodel{
    padding-bottom: 34px;
}
.section3 .content{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.section3 .content table{}
.section3 .content table th{
    background: #273278;
    font-size: 24px;
font-family: PingFang;
font-weight: 800;
color: #FFFFFF;
height: 83px;
}
.section3 .content table td{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #666666;
height: 80px;
text-align: center;
}
.section3 .content table td:nth-child(2){
    color: #273278;
}

.titlemodel .desctext{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #999999;
padding-top: 23px;
}

.section4{

padding-top: 86px;

padding-bottom: 90px;
}
.section4 .content{padding-top: 52px;
}
.section4 .content .item1{float: left;width: 772px;
}
.section4 .content .hd{zoom: 1;overflow: hidden;text-align: center;border-bottom: 1px solid #e4e4e4;
}
.section4 .content .hd a{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #999999;float: left;width: 127px;padding-bottom: 12px;border-bottom: 3px solid #fff;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section4 .content .hd a:hover,
.section4 .content .hd a.current{border-bottom: 3px solid #273278;color: #273278;
}
.section4 .content .bd{padding-top: 38px;
}
.section4 .content .model{}
.section4 .content .imgbox{float: left;overflow: hidden;
}
.section4 .content .imgbox img{width: 353px;height: 180px;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section4 .content .ri{float: left;width: calc(100% - 353px);padding-left: 18px;
}
.section4 .content .title{font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #333333;margin-bottom: 16px;display: block;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section4 .content .dec{font-size: 12px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 20px;padding-bottom: 22px;
}
.section4 .content .more{width: 144px;height: 41px;background: #273278;display: block;text-align: center;line-height: 41px;border-radius: 400px;font-size: 14px;font-family: Gotham;font-weight: 500;color: #FFFFFF;
}
.section4 .content .item2{float: right;width: 565px;
}
.section4 .content .listType1{padding-top: 35px;
}
.listType1{}
.listType1 li a{display: block;zoom: 1;overflow: hidden;font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 26px;
}
.listType1 li a .s1{float: left;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.listType1 li a .s2{float: right;text-align: right;
}

.section5{

padding-bottom: 111px;
}
.section5 .listType2{
    padding-top: 51px;
}
 .listType2{}
 .listType2 li:nth-child(4n){
    margin-right: 0px;
 }
 .listType2 li{
    float: left;
    width: calc((100% - 120px)/4);
    margin-right: 40px;
}
.listType2 li a *{
    display: block;
}
.listType2 li a{}
.listType2 li a .imgbox{position: relative;overflow: hidden;
}
.listType2 li a .imgbox img{width: 100%;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.listType2 li a .imgbox i{background: url(../images/video.png) no-repeat center center;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;
}
.listType2 li a .content{}
.listType2 li a .title{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #333333;padding-top: 23px;text-align: center;
}

.section6{background: #f8f8f8;position: relative;padding-bottom: 78px;}
.section6:after{
position: absolute;
left: 0px;
top: 0px;
content: "";
height: 495px;
width: 100%;
background: #273278
}
.section6 .wrap{
position: relative;
z-index: 4;
}
.section6 .titleText{zoom: 1;overflow: hidden;
}
.section6 .titleText .titlemodel{text-align: left;padding-top: 46px;float: left;
}
.section6 .titleText .titlemodel *{color: #fff;
}
.section6 .titleText .right{float: right;padding-top: 80px;
}
.section6 .titleText .item{float: left;padding-left: 82px;background: url(../images/j1.png) no-repeat left center;
}
.section6 .titleText .item:nth-child(2){background: url(../images/j2.png) no-repeat left center;margin-left: 164px;
}
.section6 .titleText .val{font-size: 51px;font-family: Gotham;font-weight: 500;color: #FFFFFF;line-height: 1;padding-bottom: 11px;
}
.section6 .titleText .tit{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;
}
.section6 .content .item:nth-child{}
.section6 .content .item:nth-child(2){
    float:right;
}
.section6 .content .item{
    float: left;
    width: calc((100% -  80px)/2);
    padding-top: 39px;
}
.section6 .content{background: #FFFFFF;border-radius: 10px;margin-top: 49px;zoom: 1;overflow: hidden;padding: 0px 42px;
}
.section6 .content .title0{border-bottom: 1px solid #e4e4e4;
}
.section6 .content .title0 span{font-size: 20px;font-family: PingFang;font-weight: 800;color: #273278;display: inline-block;width: 126px;line-height: 1;padding-bottom: 20px;border-bottom: 3px solid #273278;
}
.listType3{padding-bottom: 32px;
}
.section6 .content .listType3{}
.listType3 a.title{font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #333333;display: block;margin-top: 32px;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.listType3 li:last-child .dec{
border:none;}
.listType3 .dec{
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-top: 19px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e4e4e4;
}

.section6  .more{
    width: 248px;
    height: 71px;
    background: #273278;
    margin: auto;
    margin-top: 47px;
    text-align: center;
    line-height: 71px;
    border-radius: 400px;
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
}

body{
    background: #f8f8f8
}
.section7{

padding-bottom: 66px;
}
.section7 .titlemodel .title{
    font-size: 29px;
}
.section7 .formTable{}
.section7 .item:after{
content:"";
display:table;
clear:both;
}
.section7 .item{}
.section7 .model{float: left;height: 55px;background: #FFFFFF;border-radius: 10px;position: relative;line-height: 55px;margin-bottom: 30px;
}
.section7 .model.w1:last-child,.section7 .model.w2:last-child{margin-right:0px;float: right;}
.section7 .model.w1{width: calc((100% - 50px)/2);
}
.section7 .model.w2{width: calc((100% - 100px)/3);margin-right: 50px;
}
.section7 .formTable{padding-top: 54px;
}
.section7 .s1{float: left;padding-left: 22px;font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #333333;line-height: 55px;
}
.section7 .s1 span{font-size: 16px;font-family: Gotham;font-weight: 500;color: #000000;line-height: 19px;opacity: 0.2;padding-left: 6px;
}
.section7 .s2{width: calc(100% - 300px);float: left;
}
.section7 .s2 .words{display: block;width: 100%;height: 55px;border: none;
}
.section7 .area{background: #fff;zoom: 1;overflow: hidden;
}
.section7 .area .s1 span{}
.section7 textarea{float: right;width: calc(100% - 180px);height: 155px;border: none;padding: 19px;font-size: 16px;
}
.section7 .send{
    width: 248px;
    height: 71px;
    background: #273278;
    display: block;
    cursor: pointer;
    border:none;
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 340px;
    margin: auto;
    margin-top: 48px;
}


.footer{

background: #242424;

padding-bottom: 41px;
}
.footer .sec1{zoom: 1;overflow: hidden;padding-bottom: 33px;
}
.footer .sec1 .left{float: left;padding-top: 36px;
}
.footer .sec1 .left .title{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 20px;opacity: 0.8;line-height: 1;
}
.footer .sec1 .left .link{padding-top: 20px;
}
.footer .sec1 .left .link a{font-size: 12px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 20px;opacity: 0.3;margin-right: 30px;
}
.footer .sec1 .right{float: right;padding-top: 32px;text-align: right;
}
.footer .sec1 .right .title{font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 28px;opacity: 0.3;line-height: 1;
}
.footer .sec1 .right .val{font-size: 34px;font-family: Bebas;font-weight: 400;color: #FFFFFF;line-height: 1;padding-top: 9px;
}
.footer .sec2{}
.footer .sec2 .left{float: left;padding-top: 38px;
}
.footer .sec2 .left .link{}
.footer .sec2 .left .link a{font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 20px;opacity: 0.8;margin-right: 35px;
}
.footer .sec2 .left .dec{font-size: 12px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 20px;opacity: 0.3;padding-top: 31px;padding-bottom: 33px;
}
.footer .sec2 .left .links{}
.footer .sec2 .left .links .item .slide:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position:absolute;
    left: 40%;
    bottom: -8px;
}
.footer .sec2 .left .links .item:hover .slide{
        visibility:visible;
    opacity:1;
    z-index:5;
bottom:64px;
}
.footer .sec2 .left .links .item .slide{
    position: absolute;
    width: 120px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    bottom: 44px;
    left: -33px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.footer .sec2 .left .links .item .slide img{
    width: 100%;
}
.footer .sec2 .left .links .item{float: left;margin-right: 10px;position: relative;
}
.footer .sec2 .left .links .item a{display: block;width: 50px;height: 50px;



}
.footer .sec2 .left .links .item.s1 a{
    background: url(../images/i1.png) no-repeat center center;
}
.footer .sec2 .left .links .item.s2 a{
    background: url(../images/i2.png) no-repeat center center;}
.footer .sec2 .left .links .item.s3 a{
    background: url(../images/i3.png) no-repeat center center;}
.footer .sec2 .left .links .item.s4 a{
    background: url(../images/i4.png) no-repeat center center;}
.footer .sec2 .left .links .item.s5 a{
    background: url(../images/i5.png) no-repeat center center;}




.footer .sec2 .left .links .item.s1:hover a{
    background: url(../images/i1hover.png) no-repeat center center;
}
.footer .sec2 .left .links .item.s2:hover a{
    background: url(../images/i2hover.png) no-repeat center center;}
.footer .sec2 .left .links .item.s3:hover a{
    background: url(../images/i3hover.png) no-repeat center center;}
.footer .sec2 .left .links .item.s4:hover a{
    background: url(../images/i4hover.png) no-repeat center center;}
.footer .sec2 .left .links .item.s5:hover a{
    background: url(../images/i5hover.png) no-repeat center center;}



.footer ,
.footer *{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}



.footer .sec2 .left .link a:hover,
.footer .sec1 .left .link a:hover{
    opacity: 1;
}




.footer .sec2 .right .item{
    float: left;
    margin-left: 28px;
}


.footer .sec2 .right{padding-top: 45px;float: right;
}
.footer .sec2 .right img{}
.footer .sec2 .right .title{font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #999999;text-align: center;padding-top: 21px;
}


.section9{}
.section9 .content:after{
    content:"";
    position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width:1px;
height:100%;
background:#eaeaea;
}
.section9 .content{margin-top: 72px;zoom: 1;overflow: hidden;position: relative;margin-bottom: 80px;
}
.section9 .content .item:nth-child(2){
float:right;
}
.section9 .content .item{float: left;width: 47%;
}
.section9 .content .title{zoom: 1;overflow: hidden;
}
.section9 .content .cn{font-size: 28px;font-family: PingFang;font-weight: 800;color: #000000;float: left;
}
.section9 .content .en{float: left;padding-left: 8px;font-size: 22px;font-family: Gotham;font-weight: 500;color: #333333;padding-top: 5px;
}
.section9 .content .type{width: 77px;height: 36px;background: #273278;float: left;border-radius: 340px;text-align: center;line-height: 36px;color: #fff;
}
.section9 .content .tit{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 30px;padding-left: 21px;width: calc(100% - 120px);float: left;
}
.section9 .content dl{}
.section9 .content dl dd{zoom: 1;padding-top: 36px;overflow: hidden;padding-bottom: 23px;display: flex;align-items: center;border-bottom: 1px solid #eaeaea;
}

.section8{

padding-top: 168px;
}
.section8 .hd{zoom: 1;overflow: hidden;padding-top: 55px;
}
.section8 .hd a{width: 155px;height: 50px;background: #FFFFFF;border: 1px solid #CCCCCC;float: left;margin-right: 14px;text-align: center;line-height: 48px;border-radius: 3400px;font-size: 16px;font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;font-weight: 400;color: #333333;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section8 .hd a:hover,
.section8 .hd a.current{color: #fff;background: #273278;border-color: #273278;
}
.position{zoom: 1;overflow: hidden;padding-bottom: 31px;border-bottom: 1px solid #e2e2e2;
}
.position .title{font-size: 29px;font-family: PingFang;font-weight: 800;color: #000000;float: left;padding-top: 65px;
}
.position .ri{float: right;font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;padding-top: 76px;
}
.position .ri a{color: inherit;
}
.section8 .detail{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 30px;padding-top: 40px;
}
.section8 .detail p{min-height: 30px;
}
.section8 .detail h2{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: bold;color: #000;line-height: 30px;
}
.section8 .detail .type{font-size: 22px;font-family: PingFang;font-weight: 800;color: #F8F8F8;display: inline-block;padding: 0px 22px;line-height: 43px;background: #273278;border-radius: 400px;
}
.section8 .detail .title{font-size: 24px;font-family: PingFang;font-weight: 800;color: #000000;padding-top: 45px;padding-bottom: 23px;
}
.section8 .detail .section3{}
.section8 .detail .section3 table tr th{}
.section8 .detail .section3 table tr td{color: #666666;}

.section9 .center{
    padding-top: 51px;
    text-align: center;
    border-top: 1px solid #e8e7e7;
}
.section9 .center .type2{
    width: 137px;
height: 43px;
background: #273278;
text-align: center;
margin: auto;
line-height: 43px;
border-radius: 400px;
font-size: 22px;
font-family: PingFang;
font-weight: 800;
color: #F8F8F8;
}
.section9 .center p{
    font-size: 18px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #666666;
padding-top: 26px;
padding-bottom: 64px;
}

.section10{
text-align: center;
padding-top: 66px;
}
.section10 .type{
    width: 137px;
height: 43px;
background: #273278;
text-align: center;
border-radius: 400px;
line-height: 43px;
font-size: 22px;
margin: auto;
font-family: PingFang;
font-weight: 800;
color: #F8F8F8;
    margin-bottom: 29px;
}
.section10 .ewms{padding-bottom: 100px;
}
.section10 .item{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px;
}
.section10 .item img{
    width: 119px;
}
.section10 .title{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #666666;
padding-top: 18px;
}


.position .title img{

margin-right: 20px;

vertical-align: sub;
}
.decT{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #666666;
line-height: 30px;
padding-top: 34px;
padding-bottom: 92px;
}

.section11{

padding-bottom: 77px;
}
.section11 .hd{font-size: 20px;font-family: PingFang;line-height: 36px;text-align: center;padding-top: 49px;padding-bottom: 71px;
}
.section11 .hd a{margin: 0px 11px;color: #333333;
}
.section11 .hd a:hover,
.section11 .hd a.curret{}
.section11 .bd{}
.section11 .model{}
.section11 .model .item{zoom: 1;overflow: hidden;margin-bottom: 20px;
}
.section11 .model .s1{font-size: 22px;font-family: PingFang;font-weight: 800;color: #333333;float: left;width: 92px;line-height: 82px;
}
.section11 .model .s2{width: 442px;line-height: 82px;background: #FFFFFF;border: 1px solid #EAEAEA;border-radius: 5px;text-align: center;float: left;font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #000000;
}
.section11 .model .s2.hot{background: url(../images/hot.png) no-repeat 90% center #283279;border: 1px solid #EAEAEA;color: #fff;
}

.section11 .model .s2.hot a{
color: #fff;
}

.section11 .model .add{width: 43px;float: left;height: 82px;background: url(../images/add.png) no-repeat center center;
}

.section11 .model .s2:hover {
background:  #283279;border: 1px solid #EAEAEA;color: #fff;
}
.section11 .model .s2:hover a{
color: #fff;
}


.h80{
    height: 80px;
}
.section8 .ri{
    float: right;
    font-size: 14px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #666666;
line-height: 50px;
}
.section8 .ri a{
    color: inherit;
    width: auto;
    height: auto;
    background: none;
    float: none;
    border: none;
    font-size: inherit;
    margin: 0;
}
.section12{
}
.section12 .title{
    font-size: 29px;
    font-family: PingFang;
    font-weight: 800;
    color: #000000;
    padding-top: 71px;
    padding-bottom: 31px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
}
.section12 .dec{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 30px;
}

.section13{

padding-top: 63px;
}
.section13 .title0{
font-size: 24px;
font-family: PingFang;
font-weight: 800;
color: #000000;
}
.section13 ul{zoom: 1;overflow: hidden;padding-top: 42px;}
.section13 li{

width: 156px;

height: 156px;

background: #FFFFFF;

border-radius: 50%;

margin-right: 25px;

text-align: center;

float: left;
}
.section13 .ico{

display: block;

padding-top: 32px;

padding-bottom: 16px;
}
.section13 .ico img{

height: 58px;
}
.section13 .title{

font-size: 20px;

font-family: Microsoft YaHei UI;

font-weight: 400;

color: #333333;

display: block;
}
.section14{

padding-top: 69px;
}
.section14 .title0{
font-size: 24px;
font-family: PingFang;
font-weight: 800;
color: #000000;
}
.section14 .type{width: 105px;line-height: 36px;background: #273278;margin-top: 48px;border-radius: 430px;text-align: center;font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;margin-bottom: 21px;color: #FFFFFF;
}
.section14 p{
    min-height: 20px;
}
.section14 p{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;
}
.section14 h2{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: bold;color: #333333;line-height: 26px;margin-bottom: 20px;
}
.section15{padding-top: 95px;
}
.section15 .title0{font-size: 24px;font-family: PingFang;font-weight: 800;color: #000000;padding-bottom: 39px;
}

.section16{

}
.section16 .title0{font-size: 24px;font-family: PingFang;font-weight: 800;color: #000000;
}
.section16 .list li:nth-child(3n){
margin-right:0px;
}
.section16 .list{
    zoom: 1;
    overflow: hidden;
padding-top: 38px;
}
.section16 .list li{width: calc((100% - 76px)/3);height: 82px;background: #FFFFFF;border: 1px solid #EAEAEA;border-radius: 5px;float: left;margin-right: 38px;margin-bottom: 28px;text-align: center;line-height: 80px;font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #000000;
}
.section16 .dec{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #333333;
padding-top: 16px;
}

.section17{
    padding-bottom: 149px;
padding-top: 133px;
}
.section17 .title0{
    font-size: 24px;
font-family: PingFang;
font-weight: 800;
color: #000000;
}
.section17 .dec{
    padding-top: 43px;
}
.section17 .dec p{
    font-size: 16px;
font-family: Microsoft YaHei UI;
font-weight: 400;
color: #333333;
line-height: 26px;
}
.head.type2{
    background: none !important;
}

.section18{zoom: 1;overflow: hidden;background: url(../images/bg.jpg) no-repeat center center;background-size: cover;padding-bottom: 182px;display: flex;align-items: center;}
.section18 .left{float: left;padding-top: 119px;width: 50%;
}
.section18 .i1{display: block;width: 79%;margin: auto;
}
.section18 .i2{display: block;margin: auto;margin-top: 37px;margin-left: 42%;
}
.section18 .right{float: left;width: 50%;
}
.section18 .logo{}
.section18 .logo img{}
.section18 .title{font-size: 52px;font-family: Gotham;font-weight: 500;color: #FFFFFF;padding-top: 57px;padding-bottom: 15px;line-height: 1;
}
.section18 .cn{font-size: 32px;font-family: PingFang;font-weight: 500;color: #FFFFFF;
}
.section18 .dec{font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #FFFFFF;line-height: 30px;padding-top: 56px;padding-bottom: 67px;padding-right: 15%;
}
.section18 .more{width: 248px;height: 71px;background: rgba(51, 178, 159, 0);border: 2px solid #FFFFFF;display: block;text-align: center;border-radius: 500px;line-height: 67px;font-size: 20px;font-family: Gotham;font-weight: 500;color: #FFFFFF;
}

.section19{

zoom: 1;

overflow: hidden;
}
.section19 .item{float: left;overflow: hidden;position: relative;height: 649px;width: 50%;
}
.section19 .img{height: 100%;
}
.section19 .content{position: absolute;width: 100%;left: 0;top: 0px;position: absolute;top: 50%;left: 50%;-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;
}
.section19 .title{font-size: 52px;font-family: Gotham;font-weight: 500;line-height: 1;color: #FFFFFF;
}
.section19 .cn{font-size: 42px;font-family: PingFang;font-weight: 500;color: #FFFFFF;padding-top: 16px;padding-bottom: 49px;line-height: 1;
}
.section19 .more{width: 248px;height: 71px;background: #00C8C6;display: block;margin: auto;border-radius: 400px;line-height: 71px;font-size: 20px;font-family: Gotham;font-weight: 500;color: #FFFFFF;
}
.footer2{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    line-height: 1;
    background: #000;
    padding-top: 58px;
    padding-bottom: 55px;
}

.section20{

padding-bottom: 132px;
}
.section20 .name{padding-top: 69px;padding-bottom: 71px;
}
.section20 .name img{margin-right: 20px;
}
.section20 .name span{font-size: 24px;font-family: Gotham;font-weight: 500;color: #000000;margin-right: 12px;vertical-align: middle;
}
.section20 .name span + span{}
.section20 .hd{font-size: 0;padding-bottom: 14px;border-bottom: 1px solid #e6e6e6;
}
.section20 .hd a{font-size: 20px;font-family: PingFang;font-weight: 800;color: #000000;margin-right: 50px;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section20 .hd a:hover,
.section20 .hd a.current{color: #273278;
}
.section20 .list{}
.section20 .list a{display: block;font-size: 18px;font-family: Microsoft YaHei UI;font-weight: 400;color: #333333;padding: 42px 0px;border-bottom: 1px solid #e6e6e6;
}
.section20 .list a *{display: block;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;
}
.section20 .list a .title{}
.section20 .list a .dec{font-size: 14px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;padding-top: 19px;
}
.position2{

padding-top: 242px;

padding-bottom: 43px;

font-size: 14px;

font-family: Microsoft YaHei UI;

font-weight: 400;

color: #666666;
}
.position2 a{
   color:inherit; 
}
.articleContent{

padding-bottom: 170px;
}
.articleContent .articleTitle{zoom: 1;overflow: hidden;
}
.articleContent .share{float: right;padding-top: 10px;
}
.articleContent .title{font-size: 29px;font-family: PingFang;font-weight: 800;color: #000000;float: left;
}
.articleContent .article{margin-top: 31px;padding-top: 40px;border-top: 1px solid #ddd;font-size: 16px;font-family: Microsoft YaHei UI;font-weight: 400;color: #666666;line-height: 30px;
}
.articleContent .article p{min-height: 30px;padding-bottom: 30px;
}


.section19 .item:hover .img,
.listType2 li a:hover .imgbox img,
.section4 .content .imgbox img:hover{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}

.section20 .list a .title:hover,
.section11 .hd a.current,
.section11 .hd a:hover,
.listType3 a.title:hover,
.listType2 li a:hover .title,
.listType1 li a:hover .s1,
.section4 .content .title:hover{
    color: #273278
}

.section18 *,
.section19 *,
.section11 .hd a{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.section18 .more:hover{
    background: #000;
    color: #fff;
    border-color: #000
}
.wow{
    opacity: 0;
}
/* newsList 新闻列表*/
.newsList{width: 100%;}
.newsListSection{width: 100%;}

.newsListSection .newsListIntro{margin: 20px auto 0;width: 1300px;}
.newsListSection .newsListIntro .box1{display: block;margin-bottom: 35px;}
.newsListSection .newsListIntro .box1 dt{width: 260px;height: 160px;float: left;}
.newsListSection .newsListIntro .box1 dt img{width: 260px;float: right;height: 160px;position: relative;border: 1px solid #ddd;}
.newsListSection .newsListIntro .box1 dt a:hover img {}
.newsListSection .newsListIntro .box1 dd{width: 980px;float: right;position: relative;height: 160px;}
.newsListSection .newsListIntro .box1 dd h3{font-size: 16px;color: #333333;font-weight: bold;width: 550px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box1 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box1 dd p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 18px;}
.newsListSection .newsListIntro .box1 dd a.more{font-size: 13px;color: #999999;text-decoration: none;text-align: center;width: 128px;height: 48px;line-height: 48px;display: block;position: absolute;left: 0;bottom: 0;border: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box1 dd a.more:hover{background: #273278;color: #fff;border-color: #273278;}
.newsListSection .newsListIntro .box1 dd:hover h3 a{color: #273278;}
.newsListSection .newsListIntro .box2 dl{padding: 18px 0;border-top: 1px solid #e4e4e4;}
.newsListSection .newsListIntro .box2 dt{width: 170px;height: 104px;background: #f5f5f5;text-align: center;padding-top: 32px;float: left;}
.newsListSection .newsListIntro .box2 dt span{display: block;font-size: 42px;color: #666666;font-weight: bold;font-family: arial;}
.newsListSection .newsListIntro .box2 dt em{font-size: 16px;color: #666666;display: block;font-family: arial;}
.newsListSection .newsListIntro .box2 dd{width: 682px;height: 136px;position: relative;float: right;}
.newsListSection .newsListIntro .box2 dd h3{font-size: 16px;color: #333333;font-weight: bold;width: 628px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsListSection .newsListIntro .box2 dd h3 a{color: #333333;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd p{line-height: 24px;margin-top: 14px;font-size: 14px;color: #666666;width: 628px;}
.newsListSection .newsListIntro .box2 dd p a{color: #666666;text-decoration: none;}
.newsListSection .newsListIntro .box2 dd span{display: block;padding-left: 25px;position: absolute;left: 0;bottom: 0;background: url(Img/mub02Inpage/label.png) no-repeat left center;line-height: 18px;}
.newsListSection .newsListIntro .box2 dd span a{color: #999999;font-size: 12px;}
.newsListSection .newsListIntro .box2 dd a.more{display: block;width: 37px;height: 37px;position: absolute;right: 0;top: 50%;margin-top: -18px;overflow: hidden;}
.newsListSection .newsListIntro .box2 dd a.more img{display: block;position: relative;}
.newsListSection .newsListIntro .box2 dl:hover dt{background: #00662b;}
.newsListSection .newsListIntro .box2 dl:hover dt span,.newsListSection .newsListIntro .box2 dl:hover dt em{color: #fff;}
.newsListSection .newsListIntro .box2 dl:hover dd h3 a{color: #00662b;}
.newsListSection .newsListIntro .box2 dl:hover dd a.more img{top: -37px;}
 

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#273278;
    color:#fff;
    border-color:#273278;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

/*p101新翻页*/
.p101-pagination-1-main {
	margin: 0 auto;
	padding: 0 0 40px;
	height: 40px;
	text-align: center;
}

.p101-pagination-1 a,
.p101-pagination-1 span {
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	font-family: Arial;
	width: 34px;
	height: 34px;
	color: #666666;
	border-radius: 100%;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin: 0 3px;
	background: #fff;
}
.p101-pagination-1 a.page_first,.p101-pagination-1 a.page_last{width: 70px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 a.page_pre,.p101-pagination-1 a.page_next{width: 80px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 span {
	border: 1px solid #fff;
}

.p101-pagination-1 .page_curr {
	background:#5a5a5a;
	color:#fff;
	border-color:#5a5a5a;
}

.p101-pagination-1 .laypage_first,
.p101-pagination-1 .laypage_last {
	display: none;
}

/*p102新翻页*/
.p102-pagination-1-main {
	margin: 0 auto;
	padding: 20px 0 40px;
	height: 40px;
	text-align: center;
}
.p102-pagination-1 a,
.p102-pagination-1 span {
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	font-family: Arial;
	width: 36px;
	height: 36px;
	color: #808080;
	border-radius: 5px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 3px;
	background: #fff;
}
.p102-pagination-1 a.page_first,.p102-pagination-1 a.page_last{width: 70px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 a.page_pre,.p102-pagination-1 a.page_next{width: 80px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 span {
	border: 1px solid #fff;
}
.p102-pagination-1 .page_curr {
	background:#c01f24;
	color:#fff;
	border-color:#c01f24;
}
.p102-pagination-1 .laypage_first,
.p102-pagination-1 .laypage_last {
	display: none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }    
@media screen and (max-width:1660px ){
    .head .nav ul li{
        padding: 0px 15px
    }
    .head .nav ul{
        padding-left: 180px;
    }
}


@media screen and (max-width:1500px ){
    .head .nav ul li{
        padding: 0px 10px
    }
    .head .nav ul{
        padding-left: 180px;
    }
}


