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

body {margin: 0 auto;font-family:Roboto-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:Roboto-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: #1466ac;}

* { 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:#1466ac;
}


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

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: calc(100% - 160px); max-width: 1600px; 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: #1466ac;}

.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: #1466ac;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666666;}
.mp1 p,.mp1 a{color: #666666; display: block;}
.mp1 a:hover{color: #1466ac;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px !important;}
}
@media screen and (max-width:1359px) {
.mp{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
}
@media screen and (max-width:767px) {
.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
.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 #1466ac; 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 #1466ac; -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: #1466ac; -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: #1466ac; -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{ background:#081623; position:fixed; width:100%; left:0px; top:0px; z-index:99999}
.het{ background: #f1f1f1; transition: 0.5s; line-height: 30px; padding: 5px 0; position: absolute; width: 100%; left: 0px; top: 0px; transition: 0.5s;
    
    
}

.het .zong{display: flex;
flex-flow: wrap;
justify-content: space-between;
align-items: center;}
.het .zong:after{ content:""; clear:both; display:block;}
.het a:hover{ color: #1466ac;}

.hexin{}
.hexin:after{content: ""; clear: both; display: block;}
.hexin li{ float:left; font-size:16px; font-size:1.6rem; color:#333; margin-right:70px; position: relative; padding-left: 25px;}
.hexin li a{ color:#333;}
.hexin li i{ font-size:18px; color:#1466ac; position: absolute; left: 0px; top: 0px;}

.heb{ transition: 0.5s; margin-top: 40px;}
.heb>.zong1{ transition:0.5s;}
.heb>.zong1:after{content: ""; clear: both; display: block;}
.logo{display:block;float:left;width:105px; margin-top: 11px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto}

.het .zong1{ position: relative; z-index:999;display: flex;
flex-flow: wrap;justify-content: space-between;}
.heb .zong1{ position: relative; z-index:999}
.het .zong1 .shejiao i{color: #fff;
}

.het .zong1 .shejiao a{ background: #1466ac; border-color: #1466ac;}

.daohang{ float:right; margin-right: 3px;}
.daohang>li{ float:left; margin-right:5px; position: relative; transition: 0.5s;}
.daohang>li>a{display:block;font-size:16px; font-size:1.6rem; line-height:99px; padding: 0 20px; color:#fff; position:relative;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 100%; height: 0px; opacity: 0; background: #1466ac; z-index: -1}
.daohang>li:hover>a{ color: #fff !important;}
.daohang>li:hover>a:before{ opacity: 1; height: 100%;}
.dangqiandao>a{ color: #fff !important;}
.dangqiandao>a:before{ opacity: 1 !important; height: 100% !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:254px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); padding:10px 0px; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);}
.yiji li{position:relative;transition:0.5s; padding: 0 30px;}
.yiji li a{display:block;font-size:18px;font-size:1.8rem;line-height:0px;padding:8px 0px; border-bottom: 1px solid rgba(51,51,51,0.1);}
.yiji li:hover>a{color: #1466ac;}
.yiji li:last-child>a{ border: none;}

.erji{position:absolute;width:308px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:20px 0px;}
.sanji{position:absolute;width:308px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:20px 0px;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:31px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:31px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:31px;}
.matn{margin-top:auto !important;}

.daohang>.prli{ position: inherit !important;}
.xiala{ position: absolute; background: #fff; left: 50%; transform: translateX(-50%); top: 100%; padding: 25px; padding-bottom: 44px; box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.08); display: none; max-height: calc(100vh - 160px); overflow: auto;}
.xla{ display: block; border-bottom: 1px solid #dbdbdb; font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 18px; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana;}
.xialan{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; padding-top: 22px;}
.xltu{ width: 314px; margin-top: 18px;}
.xltun{ display: block;  overflow: hidden;}
.xlzi{ width: calc(100% - 327px); display: flex; flex-flow: wrap; justify-content: space-between;}
.xlul{ width: 33.333%; border-left: 1px solid #dbdbdb;}
.xlul:nth-child(3n-2){border: none;}
.xlul li a{ display: block; color: #222222; line-height: 24px; padding: 12px 25px; position: relative;}
.xlul li a:before{ content: ">"; position: absolute; right:0px; top: 12px; color: #fff; transition: 0.5s; opacity: 0}
.xlul li a:hover{ background: #036eb6; color: #fff;}
.xlul li a:hover:before{ right: 13px; opacity: 1}

.daohang>li:hover .xiala{ display: block;}

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

.sousuo{ float:right; height:46px; margin-top:28px; margin-right: 36px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #1466ac; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:57px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:44px;line-height:44px; border-radius:4px; border: solid 1px rgba(255,255,255,0.5); padding-left:13px; padding-right:40px; font-size:14px; font-size:1.4rem; color:#ffffff; background: none;}
.suo{width:44px;height:44px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:44px; height:44px; text-align:center; line-height:44px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#fff; line-height: 46px; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:22px !important;}
.sou2:hover{ color: #1466ac;}
.sousuof form{ height:54px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.yvn{ float:right; position:relative; z-index:99999; margin-top: 27px; background: #1466ac; border-radius: 10px; transition: 0.5s;}
.yvzhonga{ display:block; line-height:46px; padding-left: 22px; padding-right: 33px; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; text-align:center; color:#ffffff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga:before{content: ""; position: absolute; right: 22px; top: 20px; width: 0; border: 4px solid #ffffff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent; transition: 0.5s;}
.yvzhonga i{ display:inline-block; vertical-align:middle; margin-right:6px; font-size:24px;}
.yvn:hover{ background: #fff;}
.yvn:hover .yvzhonga{ color: #1466ac;}
.yvn:hover .yvzhonga:before{ border-top-color: #1466ac;}

.yvul{ width:100%; min-width:110px; position:absolute; top:50px; left:0px; background:#1466ac; border: 1px solid #1466ac; border-radius: 10px; display:none;}
.yvul a{  padding: 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 10px; display: flex;
    justify-content: space-around;}
.yvul a:hover{ background:#fff; color:#1466ac; text-decoration: none !important;}

.hea{ display: block; float: right; height: 44px; line-height: 42px; padding: 0 36px; margin-top:12px; color: #fff; background: #1466ac; border: 1px solid #1466ac; font-family: Roboto-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.hea:hover{ background: #fff; color: #1466ac;}

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

.headh{}
.headh .het{ top: -40px;}
.headh .heb{ margin-top: 0px;}


@media screen and (max-width:1559px) {
    .logo{ width: 100px;}
    
.daohang{ margin-right: 10px;}
.daohang>li{}
.daohang>li>a{ font-size:14px;font-size:1.4rem; padding: 0 15px;}

.hexin li{font-size: 14px; font-size: 1.4rem; margin-right: 30px;}

.sousuo{ margin-right: 10px;}
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ font-size:18px !important; margin-right: 4px;}

.yvn{}
    .yvzhonga{ padding: 0 10px; padding-right: 25px; font-size: 14px; font-size: 1.4rem;}
    .yvzhonga i{font-size: 20px;}
    .yvzhonga:before{ right: 10px;}
.yijiw,.erji,.sanji{ width: 200px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px;padding:5px 10px;}

    .xiala{ padding:20px 10px;}
    .xla{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 10px;}
    .xltu{ width: 200px;}
    .xlzi{ width: calc(100% - 210px);}
    
.xlul li a{ padding: 7px 25px; padding-left: 20px;}
.xlul li a:before{ right:0px; top: 7px;}
}
@media screen and (max-width:1359px) {
   
    .logo{ width: 70px; margin-top: 12px;}
    .hexin li{ margin-right: 10px;}
    
    .sousuo{ margin-top: 11px;}
    .sou2{ font-size: 0px;}
.daohang{ margin-right: 10px;}
    .daohang>li{ margin: 0px;}
    .daohang>li>a{ padding: 0 5px; line-height: 70px;}
    .hep{ display: none;}
    .yvn{ background: none !important; margin-top: 10px;}
    .yvzhonga{ padding-left: 0px; padding-right: 10px;}
    .yvzhonga:before{ right: 0px;}
    
    .xiala{ width: 100%;}
    .xltu{ width: 150px;}
    .xlzi{ width: calc(100% - 160px);}
.xlul li a{ padding: 7px 15px; padding-left: 10px;}
.xlul li a:hover:before{ right:5px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.het,.daohang,.sousuo{display: none;}
.logo{ width: 60px; margin-top: 0px;}
    
.heb{ margin-top: 0px;}
.heb .zong1{ padding: 5px 0 !important;}
.hea1{ display: none;}
.hea{ float: none; background: #fff; color: #1466ac; width: calc(100% - 40px); margin: auto; padding: 0px;}

.yvn{ margin-right: 45px; margin-top: 0px; padding: 0px; border: none;}
.yvul{ min-width:100px; top:35px;}
.yvul a{ padding:5px; font-size:12px; font-size:1.2rem;}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #1466ac;right: 2.5%;top: 15px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.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: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#1466ac; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding:15px 5px;padding-left: 0px;color: #fff;display: block; font-size: 16px;font-size: 1.6rem;line-height: 24px; padding-right:50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding: 10px 5px; padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0; border: none;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px; font-size: 12px; font-size: 1.2rem;}
ul.topnav ul ul{ border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5);}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:15px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
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.5s;}
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: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}

.clear3{clear:both;}
  }

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1) !important;}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: block !important; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; background-size: 100% 100%;}
.banner1 .slick-prev { left: 70px; background-image: url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right: 70px; background-image: url("../images/baright.png"); cursor: pointer;}
.banner1 .slick-prev:hover { background-image: url("../images/balefth.png");}
.banner1 .slick-next:hover { background-image: url("../images/barighth.png");}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 26px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; display: none;}
.banner1 .slick-dots li { margin: 0 11px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 16px; height: 16px; cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner.hide {display: none;}

@media screen and (max-width: 999px) {
.banner1 .slick-arrow { width: 30px; height: 30px;}
.banner1 .slick-prev { left: 10px;}
.banner1 .slick-next { right: 10px;}
}

.slick-list,.slick-slider,.slick-track { position: relative; display: block}
.slick-loading .slick-slide,.slick-loading .slick-track {visibility: hidden}
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent}
.slick-list { overflow: hidden; margin: 0; padding: 0}
.slick-list:focus { outline: 0}
.slick-list.dragging { cursor: pointer; cursor: hand}
.slick-slider .slick-list,.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track { top: 0; left: 0}
.slick-track:after,.slick-track:before { display: table; content: ''}
.slick-track:after { clear: both}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px}
[dir=rtl] .slick-slide { float: right}
.slick-slide img { display: block}
.slick-slide.slick-loading img { display: none}
.slick-slide.dragging img { pointer-events: none}
.slick-initialized .slick-slide { display: block}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent}
.slick-arrow.slick-hidden { display: none}
.slick-dots .slide-count {display: none;}
.slick-slide { position: relative;}
.slick-slide iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slick-slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0;}

@media screen and (max-width: 999px) {
    .slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
}


/*  main1  */
.main1{ background: #f8f8f8; position: relative; z-index: 9999}
.main1 .zong{ display: flex; flex-flow: wrap;}
.m1lie{ width: 31%; margin-left: 3.5%; padding: 25px; padding-bottom: 37px; margin-top: -105px; transition: 0.5s; text-align: center; background: #fff; box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.08);}
.m1lie:nth-child(3n-2){margin-left: 0px;}
.m1tu{ display: block; width: 58px; border-radius: 50%; margin: auto;}
.m1tu img{ width: 100%;}
.m1a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px; color: #222222;}
.m1p{ margin-top: 10px; line-height: 24px;}

.m1lie:hover{ background: #1466ac;}
.m1lie:hover a{ color: #fff}
.m1lie:hover .m1tu{ transform: rotate(360deg)}
.m1lie:hover .m1tu img{ transform: scale(1.1)}

@media screen and (max-width:1359px) {
.m1lie{ width: 32.33%; margin-left: 1.5%; padding:25px 10px; margin-top: -50px;}
    .m1a{ font-size: 18px; font-size: 1.8rem;}
    .m1p{ margin-top: 5px;}
}
@media screen and (max-width:999px) {
    .m1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
    .main1{ padding-top: 20px;}
.m1lie{ width: 49%; margin-left: 2% !important; padding:15px 5px; margin-top: 10px;}
    .m1lie:nth-child(2n-1){margin-left: 0px !important;}
    .m1lie:nth-child(3){ width: 100%;}
    .m1tu{ width: 40px;}
    .m1a{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
}

/*  main2  */
.main2{ background: #f8f8f8; padding-top: 81px; padding-bottom: 23px;}
.m2t{ position: relative; min-height: 54px; padding-right: 325px;}
.m2biao{ display: block; font-size: 38px; font-size: 3.8rem; line-height: 44px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #222;}
.m2pz{ line-height: 28px; margin-top: 17px;}
.m2pz a{ color: #555;}
.m2mor{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.mmor{ display:inline-block; padding: 0 10px; min-width: 200px; height: 54px; line-height: 52px; font-size: 16px; font-size: 1.6rem; color: #555555; text-align: center; border: solid 1px #666666;}
.mmor:hover{ background: #1466ac; border-color: #1466ac; color: #fff;}

.m2n{ font-size: 0px; padding-top: 20px;}
.m2lie{ width: 23.7%; margin-left: 1.733%; margin-top: 20px; padding: 9px; padding-bottom: 27px; display: inline-block; vertical-align: top; background: #ffffff;}
.m2lie:nth-child(4n-3){margin-left: 0px;}
.m2tu{ display: block; overflow: hidden;}
.m2a{ display: block; margin-top: 16px; color: #222222; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m2mor2{ display: block;margin-top: 12px; color: #666666; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;}
.m2mor2 i{ display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; color: #fff; font-size: 12px; background: #182735; border-radius: 50%; margin-left: 15px; margin-top: -4px; transition: 0.5s;}
.m2mor2:hover{ color: #1466ac;}
.m2mor2:hover i{background: #1466ac; color: #fff;}

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

@media screen and (max-width:1359px) {
.main2{ padding-top: 50px; padding-bottom: 1px;}
.m2biao{ font-size: 30px; font-size: 3rem; line-height: 36px;}
    .m2t{ padding-right: 170px;}
.mmor{ min-width: 150px; height: 42px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
    .m2n{ padding-top: 10px;}
    .m2lie{ margin-top: 10px; padding-bottom: 10px;}
    .main3:after{ background-size: auto 85%;}
}
@media screen and (max-width:999px) {
.m2biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.m2mor2 i{ width: 22px; height: 22px; line-height: 22px; margin-left: 5px;}
}
@media screen and (max-width:767px) {
.main2{ padding-top: 30px; padding-bottom: 1px;}
.m2biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .main2 .m2biao{ padding-right: 140px;}
    .m2t{ padding-right: 0px;}
    .m2mor{ top: -5px; transform: translateY(0);}
.mmor{ min-width: 130px; height: 37px; line-height: 35px; font-size: 12px; font-size: 1.2rem;}

    .m2lie{ width: 49%; margin-left: 2%; padding: 5px; padding-bottom: 10px;}
    .m2lie:nth-child(2n-1){ margin-left: 0px;}
    .m2mor2{ display: none;}
    .main3:after{ background-size: auto 90%;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 70px; padding-bottom: 105px;}
.main4:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m4bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main4:after{content: ""; position: absolute; width: 100%; height: 81px; left: 0px; bottom: 0px; background: url("../images/m4bbei.png") no-repeat bottom center; background-size: 100%;}

.main4 .zong{ text-align: center;}

.m4biao{ text-align: center; color: #fff;}
.m4pz{ margin-top: 20px; line-height: 26px;}
.m4pz a{ color: #fff;}

.m4n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 68px;}
.m4lie{ width: 14.2857%; text-align:center; padding: 0 5px;}
.m4tu{ display: block; width: 49%; margin: auto; position: relative;}
.m4tu:before{content: ""; width: 40%; height: 3px; background: url("../images/m4dian.png") repeat-x; position: absolute; right: 117%; top: 50%;}
.m4tu:after{content: ""; width: 40%; height: 3px; background: url("../images/m4dian.png") repeat-x; position: absolute; left: 117%; top: 50%;}
.m4lie:first-child .m4tu:before{display: none;}
.m4lie:last-child .m4tu:after{display: none;}

.m4tu img{ transition: 0.5s; transform: scale(1) !important}
.m4tu1{ position: absolute; width: 100%; left: 0px; top: 0px; opacity: 1; z-index: 1}
.m4tu2{ position: absolute; width: 100%; left: 0px; top: 0px; opacity: 0; z-index: 1}
.m4tu3{ position: relative; z-index: 3}
.m4a{ display: block; color: #ffffff; line-height: 20px; margin-top: 14px;}

.m4lie:hover .m4tu1{opacity: 0}
.m4lie:hover .m4tu2{opacity: 1}
.m4lie:hover .m4a{ color: #1466ac;}
.m4mor{ color: #fff; border-color: #fff; margin-top: 50px;}

@media screen and (max-width:999px) {
    .main4{ padding:50px 0;}
    .m4n{ padding-top: 30px;}
    .m4mor{ margin-top: 20px;}
    .main4:after{ display: none;}
}
@media screen and (max-width:767px) {
    .main4{ padding: 30px 0;}
    .m4n{ display: block; font-size: 0px; padding-top: 20px;}
    .m4lie{ width: 25%; display: inline-block; vertical-align: top; padding: 10px 5px;}
    .m4tu:before,.m4tu:after{display: none;}
    .main4{background:#081F3E }
}
@media screen and (max-width:539px) {
    .m4lie{ width: 33.333%;}
}

/*  main5  */
.main5z{ background: url("../images/m5bei.jpg") no-repeat top center; background-size: 100%; padding-top: 110px;}
.main5{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
.m5tu{ width:50%;}
.m5tu img{ transform: scale(1) !important}
.m5zi{ width: calc(50% - 64px);}

.m5a{ margin-top: 15px; display: block; color: #333333;}
.m5p{ line-height: 26px; margin-top: 60px;}
.m5p a{ color: #555555; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}

.m5b{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m5lie{ width: 33.333%; padding-left: 40px; padding-right: 10px; margin-top: 60px; position: relative;}
.m5lie:before{content: ""; position: absolute; width: 1px; height: 65px; background: #c9c9ca; left: 0px; top: 50%; transform: translateY(-50%);}
.m5lie:first-child{ padding-left: 0px;}
.m5lie:first-child:before{ display: none;}

.m5shu{ line-height: 50px; color: #1466ac !important;}
.m5shu span{ font-size: 48px; font-size: 4.8rem; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #1466ac;}
.m5p2{color: #333333 !important; line-height: 24px;}

.m5mor{ margin-top: 60px;}

.main6{ text-align: center; padding-top: 57px; padding-bottom: 45px;
    /*display: none;*/
}
.m6p{ color: #333333; margin-top: 15px;}
.m6p a{color: #333333;}
.m6tu{ margin: auto; max-width: 1192px; margin-top: 22px;}

@media screen and (max-width:1359px) {
.main5z{ padding-top: 50px;}
.m5zi{ width: calc(50% - 30px);}
    .m5p{ margin-top: 20px;}
.m5lie{ padding-left: 20px; margin-top: 20px;}
.m5shu span{ font-size: 32px; font-size: 3.2rem;}
.m5mor{ margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main5z{ padding-top: 30px;}
.m5shu span{ font-size: 26px; font-size: 2.6rem;}
.main6{ padding-top: 30px; padding-bottom: 30px;}
}
@media screen and (max-width:767px) {
.m5tu{ width:100%; max-width: 600px; margin: auto; margin-top: 20px;}
.m5zi{ width: 100%;}
.m5shu span{ font-size: 20px; font-size: 2rem;}
    .main5z{ background:#f4f4f4;}
}

/*  main7  */
.main7{ background: url("../images/m7bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.main7:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m7bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main7 .zong{ padding-top: 160px; padding-bottom: 92px;}
.m7tu1{ position: absolute; width: 100%; left: 0px; top: 0px; z-index: 1}
.m7tu2{ position: absolute; width: 100%; left: 0px; bottom: 0px; z-index: 1}

.main7 .zong{ position: relative; z-index: 3}
.m7tu{ width: 539px; position: absolute; right: 0px; bottom: 0px; z-index: 4}
.m7tu img{ transform: scale(1) !important}
.m7n{ padding-right: 450px; position: relative; z-index: 5}

.m7biao{ color: #fff;}
.m7p{margin-top: 25px; line-height: 28px;}
.m7p a{ color: #fff;}

.m7mor{ background: #ffffff; border-color: #ffffff !important; margin-top: 32px;}

.main7 a:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width:1359px) {
.main7 .zong{ padding-top: 100px; padding-bottom: 60px;}
.m7tu{ width: 400px;}
.m7n{ padding-right: 300px;}
}
@media screen and (max-width:999px) {
.m7tu{ width: 300px;}
.m7n{ padding-right: 100px;}
}
@media screen and (max-width:767px) {
.main7 .zong{ padding-top: 50px; padding-bottom: 70px;}
    .main7{ background:#1466ac}
    .main7:before{ background:#1466ac}
.m7n{ padding-right: 60px;}
.m7tu{ bottom: -20px;}
}

/*  main8  */
.main8{ padding-top: 92px; background: #fff;}
.m8n{ display: flex; flex-flow: wrap; padding-top: 32px;}
.m8lie{ width: 23.4%; margin-left: 2.133%; margin-top: 20px; position: relative;}
.m8lie:nth-child(4n-3){margin-left: 0px;}
.m8tu{ display: block; overflow: hidden;}
.m8tu img{ width: 100%;}
.m8fu1{ position: absolute; width: 100%; left: 0px; bottom: 0px; background-image: linear-gradient(0deg, rgba(2, 30, 63, 0.8nelie) 1%, rgba(2, 30, 63,0) 100%); padding-top: 100px; padding-bottom: 25px; transition: 0.5s;}
.m8fu2{ position: absolute; width: 100%; height: 100%; left: 0px; bottom: 0px; background: rgba(2, 30, 63, 0.7); transition: 0.5s; opacity: 0;}

.m8fu1 a{ display: block; padding-left: 22px; padding-right: 65px; color: #ffffff; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.m8fu1 a i{position: absolute; width: 40px; height: 40px; line-height: 40px; background: #1466ac; border-radius: 50%; right: 19px; top: 50%; transform: translateY(-50%); text-align: center;}
.m8fu1 a:hover{ text-decoration: underline;}
.m8fun{ width: 100%; position: absolute; left: 0px; bottom: 0px; padding: 22px;}
.m8a{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; color: #fff !important;}
.m8p{ line-height: 26px; margin-top: 10px;}
.m8p a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.m8a:hover{ color: #1466ac !important;}

.m8lie:hover .m8fu1{ opacity: 0}
.m8lie:hover .m8fu2{ opacity: 1}
.m8lie:hover .m8fun a{color: #fff;}

@media screen and (max-width:1359px) {
.main8{ padding-top: 50px;}
.m8fu1 a{ padding-left: 10px; padding-right: 40px;}
.m8fu1 a i{ width: 25px; height: 25px; line-height: 25px; right: 10px; font-size: 12px;}
.m8fun{ padding: 10px;}
.m8n{ padding-top: 15px;}
}
@media screen and (max-width:999px) {
.m8lie:hover .m8fu1{ opacity: 1}
.m8fu2{ display: none;}
}
@media screen and (max-width:767px) {
.main8{ padding-top: 40px;}
.m8lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.m8lie:nth-child(2n-1){margin-left: 0px;}
    .m8fu1{ padding-bottom: 10px;}
}

/*  main9  */
.main9{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; padding-top: 94px;}
.m9l{ width: 48.6%;}
.m9r{ width: 46%; padding: 39px 0; background: url("../images/m9bei.png") no-repeat center; background-size: auto 100%;}

.m9biao{ position: relative; max-width: 500px; padding-right: 40px;}
.m9biao:after{content: ' " '; color: #1466ac; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 100px; font-size: 10rem; line-height: 90px; position: absolute; right: 0px; top: 0px;}

.img-scroll {position: relative; margin-top:40px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #1466ac; color: #1466ac; font-size: 14px; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll .prev { right: 52px; cursor: pointer;}
.img-scroll .next { right: 0px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #1466ac;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:1%; position:relative;}

.m9p{ border-bottom: 1px solid #949494; padding-bottom: 58px; line-height: 28px;}
.m9p a{ display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m9b{ padding-right: 110px; margin-top: 32px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m9ltu{ display: block; width: 102px; overflow: hidden;}
.m9lzi{ width: calc(100% - 118px);}

.m9ba{ display: block; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.m9bp{color: #555555; margin-top: 2px;}

.m9tu{ display: block; overflow: hidden;}

@media screen and (max-width:1359px) {
.main9{ padding-top: 50px;}
.img-scroll { margin-top:20px;}
.m9p{ padding-bottom: 20px;}
    .m9b{ margin-top: 15px;}
}
@media screen and (max-width:999px) {
    .m9r{ padding: 20px 0;}
.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height: 28px; font-size: 12px;}
.img-scroll .prev { right: 35px;}
    .m9b{ padding-right: 80px;}
}
@media screen and (max-width:767px) {
.main9{ padding-top: 30px;}
.m9l{ width: 100%;}
.m9r{ width: 100%; padding: 10px 0; max-width: 500px; margin: auto; margin-top: 25px;}
    .m9biao:after{ font-size: 50px; line-height: 40px;}
}
@media screen and (max-width:459px) {
    .m9b{ padding-right: 0px; padding-bottom: 50px;}
}

/*  main10  */
.main10{ padding-top: 102px; padding-bottom: 40px;}
.nen{ display: flex; flex-flow: wrap;}
.nelie{ width: 30.7%; margin-left: 3.95%; margin-top: 50px;}
.nelie:nth-child(3n-2){margin-left: 0px;}
.netu{ position: relative;}
.netun{ display: block; overflow: hidden;}
.neriqi{ display: inline-block; background: #1466ac; line-height: 30px; padding: 0 9px; position: absolute; left: 11px; bottom: 13px; color: #ffffff;}
.nea{ display: block; line-height: 26px; margin-top: 23px; color: #222222; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nep{ line-height: 26px; margin-top: 5px;}
.nep a{ color: #555555; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.nemor{color: #1466ac; margin-top: 23px;}
.nemor i{ background: #1466ac;}
.main10 .nen{ padding-top: 30px;}

.inb{ position: relative; z-index: 99}
.inb:after{content: ""; position: absolute; width: 100%; height: 94px; background: url("../images/m7bei1.png") no-repeat right top; left: 0px; top: 100%;}

.nelie2{ margin-top: 25px}
.nelie3{ margin-top: 4px}

@media screen and (max-width:1359px) {
.main10{ padding-top: 52px;}
.main10 .nen{ padding-top: 0px;}
.nelie{ margin-top: 30px;}
}
@media screen and (max-width:999px) {
    .nemor{ display: none;}
    .nea{ margin-top: 10px;}
.nelie{ width: 32.33%; margin-left: 1.5%; margin-top: 20px;}
    .neriqi{ left: 5px; bottom: 5px; padding: 0 5px;}
}
@media screen and (max-width:767px) {
.main10{ padding-top: 30px; padding-bottom: 30px;}
}
@media screen and (max-width:599px) {
.nelie{ width: 49%; margin-left: 2% !important; margin-top: 20px;}
.nelie:nth-child(2n-1){margin-left: 0px !important;}
    .main10 .nelie:nth-child(3){display: none;}
}


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

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

.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{ border-bottom: 1px solid rgba(255,255,255,0.5); padding-top: 143px; padding-bottom: 60px; float: 0px;}
.fot .zong{ font-size: 0px;}
.fobiao{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 24px; color: #ffffff; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.fobiao:before{content: ""; position: absolute; width: 23px; height: 2px; background: #ffffff; left: 0px; bottom: 0px;}

.folie,.fo4{ display: inline-block; vertical-align: top;}
.fo1{ width: 15%;}
.fo2{ width: 16.5%; margin-left: 2%;}
.fo3{ width: 34%; margin-left: 2%;}
.fo4{ width: 28.5%; margin-left: 2%;} 

.fonav{ line-height: 34px; margin-top: 39px;}
.fonav a{ color: #ffffff;}
.fonav li{ position: relative; color: #fff;}
.fonav li a{ display: inline; color: #fff;}

.foul{ margin-top: 39px; line-height: 24px;}
.foul li{ position: relative; margin-top: 10px; color: #fff;}
.foul li a{color: #fff; display: inline-block;}
.foul li p{color: #fff;}

.fo4biao{ display: block; font-size: 26px; font-size: 2.6rem; line-height: 30px; font-family: Montserrat-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.foxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 20px;}
.foxin .int1{ width: 100%; margin-top: 7px;}
.foxin .int2{ width: 100%; margin-top: 19px; padding-right: 140px;}

.foxin input{ width: 100%; height: 50px; line-height: 50px; padding: 0 10px; padding-left: 32px; font-size: 16px; font-size: 1.6rem; color: #ffffff; background: rgba(206, 223, 237,0.1);}
.foxin textarea{ width: 100%; height: 50px; line-height: 30px; padding: 10px; padding-left: 32px; font-size: 16px; font-size: 1.6rem; color: #ffffff; background: rgba(206, 223, 237,0.1);}
.foxin .int3{ padding-right: 100px; height: 43px; line-height: 43px; background: none; border-bottom: 1px solid #cedfed;}
.foxin .yanzheng{ width: 96px;	height: 43px; position: absolute; right: 140px; bottom: 0px; cursor: pointer;}
.foxin .int4{ padding: 0px;
text-transform: uppercase;
width: 134px;
height: 43px;
line-height: 43px;
background: #1466ac;
font-size: 16px;
font-size: 1.6rem;
color: #ffffff;
cursor: pointer;
transition: 0.5s;
position: absolute;
right: 0px;
bottom: 0px; }
.foxin .int4:hover{ background: #fff; color: #1466ac;}

.foxin .xing{ position: relative;}
.foxin .xing:after{content: "*"; position: absolute; font-size: 16px; font-size: 1.6rem; color: #ff0000; left: 16px; top: 12px;}

.fob{ margin-top: 24px; padding-bottom: 11px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fobl{ width: calc(100% - 280px); color: #fff;}
.fobl a,.fobl p,.fobl span{color: #fff; display: inline-block;}
.youlian{ margin-top: 10px;}
.youlian a{ display: inline-block; margin: 0 10px;}

.shejiao{}
.shejiao a{ display: inline-block; vertical-align: middle; margin: 5px 0; margin-left: 12px;  width: 32px; height: 32px; line-height: 30px; border: solid 1px #ffffff; border-radius: 5px; color: #fff; font-size: 16px; text-align: center;}
.shejiao a:hover{ transform: rotate(360deg); background: #1466ac; border-color: #1466ac;}
.fobl a:hover{ color: #0e6acd;}

@media screen and (max-width:1559px) {
    .foxin .int2{ padding-right: 90px;}
.foxin .int3{ padding-right: 90px;}
.foxin .yanzheng{ width: 80px; right: 90px;}
.foxin .int4{ width: 80px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1359px) {
    .fot{ padding-top: 100px;}
.fo1{ width: 14%;}
.fo2{ width: 16%; margin-left: 2%;}
.fo3{ width: 33%; margin-left: 2%;}
.fo4{ width: 31%; margin-left: 2%;} 

.fobiao{ font-size: 18px; font-size: 1.8rem;}
    .foxin .int1{ width: 100%;}
.foxin input{ padding: 0 10px; padding-left: 15px; font-size: 14px; font-size: 1.4rem;}
.foxin textarea{ height: 70px; line-height: 27px; padding: 10px; padding-left: 15px; font-size: 14px; font-size: 1.4rem;}

.fo4biao{ font-size: 20px; font-size: 2rem; line-height: 26px;}
    .foxin{ margin-top: 10px;}
    .foxin .int4 input{ font-size: 16px; font-size: 1.6rem;}
    .foxin .xing:after{ left: 5px;}
}
@media screen and (max-width:999px) {
    .inb:after{display: none;}
    .foot{ padding-bottom: 50px;}
    .fot{ padding-top: 30px; padding-bottom: 0px;}
    .fot .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: top;}
    .folie{ width: 49%; margin: 0px; margin-bottom: 20px;}
    .fob{ margin-top: 10px;}
    .fobl{ width: 100%; text-align: center; padding-top: 10px;}
    .shejiao{ width: 100%; text-align: center; margin-top: 10px;}
    .shejiao a{ margin: 5px;}

    .fot{ border: none}
.folie{ width: 100%; padding: 0px;}
    .fo4{ margin-top: 0px; width: 100%; margin-left: 0px;}
    .fo3n,.fonav,.foul,.foxin{ display: none; margin-top: 20px;}
    .foot .hexin{margin-top: 0px;}
    .fobiao{ padding: 5px 0; font-size: 14px; font-size: 1.4rem;}
    .fobiao:before{width: 100%; height: 1px;}
    .fobiao:after{content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; border-left-width: 7px; transition: 0.5s;}
    .fobiaoh:after{ transform: translateY(-50%) rotate(90deg)}
    
    .foxin input,.foxin textarea{ font-size: 12px; font-size: 1.2rem;}
    .foxin .int4 input{ font-size: 14px; font-size: 1.4rem;}
    
    .youlian{ display: none;}
    .fobl{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
    
    .foot .hexin1{ display: none;}
    .foot .hexin2{ margin-left: 0px;}
    .foot{background: #1466ac;}
}

.lianxi{ position:fixed; width:42px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block; margin-top:1px; width:42px; height:42px; text-align:center; line-height:42px; font-size:18px; color:#fff; border-radius: 5px; background: #a0a0a0;}
.lianxi .top{ margin-top: 10px;}
.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.weixin a.iconfont> img{margin-left: auto;
    margin-right: auto;
   
    transform: translateY(5px);}
.weixin:before{content: ""; position: absolute; width: 0; border: 4px solid #1466ac; border-bottom-color:transparent ; border-left-color: transparent; border-top-color: transparent; right: 90%; top: 50%; transform: translateY(-50%); opacity: 0; transition: 0.5s;}
.weixin> img{ position:absolute; width:106px; height:106px; top:0px; left:-112px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16); border-radius: 8px; max-width: none; display:none;}
.weixin:hover:before{ right: 100%; opacity: 1;}
.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:106px; height:106px; left:auto; margin:auto;}
.lianxi div a:hover{ background:#1466ac;}
.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:20%; float:left; margin-top: 0px !important;}
    .lianxi div:before{ display: none;}
.lianxi div a{ margin:auto; width:100%; background:#1466ac; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; border: none;}
.weixin2{ display:block}
.weixin1{ display:none}

.tankuang{ position:absolute; width: auto !important; min-width: 100%; bottom:50px; left: 50%; transform: translateX(-50%); margin-left: auto; text-align: center;}
.tankuang .spimg{ display:block; position:relative; left:auto; top: auto !important; transform: translate(0); right: auto; text-align: center; margin:auto;}
    .weixin>img{ display: block; position: relative; left: 0px}
    .weixin>img{ display: none;}
    .weixin:hover>img{ display: none;}
    .weixin .spimg{visibility: inherit; opacity: 1;}
.weixin:hover .spimg{ padding-right: 13px; }
}


/****************************  product  ***************************/
.prbanner{ padding: 150px 0;}
.fena{ font-size: 52px; font-size: 5.2rem; line-height: 60px; color: #ffffff; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.fenp{ font-size: 28px; font-size: 2.8rem; line-height: 32px; margin-top: 10px; max-width: 830px; color: #ffffff; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;}
.fenmor{ margin-top: 40px; background: #1466ac; border-color: #1466ac; color: #fff;}
.fenmor:hover{ background: #fff; color: #1466ac;}

@media screen and (max-width:1359px) {
.fena{ font-size: 40px; font-size: 4rem; line-height: 50px;}
.fenp{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.prbanner{ padding: 100px 0;}
.fena{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.fenp{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.fenmor{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.prbanner{ padding: 60px 0;}
.fena{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.fenp{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

.mianbao2{ border-bottom: 1px solid #e5e5e5;}
.mianbao{ padding: 17px 0;}
.mianbao a{ display: inline;}
.mianbao a:hover,.comian{ color: #036eb6 !important;}

@media screen and (max-width:999px) {
.mianbao{ padding: 10px 0;}
}
@media screen and (max-width:767px) {
    .mianbao{ display: none;}
}

.prmain{ background: #f8f8f8; padding-top: 85px; padding-bottom: 110px;}

.prt{}
.prrtn{ color: #555555; margin-top:15px;}
.prrtn p,.prrtn em,.prrtn strong{color: #555555;}

.przhan{ position:relative; overflow:hidden;}
.przhanh{ height:auto !important;}

.zhankai{ margin-top: 20px; background: #ffffff; box-shadow: 0px 5px 50px 0px rgba(32, 70, 155, 0.15); cursor: pointer; transition: 0.5s;}
.fuch{ display:none !important;}

.prfo{ padding-top: 25px;}
.prn{ margin-top: 35px;}
.prda{ display: block; font-size: 28px; font-size: 2.8rem; line-height: 34px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; color: #222;}
.prn2{ display: flex; flex-flow: wrap;}
.prlie{ width: 23.7%; margin-left: 1.733%; margin-top: 20px; background: #ffffff; padding: 9px; padding-bottom: 26px;}
.prlie:nth-child(4n-3){margin-left: 0px;}
.prmor{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.prmor input{ margin-top: 10px; cursor: pointer;}

.fuxuan{ text-align: center; margin-top: 30px;}
.fuxuan input{ background: none; transition: 0.5s; cursor: pointer;}

@media screen and (max-width:1359px) {
.prmain{ padding: 50px 0;}
.prda{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.prfo{ padding-top: 10px;}
.prn{ margin-top: 20px;}
    .prlie{ padding: 5px;}
}
@media screen and (max-width:999px) {
.prda{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.prmain{ padding: 30px 0;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.prlie:nth-child(2n-1){margin-left: 0px;}
    .prmor .m2mor2{ display: block !important;}
}

.pr1main2{ padding-top: 62px;}
.pr12pz{ margin-top: 25px; line-height: 28px;}
.pr12pz p,.pr12pz a{color: #555;}
.pr12n{ display: flex; flex-flow: wrap; padding-top: 25px;}
.pr12lie{ background: #f8f8f8; width: 23.9%; margin-left: 1.466%; margin-top: 20px;}
.pr12lie:nth-child(4n-3){margin-left: 0px;}
.pr12tu{ display: block; overflow: hidden;}
.pr12a{ display: block; text-align: center; color: #333333; padding: 11px 10px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width:1359px) {
.pr1main2{ padding-top: 50px;}
    .pr12n{ padding-top: 10px;}
}
@media screen and (max-width:767px) {
.pr1main2{ padding-top: 30px;}
    .pr12pz{ margin-top: 10px;}
    .pr12n{ padding-top: 10px;}
    .pr12lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
    .pr12lie:nth-child(2n-1){margin-left: 0px;}
    .pr12a{ padding: 5px;}
}

.pr1main3{ padding-top: 70px;}
.pr13n{display: flex; flex-flow: wrap; padding-top: 25px;}
.pr13tu{ width: 18.2%; margin-left: 2.25%; margin-top: 20px; border-radius: 50%; overflow: hidden;}
.pr13tu img{ width: 100%;}
.pr13tu:nth-child(5n-4){margin-left: 0px;}

.pr14lie{ border: solid 1px #dbdbdb;}

.pr1main4{ padding-top: 100px; padding-bottom: 62px;}
.pr14mor{ text-align: center; margin-top: 50px;}

@media screen and (max-width:1359px) {
.pr1main3{ padding-top: 50px;}
.pr13n{ padding-top: 10px;}
.pr1main4{ padding: 50px 0;}
}
@media screen and (max-width:767px) {
.pr1main3{ padding-top: 30px;}
.pr13tu{ width: 32.33%; margin-left: 1.5% !important; margin-top: 10px;}
.pr13tu:nth-child(3n-2){margin-left: 0px !important;}
.pr1main4{ padding: 30px 0;}
    .pr14mor{ margin-top: 30px;}
}

/****************************  product2  ***************************/
.pr2main1{ padding-top: 76px; padding-bottom: 12px;}
.pr21t{ position: relative; padding-right: 220px; border-bottom: 1px solid #dbdbdb; padding-bottom: 36px; min-height: 54px;}
.pr21t h1{ font-size: 32px; font-size: 3.2rem; line-height: 40px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #222;}
.pr2mor{ background: #1466ac; border-color: #1466ac; color: #fff; position: absolute; right: 0px; top: 0px;}
.pr2mor i{margin-right: 10px; font-size: 24px; display: inline-block; vertical-align: middle;}

.pr21b{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 56px;}
.zoomPad {position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload {-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup {overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay {position:absolute; left:0px; top:0px; background:#FFF; /*opacity:0.5; */
	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow {position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper {position:relative; border:1px solid #ccc; z-index:110; }
.zoomWrapperTitle {display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage {display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img {border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe {z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.prob-pic { width:48.5%; float:left; position: relative;}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;}
.prob-pic .prob-pic-big-img img{transition: 0s;}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}

.prob-pic .prob-pic-small { margin-top: 22px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 50%; transform: translateY(-50%); margin-top: -60px; display: block; width: 42px; height: 42px; line-height:42px; border-radius: 50%; text-align:center; color:#333; background: rgba(255,255,255,1); font-size:18px; z-index:9999; cursor:pointer;}
.prob-pic .prob-pic-btn:hover{ background: rgba(20, 102, 172,0.5)}
.prob-pic .prob-pic-btn.prev { left:0;}
.prob-pic .prob-pic-btn.next { right:0;}
.prob-pic:hover .prob-pic-btn{ opacity: 1}
.prob-pic .prob-pic-list { overflow: hidden;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.2666%; width: 2.3%; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic { display:block; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;cursor:pointer; border: solid 1px #fff;}
.prob-pic .prob-pic-item .item-pic img{display: block; width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
.prob-pic .prob-pic-item .item-pic:hover{border: solid 1px #1466ac;}
.prob-pic .prob-pic-item .item-pic.active{ border: solid 1px #1466ac !important;}

.jianjie{ width:calc(50% - 36px); float:right; position: relative;}
.pr21biao{ font-size:30px; font-size:3rem; line-height:40px; padding-bottom: 19px; color:#333; position:relative; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;}
.pr21biao:before{content: ""; position: absolute; width: 84px; height: 4px; background: #1466ac; left: 0px; bottom: 0px;}

.jiann{ line-height:28px; margin-top:22px; color: #555555; padding-top: 25px;}
.jiann p{ color: #555;}
.jiann strong,.jiann em{
    /*display: block;*/
    color: #555555; font-size: 18px; font-size: 1.8rem; margin-bottom: 13px; font-style: normal; font-weight: normal; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.jiann img{ max-width:100%; display:inline;}
.jiann em{color: #1466ac;}
.inno{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 18px;}
.inno a{ width: 49%; max-width: 320px; padding: 10px; padding-left: 67px; margin-top: 10px; background: #eaf5ff; position: relative;}
.inno a i{ position: absolute; left: 28px; top: 50%; transform: translateY(-50%); color: #1466ac; font-size: 26px; transition: 0.5s;}
.inno a em{ display: block; font-style: normal; color: #1466ac; font-size: 18px; font-size: 1.8rem; line-height: 24px; transition: 0.5s; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.inno a span{ display: block; font-size: 16px; font-size: 1.6rem; color: #666666; line-height: 24px; transition: 0.5s;}
.inno a:nth-child(2){ padding-right: 85px;}
.inno a img{ position: absolute; width: 45px; right: 30px; top: 50%; transform: translateY(-50%); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.inno a:hover{ background:#1466ac; color:#fff;}
.inno a:hover i{ color:#fff;}
.inno a:hover em,.inno a:hover span{ color:#fff;}

@media screen and (max-width: 1559px) {
.pr2main1{ padding-top: 20px;}
.pr21t h1{ font-size:28px; font-size:2.8rem; line-height:40px;}
.pr21biao{ font-size:22px; font-size:2.2rem; line-height:30px; padding-bottom: 10px;}
.pr21biao:before{ width: 30px; height: 2px;}
    
.inno a{ padding: 10px; padding-left: 45px;}
.inno a:nth-child(2){padding-right: 60px;}
.inno a i{left: 10px;}
.inno a img{ right: 10px;}
}
@media screen and (max-width: 1359px) {
.pr2main1{ padding-top: 30px; padding-bottom: 30px;}
    .pr21t{ padding-bottom: 20px;}
.pr21t h1{ font-size:24px; font-size:2.4rem; line-height:30px;}

.pr21b{ padding-top: 30px;}
    
    .jianjie{ width: calc(50% - 20px);}
    .jiann{ margin-top: 0px; padding-top: 20px;}
    .jiann strong,.jiann em{ font-size: 16px; font-size: 1.6rem; margin-bottom: 5px;}
    
    .inno a{ padding: 10px;}
    .inno a:nth-child(2){padding-right: 50px;}
    .inno a i{ display: none;}
    .inno a em{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
    .inno a span{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
    .inno a img{ width: 40px; right: 5px;}
}
@media screen and (max-width: 999px) {
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.prob-pic .prob-pic-list { margin-left: 30px; margin-right: 30px;}

.pr2main1{ padding-top: 20px; padding-bottom: 20px;}
.prob-pic { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 500px;}

.pr21biao{ font-size:18px; font-size:1.8rem; line-height:26px; padding-bottom: 0px;}
.pr21biao:before{ display: none;}

.pr21t{ padding-right: 0px; padding-bottom: 60px; min-height: 54px;}
.pr21t h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.pr2mor{ top: auto; bottom: 10px;}
.pr2mor i{margin-right: 10px; font-size: 18px;}
    
.jianjie{ width:auto; float:none; margin-left:0px; margin-right:0px; margin-top:15px; text-align: center; padding-bottom: 0px;}

.prob-pic .prob-pic-small { position: relative; margin-top: 10px;}
.prob-pic .prob-pic-btn { opacity: 1;  margin: auto; width: auto;}
.inno{ display: none;}

.prob-pic .prob-pic-list ul li { margin-right: 0.133%; width: 2.4%; overflow:hidden;}
}
@media screen and (max-width: 767px) {
.jiann{ font-size:12px; font-size:1.2rem; line-height:22px; padding-top: 10px;}
    .jiann em,.jiann strong{ font-size: 14px; font-size: 1.4rem;}
.prob-pic .prob-pic-list ul li { margin-right: 0.15%; width: 3.2%; overflow:hidden;}
}

.pr2main2{ padding-top: 40px; }
.pr22biao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 19px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; color: #333; position: relative;}
.pr22biao:before{content: ""; position: absolute; width: 84px; height: 4px; background: #1466ac; left: 0px; bottom: 0px;}

.chanxiang{ color: #555555; margin-top: 30px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #555555;}
.chanxiang strong{ font-weight: normal; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline; color: #1466ac;}

.table{ width:100%; overflow:auto;}
.chanxiang .table table{ width:100%; border-collapse:collapse; line-height:22px;}
.chanxiang .table table tr{}
.chanxiang .table table tr td{ padding:15px 5px; font-size:14px; font-size:1.4rem; border:1px solid #d2d2d2; background: #fff;}
.chanxiang .table table tr:first-child td{ background: #f2f2f2;}
.chanxiang .table table tr td strong{ color: #333; font-family: Roboto-bold, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.pr22biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 15px;}
.pr22biao:before{ width: 50px; height: 2px;}
}
@media screen and (max-width:999px) {
.pr2main2{ padding-top: 30px;}
.chanxiang{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.pr22biao{ font-size: 18px; font-size: 1.8rem; line-height: 28px; padding-bottom: 10px;}
.pr22biao:before{ width: 50px; height: 2px;}
}

.pr2main5{}
.pr25lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 52px 40px; border-bottom: 2px solid #f4f4f4;}
.pr25lie2{ flex-direction: row-reverse;}
.pr25zi{ width: calc(100% - 600px);}
.pr25tu{ width: 554px;} 

.pr25a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;}
.pr25p{ margin-top: 22px; line-height: 28px;}
.pr25n{ margin-top: 16px;}
.pr25a2,.pr25p p em{ position: relative; padding-left: 22px; color: #555555; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana; display:block;}
.pr25p p em{margin-top: 16px;}
.pr25p p a{display: inline-block;color: #1466ac;}
.pr25p p a:hover{color: #555555; }
.pr25a2:before,.pr25p p em::before{ content: ""; position: absolute; width: 9px; height: 9px; background: #1466ac; border-radius: 50%; left: 0px; top: 10px;}
.pr25p2,.pr25p em{ padding-left: 22px; color: #555555; line-height: 28px; margin-top: 10px; display:block; font-style:normal;}

@media screen and (max-width:1359px) {
.pr25lie{ padding: 30px 0px;}
.pr25zi{ width: calc(100% - 420px);}
.pr25tu{ width: 400px;} 
.pr25a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.pr25a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.pr25p{ margin-top: 10px;}
.pr25zi{ width: calc(100% - 320px);}
.pr25tu{ width: 300px;} 
}
@media screen and (max-width:767px) {
.pr25lie{ padding: 20px 0px;}
.pr25zi{ width: 100%;}
.pr25tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;} 
}

.pr2main6{ padding-top: 60px;}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1; margin-top: 26px;}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.pr2main6 .swiper-scrollbar{border-radius:2px;position:relative;-ms-touch-action:none;background:#adadad}
.pr2main6 .swiper-scrollbar-disabled>.swiper-scrollbar,.pr2main6 .swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.pr2main6 .swiper-horizontal>.swiper-scrollbar,.pr2main6 .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:3px;width:98%}
.pr2main6 .swiper-scrollbar.swiper-scrollbar-vertical,.pr2main6 .swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.pr2main6 .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#036eb6;border-radius:2px;left:0;top:0}
.pr2main6 .swiper-scrollbar-cursor-drag{cursor:move}
.pr2main6 .swiper-scrollbar-lock{display:none}

.pr2main6 .swiper{width:calc(100% + 30px); height:100%; margin-right: 0px; padding-bottom: 62px; margin-left: -15px;}
.pr2main6 .swiper-slide{display:flex;flex-direction:column; justify-content:center;position:relative; padding:0 15px;}
.pr2main6 .swiper-slide img{display:block;width:100%}

.pr2main6 .swiper .m8lie{ width: 100%; margin: 0px;}

@media screen and (max-width:1359px) {
.pr2main6{ padding-top: 30px;}
.pr2main6 .swiper{ width: calc(100% + 10px); margin-top: 20px; padding-bottom: 30px; margin-left: -5px;}
.pr2main6 .swiper-slide{ padding:0 5px;}
}
@media screen and (max-width:999px) {
.pr2main6 .swiper{ padding-bottom: 20px;}
}

.prmain7{ padding-top: 69px;}
.pr7n{ padding-top: 30px;}
.pr7n2{ padding-left: 13px; margin-top: 6px; margin-bottom: 6px;}
.pr7n2 p{ padding-left: 19px; background: url("../images/dui.png") no-repeat left 10px;}
.pr7n p em{ padding-left: 33px;
  display:block;color: #666666;  background: url("../images/dui.png") no-repeat 13px 10px; font-style:normal;

 }
@media screen and (max-width:999px) {
.pr7n p em{ padding-left: 30px;
  display:block;color: #666666;  background: url("../images/dui.png") no-repeat 8px center; font-style:normal;

 }
}
@media screen and (max-width:1359px) {
.prmain7{ padding-top: 30px;}
.pr7n{ padding-top: 20px;}
}

.prmain8{ padding-top: 50px;}
.pr28n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 40px;}
.pr28tu{ width: 509px;}
.pr28zi{ width: calc(100% - 559px);}
.pr28lie{ border-bottom: 1px solid #dbdbdb; padding-bottom: 15px; margin: 22px 0;}
.pr28a{ font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.pr28p{ color: #555555; margin-top: 10px;}

@media screen and (max-width:1359px) {
    .pr28n{ padding-top: 20px;}
.pr28tu{ width: 400px;}
.pr28zi{ width: calc(100% - 420px);}
.pr28lie{ padding-bottom: 10px; margin: 10px 0;}
    .pr28p{ margin-top: 5px;}
}
@media screen and (max-width:767px) {
.prmain8{ padding-top: 30px;}
.pr28tu{ width: 100%; max-width: 500px; margin: auto;}
.pr28zi{ width: 100%; margin-top: 10px;}
}

.pr2main9{ padding-top: 50px; padding-bottom: 100px;}
.prxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 42px;}
.pr29l{ width: 50%; display: flex; flex-flow: wrap; justify-content: space-between;}
.pr29r{ width: calc(50% - 18px);}

.prxin .int1{ padding-left: 16px; width: 49.5%; margin-top: 23px;}
.prxin .int2{ padding-left: 16px; width: 100%; height: calc(100% - 23px); margin-top: 23px;}
.prxin .int3{ padding-left: 16px; width: 100%; margin-top: 23px; position: relative; padding-right: 190px;}

.prxin input,.prxin select{ width: 100%; height: 54px; line-height: 52px; padding: 0 12px; font-size: 16px; font-size: 1.6rem; color: #999; border: solid 1px #d2d2d2; background: #fff;}
.prxin textarea{ width: 100%; height: 100%; line-height: 32px; padding: 10px 12px; font-size: 16px; font-size: 1.6rem; color: #333; border: solid 1px #d2d2d2;}
.prxin select{ cursor: pointer}
.prxin .yanzheng{ width: 165px; height: 54px; position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.prxin .int2 input{ text-transform:uppercase; padding: 0px; background: #036eb6; border-radius: 8px; border-color: #036eb6; font-size: 18px; font-size: 1.8rem; height: 48px; line-height: 48px; margin-top: 3px; color: #fff; cursor: pointer; transition: 0.5s;}
.prxin .int2 input:hover{ background: #fff; color:#036eb6;}

.prxin .xing{ background: url("../images/xing.png") no-repeat left 24px;}

@media screen and (max-width:1359px) {
.pr2main9{ padding: 50px 0;}
    .prxin{ padding-top: 20px;}
    .prxin .int1,.prxin .int2,.prxin .int3{ margin-top: 10px;}
    .prxin .int2{ height: auto;}
    .prxin .int3{ padding-right: 100px;}
    .prxin .yanzheng{ width: 90px;}
    .prxin textarea{ height: 100px;}
    .prxin input,.prxin select,.prxin textarea,.prxin .int2 input{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
    .pr29l,.pr29r{ width: 100%;}
}
@media screen and (max-width:767px) {
.pr2main9{ padding: 30px 0;}
}

.pr2main10{ background: #f8f8f8; padding-top: 74px; padding-bottom: 115px;}
.pr2main10:after{background: url("../images/hobei.png") no-repeat top right}
.img-scroll2 {position: relative; margin-top:35px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 42px; height: 42px; line-height: 40px; font-size: 14px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #1466ac; color: #1466ac; top: -77px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { right: 50px; cursor: pointer;}
.img-scroll2 .next { right:0px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #1466ac;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.237%; margin-right: 0.01733%; position:relative;}
.img-list2 li .prlie{ width: 100%; margin: 0px;}

@media screen and (max-width:1359px) {
    .pr2main10{ padding: 50px 0;}
}
@media screen and (max-width:999px) {
.img-scroll2 .prev, .img-scroll2 .next { width: 30px; height: 30px; line-height: 28px; font-size: 11px; top: -50px;}
.img-scroll2 .prev { right: 40px;}
.img-scroll2 { margin-top:20px;}
}
@media screen and (max-width:767px) {
    .pr2main10{ padding: 30px 0;}
.img-list2 li { width:0.3233%; margin-right: 0.015%;}
    .img-list2 .m2mor2{ display: block;}
}
@media screen and (max-width:539px) {
.img-list2 li { width:0.49%; margin-right: 0.02%;}
}

/****************************  about  ***************************/
.abmain1{ padding-top: 76px; padding-bottom: 72px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab1tu{ padding-top: 50px; padding-bottom: 80px; background: url("../images/ab1bei.png") no-repeat center; background-size: auto 100%;}

.abmain2{ background: #e7eff7 url("../images/ab2bei.jpg") no-repeat top center; background-size: 100% auto; text-align: center; padding-top: 109px; padding-bottom: 15px; position: relative; z-index: 2}
.abmain2:after{content: ""; position: absolute; width: 100%; height: 100px; background: url("../images/ab3bei.png") no-repeat top left; background-size: 100% auto; left: 0px; top: 100%;}
.ab2biao{color: #1466ac;}
.ab2p{ margin-top: 20px;}

@media screen and (max-width:1359px) {
    .abmain1{ padding: 50px 0;}
    .ab1tu{ padding:30px 0;}
    .abmain2{ padding-top: 80px;}
}
@media screen and (max-width:999px) {
    .abmain1{ padding: 30px 0;}
    .abmain2{ padding-top: 50px;}
}
@media screen and (max-width:767px) {
    .ab1tu{ padding:20px 0;}
    .abmain2{ padding-top: 30px;}
    .ab2p{ margin-top: 10px;}
}

.abmain3{ padding:165px 0; background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.abmain3:after{content: ""; position: absolute; width: 100%; height: 102px; background: url("../images/ab3bei2.png") no-repeat bottom left; background-size: 100% auto; left: 0px; bottom: 0px;}

.abmain3 .swiper-container{position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.abmain3 .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.abmain3 .swiper-button-next,.abmain3 .swiper-button-prev{position:absolute;bottom:25%; width: 48px; height: 48px; line-height: 46px; border-radius: 50%; text-align: center; background: none; border: solid 1px #ffffff; color: #fff; cursor: pointer; transition: 0.5s; z-index: 9}
.abmain3 .swiper-button-prev{left:33%;right:auto}
.abmain3 .swiper-button-next{right:33%;left:auto}
.abmain3 .swiper-button-next:hover,.abmain3 .swiper-button-prev:hover{ background: #fff; color:#1466ac; border-color: #1466ac;}
.abmain3 .swiper-button-lock{display:none}

.abmain3 .swiper-pagination{position:absolute;text-align:center; transition: 0.5s; z-index:10}
.abmain3 .swiper-pagination.swiper-pagination-hidden{opacity:0}
.abmain3 .swiper-container-horizontal>.swiper-pagination-bullets,.abmain3 .swiper-pagination-custom,.swiper-pagination-fraction{bottom:30px;left:0;width:100%}
.abmain3 .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.abmain3 .swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#1a6aae; border:1px solid #1a6aae; margin: 0 5px;}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.abmain3 .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.abmain3 .swiper-pagination-bullet-active{opacity:1; background: #fff; border: 1px solid #1a6aae;}

.abmain3 .swiper-container { width: 154%; margin-left: -27%; height: 100%;}
.abmain3 .swiper-slide { /*width: 51% !important; margin-left: -2.5%; margin-right: 2.5%;*/ padding: 0 75px;}
.abmain3 .swiper-slide-active,.swiper-slide-duplicate-active{}

.ab3n{ margin-right: 30px; background: none; padding: 55px; padding-bottom: 70px; transition: 0.5s;}
.ab3zi{ opacity: 0; height: 389px; overflow: auto; transition: 0.5s;}
.ab3a{ display: block; font-size: 26px; font-size: 2.6rem; line-height: 34px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab3p{ margin-top: 19px; line-height: 28px;}

.ab3tu{ width: calc(100% + 85px); margin-top: 34px; position: relative; background: #000;}
.ab3tu img{ opacity: 0.5; transition: 0.5s;}
.ab3a2{ position: absolute; color: #fff; padding: 43px 40px; width: 50%; top: 0px; left: 0px; transition: 0.5s;}

.abmain3 .swiper-slide-active .ab3n{ background: #fff;}
.abmain3 .swiper-slide-active .ab3zi{ opacity: 1}
.abmain3 .swiper-slide-active .ab3tu img{ opacity: 1}
.abmain3 .swiper-slide-active .ab3a2{ opacity: 0}

.abmain3 .swiper-slide-prev .ab3a2{ left: auto; right: 0px; text-align: right;}
.abmain3 .swiper-slide-next .ab3tu{ margin-left: -55px;}

@media screen and (max-width:1559px) {
.abmain3 .swiper-slide { padding: 0 20px;}
.abmain3 .swiper-button-next,.abmain3 .swiper-button-prev{ width: 30px; height: 30px; line-height: 28px;}
.abmain3 .swiper-button-next i,.abmain3 .swiper-button-prev i{ font-size: 12px;}
.abmain3 .swiper-button-prev{left:32.6%;right:auto}
.abmain3 .swiper-button-next{right:32.6%;left:auto}

.ab3a{ font-size: 2px; font-size: 2rem; line-height: 28px;}
.ab3a2{ padding: 10px;}
}
@media screen and (max-width:1359px) {
.ab3n{ margin-right: 30px; padding: 20px; padding-bottom: 70px;}
.ab3tu{ width: calc(100% + 55px); margin-top: 20px;}
.abmain3 .swiper-slide-next .ab3tu{ margin-left: -20px;}
    .abmain3 .swiper-button-next,.abmain3 .swiper-button-prev{ display: none;}
}
@media screen and (max-width:999px) {
.abmain3{ padding:100px 0;}
.ab3zi{ height: 200px;}
    
.abmain3 .swiper-container-horizontal>.swiper-pagination-bullets,.abmain3 .swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;}
.abmain3 .swiper-pagination-bullet{width:6px;height:6px; margin: 0 2px;}
}
@media screen and (max-width:767px) {
.abmain3{ padding:50px 0;}
.abmain3 .swiper-container { width: 200%; margin-left: -50%; height: 100%;}
.abmain3 .swiper-slide { margin: 0px; padding: 0 5px;}
.ab3a{ font-size: 16px; font-size:1.6rem; line-height: 24px;}
    .ab3p{ margin-top: 10px;}
.ab3n{ margin-right: 0px; padding: 5px; padding-bottom: 30px;}
.ab3tu{ width: 100%; margin-top: 20px;}

.ab3zi{ height: 200px;}
    .ab3a2{ display: none;}

.ab3n{ background: #fff;}
.ab3zi{ opacity: 1}
.ab3tu img{ opacity: 1}
.ab3a2{ opacity: 0}
.abmain3 .swiper-slide-next .ab3tu{ margin-left: 0px;}
}

.abmain4{ background: url("../images/abditu.png") no-repeat center; padding-top: 55px; padding-bottom: 99px;}
.ab4biao{ text-align: center;}
.ab4pz{ text-align: center; margin-top: 20px;}

.img-scroll4 {position: relative; margin-top: 90px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 32px; height: 40px; line-height: 38px; text-align: center; color: #1466ac; font-size: 18px; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll4 .prev { left: 0px; cursor: pointer;}
.img-scroll4 .next { right:0px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #333;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:1%; position:relative; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.tmnav{ width: 100px; height: 56px; background: #fff; position:absolute; right: 45.7%; bottom: 0px; margin-right: -100px; z-index:99;}
.fenshu{ width:40px; height:56px; line-height:56px; margin:auto; text-align:center; color: #1466ac; font-size:16px; font-size:1.6rem;}
.fenshu span{ color: #1466ac;}
#fenshu2{ display: none !important;}

.ab4n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab4zi{ width: 51%;}
.ab4tu{ width: 45.7%; position: relative;}

.ab4a{}
.ab4p{ margin-top: 22px; line-height: 28px;}
.ab4p p{ color: #666666;}
.ab4mor{ margin-top: 70px;}

@media screen and (max-width:1559px) {
    .ab4n{ align-items: flex-end;}
}
@media screen and (max-width:1359px) {
    .abmain4{ padding: 50px 0;}
.img-scroll4 { margin-top: 40px;}
.ab4mor{ margin-top: 20px;}
    
    .img-scroll4 .prev, .img-scroll4 .next { width: 20px; font-size: 14px;}
.tmnav{ width: 70px; height: 30px; margin-right: -70px;}
.fenshu{ width:30px; height:30px; line-height:30px;}
}
@media screen and (max-width:767px) {
    .abmain4{ padding: 30px 0;}
.img-scroll4 { margin-top: 20px;}
.ab4zi{ width: 100%;}
.ab4tu{ width: 100%; margin-top: 20px; max-width: 500px;}
    .tmnav{ right: 100%;}
}

.abmain5{ background: #f5f5f5; padding-top: 50px;}
.ab5biao{ text-align: center;}

#outer { margin-top:37px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; padding: 6px 2px; border-bottom: 2px solid #f5f5f5; margin: 0 47px; z-index: 1}
#tab li span{ display: block; text-align: center; color: #333333; font-size: 18px; font-size: 1.8rem; line-height: 30px; transition: 0.5s;}

#tab li.current{ border-color: #1a6aae;}
#tab li.current span{color: #1a6aae; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 20px; font-size: 2rem;}

#content { display: block;}
#content .tabul {display: none; padding-top: 20px;}

.abmain5 .row{ margin-left: -13px; margin-right: -13px;}
.abmain5 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.abmain5 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain5 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain5 .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;}
	
.abmain5 .owl-carousel .owl-item{float: left; padding: 0 13px;}
.abmain5 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.abmain5 .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);}
.abmain5 .owl-theme .owl-controls{ text-align: center; margin-top: 50px;}
.abmain5 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.abmain5 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: url("../images/abdian.jpg") no-repeat center; margin: 4px; border-radius: 50%; font-size: 0px;}
.abmain5 .owl-theme .owl-controls .owl-page.active span{ background:url("../images/abdianh.jpg") no-repeat center; opacity:1;}

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

.ab5lie{ background: #ffffff; margin-top: 30px;}
.ab5tu img{ width: 100%;}
.ab5a{ text-align: center; padding: 15px 10px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; color: #333;}

.abmain6{background: #f5f5f5; padding-top: 14px; padding-bottom: 100px;}

@media screen and (max-width:999px) {
#outer { margin-top:20px;}
#tab li{ margin: 0 10px;}
#tab li span{ font-size: 14px !important; font-size: 1.4rem !important; line-height: 24px; transition: 0.5s;}
.ab5lie{ margin-top: 10px;}
.abmain5 .owl-theme .owl-controls{ margin-top: 20px;}

.abmain5 .row{ margin-left: -5px; margin-right: -5px;}
.abmain5 .owl-carousel .owl-item{ padding: 0 5px;}
.abmain6{ padding-top: 14px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.abmain5{ padding-top: 30px;}
    .ab5a{ padding: 5px;}
.abmain6{ padding-top: 0px; padding-bottom: 30px;}
}

.abmain7{ background: url("../images/ab6bei.jpg") no-repeat bottom center; padding-top: 50px;}
.abmain7:after{background: url("../images/ab6bei.png") no-repeat center top;}
.ab7biao{ color: #fff;}
.ab7p{ margin-top: 20px;}
.ab7p p{color: #fff;}
.ab7mor{ border-color: #fff; color: #fff; margin-top: 44px;}

@media screen and (max-width:999px) {
.abmain7{ padding: 50px 0;}
    .ab7mor{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.abmain7{ padding: 30px 0;}
}

/****************************  service  ***************************/
.semain{ background: url("../images/se1bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.semain:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/se1bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.semain1{ padding-top: 50px;}

.img-scroll3 {position: relative; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se1l{ width: 38%;}
.se1pz{ margin-top: 30px; line-height: 28px;}

.se1nav{ display: flex; flex-flow: wrap; margin-top: 76px;}
.img-scroll3 .prev, .img-scroll3 .next { text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; color: #1466ac; text-align: center; border-radius: 50%; background: none; border: solid 1px #1466ac; transition: 0.5s; z-index: 999}
.img-scroll3 .prev {  cursor: pointer;}
.img-scroll3 .next {  margin-left: 12px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #1466ac;}

.img-list3 {position: relative;overflow: hidden; width: 60.357%;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.5%; padding:0 16px; position:relative;}


.se1lie{ background: #ffffff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); padding: 20px; margin: 30px 0; height: 220px; overflow: auto;}
.se1tu{ width: 35px; height: 35px; position: relative;}
.se1tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se1a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 11px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se1p{ line-height: 28px; margin-top: 10px;}

@media screen and (max-width:1359px) {
.semain1{ padding-top: 30px;}
    .img-list3 li { padding: 0 10px;}
    .se1lie{ padding: 10px; margin: 15px 0;}
    .se1pz{ margin-top: 10px;}
    .se1nav{ margin-top: 20px;}
    .se1a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width:999px) {
.se1l{ width: 100%;}
    .img-list3 { width: 100%;}
    .img-list3 li { padding: 0; width: 0.49%; margin-right: 0.02%;}
    .se1lie{ box-shadow: none; border: 1px solid #eee;}
    .se1tu{ width: 25px; height: 25px;}
    
    .img-scroll3 .prev, .img-scroll3 .next { width: 30px; height: 30px; line-height: 28px; font-size: 12px;}
}
@media screen and (max-width:767px) {
    .se1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width:439px) {
    .img-list3 li { width: 1%;}
    .se1lie{ height: 170px;}
}

.semain2{ padding-top: 24px; padding-bottom: 179px; background: url("../images/se2bei.png") no-repeat bottom left; background-size: 100%;}
.semain2 .swiper-scrollbar{border-radius:2px;position:relative;-ms-touch-action:none;background:#adadad}
.semain2 .swiper-scrollbar-disabled>.swiper-scrollbar,.semain2 .swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.semain2 .swiper-horizontal>.swiper-scrollbar,.semain2 .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:3px;width:98%}
.semain2 .swiper-scrollbar.swiper-scrollbar-vertical,.semain2 .swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.semain2 .swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#036eb6;border-radius:2px;left:0;top:0}
.semain2 .swiper-scrollbar-cursor-drag{cursor:move}
.semain2 .swiper-scrollbar-lock{display:none}

.semain2 .swiper{width:calc(100% + 30px); height:100%; margin-right: 0px; padding-bottom: 62px; margin-left: -15px;}
.semain2 .swiper-slide{display:flex;flex-direction:column; justify-content:center;position:relative; padding:0 15px;}
.semain2 .swiper-slide img{display:block;width:100%}

.se2n{ display: flex; flex-flow: wrap;}
.se2lie{ width: calc((100% - 150px) / 4); margin-left: 50px; text-align: center; position: relative;}
.se2lie:before{content: ""; position: absolute; width: 32px; height: 32px; background: url("../images/jiantou.png") no-repeat center; background-size: cover; left: 100%; margin-left: 9px; top: 50px;}
.se2lie:nth-child(4n-3){margin-left: 0px;}
.se2tu{ width: 140px; height: 140px; position: relative; border-radius: 6px; margin: auto; background: #1466ac;}
.se2tu img{ width: auto !important; max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se2a{ font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333; margin-top: 13px;}
.se2p{ margin-top: 12px; line-height: 28px;}
.se2lie:nth-child(2n) .se2tu{ background: #081623;}
.se2lie:last-child:before{ display: none;}

.semain2 .swiper-pagination{ position: absolute; width: 100%; left: 0px; bottom: 15px; text-align: center; color: #1466ac;}
.semain2 .swiper-pagination span{ color: #1466ac;}

@media screen and (max-width:1359px) {
    .semain2{ padding-bottom: 80px;}
    .se2tu{ width: 70px; height: 70px;}
.se2lie{ width: calc((100% - 90px) / 4); margin-left: 30px;}
.se2lie:before{ width: 20px; height: 20px; margin-left: 5px; top: 25px;}
}
@media screen and (max-width:999px) {
.semain2{ padding-top: 2px;}
.se2lie{ width: calc((100% - 30px) / 2); margin-left: 30px; margin-top: 20px;}
.se2lie:nth-child(2n-1){margin-left: 0px;}
.se2lie:nth-child(2n):before{ display: none;}
}
@media screen and (max-width:767px) {
.semain2{ padding-bottom: 40px;}
   .se2tu{ width: 50px; height: 50px;}
.se2lie{ width: calc((100% - 10px) / 2); margin-left: 10px; margin-top: 20px;}
    .se2lie:before{ display: none;}
    .se2a{ margin-top: 5px;}
    .se2p{ margin-top: 5px;}
}

.semain3{ background: url("../images/se3bei.jpg") no-repeat bottom left; background-size: 100%; padding-top: 20px; padding-bottom: 124px;}
.img-scroll5 {position: relative;}
.img-scroll5 .prev, .img-scroll5 .next {position: absolute; text-align:center; display: block; width: 32px; height: 40px; line-height: 38px; text-align: center; color: #1466ac; font-size: 18px; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll5 .prev { left: 0px; cursor: pointer;}
.img-scroll5 .next { right:0px; cursor: pointer;}
.img-scroll5 .prev:hover,.img-scroll5 .next:hover { color: #333;}
.img-list5 {position: relative;overflow: hidden;}
.img-list5 ul {width: 10000%;}
.img-list5 li {float: left; width:1%; position:relative;}

.se3n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se3zi{ width: 61%;}
.se3tu{ width: 35.7%;}

.se3p{ line-height: 28px;}
.se3p:after{content: ""; clear: both; display: block;}
.se3biao{ float: left; color: #222222 !important; margin-right: 14px;}
.se3p1{ padding-top: 10px;}
.se3p2{ margin-top: 30px;}
.se3p2 p{ position: relative; padding-left: 26px;}
.se3p2 img{ width: 14px; position: absolute; left: 0px; top: 8px; }
.se3p2 strong{ color: #1466ac; font-weight: normal; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana;}
.se3p2 em{ color: #1466ac; font-style: normal;}
.se3mor{ margin-top: 45px;}

.semain3 .tmnav{right: 35.7%; bottom: 0px;}

@media screen and (max-width:1359px) {
.semain3{ padding-top: 20px; padding-bottom: 70px;}
.img-scroll5 .prev, .img-scroll5 .next { width: 20px; font-size: 14px;}
.se3p2{ margin-top: 10px;}
.se3mor{ margin-top: 15px;}
.se3p2 img{ top: 5px;}
}
@media screen and (max-width:767px) {
.semain3{ padding-top: 2px; padding-bottom: 40px;}
.se3zi{ width: 100%;}
.se3tu{ width: 100%; max-width: 400px; margin-top: 20px;}
.semain3 .tmnav{right: auto; left: 0px; bottom: 0px;}
.se3p2 img{ top: 4px;}
}

.semain4{ background: #1466ac; padding-bottom: 30px; padding-top: 30px;}
.se4n{ width: 32%;}
.se4biao{ color: #fff;}
.se4p{ margin-top: 20px; line-height: 28px;}
.se4p p{color: #fff;}

.semain5{ background: #f7f7f7 url("../images/se4bei.jpg") no-repeat top left; background-size: 100%;}
.semain5 .zong{ padding-top: 1px;}
.se5n{ margin-top: -240px; display: flex; flex-flow: wrap;}
.se5lie{ width: 32%; margin-left: 2%; margin-top: 30px; background: #ffffff; padding:28px 30px; height: 265px; overflow: auto;}
.se5lie:nth-child(3){margin-left: 0px;}
.se5lie:nth-child(1){margin-left: 34%;}

.se5a{ font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se5p{ margin-top: 9px; line-height: 28px;}
.se5p2{ margin-top: 16px;}
.se5p2 p{ margin-top: 4px; padding-left: 16px; background: url("../images/sanjiao.png") no-repeat left 10px;}

@media screen and (max-width:1359px) {
    .se5lie{ padding: 10px;}
    .se5a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
    .se5p2 p{ background-position: left 8px;}
}
@media screen and (max-width:767px) {
.se4n{ width: 100%;}
    .se5n{ padding-top: 30px; margin: auto;}
    .se5lie{ width: 49%; margin-left: 2%; margin-top: 15px; height: auto;}
    .se5lie:nth-child(2n-1){ margin-left: 0px;} 
    .se5a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .se5p2 p{ background-position: left 6px;}
}
@media screen and (max-width:399px) {
    .se5lie{ width: 100%; margin-left: 0;}
}

.semain6{ background: #f7f7f7; padding: 100px 0;}
.semain6 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se6l{ width: 50%;}
.se6r{ width: 46.2%; padding: 39px 0; background: url("../images/se6bei.png") no-repeat center; background-size: auto 100%;}

.se6p{ margin-top: 15px; line-height: 28px;}
.se6p p{color: #555555;}

.sexin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 35px;}
.sexin .int1{ width: 49.7%; padding-left: 16px; margin-top: 13px;}
.sexin .int2{ width: 100%; padding-left: 16px; margin-top: 13px;}
.sexin .int3{ width: 100%; padding-left: 16px; margin-top: 13px; padding-right: 460px; position: relative;}

.sexin input{ width: 100%; height: 54px; line-height: 54px; background: #fff; padding: 0 12px; font-size: 16px; font-size: 1.6rem; color: #333;}
.sexin textarea{ width: 100%; height: 78px; line-height: 30px; background: #fff; padding: 12px; font-size: 16px; font-size: 1.6rem; color: #333;}
.sexin .yanzheng{ width: 165px; height: 54px; position: absolute; right: 279px; bottom: 0px; cursor: pointer;}
.sexin .int4{ width: 266px; height: 54px; background: #1466ac; padding: 0px; text-align: center; font-size: 18px; font-size: 1.8rem; color: #fff; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: absolute; right: 0px; bottom: 0px; cursor: pointer; transition: 0.5s;}
.sexin .int4:hover{ background: #333;}

.sexin .xing{ background: url("../images/xing1.png") no-repeat left 22px;}

@media screen and (max-width:1359px) {
.semain6{ padding: 50px 0;}
    .sexin .int3{ padding-right: 230px;}
    .sexin input,.sexin textarea{ font-size: 14px; font-size: 1.4rem;}
.sexin .yanzheng{ width: 100px; right: 120px;}
.sexin .int4{ width: 110px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.se6l{ width: 100%;}
.se6r{ width: 100%; display: none;}
    .sexin{ padding-top: 10px;}
    .sexin .xing{ background-size: 5px;}
}
@media screen and (max-width:767px) {
.semain6{ padding: 30px 0;}
    .sexin .int1{ width: 49%;}
    .sexin .int3{ padding-right: 0px; padding-bottom: 65px;}
    .sexin input,.sexin textarea{ font-size: 12px; font-size: 1.2rem;}
.sexin .yanzheng{ width: 100px; right: auto; left: 16px;}
.sexin .int4{ width: calc(100% - 125px); font-size: 12px; font-size: 1.2rem;}
}

/****************************  faq  ***************************/
.famain{ padding-top: 70px;}
.fan{}
.falie{ border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 25px;}
.wen{ padding-left: 32px; font-size: 20px; font-size: 2rem; line-height: 30px; color: #222222; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.wen:before{content: ""; position: absolute; width: 10px; height: 2px; background: #1466ac; left: 10px; top: 50%; transform: translateY(-1px);}
.wen:after{content: ""; position: absolute; width: 10px; height: 2px; background: #1466ac; left: 10px; top: 50%; transform: translateY(-1px) rotate(90deg); transform-origin: center;}

.da{ padding-left: 16px; margin-left: 44px; line-height: 28px; margin-top: 22px; position: relative; display: none;}
.da:before{content: ""; position: absolute; width: 2px; height: 64%; background: #1466ac; left: 0px; top: 50%; transform: translateY(-50%);}

.falieh{}
.falieh .wen{ font-size: 22px; font-size: 2.2rem; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer;}
.falieh .da{ display: block;}
.falieh .wen:after{ transform: translateY(-1px) rotate(0deg);}

.fenye{ text-align: center; font-size: 0px; padding-top: 60px;}
.fenye a{ display: inline-block; vertical-align: middle; margin: 4px; padding: 0 16px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #666666; background: #f8f8f8; border: solid 1px #e5e5e5;}
.fenye a:hover,.dangfen{ background: #036eb6 !important; border-color: #036eb6 !important; color: #fff !important;}


@media screen and (max-width:1359px) {
.famain{ padding-top: 40px;}
    .wen{ font-size: 18px!important; font-size: 1.8rem !important; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana !important;}
    .falieh .wen{ color: #036eb6;}
    .da{ margin-left: 10px;}
    .fenye{ padding-top: 20px;}
}
@media screen and (max-width:999px) {
    .wen{ font-size: 16px!important; font-size: 1.6rem !important; line-height: 24px;}
    .da{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
    .wen{ font-size: 14px!important; font-size: 1.4rem !important; line-height: 24px;}
    .fenye{ padding-top: 10px;}
    .fenye a{ font-size: 12px; font-size: 1.2rem; padding: 0 10px;}
}

/****************************  application  ***************************/
.appmain{ padding-top: 65px;}
.appn{ padding-top: 0px; padding-bottom: 27px;}
.appn .m8lie{ margin-top: 30px;}

.appmain2{ background: none;}
.appmain2 input,.appmain2 textarea{ background: #f5f5f5;}

@media screen and (max-width:767px) {
.appmain{ padding-top: 30px;}
.appn .m8lie{ margin-top: 10px;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 60px; padding-bottom: 50px;}
.nen{ padding-bottom: 25px;}

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

/****************************  news2  ***************************/
.nemain2{ padding-top: 70px; padding-bottom: 78px;}
.nemain2 h1{ font-size: 32px; font-size: 3.2rem; line-height: 40px; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.net{ padding-top: 10px; border-bottom: 1px solid #e5e5e5; margin-top: 6px; padding-bottom: 16px;}
.netriqi{ display: inline-block; vertical-align: middle; color: #1466ac; margin-right: 10px;}
.share{ display: inline-block; vertical-align: middle;}
.share1{ color: #1466ac; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}

.nexiang{ margin-top: 38px; padding-bottom: 42px; border-bottom: 1px solid #e5e5e5;}
.nexiang strong{ font-size: 20px; font-size: 2rem; color: #333; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.nexiang em{ font-size: 18px; font-size: 1.8rem; color: #333; font-family: Roboto-Bold,Arial, "Arial Black", "sans-serif", Verdana; font-style: normal;}
.nexiang img{ display: inline-block;}
.nexiang p a{display: inline;color: #1466ac;}
.nexiang p a span{color: #1466ac;}

.fanpian{ display: flex; flex-flow: wrap; justify-content: space-between; line-height: 24px; padding-top: 6px;}
.fanpian li{ width: 49%; max-width: 490px; position: relative; margin-top: 20px;}
.fanpian li i{ display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #ffffff; border: solid 1px #1466ac; color: #1466ac; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%);}
.fanpian strong{ font-weight: normal; font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #1466ac;}

.fanpian li:nth-child(1){ padding-left: 60px;}
.fanpian li:nth-child(2){ padding-right: 60px; text-align: right;}
.fanpian li:nth-child(1) i{ left: 0px;}
.fanpian li:nth-child(2) i{right: 0px;}

.ne2main3{ padding-top: 92px;}
.ne2main3 .nen{ padding: 0px;}

@media screen and (max-width:1359px) {
.nemain2{ padding: 50px 0;}
.nemain2 h1{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
.nexiang strong{ font-size: 18px; font-size: 1.8rem;}
.nexiang em{ font-size: 16px; font-size: 1.6rem;}
    .share1{ font-size: 14px; font-size: 1.4rem;}
.ne2main3{ padding-top: 50px;}
}
@media screen and (max-width:999px) {
.nemain2 h1{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .fanpian li{ width: 100%; max-width: none; text-align: left !important;; padding: 0px !important;}
    .fanpian li i{ display: none;}
.nexiang strong{ font-size: 16px; font-size: 1.6rem;}
.nexiang em{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
.nemain2{ padding: 30px 0;}
    .net{ padding-bottom: 5px;}
    .nemain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .nexiang{ margin-top: 20px; padding-bottom: 20px;}
    .fanpian li{ margin-top: 10px;}
    .nexiang strong{ font-size: 14px; font-size: 1.4rem;}
.nexiang em{ font-size: 12px; font-size: 1.2rem;}
    .share1{ font-size: 12px; font-size: 1.2rem;}

.ne2main3{ padding-top: 30px;}
}

/****************************  application2  ***************************/
.appmain2{ display: flex; flex-flow: wrap; justify-content: space-between;}
.appl{ width: calc(100% - 400px);}
.appr{ width: 332px;}
.dian{ padding-left: 19px; position: relative;}
.dian:before{content: ""; position: absolute; width: 6px; height: 6px; background: #1466ac; border-radius: 50%; left: 0px; top: 12px;}

.apprn{ padding-top: 18px;}
.app2lie{ width: 100%; margin: auto; border: solid 1px #dbdbdb; margin-top: 20px;}

.app2main2{ padding-top: 40px; padding-bottom: 77px;}
.app2lie2{ width: 100%;}
.app2main2 .m2biao{ padding-right: 100px;}

@media screen and (max-width:1359px) {
.appl{ width: calc(100% - 280px);}
.appr{ width: 250px;}
}
@media screen and (max-width:999px) {
.appl{ width: 100%;}
.appr{ width: 100%; margin-top: 20px;}
    .apprn{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 1px;}
    .app2lie{ width: 49%; margin-left: 0px; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.app2main2{ padding-top: 20px; padding-bottom: 30px;}
}

/****************************  contact  ***************************/
.comain1{ padding-top: 69px;}
.coul{ display: flex; flex-flow: wrap; justify-content: space-between; line-height: 26px;}
.colie{ position: relative; padding-left: 32px; width: 49%; margin-top: 30px;} 
.colie:last-child{ padding-right: 110px; min-height: 100px;}
.colie em{ position: absolute; left: 0px; top: 10px; font-size: 24px;}
.colie strong{ font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333; font-weight: normal;}
.coma{ position: absolute; width: 100px; right: 0px; top: 0px;}

.comain1 .se6r{ padding-top: 64px; padding-bottom: 83px; background: url("../images/cobei.png") no-repeat center; background-size: auto 100%;}

.comain2{ padding-bottom: 108px;}

@media screen and (max-width:1359px) {
.comain1{ padding-top: 40px;}
.coma{ width: 70px;}
.colie:last-child{ padding-right: 80px; min-height: 70px;}
    .colie{ padding-left: 25px; margin-top: 10px;}
    .colie em{ font-size: 18px;}
.comain2{ padding-bottom: 50px;}
}
@media screen and (max-width:459px) {
.comain1{ padding-top: 30px;}
    .colie{ width: 100%;}
.comain2{ padding-bottom: 30px;}
}



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

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

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

}








@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
       url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("truetype"),
       url("../fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: Roboto-Medium;
	font-display: swap;
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('../fonts/RobotoMedium.woff2') format('woff2'),
         url('../fonts/RobotoMedium.woff') format('woff'),
         url('../fonts/RobotoMedium.ttf') format('truetype'),
         url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
  font-family: Roboto-Bold;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
       url("../fonts/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto-Bold.ttf") format("truetype"),
       url("../fonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont"; /* Project id 4828622 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1739596143327') format('woff2'),
       url('../fonts/iconfont.woff?t=1739596143327') format('woff'),
       url('../fonts/iconfont.ttf?t=1739596143327') 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-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-weixin:before {
  content: "\e65f";
}
.wuone{ font-size:14px;  line-height:30px;font-family: Montserrat-SemiBold,Arial, Helvetica, sans-serif;}
.xunpanc{ width:100%; margin-top:10px !important;font-family: Montserrat-SemiBold,Arial, Helvetica, sans-serif;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#1466ac}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #1466ac;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-family: Montserrat-SemiBold,Arial, Helvetica, sans-serif;
	margin-left: 10px; color:#fff;
	margin-bottom:10px;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}





















