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

body {margin: 0 auto;font-family:"å¾®è½¯é›…é»‘";font-size: 16px; font-size: 1.6rem; 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:"å¾®è½¯é›…é»‘";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: #2183e9;}

* { 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:#2183e9;
}


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

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1473px; margin: auto;}
    .zong1 {width: 95%; max-width: 1710px; 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: #2183e9;}
.logo:hover img {
    transform: scale(1, 1);
}
.fologo:hover img {
    transform: scale(1, 1);
}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666;}
.mp p,.mp a{color: #666; display: block;}
.mp a:hover{color: #2183e9;}

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

@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,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
body{ font-size: 14px; font-size: 1.4rem; }
}
@media screen and (max-width:767px) {
.mp,.mp1{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
body{ font-size: 12px; font-size: 1.2rem; }
}

.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: #000; 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: #000; 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 #2183e9; 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 #2183e9; -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: #2183e9; -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: #2183e9; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


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


/*  head  */
.head{ position:fixed; width:100%; left:0px; top:0px; background: #fff; box-shadow: 0px 5px 12px 1px rgba(33, 131, 233, 0.1); transition: 0.5s; z-index:99999}

.head .zong1{  position: relative; padding-top: 24px;}
.head .zong1:after{content: ""; clear: both; display: block;}

.logo{display:block; float: left; font-size: 0px;}
.logo span{ display:inline-block; vertical-align: middle;}
.logo1{ width: 100%;}
.logo2{ width: 192px; margin-left: 19px; padding-left: 14px; position: relative;}
.logo2:before{content: ""; position: absolute; width: 1px; height: 32px; background: #333333; }
.slogan{ color: #015bac; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-bottom: 4px; font-weight: bold; font-style: italic;}

.logo img{display:block;}

/*.hexin{ float: right; padding-top: 3px;}*/
/*.hexin li{ float: left; padding: 0 12px; line-height: 43px; margin-left: 10px; border-radius: 22px; font-size: 18px; font-size: 1.8rem; position: relative; background: #ebf2fe; font-family: Arial, "Arial Black", "sans-serif", Verdana;}*/
/*.hexin li i{ display: inline-block; vertical-align: middle; color: #2183e9; font-size: 18px; margin-right: 5px;}*/
/*.hexin li a{ display: inline; color: inherit;}*/

.hexin{ float: right; padding-top: 0px;margin-top: -7px;}
.hexin li{ float: left; padding: 0 12px 0 0; line-height: 1.5 !important; margin-left: 0px; border-radius: 22px; font-size: 21px; font-size: 2.1rem; position: relative;  font-family: Arial, "Arial Black", "sans-serif", Verdana;}
.hexin li div{ color: #1F87E8; font-size: 2rem; text-align: center;font-weight: 600;}
.hexin li a{ display: inline; color: #1F87E8;font-weight: 600; }

.daohang{ float:right; margin-right: 70px; padding-top: 3px;}
.daohang>ul{ display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang>ul>li{ float:left; transition: 0.5s; margin-left: 61px; padding-bottom: 21px;}
.daohang>ul>li:first-child{ margin-left: 0px;}
.daohang>ul>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:43px; position:relative; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.daohang>ul>li:hover>a{color: #2183e9;}
.dangqiandao>a{color: #2183e9 !important; font-weight: bold;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:65%; top:-9999px; right: 0px;}
.yiji{background:rgba(255,255,255,1); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07); display: flex; flex-flow: wrap; padding: 20px; max-height: calc(100% - 110px); overflow: auto;}
.yiji li{position:relative;transition:0.5s; width: 20%; padding: 0 10px;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px; padding: 10px 0; color: #666; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

.yiji li:hover>a{color: #2183e9;}
.yiji li:hover>a i{ right: 9px; opacity: 1}
.erji{position:absolute;width:325px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.erji li a{font-family: Poppins-Regular,Arial, "Arial Black", "sans-serif", Verdana; color: #555555;}
.sanji{position:absolute;width:200px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.daohang>ul>li:hover .yijiw{top:100%;}
.daohang>ul>li:hover .yiji>li>a{line-height:28px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}

/*  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; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #2183e9; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:50px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:46px;line-height:46px; 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:#fff; background: none;}
.suo{width:46px;height:46px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:46px; height:46px; text-align:center; line-height:46px; 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; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:20px !important;}
.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-right: 30px;}
.yvzhonga{ display:block; font-size:16px; font-size: 1.6rem; text-align:center; color:#fff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga i{ margin-right: 7px; font-size: 22px; color: #fff; display: inline-block; vertical-align: middle;}

.yvul{ width:100%; min-width:110px; position:absolute; top:50px; left:-15px; background:#2183e9; border: 1px solid #2183e9; border-radius: 5px; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 5px;}
.yvul a:hover{ background:#fff; color:#2183e9; text-decoration: none !important;}

.xnav{display:none}
.daohang2,.sousuo2{display:none}
.yvzhonga:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width:1699px) {   
.daohang{ margin-right: 10px;}
.daohang>ul>li{ margin-left: 26px;}
    .daohang>ul>li>a{ font-size: 18px; font-size: 1.8rem;}
    
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ font-size:18px !important; margin-right: 4px;}

.yvn{ margin-left: 10px;}
.yvzhonga{ font-size: 14px; font-size: 1.4rem;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px; padding:5px 0px;}
}
@media screen and (max-width:1359px) { 
    .head .zong1{ padding-top: 10px;}
    .logo{ margin-top: 0px;}
    .logo1{width: 100%;}
    .logo2{width: 120px; margin-left: 10px; padding-left: 10px;}
    .slogan{ font-size: 12px; font-size: 1.2rem;}
    .hexin{margin-top: 0px;}
    .hexin li{ font-size: 14px; font-size: 1.4rem; line-height: 40px;}
    .hexin li div{ font-size: 1.3rem;}
    .hexin li i{ font-size: 14px;}
    
    .daohang>ul>li{ padding-bottom: 15px; margin-left: 18px;}
    .daohang>ul>li>a{ font-size:14px;font-size:1.4rem; line-height: 40px;}
    .yiji li a{font-size:12px;font-size:1.2rem;line-height:0px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.daohang,.sousuo,.hexin{display: none;}
    .head .zong1{ padding: 10px 0;}
    .logo{ margin-top: 0px;}
    .logo1{width: 100%;
    max-width: 311px;}
    .logo2{width: 100px; margin-left: 10px; padding-left: 10px;}
    .slogan{ font-size: 10px; font-size: 1rem;}
    
    .yvzhonga{ line-height: 30px;}
.yvn{ margin-right: 45px; 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: #2183e9;right: 2.5%;top: 12px;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:#2183e9; 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: none !important; top: 50%; transform: translateY(-50%); width: 57px; height: 57px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 80px; cursor: pointer;}
.banner1 .slick-next { right: 80px; cursor: pointer;}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 30px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; }
.banner1 .slick-dots li.slick-active a { background: #3b84f8; opacity: 1}
.banner1 .slick-dots a { display: block; margin-left: 4.5px;margin-right: 4.5px; width: 51px; height: 10px; background: #f2f2f2; opacity: 0.3; border-radius: 5px; cursor: pointer;}
.banner.hide {display: none;}

@media screen and (max-width: 1359px) {
    .banner1 .slick-dots { bottom: 20px;}

}
@media screen and (max-width: 999px) {
.banner1 .slick-arrow { width: 35px; height: 35px;}
.banner1 .slick-prev { left: 10px;}
.banner1 .slick-next { right: 10px;}
.banner1 .slick-dots li { margin: 0 2px;}
.banner1 .slick-dots li.slick-active a { width: 20px;}
}

.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;}
}

.mbab{ padding: 32px 0; background: #3b84f8;}
.mbab .zong{ position: relative; padding-right: 188px;}
.mbab p{ font-size: 22px; font-size: 2.2rem; color: #fff; line-height: 30px; padding: 17px 0;}
.mbamor{ display: block; padding: 0 42px; height: 64px; line-height: 62px; font-size: 24px; font-size: 2.4rem; color: #3b84f8; font-weight: bold; background: #ffffff; border: 1px solid #fff; border-radius: 32px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.mbamor:hover{ background: #3b84f8; color: #fff;}

@media screen and (max-width: 1359px) {
.mbab p{ font-size: 18px; font-size: 1.8rem; padding: 10px 0;}
.mbamor{ padding: 0 30px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
.mbab .zong{ padding-right: 130px;}
.mbab{ padding: 10px 0;}
.mbab p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 0;}
.mbamor{ padding: 0 30px; height: 50px; line-height: 48px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.mbab .zong{ padding-right: 0px; text-align: center;}
    .mbab p{ padding: 0px;}
    .mbamor{ position: relative; right: auto; top: auto; transform: translate(0); margin-top: 10px; display: inline-block;}
}

/*  main1  */
.main1{ padding-top: 80px; padding-bottom: 100px;}
.biaot{ display: block; text-align: center; font-size: 40px; font-size: 4rem; line-height: 50px;}

#outer { margin-top:60px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative; max-width: 1300px; margin: auto;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 20%; padding: 0 10px; z-index: 1}
#tab li span{ display: inline-block; color: #435d7e; font-size: 24px; font-size: 2.4rem; line-height: 44px; transition: 0.5s; position: relative;}
#tab li span:before{content: ""; position: absolute; width: 100%; height: 3px; background: #d3d8e2; left: 0px; bottom: 0px;}

#tab li.current span{color: #3b84f8;}
#tab li.current span:before{ background: #3b84f8;}

#content { display: block;}
#content .tabul {display: none;}

.m1n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end;  max-width: 1300px; margin: auto; margin-top: 60px;}
.m1tu{ width: 50%;}
.m1zi{ width: calc(50% - 60px);}

.m1tu a{ display: block; overflow: hidden;}
.m1xtu{ display: block; width: 196px;}
.m1a{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 38px;}
.m1p{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 35px;}
.m1p a{ display: block; color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m1nav{ display: flex; flex-flow: wrap; justify-content: space-between; max-width: 363px; padding-top: 46px;}
.m1nav a{ width: 47.383%; margin-top: 10px;}
.mor{ display: inline-block; height: 57px; line-height: 55px; font-size: 18px; font-size: 1.8rem; color: #3b84f8; text-align: center; border-radius: 12px; border: solid 1px #3c85f9; overflow: hidden; position: relative;}
.mor span{ position: relative; z-index: 3; color: #3b84f8; transition: 0.5s;}
.mor:before{content: ""; position: absolute; width: 0px; height: 100%; background-image: linear-gradient(92deg, #3c85f9 0%, #59a0fd 100%); left: 0px; top: 0px; z-index: 1; transition: 0.5s;}
.mor:hover span{ color: #fff;}
.mor:hover:before{ width: 100%;}
.m1p a:hover{ color: #3b84f8;}

@media screen and (max-width: 1359px) {
.main1{ padding: 60px 0;}
.biaot{ font-size: 30px; font-size: 3rem; line-height: 40px;}
#outer { margin-top:40px;}
#tab li span,.m1a{ font-size: 20px; font-size: 2rem; line-height: 34px;}

    .m1n{ margin-top: 40px;}
    .m1xtu{ width: 120px;}
    .m1a{ margin-top: 10px;}
    .m1p{ margin-top: 20px;}
    .m1nav{ padding-top: 10px;}
    .mor{ height: 47px; line-height: 45px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 999px) {
.biaot{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
#tab li span,.m1a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m1n{ margin-top: 30px;}
    .m1p{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
.main1{ padding: 30px 0;}
.m1n{flex-direction: column-reverse;}
#outer { margin-top:30px;}

    #tab li{ width: auto; padding:5px 10px;}
    #tab li span{ font-size: 12px; font-size: 1.2rem;}
.biaot{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
#outer { margin-top:25px;}
    .m1tu,.m1zi{ width: 100%;}
    .m1zi{ margin-top: 20px; text-align: center;}
    .main1{ padding: 30px 0;}
    .m1xtu{ margin: auto; width: 100px;}
    .m1nav{ margin: auto;}
}

/*  main2  */
.main2{ background: #ebf2ff; padding-top: 90px; padding-bottom: 85px;}

.main2 .row{ margin-left: -15px; margin-right: -15px; margin-top: 60px;}
.main2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.main2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main2 .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;}
	
.main2 .owl-carousel .owl-item{float: left; padding: 0 15px;}
.main2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main2 .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);}
.main2 .owl-theme .owl-controls{ font-size: 0px; text-align: center;}
.main2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin: auto; margin-top: 37px;}
.main2 .owl-theme .owl-controls .owl-page span{display: block;width: 42px;height: 5px; background: #dbe5ee; border-radius: 3px; margin: 1px 4px; font-size: 0px;}
.main2 .owl-theme .owl-controls .owl-page.active span,.main2 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#2183e9; opacity:1;}

.main2 .owl-theme .owl-buttons{}
.main2 .owl-theme .owl-buttons div{ width: 35px; height: 96px; background-size: 100% 100% !important; position: absolute; top: 50%; transform: translateY(-50%); transition: 0.5s; font-size: 0px;}
.main2 .owl-theme .owl-prev{ left: -40px; background: url("../images/m2left.png") no-repeat center;}
.main2 .owl-theme .owl-next{ right: -40px; background: url("../images/m2right.png") no-repeat center;}
.main2 .owl-theme .owl-buttons div:hover{}

.m2tn{ background: #ffffff; border-radius: 12px; padding: 25px 20px; min-height: 377px;}
.m2xtu{ display: block; width: 135px; height: 52px; position: relative;}
.m2xtu img{ max-width: 100%; max-height: 100%; left: 0px; top: 0px;}
.m2a{ font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 30px; margin-top: 24px; color: #196cfb; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m2p{ line-height: 28px; margin-top: 26px;}
.m2p a{ color: #3e3a39; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.m2mor{ display: block; text-align: right; color: #2183e9; line-height: 26px; margin-top: 25px;}
.m2a:hover,.m2mor:hover{ text-decoration: underline;}

@media screen and (max-width: 1359px) {
    .main2{ padding: 60px 0;}
    .main2 .owl-theme .owl-buttons div{ width: 18px; height: 48px;}
.main2 .owl-theme .owl-prev{ left: -20px;}
.main2 .owl-theme .owl-next{ right: -20px;}
    
    .main2 .row{ margin-top: 40px;}
    .m2a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
    .main2 .owl-theme .owl-buttons div{ display: none;}
.main2 .owl-carousel .owl-item{ padding: 0 5px;}
.main2 .row{ margin-left: -5px; margin-right: -5px; margin-top: 30px;}
    .m2tn{ padding: 15px 10px; min-height: 300px;}
    .m2xtu{ width: 100px; height: 39px}
    .m2a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}
    .m2p{ margin-top: 10px;}

.main2 .owl-theme .owl-controls .owl-page{ margin-top: 20px;}
.main2 .owl-theme .owl-controls .owl-page span{width: 15px;height: 5px;}
}
@media screen and (max-width: 767px) {
    .main2{ padding: 30px 0;}
    .m2tn{ min-height: 270px;}
    .m2mor{ margin-top: 10px;}

}

.m2b{ padding-top: 14px;}
.m2n{ overflow:hidden; width: 100%; margin: auto; margin-top: 26px;} 
.m2n ul li ,.m2n ul li div{ float:left;line-height:25px;overflow:hidden;}
.m2n ul li div{ float:left; overflow:hidden; margin-right: 48px !important;}
.m2n ul li{}
.m2n ul li div p{ display: block; width: 177px; height: 0px; padding-bottom: 41.8%; background: #ffffff; /*box-shadow: 0px 6px 12px 1px rgba(33, 131, 233, 0.1);*/ border-radius: 12px; overflow: hidden; position: relative;}

.m2n ul li div p img{ max-width: 90%; max-height: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s; transition:0.5s;}

.m2mor2{ display: block; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 53px; color: #2183e9;}
.m2mor2:hover{ letter-spacing: 4px;}

@media screen and (max-width:1359px) {
.m2n{ margin: 10px 0;}
.m2n ul li div{ width: 200px; margin-right: 20px !important;}
.m2n ul li div p{ width: 100%;}
    .m2mor2{ font-size: 16px; font-size: 1.6rem; margin-top: 30px;}
}
@media screen and (max-width:1359px) {
.m2n ul li div{ width: 150px; margin-right: 10px !important;}
}
@media screen and (max-width:767px) {
.m2n ul li div{ width: 100px; padding: 0px; margin-right: 5px !important;}
    .m2mor2{ font-size: 12px; font-size: 1.2rem; margin-top: 20px;}
    .m2mor2 i{ font-size: 12px;}
}

/*  main3  */
.main3{ background: #f9fafc; padding-top: 70px; padding-bottom: 110px;}

.m3t{ display: flex; flex-flow: wrap; justify-content: space-between; border-bottom: 1px solid #cfe1ff; padding-bottom: 52px; padding-top: 93px;}
.m3tlie{ width: 33.333%; padding: 0 10px; text-align: center; position: relative;}
.m3tlie:before{content: ""; position: absolute; width: 1px; height: 105px; background: #cfe1ff; left: 0px; top: 50%; transform: translateY(-50%);}
.m3tlie:nth-child(3n-2):before{ display: none;}

.m3shu{ font-size: 40px; font-size: 4rem; line-height: 60px; color: #0074ff;}
.m3shu span,.m3shu em{ font-size: 60px; font-size: 6rem; font-weight:bold; color: #0074ff; font-family: Arial, "Arial Black", "sans-serif", Verdana; font-style: normal;}
.m3tp{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #333; max-width: 220px; margin: auto; margin-top: 10px;}

.m3b{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 42px;}
.m3lie{ width: 19%; max-width: 238px; text-align: center; padding: 0 31px; background: url("../images/m3bei.png") no-repeat center; background-size: 100% 100%;}
.m3ba{ font-size: 16px; font-size: 1.6rem; line-height: 50px; margin-bottom: 10px; border-bottom: 1px solid #cfe1ff; text-align: center;}
.m3ba span{ display: inline-block; vertical-align: middle; line-height: 20px;}
.m3bp{ font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold;}

@media screen and (max-width: 1359px) {
    .main3{ padding: 60px 0;}
    .m3t{ padding: 40px 0;}
.m3shu{ font-size: 24px; font-size: 2.4rem; line-height: 40px;}
.m3shu span,.m3shu em{ font-size: 40px; font-size: 4rem;}
    .m3tp{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}

    .m3ba{ font-size: 14px; font-size: 1.4rem;}
    .m3bp{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 999px) {
    .m3ba{ font-size: 12px; font-size: 1.2rem;}
    .m3bp{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
    .m3lie{ padding: 0 15px;}
}
@media screen and (max-width: 767px) {
    .main3{ padding: 30px 0;}
    .m3t{ padding: 30px 0;}
.m3shu{ font-size: 16px; font-size: 1.6rem; line-height: 40px;}
.m3shu span,.m3shu em{ font-size: 26px; font-size: 2.6rem;}
    .m3b{ padding-top: 30px;}
    .m3tp{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
    .m3bp{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width: 569px) {
.m3lie{ width: 49%; max-width: none; margin: 8px 0;}
}

/*  main4  */
.main4{ padding-top: 75px;}
.m4t{ background-image: linear-gradient(92deg, #f9fbff 0%, #62a7f0 100%); border-radius: 20px; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 70px;}
.m4ttu{ width: 52.4%; position: relative; overflow: hidden;}
.m4tzi{ width: 47.6%; padding: 50px; padding-left: 100px;}

.m4ttu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover; opacity: 0.6}

.m4tzi .biaot{ text-align: left;}
.m4tpz{ line-height: 30px; margin-top: 2px;}
.m4tpz a{ color: #71738f;}
.m4tpz a:hover{ color: #2183e9;}

.m4tn{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 20px;}
.m4tlie{ width: 48%; position: relative; padding-left: 40px; margin-top: 10px;}
.m4tlie i{ display: block; width: 30px; height: 30px; position: absolute; left: 0px; top: 5px;}
.m4tlie i img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m4ta{ display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.m4tp{ display: block; color: #71738f; line-height: 30px;}

.m4mor{ text-align: left; margin-top: 35px;}
.m4b{ font-size: 20px; font-size: 2rem; line-height: 50px; margin-top: 45px;}
.m4b a{ color: #595757; display: block; text-indent: 2em;}
.m4b a:hover{ color: #2183e9;}

.m4mor2{ text-align: right; padding-top: 5px;}
.m4mor2 .mor{ padding: 0 50px;}

@media screen and (max-width: 1359px) {
.main4{ padding-top: 50px;}
    .m4t{ margin-top: 30px;}
    .m4tzi{ padding: 20px;}
.m4b{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
    .m4ta{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
    .m4tpz{ line-height: 24px;}
    .m4tn{ padding-top: 1px;}
    .m4mor{ margin-top: 10px;}
    .m4tp{ line-height: 22px;}
}
@media screen and (max-width: 767px) {
.main4{ padding-top: 30px;}
.m4ttu{ width: 100%; height: 300px;}
.m4tzi{ width: 100%;}
.m4b{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.m4mor2 .mor{ padding: 0 30px;}
}

.main5{ padding-top: 66px; padding-bottom: 60px;}
.main5 .row{ margin-left: -42px; margin-right: -42px;}
.main5 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.main5 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main5 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main5 .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;}
	
.main5 .owl-carousel .owl-item{float: left; padding: 0 42px;}
.main5 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main5 .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);}
.main5 .owl-theme .owl-controls{ width: 100%; text-align: center; font-size: 0px; margin-top: 59px;}
.main5 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main5 .owl-theme .owl-controls .owl-page span{display: block; width: 14px; height: 14px; margin: 2px 9px; border-radius: 50%; background: #fff; border: 1px solid #5f96f9; font-size: 0px;}
.main5 .owl-theme .owl-controls .owl-page.active span{ background:#5f96f9; opacity:1;}

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

.m5tu{ display: block;}
.m5tu img{  transform: scale(1) !important}

@media screen and (max-width: 1359px) {
.main5{ padding: 40px 0;}
.main5 .row{ margin-left: -20px; margin-right: -20px;}
.main5 .owl-carousel .owl-item{ padding: 0 20px;}
.main5 .owl-theme .owl-controls{ margin-top: 30px;}
}
@media screen and (max-width: 999px) {
.main5 .row{ margin-left: -10px; margin-right: -10px;}
.main5 .owl-carousel .owl-item{ padding: 0 10px;}

.main5 .owl-theme .owl-controls{ margin-top: 20px;}
.main5 .owl-theme .owl-controls .owl-page span{ width: 10px; height: 10px; margin: 2px;}
}
@media screen and (max-width: 767px) {
.main5{ padding: 30px 0;}
.main5 .row{ margin-left: -5px; margin-right: -5px;}
.main5 .owl-carousel .owl-item{ padding: 0 5px;}
}

/*  main6  */
.main6{ background: #f9fafc; padding-top: 60px; padding-bottom: 82px;}

.m6n{ padding-top: 30px;}
.m6lie{ overflow:hidden; width: 100%; margin: auto; margin-top: 32px;}
.m6lie ul li ,.m6lie ul li div{ float:left;}
.m6lie ul li div{ float:left; margin-right: 48px !important;}
.m6lie ul li{ padding: 10px;}
.m6lie ul li div p{ display: block; color: #8992b5; padding: 0 30px; line-height: 52px; height: 52px; border-radius: 26px; position: relative;}
.m6lie ul li div:nth-child(2n-1) p{ background: #e8f6fe;}
.m6lie ul li div:nth-child(2n) p{ background: #e6ecfb;}

.m6lie ul li div p span{ position: absolute; width: 70px; height: 70px; border-radius: 50%; background: #fff; left: -45px; top: 50%; transform: translateY(-50%); overflow: hidden;}
.m6lie ul li div p span img{ max-width: 90%; max-height: 90%; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}


@media screen and (max-width: 1359px) {
.main6{ padding: 60px 0;}

}
@media screen and (max-width: 999px) {
.m6n{ padding-top: 10px;}
.m6lie{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.main6{ padding: 30px 0;}
.m6lie{ margin-top: 5px;}
.m6lie ul li div{ margin-right: 30px !important;}
.m6lie ul li div p{ padding: 0 30px; line-height: 40px; height: 40px;}
.m6lie ul li div p span{ width: 50px; height: 50px; left: -25px;}
}

/*  main7  */
.main7{ padding-top: 94px; padding-bottom: 80px;}

#outer2 { margin-top:67px; position: relative;}
#tab2 {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab2 li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 185px; margin: 0 25px; z-index: 1}
#tab2 li:before{content: ""; position: absolute; width: 0px; height: 100%; background-image: linear-gradient(92deg, #3c85f9 0%, #59a0fd 100%); top: 0px; left: 0px; transition: 0.5s; z-index: -1}
#tab2 li span{ display: block; text-align: center; color: #a3afc5; font-size: 30px; font-size: 3rem; height: 56px; line-height: 56px; transition: 0.5s;}

#tab2 li.current2:before{ width: 100%; border-radius: 12px;}
#tab2 li.current2 span{color: #fff;}

#content2 { display: block;}
#content2 .tabul2 {display: none; padding-top: 20px; vertical-align:middle;}

.m7mor{ text-align: right; margin-top: 0px; margin-bottom: 26px;}
.m7n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m7tu{ width: 557px; position: relative;}
.m7zi{ width: calc(100% - 573px); display: flex; flex-flow: wrap; justify-content: space-between;}

.m7tun{ display: block; overflow: hidden;}
.m7tun{border-radius: 12px; position: relative; padding-bottom: 78.6%;}
 .m7tun img {width: 100%; position: absolute; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m7fu{ position: absolute; width: 100%; background-image: linear-gradient(0deg, #2183e9 0%, rgba(33, 131, 233, 0) 100%); left: 0px; bottom: 0px; padding-right: 100px; padding-left: 20px; padding-bottom: 20px; padding-top: 80px;border-radius: 12px;}
.m7la{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m7lriqi{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #ffffff; position: absolute; right: 20px; bottom: 20px;}
.m7la:hover{ color: #fff; text-decoration: none; }

.m7zin{ width: calc(50% - 6px); padding:10px 20px; background: #fbfcff;}
.m7zin li{ display: flex; flex-flow: wrap; justify-content: space-between; padding: 20px 0;}
.m7a{ display: block; width: calc(100% - 80px); white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; color: #333}
.m7riqi{ font-size: 14px; font-size: 1.4rem; color: #bdbdbd; line-height: 30px;}

@media screen and (max-width: 1559px) {
.m7tu{ width: 400px;}
.m7zi{ width: calc(100% - 415px);}
    .m7zin{ padding: 10px;}
    .m7zin li{ padding: 10px 0;}
}
@media screen and (max-width: 1359px) {
.main7{ padding: 60px 0;}
    .m7zin{ padding: 10px;}
    #tab2 li span{ font-size: 20px; font-size: 2rem;}
    
    .m7fu{ padding: 10px; padding-right: 90px; padding-top: 40px;}
    .m7la{ font-size: 16px; font-size: 1.6rem;}
    .m7lriqi{ font-size: 12px; font-size: 1.2rem; bottom: 10px; right: 10px;}

#outer2 { margin-top:30px;}
#tab2 li{ width: 120px; margin: 0 10px;}
    .m7a{ width: calc(100% - 50px);}
    #content2 .tabul2 { padding-top: 15px;}

.m7tu{ width: 300px;}
.m7zi{ width: calc(100% - 315px);}
    .m7zin li{ padding: 3px 0;}
    .m7riqi{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width: 999px) {
.m7tu{ display: none;}
.m7zi{ width: 100%;}
    #tab2 li span{ font-size: 16px; font-size: 1.6rem; height: 40px; line-height: 40px;}
}
@media screen and (max-width: 767px) {
.main7{ padding: 30px 0;}
    .m7mor{ margin-bottom: 10px;}
    .m7zin{ width: 100%; padding: 0 10px;}
}

/*  main8  */
.main8{background-image: linear-gradient(92deg, #f9fbff 0%, #62a7f0 100%); display: flex; flex-flow: wrap; justify-content: space-between;}
.m8zi{ width: 57%; padding: 55px 20px; padding-left: 237px;}
.m8tu{ width: 43%; position: relative; overflow: hidden;}

.m8a{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 48px; font-weight: bold; color: #006eff;}
.m8p{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px; color: #333;}
.m8tel{ display: inline-block; height: 66px; line-height: 66px; padding: 0 25px; font-size: 36px; font-size: 3.6rem; margin-top: 23px; color: #4796ff; font-family: Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold; background: #ffffff; border-radius: 33px;}
.m8tel a{ color:#006eff;}
.m8tel i{ font-size: 34px; display: inline-block; vertical-align: middle;}

.m8tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover; opacity: 0.7}

@media screen and (max-width: 1559px) {
.m8zi{ padding: 40px;}

.m8a{ font-size: 26px; font-size: 2.6rem; line-height: 38px;}
.m8p{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 15px;}
.m8tel{ height: 50px; line-height: 50px; font-size: 22px; font-size: 2.2rem; margin-top: 23px;}
.m8tel i{ font-size: 28px}
}
@media screen and (max-width: 767px) {
.m8zi{ width: 100%; padding: 30px 2.5%;}
.m8tu{ width: 100%; height: 200px;}
.m8a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m8p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}
}

/*  foot  */
.foot{ background: #1d2c43;}
.foot .zong1{ max-width: 1610px;}

.foc{ padding-top: 56px;}
.foc:after{content: ""; clear: both; display: block;}
.fologo{ display: block; width: 164px; float: left;}

.shejiao{ margin-top: 46px; font-size: 0px; float: right; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao p{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff; font-weight: bold;}
.shen{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.shen li{ position: relative; margin-left: 60px; z-index: 3}
.shen li i{ color: #fff; font-size: 22px; cursor: pointer; transition: 0.5s;}
.shen li img{ position: absolute; width: 120px; right:0px; top: 100%; max-width: none; display: none;}
.shen li:first-child{ margin-left: 35px;}
.shen li:hover i{ color: #4796ff;}
.shen li:hover img{ display: block;}

.youlian{ float: right; position: relative; margin-top: 31px; margin-right: 36px; z-index: 3}
.yla{ height: 51px; line-height: 51px !important; padding-left: 29px; padding-right: 40px; color: #ffffff; background: #4796ff; border-radius: 27px 26px 26px 0px; cursor: pointer;}
.yla:before{content: ""; position: absolute; width: 0; border: 10px solid #fff; border-radius: 5px; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent; position: absolute; right: 17px; top: 20px;}
.yln{ position: absolute; width: 100%; left: 50%; transform: translateX(-50%); top: 100%; background: #fff; max-height: 200px; overflow: auto; display: none;}
.yln li a{ display: block; line-height: 30px; padding:5px 10px;}
.yln li a:hover{ background: #eee;}

.fot{ padding-top: 22px; padding-bottom: 85px; display: flex; flex-flow: wrap;}

.folie{ margin-top: 30px;}
.fo1{ width: 27%;}
.fo2{ width: 11.5%; margin-left: 2%;}
.fo3{ width: 12.5%; margin-left: 2%;}
.fo4{ width: 11.5%; margin-left: 2%;}
.fo5{ width: 11.5%; margin-left: 2%;}
.fo6{ width: 8%; margin-left: 2%;}
.fo7{ width: 6%; margin-left: 2%;}

.fobiao{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; color: #ffffff; position: relative; font-weight: bold;}

.fonav{ margin-top: 15px;}
.fonav a{color: #ffffff; opacity: 0.63; display: block; margin-top: 5px;}

.foul{ text-align: left; padding-top: 28px;}
.foul li{ position: relative; margin-top: 12px; padding-left: 27px; color: #ffffff; font-weight: bold;}
.foul li i{ position: absolute; left: 0px; top: 0px;}
.foul li p,.foul li a{color: #ffffff;}
.foul li a{color: #ffffff; display: inline;}
.foul strong{ font-size: 23px; font-size: 2.3rem;}

.fonav a:hover{ opacity: 1; color: #fff;}

.foadd ul{ display: flex; flex-flow: wrap; justify-content: space-between;}
.foadd li{ padding-left: 27px; color: #ffffff; line-height: 30px; position: relative;}
.foadd li i{ position: absolute; left: 0px; top: 0px;}
.foadd li strong{ color: #ffffff;font-style: normal;}
.foadd li span{ color: #ffffff;font-style: normal;}

.fob{ padding: 32px 0; margin-top: 63px; border-top: 1px solid #999999; display: flex; flex-flow: wrap; justify-content: space-between;}

.fob p{ color: #999999;}
.fob p a{ display: inline-block; vertical-align: middle; color: #999999;}
button{border: none;
    background: transparent;}
@media screen and (max-width:1559px) {
.fo1{ width: 21%;}
.fo2{ width: 11.5%; margin-left: 2%;}
.fo3{ width: 12.5%; margin-left: 2%;}
.fo4{ width: 11.5%; margin-left: 2%;}
.fo5{ width: 11.5%; margin-left: 2%;}
.fo6{ width: 10%; margin-left: 2%;}
.fo7{ width: 10%; margin-left: 2%;}

.foul strong{ font-size: 20px; font-size: 2rem;}
    .foadd strong{ display: block;}
}
@media screen and (max-width:1359px) {
    .fologo{ width:120px;}
    .fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .fonav{ margin-top: 10px;}
    .fot{ padding-bottom: 40px;}
    .fob{ padding: 15px 0; margin-top: 25px;}
.fonav,.foul,.fop{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}

    .shejiao{ margin-top: 0px;}
    .youlian{ margin-top: -10px;}
    .shen li{margin-left: 20px;}
    .shejiao p{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
    .foot{ padding-top: 20px; padding-bottom: 30px; background-position: left top;}
    .fot{ padding-bottom: 10px; display: none;}
    .foc{ padding-top: 10px;}
    
    .fologo{ width: 100px; float: none; margin: auto;}
    .youlian{ display: none;}
    .shejiao{ float: none; margin: auto;}
    .shejiao p{ display: none;}
    .shen{ text-align: center; margin: auto; margin-top: 20px; width: 100%; max-width: 320px;}
    .shen li{ width: 32.333%; margin: 0px !important;}
    .shen li i{ display: none;}
    .shen li img{ display: block; position: relative; width: 100%;}
    
.folie{ width: 100%; margin-left: 0px; margin-top: 0px; padding-top: 0px; background-size: 60px;}
.fobiao{ display: block; font-size: 14px; font-size: 1.4rem; border-bottom: 1px solid #ddd; line-height: 30px; padding: 10px 0; padding-right: 20px; margin-top: 10px; position: relative;}
    .fobiao:before{ display: none;}
    .fobiao:after{content: ""; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #2183e9; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.fonav{ padding-top: 10px; margin-top: 0px; display: none; margin-bottom: 0px;}
    .foul{ padding-top: 0px; display: none;}
    .foul li{ margin-bottom: 5px;}
    .foxinz{ display: none;}
    
    .foadd{ text-align: center; display: block; margin-top: 20px;}
    .foadd li{ display: inline-block; text-align: left;}
    .foadd li  strong{ position: relative; display: inline-block; vertical-align: middle;}
    
    .fot{ padding-left: 0px; padding-top: 1px;}
    .fob{ margin-top: 10px; padding-left: 0px; display: block; text-align: center; padding: 0px;}
    
    .fomor{ margin-top: 10px;}
}



/*  foot  */
.lianxi{ position:fixed; width:82px; right:0px; top:50%; transform:translateY(-50%); padding: 15px 0; background: #ffffff; box-shadow: 0px 2px 8px 1px rgba(59, 60, 60, 0.08);	border-radius: 6px; z-index:999999}
.lianxi>div{ text-align: center; padding: 3px 0;}
.lianxi>div a{ display:block; width:82px; text-align:center; cursor: pointer;}
.lianxi>div a i{ display: block; width: 42px; height: 42px; line-height: 42px; border-radius: 6px; margin: 5px auto; text-align: center; background: #f5f8ff; transition: 0.5s; color: #084d93; font-size: 26px; display: block;}
.lianxi>div span{ font-style: normal; color: #616161; font-size: 12px; font-size: 1.2rem; line-height: 22px; transition: 0.5s;}
.lianxi .top a em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.lianxi>div:hover a i{ background: #e31d1a; color: #fff;}
.lianxi>div:hover span{ color: #e31d1a;}

.guanbi{ width: 28px; height: 28px; line-height: 28px; text-align: center; border-radius: 50%; position: absolute; top: 108%; left: 50%; transform: translateX(-50%); cursor: pointer;}

.lxtan{ position: absolute; right: 100%; top: 0px; opacity: 0; width: 0px; overflow: hidden; transition: 0.5s;}
.lxtann{ width: 280px; border-radius: 10px; padding:50px 40px !important; background: url("../images/kebei.jpg") no-repeat center; background-size: cover; transition: 0.5s;}
.lxtan i{ color: #fff; font-size: 50px;}
.lxa{ color: #fff; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px;}
.lxp{ color: #fff; font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 20px; font-weight: bold;}
.lxp a{ color: #fff; text-decoration: none; width: auto !important; display: inline;}
.lxtu{ width: 86%; margin: auto;}
.lxtu img{ width: 100%;}

.lianxi>div:hover .lxtan{ width: 280px; opacity: 1;}

@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); display: none;}
.lianxi div{ width:20%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#222; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; padding: 0px;}
    .lianxi div a i{ line-height: 40px; font-size: 20px;}
    .lianxi div a em{ display: none !important;}
.weixin2{ display:block}
.weixin1{ display:none}

.tankuang{ position:absolute; width: auto !important; min-width: 100%; bottom:50px; left: 50%; transform: translateX(-50%); 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: 50%; transform: translateX(-50%)}
}

/****************************  product  ***************************/
.fenbanner{ position: relative;}
.fenbanner img{ width: 100%;}

.prmain1{ background: #f7f9ff; box-shadow: 0px 5px 12px 1px rgba(33, 131, 233, 0.1); border-radius: 30px; border: solid 3px #ffffff; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 65px 48px; margin-top: 70px;}
.pr1tu{ width: 686px;}
.pr1zi{ width: calc(100% - 757px);}

.pr1xtu{ width: 196px;}
.pr1zi h1{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 18px;}
.pr1p{ margin-top: 36px; padding-bottom: 35px;}
.pr1p p{ color: #333333;}

.prmain2{ padding-top: 80px; padding-bottom: 105px; border-bottom: 1px solid #f0f0f0;}
.chanxbiao{ font-size: 34px; font-size: 3.4rem; line-height: 40px; color: #000000; font-weight: bold; padding-left: 17px; position: relative;}
.chanxbiao:before{content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 8px; height: 44px; background-image: linear-gradient(92deg, #3c85f9 0%, #59a0fd 100%); border-radius: 3px;}

.chanxiang{ margin-top: 60px; line-height: 36px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #333;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline-block; color: #006eff;}

@media screen and (max-width: 1559px) {
.pr1tu{ width: 500px;}
.pr1zi{ width: calc(100% - 530px);}

.pr1xtu{ width: 100px;}
.pr1zi h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px;}
.pr1p{ margin-top: 15px; padding-bottom: 0px;}
    
.prmain2{ padding: 60px 0;}
.chanxiang{ margin-top: 30px;}
}
@media screen and (max-width: 1359px) {
    .prmain1{ padding: 10px; margin-top: 30px;}
.pr1tu{ width: 400px;}
.pr1zi{ width: calc(100% - 430px);}
.pr1zi h1{ font-size: 20px; font-size: 2rem;}
    
    .chanxbiao{ font-size: 30px; font-size: 3rem;}
}
@media screen and (max-width: 999px) {
.pr1tu{ width: 350px;}
.pr1zi{ width: calc(100% - 370px);}
    .chanxbiao{ font-size: 24px; font-size: 2.4rem; padding-left: 12px;}
    .chanxbiao:before{ width: 4px; height: 26px;}
}
@media screen and (max-width: 767px) {
.pr1tu{ width: 100%; max-width: 600px; margin: auto;}
.pr1zi{ width: 100%; margin-top: 20px;}

.prmain2{ padding: 30px 0;}
.chanxiang{ margin-top: 20px;}
    .chanxbiao{ font-size: 20px; font-size: 2rem;}
}

.homain{ padding-top: 80px; padding-bottom: 132px;}
.hobiao{ padding-left: 0px;}
.hobiao:before{ display: none;}

.pjn{ display: flex; flex-flow: wrap;}
.pjlie{ width: 32%; margin-left: 2%; margin-top: 35px; box-shadow: 0px 3px 12px 1px rgba(103, 127, 153, 0.12); border-radius: 12px; overflow: hidden;}
.pjlie:nth-child(3n-2){margin-left: 0px;}
.pjtu{ display: block; border-radius: 12px; overflow: hidden; position: relative; padding-bottom: 72.157%;}
.pjtu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.pjtu:hover img{ transform: translate(-50%,-50%) scale(1.1);}

.pjzi{ padding: 15px 10px;}
.pjsp{ display: inline-block; padding: 0 13px; background: #e4efff; border-radius: 15px; line-height: 29px; font-size: 14px; font-size: 1.4rem; color: #3b84f8;margin-bottom: 8px;}
.pja{ display: block; font-size: 20px; font-size: 2rem; line-height: 34px; margin-top: 13px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 1359px) {
.homain{ padding: 60px 0;}
    .pja{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
    .pjlie{ margin-top: 20px;}
    .pjsp{ font-size: 12px; font-size: 1.2rem;}
    .pja{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 6px;}
}
@media screen and (max-width: 767px) {
.homain{ padding: 30px 0;}
    .pja{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 6px;}
}
@media screen and (max-width: 599px) {
.pjlie{ width: 49%; margin-left: 2%;}
.pjlie:nth-child(3n-2){margin-left: 2%;}
.pjlie:nth-child(2n-1){margin-left: 0px;}
    .pjzi{ padding:10px 5px;}
}


/****************************  news  ***************************/
.ne1main1{ padding-top: 65px;}
.ne1main1 .row{}
.ne1main1 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.ne1main1 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.ne1main1 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.ne1main1 .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;}
	
.ne1main1 .owl-carousel .owl-item{float: left;}
.ne1main1 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.ne1main1 .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);}
.ne1main1 .owl-theme .owl-controls{ position: absolute; right: 66px; bottom: 36px;}
.ne1main1 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.ne1main1 .owl-theme .owl-controls .owl-page span{display: block;width: 16px;height: 4px; border-radius: 2px; background: #ffffff;opacity: 0.4; margin: 2px; font-size: 0px;}
.ne1main1 .owl-theme .owl-controls .owl-page.active span,.ne1main1 .owl-theme .owl-controls.clickable .owl-page:hover span{ opacity:1;}

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

.ne1lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background-image: linear-gradient(77deg, #3b84f8 37%, #cfe1ff 100%); border-radius: 12px;}
.ne1tu{ width: 545px; display: block; overflow: hidden;}
.ne1zi{ width: calc(100% - 545px); padding: 50px 63px;}
.ne1riqi{ color: #fff; display: block;}
.ne1a{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 18px; margin-bottom: 24px; color: #ffffff; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.ne1p{}
.ne1p a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.ne1zi a:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width: 1359px) {
.ne1main1 .owl-theme .owl-controls{ right: 10px; bottom: 10px;}
    .ne1tu{ width: 400px;}
.ne1zi{ width: calc(100% - 400px); padding: 20px;}
    .ne1a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px; margin-bottom: 10px;}
}
@media screen and (max-width: 999px) {
    .ne1tu{ width: 300px;}
.ne1zi{ width: calc(100% - 300px);}
    .ne1a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 10px; margin-bottom: 10px;}
}
@media screen and (max-width: 767px) {
.ne1main1{ padding-top: 30px;}
    .ne1tu{ width: 240px;}
.ne1zi{ width: calc(100% - 240px); padding-top: 10px;}
    .ne1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width: 499px) {
    .ne1tu{ width: 100%;}
.ne1zi{ width: 100%; padding: 10px; padding-bottom: 30px;}
}

.nenav{ padding-top: 78px;}
.nenav a{ display: inline-block; vertical-align: middle; margin-right: 63px; font-size: 30px; font-size: 3rem; color: #333; position: relative; padding-bottom: 15px; position: relative;}
.nenav a:before{content: ""; position: absolute; width: 0px; height: 8px; left: 50%; transform: translateX(-50%); bottom: 0px; background-image: linear-gradient(0deg, #2183e9 0%, #4760ff 100%); border-radius: 2px; transition: 0.5s;}
.nenav a:hover:before,.dangne:before{ width: 104px !important;}

@media screen and (max-width: 1359px) {
.nenav{ padding-top: 50px;}
.nenav a{ margin-right: 40px; font-size: 20px; font-size: 2rem; padding-bottom: 15px;}
    .nenav a:before{ height: 4px;}
.nenav a:hover:before,.dangne:before{ width: 50px !important;}
}
@media screen and (max-width: 767px) {
.nenav{ padding-top: 30px;}
.nenav a{ margin-right: 30px; font-size: 18px; font-size: 1.8rem; padding-bottom: 12px;}
}

.nemain{ padding-bottom: 90px;}
.nen{ display: flex; flex-flow: wrap; padding-top: 10px;}
.nelie{ width: 32%; margin-left: 2%; margin-top: 38px; position: relative; border-radius: 12px; overflow: hidden;}
.nelie:nth-child(3n-2){margin-left: 0px;}

.netu{ display: block;width:100%;height:100%;}
.netu img{width:100%;height:100%;object-fit:cover;}
.nefu{ position: absolute; width: 100%; left: 0px; bottom: 0px; background-image: linear-gradient(0deg, #2183e9 0%, rgba(33, 131, 233, 0) 100%); padding: 10px 15px; padding-top: 40px;}
.ne2riqi{ display: block; font-size: 14px; font-size: 1.4rem; color: #fff; line-height: 30px;}
.ne2a{ line-height: 24px; min-height: 48px; margin-top: 5px; color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.ne2a:hover{ color: #fff; text-decoration: underline;}

.fenye{ margin-top: 110px; text-align: center; font-size: 0px;}
.fenye a,.fenye span,.fenye p{ display: inline-block; width: 41px; height: 41px; line-height: 41px; text-align: center; background: #f7f9ff; border-radius: 50%; color: #999999; font-size: 12px; margin: 5px 10px;}
.fenye i{ font-size: 12px;}
.fenye .fenl{ width: auto; padding: 0 5px;}
.fenye a:hover{ background: #2283e9; color: #fff;}
.dangfen{ background: #2283e9 !important; color: #fff !important;}


.pagination i{font-size: 12px;}

/*åˆ†é¡µæµ‹è¯•*/
.pagination{ margin-top: 110px; text-align: center; font-size: 0px;}
.pagination li{display: inline-block; width: 41px; height: 41px; line-height: 41px; text-align: center; background: #f7f9ff; border-radius: 50%; color: #999999; font-size: 12px; margin: 5px 10px;}
.pagination .active{background: #2283e9 !important; color: #fff !important;}
.pagination a li:hover{background: #2283e9; color: #fff;}
.pagination .active span{ color: #fff;}
.pagination .disabled span i{color:#999999}


@media screen and (max-width: 1359px) {
.nemain{ padding-bottom: 50px;}
.fenye{ margin-top: 50px;}
    .nelie{ margin-top: 20px;}
.fenye a,.fenye span,.fenye p{ width: 30px; height: 30px; line-height: 30px; font-size: 12px; margin: 2px;}
.fenye .fenl{ width: auto; padding: 0 5px; border-radius: 15px;}


.pagination{margin-top: 50px;}
.pagination li{width: 30px; height: 30px; line-height: 30px; font-size: 12px; margin: 2px;}


}
@media screen and (max-width: 767px) {
.nemain{ padding-bottom: 30px;}
.nelie{ width: 49%; margin-left: 2%; background: #2283e9;}
.nelie:nth-child(3n-2){margin-left: 2%;}
.nelie:nth-child(2n-1){margin-left: 0px;}
    .nefu{ position: relative; left: auto; bottom: auto; background: #2283e9; padding: 10px;}
.fenye{ margin-top: 30px;}
    .ne2riqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/****************************  news2  ***************************/
.mianbao{ font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #666666;}
.mianbao a{ display: inline-block; vertical-align: middle; color: #666666;}
.mianbao a i{ color: #666; font-size: 14px;}
.mianbao a:hover,.comian{ color: #2183e9 !important; font-weight: normal;}

.nemain2{ padding-top: 85px; padding-bottom: 88px;}
.nemain2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; position: relative;}
.nemain2 .zong:before{content: ""; position: absolute; width: 1px; height: 100%; right: 567px; top: 0px; background: #dbdbdb;}
.nel{ width: calc(100% - 640px);}
.ner{ width: 504px;}

.nel h1{ margin-top: 50px; font-size: 34px; font-size: 3.4rem; line-height: 40px;}
.net{ border-bottom: 1px solid #dbdbdb; display: flex; flex-flow: wrap; padding-top: 40px; padding-bottom: 26px;}
.net p{color: #333; margin-right: 58px;}

.nexiang{ line-height: 44px; margin-top: 35px;}
.nexiang p{ text-indent: 2em;}
.nexiang a{ text-indent: 0 !important;}
.nexiang p,.nexiang em,.nexiang strong{ color: #666;}
.nexiang img,.nexiang a{ display: inline-block;}
.nexiang a{ color: #2183e9;}

.fanpian{ border-top: 1px solid #dbdbdb; margin-top: 60px; padding-top: 50px;}
.fanpian li{ line-height: 29px; padding: 10px 14px; background: #f9fafc; border-radius: 2px; color: #000000; margin-top: 13px;}
.fanpian li span{ display: inline; color: #666666;}
.fanpian li a{ display: inline; color: #000;}

.nemor{ display: block; width: 173px; height: 49px; line-height: 47px; font-size: 18px; font-size: 1.8rem; color: #ffffff; text-align: center; background: #2183e9; border: 1px solid #2183e9; border-radius: 25px; margin: auto; margin-top: 47px;}
.nemor:hover{ background: #fff; color: #2183e9;}

.nerbiao{ color: #2183e9; font-size: 30px; font-size: 3rem; line-height: 40px; font-weight: bold;}

.nern{ padding-top: 20px;}
.nerlie{ margin-top: 35px;}
.nertu{ display: block; border-radius: 12px; overflow: hidden;max-height:500px;}
.nera{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 25px; color: #000; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nerriqi{ display: block; margin-top: 10px;}

@media screen and (max-width: 1359px) {
.nemain2{ padding: 60px 0;}
    .nemain2 .zong:before{ right: 350px;}
    .net p{ margin-right: 20px;}
.nel{ width: calc(100% - 380px);}
.ner{ width: 320px;}

    .nel h1{ margin-top: 30px; font-size: 20px; font-size: 2rem; line-height: 30px;}
.net{ padding: 20px 0;}
.fanpian{ margin-top: 30px; padding-top: 10px;}
.nemor{ font-size: 14px; font-size: 1.4rem; margin-top: 30px; width: 130px; height: 42px; line-height: 40px;}

.nern{ padding-top: 10px;}
.nerlie{ margin-top: 20px;}
    .nera{ font-size: 16px; font-size: 1.6rem; margin-top: 10px;}
    .nerbiao{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
.nel{ width: calc(100% - 290px);}
.ner{ width: 250px;}
    .nemain2 .zong:before{ right: 270px;}
}
@media screen and (max-width: 767px) {
.nemain2{ padding: 30px 0;}
.nel{ width: 100%;}
.ner{ width: 100%; margin-top: 30px;}
.nemain2 .zong:before{ display: none;}
.nern{ display: flex; flex-flow: wrap; justify-content: space-between;}
.nerlie{ width: 49%;}

.fanpian li{ line-height: 24px; padding: 5px; margin-top: 5px;}

.nel h1{ margin-top: 20px; font-size: 16px; font-size: 1.6rem; line-height: 30px; font-weight: bold;}
.net{ padding: 10px 0;}
.nera{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/****************************  about  ***************************/
.abmain1{ padding-top: 95px; padding-bottom: 74px;}
.ab1tu{ width: 222px; margin: auto;}
.ab1tu img{ width: 100%;}
.ab1pz{ text-align: center; font-size: 50px; font-size: 5rem; line-height: 60px; margin-top: 30px; color: #1c5ea4;}

.ab1p{ font-size: 20px; font-size: 2rem; line-height: 50px; margin-top: 63px; color: #595757;}
.ab1p p{color: #595757; text-indent: 2em;}

@media screen and (max-width: 1359px) {
.abmain1{ padding: 60px 0;}
.ab1tu{ width: 150px;}
.ab1pz{ font-size: 40px; font-size: 4rem; line-height: 50px; margin-top: 20px;}

.ab1p{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 30px;}
}
@media screen and (max-width: 999px) {
.ab1pz{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.abmain1{ padding: 30px 0; padding-bottom: 0px;}
.ab1tu{ width: 120px;}
.ab1pz{ font-size: 20px; font-size: 2rem; line-height: 30px;}

.ab1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}

.abmain3{ background: #f9fafc; padding-top: 60px; padding-bottom: 30px;}
.ab3biao{ font-size: 40px; font-size: 4rem; line-height: 50px; color: #595757; position: relative;}
.ab3biao strong{  font-weight: normal; position: relative; z-index: 3}
.ab3biao span{ font-size: 60px; font-size: 6rem; line-height: 50px; position: absolute; left: 0px; bottom: -35px; color: #f4f5f9; z-index: 1; font-family: "Arial Black", "sans-serif", Verdana;}

.abmain3 .row{ margin-top: 102px; position: relative; margin-left: -24px; margin-right: -24px;}
.abmain3 .row:before{content: ""; position: absolute; width: 1920px; height: 1px; background: #cfe1ff; left: 50%; transform: translateX(-50%); top: 88px;}
.abmain3 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.abmain3 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain3 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain3 .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;}
	
.abmain3 .owl-carousel .owl-item{float: left; padding: 0 24px; padding-bottom: 63px;}
.abmain3 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.abmain3 .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);}
.abmain3 .owl-theme .owl-controls{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; background: #dbe5ff; font-size: 0px; border-radius: 5px;}
.abmain3 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.abmain3 .owl-theme .owl-controls .owl-page span{display: block; width: 50px; height: 10px; background: none; border-radius: 5px; font-size: 0px;}
.abmain3 .owl-theme .owl-controls .owl-page.active span{ background:#3b84f8; opacity:1;}

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

.ab3shu{ display: block; font-size: 40px; font-size: 4rem; line-height: 50px; padding-bottom: 54px; color: #185cfa; font-family: "Arial Black", "sans-serif", Verdana; position: relative;}
.ab3shu:before{content: ""; position: absolute; width: 20px; height: 20px; background: #185cfa; border: solid 8px #edf2ff; border-radius: 50%; left: 10px; bottom: 0px;}
.ab3p{ background: #fcfcfd; box-shadow: 0px 8px 24px 2px rgba(214, 218, 226, 0.33); position: relative; border-radius: 10px; padding: 25px 37px; padding-right: 15px; font-size: 12px; font-size: 1.2rem; line-height: 30px; margin-top: 48px;}
.ab3p:before{ content: ""; position: absolute; width: 2px; height: 82px; background: #3b84f8; left: 25px; top: -48px;}
.ab3p:after{ content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; border: solid 2px #3b84f8; left: 20px; top: 34px;}
.ab3p p{color: #333;}

@media screen and (max-width: 1559px) {
.abmain3 .row{ margin-top: 50px; margin-left: -10px; margin-right: -10px;}
.abmain3 .owl-carousel .owl-item{ padding: 0 10px; padding-bottom: 50px;}
}
@media screen and (max-width: 1359px) {
.ab3shu{ font-size: 30px; font-size: 3rem;}

.ab3biao{ font-size: 30px; font-size: 3rem; line-height: 50px;}
.ab3biao span{ font-size: 50px; font-size: 5rem; line-height: 40px; bottom: -20px;}
}
@media screen and (max-width: 999px) {
    .abmain3 .row{ margin-top: 30px;}
    .abmain3 .owl-carousel .owl-item{ padding-bottom: 30px;}
.abmain3 .owl-theme .owl-controls .owl-page span{ width: 25px; height: 5px;}

.ab3biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.ab3biao span{ font-size: 20px; font-size: 2rem; line-height: 30px; bottom: -20px;}
}
@media screen and (max-width: 767px) {
    .abmain3{ padding-top: 30px;}
.abmain3 .owl-theme .owl-controls .owl-page span{ width: 10px; height: 3px;}
}

.abmain4{ padding-top: 110px; padding-bottom: 80px;}
.ab4n{ display: flex; flex-flow: wrap; padding-top: 90px;}
.ab4lie{ width: calc((100% - 65px) / 6); margin-left: 13px; margin-top: 35px; box-shadow: 0px 8px 18px 2px rgba(196, 196, 196, 0.24); overflow: hidden;}
.ab4lie:nth-child(6n-5){margin-left: 0px;}
.ab4lie a{ display: block; position: relative; padding-bottom: 134.8%;}
.ab4lie img{ width: 100%;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.ab4lie:hover img{ transform: translate(-50%,-50%) scale(1.1)}

@media screen and (max-width: 1359px) {
.abmain4{ padding: 60px 0;}
.ab4n{ padding-top: 20px;}
.ab4lie{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.abmain4{ padding: 30px 0;}
.ab4lie{ width: calc((100% - 39px) / 3);}
.ab4lie:nth-child(3n-2){margin-left: 0px;}
}

.abmain6{ padding-top: 110px; padding-bottom: 127px;}
.img-scroll {position: relative; margin-top:148px;}
.ab6nav{ width: 200px; height: 79px; position: absolute; right: 50%; margin-right: -735px; top: -181px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 79px; height: 79px; line-height: 79px; font-size: 30px; top: 0px; text-align: center; border-radius: 50%; background: #cfe3ff; box-shadow: 0px 3px 12px 1px rgba(33, 131, 233, 0.18); color: #2183e9; transition: 0.5s; font-weight: bold; z-index: 999}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { right:0px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #2183e9;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.45%; margin-left: -0.21%; margin-right: 0.255%; position:relative; border-radius: 12px; overflow: hidden;}

.ab6tu{ border-radius: 12px; position: relative; padding-bottom: 64.6%;}
.ab6tu img{ width: 100%; border-radius: 12px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.ab6fu{ position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 25px; padding-top: 160px; font-size: 29px; font-size: 2.9rem; line-height: 40px; color: #ffffff; background-image: linear-gradient(0deg, #2183e9 0%, rgba(33, 131, 233, 0) 100%);}

@media screen and (max-width: 1559px) {
    .img-scroll { padding-bottom: 70px; margin-top: 60px;}
    .ab6nav{ width: 90px; height: 40px; top: auto; transform: translateX(-50%); bottom: 0px; left: 50%; right: auto; margin: auto;}
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 40px; font-size: 16px; top: 0px; text-align: center; border-radius: 50%; background: #cfe3ff; box-shadow: 0px 3px 12px 1px rgba(33, 131, 233, 0.18); color: #2183e9; transition: 0.5s; font-weight: bold; z-index: 999}
    
    .ab6fu{ font-size: 20px; font-size: 2rem; line-height: 30px; padding: 10px; padding-top: 60px;}
}
@media screen and (max-width: 1359px) {
.abmain6{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.img-list li { width:0.6%; margin-left: -0.41%; margin-right: 0.42%; }
    .ab6fu{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 10px; padding-top: 40px;}
}
@media screen and (max-width: 767px) {
.abmain6{ padding: 30px 0;}
    .img-scroll { padding-bottom: 60px; margin-top: 30px;}
    .ab6fu{ font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 10px; padding-top: 40px;}
}

/****************************  solution  ***************************/
.somain{ padding-top: 80px; padding-bottom: 110px;}
.somain .pjn{ padding-top: 60px;}

@media screen and (max-width: 1359px) {
.somain{ padding: 60px 0;}
.somain .pjn{ padding-top: 30px;}
}
@media screen and (max-width: 767px) {
.somain{ padding: 30px 0;}
.somain .pjn{ padding-top: 10px;}
}

/****************************  solution2  ***************************/
.so2main1{ position: relative; min-height: 471px; background: #f7f9ff; border-radius: 30px; padding: 75px 40px; margin-top: 142px;}
.so21tu{ width: 655px; box-shadow: 0px 8px 18px 2px rgba(12, 55, 124, 0.24); border-radius: 12px; overflow: hidden; position: absolute; right: 40px; top: -78px;}
.so21tu img{ width: 100%; border-radius: 12px;}
.so21zi{ width: calc(100% - 750px);}
.so21zi h1{ font-size: 40px; font-size: 4rem; line-height: 50px; color: #000000; position: relative; padding-bottom: 30px; font-weight: bold;}
.so21zi h1:before{content: ""; position: absolute; left: 0px; bottom: 0px; width: 74px; height: 7px; background: #3b84f8; border-radius: 4px;}
.so21p{ margin-top: 30px; line-height: 28px;}
.so21p p{color: #000;}

@media screen and (max-width: 1559px) {
.so2main1{ min-height: 371px; padding: 30px 20px; margin-top: 142px;}
.so21tu{ width: 500px; right: 20px; top: -40px;}
.so21zi{ width: calc(100% - 540px);}

.so21zi h1{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 20px;}
}
@media screen and (max-width: 1359px) {
.so21zi h1:before{ width: 50px; height: 4px;}
.so2main1{ min-height: 300px; padding: 30px 20px; margin-top: 80px;}
.so21tu{ width: 400px; right: 20px; top: -40px;}
.so21zi{ width: calc(100% - 440px);}

.so21zi h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
    .so21p{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.so2main1{ min-height: 0px; padding: 20px 10px; margin-top: 80px;}
.so21tu{ width: 90%; position: relative; right: auto; top: auto; margin: auto; margin-top: -50px;}
.so21zi{ width: 100%; padding-top: 20px;}

.so21zi h1{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 10px;}
}

.so2main4{ text-align: center; padding-top: 0px; padding-bottom: 84px;}
.so4p{ text-align: center; font-size: 50px; font-size: 5rem; line-height: 50px; font-weight: bold;}
.so4mor{ padding: 0 50px; margin-top: 50px; cursor: pointer;}

@media screen and (max-width: 1359px) {
    .so4p{ font-size: 36px; font-size: 3.6rem; line-height: 50px;}
}
@media screen and (max-width: 999px) {
.so4mor{ padding: 0 30px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .so4p{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
    .so2main4{ padding-bottom: 30px; padding-top: 10px;}
}

.sotank{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; z-index: 9999999999999;}
.soguan1{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1}

.tank{ width: 95%; max-width: 1055px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-height: 90%; overflow: auto; z-index: 2}
.soguan{ width: 37px; height: 37px; line-height: 31px; text-align: center; border: 3px solid #dadada; color: #dadada; font-weight: bold; cursor: pointer; border-radius: 50%; position: absolute; right: 18px; top: 20px;}
.soguan i{ font-size: 14px;}
.tankn{ display: flex; flex-flow: wrap; justify-content: space-between;}
.tankl{ width: 44.5%; padding: 50px 40px; background:#196cfb url("../images/tkbei.jpg") no-repeat bottom center; background-size: 100% auto;}
.tankr{ width: 55.5%; padding: 50px 65px; padding-right: 85px;}

.tklogo{ width: 114px;}
.tklp1{ font-size: 24px; font-size: 2.4rem; line-height: 46px; margin-top: 52px; color: #ffffff;}
.tklp2{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 36px; color: #ffffff;}

.tklp1 p,.tklp2 p{color: #fff;}

.tkra{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.tkrp{ color: #1b65fc; font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
.tkxin{ margin-top: 20px;}
.tkxin .int1{ margin-top: 26px; position: relative; padding-left: 96px;}
.tkxin .int2{ margin-top: 26px; position: relative; padding-left: 96px; padding-right: 124px;}
.tkxin .int3{ margin-top: 38px; position: relative; padding-left: 96px;}

.tkxin div p{ padding-left: 24px; position: absolute; left: 0px; top: 0px; line-height: 45px;}
.tkxin div p span{ display: block; width: 11px; position: absolute; left: 11px; top: 10px;}

.tkxin input{ width: 100%; height: 45px; line-height: 43px; padding: 0 11px; border-radius: 23px; border: solid 1px #efefef; font-size: 14px; font-size: 1.4rem;}
.tkxin textarea{ width: 100%; height: 89px; line-height: 23px; padding: 10px 11px; border-radius: 10px; border: solid 1px #efefef; font-size: 14px; font-size: 1.4rem;}
.tkxin .yanzheng{  height: 35px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.tkxin .int3 input{ background: #1b65fc; border-color: #1b65fc; padding: 0px; color: #ffffff; font-size: 22px; font-size: 2.2rem; cursor: pointer; transition: 0.5s;}
.tkxin .int3 input:hover{ background: #fff; color: #1b65fc;}

@media screen and (max-width: 999px) {
.tankl{ width: 300px; padding: 30px 10px;}
.tankr{ width: calc(100% - 300px); padding: 30px 10px; padding-right: 50px;}
    .soguan{ right: 10px; top: 10px;}

.tklp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 40px;}
    .tklp2{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.tankl{ width: 100%; padding: 20px 10px;}
.tankr{ width: 100%; padding: 20px 10px;}
    
    .tklogo{ width: 80px;}
.tklp1{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}
    .tklp2{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}

.tkra{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.tkrp{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.tkxin .int1,.tkxin .int2,.tkxin .int3{ margin-top: 10px; position: relative; padding-left: 70px;}
    .tkxin .int2{ padding-right: 80px;}

.tkxin div p{ padding-left: 10px;}
.tkxin div p span{ width: 6px; left: 0px; top: 10px;}

.tkxin input,.tkxin textarea{ font-size: 12px !important; font-size: 1.2rem !important;}
    .tkxin .yanzheng{ width: 70px;}
}

/****************************  service  ***************************/
.semain1{ padding-top: 80px; padding-bottom: 144px;}
.se1tu{ text-align: center; margin-top: 100px;}
.se1tu img{ display: inline-block;}

@media screen and (max-width: 1359px) {
.semain1{ padding: 60px 0;}
.se1tu{ margin-top: 60px;}
}
@media screen and (max-width: 767px) {
.semain1{ padding: 30px 0;}
.se1tu{ margin-top: 30px;}
}

.semain2{ background: #f7f9ff; margin-bottom: 102px; padding-top: 50px; padding-bottom: 80px;}
.semain2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se2lie{ width: 40%; margin-top: 72px;}
.se2a{ display: inline-block; padding-left: 0 22px; text-align: center; min-width: 200px; line-height: 60px; font-size: 30px; font-size: 3rem; color: #ffffff; background: #ff6900; box-shadow: 0px 16px 12px 1px rgba(255, 105, 0, 0.15); border-radius: 30px;}
.se2p{ font-size: 24px; font-size: 2.4rem; line-height: 60px; margin-top: 55px; color: #3e3a39;}
.se2p p{color: #3e3a39;}

@media screen and (max-width: 1559px) {
.se2lie{ width: 45%; margin-top: 40px;}
.se2a{ line-height: 50px; font-size: 20px; font-size: 2rem;}
.se2p{ font-size: 20px; font-size: 2rem; line-height: 40px; margin-top: 30px;}
}
@media screen and (max-width: 1359px) {
.semain2{ margin-bottom: 30px; padding-top: 20px; padding-bottom: 60px;}
.se2p{ font-size: 16px; font-size: 1.6rem; line-height: 34px; margin-top: 30px;}
}
@media screen and (max-width: 767px) {
.semain2{ margin-bottom: 0px; padding-top: 10px; padding-bottom: 30px;}
.se2lie{ width: 48%; margin-top: 20px;}
.se2a{ min-width: 120px; line-height: 40px; font-size: 16px; font-size: 1.6rem;}
.se2p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
}
@media screen and (max-width: 499px) {
.se2lie{ width: 100%; margin-top: 20px;}
}

/****************************  download  ***************************/
.domain{ display: flex; flex-flow: wrap; justify-content: space-between;  align-items: flex-start; padding-top: 70px; padding-bottom: 170px;}
.dol{ width: 263px; background: #f7f7f7;}
.dor{ width: calc(100% - 316px);}

.dolbiao{ padding: 30px; font-size: 24px; font-size: 2.4rem; line-height: 32px; font-weight: bold;}
.donav{ padding-bottom: 90px;}
.donav li a{ display: block; padding: 15px 30px; line-height: 30px; font-size: 20px; font-size: 2rem;}
.donav li:hover a{ background:#e4efff; color: #3b84f8;}

.dolie{ background: #ffffff; box-shadow: 0px 3px 12px 1px rgba(103, 127, 153, 0.12); border-radius: 12px; padding: 14px 32px; margin-bottom: 16px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.dotu{ width: 41px;}
.doa{ width: calc(100% - 471px); font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.dozi{ width: 370px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.dozi span{ font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #b2b2b2;}
.domor{ color: #333;}
.domor i{ color: #cfe3ff; font-size: 34px; margin-right: 15px; display: inline-block; vertical-align: middle;} 

@media screen and (max-width: 1559px) {
.dol{ width: 200px;}
.dor{ width: calc(100% - 230px);}

.dolbiao{ padding: 20px 10px; font-size: 20px; font-size: 2rem;}
.donav li a{ padding: 10px; font-size: 16px; font-size: 1.6rem;}

.dolie{ padding: 10px; margin-bottom: 10px;}
.dotu{ width: 35px;}
.doa{ width: calc(100% - 320px); font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.dozi{ width: 250px;}
.dozi span{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
.domor i{font-size: 30px; margin-right: 5px;} 
}
@media screen and (max-width: 1359px) {
.domain{ padding-top: 60px; padding-bottom: 60px;}
.donav li a,.doa{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 999px) {
.dol{ width: 150px;}
.dor{ width: calc(100% - 180px);}

.dotu{ width: 25px;}
.doa{ width: calc(100% - 250px);}
.dozi{ width: 200px;}
}
@media screen and (max-width: 767px) {
.domain{ padding: 30px 0;}
.dol{ width: 100%; margin-top: 30px;}
.dor{ width: 100%;}
.donav{ padding-bottom: 0px;}

    .doa{ width: calc(100% - 40px);}
    .dozi{ width: 100%; margin-top: 10px;}
}

/****************************  hire  ***************************/
.himain1{ padding-top: 100px; padding-bottom: 120px;}
.hibiao{ text-align: center;}
.hibiao span { width: 100%; text-align: center;}

.hi1pz{ font-size: 30px; font-size: 3rem; line-height: 40px; text-align: center; font-weight: bold; margin-top: 120px;}
.hi1pz strong{color: #2183e9;}

.hi1n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 95px;}
.hi1lie{ width: 21%; margin-top: 30px; text-align: center;}
.hi1tu{ width: 100px; height: 100px; position: relative; margin: auto;}
.hi1tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.hi1a{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 26px; color: #2183e9;}
.hi1p{ line-height: 44px; margin-top: 32px; color: #333333;}
.hi1p a{color: #333333;}

@media screen and (max-width: 1559px) {
.hi1pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 60px;}

.hi1n{ padding-top: 20px;}
.hi1lie{ width: 23%; margin-top: 30px;}
.hi1tu{ width: 60px; height: 60px;}
.hi1a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px;}
.hi1p{ margin-top: 20px}
}
@media screen and (max-width: 1359px) {
.himain1{ padding: 60px 0;}
}
@media screen and (max-width: 767px) {
.himain1{ padding: 30px 0;}
.hi1pz{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 20px;}

.hi1lie{ width: 23%; margin-top: 20px;}
.hi1tu{ width: 30px; height: 30px;}
.hi1a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
.hi1p{ margin-top: 10px}
}
@media screen and (max-width: 599px) {
.hi1pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.hi1lie{ width: 49%; margin-top: 20px;}
}

.himain2{ padding-bottom: 169px;}
.hi2t{ background: #2183e9; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; border-bottom: 6px solid #88d2a6; line-height: 33px; padding: 25px 40px;}
.hi2lie{ font-size: 24px; font-size: 2.4rem; padding:0 5px; color: #ffffff;}
.hi21{ width: calc((100% - 150px) / 3)}
.hi22{ width: calc((100% - 150px) / 3)}
.hi23{ width: calc((100% - 150px) / 3)}
.hi24{ width: 150px;}

.hi2n{}
.hi2lie2{ background: #f1f8ff; margin-top: 17px;}
.hi2t1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 25px 40px; cursor: pointer}
.hi2a{ font-size: 20px; font-size: 2rem; line-height: 33px; color: #2183e9; padding: 0 5px;}
.hi2a em{ color: #2183e9; font-size: 30px; transition: 0.5s; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; transform: rotate(180deg)}
.hi2p{ border-top: 1px solid #cee1ff; padding: 15px 40px; padding-bottom: 60px; display: none;}

.hi2lie2h .hi2p{ display: block;}
.hi2lie2h .hi2a em{ transform: rotate(0deg)}

@media screen and (max-width: 1359px) {
.himain2{ padding-bottom: 69px;}
.hi2t{ border-bottom:3px solid #88d2a6; line-height: 26px; padding: 15px 10px;}
.hi2lie2{ margin-top: 10px;}
.hi2lie{ font-size: 20px; font-size: 2rem;}
.hi2t1{ padding: 15px 10px;}
.hi2a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
    .hi2a em{ font-size: 24px;}
    .hi2p{ padding: 20px 10px;}
}
@media screen and (max-width: 999px) {
.hi21{ width: calc(100% - 200px)}
.hi22{ width: 80px}
.hi23{ width: 70px}
.hi24{ width: 50px;}

.hi2lie{ font-size: 16px; font-size: 1.6rem;}
.hi2a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.himain2{ padding-bottom: 30px;}

.hi21{ width: calc(100% - 150px);}
.hi22{ width: 60px;}
.hi23{ width: 50px;}
.hi24{ width: 40px;}

.hi2t1,.hi2t{ padding: 10px 5px;}
.hi2lie{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.hi2a{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}


}







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

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

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

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

}






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

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

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}




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

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

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

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

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

.icon-mobanxiazai:before {
  content: "\e693";
}

.icon-dianhua:before {
  content: "\e635";
}

.icon-dianhuazixun1:before {
  content: "\e67c";
}

.icon-kefufill:before {
  content: "\e740";
}

.icon-huidaodingbu:before {
  content: "\e609";
}

.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-xiazai:before {
  content: "\e65c";
}

.icon-youtube1:before {
  content: "\f274";
}

.icon-dh:before {
  content: "\e612";
}

















