@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: #d7002a;}

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


.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: 1648px; 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: #d7002a;}

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

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

@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 #d7002a; 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 #d7002a; -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: #d7002a; -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: #d7002a; -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{ transition:0.5s; padding-top: 28px;}
.head .zong1:after{content: ""; clear: both; display: block;}

.logo{display:block; float: left; font-size: 0px; width: 450px;}
.logo span{ display:inline-block; vertical-align: middle;}
.logo img{display:block;}

.hemor{ float: right; padding: 0 15px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 8px; color: #ffffff; background: #d7002a; border-radius: 15px; cursor: pointer; transition: 0.5s;}
.hemor:hover{ background: #333;}

.hexin{ float: right; padding-top: 3px;}
.hexin li{ float: left; line-height: 30px; margin-right: 10px; font-size: 18px; font-size: 1.8rem; margin-top: 8px; position: relative; color: #d7002a; font-family: Arial, "Arial Black", "sans-serif", Verdana;}
.hexin li i{ display: inline-block; vertical-align: middle; color: #d7002a; font-size: 18px; margin-right: 5px;}

.daohang{ float:right; margin-right: 55px;  margin-top: 8px; display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang>li{ float:left; transition: 0.5s; margin-left: 48px; padding-bottom: 28px;}
.daohang>li:first-child{ margin-left: 0px;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:30px; position:relative;}
.daohang>li:hover>a{color: #d7002a;}
.dangqiandao>a{color: #d7002a !important; font-weight: bold;}

.yijiw{ background:rgba(255,255,255,1); box-shadow: 0px 6px 6px 0px rgba(52, 52, 52, 0.06); position:absolute;width:100%; top: -9999px; right: 0px;}
.yijiw .zong1{ display: flex; flex-flow: wrap; justify-content: center; padding: 20px; max-height: calc(100vh - 110px); overflow: auto;}

.yjlie{ width: calc((100% / 3) - 40px); margin: 20px; max-width: 380px;}
.yjlie:first-child{ max-width: 220px;}
.yijia{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #d7002a; font-weight: bold;}
.erji{ display: flex; flex-flow: wrap; justify-content: space-between;}
.erjin{ width: 48%; margin-top: 12px;}
.erjin li a{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 32px;}

.daohang>li:hover .yijiw{ top: 100%;}
.yijia:hover{ text-decoration: underline;}

/*  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: #d7002a; 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:#d7002a; border: 1px solid #d7002a; 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:#d7002a; 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: 20px; margin-top: 0px;}
.daohang>li{ margin-left: 26px;}
    .daohang>li>a{ font-size: 16px; font-size: 1.6rem;}
    .logo{ width: 360px;}  
    .hexin li{ margin-top: 0px; font-size: 16px; font-size: 1.6rem;}
    .hemor{ margin-top: 0px; font-size: 14px; font-size: 1.4rem;}
    
.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: 10px; width: 220px;}
    
    .hexin li{ font-size: 14px; font-size: 1.4rem;}
    .hexin li i{ font-size: 14px;}
    
    .hemor{ font-size: 12px; font-size: 1.2rem; padding: 0 10px;}
    
    .daohang{ margin-top: 3px;}
    .daohang>li{ padding-bottom: 15px; margin-left: 18px;}
    .daohang>li>a{ font-size:14px;font-size:1.4rem;}
    .yiji li a{font-size:12px;font-size:1.2rem;line-height:0px;}
    
    .yijia{ font-size: 14px; font-size: 1.4rem;}
    .erjin li a{ font-size: 12px; font-size: 1.2rem;}
.yjlie:first-child{ max-width: 150px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.daohang,.sousuo,.hexin{display: none;}
    .head{}
    .head .zong1{ padding: 0; padding-bottom: 10px; padding-top: 35px; position: none !important;}
    .logo{ width: 220px; margin: 0px;}
    .hemor{ position: absolute; width: 100%; left: 0px; top: 0px; border-radius: 0px; font-size: 12px; height: auto; line-height: 25px; text-align: center;}
    
    .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: #d7002a;right: 2.5%;top: 30px;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:#d7002a; 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: 27px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background: #d7002a; 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: 90px; padding-bottom: 80px;}
.biaot{ display: block; text-align: center; font-size: 40px; font-size: 4rem; line-height: 50px;}
.m1pz{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px; text-align: center;}

.m1n{ display: flex; flex-flow: wrap; justify-content: space-between; max-width: 1300px; margin: auto; padding-top: 55px;}
.m1lie{ width: 30.46%; margin-left: 4.3%; margin-top: 40px; padding: 20px; padding-top: 10px; box-shadow: 3px 1px 6px 1px rgba(76, 76, 76, 0.07);	border-radius: 6px;}
.m1lie:nth-child(3n-2){margin-left: 0px;}

.m1t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; border-bottom: 1px solid #e1e5ea; padding-bottom: 5px;}
.m1a{ width: calc(100% - 70px); font-size: 26px; font-size: 2.6rem; line-height: 32px; font-weight: bold;}
.m1tu{ width: 70px; height: 70px; position: relative;}
.m1tu img{ max-width: 100%; max-height: 100%; position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important}
.m1p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; min-height: 72px; margin-top: 20px; text-align: center;}

@media screen and (max-width: 1359px) {
.main1{ padding: 60px 0;}
.biaot{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.m1pz{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .m1n{ padding-top: 10px;}
    .m1a{ font-size: 20px; font-size: 2rem;}
    .m1tu{ width: 50px; height: 50px;}
}
@media screen and (max-width: 999px) {
.biaot{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
.m1pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m1lie{ width: 32.333%; margin-left: 1.5%; margin-top: 20px; padding: 10px;}
    .m1a{ font-size: 16px; font-size: 1.6rem;}
    .m1tu{ width: 30px; height: 30px;}
    .m1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width: 767px) {
.main1{ padding: 30px 0;}
.biaot{ font-size: 22px; font-size: 2.2rem; line-height: 36px;}
.m1lie{ width: 49%; margin-left: 2%;}
    .m1lie:nth-child(3n-2){margin-left: 2%}
    .m1lie:nth-child(2n-1){margin-left: 0}
    .m1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/*  main2  */
.main2{ padding-top: 20px; padding-bottom: 85px;}
.m2n{ display: flex; flex-flow: wrap; padding-top: 68px;}
.m2lie{ width: 25%; padding: 0 15px; margin-top: 20px; text-align: center;}
.m2tu{ display: block; width: 180px; height: 180px; position: relative; margin: auto;}
.m2tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}

.m2a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 28px; font-weight: bold;}
.m2p{ margin-top: 10px; padding-top: 7px;}
.m2p a{ color: #333; padding: 3px 0;}

@media screen and (max-width: 1359px) {
.main2{ padding-bottom: 60px; padding-top: 1px;}
    .m2n{ padding-top: 30px;}
    .m2tu{ width: 100px; height: 100px;}
    .m2a{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
    .m2tu{ width: 80px; height: 80px;}
    .m2a{ font-size: 16px; font-size: 1.6rem; margin-top: 15px;}
    .m2p{ margin-top: 0px;}
}
@media screen and (max-width: 767px) {
.main2{ padding-bottom: 30px;}
.m2lie{ width: 50%; padding: 0 10px; margin-top: 10px;}
}

/*  main3  */
.main3{ padding-top: 70px; padding-bottom: 76px;}
.m3n{ display: flex; flex-flow: wrap; padding-top: 53px;}
.m3lie{ width: 22.6%; margin-left: 3.2%; margin-top: 36px; padding:50px 15px; padding-bottom: 68px; background: url("../images/m3bei.png") no-repeat top center; box-shadow: 4px 1px 7px 0px rgba(9, 79, 175, 0.08); border-radius: 10px;}
.m3lie:nth-child(4n-3){margin-left: 0px;}
.m3tu{ display: block; width: 120px; height: 120px; position: relative; margin: auto;}
.m3tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.m3a{ text-align: center; margin-top: 40px;}
.m3p{ line-height: 28px; text-align: center; margin-top: 22px;}
.m3p a{display: block;}

@media screen and (max-width: 1359px) {
    .main3{ padding: 60px 0;}
    .m3n{ padding-top: 20px;}
    .m3lie{ margin-top: 20px; padding: 30px 10px;}
.m3tu{ width: 80px; height: 80px;}
    .m3a{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .m3p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .main3{ padding: 30px 0;}
    .m3tu{ width: 50px; height: 50px;}
    .m3lie{ width: 49%; margin-left: 2%;}
    .m3lie:nth-child(2n-1){margin-left: 0px;}
}

/*  main4  */
.main4{ padding-top: 75px; padding-bottom: 130px; background: #f4f9fe;}
.m4n{ display: flex; flex-flow: wrap; padding-top: 25px;}
.m4lie{ width: calc(100% / 6); padding: 34px 10px; margin-top: 86px; text-align: center; border-left: 1px solid #e5e5e5;}
.m4lie:nth-child(7n-6){border: none;}
.m4tu{ width: 75px; height: 75px; display: block; position: relative; margin: auto;}
.m4tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important}
.m4a{ font-weight: normal; margin-top: 24px;}

@media screen and (max-width: 1359px) {
.main4{ padding:60px 0;}
    .m4lie{ padding: 10px; margin-top: 30px;}
    .m4a{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .m4tu{ width: 50px; height: 50px;}
}
@media screen and (max-width: 767px) {
.main4{ padding: 30px 0;}
    .m4lie{ width: calc(100% / 4); padding: 5px; margin-top: 15px;}
.m4lie:nth-child(7n-6){border-left: 1px solid #e5e5e5;}
.m4lie:nth-child(4n-3){border: none;}
}
@media screen and (max-width: 399px) {
    .m4lie{ width: calc(100% / 2);}
.m4lie:nth-child(2n-1){border: none;}
}

/*  main5  */
.main5{ padding-top: 66px; padding-bottom: 110px;}

.main5 .row{ margin-top: 40px;}
.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: 15px 64px;}
.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{ font-size: 0px; text-align: center;}
.main5 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin: auto; margin-top: 20px;}
.main5 .owl-theme .owl-controls .owl-page span{display: block;width: 13px;height: 13px; background: #e4ebf2; border-radius: 7px; margin: 1px 10px; font-size: 0px;}
.main5 .owl-theme .owl-controls .owl-page.active span,.main5 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#618bff; opacity:1;}

.main5 .owl-theme .owl-buttons{}
.main5 .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;}
.main5 .owl-theme .owl-prev{ left: 0px; background: url("../images/m5left.png") no-repeat center;}
.main5 .owl-theme .owl-next{ right: 0px; background: url("../images/m5right.png") no-repeat center;}
.main5 .owl-theme .owl-buttons div:hover{}

.m5n{ background-color: #f5f9fc;
	box-shadow: 6px 2px 12px 2px 
		rgba(222, 225, 228, 0.25), 
		inset 20px 5px 60px 0px 
		rgba(230, 234, 236, 0.06);
	border-radius: 10px;
	border: solid 5px #ffffff; padding: 35px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m5tu{ width: 210px; height: 210px; display: block; position: relative; background: #fff; border-radius: 10px;}
.m5tu img{ position: absolute; max-width: 80%; max-height: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important}
.m5zi{ width: calc(100% - 251px);}

.m5a{ font-size: 26px; font-size: 2.6rem; line-height: 30px; color: #196cfb; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m5sp{ display: inline-block; vertical-align: middle; line-height: 32px; padding: 0 5px; margin-top: 20px; color: #ffffff; background: #d7002a; border-radius: 4px;}
.m5p{ line-height: 36px; color: #3e3a39 !important; margin-top: 20px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 1359px) {
.main5{ padding: 40px 0;}
.main5 .owl-theme .owl-buttons div{ width: 18px; height: 48px;}
.main5 .owl-theme .owl-prev{ left: -20px;}
.main5 .owl-theme .owl-next{ right: -20px;}
    
.main5 .row{ margin-top: 40px;}
    
    .m5a{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
.main5 .owl-theme .owl-buttons div{ display: none;}
.main5 .owl-carousel .owl-item{ padding: 0 5px;}
.main5 .row{ margin-left: -5px; margin-right: -5px; margin-top: 30px;}

.main5 .owl-theme .owl-controls .owl-page{ margin-top: 20px;}
.main5 .owl-theme .owl-controls .owl-page span{width: 5px;height: 5px; margin: 1px 2px;}
    
    .m5n{ padding: 10px; border-width: 2px;}
    .m5tu{ width: 180px; height: 180px;}
    .m5zi{ width: calc(100% - 200px);}
    .m5a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width: 768px) {
.main5{ padding: 30px 0;}
    .m5n{ padding: 2px; border-width: 0px;}
    .m5tu{ width: 120px; height: 120px;}
    .m5zi{ width: calc(100% - 200px);}
    .m5sp{ margin-top: 2px;}
    .m5p{ margin-top: 3px;}
    .m5zi{ width: calc(100% - 135px);}
    .m5a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

.m5b{ display: flex; flex-flow: wrap; max-width: 1345px; margin: auto; padding-top: 20px;}
.m5tu2{ width: 14%; margin-left: 3.2%; margin-top: 34px; box-shadow: 6px 2px 7px 0px rgba(115, 147, 168, 0.08); border-radius: 12px; border: solid 1px #f9f9f9;}
.m5tu2 span{ display: block; position: relative; width: 100%; padding-bottom: 100%;}
.m5tu2 span img{ position: absolute; max-width: 80%; max-height: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m5tu2:nth-child(6n-5){margin-left: 0px;}

@media screen and (max-width: 999px) {
    .m5tu2{ margin-top: 10px;}
}
@media screen and (max-width: 768px) {
.m5tu2{ width: 24%; margin-left: 1.33%;}
.m5tu2:nth-child(6n-5){margin-left: 1.33%;}
.m5tu2:nth-child(4n-3){margin-left: 0px;}
}

/*  main6  */
.main6{ background: #f3f5f9;}
.main6 .zong{ border-bottom: 1px solid #dcdcdc; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 31px;}
.m6lie{ width: 23%; padding: 25px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m6tu{ display: block; width: 63px; height: 63px; position: relative;}
.m6zi{ width: calc(100% - 75px);}
.m6zi p{ color: #000000; padding: 4px 0;}
.m6zi strong{color: #000; font-size: 20px; font-size: 2rem;}

@media screen and (max-width: 1359px) {
    .main6 .zong{ padding: 0px;}
.m6zi strong{ font-size: 18px; font-size: 1.8rem;}
.m6tu{ width: 40px; height: 40px;}
.m6zi{ width: calc(100% - 50px);}
    .m6zi p{ padding: 0px;}
}
@media screen and (max-width: 999px) {
.m6zi strong{ font-size: 16px; font-size: 1.6rem;}
    .main6 .zong{ padding:10px 0px;}
    .m6lie{ width: 49%; padding: 10px 0;}
}
@media screen and (max-width: 767px) {
.m6zi strong{ font-size: 14px; font-size: 1.4rem;}
.m6tu{ width: 30px; height: 30px;}
.m6zi{ width: calc(100% - 45px);}
}

/*  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{ display: block; color: #2183e9; text-align: right; margin-top: 0px; margin-bottom: 15px;}
.m7mor:hover{letter-spacing: 0.2em}
.m7n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start;}
.m7tu{ width: 557px; position: relative;}
.m7zi{}

.m7tun{ display: block; overflow: hidden;display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 79.157%;}
.m7tun img{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    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;}
.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: #f2f2f2; }

.m7zin{ width: calc((100% - 580px) / 2); 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;}
    .m7zin{ padding: 10px; width: calc((100% - 440px) / 2);}
    .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;}
    .m7zin{ padding: 10px; width: calc((100% - 340px) / 2);}
    .m7zin li{ padding: 3px 0;}
    .m7riqi{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width: 999px) {
.m7tu{ display: none;}
.m7zin{ width: 49%;}
    #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 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: #f3f5f9;}
.foot .zong1{ max-width: 1610px;}

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

.shejiao{ margin-top: 8px; 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: #333333; 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: #bbbbbb; 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-right: 36px; z-index: 3}
.yla{ height: 51px; line-height: 51px !important; padding-left: 29px; padding-right: 40px; color: #ffffff; background: #d7002a; 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: #333333; position: relative; font-weight: bold;}

.fonav{ margin-top: 15px;}
.fonav a{color: #333333; 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: #333333; font-weight: bold;}
.foul li i{ position: absolute; left: 0px; top: 0px; color: #bbb;}
.foul li p,.foul li a{color: #333333;}
.foul li a{color: #333333; display: inline;}
.foul strong{ font-size: 23px; font-size: 2.3rem;}

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

.foadd{ display: flex; flex-flow: wrap; justify-content: space-between;}
.foadd li{ padding-left: 27px; color: #333333; line-height: 30px; position: relative;}
.foadd li i{ position: absolute; left: 0px; top: 0px; color: #bbbbbb;}

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

.fob p{ color: #000000;}
.fob p a{ display: inline-block; vertical-align: middle; color: #000000;}

@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:250px;}
    .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: 250px; 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 #d7002a; 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; cursor: pointer;}
.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;}
.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%)}
}

.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: 1235px; background: #f4f7f9; 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: 469px; padding: 50px 40px; background:#196cfb url("../images/tkbei.jpg") no-repeat bottom center; background-size: 100% auto;}
.tankr{ width: calc(100% - 469px); padding: 40px 100px; padding-right: 157px;}

.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: 146px;}
.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: 1359px) {
.tankl{ width: 350px; padding: 50px 20px;}
.tankr{ width: calc(100% - 350px); padding: 40px 20px;}
}
@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;}
}


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

.pr1main1{ padding-top: 80px;}
.pr11n{ display: flex; flex-flow: wrap; max-width: 1247px; margin: auto; padding-top: 52px;}
.pr11lie{ width: 32%; margin-left: 2%; margin-top:19px; padding: 40px; padding-bottom: 60px; background-size: cover !important;}
.pr11lie:nth-child(3n-2){margin-left: 0px;}
.pr11a{ display: block; font-size: 26px; font-size: 2.6rem; line-height: 35px;}
.pr11p{ max-width: 230px; line-height: 30px; margin-top: 17px; display: block;}
.pr11p a{ display: block;}

@media screen and (max-width: 1359px) {
.pr1main1{ padding-top: 50px;}
    .pr11n{ padding-top: 10px;}
    .pr11lie{ padding: 20px;}
    .pr11a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .pr11p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.pr1main1{ padding-top: 30px;}
    .pr11a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .pr11lie{ padding: 20px 10px; width: 49%; margin-top: 10px;}
.pr11lie:nth-child(3n-2){margin-left: 2%;}
.pr11lie:nth-child(2n-1){margin-left: 0px;}
    .pr11p{ line-height: 24px;}
}

.pr1main2{ padding-top: 102px;}
.pr12n{ display: flex; flex-flow: wrap; max-width: 1247px; margin: auto; padding-top: 66px;}
.pr12lie{ width: 24.2%; margin-left: 1.0666%; background: #f3f5f9; border-radius: 2px; padding:40px 30px; padding-bottom: 170px; position: relative;}
.pr12lie:nth-child(4n-3){margin-left: 0px;}
.pr12a{ font-size: 22px; font-size: 2.2rem; line-height: 30px; font-weight: bold;}
.pr12p{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.pr12tu{ width: 60px; height: 60px; position: absolute; left: 30px; bottom: 35px;}
.pr12tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}

@media screen and (max-width: 1359px) {
.pr1main2{ padding-top: 60px;}
    .pr12n{ padding-top: 20px;}
    .pr12lie{ padding: 20px 10px; padding-bottom: 100px; margin-top: 10px;}
    .pr12tu{ width: 40px; height: 40px; left: 10px; bottom: 20px;}
    .pr12a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
    .pr1main2{ padding-top:30px;}
    .pr12lie{ width: 49%; padding: 20px 10px; padding-bottom: 100px; margin-top: 10px;}
    .pr12lie:nth-child(2n-1){margin-left: 0px;}
    .pr12a{ font-size: 16px; font-size: 1.6rem;}
}

/****************************  product2  ***************************/
.pr2main{ background: #f7f8f9; padding-top: 46px; padding-bottom: 121px;}
.pr2main .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start; flex-direction: row-reverse;}
.pr2l{ width: 310px; background: #fff;}
.pr2r{ width: calc(100% - 338px); background: #fff; padding: 25px 40px;}

.pr2biao{ background: url("../images/prbiao.jpg") no-repeat center; background-size: cover; text-align: center; font-size: 40px; font-size: 4rem; line-height: 50px; font-weight: bold; padding: 45px 10px; color: #fff;}
.pryiji{ padding: 15px 0; padding-bottom: 85px;}
.pryiji li a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; padding: 24px 30px;}
.pryiji li:hover a,.dangpr a{ background: #3685fe; color: #fff !important;}
.dangpr a{ font-weight: bold;}

.mianbao{ border-bottom: 1px solid #e9e9e9; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding-bottom: 12px; color: #666666;}
.mianbao a{ color: #666;}
.mianbao a:hover,.comian{ color: #d7002a !important; font-weight: normal;}

.pr2r h1{font-size: 26px; font-size: 2.6rem; line-height: 30px; text-align: center; margin-top: 38px;}
.chanxiang{ line-height: 36px; margin-top: 60px; border-bottom: 1px solid #e9e9e9; padding-bottom: 58px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #333;}
.chanxiang img,.chanxiang a{ display: inline-block;}
.chanxiang a{color: #d7002a !important; }

.key{ margin-top: 30px; padding: 20px 0; display: flex; flex-flow: wrap;}
.key p{ display: inline-block; line-height: 28px; margin-right: 12px; margin-top: 5px;}
.key a{ display: inline-block; padding: 0 7px; line-height: 28px; background: #f8f8f8; border-radius: 4px; margin-right: 12px; margin-top: 5px;}
.key a:hover{ background: #d7002a; color: #fff;}

@media screen and (max-width: 1359px) {
.pr2main{ padding-top: 46px; padding-bottom: 60px;}
.pr2l{ width: 200px;}
.pr2r{ width: calc(100% - 220px); padding: 25px 15px;}
    
.pr2biao{ font-size: 26px; font-size: 2.6rem; line-height: 40px; padding: 20px 10px;}
.pryiji{ padding: 10px 0;}
.pryiji li a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 10px;}

.pr2r h1{font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 20px;}
.chanxiang{ margin-top: 20px; padding-bottom: 25px;}
.key{ margin-top: 0px; padding: 20px 0;}
}
@media screen and (max-width: 999px) {
.pr2r h1{font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 20px;}
.pr2biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.pr2main{ padding: 30px 0;}
.pr2l{ width: 100%;}
.pr2r{ width: 100%; padding: 25px 10px;}
    .mianbao{ font-size: 12px; font-size: 1.2rem;}
    .pryiji li a{ font-size: 14px; font-size: 1.4rem;}
}

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

.pjn{ display: flex; flex-flow: wrap;}
.pjlie{ width: 32%; margin-left: 2%; margin-top: 43px; border:1px solid #f2f2f2; overflow: hidden;}
.pjlie:nth-child(3n-2){margin-left: 0px;}
.pjtu{ display: block; 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: 12px 18px; padding-bottom: 23px;}
.pja{ display: block; font-size: 20px; font-size: 2rem; line-height: 34px; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.pjsp{ margin-top: 5px;}
.pjsp span{ color: #93a0a9;}
.pjp{ display: block; margin-top: 20px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}


@media screen and (max-width: 1359px) {
.somain{ padding: 60px 0; padding-top: 30px;}
    .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;}
    .pjp{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.somain{ padding: 30px 0; padding-top: 10px;}
    .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;}
}

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

@media screen and (max-width: 1359px) {
.fenye{ margin-top: 50px;}
.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;}
}
@media screen and (max-width: 767px) {
.fenye{ margin-top: 30px;}
}

/****************************  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;}
.ne1tu span{ display: block; position: relative; padding-bottom: 77.9%; overflow: hidden}
.ne1tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.ne1tu:hover img{ transform: translate(-50%,-50%) scale(1.1)}

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

@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;}
.netu{ display: block; overflow: hidden;display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 72.157%;}
.netu img{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 100%;
    min-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: #f2f2f2; }

.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;}
    .nelie{ margin-top: 20px;}

.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;}
    .ne2riqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/****************************  news2  ***************************/

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

.mianbao2{ border: none;}

.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 p,.nexiang em,.nexiang strong{ color: #666;}
.nexiang img,.nexiang a{ display: inline-block;}
.nexiang a{ color: #d7002a;}

.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;}
.nertu{ display: block; overflow: hidden;display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 72.157%;}
.nertu img{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }
.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: 350px; 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;}
}

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

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

.ab2tu{ display: block; position: relative; padding-bottom: 134.8%;}
.ab2tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; max-width: 100%; max-height: 100%;}

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

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


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


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

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

.ab7lie 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;}
.ab7lie 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) {
.abmain7{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.ab7n{ padding-top: 10px;}
.ab7lie{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.abmain7{ padding: 30px 0;}
.ab7lie{ margin-top: 5px;}
.ab7lie ul li div{ margin-right: 30px !important;}
.ab7lie ul li div p{ padding: 0 30px; line-height: 40px; height: 40px;}
.ab7lie ul li div p span{ width: 50px; height: 50px; left: -25px;}
}

.abmain8{ padding-top: 80px; padding-bottom: 130px;}
.abtan{ position: relative; transform: translate(0); left: auto; top: auto; margin: auto; width: 100%; margin-top: 75px;}


@media screen and (max-width: 1359px) {
.abmain8{ padding: 50px 0;}
    .abtan{ margin-top: 30px;}
}
@media screen and (max-width: 767px) {
.abmain8{ padding: 30px 0;}
.abtan{ margin-top: 20px;}
}

/****************************  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: url("../images/se2bei.jpg") no-repeat center; background-size: cover; padding-top: 78px; padding-bottom: 95px;}
.biaot2{ color: #fff;}
.se2n{ display: flex; flex-flow: wrap; padding-top: 90px;}
.se2lie{ width: 32.3%; margin-left: 1.5%; margin-top: 100px; padding:70px 30px; text-align: center; position: relative; background: #ffffff; border-radius: 10px;}
.se2lie:nth-child(3n-2){margin-left: 0px;}
.se2tu{ width: 170px; height: 170px; position: absolute; left: 50%; top: 0px; transform: translate(-50%,-50%); background: #fff; border-radius: 50%; z-index: 1;}
.se2tu img{ position: absolute; max-width: 60%; max-height: 60%; left: 50%; top: 0px; transform: translateX(-50%);}

.se2zi{ position: relative; z-index: 2}
.se2a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.se2p{ margin-top: 20px; line-height: 30px;}

@media screen and (max-width: 1359px) {
    .semain2{ padding: 60px 0;}
    .se2n{ padding-top: 20px;}
.se2lie{ margin-top: 60px; padding:40px 10px;}
.se2tu{ width: 100px; height: 100px;}
.se2a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
    .semain2{ padding: 30px 0;}
    .se2lie{ width: 100%;}
.se2a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .se2p{ margin-top:10px; line-height: 24px;}
}

.semain3{ padding-top: 115px; padding-bottom: 72px;}
.se3tu{ text-align: center; margin: auto; margin-top: 50px;}
.se3tu img{ display: inline-block;}

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

/****************************  solution  ***************************/
.so1main1{ padding-top: 105px; padding-bottom: 40px;}
.so11n{ display: flex; flex-flow: wrap; justify-content: space-between; max-width: 1200px; margin: auto; padding-top: 60px;}
.so11lie{ width: 49%; background-size: cover !important; margin-top: 22px; padding: 96px 70px;}
.so11a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #fff;}
.so11p{ color: #fff; margin-top: 8px;}

@media screen and (max-width: 1359px) {
.so1main1{ padding-top: 60px; padding-bottom: 40px;}
    .so11n{ padding-top: 10px;}
    .so11lie{ padding: 60px 10px;}
    .so11a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.so1main1{ padding-top: 30px; padding-bottom: 10px;}
}

.so1main3{ padding-top: 90px; padding-bottom: 160px;}
.so13z{ padding-top: 22px;}
.so13n{ display: flex; flex-flow: wrap;}
.so13lie{ padding: 28px 30px; padding-bottom: 65px; border-radius: 10px; width: 24%; margin-left: 1.333%; margin-top: 23px;}
.so13lie:nth-child(4n-3){margin-left: 0px;}
.so13tu{ width: 55px; height: 55px; position: relative;}
.so13tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.so13a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px;}
.so13p{ line-height: 30px; color: #9b9b9b; margin-top: 10px;}

.so13n1 .so13lie{ background: #f7f9fd;}
.so13n2 .so13lie{ background: #fff9f7;}
.so13n3 .so13lie{ background: #f5f5ff;}

@media screen and (max-width: 1359px) {
    .so1main3{ padding-bottom: 60px; padding-top: 1px;}
.so13lie{ padding: 20px 10px; margin-top: 15px;}
.so13tu{ width: 40px; height: 40px;}
.so13a{ font-size: 18px; font-size: 1.8rem;}
.so13p{ line-height: 24px;}
}
@media screen and (max-width: 999px) {
.so13z{ padding-top: 10px;}
.so13lie{ width: 49%; margin-left: 2%;}
.so13lie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width: 767px) {
    .so1main3{ padding-bottom: 30px;}
.so13a{ font-size: 16px; font-size: 1.6rem;}
}




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

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

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

}










@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";
}

















