@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 12px; font-size: 1.2rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #016dbf;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
width:4px; height: 4px;
}
::-webkit-scrollbar-track {
background: #e5e5e5
}
::-webkit-scrollbar-thumb {
background:#016dbf;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#666;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#666;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#666;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#666;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: calc(100% - 40px); max-width: 1686px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #016dbf;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.mp p,.mp a{color: #666666; display: block;}
.mp a:hover{
    /*color: #016dbf;*/
    
}

@media screen and (max-width:1359px) {
.mp{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
}
@media screen and (max-width:767px) {
.mp{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #fff; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #fff; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #016dbf; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #016dbf; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #016dbf; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #016dbf; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ position: fixed; width: 100%; left: 0px; top: 0px; border-top: solid 7px #016dbf; border-bottom: 1px solid #f5f5f5; background: #fff; z-index:999999;}

.head .zong{position:relative;z-index:99;}
.logo{display:block;float:left; width:115px; margin-top: 10px;}
.logon{ display:inline-block; vertical-align:middle;}
.logon img{display:block;margin:auto;width:100%;}

.her{float:right;}

.henav{ float:right; margin-top: 6px;}
.henav>li{ display: inline-block; vertical-align: middle; font-size:18px; font-size:1.8rem; line-height: 24px; padding-left: 30px; margin-left: 30px; position:relative; z-index: 999999}
.henav>li:before{content: ""; position: absolute; left: 0px; top: 0px; width: 1px; height: 24px; background: #002c4d; opacity: 0.18;}
.henav>li:first-child:before{ display:none;}
.henav>li .yijiw{ right: -50px; left: auto; transform: translate(0);}

.hemor{display: block; float: right; margin-top: 28px;}
.hemor a{display: inline-block; vertical-align: middle; width: 170px; height: 45px; background: #016dbf; border: 1px solid #016dbf; font-size: 18px; font-size: 1.8rem; line-height: 43px; text-align: center; color: #fff;}
.hemor a:hover{ background: #fff; color: #016dbf;}

/*  sousuo  */
.sousuo{width: 30px; height:40px; z-index:9999; border-radius:50%; float: right; position: relative; margin-top: 35px; margin-right: 10px;}
.sousuo form{ width:236px; height:0px; overflow:hidden; position:absolute; right:0px; top:52px;background:#fff;border:0px solid rgba(0,0,0,0); color:#147be4; transition:0.8s; z-index:99999}
.sou{width: 220px;height:38px;line-height:38px; border-radius:18px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#333;}
.suo{width:40px;height:40px; float:right; background:none; position:relative; z-index:9999999; border-radius:18px; cursor:pointer;}
.sou2,.sou1{ width:40px; height:40px; text-align:center; line-height:37px; position:absolute; right:0px; top:0px; font-size:20px !important; cursor:pointer; color:#016dbf; z-index:99990}
.sou2{ height:40px; text-align:center; line-height:40px; border-radius:50%; color:#333; font-size:20px !important;}
.sousuof form{ height:40px;border:1px solid #016dbf;}

.daoz{ float:right; margin-top: 43px;}
.daohang>li{ float:left;position:relative;z-index:999; margin-right:28px; margin-left: 44px;}
.daohang>li>a{ display:inline-block; vertical-align:middle; font-size:22px;font-size:2.2rem; line-height:29px; padding-bottom:31px; text-transform: uppercase; position:relative; overflow:hidden; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; color:#333333;}
.daohang>li>a:before{ content:""; position:absolute; width:0px; height:5px; background:#1b3884; border-radius:0; left:50%; transform: translateX(-50%); bottom: -1px; transition: 0.5s; z-index: -1}
.daohang>li:hover>a{}
.daohang>li:hover>a:before{ width: 60px;}
.dangqiandao>a{}
.dangqiandao>a:before{  width: 60px !important;}

.yijiw{ padding-top: 10px; position:absolute;width:374px;top:-9999px;left: -20px;}
.yiji{background:rgba(255,255,255,0.9); box-shadow: 0px 3px 20px 0px rgba(19, 28, 44, 0.42); padding: 10px 0;}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:5px 20px;}
.yiji li:hover{background:#016dbf;}
.yiji li:hover>a{color:#fff;}
.erji{position:absolute;width:180px;background:rgba(255,255,255,0.9);top:-9999px;left:100%; box-shadow: 0px 3px 20px 0px rgba(19, 28, 44, 0.42); padding: 10px 0;}
.sanji{position:absolute;width:180px;background:rgba(255,255,255,0.9);top:-9999px;left:100%; box-shadow: 0px 3px 20px 0px rgba(19, 28, 44, 0.42); padding: 10px 0;}

.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:28px;}
.henav li:hover .yijiw{ top: 100%;}
.henav li:hover .yiji>li>a{line-height:28px;}

.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}

.xiala{ width: 630px; background: rgba(255, 255, 255, 0.96); box-shadow: 11px 1px 4px 0px rgba(0, 0, 0, 0.08); position: absolute; left: 0px; top: 100%; padding: 20px 65px; border-bottom: 6px solid #016dbf; display: ; flex-flow: wrap; justify-content: space-between; display: none;}
.xlyiji{width: 50%; padding-right: 10px;}
.xlyiji>a{display: block; font-size: 20px; font-size: 2rem; line-height: 30px;}
.xlerji{ margin-top: 21px;}
.daohang>li:hover .xiala{ display: flex;}

.daohang2,sousuo2,.xnav{display:none}

/*  banner  */
.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{ width:100%; position:absolute;}
.slide .console{ height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }
.slide .dotList{ position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center; margin-top: 20px; display: none !important;}
.slide .dotList ul li{ display: inline-block; width: 10px; height: 10px; background-position:-12px 0px; margin-left: 10px; cursor:pointer; }
.slide .dotList ul li.active{ background-position:0px 0px;}
.slide .carousel-control{position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; text-align: center; line-height: 56px; font-size: 20px; color: #fff; background: rgba(210, 210, 210, 0.6); z-index:999;}
.slide .carousel-control i{font-size: 22px;}
.slide .carousel-control.left{left:70px; cursor:pointer;}
.slide .carousel-control.right{ right:70px; cursor:pointer;}
.slide .carousel-control:hover{ background:  rgba(1, 109, 191, 0.6);}

.slide .slidedetail{display:none;}
.slide .slide-count { display: none; }

@media screen and (max-width:1559px) {
.daohang>li{margin-left: 20px; margin-right: 10px;}
    .daohang>li>a{ font-size: 20px; font-size: 2rem;}
.yiji li a{font-size:14px; font-size:1.4rem; padding:5px 10px;}
}
@media screen and (max-width:1359px) {
    .henav>li{ padding-left: 20px; margin-left: 20px;}
    .henav>li>a{ font-size: 14px; font-size: 1.4rem;}    

    .hemor{ margin-top: 10px;}
    .hemor a{ width: 130px; font-size: 14px; font-size: 1.4rem; height: 40px; line-height: 38px;}
    .sousuo{ margin-top: 10px;}
    
    .daoz{ margin-top: 15px;}
.daohang{}
.daohang>li{ margin-right:10px; margin-left: 10px;}
.daohang>li>a{ font-size: 16px; font-size: 1.6rem; padding-bottom: 10px; text-transform: none;}

.logo{ width: 70px;}
    .yijiw{ width: 240px;}
.yiji li a{font-size:12px; font-size:1.2rem; padding:5px 10px;}
}
@media screen and (min-width:1000px) {.carousel,.nav{display: none}}
@media screen and (max-width:999px) {
.head{ padding-bottom: 5px; border-top-width: 2px;}
    
.logo{ margin-top:5px; width: 45px; float: none;}
.her{ display:none}

.slide .carousel-control{ width: 36px; height: 36px; line-height: 36px;}
.slide .carousel-control i{font-size: 16px;}
.slide .carousel-control.left{left:10px; cursor:pointer;}
.slide .carousel-control.right{ right:10px; cursor:pointer;}
    
.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 26px;background: #fff;right:2.5%;top:14px;cursor: pointer; border-radius:5px; z-index: 999999999}
.nav span {display: block;width: 20px;height: 2px;background: #016dbf;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.8s;z-index: 99999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width:300px;height:0px;overflow: auto;top:0px;right:0px;background:#1b3884; z-index: 9999999;transition: 0.8s;text-align: center;}
.smdaohangh {right: 0px; top:0px; height:100%;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
ul.topnav ul li a:hover {
}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:7px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.8s;}
ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.8s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 26px;line-height: 26px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 3px;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {
.slide .carousel-control{ width: 26px; height: 26px; line-height: 26px;}
.slide .carousel-control i{font-size: 12px;}
}

/*  main1  */
.main1{ background: #f4f9fc url("../images/m1bei.jpg") no-repeat left center; padding-top: 133px; padding-bottom: 110px;}
.m1t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m1tl{ width: 46.4%; padding-top: 15px;}
.m1tr{ width: 52.5%;}

.m1biao{ position: relative; font-size: 56px; font-size: 5.6rem; line-height: 60px; color: #016dbf; font-family: Masque, Arial, "Arial Black", "sans-serif", Verdana;}
.m1biao span{ display: block; position: absolute; left: 0px; bottom: 0px; font-size: 68px; font-size: 6.8rem; line-height: 74px; -webkit-text-stroke: 2px #016dbf; opacity: 0.2; color: transparent; font-family: Masque, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap;}
.m1biao:hover{ color: #333;}

.m1tlp{ font-size: 43px; font-size: 4.3rem; line-height: 65px; margin-top: 39px; font-family: Poppins-Light, Arial, "Arial Black", "sans-serif", Verdana;}
.m1tlp a{ display: block;}
.m1tlp strong{font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.m1mor{ display: block; width: 34px; height: 34px; line-height: 32px; font-size: 12px; margin-top: 20px; color: #ffffff; text-align: center; background: #016dbf; border: 1px solid #016dbf;}
.m1mor i{font-size: 12px;}
.m1mor:hover{ background: #fff; color: #016dbf;}

.m1b{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 65px;}
.m1bl{ width: 66.79%; position: relative;}
.m1br{ width: 40.7%; margin-right: -8.6%; position: relative;}
.m1b iframe{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}

@media screen and (max-width:1679px) {
.m1bl{ width: 61.5%; position: relative;}
.m1br{ width: 37.5%; margin-right: 0%; position: relative;}
}
@media screen and (max-width:1559px) {
.main1{ padding-top: 80px; padding-bottom: 80px;}
.m1biao{ font-size: 46px; font-size: 4.6rem; line-height: 50px;}
.m1biao span{ font-size: 52px; font-size: 5.2rem; line-height: 60px;}
.m1tlp{ font-size: 30px; font-size: 3rem; line-height: 46px; margin-top: 30px;}
}
@media screen and (max-width:1359px) {
.main1{ padding-top: 50px; padding-bottom: 50px;}
.m1biao{ font-size: 36px; font-size: 3.6rem; line-height: 40px;}
.m1biao span{ font-size: 42px; font-size: 4.2rem; line-height: 50px;}
.m1tlp{ font-size: 20px; font-size: 2rem; line-height: 36px; margin-top: 30px;}
.m1b{ margin-top: 40px;}
}
@media screen and (max-width:999px) {
.m1tl{ width: 100%; padding-top: 0px;}
.m1tr{ width: 100%; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.main1{ padding-top: 30px; padding-bottom: 30px;}
.m1biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.m1biao span{ font-size: 28px; font-size: 2.8rem; line-height: 34px;}
.m1tlp{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 20px;}
.m1mor{ width: 30px; height: 30px; line-height: 28px; font-size: 12px; margin-top: 15px;}
.m1b{ margin-top: 20px;}
}
@media screen and (max-width:499px) {
.m1bl{ width: 100%;}
.m1br{ width: 100%; margin-top: 10px;}
}

/*  main2  */
.main2{ background: #fff; padding-top: 89px; padding-bottom: 123px;}
.main2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m2l{ width: 42.9%;}
.m2r{ width: 50%; display: flex; flex-flow: wrap; justify-content: space-between;}

.m2la{ margin-top: 13px;}
.m2lp{ margin-top: 26px;}
.m2lie{ width: 33.333%; padding-right: 20px;}
.m2tu{ width: 83px; display: block;}
.m2a{ display: block; font-size: 20px; font-size: 2rem; line-height: 36px; margin-top: 30px; font-family: Poppins-Light, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1559px) {
.m2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width:1359px) {
.main2{ padding-top: 50px; padding-bottom: 50px;}
.m2l{ width: 40%;}
.m2r{ width: 58%;}
.m2a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main2{ padding-top: 30px; padding-bottom: 30px;}
.m2l{ width: 100%;}
.m2r{ width: 100%; margin-top: 20px;}
.m2la{ margin-top: 0px;}
.m2lp{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.m2tu{ width: 50px;}
.m2a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}
.m2lie{ padding-right: 10px;}
}

/*  main3  */
.main3{ background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 100px; padding-bottom: 173px;}
.main3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main3:after{content: ""; position: absolute; left: 0px; bottom: -85px; width: 383px; height: 980px; background: url("../images/m3bei1.png") no-repeat center; background-size: 100%; z-index: 1}

.main3 .zong{ position: relative; z-index: 2}
.main3 .m1biao{color: #fff;}
.main3 .m1biao span{ -webkit-text-stroke: 2px #fff;}

.img-scroll {position: relative; margin-top:70px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; color: #fff; background: #d2d2d2; top: -115px; transition: 0.5s; z-index: 999}
.img-scroll .prev { right: 42px; cursor: pointer;}
.img-scroll .next { right:0px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { background: #016dbf; color: #fff;}
.img-list {position: relative;overflow: hidden; width: calc(100% + 260px)}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.263%; margin-right: 0.027%; position:relative;}
.m3n{ background: #fff; border-radius: 60px 0px 0px 0px; padding: 31px 25px; position: relative;}

.m3a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 22px; border-bottom: 1px solid #ced1df; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m3p{ line-height: 28px; margin-top: 23px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m3tu{ display: block; overflow: hidden; margin-top: 6px;}
.m3mor{ background: #1b3884; position: absolute; left: 35px; bottom: 33px;}

@media screen and (max-width:1559px) {
.img-list { width: 100%}
.main3:after{ bottom: -50px; width: 230px; height: 600px;}
}
@media screen and (max-width:1359px) {
.main3{ padding-top: 60px; padding-bottom: 60px;}
.m3n{ border-radius: 30px 0px 0px 0px; padding: 20px 10px;}
.m3a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-bottom: 10px;}
.m3p{ margin-top: 15px;}
.m3mor{ left: 10px; bottom: 10px;}
}
@media screen and (max-width:999px) {
.main3:after{ display: none;}
.img-scroll { margin-top:40px;}
.img-list li { width:0.35%; margin-right: 0.027%; position:relative;}
.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height: 28px; top: -120px;}
.img-scroll .prev { right: 32px;}
.m3a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-bottom: 10px;}
}
@media screen and (max-width:767px) {
.main3{ padding-bottom: 30px;}
.img-scroll { margin-top:30px;}
.img-scroll .prev, .img-scroll .next { top: -105px;}
.img-list li { width:0.49%; margin-right: 0.02%; position:relative;}
.m3a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-bottom: 10px;}
}

/*  main4  */
.main4{ padding-top: 110px; margin-bottom: 178px; padding-bottom: 80px; background: #fff;}
.m4biao{ display: inline-block; font-size: 75px; font-size: 7.5rem; line-height: 85px; font-family: Masque, Arial, "Arial Black", "sans-serif", Verdana; position: relative; z-index: 2}
.m4biao .m4sp0{ display: inline-block; padding-right: 0.3em; background:#000 url("../images/m4biao.png") no-repeat center; color: transparent; -webkit-background-clip: text; position: relative; transition: 0.5s; z-index: 1}
.m4biao .m4sp1{ position: absolute; left: -10px; top: 0px; text-align: right; color: #d3d7e0; transform:rotateX(45deg) skewX(-20deg); transform-origin: bottom left; z-index: 0}
.m4biao .m4sp2{ position: absolute; left: 0.5em; bottom: 5px; text-align: right; color: #d3d7e0; transform:rotateX(45deg) skewX(-20deg); transform-origin: bottom left; z-index: 0}
.m4biao:hover .m4sp0{ color: #1b3884;}

.m4t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start;}
.m4tl{ width: 53%;}
.m4tr{ width: 51.4%; margin-right: -6.8%; display: flex; flex-flow: wrap; justify-content: space-between;}

.m4tlp{ font-size: 22px; font-size: 2.2rem; line-height: 34px; margin-top: 63px;}
.m4tlp p{margin-top: 20px;}
.m4tlp p strong{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.m4t .m4lie{ width: 49%;}
.m4lie{ background: #f8f8f8; padding: 28px 50px; padding-bottom: 39px; margin-top: 14px;}
.m4lie:nth-child(2n){ background: #fbfbfb;}
.m4shu{ font-size: 100px; font-size: 10rem; line-height: 110px; color: #666666; opacity: 0.08; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.m4tu{ display: block; width: 50px; margin-top: 7px;}
.m4a{ display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #333; margin-top: 43px;}

.m4b{ display: flex; flex-flow: wrap; justify-content: space-between; margin-left: -4%; padding-top: 22px;}
.m4b .m4lie{ width: 24.2%;}

@media screen and (max-width:1559px) {
.m4biao{ font-size: 58px; font-size: 5.8rem; line-height: 70px;}
.m4tlp{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 63px;}
.m4lie{ padding: 28px 20px;}

.m4shu{ font-size: 70px; font-size: 7rem; line-height: 80px;}
.m4tu{ width: 35px;}
.m4a{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
}
@media screen and (max-width:1359px) {
.m4biao{ font-size: 44px; font-size: 4.4rem; line-height: 60px;}
.m4tlp{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 30px;}
.m4a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
.m4lie{ padding: 20px 10px;}
}
@media screen and (max-width:999px) {
.main4{ padding-top: 50px; margin-bottom:0px; padding-bottom: 50px;}
.m4tl{ width: 49%;}
.m4tr{ width: 49%; margin-right: 0%;}
.m4b{ margin-left: 0%; padding-top: 22px;}
.m4b .m4lie{ width: 24%;}

.m4biao{ font-size: 34px; font-size: 3.4rem; line-height: 40px;}
.m4tlp{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 26px;}
.m4tlp p{margin-top: 8px;}

.m4lie{ margin-top: 10px;}
.m4shu{ font-size: 50px; font-size: 5rem; line-height: 60px;}
.m4tu{ width: 30px;}
.m4a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.main4{ padding-top: 30px; padding-bottom: 30px;}
.m4tl{ width: 100%;}
.m4tr{ width: 100%; margin-top: 10px;}

.m4biao{ font-size: 24px; font-size: 2.4rem; line-height: 34px;}
.m4tlp{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 26px;}
.m4b{ padding-top: 0px;}
.m4b .m4lie{ width: 49%;}

.m4lie{ padding: 15px 6px;}
.m4shu{ font-size: 40px; font-size: 4rem; line-height: 40px;}
.m4tu{ width: 30px;}
.m4a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*  main5  */
.main5{ background:#333 url("../images/m5bei.jpg") no-repeat no-repeat center 50px; background-size: cover; background-attachment: fixed; position: relative; text-align: right; z-index: -1;}
.main5:before{ content: ""; position: absolute; left: 0px; bottom: 100%; width: 100%; height: 100%; background: url("../images/m5bei4.png") no-repeat no-repeat center 50px; background-size: cover; background-attachment: fixed; z-index: 2}
.m5n{ width: 50%; display: inline-block; background: rgba(1, 109, 191, 0.5); padding: 76px 0; position: relative; z-index: 99}
.m5n:before{content: ""; position: absolute; width: 186px; height: 100%; right: 100%; top: 0px; background: url("../images/m5jiao.png") no-repeat top center; background-size: 100% 100%;}
.m5n2{ padding-left: 43px; width: calc(100% - 70px); max-width: 700px; text-align: left;}
.m5biao{ font-size: 42px; font-size: 4.2rem; line-height: 50px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; color: #ffffff;}

.img-scroll1 {position: relative; margin-top:47px; padding-bottom: 105px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 40px; bottom: 0px; color: #fff; text-align: center; background: #d2d2d2; transition: 0.5s; z-index: 999}
.img-scroll1 .prev { left: 0px; cursor: pointer;}
.img-scroll1 .next { left: 42px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { background: #016dbf;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:1%; position:relative;}

.m5p{ line-height: 36px;}
.m5p p { display: block; 
    padding-left: 33px; background: url("../images/m5dui.png") no-repeat left 8px; 
    color: #fff;
    line-height: 40px;
}

@media screen and (max-width:1359px) {
.m5n{ width: 70%;}
.m5n:before{ width: 90px;}
.m5biao{ font-size: 34px; font-size: 3.4rem; line-height: 40px;}
.img-scroll1 { margin-top:30px; padding-bottom: 70px;}
.m5p p a{ padding-left: 30px; background: url("../images/m5dui.png") no-repeat left 5px; background-size: 16px;}
}
@media screen and (max-width:999px) {
.main5:before{ display: none;}
.m5n{ padding: 40px 0;}
.m5n2{ padding-left: 20px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 34px; height: 34px; line-height: 34px;}
.img-scroll1 .next { left: 40px;}
}
@media screen and (max-width:767px) {
.m5n{ width: 100%; background: rgba(0, 0, 0, 0.5);}
.m5n2{ width: 95%; margin:auto; padding-left: 0px;}
.m5n:before{ display: none}
.m5biao{ font-size: 22px; font-size: 2.2rem; line-height: 40px;}
.img-scroll1 { margin-top:20px; padding-bottom: 50px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 30px; height: 30px; line-height: 30px;}
.img-scroll1 .next { left: 34px;}
}

/*  main6  */
.main6{ padding-top: 114px; padding-bottom: 76px;}
.m6n{ width: calc(100% - 110px); max-width: 1620px; margin-right: 30px; padding-top: 28px; margin-left: auto; display: flex; flex-flow: wrap;}
.m6lie{ width: 31.4%; margin-left: 2.9%; margin-top: 20px; border-radius: 0px 0px 60px 0px; transition: 0.5s;}
.m6lie:nth-child(3n-2){margin-left: 0px;}
.m6tu{ display: block; overflow: hidden;}
.m6zi{ padding: 18px 10px; padding-bottom: 50px;}
.m6riqi{color: #999999; font-style: italic;}
.m6a{ display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 7px; color: #999999; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6p a{ margin-top: 31px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m6lie:hover{ box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);}
.m6lie:hover a{color: #016dbf;}
.m6lie:hover img{ transform: scale(1.1)}

@media screen and (max-width:1359px) {
.main6{ padding-top: 60px; padding-bottom: 50px;}
.m6n{ width: calc(100% - 110px); max-width: 1620px; margin-right: 30px; padding-top: 10px;}
.m6lie{ width: 32%; margin-left: 2%; margin-top: 20px; border-radius: 0px 0px 30px 0px;}
.m6zi{ padding: 10px; padding-bottom: 20px;}
.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 5px;}
.m6p a{ margin-top: 15px;}
}
@media screen and (max-width:999px) {
.m6n{ width: 95%; margin: auto;}
.m6a{ font-size: 14px; font-size: 1.4rem;}
.m6p a{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.main6{ padding-top: 30px; padding-bottom: 30px;}
.m6lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.m6lie:nth-child(3n-2){margin-left: 2%;}
.m6lie:nth-child(2n-1){margin-left: 0px;}
.m6lie:nth-child(3){ display: none;}
.m6lie:hover{ box-shadow:none;}
.m6zi{ padding: 10px 0; padding-bottom: 0px;}
.m6a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

/*  main7  */
.m7xin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;opacity:1}
.m7xin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;opacity:1 }
.m7xin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;opacity:1 }
.m7xin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;opacity:1 }

.main7{ display: flex; flex-flow: wrap; justify-content: space-between; position: relative; z-index: 2}
.m7l{ width: 58%; font-size: 32px; font-size: 3.2rem; line-height: 54px; padding-top: 49px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.m7r{ width: 30.7%; padding: 35px; margin-bottom: -26px; background: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);}

.m7a{ text-align: center; font-size: 30px; font-size: 3rem; line-height: 44px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.m7xin{ padding-top: 8px;}
.m7xin .int1{ width: 100%; margin-top: 17px;}
.m7xin .int2{ width: 100%; margin-top: 17px; position: relative;}
.m7xin .int3{ width: 100%; margin-top: 17px;}

.m7xin input{ width: 100%; height: 50px; line-height: 48px; border: solid 1px #dcdcdc; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #999;}
.m7xin .int2 input{ padding-right: 100px;}
.m7xin .yanzheng{ position: absolute; width: 86px; height: 27px; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.m7xin .int3 input{ background: #016dbf; border: 1px solid #016dbf; cursor: pointer; transition: 0.5s; color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; padding: 0px;}
.m7xin .int3 input:hover{ background: #fff; color: #016dbf;}

@media screen and (max-width:1559px) {
.m7l{ font-size: 26px; font-size: 2.6rem; line-height: 40px; padding-top: 20px;}
.m7a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}
@media screen and (max-width:1359px) {
.m7r{ padding: 20px 10px;}
.m7xin input{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.m7l{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-top: 20px;}
.m7a{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}
}
@media screen and (max-width:767px) {
.m7l{ width: 100%;}
.m7r{ width: 100%; margin-top: 15px;}

.m7l{ font-size: 16px; font-size: 1.6rem; line-height: 28px; padding-top: 0px; text-align: center;}
.m7a{ font-size: 16px; font-size: 1.6rem; line-height: 28px;}
.m7xin input{ font-size: 12px; font-size: 1.2rem;}
.m7xin .int1,.m7xin .int2,.m7xin .int3{ margin-top: 10px;}
}

/*  foot  */
.foot{ background: url("../images/fobei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.foot:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/fobei.jpg") no-repeat center; background-size: cover; z-index: -1}
.fot{ display: flex; flex-flow: wrap; justify-content: space-between; padding-right: 33%; padding-top: 51px; padding-bottom: 44px; border-bottom: 1px solid #4c4c4f; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fologo{ display: block; width: 70px;}
.foxin{ width: calc(100% - 226px); display: flex; flex-flow: wrap; justify-content: space-between; line-height: 35px;}
.fotlie{ width: 45%;}
.fotlie p{color: #fff; padding-left: 27px; position: relative;}
.fotlie p em{ color: #999999; font-size: 18px; position: absolute; left: 0px; top: 0px;}
.fotlie p a{color: #fff;}

.foc{ display: flex; flex-flow: wrap; padding-top: 40px;}
.folie{ margin-top: 20px;}
.fo1{ width: 21.7%;}
.fo2{ width: 32.6%; margin-left: 3%;}
.fo3{ width: 23.7%; margin-left: 3%;}
.fo4{ width: 13%; margin-left: 3%; float: right;}

.fobiao{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.shejiao{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px;}
.shejiao a{ display: inline-block; width: 40px; height: 40px; line-height: 38px; margin-left: 15px; margin-top: 40px; border-radius: 50%; text-align: center; color: #cccccc; border: solid 1px #cccccc;}
.shejiao a:nth-child(3n-2){margin-left: 0px;}

.fonav{ margin-top: 15px;}
.fonav a{color: #e2e2e2;}

.fob{ border-top: 1px solid #4c4c4f; margin-top: 66px; padding-top: 10px; padding-bottom: 28px; text-align: center;}
.fop,.youlian{ font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #999999;}
.fop a{color: #999999; display: inline-block; vertical-align: middle;}
.youlian span,.youlian a{ display: inline-block; color: #999;}
.youlian a{margin: 0 10px;}
.foot a:hover{ color: #fff; text-decoration: underline;}
.shejiao a:hover{ background: #016dbf; border-color: #016dbf; text-decoration: none; color: #fff;}

@media screen and (max-width:1359px) {
.shejiao{ padding-top: 15px;}
.shejiao a{ width: 32px; height: 32px; line-height: 30px; margin-left: 5px; margin-top: 10px;}
.shejiao a i{ font-size: 12px;}

.foxin{ width: calc(100% - 120px);}
}
@media screen and (max-width:999px) {
.fot{  padding-right: 0%; padding-top: 51px; padding-bottom: 44px; border-bottom: 1px solid #4c4c4f; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.foc{ padding-top: 20px;}
.folie{ width: 49%; margin-left: 2%;}
    .folie:nth-child(2n-1){margin-left: 0px;}
    .shejiao{ max-width: 130px; padding-top: 0px;}
}
@media screen and (max-width:767px) {
    .fologo{ display: none;}
    .foxin{ width: 100%;}
    .fot{ padding-bottom: 10px; display: none;}
    .fo1,.fo2,.fo3,.youlian{ display: none;}
    .fo4{ width: 100%; text-align: center; margin: auto;}
    .shejiao{ display: inline-block; margin: auto;}
    .foc{ padding-top: 40px;}
.fob{ margin-top: 10px; padding-top: 10px; padding-bottom: 28px; text-align: center;}
    .fop{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

.lianxi{ position:fixed; width:45px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block; margin-top:1px; width:45px; height:45px; line-height:45px; font-size:18px; background: #016dbf; text-align:center; color:#fff; margin-top:1px;}
.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div a:hover{ background:#6296f2;}
.clear2{ display:none}


@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left;}
.lianxi div a{ margin:auto; width:100%; color:#fff !important; border-radius:0px;}
.weixin2{ display:block}
.weixin1{ display:none}
}


/****************************  product  ***************************/
.fenhead{ position: fixed; width: 100%; left: 0px; top: 0px; padding-top: 17px; z-index: 99999;
    background-color: #333;}
.fenhead:before{ content: ''; position: absolute; width: 100%; height: 1px; background: rgba(255,255,255,0.2); left: 0px; bottom: 1px;}
.fenheadh{ background: #2e2e2e;}

.fenhead .zong:after{content: ""; clear: both; display: block;}
.fenlogo{ width: 76px; float: left;}

.fenhead .daoz{ margin-top: 21px;}
.fendaohang>li{ margin-left: 24px;}
.fendaohang>li>a{ color: #fff; font-size: 18px; font-size: 1.8rem; text-transform: none; font-family: Poppins-Regular, Arial, "Arial Black", "sans-serif", Verdana;}
.fendaohang>li>a>i{ font-size: 12px;}

.fenhemor{ margin-top: 14px;}
.fenhemor a{ background: none; border-color: #fff; color: #fff;}
.fenhead .sousuo{ margin-top: 15px; margin-right: 46px;}
.fenhead .sou2{ color: #fff;}

@media screen and (max-width:1699px) {
.fenhead .sousuo{ margin-right: 15px;}
.fendaohang>li{ margin-left: 10px;}
.fendaohang>li>a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:1359px) {
.fenhead{ padding-top: 10px;}
.fenlogo{ width:50px; margin-top: 2px;}
.fenhead .daoz{ margin-top: 11px;}
.fenhemor{ margin-top: 4px;}
.fenhead .sousuo{ margin-right: 5px; margin-top: 5px;}

.fendaohang>li{ padding-bottom: 10px; margin-right: 7px; margin-left: 7px;}
.fendaohang>li>a{ font-size: 14px; font-size: 1.4rem;}
.fendaohang>li>a>i{ font-size: 10px;}
}
@media screen and (max-width:999px) {
 .fenhead{ padding-top: 5px; padding-bottom: 7px;background: transparent;}
   .daoz,.fenhemor,.sousuo{ display: none;}
.fenlogo{ width:45px; margin-top: 0px;}
}

.fenbanner{ padding-bottom: 111px; background-size: cover !important;}
.fenbiao{ text-align: center; font-size: 46px; font-size: 4.6rem; line-height: 60px; margin-top: 114px; color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.mianbao{ text-align: center; color: #fff; margin-top: 23px;}
.mianbao a{color: #fff; display: inline-block; vertical-align: middle;}
.mianbao em{color: #fff; margin-right: 5px;}
.mianbao a:hover,.comian{ 
    /*color: #4a7af7 !important;*/
    
}

@media screen and (max-width:1359px) {
.fenbanner{ padding-bottom: 60px;}
.fenbiao{ font-size: 36px; font-size: 3.6rem; line-height: 46px; margin-top: 60px;}
}
@media screen and (max-width:999px) {
.fenbiao{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 60px;}
}
@media screen and (max-width:767px) {
.fenbanner{ padding-bottom: 30px;}
.fenbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 20px;}
.mianbao{ margin-top: 10px;}
.mianbao em{ font-size: 12px;}
}

.prsousuo input::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;opacity:1}
.prsousuo input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;opacity:1 }
.prsousuo input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;opacity:1 }
.prsousuo input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;opacity:1 }

.prmain1{}
.prnav{ display: flex; flex-flow: wrap; padding-top: 33px;}
.prlie{ position: relative; width: 32.4%; margin-left: 1.4%;}
.prlie:nth-child(3n-2){ margin-left: 0%;}
.prnav label{ display: block; width: 100%; line-height: 54px; margin-top: 17px; text-align: center; background-color: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16); position: relative; cursor: pointer; transition: 0.5s;}
.prnav label p{ font-size: 18px; font-size: 1.8rem; line-height: 26px; padding: 0 5px; display: inline-block; vertical-align: middle; transition: 0.5s;}
.prnav input{ position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; border: none; background: none; visibility: hidden;}
.prnav input[type='checkbox']:checked + label,.prnav input[type='radio']:checked + label{ background: #016dbf;}
.prnav input[type='checkbox']:checked + label p,.prnav input[type='radio']:checked + label p{color: #fff;}

@media screen and (max-width:1359px) {
.prnav label p{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width:999px) {
.prnav label{ margin-top: 10px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);}
.prnav label p{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.prnav{ padding-top: 20px;}
.prnav label p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:499px) {
.prlie{ width: 49%; margin-left: 2%;}
.prlie:nth-child(3n-2){ margin-left: 2%;}
.prlie:nth-child(2n-1){ margin-left: 0%;}
.prnav label{ margin-top: 8px;}
}

.prsousuo{ position: relative; padding-right: 164px; display: flex; flex-flow: wrap; padding-top: 40px;}
.prsousuo .int1{ width: 19%; margin-left: 1.25%; margin-top: 10px;}
.prsousuo .int1:first-child{margin-left: 0px;}
.prsousuo .int2{ width: 150px; margin-top: 10px; position: absolute; right: 0px; bottom: 0px;}

.prsousuo input{ width: 100%; height: 50px; line-height: 48px; padding: 0 12px; font-size: 16px; font-size: 1.6rem; color: #999999; border: solid 1px #dcdcdc;}
.prsousuo .int2 input{ background: none; border: none; padding: 0px; position: relative; z-index: 2; cursor: pointer;}
.prsousuo .int2 p{ position: absolute; width: 100%; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #ffffff; text-align: center; background: #1b3884; left: 0px; top: 0px; z-index: 1}
.prsousuo .int2 p i{ font-size: 18px; display: inline-block; vertical-align: middle; margin-right: 10px;}

@media screen and (max-width:1359px) {
.prsousuo{ padding-right: 113px; padding-top: 20px;}
.prsousuo input{ padding: 0 8px; font-size: 14px; font-size: 1.4rem;}
.prsousuo .int2{ width: 100px; margin-top: 10px; position: absolute; right: 0px; bottom: 0px;}
.prsousuo .int2 p{ font-size: 14px; font-size: 1.4rem;}
.prsousuo .int2 p i{ font-size: 14px; margin-right: 7px;}
}
@media screen and (max-width:999px) {
.prsousuo{ padding-right: 0px; padding-top: 20px;}
.prsousuo .int1{ width: 32.33%; margin-left: 1.5%;}
.prsousuo .int1:nth-child(3n-2){margin-left: 0px;}
.prsousuo .int2{ width: 32.33%;}
.prsousuo input,.prsousuo .int2 p{ padding: 0 8px; font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:549px) {
.prsousuo{ padding-top: 20px;}
.prsousuo .int1{ width: 49%; margin-left: 2%;}
.prsousuo .int1:nth-child(3n-2){margin-left: 2%;}
.prsousuo .int1:nth-child(2n-1){margin-left: 0px;}
.prsousuo .int2{ width: 49%;}
.prsousuo input,.prsousuo .int2 p{ height: 40px; line-height: 38px;}
}

.pr3{ padding-top: 40px;}
.table{ width:100%; overflow:auto;}
.pr3 .table table{ width:100%; border-collapse:collapse; line-height:37px;}
.pr3 .table table tr{ transition: 0.5s;}
.pr3 .table table tr td{ padding:15px 5px; font-size:18px; font-size:1.8rem; color: #666666; text-align: center; border:1px solid #dcdcdc; background: #fff;}
.pr3 .table table tr:nth-child(1) td,.pr3 .table table tr:nth-child(2) td{ background: #f0f0f0; color: #333; font-weight: bold; line-height: 32px; padding: 0 5px;}

.fenye{ text-align: center; padding-top: 45px; padding-bottom: 65px;}
.fenyen{ display: inline-block; vertical-align: middle;}
.fenyen a{ display: inline-block; vertical-align: middle; padding: 0 13px; border: solid 1px #e5e5e5; height: 30px; line-height: 28px; margin: 4px; font-size: 14px; font-size: 1.4rem; color: #999999;}
.fuxuan{ background: url("../images/fuxuan.jpg") no-repeat right center; padding-right: 15px; display: inline-block; vertical-align: middle; margin-left: 12px;}
.fuxuan input{ background: none; font-size: 16px; font-size: 1.6rem; color: #1b3884; cursor: pointer; transition: 0.5s;}
.fuxuan input:hover{ color: #333;}
.fenyen a:hover,.dangfen{ background: #1b3884 !important; border-color: #1b3884 !important; color: #fff !important;}

@media screen and (max-width:1359px) {
.pr3 .table table tr td{ padding:10px 5px; font-size:16px; font-size:1.6rem;}
}
@media screen and (max-width:999px) {
.pr3{ padding-top: 40px;}
.pr3 .table table tr td{ padding:10px 5px; font-size:14px; font-size:1.4rem;}
.pr3 .table table tr:nth-child(1) td,.pr3 .table table tr:nth-child(2) td{ line-height: 24px; padding: 0 5px;}

.fenye{ padding-top: 30px; padding-bottom: 40px;}
.fenyen a{ padding: 0 10px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; margin: 3px 2px;}
.fuxuan input{ font-size: 14px; font-size: 1.4rem; height: 26px; line-height: 26px;}
}
@media screen and (max-width:767px) {
.pr3{ padding-top: 30px;}
.pr3 .table table tr td{ padding:10px 5px; font-size:12px; font-size:1.2rem;}
    .fenye{ padding-bottom: 30px;}
.fuxuan input{ font-size: 12px; font-size: 1.2rem;}
}

.prtag{ border-top: 1px solid #d3d3d3; padding-top: 15px; padding-bottom: 62px; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.taga{ font-weight: bold;}
.tagn{ color: #666666; padding-top: 7px; font-weight: bold;}
.tagn a{ display: inline-block; vertical-align: middle; margin-right: 60px; color: #666666; padding-left:20px; position: relative;}
.tagn a i{position: absolute; left: 0px; top: 0px; font-size: 14px;}
.tagn a:hover{color: #1b3884;}

.prmain2{ position: relative;}
.prbiao{ position: absolute; left: 2.5%; top: 74px; width: 95%; text-align: center; font-size: 42px; font-size: 4.2rem; line-height: 70px;  color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; z-index: 1}
.prbiao span{ position: absolute; left: 0px; top: 0px; width: 100%; text-align: center; font-size: 60px; font-size: 6rem; color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; opacity: 0.1; z-index: -1}
.pr2tu{}

@media screen and (max-width:1559px) {
.prbiao{ top: 30px; font-size: 34px; font-size: 3.4rem; line-height: 60px;}
.prbiao span{ font-size: 50px; font-size: 5rem;}
}
@media screen and (max-width:1359px) {
.prtag{ padding-top: 15px; padding-bottom: 40px; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.tagn a{ margin-right: 40px;}
.prbiao{ top: 20px;}
}
@media screen and (max-width:999px) {
.prtag{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.prbiao{ position: relative; top: 0px; font-size: 28px; font-size: 2.8rem; line-height: 50px; color: #0b2154;}
.prbiao span{ font-size: 40px; font-size: 4rem; color: #0b2154;}
.pr2tu{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.prtag{ padding-top: 15px; padding-bottom: 30px; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.prbiao{ font-size: 22px; font-size: 2.2rem; line-height: 36px;}
.prbiao span{ font-size: 30px; font-size: 3rem;}
.pr2tu{ margin-top: 10px;}
}

.prmain3{ padding-top: 80px; padding-bottom: 100px;}
.prbiao2{ color: #0b2154; position: relative; top: auto; width: 100%;}
.prbiao2 span{ color: #0b2154;}

#outer { margin-top:21px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative; display: flex; flex-flow: wrap;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 24.3%; height: 54px; line-height: 54px; margin-left: 0.933%; margin-top: 10px; padding: 0px 5px; background: #fff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16); z-index: 1}
#tab li:nth-child(4n-3){margin-left: 0px;}

#tab li span{ display: inline-block; vertical-align: middle; text-align: center; color: #333333; font-size: 18px; font-size: 1.8rem; line-height: 25px; transition: 0.5s;}

#tab li.current{ background: #1b3884;}
#tab li.current span{color: #fff;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle;}
.pr3n{ display: flex; flex-flow: wrap;}
.pr3tu{ width: 23%; margin-left: 2.666%; margin-top: 53px;}
.pr3tu:nth-child(4n-3){margin-left: 0px;}
.pr3tu span{ display: block; position: relative; padding-bottom: 30%;}
.pr3tu span img{ position: absolute; max-width: 95%; max-height: 95%; left: 50%; top: 50%; transform: translate(-50%,-50%);}

@media screen and (max-width:1359px) {
#tab li span{ font-size: 16px; font-size: 1.6rem; line-height: 25px;}
}
@media screen and (max-width:999px) {
.prmain3{ padding-top: 50px; padding-bottom: 60px;}
#tab li span{ font-size: 14px; font-size: 1.4rem; line-height: 25px;}
}
@media screen and (max-width:767px) {
.prmain3{ padding-top: 30px; padding-bottom: 20px;}
#outer { margin-top:11px;}
#tab li{ height: 36px; line-height: 36px; width: 49%; margin-left: 2%; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);}
#tab li:nth-child(2n-1){margin-left: 0px;}
#tab li span{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
#content .tabul { padding-top: 10px;}

.pr3tu{ width: 32.33%; margin-left: 1.5%; margin-top: 10px;}
.pr3tu:nth-child(4n-3){margin-left: 1.5%;}
.pr3tu:nth-child(3n-2){margin-left: 0px;}
}


.prmain4{ background: url("../images/pr4bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 55px; padding-bottom: 155px; margin-bottom: 100px;}
.prmain4:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/pr4bei.jpg") no-repeat center; background-size: cover;  z-index: -1}
.prbiao3{ position: relative; top: auto; width: 100%; color: #fff;}

.img-scroll2 {position: relative; margin-top:163px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 65px; height: 65px; line-height: 65px; font-size: 22px; color: #fff; text-align: center; background: rgba(255,255,255,0.3); top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: -115px; cursor: pointer;}
.img-scroll2 .next { right:-115px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { background: #1b3884;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.238%; margin-right: 0.016%; position:relative;}
.img-list2 li img{ transform: scale(1) !important}

@media screen and (max-width:1659px) {
.prmain4{ padding-top: 55px; padding-bottom: 80px; margin-bottom: 60px;}
.img-scroll2 { margin-top:63px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 35px; height: 35px; line-height: 35px; font-size: 16px;}
.img-scroll2 .prev { left: -20px; cursor: pointer;}
.img-scroll2 .next { right:-20px; cursor: pointer;}
}
@media screen and (max-width:999px) {
.prmain4{ padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
.img-scroll2 { margin-top:20px;}
.img-list2 li { width:0.3233%; margin-right: 0.015%;}
.img-scroll2 .prev { left: 0px; cursor: pointer;}
.img-scroll2 .next { right: 0px; cursor: pointer;}
}
@media screen and (max-width:699px) {
.img-scroll2 { padding-bottom: 50px;}
.img-list2 li { width:0.49%; margin-right: 0.02%;}
.img-scroll2 .prev, .img-scroll2 .next { width: 30px; height: 30px; line-height: 30px; font-size: 12px; top: auto; bottom: 0px; transform: translateY(0)}
.img-scroll2 .prev { left: 50%; margin-left: -40px; cursor: pointer;}
.img-scroll2 .next { right: 50%; margin-right: -40px; cursor: pointer;}
}

#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/****************************  3-1  ***************************/
.pdnav{ padding-top: 33px;}
.pdnav ul{ display: flex; flex-flow: wrap;}
.pdnav ul li{ position: relative; width: 32.4%; margin-left: 1.4%; margin-top: 17px; text-align: center; background-color: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);}
.pdnav ul li:nth-child(3n-2){ margin-left: 0%;}
.pdnav ul li a{ line-height: 54px; display: block;}
.pdnav ul li a span{ font-size: 18px; font-size: 1.8rem; line-height: 26px; padding: 0 5px; display: inline-block; vertical-align: middle; transition: 0.5s;}
.pdnav ul li:hover a,.dangpd{ background: #1b3884 !important;}
.pdnav ul li:hover a span,.dangpd span{ color: #fff !important;}

@media screen and (max-width:1359px) {
.pdnav ul li a span{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width:999px) {
.pdnav ul li{ margin-top: 10px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);}

.pdnav ul li a span{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.pdnav{ padding-top: 20px;}
.pdnav ul li a span{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:499px) {
.pdnav ul li{ width: 49%; margin-left: 2%;}
.pdnav ul li:nth-child(3n-2){ margin-left: 2%;}
.pdnav ul li:nth-child(2n-1){ margin-left: 0%;}
.prnav label{ margin-top: 8px;}
}

.pdmain1{ padding-top: 63px; padding-bottom: 80px;}
.pdn{}
.pdlie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 54px;}
.pdlie2{ flex-direction: row-reverse;}
.pd1tu{ width: 46.7%;}
.pd1zi{ width: 46.7%;}

.pd1a{ display: block; font-size: 28px; font-size: 2.8rem; line-height: 34px; color: #0b2154; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.pd1p{ margin-top: 20px; line-height: 36px;}

.pdmain2{ background: #f7f7f7; padding-top: 79px; padding-bottom: 82px;}
.pd2a{color: #333333;}
.pdmain2 table{
    width: 100%; 
    border-collapse: collapse; 
    line-height: 22px; 
    border: 1px solid #666666; 
}
.pdmain2 table tr{
    padding: 10px; 
    border: 1px solid #666666; 
    font-size: 14px;
    color: #666666;
    font-family: Poppins,Arial, Helvetica, sans-serif;
    text-align: center;
}
.pdmain2 table tr td{
    padding: 10px; 
    border: 1px solid #666666; 
    font-size: 14px;
    color: #666666;
    font-family: Poppins,Arial, Helvetica, sans-serif;
    text-align: center;
}

@media screen and (max-width:1359px) {
.pd1a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.pdmain1{ padding-top: 40px; padding-bottom: 40px;}
.pdmain2{ padding-top: 40px; padding-bottom: 40px;}
.pdlie{ margin-top: 20px;}
.pd1tu{ width: 48%;}
.pd1zi{ width: 48%;}
}
@media screen and (max-width:767px) {
.pd1a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pd1p{ margin-top: 10px;}
.pdmain1{ padding-top: 30px; padding-bottom: 30px;}
.pdmain2{ padding-top: 30px; padding-bottom: 30px;}
    .pdbiao{ line-height: 30px; font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width:599px) {
.pd1tu{ width: 100%; max-width: 400px; margin: auto;}
.pd1zi{ width: 100%; margin-top: 15px;}
}

.pdmain3{ padding-top: 75px; padding-bottom: 70px; background: url("../images/pd3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.pdmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/pd3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.pd3a{ color: #fff;}
.pd3n{ display: flex; flex-flow: wrap; padding-top: 22px;}
.pd3lie{ display: inline-block; vertical-align: top; width: 24%; margin-left: 1.33%; margin-top: 20px; background: #ffffff;}
.pd3lie:nth-child(4n-3){margin-left: 0px;}
.pd3tu{ display: block; overflow: hidden;}
.pd3zi{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin: 0 30px; margin-top: 16px; padding: 25px 0; padding-bottom: 35px; border-top: 1px solid #ced1df; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

.pdmain4{ background: #1b3884; padding-top: 79px; padding-bottom: 82px; margin-bottom: 170px;}
.pd4a{color: #fff;}
.pd4p p{ color: #fff; opacity: 0.8}

@media screen and (max-width:1359px) {
.pd3zi{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin: 0 10px; margin-top: 10px; padding: 10px 0;}
.pdmain4{ margin-bottom: 70px;}
}
@media screen and (max-width:999px) {
.pdmain3{ padding-top: 40px; padding-bottom: 40px;}
.pd3n{ padding-top: 10px;}
.pd3zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin: 0 5px;}
.pdmain4{ padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
}
@media screen and (max-width:767px) {
.pdmain3{ padding-top: 30px; padding-bottom: 30px;}
.pd3lie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.pd3lie:nth-child(2n-1){margin-left: 0px;}
.pd3zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin: 0 5px;}
}

/****************************  4-1  ***************************/
.co1main1{ padding-top: 43px; padding-bottom: 30px;}
.co1biao{ text-align: left; left: auto; padding-left: 30px;}
.co1biao span{ text-align: left;}
.co11pz{ margin-top: 17px; line-height: 36px;}

.co11n{ padding-top: 29px;}
.co11lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-bottom: 70px;}
.co11lie2{flex-direction: row-reverse;}
.co11tu{ width: 46.7%; position: relative;}
.co11zi{ width: 46.7%; line-height: 36px;}
.co11tu:before{ content: ""; width: 138px; height: 118px; background: #1b3884; position: absolute; bottom: -10px; z-index: -1}
.co11lie1 .co11tu:before{left: -10px;}
.co11lie2 .co11tu:before{right: -10px;}

@media screen and (max-width:1359px) {
.co11lie{ margin-bottom: 30px;}
.co11tu{ width: 49%;}
.co11zi{ width: 49%;}
}
@media screen and (max-width:999px) {
    .co11lie{ display: block;}
    .co11lie:after{content: ""; clear: both; display: block;}
    .co11zi{ width: auto;}
    .co11lie1 .co11tu{ float: left; margin-right: 15px; margin-bottom: 10px;}
    .co11lie2 .co11tu{ float: right; margin-left: 15px; margin-bottom: 10px;}
    .co11tu:before{ display: none;}
}
@media screen and (max-width:767px) {
.co1main1{ padding-top: 30px; padding-bottom: 10px;}
}
@media screen and (max-width:459px) {
    .co11tu{ float: none !important; margin:auto !important; margin-bottom: 20px !important; width: 100%; max-width: 400px;}
}

.co1main2{ background: #2e2e2e; padding-top: 55px; padding-bottom: 90px;}

.co12n{ overflow: auto; max-height: 480px; margin-top: 13px;}
.co12lie{ line-height: 48px; position: relative; margin-top: 21px; padding-left: 93px;}
.co12lie>strong{ display: block; width: 74px; height: 48px; line-height: 50px; font-size: 20px; font-size: 2rem; text-align: center; background: url("../images/coling1.png") no-repeat center; background-size: cover; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); letter-spacing: -2px}
.co12lie:nth-child(2n)>strong{ background: url("../images/coling2.png") no-repeat center; background-size: cover; color: #fff;}
.co12lie p{color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 30px; display: inline-block; vertical-align: middle;}

.co12n::-webkit-scrollbar {
width:4px; height: 4px;
}
.co12n::-webkit-scrollbar-track {
background: rgba(255,255,255,0.2); border: 1px solid #2e2e2e;
}
.co12n::-webkit-scrollbar-thumb {
background:#ffffff;
}

@media screen and (max-width:1359px) {
.co12lie p{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
.co1main2{ padding-top: 30px; padding-bottom: 30px;}
.co12lie{ margin-top: 10px;}
.co12lie p{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.co12lie{ line-height: 40px; padding-left: 60px;}
.co12lie>strong{ width: 50px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
.co12lie p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

.co1main3{ padding-top: 73px; padding-bottom: 115px;}
.co13n{ padding-top: 4px;}
.co13lie{ margin-top: 40px;}
.co13tu{ width: 50px;}
.co13a{ font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 16px; font-weight: bold;}
.co13p{ margin-top: 14px; line-height: 28px;}

@media screen and (max-width:999px) {
.co1main3{ padding-top: 40px; padding-bottom: 40px;}
.co13lie{ margin-top: 20px;}
.co13tu{ width: 40px;}
.co13a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 10px;}
.co13p{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.co1main3{ padding-top: 30px; padding-bottom: 30px;}
.co13a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
    
    .co13lie{ position: relative; font-size: 0px;}
    .co13tu{display:inline-block; vertical-align: middle;}
.co13a{display:inline-block; vertical-align: middle; width: calc(100% - 50px); margin-left: 10px;}
}

/****************************  4-2  ***************************/
.co2main1{ padding-top: 53px; padding-bottom: 60px;}
.co21n{ padding-top: 37px;}
.co21n .table table{ width:100%; border-collapse:collapse; line-height:30px;}
.co21n .table table tr{ transition: 0.5s;}
.co21n .table table tr td{ padding:20px 40px; font-size:18px; font-size:1.8rem; color: #333333; font-weight: bold; background: #f7f7f7;}
.co21n .table table tr:nth-child(1) td{ background: #1b3782; color: #fff; font-weight: bold; font-size: 20px; font-size: 2rem;}
.co21n .table table tr td a{display: block; position: relative; padding-right: 15px;}
.co21n .table table tr td a em{ font-style: normal; font-size: 14px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); color: #1b3782;}
.co2main2{ margin-bottom: 100px;}

@media screen and (max-width:1359px) {
.co2main1{ padding-top: 40px; padding-bottom: 40px;}
.co21n{ padding-top: 20px;}
.co21n .table table tr td{ padding:15px 10px; font-size:16px; font-size:1.6rem;}
.co21n .table table tr:nth-child(1) td{ font-size: 18px; font-size: 1.8rem;}
.co2main2{ margin-bottom: 60px;}
}
@media screen and (max-width:999px) {
.co21n .table table{ line-height:26px;}
.co21n .table table tr td{ padding:10px 8px; font-size:14px; font-size:1.4rem;}
.co21n .table table tr:nth-child(1) td{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:767px) {
.co2main1{ padding-top: 30px; padding-bottom: 30px;}
.co21n .table table{ line-height:22px;}
.co21n .table table tr td{ padding: 6px; font-size:12px; font-size:1.2rem; font-weight: normal;}
.co21n .table table tr:nth-child(1) td{ font-size: 14px; font-size: 1.4rem;}
.co2main2{ margin-bottom: 30px;}
}

/****************************  4-3  ***************************/
.co3main{ padding-top: 98px; padding-bottom: 103px;}
.co3main2{ padding-top: 98px; background: url("../images/co3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.co3main2:before{content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url("../images/co3bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.co3main .prbiao{ text-align: left; left: auto;}
.co3main1 .prbiao{ color: #333333}
.co3main2 .prbiao{ color: #ffffff}

.co3t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: #efefef; margin-top: 50px;}
.co3ttu{ width: 46.8%;}
.co3tzi{ width: 53.2%; padding: 10px 45px;}
.co3ttu img{ transform: scale(1) !important}
.co3a{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.co3p{ line-height: 36px; margin-top: 15px;}

.co3n{ margin-top: 60px;}
.co3n.img-scroll2 .prev, .co3n.img-scroll2 .next {position: absolute; text-align:center; display: block; width: 34px; height: 34px; line-height: 34px; font-size: 12px; color: #1b3884; text-align: center; background: #f6f6f6; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.co3n.img-scroll2 .prev { left: -50px; cursor: pointer;}
.co3n.img-scroll2 .next { right:-50px; cursor: pointer;}
.co3n.img-scroll2 .prev:hover, .co3n.img-scroll2 .next:hover{ background: #1b3884; color: #fff;}

@media screen and (max-width:1559px) {
.co3a{ font-size: 26px; font-size: 2.6rem; line-height: 36px;}
}
@media screen and (max-width:1359px) {
.co3main{ padding-top: 50px; padding-bottom: 50px;}
.co3t{ margin-top: 30px;}
.co3n{ margin-top: 30px;}

.co3ttu{ width: 47%;}
.co3tzi{ width: 53%; padding: 10px;}
}
@media screen and (max-width:999px) {
.co3n.img-scroll2 .prev, .co3n.img-scroll2 .next { width: 30px; height: 30px; line-height: 30px;}
.co3n.img-scroll2 .prev { left: 10px; cursor: pointer;}
.co3n.img-scroll2 .next { right: 10px; cursor: pointer;}

.co3a{ font-size: 22px; font-size: 2.2rem; line-height: 32px;}
    
    .co3t{ padding: 10px;}
.co3ttu{ width: 100%; max-width: 400px; margin: auto;}
.co3tzi{ width: 100%; padding: 0px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.co3main{ padding-top: 30px; padding-bottom: 30px;}
.co3n.img-scroll2 .prev, .co3n.img-scroll2 .next { width: 30px; height: 30px; line-height: 30px; bottom: 0px; top: auto; transform: translate(0)}
.co3n.img-scroll2 .prev { left: 50%; cursor: pointer;}
.co3n.img-scroll2 .next { right: 50%; cursor: pointer;}

.co3a{ font-size: 18px; font-size: 1.8rem; line-height: 32px;}
.co3t{ margin-top: 20px;}
}

/****************************  4-4  ***************************/
.co4main1{}
.co4biao{ font-size: 40px; font-size: 4rem; line-height: 50px; color: #0b2154; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.co4biao2{ text-align: left;left: 0px; color: #fff;}

.co4main2{ background: #1b3782; padding-top: 72px; padding-bottom: 72px;}
.co42n{ display: flex; flex-flow: wrap; padding-top: 40px;}
.co42lie{ width: 26%; margin-left: 11%; margin-top: 20px;}
.co42lie:nth-child(3n-2){margin-left: 0px;}
.co42a{ font-size: 24px; font-size: 2.4rem; padding-bottom: 16px; border-bottom: 1px solid rgba(236, 236, 236, 0.2);color: #fff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.co42p{ line-height: 36px; margin-top: 16px;}
.co42p p{color: #ececec;}

@media screen and (max-width:1559px) {
.co42lie{ width: 32.33%; margin-left: 1.5%; margin-top: 20px;}
.co42a{ font-size: 20px; font-size: 2rem; padding-bottom: 10px;}
}
@media screen and (max-width:1359px) {
.co4biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.co4main2{ padding-top: 50px; padding-bottom: 50px;}
.co42n{ padding-top: 20px;}
.co42lie{ margin-top: 20px;}

.co42a{ font-size: 16px; font-size: 1.6rem; padding-bottom: 10px;}
}
@media screen and (max-width:767px) {
.co4biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.co4main2{ padding-top: 30px; padding-bottom: 30px;}
.co42n{ padding-top: 10px;}
.co42lie{ margin-top: 20px; width: 100%; margin-left: 0px;}
}

.co4main3{ padding-top: 72px; padding-bottom: 80px;}
.co43n{ padding-top: 10px;}
.co43lie{ border-bottom: 1px solid #e0e0e0; padding-bottom: 17px; margin-top: 50px; position: relative;}

.co43n2{ display: flex; flex-flow: wrap; justify-content: space-between; position: relative;}
.co43n2:before{content: ""; position: absolute; width: 1px; height: 65%; background: #e0e0e0; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.co43a{ font-size: 24px; font-size: 2.4rem; color: #0b2154; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.co43p{ width: 48%; line-height: 36px; margin-top: 18px;}

.co4main4{ background: url("../images/co44bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 72px; padding-bottom: 70px;}
.co4main4:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/co44bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.co44n{ line-height: 36px; opacity: 0.8; margin-top: 28px;}
.co44n p{color: #fff;}

@media screen and (max-width:999px) {
.co4main3{ padding-top: 40px; padding-bottom: 40px;}
.co43a{ font-size: 20px; font-size: 2rem;}
.co43lie{ padding-bottom: 17px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.co4main3{ padding-top: 30px; padding-bottom: 30px;}
.co43a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:499px) {
.co43p{ width: 100%; margin-top: 18px;}
.co43n2:before{ display: none;}
}

.co4main5{ padding-top: 73px; padding-bottom: 90px;}
.co45t{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 17px;}
.co45tlie{ background: #f7f7f7; padding:17px 20px; line-height: 36px; margin-top: 20px;}
.co45tlie:nth-child(1){ width: 59%;}
.co45tlie:nth-child(2){ width: 39%;}

.co45b{ padding-top: 14px;}
.co45lie{ margin-top: 41px;}
.co45a{ font-size: 26px; font-size: 2.6rem; line-height: 32px; color: #0b2154; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.co45p{ line-height: 36px; margin-top: 11px;}

.co4main6{ display: flex; flex-flow: wrap; justify-content: space-between; margin-bottom: 126px;}
.co46lie{ width: 33.333%; position: relative;}
.co46tu{}
.co46zi{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(27, 55, 130, 0.6); opacity: 0; transition: 0.5s;}
.co46zi span{ display:block; position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); font-size: 22px; font-size: 2.2rem; line-height: 30px; padding: 0 5px; color: #ffffff; text-align: center; font-weight: bold;}
.co46lie:hover .co46zi{ opacity: 1}

@media screen and (max-width:1359px) {
.co45a{ font-size: 22px; font-size: 2.2rem; line-height: 32px;}
.co46zi span{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.co4main6{ margin-bottom: 50px;}
}
@media screen and (max-width:999px) {
.co4main5{ padding-top: 50px; padding-bottom: 50px;}
.co45t{ padding-top: 10px;}
.co45lie{ margin-top: 20px;}
.co45a{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}

.co46lie{ background: rgba(27, 55, 130, 0.6);}
.co46zi{ position: relative; opacity: 1; height: auto; background: none;}
.co46zi span{ font-size: 14px; font-size: 1.4rem; line-height: 26px; position: relative; top: auto; left: auto; transform: translate(0); padding: 5px;}
}
@media screen and (max-width:767px) {
.co4main5{ padding-top: 30px; padding-bottom: 30px;}
.co45tlie{ width: 100% !important; margin-top: 10px; padding: 10px;}
.co45b{ padding-top: 4px;}

.co4main6{ margin-bottom: 30px;}
.co46lie{ width: 50%;}
.co46zi span{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding:8px 5px;}
}

/****************************  4-5  ***************************/
.vimain1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse; padding-top: 47px;}
.vitu{ width: 66.4%;}
.vizi{ width: 33.6%; padding-left: 36px;}

.vishipin{position: relative; padding-bottom:55.555%;height: 0;overflow: hidden;}
.vishipin iframe,.vishipin video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.vishipin iframe body{ margin:0px !important;}

.via{ font-size: 32px; font-size: 3.2rem; line-height: 40px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.vip{ margin-top: 36px;}

.vimain2{ padding-top: 3px; margin-bottom: 70px;}
.vin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 36px;}
.vilie{ width: 46.4%; margin-top: 65px;}
.vi2a{ text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 35px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width:1359px) {
.vitu{ width: 50%;}
.vizi{ width: 50%; padding-left: 20px;}
.via{ font-size: 26px; font-size: 2.6rem; line-height:32px;}
.vip{ margin-top: 16px;}
  
    
.vimain2{ padding-top: 3px; margin-bottom: 40px;}
.vin{ padding-bottom: 0px;}
.vilie{ width: 49%; margin-top: 30px;}
.vi2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 15px;}
}
@media screen and (max-width:999px) {
.vimain1{ padding-top: 30px; /*display: block;*/}
    .vimain1:after{content: ""; clear: both; display: block;}
    .vitu{ /*width: 60%; float: left; margin-right: 20px;*/ margin-bottom: 5px;}
    .vizi{ /*width: auto; padding: 0px;*/}
.via{ font-size: 20px; font-size: 2rem; line-height:30px;}
.vip{ margin-top: 10px;}

.vi2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 5px;}
}
@media screen and (max-width:767px) {
.vi2a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
.vimain2{ padding-top: 10px; margin-bottom: 20px;}
.vilie{ width: 49%; margin-top: 10px;}
}
@media screen and (max-width:599px) {
    .vitu{ width: 100%; float: none; margin-bottom: 15px;}
    .vizi{  width: 100%; padding: 0px; margin-bottom: 15px;}
.via{ font-size: 18px; font-size: 1.8rem; line-height:26px;}
.vilie{ width: 100%; margin-top: 10px;}
}

/****************************  4-6  ***************************/
.domain{ padding-bottom: 40px; padding-top: 36px;}
.don{ padding-bottom: 20px;}
.dolie{ border-bottom: 2px solid #f5f5f5; position: relative; padding-bottom: 32px; padding-left: 70px; padding-right: 310px; margin-top: 32px;}
.dotu{ display: block; width: 32px; position: absolute; left: 19px; top: 0px;}
.doa{ font-size: 18px; font-size: 1.8rem; line-height: 34px;}
.domor{ display: block; width: 119px; height: 35px; line-height: 35px; font-size: 14px; font-size: 1.4rem; text-align: center; background: #016dbf; color: #fff; border-radius: 8px; position: absolute; top: 0px; right: 20px;}
.doriqi{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 35px; position: absolute; right: 180px; top: 0px; color: #666666;}
.doriqi i{ color: #016dbf; font-size: 20px; display: inline-block; vertical-align: middle;}
.domor:hover{ background: #333; color: #fff;}

@media screen and (max-width:1359px) {
.doa{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.dolie{ padding-bottom: 32px; padding-left: 36px; padding-bottom: 60px; padding-right: 0px; margin-top: 20px;}
.dotu{ width: 24px; left: 0px;}
.doa{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.domor{ width: 100px; font-size: 14px; font-size: 1.4rem; right: 0px; top: auto; bottom: 10px;}
.doriqi{ right: 110px; top: auto; bottom: 10px;}
}
@media screen and (max-width:767px) {
.domain{ padding-bottom: 10px; padding-top: 20px;}
.don{ padding-bottom: 0px;}
.doa{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 2px 0;}
.domor{ width: 90px; font-size: 12px; font-size: 1.2rem;}
.doriqi{ right: 100px; font-size: 12px; font-size: 1.2rem;}
}

/****************************  5-1  ***************************/
.qcmain{ padding-top: 77px;}
.qc1n{ display: flex; flex-flow: wrap; padding-top: 17px;}
.qc1lie{ width: 24%; margin-left: 1.333%; margin-top: 20px; background: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);}
.qc1lie:nth-child(4n-3){margin-left: 0px;}
.qc1zi{ display: block; padding: 10px 30px; line-height: 39px; font-size: 20px; font-size: 2rem;}

.qcmain2{ padding-top: 105px;}

.qcmain2 .row{ margin-top: 30px;}
.qcmain2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.qcmain2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.qcmain2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.qcmain2 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
    
.qcmain2 .owl-carousel .owl-item{float: left;}
.qcmain2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.qcmain2 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.qcmain2 .owl-theme .owl-controls{ position: absolute; left: 20px; bottom: 20px; display: none !important}
.qcmain2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.qcmain2 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #ffffff; margin-right: 9px; border-radius: 50%; background: #ffffff; font-size: 0px;}
.qcmain2 .owl-theme .owl-controls .owl-page.active span,.qcmain2 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#23aa86; opacity:1;}

.qcmain2 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.qcmain2 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.qcmain2 .owl-theme .owl-prev{ left: 0px;}
.qcmain2 .owl-theme .owl-next{ right: 0px;}
.qcmain2 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.qcmain2 .co46lie{ width: 100%;}

@media screen and (max-width:1559px) {
.qc1zi{ padding: 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:1359px) {
.qcmain{ padding-top: 50px;}
.qc1zi{ padding: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem;}
.qcmain2{ padding-top: 55px;}
}
@media screen and (max-width:999px) {
.qcmain{ padding-top: 30px;}
.qc1n{ padding-top: 1px;}
.qcmain2{ padding-top: 30px;}

.qc1lie{ width: 32.33%; margin-left: 1.5%; margin-top: 15px;}
.qc1lie:nth-child(4n-3){margin-left: 1.5%;}
.qc1lie:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.qc1lie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.qc1lie:nth-child(4n-3){margin-left: 2%;}
.qc1lie:nth-child(3n-2){margin-left: 2%;}
.qc1lie:nth-child(2n-1){margin-left: 0px;}

.qc1zi{ padding: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem;}
}

.qcmain3{ padding-top: 102px; padding-bottom: 110px;}
.qc3pz{ margin-top: 27px;}
.qc3n{}
.qc3lie{ position: relative; line-height: 36px; padding-left: 53px; margin-top: 36px;}
.qc3lie em{ display: block; width: 31px; height: 31px; line-height: 31px; font-size: 16px; font-size: 1.6rem; position: absolute; left: 0px; top: 3px; font-style: normal; color: #ffffff; font-weight: bold; text-align: center; border-radius: 50%; background: #1b3782;}

@media screen and (max-width:1359px) {
.qcmain3{ padding-top: 52px; padding-bottom: 50px;}
}
@media screen and (max-width:999px) {
.qc3lie{ padding-left: 35px; margin-top: 20px;}
.qc3lie em{ width: 26px; height: 26px; line-height: 26px; font-size: 14px; font-size: 1.4rem; top: 0px;}
}
@media screen and (max-width:767px) {
.qcmain3{ padding-top: 30px; padding-bottom: 30px;}
.qc3pz{ margin-top: 17px;}
}

/****************************  6-1  ***************************/
.rdmain1{ padding-top: 52px;}
.rdmain1 .pdnav{ padding-top: 10px;}

.rdmain2{ padding-top: 60px; padding-bottom: 80px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.rd2tu{ width: 49.7%;}
.rd2zi{ width: 50.3%; padding-left: 43px; line-height: 36px;}
.rd2n{ margin-top: 50px;}
.rd2n p{ padding-left: 35px; background: url("../images/rddui.jpg") no-repeat left 6px; margin-top: 20px;}

@media screen and (max-width:999px) {
.rdmain1{ padding-top: 30px;}
.rd2tu{ width: 47%;}
.rd2zi{ width: 53%; padding-left: 20px;}
.rd2n{ margin-top: 20px;}
.rd2n p{ padding-left: 25px; background-size: 15px; margin-top: 10px;}
.rdmain2{ padding-top: 40px; padding-bottom: 40px;}
}
@media screen and (max-width:767px) {
.rd2tu{ width: 100%; max-width: 400px; margin: auto;}
.rd2zi{ width: 100%; padding-left: 0px; margin-top: 20px;}
.rdmain2{ padding-top: 30px; padding-bottom: 30px;}
}

.rdmain3{ background: #f7f7f7; padding-top: 128px; padding-bottom: 98px; margin-bottom: 135px;}

.fan{ padding-top: 9px;}
.falie{ margin-top: 42px; border-bottom: 1px solid #cbcbcb; padding-bottom: 32px;}
.faa{ font-size: 20px; font-size: 2rem; color: #0b2154; line-height: 36px; padding: 0px 30px 10px 67px; cursor: pointer; position: relative; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.faa:before{content: ""; position: absolute; width: 16px; height: 2px; background: #0b2154; right: 0px; top: 18px;}
.faa:after{content: ""; position: absolute; width: 16px; height: 2px; background: #0b2154; right: 0px; top: 18px; transform: rotate(90deg); transition: 0.5s;}
.faa strong{ font-size: 26px; font-size: 2.6rem; position: absolute; left: 0px; top: 0px;}
.fap{ display: none; color: #666666; line-height: 36px; padding-left: 67px;}
.fap:after{content: ""; clear: both; display: block;}
.fap p{color: #666666;}
.fatu{ width: 40%; max-width: 427px; float: right; margin-left: 50px;}

.falieh .fap{ display: block;}
.falieh .faa:after{ transform: rotate(0deg);}

@media screen and (max-width:1359px) {
.rdmain3{ padding-top: 50px; padding-bottom: 50px; margin-bottom: 50px;}

.faa{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 0px 30px 10px 40px;}
.faa:before{ top: 15px;}
.faa:after{ top: 15px;}
.faa strong{ font-size: 22px; font-size: 2.2rem;}
.fap{ padding-left: 40px;}
}
@media screen and (max-width:999px) {
.falie{ margin-top: 20px; padding-bottom: 20px;}
.faa{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 0px 30px 0px 40px;}
.fap{ padding-top: 20px;}
}
@media screen and (max-width:767px) {
.rdmain3{ padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
.faa{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 0px 30px 0px 32px;}
.faa strong{ font-size: 18px; font-size: 1.8rem;}
.fap{ padding-left: 32px;}
.fatu{ width: 48%; margin-left: 20px;}
}
@media screen and (max-width:469px) {
.fatu{ width: 100%; max-width: 300px; float: none; margin: auto; margin-bottom: 20px;}
}

/****************************  7-1  ***************************/
.nemain{ padding-top: 55px; padding-bottom: 90px;}
.nen{ border-top: 1px solid #e2e3ec; margin-top: 36px; padding-bottom: 20px;}
.nelie{ padding: 60px 0; border-bottom: 1px solid #e2e3ec; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.nezi{ width: calc(100% - 450px)}
.netu{ width: 383px; display: block; overflow: hidden;}

.neriqi{ display: block;}
.nea{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 19px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.nep{ margin-top: 26px;}
.nep a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.nemor{ display: block; width: 134px; height: 44px; line-height: 42px; font-size: 16px; font-size: 1.6rem; margin-top: 45px; color: #fff; text-align: center; background: #1b3884; border: 1px solid #1b3884;}
.nemor i{ font-size: 12px;}
.nemor:hover{ background: #fff; color: #1b3884;}

@media screen and (max-width:1359px) {
.nemain{ padding-top: 40px; padding-bottom: 40px;}
.nelie{ padding: 30px 0;}
.nemor{ width: 134px; height: 44px; line-height: 42px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.nep{ margin-top: 10px;}
.nea{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 10px;}
.nezi{ width: calc(100% - 370px)}
.netu{ width: 350px;}
}
@media screen and (max-width:999px) {
.nelie{ padding: 20px 0;}
.nezi{ width: calc(100% - 270px)}
.netu{ width: 250px;}
    .nemor{ display: none;}
}
@media screen and (max-width:767px) {
.nemain{ padding-top: 30px; padding-bottom: 30px;}
.nen{ margin-top: 20px; padding-bottom: 0px;}
.nezi{ width: calc(100% - 170px)}
.netu{ width: 150px;}
.nea{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}
.nep a{ -webkit-line-clamp: 2;}
}
@media screen and (max-width:429px) {
.nezi{ width: 100%;}
.netu{ width: 100%; margin-top: 10px;}
}

/****************************  news2  ***************************/
.nemain2{ padding-top: 59px; padding-bottom: 80px;}
.nemain2 h1{ font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 40px;}
.net{ margin-top: 18px; padding-top: 21px; border-top: 1px solid #e2e3ec;}
.share{ display: inline-block; vertical-align: middle;}
.share1{ color: #666666; font-size: 14px; font-size: 1.4rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}
.neriqi{ display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666; margin-right: 16px;}

.nexiang{ margin-top: 35px;}
.nexiang strong{ font-weight: normal; color: #333;}
.nexiang img{ display: inline-block;}

.fanpian{ display: flex; flex-flow: wrap; justify-content: space-between; border-top: 1px solid #e2e3ec; padding-top: 29px; margin-top: 50px;}
.fanpian li{ position: relative; color: #333333;}
.fanpian li i{position: absolute; top: 0px; width: 34px; height: 34px; line-height: 34px; text-align: center; background: #e8ebf2; font-size: 12px;}
.fanpian li a{color: #333333; display: inline-block;}
.fanpian li:nth-child(1){padding-left: 54px;}
.fanpian li:nth-child(2){padding-right: 54px;}
.fanpian li:nth-child(1) i{ left: 0px;}
.fanpian li:nth-child(2) i{ right: 0px;}

@media screen and (max-width:1559px) {
.nemain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width:1359px) {
.nemain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.net{ margin-top: 15px;}
.neriqi{ font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.nexiang{ margin-top: 20px;}
}
@media screen and (max-width:999px) {
.nemain2{ padding-top: 30px; padding-bottom: 30px;}
.fanpian li{ width: 100%; margin: 2px 0;}
    .fanpian li i{ width: auto; background: none; height: auto; line-height:inherit;}
.fanpian li{padding-right: 0px !important; padding-left: 24px !important;}
.fanpian li:nth-child(2) i{ right: auto; left: 0px;}
.fanpian{ padding-top: 15px; margin-top: 20px;}
.net{ margin-top: 10px; padding-top: 11px;}
}
@media screen and (max-width:767px) {
.nemain2{ padding-top: 30px;}
.nemain2 h1{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.fanpian{ margin-top: 30px;}
.neriqi,.share1{ font-size: 12px; font-size: 1.2rem; line-height: 30px;}
}

.nemain3{ background: url("../images/ne3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 62px; padding-bottom: 80px; border-bottom: 10px solid #1b3884; margin-bottom: 138px;}
.nemain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ne3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.nemain3 .prbiao{ text-align: left; left: auto; color: #ffffff}

.img-scroll3 {position: relative; margin-top:11px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 46px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 34px; height: 34px; line-height: 34px; font-size: 12px; text-align: center; background: #ffffff; bottom: 0px; color: #1b3884; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: 0px; cursor: pointer;}
.img-scroll3 .next { left: 39px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #1b3884;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:1%; position:relative; display: flex; flex-flow: wrap; justify-content: space-between;}

.ne3zi{ width: calc(100% - 530px); padding-bottom: 40px;}
.ne3tu{ width: 383px; display: block; overflow: hidden;}

.ne3riqi{opacity: 0.6; color: #ffffff; display: block;}
.ne3a{ display: block; color: #ffffff; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 30px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.ne3p{ color: #ffffff; opacity: 0.6; margin-top: 25px;}
.ne3p a{ color: #ffffff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

.ne3b{ margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; flex-flow: wrap; justify-content: space-between; position: relative;}
.ne3b li{ width: 48%; position: relative; padding: 29px 0; padding-right: 110px;}
.ne3ba{ display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.ne3b .ne3riqi{ position: absolute; right: 00px; top: 50%; transform: translateY(-50%);}
.ne3b:before{content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1px; height: 35px;   background: #d7d7d7; opacity: 0.3;}

@media screen and (max-width:1359px) {
.ne3zi{ width: calc(100% - 400px);}
.ne3a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px;}
.ne3ba{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.nemain3{ padding-top: 40px; padding-bottom: 40px; border-bottom: 5px solid #1b3884; margin-bottom: 50px;}
.ne3b li{ width: 100%; padding: 10px 0; padding-right: 110px;}
    .ne3b:before{ display: none;}
.ne3a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
.ne3ba{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.ne3p{ margin-top: 10px;}

.img-scroll3 { margin-top:5px; padding-top: 20px;}
.ne3zi{ width: calc(100% - 290px); padding-bottom: 40px;}
.ne3tu{ width: 270px;}
.ne3b{ margin-top: 40px;}
}
@media screen and (max-width:599px) {
.nemain3{ padding-top: 30px; padding-bottom: 30px; border-bottom: 5px solid #1b3884; margin-bottom: 30px;}
.ne3zi{ width: 100%; padding-bottom: 20px;}
.ne3tu{ width: 100%; max-width: 400px;}
.ne3b{ margin-top: 30px;}

.ne3b li{ padding-right: 90px;}
.ne3a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
.ne3ba{ font-size: 12px; font-size: 1.2rem; line-height: 26px;}
}

/****************************  contact  ***************************/
.cumain1{ padding-top: 52px; padding-bottom: 80px;}
.cu1n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 17px;}
.cu1lie{ width: 49%; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16); margin-top: 20px; padding:34px 30px;}
.cu1biao{ border-bottom: solid 1px #d2d2d2; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold; padding-left: 38px; padding-bottom: 15px; position: relative;}
.cu1biao em{ color: #1b3884; position: absolute; left: 0px; top: 0px; font-size: 20px; font-style: normal;}

.cu1n2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 8px;}
.cu1n2 p{ min-width: 49%; margin-right: 1%; padding-left: 38px; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 11px; position: relative; color: #666666;}
.cu1n2 p em{ color: #1b3884; position: absolute; left: 0px; top: 0px; font-size: 20px; font-style: normal;}
.cu1n2 p a{ color: #666666;}
.cu1n2 p a:hover{ color: #1b3884;}


.cumain2{ background: url("../images/co2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 70px; padding-bottom: 78px;}
.cumain2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/co2bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.cumain2 form{ display: flex; flex-flow: wrap; justify-content: space-between;}
.cumain2 .int1{ width: 32.4%; margin-top: 20px;}
.cumain2 .int2{ width: 49.3%; margin-top: 20px;}
.cumain2 .int3{ width: 100%; margin-top: 20px;}
.cumain2 .int4{ width: 100%; margin-top: 20px; padding-right: 200px; position: relative;}
.cumain2 .int5{ width: 100%; margin-top: 20px;}

.cumain2 input{ width: 100%; height: 62px; line-height: 62px; background: rgba(255,255,255,0.9); border: solid 1px rgba(210, 210, 210, 0.9); padding-left: 30px; padding-right: 10px; font-size: 18px; font-size: 1.8rem; color: #666666;}
.cumain2 textarea{ width: 100%; height: 152px; line-height: 32px; background: rgba(255,255,255,0.9); border: solid 1px rgba(210, 210, 210, 0.9); padding: 15px 0; padding-left: 30px; padding-right: 10px; font-size: 18px; font-size: 1.8rem; color: #666666;}
.cumain2 .yanzheng{ width: 178px; height: 62px; position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.cumain2 .int3 input{ background: #1b3884; padding: 0px; max-width: 616px; margin: auto; color: #fff; border: none; display: block; cursor: pointer; transition: 0.5s;}
.cumain2 .int3 input:hover{ background: #333}
.cumain2 .xing input,.cumain2 .xing textarea{ background: rgba(255,255,255,0.9) url("../images/xing.png") no-repeat 8px 24px;}

.ditu{ margin-bottom: 70px;}

@media screen and (max-width:1559px) {
.cu1lie{ margin-top: 10px; padding: 10px;}
.cu1biao{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding-left: 26px; padding-bottom: 15px;}
.cu1biao em{ font-size: 16px;}

.cu1n2 p{ padding-left: 26px; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
.cu1n2 p em{ font-size: 16px;}

    .cumain2 input,.cumain2 textarea{ font-size: 14px; font-size: 1.4rem; padding-left: 20px;}
}
@media screen and (max-width:999px) {
.cumain1{ padding-top: 40px; padding-bottom: 40px;}
.cu1n{ padding-top: 5px;}
    
.cu1biao{ font-size: 16px; font-size: 1.6rem;}
.cu1biao em{ font-size: 16px;}

.cu1n2 p{ font-size: 14px; font-size: 1.4rem;}
.cu1n2 p em{ font-size: 16px;}

.ditu{ margin-bottom: 30px;}
}
@media screen and (max-width:767px) {
.cumain1{ padding-top: 30px; padding-bottom: 30px;}
.cu1lie{ width: 100%;}
.cu1n2 p{ font-size: 12px; font-size: 1.2rem;}

.cumain2{ padding-top: 30px; padding-bottom: 30px;}
    .cumain2 .int1,.cumain2 .int2,.cumain2 .int3,.cumain2 .int4{width: 100%; margin-top: 10px;}
    .cumain2 input{ font-size: 12px; font-size: 1.2rem; line-height: 40px; height: 40px;}
    .cumain2 textarea{ font-size: 12px; font-size: 1.2rem; line-height: 30px; height:100px; padding: 5px 0; padding-left: 20px; padding-right: 10px;}
.cumain2 .xing input,.cumain2 .xing textarea{ background: rgba(255,255,255,0.9) url("../images/xing.png") no-repeat 8px 16px; background-size: 4px;}
    .cumain2 .yanzheng{ height: 40px; width: 100px;}
    .cumain2 .int4{ padding-right: 110px;}
}












@media screen and (max-width:1559px) {

}
@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}





@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
       url("../fonts/Poppins-Regular.woff") format("woff"),
       url("../fonts/Poppins-Regular.ttf") format("truetype"),
       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
       url("../fonts/Poppins-Bold.woff") format("woff"),
       url("../fonts/Poppins-Bold.ttf") format("truetype"),
       url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: Masque;
    font-display: swap;
    src: url('../fonts/MASQUE.eot');
    src: url('../fonts/MASQUE.eot') format('embedded-opentype'),
         url('../fonts/MASQUE.woff2') format('woff2'),
         url('../fonts/MASQUE.woff') format('woff'),
         url('../fonts/MASQUE.ttf') format('truetype'),
         url('../fonts/MASQUE.svg#MASQUE') format('svg');
}
@font-face {
  font-family: Poppins-Light;
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
       url("../fonts/Poppins-Light.woff") format("woff"),
       url("../fonts/Poppins-Light.ttf") format("truetype"),
       url("../fonts/Poppins-Light.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id 4215827 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1692329776802') format('woff2'),
       url('../fonts/iconfont.woff?t=1692329776802') format('woff'),
       url('../fonts/iconfont.ttf?t=1692329776802') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-qiyeguanli_yuangongguanli:before {
  content: "\e62c";
}


.lang {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	float:right;
	margin-top:16px;
}

.lang:hover p {
	background: #fff;
}

.lang:hover i,
.lang:hover .xiangxia,
.lang:hover span {
	color: #333;
	transition: 0s;
}

.lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: 40px;
}

.lang .lang_box:hover .xiangxia {
	color: #3c67b1;
}

.lang .lang_box:hover .icon-diqiu {
	color: #3c67b1;
}

.lang .lang_box:hover span {
	color: #3c67b1;
}

.lang .lang_box .icon-diqiu {
	font-size: 22px;
	color: #333333;
}

.lang .lang_box .xiangxia {
	font-size: 12px;
	color: #333333;
}

.lang .lang_box a {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	margin: 0px 4px;
}

.lang>ul {
	display: none;
	position: absolute;
	min-width: 60px;
	background-color: #fff;
	top: 105%;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #3c67b1;
	border-radius: 5px;
	z-index: 1;
	font-size: 14px;
	line-height: 24px;
}

.lang>ul li a {
	text-align: center;
	white-space: nowrap;
	display: block;
	line-height: 28px;
	border-bottom: 1px dashed #3c67b1;
	padding: 0px 8px;
}

.lang>ul li a:hover {
	color: #3c67b1;
}

@media screen and (max-width: 1359px){
    .lang{
        margin-top: 6px;
    }
}

@media screen and (max-width: 999px) {
    .lang{
        margin-top: 4px;
        margin-right:52px;
    }
    .lang .lang_box span {
    	color: #3c67b1;
    }
}




