@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto; font-family: Arial, "Arial Black", "sans-serif", Verdana;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: #333333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333333;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: #333333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family: Arial, "Arial Black", "sans-serif", Verdana;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: #0F6AAC;}

* { 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:#0F6AAC;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#666;}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#666;}
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#666;}
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#666;}
 
    .zong {width: 95%; max-width: 1600px; margin: auto;}
    .zong1 {width: 95%; max-width: 1710px; margin: auto;}
.jiacu{font-family:Interb;}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #0F6AAC;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #333;}
.mp p,.mp a{color: #333; display: block;}
.mp a:hover{color: #0F6AAC;}

.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: #0F6AAC;}

.mp2{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #666;}
.mp2 p,.mp2 a{color: #666; display: block;}
.mp2 a:hover{color: #0F6AAC;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 28px !important;}
.mp2{ font-size: 18px !important; font-size: 1.8rem !important; line-height: 28px !important;}
}
@media screen and (max-width:1359px) {
.mp,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
.mp2{ font-size: 16px !important; font-size: 1.6rem !important; line-height: 28px !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;}
.mp2{ font-size: 14px !important; font-size: 1.4rem !important; line-height: 24px !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 #0F6AAC; 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 #0F6AAC; -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: #0F6AAC; -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: #0F6AAC; -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; transition:1s; border-bottom: 1px solid #ddd;
background: #FFF; z-index:99999;}
.headh{ background: #0F6AAC;}

.head .zong{ padding-top: 13px;}
.logo{ float:left; width:250px;}
.logon{ display: block;}
.logon img{display:block;margin:auto;width:100%; transition:1s; transform: scale(1) !important}

/*  sousuo  */

.sousuo{ float:right; width:46px; height:46px; margin-right: 22px; position:relative; z-index:9999; transition:0.5s; border-radius: 50%;}
.sousuo form{ width:500px; height:0px; overflow:hidden; position:absolute; right:0px; top:130%; background:#0F6AAC; border-radius:4px;color:#0F6AAC; border:0px solid rgba(0,0,0,0); transition:0.5s; z-index:99999}
.sou{width: 100%;height:53px;line-height:53px; border-radius:4px; padding-left:10px; padding-right: 60px; font-size:14px; font-size:1.4rem; color:#0F6AAC; border:1px solid #0F6AAC; background:#fff;}
.suo{width:55px;height:55px; float:right; background:none; position:absolute; right: 10px; top: 10px; z-index:9999999; border-radius:4px; cursor:pointer;}
.sou2,.sou1{ width:44px; height:44px; text-align:center; line-height:44px; position:absolute; right:0px; top:0px; font-size:20px !important; color:#333; font-weight: bold; cursor:pointer; z-index:99990;  transition:1s;}
.sou1{ width: 55px; height: 55px; line-height: 55px; top: 10px; right: 10px; color:#0F6AAC;}
.sousuof form{ height:75px; padding:10px;}

.yvn{ float:right; background: rgba(15, 106, 172, 0.1); border-radius: 30px; position:relative; z-index:9999}
.yvzhonga{ display:block; text-align: center; line-height:46px; padding-left: 42px; padding-right: 26px; font-size: 16px; font-size: 1.6rem; transition:1s; color:#0F6AAC; font-weight: bold; cursor:pointer; position:relative; text-transform: uppercase;z-index:99999}
.yvzhonga i{ font-size: 10px; position: absolute; right: 12px; font-weight: normal;}
.yvzhonga em{ color: #0F6AAC; font-size: 25px; position: absolute; left: 12px; font-weight: normal;}
.yvzhonga:hover{ color: #fff;}

.yvul{ width:100%; min-width:100px; position:absolute; top:46px; right:0px; background:#fff; border:1px solid #ccc; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:26px; color:#333;}
.yvul a:hover{ background:#0F6AAC; color: #fff;}

.daohang{ float:right; transition:0.5s; margin-top: 2px;}
.daohang>li{ float:left; z-index:999; margin-right: 39px; margin-left: 10px; position: relative; padding-bottom: 13px;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem; padding-bottom: 6px; font-weight: bold; line-height:46px; color:#555; cursor:pointer; transition:1s; position: relative; overflow: hidden;}
.daohang>li>a:before{content: "";position: absolute; width: 8px; height: 8px; background: #E17A17; border-radius: 50%; bottom: -10px; left: 50%; transform: translateX(-50%); transition: 0.5s;}

.daohang>li:hover>a{ color: #0F6AAC;}
.daohang>li:hover>a:before{ bottom: 0px}
.dangqiandao>a{ color: #0F6AAC !important;}
.daohang>.dangqiandao>a:before{ bottom: 0px !important;}

.yijiw{background:#fff;background:rgba(255,255,255,0);position:absolute; max-width:301px;width: max-content; left:50%; transform: translateX(-50%); top:-9999px; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);border-radius: 10px;}
.yiji{background:#fff;border-radius: 10px; padding: 10px 0;}
.yiji li{position:relative; transition:0.5s;}
.yiji li a{display:block; font-size:16px; font-size:1.6rem; line-height:0px; padding: 5px 15px; color: #333; position: relative;}
.yiji li:hover>a{ color: #E17A17;}

.erji{position:absolute;width:475px;background:#fff;border-radius: 10px; top:-9999px;left:100%; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10); padding: 10px 0;}
/*.syiji{ width: 193px;}*/
.serji{ width: max-content;}

.sanji{position:absolute;width:200px;background:#fff;border-radius: 10px; top:-9999px;left:100%; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10); padding: 10px 0;}
.daohang>li:hover .yijiw{ top:100%;}
.daohang>li:hover .yiji>li>a{line-height:30px;}
.yiji>li:hover .erji{top:-10px;}
.yiji>li:hover .erji>li>a{line-height:30px;}
.erji>li:hover .sanji{top:-10px;}
.erji>li:hover .sanji>li>a{line-height:30px;}
.matn{margin-top:auto !important;}

.daohang2,sousuo2,.xnav{display:none}

@media screen and (max-width:1599px) {
.daohang>li{ margin-right: 20px;}
.daohang>li>a{ font-size: 18px; font-size: 1.8rem;}
    
    .yijiw{ width: 200px;}
    .yiji li a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:1359px) { 
    .head .zong{ padding-top: 10px;}
    .logo{ width: 130px; margin-top: 10px;}
    .sousuo{ margin-right: 5px;}
    .daohang{ margin-top: 0px;}
.daohang>li{ margin-right: 15px; margin-left: 0px; padding-bottom: 10px;}
.daohang>li>a{font-size:16px;font-size:1.6rem; text-transform: none;}

.yvzhonga{ font-size: 14px; font-size: 1.4rem; padding-left: 35px; padding-right: 25px;}
    
    .yvzhonga i{ right: 10px;}
    .yvzhonga em{ left: 5px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear2{display: none}}
@media screen and (max-width:999px) {
.head .zong{padding: 5px 0;}
    .logo{ width: 100px; margin-top: 5px;}
.daohang,.hea{ display: none}
.clear2{clear:both;}
.sousuo{ display:none}
.yvn{ margin-right: 45px;}
.yvzhonga{ height: 30px; line-height: 30px; padding-right: 18px;}
.yvzhonga i{ right: 5px;}
    
.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #0F6AAC;right:2.5%;top:8px;cursor: pointer; border-radius:5px; z-index: 999999999}
.nav span {display: block;width: 20px;height: 2px;background: #fff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition:0.8s;z-index: 99999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
/*.nav:hover .nav1 {width: 25px;}*/
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
/*
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
*/
.smdaohang {position: fixed;width:300px;height:0px;overflow: auto;top:0px;right:0px; background: rgba(15, 106, 172, 0.9); z-index: 9999999;transition:0.8s;text-align: center;}
.smdaohangh {right: 0px; top:0px; height:100%;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding: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 rgba(255,255,255,0.5);}
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:10px; margin-bottom:15px; width: 240px;height: 36px;border: 1px solid #fff;position: relative;background: #fff;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 34px;line-height: 34px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 34px;line-height: 34px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 6px;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {
.daohang,.daohang1{display: none}
.clear3{clear:both;}
}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc;}
.banner1 { position: relative; z-index: 2; overflow: hidden;}
.banner1 .carouse { overflow: hidden;}
.banner1 .slideItem { position: relative;}
.banner1 iframe{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner1 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;}
.banner1 .dotList { position: absolute; left: 0; width: 100%; bottom: 16px;}
.banner1 .dotList ul { text-align: center;}
.banner1 .dotList ul li {display: inline-block; position: relative; font-size: 0px; margin: 0 9px; width: 14px; height: 14px; border: 1px solid rgba(255,255,255,0); background: none; border-radius: 50%; cursor: pointer;}
.banner1 .dotList ul li:before{content: ""; position: absolute; width: 8px; height: 8px; background: #fff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.banner1 .dotList ul li.active { border-color: #E17A17;}
.banner1 .dotList ul li.active:before { background: #E17A17;}

.banner1.hide { display: none;}
.banner1 .carousel-control { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; line-height: 46px; text-align: center; border: 1px solid #FFF; color: #fff; border-radius: 50%; cursor: pointer; opacity: .5; z-index: 999}
.banner1 .carousel-control:hover{ background: rgba(255, 255, 255, 0.20); border-color: rgba(255,255,255,0); opacity: 1;}
.banner1 .carousel-control.left { left: 70px;}
.banner1 .carousel-control.right { right: 70px;}

.slide .carouse { width: 100%; overflow: hidden; position: relative}
.slide .slideItem .banner-img { width: 100%; cursor: pointer}
.slide .carouse .slideItem { width: 100%; position: absolute}
.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%}
.slide .slidedetail { display: none}

.imgtoVideo img { width: 100%}
.imgtoVideo>div { padding: 1px; position: relative; cursor: pointer; width: 49%; display: inline-block}
.imgtoVideo>div:hover .imgtoVideoDetail { display: block}
.imgtoVideo .imgtoVideoDetail { width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 1px; display: none}
.imgtoVideo .imgtoVideoDetail>div { background: rgba(0, 98, 197, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49); width: 100%; height: 100%; text-align: center}
.imgtoVideo .tovideo .imgtoVideoDetail { display: block}
.imgtoVideo .tovideo .imgtoVideoDetail>div { background: #0c2d47; width: 60px; height: 60px; color: #fff; line-height: 60px; vertical-align: middle; margin: 0 auto; margin-top: 17%}
.imgtoVideo .imgtoVideoDetail .fa-search { color: #fff; font-size: 25px; margin-top: 21%}
.contentIV { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: table; background: rgba(20, 43, 73, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49); margin: 0 auto; z-index: -999; max-width: 1024px; display: none}
#picturetoVideo .carouse .slideItem { display: table; height: 100%}
#picturetoVideo .carouse .slideItem>div { display: table-cell; vertical-align: middle; text-align: center}
#picturetoVideo .carouse .slideItem .banner-img { max-width: 100%; width: auto}
.closeContentIV { position: absolute; top: 10px; right: 10px; font-size: 25px; color: #fff; font-weight: bold; cursor: pointer; z-index: 999}
.slide .slide-count { display: none;}

@media screen and (max-width: 999px) {
.banner1 .carousel-control { width: 32px; height: 32px; line-height: 30px;}
.banner1 .carousel-control.left { left: 10px;}
.banner1 .carousel-control.right { right: 10px;}
    .banner1 .dotList { display: none;}
}

/*  main1  */
.main1{border-radius: 8px; background: #FFF; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20); margin-top: -95px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; z-index: 999}
.m1lie{ width: 20%; padding: 21px 30px;}
.m1tu{ width: 40px; height: 40px; position: relative;}
.m1tu img{ width: 100%; position: absolute; width: 100%; left: 0px; top: 0px; transition: .5s;}
.m1tu1{}
.m1tu2{ transform: rotateY(180deg); opacity: 0;}

.m1a{ margin-top: 8px; transition: .5s;}
.m1a span{ font-size: 36px; font-size: 3.6rem; line-height: 40px; color: #0F6AAC; font-weight: bold; transition: .5s;}
.m1a span em{ font-style: normal; color: #0F6AAC; transition: .5s;}
.m1p{ margin-top: 10px; color: #666; transition: .5s;}

.m1lie:hover .m1tu1{ transform: rotateY(180deg); opacity: 0;}
.m1lie:hover .m1tu2{ transform: rotateY(0deg); opacity: 1;}
.m1lie:hover p,.m1lie:hover span,.m1lie:hover span em{ color: #E17A17;}

@media screen and (max-width: 1359px) {
    .m1lie{ padding: 20px;}
    .m1a span{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width: 999px) {
    .m1lie{ padding: 10px;}
    .m1a span{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
    .main1{ margin-top: -50px;}
    .m1tu{ width: 30px; height: 30px;}
}
@media screen and (max-width: 767px) {
    .main1{ margin-top: 30px;}
    .m1lie{ width: 50%;}
    .m1a span{ font-size: 20px; font-size: 2rem; line-height: 24px;}
}

/*  main2  */
.main2{ background: url("../images/m2bei.png") no-repeat center; background-size: cover; padding-top: 100px; padding-bottom: 128px;}
.m2biao{ text-align: center;}
.m2biao .m2biaon{ display: inline-block; padding-left: 55px; background: url("../images/m2biao.png") no-repeat left center; font-size: 46px; font-size: 4.6rem; line-height: 50px; font-weight: bold;}
.m3p1{ padding-left: 55px;}

.m2n{ display: flex; flex-flow: wrap; padding-top: 35px;}
.m2lie{ width: 31.25%; margin-left: 3.125%; margin-top: 30px;}
.m2lie:nth-child(3n-2){margin-left: 0px;}

.m2tu{ display: block; position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);}
.m2tu:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/bei1.png") no-repeat center; background-size: cover; z-index: 1; transition: .5s;}
.m2tu:after{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/bei2.png") no-repeat center; background-size: cover; z-index: 1; transition: .5s; opacity: 0}
.m2tu img{ position: relative; z-index: 2}

.m2a{ display: block; text-align: center; color: #333; font-weight: bold; margin-top: 28px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

.beij:hover .m2tu:before{ opacity: 0}
.beij:hover .m2tu:after{ opacity: 1}
.beij:hover .m2tu img{ transform: scale(1.1)}
.m2lie:hover .m2a{ color: #0F6AAC;}

@media screen and (max-width: 1359px) {
    .main2{ padding: 60px 0;}
    .m2biao .m2biaon{ font-size: 36px; font-size: 3.6rem; line-height: 44px; background-size: 30px; padding-left: 40px;}
    .m3p1{ padding-left: 40px;}
    .m2n{ padding-top: 20px;}
}
@media screen and (max-width: 999px) {
    .m2biao .m2biaon{ font-size: 30px; font-size: 3rem; line-height: 40px; background-size: 25px; padding-left: 33px;}
    .m3p1{ padding-left: 33px;}
    .m2n{ padding-top: 10px;}
    .m2a{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .main2{ padding: 40px 0;}
    .m2biao .m2biaon{ font-size: 24px; font-size: 2.4rem; line-height: 30px; background-size: 20px; padding-left: 0px; background: none !important;}
    .m3p1{ padding-left: 0px;}
    .m2lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
    .m2lie:nth-child(2n-1){margin-left:0px;}
}

/*  main3  */
.main3{ background: url("../images/m3bei.png") no-repeat top center; background-size: cover; padding: 85px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; position: relative;}
.main3:before{content: ""; position: absolute; width: 685px; height: 148px; background: url("../images/m3bei2.png") no-repeat center; background-size: cover; right: 0px; bottom: 0px; z-index: 1}

.m3l{ width: 50%; overflow: hidden; position: relative; cursor: pointer; z-index: 2}
.m3r{ width: 50%; position: relative; z-index: 2}
.m3rn{ width: 95%; max-width: 800px; padding-left: 80px;}

.m3l>img{ width: 100%;}
.bofang{ width: 232px; height: 232px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.bo1{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; animation-name:bo1; animation-duration:5s; animation-timing-function:linear; animation-iteration-count:infinite}
.bo2{ position: absolute; width: 44px; left: 50%; top: 50%; transform: translate(-50%,-50%)}

.m3biao{ text-align: left;}
.m3p1{ margin-top: 11px;}
.m3p{ margin-top: 39px;}
.m3p p{ color: #999;}
.m3p strong{ font-size: 20px; font-size: 2rem; color: #0F6AAC; margin-bottom: 10px; display: block;}
.m3mor{ display: inline-block; padding: 12px 30px; margin-top: 60px; background: #E17A17; border-radius: 30px; color: #fff;}
.m3mor i{ display: inline-block; vertical-align: middle; margin-left: 10px;}
.m3mor:hover{ background: #0F6AAC; color: #fff}

@keyframes bo1
{
0% { transform: rotate(0deg)}
100% { transform: rotate(360deg)}
}

@media screen and (max-width: 1359px) {
    .main3{ padding: 60px 0;}
.m3rn{ padding-left: 30px;}
.m3p1{ margin-top: 5px;}
.m3p{ margin-top: 10px;}
.m3p strong{ font-size: 18px; font-size: 1.8rem;}
.m3mor{ padding: 10px 20px; margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .m3p{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden;}
.m3p strong{ font-size: 16px; font-size: 1.6rem;}

.bofang{ width: 150px; height: 150px;}
}
@media screen and (max-width: 767px) {
    .main3{ padding: 30px 0;}
    .m3l,.m3r{ width: 100%;}
    .m3r{ margin-top: 20px; text-align: center;}
    .m3rn{ padding-left: 0px; display: inline-block; text-align: left;}
.m3p strong{ font-size: 14px; font-size: 1.4rem;}
    .m3mor i{ font-size: 12px;}

.bofang{ width: 100px; height: 100px;}
    .bo2{ width: 30px;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.png") no-repeat center; padding-top: 80px; padding-bottom: 86px; background-size: cover;}
.m4biao .m2biaon{ color: #fff; background-image: url("../images/m4biao.png")}
.m4n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 57px;}
.m4l{ width: 50%;}
.m4r{ width: 45.75%;}
.m4r img{ transform: scale(1) !important}

.m4lie{ position: relative; margin-top: 20px; padding-left: 76px;}
.m4lie:first-child{ margin-top: 0px;}
.m4xtu{ width: 56px; height: 56px; background: #E17A17; border-radius: 50%; position: absolute; left: 0px; top: 0px;}
.m4xtu img{ position: absolute; max-width: 60%; max-height: 60%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m4a{ color: #fff; font-weight: bold;}
.m4p{ margin-top: 6px;}
.m4p p{ color: #fff;}

@media screen and (max-width: 1359px) {
    .main4{ padding: 60px 0;}
    .m4n{ align-items: center;}
    .m4lie{ padding-left: 50px; margin-top: 10px;}
    .m4xtu{ width: 40px; height: 40px;}
}
@media screen and (max-width: 999px) {
.m4l{ width: 100%;}
.m4r{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
    .m4n{ padding-top: 30px;}
}
@media screen and (max-width: 767px) {
    .main4{ padding: 30px 0;}
}

/*  main5  */
.main5{ background: url("../images/m5bei.png") no-repeat center; background-size: cover; padding-top: 86px; padding-bottom: 94px;}

.m5p1{ text-align: center; margin: auto; margin-top: 21px; width: 90%;}


.main5 .row{ margin: 0 -11px; margin-top: 30px;}
.main5 .owl-carousel{display: none; width: 100%;-ms-touch-action: pan-y; padding-bottom: 67px; position: relative;}
.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;}
.main5 .owl-carousel .item{ padding: 20px 11px;}
.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{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; font-size: 0px; padding-left: 90px; padding-right: 90px; height: 48px;}
.main5 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin-top: 20px;}
.main5 .owl-theme .owl-controls .owl-page span{display: block;width: 8px;height: 8px; margin:0 3.5px; border-radius: 50%; background: #D9D9D9; font-size: 0px;}
.main5 .owl-theme .owl-controls .owl-page.active span{ background:#0F6AAC; opacity:1;}

.main5 .owl-theme .owl-buttons{}
.main5 .owl-theme .owl-buttons div{ width: 48px; height: 48px; border-radius: 50%; border: 1px solid #555; position: absolute; top: 50%; transform: translateY(-50%); line-height: 46px; font-size: 24px; transition: 0.5s; color: #555; font-size: 14px; opacity: .5; text-align: center;}
.main5 .owl-theme .owl-prev{ left: 0px;}
.main5 .owl-theme .owl-next{ right: 0px;}
.main5 .owl-theme .owl-buttons div:hover{ border-color: #0F6AAC; color: #0F6AAC; opacity: 1}

.m5lie{ border-radius: 16px; padding-bottom: 15px; background: #F7F7F7; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);}
.m5tu{border-radius: 16px 16px 0 0; padding: 20px; background: #fff; display: block;}
.m5a{ font-weight: bold; height: 60px; padding: 0 20px; margin-top: 15px; color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m5lie:hover .m5a{color: #0F6AAC;}


@media screen and (max-width: 1359px) {
    .main5{ padding: 60px 0;}
.main5 .row{ margin-top: 10px;}
    .m5tu{ padding: 10px;}
    .m5a{ padding: 0 10px;}
    .m5a{ height: 52px; margin-top: 5px;}
}
@media screen and (max-width: 999px) {
.main5 .owl-carousel{ padding-bottom:50px;}
.main5 .owl-theme .owl-controls{ padding-left: 40px; padding-right: 40px; height: 34px;}
    .main5 .owl-theme .owl-controls .owl-page{ display: none;}
.main5 .owl-theme .owl-buttons div{ width: 34px; height: 34px; line-height: 32px;}
}
@media screen and (max-width: 767px) {
    .main5{ padding: 30px 0;}
    .m5a{ height: 44px; margin-top: 5px;}
    
.main5 .row{ margin: 0 -5px; margin-top: 20px;}
.main5 .owl-carousel .item{ padding: 10px 5px;}
    .m5tu{ padding: 2px;}
    .m5a{ margin-top: 10px;}
}

/*  main6  */
.main6{ background: url("../images/m6bei.png") no-repeat center; background-size: cover; padding-top: 80px; padding-bottom: 100px;}
.m6p1 p{ color: #fff;}

.m6n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 36px;}
.m6lie{ width: 15.625%; position: relative; border-radius: 20px; overflow: hidden; transition: .5s;}
.m6lieh{ width: 50%;}
.m6tu{ overflow: hidden; height: 560px; display: block;}
.m6tu img{ width: auto; max-width: none; height: 100%; transform: scale(1) !important}
.m6a{ display: block; border-radius: 0 0 20px 20px; background: linear-gradient(180deg, rgba(15, 106, 172, 0.00) 0%, #023C7B 100%); position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 20px 26px; padding-top: 46px; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; font-weight: bold; text-align: center;}

.m6lieh .m6a{ font-size: 24px; font-size: 2.4rem; text-align: left;}

@media screen and (max-width: 1359px) {
    .main6{ padding: 60px 0;}
    .m6lieh .m6a{ font-size: 18px; font-size: 1.8rem;}
    .m6tu{ height: 450px;}
}
@media screen and (max-width: 999px) {
    .m6n{ padding-top: 10px;}
    .m6lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
    .m6lie:nth-child(2n-1){margin-left: 0px;}
    .m6tu{ height: auto;}
    .m6tu img{ width: 100%; height: auto;}
    .m6a{ font-size: 14px !important; font-size: 1.4rem !important; text-align: center !important; padding: 10px; padding-top: 20px;}
}
@media screen and (max-width: 767px) {
    .main6{ padding: 30px 0;}
    .m6lie{ margin-top: 10px;}
    .m6a{ font-size: 12px !important; font-size: 1.2rem !important;}
}

/*  main7  */
.main7{ padding: 100px 0;}
.m7biao{ position: relative;}
.m7biao:before{content: ""; position: absolute; width: 151px; height: 7px; background: #00A2E9; bottom: -32px; left: 50%; transform: translateX(-50%);}
.main7 .m5p1{ margin-top: 57px;}

.m7n{ margin-top: 54px; display: flex; flex-flow: wrap; justify-content: space-between;}
.m7l{ width: 400px; position: relative; padding-bottom: 130px;}
.m7r{ width: calc(100% - 474px); padding-bottom: 70px; position: relative;}

.swiper-container2 { position: relative; overflow: hidden; z-index: 1;}
.swiper-container2 .swiper-wrapper{transform: translate3d(0,0,0); position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container2 .swiper-slide { text-align: center; flex-shrink: 0; width: calc(100% - 234px); height: 100%; position: relative;}  
.swiper-container2 .swiper-slide:last-child{ width: 100%; padding-right: 234px;}

.swiper-container3{ position: relative; overflow: hidden; z-index: 1;}
.swiper-container3 .swiper-wrapper{transform: translate3d(0,0,0); position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container3 .swiper-slide { text-align: center; flex-shrink: 0; width: 100%; height: 100%; position: relative;}    

.swiper-button-next, .swiper-button-prev { position: absolute;  width: 46px; height: 46px; line-height: 44px; bottom: 72px; text-align: center; border-radius: 50%; z-index: 10; cursor: pointer; background: #fff; color: #1E293B; border: 1px solid #1E293B; transition: 0.5s;}
.swiper-button-next:hover, .swiper-button-prev:hover{ background: #006DFB; border-color: #006DFB; color: #fff;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5; cursor: auto; pointer-events: none;}
    
.swiper-button-next{ left: 71px;}
.swiper-button-prev{ left: 0px;}
    
.swiper-pagination { position: absolute; text-align: center; transition: .3s; transform: translate3d(0,0,0); z-index: 10;}
.swiper-pagination-progress { width: 100%; height: 3px; left: 0; bottom: 0px; position: absolute;}
.swiper-pagination-progress:before{ content: ""; width: 100%; height: 1px; background: #00A2E9; position: absolute; left: 0px; top: 1px;}
.swiper-pagination-progress .swiper-pagination-progressbar { background: #00A2E9; position: absolute; left: 0; top: 0; width: 100%; height: 3px; border-radius: 3px;transform-origin: left top;}
.swiper-pagination { text-align: center; transition-duration: 300ms;}

.m7lie{ position: relative; border-radius: 30px; overflow: hidden; text-align: left;}
.m7ra{ position: absolute; left: 0px; bottom: 0px; width: 100%; padding:20px 50px; padding-top: 45px; font-size: 24px; font-size: 2.4rem; line-height: 35px; text-align: left; color: #fff;font-weight: bold; background: linear-gradient(180deg, rgba(15, 106, 172, 0.00) 0%, rgba(15, 106, 172, 0.5) 100%);}
.m7tu{ display: block;}
.m7tu img{ width: 100%;}

.m7ln{ text-align: left;}
.m7shu{ font-size: 120px; font-size: 12rem; line-height: 120px; color: #E17A17; font-weight: bold; opacity: 0.2}
.m7a{ text-align: left; margin-top: 20px;}
.m7a .m2biaon{ padding-left: 0px; background: none; line-height: 62px;}
.m7p{ margin-top: 27px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}

@media screen and (max-width: 1559px) {
    .m7l{ padding-bottom: 60px}
    .m7r{ padding-bottom: 30px;}
    .swiper-button-next, .swiper-button-prev { bottom: 0px;}
    .m7shu{ font-size: 90px; font-size: 9rem; line-height: 90px;}
.m7ra{ padding: 10px; padding-top: 45px; font-size: 16px; font-size: 1.6rem; line-height: 25px;}
    
.swiper-container2 .swiper-slide { width: calc(100% - 100px);}  
.swiper-container2 .swiper-slide:last-child{ width: 100%; padding-right: 100px;}
}
@media screen and (max-width: 1359px) {
    .main7{ padding: 60px 0;}
    .m7shu{ font-size: 60px; font-size: 6rem; line-height: 60px;}
.m7a{ margin-top: 10px;}
.m7a .m2biaon{ line-height: 42px;}
.m7p{ margin-top: 17px;}

    .m7n{ margin-top: 30px;}
.swiper-container2 .swiper-slide { width: calc(100% - 50px);}  
.swiper-container2 .swiper-slide:last-child{ width: 100%; padding-right: 50px;}
}
@media screen and (max-width: 999px) {
    .m7l{ width: 100%;}
    .m7r{ width: 100%; margin-top: 20px;}
    .m7biao:before{ display: none;}
    .main7 .m5p1{ margin-top: 20px; width: 100%;}
}
@media screen and (max-width: 767px) {
    .main7{ padding: 30px 0;}
    .m7biao{ text-align: left}
    .main7 .m5p1{ text-align: left;}
    .m7shu{ font-size: 40px; font-size: 4rem; line-height: 40px;}
.m7a .m2biaon{ line-height: 32px;}

.m7ra{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
   
.swiper-button-next, .swiper-button-prev { width: 30px; height: 30px; line-height: 28px; }
    
.swiper-button-next{ left: 45px;}
.swiper-button-prev{ left: 0px;}
}

/*  main8  */
.main8{ background: url("../images/m8bei.png") no-repeat center; background-size: cover; padding: 80px 0;}
.m8t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m8l{ width: 45%;}
.m8r{ width: 51.25%;}

.m8r p{color: #fff;}

.main8 .row{ padding: 0 15px; margin-top: 57px;}
.main8 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.main8 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main8 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main8 .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;}
	
.main8 .owl-carousel .owl-item{float: left; padding: 0 15px;}
.main8 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main8 .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);}
.main8 .owl-theme .owl-controls{ text-align: center; font-size: 0px; margin-top: 47px;}
.main8 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main8 .owl-theme .owl-controls .owl-page span{display: block; width: 20px;height: 20px; margin:0 4.5px; border-radius: 50%; border: 1px solid rgba(255,255,255,0); position: relative; font-size: 0px;}
.main8 .owl-theme .owl-controls .owl-page span:before{ content: ""; position: absolute; width: 10px; height: 10px; background: #fff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.main8 .owl-theme .owl-controls .owl-page.active span{ border: 1px solid #E17A17;}
.main8 .owl-theme .owl-controls .owl-page.active span:before{ background:#E17A17;}

.main8 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.main8 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.main8 .owl-theme .owl-prev{ left: 0px;}
.main8 .owl-theme .owl-next{ right: 0px;}
.main8 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.m8tu{ display: block; border-radius: 16px; overflow: hidden;}
.m8tu img{ width: 100%;}

@media screen and (max-width: 1359px) {
    .main8{ padding: 60px 0;}
.main8 .row{ padding: 0 15px; margin-top: 30px;}
}
@media screen and (max-width: 999px) {
    .m8l{ width: 100%;}
    .m8r{ width: 100%; margin-top: 20px;}
    
.main8 .row{ padding: 0 5px; margin-top: 30px;}
.main8 .owl-carousel .owl-item{ padding: 0 5px;}
.main8 .owl-theme .owl-controls{ margin-top: 20px;}
.main8 .owl-theme .owl-controls .owl-page span{width: 16px;height: 16px; margin:0 2px;}
.main8 .owl-theme .owl-controls .owl-page span:before{width: 7px;height: 7px;}
}
@media screen and (max-width: 767px) {
    .main8{ padding: 30px 0;}
}

/*  main9  */
.main9{ padding-top: 100px;}
.m9t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m9mor{ display: inline-block; border: 1px solid #0F6AAC; padding: 15px 36px; color: #0F6AAC; border-radius: 30px;}

.m9b{ margin-top: 33px; display: flex; flex-flow: wrap; justify-content: space-between;}
.m9l{ width: 50%; overflow: hidden; position: relative;}
.m9r{ width: calc(50% - 51px);}

.m9ltu{ display: block; border-radius: 10px; width: 100%; height: 100%; position: relative;overflow: hidden;}
.m9ltu img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m9fu{ position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 24px 30px; border-radius: 0 0 10px 10px; background: linear-gradient(180deg, rgba(15, 106, 172, 0.00) 0%, #0F6AAC 100%);}
.m9lriqi{ color: #fff;}
.m9lp{ margin-top: 4px;}
.m9lp a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.m9lie{ border-bottom: 1px solid #D9D9D9; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-bottom: 28px; margin-bottom: 28px;}
.m9lie:last-child{ border: none; padding-bottom: 0px; margin-bottom: 0px;}
.m9tu{border-radius: 10px; border: 1px solid rgba(0, 0, 0, 0.10); width: 212px; overflow: hidden;}
.m9zi{ width: calc(100% - 243px);}
.m9riqi{ color: #999;}
.m9p{ margin-top: 5px;}
.m9p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 1359px) {
    .main9{ padding: 60px 0;}
    .m9b{ margin-top: 30px;}
    .m9r{ width: calc(50% - 20px);}
    .m9lie{ padding-bottom: 20px; margin-bottom: 20px;}
.m9tu{ width: 160px;}
.m9zi{ width: calc(100% - 175px);}
    .m9fu{ padding: 20px 10px;}
}
@media screen and (max-width: 999px) {
    .m9l{ display: none;}
    .m9r{ width: 100%;}
    .m9b{ margin-top: 20px;}
    .m9mor{ padding: 10px 20px;}
}
@media screen and (max-width: 767px) {
    .main9{ padding: 30px 0;}
.m9tu{ width: 120px;}
.m9zi{ width: calc(100% - 135px);}
    .m9mor{ display: none;}
}

/*  main10  */
.main10{ background: url("../images/m10bei.png") no-repeat center; padding-top: 87px; padding-bottom: 121px;}

.m10n{ overflow:hidden; width: 100%; margin: auto;} 
.m10n1{ margin-top: 40px;}
.m10n ul li ,.m10n ul li div{ float:left;line-height:25px;overflow:hidden;}
.m10n ul li{}
.m10n ul li div{ float:left; overflow:hidden; margin: 0px !important; padding: 15px;}
.m10n ul li{}
.m10n ul li div p{ display: block; width: 203px; height: 0px; padding-bottom: 62%; background: #fff; overflow: hidden; position: relative; box-shadow: 0 0 20px 0 rgba(34, 54, 104, 0.10);}

.m10n ul li div p img{ max-width: 90%; max-height: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s; transition:0.5s;}

@media screen and (max-width:1359px) {
.main10{ padding: 50px 0;}
.m10n{ margin: 10px 0;}
.m10n ul li div{ width: 200px; padding: 10px;}
.m10n ul li div p{ width: 100%; border: 1px solid #ccc;}
.m10n1{ margin-top: 26px;}
}
@media screen and (max-width:1359px) {
.m10n ul li div{ width: 150px;}
}
@media screen and (max-width:767px) {
.main10{ padding:30px 0;}
.m10n ul li div{ width: 120px; padding: 2px;}
}


/*  foot  */
.foxin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#888;}
.foxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#888;}
.foxin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#888;}
.foxin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#888;}

.foxin textarea::-webkit-input-placeholder {/* WebKit browsers */
 color:#888;}
.foxin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#888;}
.foxin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#888;}
.foxin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#888;}

.foot{ background:url("../images/fobei.png") no-repeat top right; padding-top: 137px;}
.fot{ display: flex; flex-flow: wrap;}
.folie{}

.fo1{ width: 12.5%;}
.fo2{ width: 20%; margin-left: 2%}
.fo3{ width: 25%; margin-left: 4%}
.fo4{ width: 29.5%; margin-left: 7%}


.fobiao{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px; color: #222; text-transform: capitalize; font-weight: bold;}
.fonav,.foul{ margin-top: 28px;}
.fonav a,.foul li{ display: block; color: #888; line-height: 36px;}
.foul li a{ display: inline; color: #888;}
.foul li{ position: relative;}

.foxin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.foxin .int1{ width: 49%; margin-top: 12px;}
.foxin .int2{ width: 100%; margin-top: 12px;}
.foxin .int3{ width: calc(100% - 158px); margin-top: 12px; position: relative;}
.foxin .int4{ width: 150px; margin-top: 12px;}

.foxin input{ width: 100%; height: 48px; line-height: 46px; padding: 0 10px; padding-left: 18px; font-size: 16px; font-size: 1.6rem; background: none; border-radius: 8px; border: 1px solid #BDBDBD; color: #666;}
.foxin textarea{ width: 100%; height: 87px; line-height: 26px; padding: 10px; padding-left: 18px; font-size: 16px; font-size: 1.6rem; background: none; border-radius: 8px; border: 1px solid #BDBDBD; color: #666;}
.foxin .xing{ position: relative;}
.foxin .xing:before{ content: "*"; position: absolute; font-size: 16px; font-size: 1.6rem; color: #E17A17; line-height: 20px; left: 10px; top: 15px;}
.foxin .yanzheng,.foxin .int3 img{width: 71px; height: 32px; position: absolute; right: 9px;  top: 8px; cursor: pointer;}
.foxin .int3 input{ padding-right: 80px;}
.foxin .int4 input{ cursor: pointer; border-color: #E17A17; background: #E17A17; color: #fff; padding: 0px; transition: .5s;}
.foxin .int4 input:hover{ background: #0F6AAC; border-color: #0F6AAC;}

.fob{ background: #0F6AAC; margin-top: 103px;}
.fob .zong{ padding: 28px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fop{ width: 100%; color: #fff; opacity: .9}
.fop a{ display: inline-block; color: #fff;}
.youlian{ opacity: .9}
.youlian p,.youlian a{ display: inline-block; vertical-align: middle; margin-right: 15px; color: #fff;}

.shejiao{ font-size: 0px;}
.shejiao a{ width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: rgba(255,255,255,.2); margin-left: 14px; display: inline-block; color: #fff; transition: 0.5s;}
.shejiao a:first-child{ margin-left: 0px;}
.shejiao a i{ font-size: 16px;}
.shejiao a:hover{ transform: rotate(-360deg); background: #fff; color: #0F6AAC !important;}

.foot a:hover{ color: #E17A17}


@media screen and (max-width: 1359px) {
    .foot{ padding-top: 70px;}
.fob{ margin-top: 30px;}
    .fob .zong{ padding-top: 10px;}
.fo1{ width: 15%;}
.fo2{ width: 22%; margin-left: 2%}
.fo3{ width: 25%; margin-left: 2%}
.fo4{ width: 32%; margin-left: 2%}
    
.fonav a,.foul li{ line-height: 28px; width: 100% !important;}
    .foxin .int3{ width: calc(100% - 110px);}
    .foxin .int4{ width: 100px;}
    .foxin input,.foxin textarea{ font-size: 14px;}
    .fobl,.fobr{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .foot{ background: #eee; padding-top: 20px;}
    .folie{ width: 100%; margin-bottom: 0px; margin-left: 0px;}
    .fonav,.foul,.fo4n{ display: none;}
    .fonav a,.foul li{ line-height: 22px; padding: 5px 0;}
    .foul li{ padding-left: 30px; padding-top: 0px;}
    .fobiao{ border-bottom: 1px solid #ccc; padding: 10px 0; padding-right: 20px; position: relative; font-size: 16px; font-size: 1.6rem;}
    .fobiao:before{content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #999; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
    
    
    .shejiao{}
    .shejiao a{ width: 30px; height: 30px; line-height: 30px; margin-left: 10px;}
    .fob{ padding-bottom: 40px;}
    .foul li{ line-height: 30px;}
}
@media screen and (max-width: 767px) {
    .fob{ text-align: center; border: none; padding-top: 10px;}
    .fop{ width: 100%;}
    .fob .zong{ display: block;}
    .fol{ width: 100%;}
    .shejiao{ margin: auto; margin-top: 10px; width: 100%; text-align: center;}
    .shejiao a{ margin: 2px 4px !important;}
    .youlian{ display: none;}
}

/*  foot  */
.lianxi{ position:fixed; width:60px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div{ margin-top: 9px;}
.lianxi div:first-child{ margin-top: 0px;}
.lianxi div a{ display:block; width:60px; height:60px; text-align:center; line-height:60px; border-radius: 50%; font-size:28px; border-radius: 24px; background: #F6F6F7; border-radius: 10px; color: #999; cursor: pointer;}
.top{ margin-top: 10px;}
.top a{ font-size: 22px !important}
.lianxi div a:hover{ background: #0F6AAC; color: #fff}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{width:225px; display: block; position:absolute; top:50%; right:3px; transform: translateY(-50%); border-radius: 24px; background: #0F6AAC; color: #fff; padding: 9px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24); transition: 0.5s; visibility: hidden; opacity: 0; z-index: -1}
.weixin:hover .spimg{ padding-right: 70px; visibility: inherit; opacity: 1;}
.weixin img{ position:absolute; width:149px; height:150px; max-width: none; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.clear2{ display:none}

@media screen and (max-width:1359px) {
.lianxi{ width:45px; }
.lianxi div a{ width:35px; height:35px; line-height:35px; font-size:20px !important; margin: 2px 0;}
}
@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; display: flex; flex-flow: wrap; justify-content: space-between; margin:auto; left:0px; bottom:0px; border-top:1px solid #0F6AAC; transform:translateY(0); background: #fff; padding: 0px;}
.lianxi div{ width:25%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#fff !important; color:#0F6AAC !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; border: none;}
.top{ width: 20%; margin-top: 0px;}
.top a{ background:#222 !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%);}
    .weixin .spimg{visibility: inherit; opacity: 1;}
.weixin:hover .spimg{ padding-right: 13px; }
}


/****************************  product  ***************************/
.mianbao{ position: relative; margin-top: 14px;}
.mianbao a,.mianbao strong{ display: inline-block; font-weight: normal; color: #999}
.comian{ color: #E17A17 !important;}

@media screen and (max-width:767px) {
    .mianbao{ display: none;}
}

.prmain{ padding-top:63px; padding-bottom:95px; position: relative;}
.prmain:after{content: ""; clear: both; display: block;}
.prl{ width:333px; float: left;}
.prr{ width:calc(100% - 390px); float: right;}
.prlh{ top: 10px; max-height: 95vh;}

.j-nextshow { position: relative;}
.proslide_menubtn { width: 19px; height: 21px; position: absolute; top: 50%; margin-top:-10px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: none; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #FFFFFF; }
.prbiao{ display:block; font-size:22px; font-size:2.2rem; background: #0F6AAC; line-height:40px; border-radius: 10px 10px 0 0; position:relative; font-weight: bold; padding: 10px 20px; color: #ffffff;}
a.prbiao:hover{ color:#0F6AAC; background: #fff;}

.pryiji{border: 1px solid rgba(0, 0, 0, 0.10); background: #F7F7F7;}
.pryiji>li{ position: relative; background: #EEE; border-top: 1px solid rgba(0, 0, 0, 0.10);}
.pryiji>li:first-child{ border-top: none;}

.pryiji>li>a{ display:block; font-size:18px; font-size:1.8rem; line-height:30px; padding:13px 20px; padding-right:55px; font-weight: bold; color: #333; position:relative;}
.pryiji>li>a:before{content: ""; position: absolute; width: 3px; height: 21px; background: #0F6AAC; left: 0px; top: 50%; transform: translateY(-50%);}

.pryiji>li>a>i{ display: block; width: 30px; height: 30px; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: #0F6AAC;}
.pryiji>li>a>i:before{ content:""; position:absolute; width:14px; height:2px; background:#ffffff; left:50%; top:50%;  transform: translate(-50%,-50%)}
.pryiji>li>a>i:after{ content:""; position:absolute; width:14px; height:2px; background:#ffffff; left:50%; top:50%; transform: translate(-50%,-50%) rotate(90deg); transition:0.5s;}

.prerji{ background: #F7F7F7;}
.prerji>li{ border-top: 1px solid rgba(0, 0, 0, 0.10);}
.prerji li a{ display:block; font-size:18px; font-size:1.8rem; line-height:30px; padding:10px 20px; padding-right:24px; color:#555; position: relative;}
.prerji>li>a>i{ display: block; width: 30px; height: 30px; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); border-radius: 50%;}
.prerji>li>a>i:before{ content:""; position:absolute; width:14px; height:2px; background:#333; left:50%; top:50%; transform: translate(-50%,-50%)}
.prerji>li>a>i:after{ content:""; position:absolute; width:14px; height:2px; background:#333; left:50%; top:50%; transform: translate(-50%,-50%) rotate(90deg); transition:0.5s;}

.prsanji{ padding-left:20px;}

.pryiji>li:hover>a{}
.pryiji>li:hover>a>i:after{ transform: translate(-50%,-50%) rotate(0deg) !important;}

.prerji li:hover>a{ color:#E17A17;}
.prerji>li:hover>a{ color:#E17A17; background-image: url("../images/prqh.png")}
.prerji li:hover>a:before{ opacity: 1}

.dangpryi>a{}
.dangpryi>a>i:after{  transform: translate(-50%,-50%) rotate(0deg) !important;}

.dangprer>a{ color:#E17A17 !important;}
.prerji>.dangprer>a{ color:#E17A17 !important;}
.prerji>.dangprer>a:before{ opacity: 1 !important;}
.dangprer>a>i:after{  transform: translate(-50%,-50%) rotate(0deg) !important;}

@media screen and (max-width:1359px) {
    .prmain{ padding-top: 50px;}
.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

.prbiao{ padding: 5px 10px;}
.pryiji>li>a{ font-size:16px; font-size:1.6rem; padding: 10px; padding-right: 40px; position:relative;}
.pryiji>li>a>i,.prerji>li>a>i{ right: 10px; width: 20px; height: 20px;}
.pryiji>li>a>i:before,.pryiji>li>a>i:after,.prerji>li>a>i:before,.prerji>li>a>i:after{ width: 10px;}    

.prerji li a{ font-size:14px; font-size:1.4rem; padding: 10px; padding-right: 40px;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:30px; padding-bottom:38px;}
.prl{ width:200px; top: 60px;}
.prr{ width:calc(100% - 220px);}

.pryiji>li>a{ font-size:14px; font-size:1.4rem;line-height:24px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-top:20px; padding-bottom:30px;}
.prl{ width:100%; margin-top:20px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
.proslide_menubtn ,.proslide_menubtn span{ display:block;}
.pryiji{display: none}
.pra{ font-size:14px; font-size:1.4rem;}
.prlie p a,.prrtn{ font-size:12px; font-size:1.2rem;}

a.prbiao:hover{ color:#fff; background: #0F6AAC;}
}


.prrt{ padding-bottom:9px;}
.prrtbiao{ font-size:46px; font-size:4.6rem; line-height:50px; font-weight: bold; position:relative;}
.prrtn{ font-size:18px; font-size:1.8rem; line-height:30px; color: #555; margin-top:22px;}
.prrtn p,.prrtn em,.prrtn strong{color: #555;}

.przhan{ position:relative; overflow:hidden;}
.przhanh{ height:auto !important;}

.zhankai{ cursor:pointer; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:0px; color: #0F6AAC; text-decoration: underline;}
.fuch{ display:none !important;}

.prr input{ cursor:pointer;}

.prn{ display: flex; flex-flow: wrap;}
.prlie{ width:31.5%; display: inline-block; vertical-align: top; margin-left:2.75%; margin-top:28px; margin-bottom: 30px; position: relative; background: #F7F7F7; transition: 0.5s; border-radius: 16px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);}
.prlie:nth-child(3n-2){margin-left: 0px;}

.prtu{ display:block; overflow:hidden; position:relative;}
.prtu img{ width:100%; transition:0.5s;}
.m5tu .m2tu{box-shadow: none;}

.przi{ padding: 13px 21px;}
.pra{ display:block; font-size:18px; font-size:1.8rem; line-height:30px; font-weight: bold; color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 13px;}
.prin input{ display: inline-block; vertical-align: middle; margin-right: 11px;}
.prmor{ display: inline-block; vertical-align: middle; line-height:30px; font-size:16px; font-size:1.6rem; color: #666;cursor: pointer;}

.prlie:hover a{ color:#0F6AAC}
.prlie:hover img{ transform:scale(1.1,1.1)}

.fenye{ padding-top:18px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a,.fenyen span{ display:inline-block; *float:left; width: 38px; height:38px; line-height:36px; text-align:center; margin: 5px 9px; color: #555; font-size: 16px; font-size: 1.6rem; border-radius: 4px; border: 1px solid #E1E2E4; background: #FFF;}
.fenyen a:hover{ color:#fff; background: #0F6AAC;}
.dangqianfen{ color:#fff !important; background: #0F6AAC !important;}

.fuxuan{ margin-left: 20px; display:inline-block; *float:right;}
.fuxuan input{ height:38px; line-height: 38px; color: #333; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 26px; cursor:pointer; transition:0.5s; font-size:16px; font-size:1.6rem;}
.fuxuan input:hover{ color:#E70012}

.prlt2{ display:none}

@media screen and (max-width:1359px) {
.przi{padding: 5px;}
.prlie{ margin-top: 20px; margin-bottom: 10px;}
.pra{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:5px;}
.prin input{ margin-right: 5px;}

.fenye{ padding-top:25px;}
.fenyen a{font-size:14px; font-size:1.4rem;}
.fuxuan input{ font-size:14px; font-size:1.4rem;}

.prrtbiao{ font-size:30px; font-size:3rem; line-height:40px;}
.prrtn{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:10px;}
.prmor{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1199px) {
.prlie{ width: 32.33%; margin-left: 1.5%;}
    .prlie:nth-child(4n-3){margin-left: 1.5%;}
    .prlie:nth-child(3n-2){margin-left: 0%;}
}
@media screen and (max-width:999px) {	
.prlie{ width: 32.333%; margin-left: 1.5%;}
.pra{ font-size:14px; font-size:1.4rem; margin-top:10px;}
.prlie p a{ font-size:14px; font-size:1.4rem;}
.prin{ margin-top: 5px;}
.prmor{ font-size: 12px; font-size: 1.2rem;}

.fenye{ padding-top:27px;}
.fenyen a,.fenyen span{ width:28px; height:28px; line-height:28px; margin-right:2px; margin-left:2px; font-size:12px; font-size:1.2rem !important;}
.fenyen a i{ font-size:12px;}
.fuxuan input{ width:120px; height:26px; font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:767px) {    
.prrtbiao{ font-size:22px; font-size:2.2rem; line-height:30px;}
    .prlie{ padding: 0px; border: 1px solid #eee; margin-bottom: 0px;}
    .przi{ padding-bottom: 10px;}
    .pra{font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}
@media screen and (max-width:579px) {
.prlie{ width:48%; margin-left:1% !important; margin-right:1%;}
}

.prmain2{ background: url("../images/pr2bei.png") no-repeat center right; background-size: cover; padding: 129px 0;}
.pr2n{ width: 59%;}
.pr2biao{ font-size: 46px; font-size: 4.6rem; line-height: 50px; color: #fff; font-weight: bold;}
.pr2p{ margin-top: 40px;}
.pr2p p{color: #fff;}
.pr2mor{ display: inline-block; color: #fff; padding: 10px 25px; background: #E17A17; border-radius: 30px; margin-top: 40px; }
.pr2mor:hover{ background: #fff;}

@media screen and (max-width: 1359px) {
    .prmain2{ padding: 80px 0;}
    .pr2biao{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width: 999px) {
    .pr2biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.pr2p{ margin-top: 10px;}
    .pr2mor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .prmain2{ padding: 30px 0;}
.pr2n{ width: 100%; padding: 20px; background: rgba(0,0,0,.5)}
    .pr2biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}


/****************************  product2  ***************************/
.pr2main1{ padding-top: 60px; padding-bottom: 80px;}
.pr2main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.zoomPad{position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay{position:absolute; left:0px; top:0px; background:#FFF;	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow{position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper{position:relative; border:1px solid #999; z-index:110; }
.zoomWrapperTitle{display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage{display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img{border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe{z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.m-propic { width:47.3%;}
.m-propic .pic-big { position: relative; float: right; width: 82%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0; background: #fff; border-radius: 20px;}
.m-propic .big-img img{ transform: scale(1,1) !important; border-radius: 20px;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8; }
.m-propic .zoomWrapperImage img { max-width: 1200px;}
.m-propic .pic-small { position: relative; float: left; width: 14.9%; overflow: hidden; }
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:30px; line-height:30px; border-radius:4px; text-align:center; font-size:12px; font-size:1.2rem; cursor: pointer; color:#666; font-weight: bold; z-index:1}
.m-propic .pic-btn.prev { top: -3px;}
.m-propic .pic-btn.next { bottom: -3px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#0070B8;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:470%; margin-top: 47px; margin-bottom: 47px;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:23.3%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border: solid 1px #DDD; background: #fff; border-radius: 10px;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #0070B8; opacity: 1}
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #0070B8; opacity: 1}
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #0070B8 !important;  opacity: 1}

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:49%; position: relative;}
.jianjie h1{ font-size:30px; font-size:3rem; line-height:35px; color: #1E1E1E; position: relative; font-weight: bold;}

.jianp{color: #666; margin-top: 35px; line-height: 30px;}
.jianp p{color: #666;}
.jianp em{ display: block; width: 130px; height: 4px; background: #E17A17;}
.jianp strong{ font-size: 18px; font-size: 1.8rem; color: #333;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse;}
.table table tr{}
.jianp .table table tr td{ padding:7px 0px;}

.inno{ display: flex; flex-flow: wrap; margin-top: 28px;}
.inno a{ margin-right: 35px; margin-top: 10px; padding: 11px 36px;}

.share{ margin-top: 58px;}
.share1{ color: #666; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}

@media screen and (max-width: 1559px) { 
.jianp{ margin-top: 15px;}
.share{ margin-top: 20px;}
    .inno{margin-top: 10px;}
}
@media screen and (max-width: 1359px) { 
.pr2main1{ padding: 40px 0;}

.jianjie h1{ font-size:24px; font-size:2.4rem;}
.jianp strong{ font-size: 16px; font-size: 1.6rem;}
.jianp .table table tr td{ padding:4px 0px;}

.share1{ font-size: 14px; font-size: 1.4rem;}
    
.m-propic .list-item { margin-bottom:5%;}
.m-propic .pic-btn { height:22px; line-height:22px; font-size:14px; font-size:1.4rem; background: rgba(0, 0, 0,0.4); color: #fff;}
.m-propic .pic-list { padding-bottom:550%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#fff;}
}
@media screen and (max-width:999px){
.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
    
.jianjie{ width:100%; float:none; margin-top:20px;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height: 30px;}
    .jianp em{ width: 80px; height: 2px;}
    
    .inno a{ padding: 5px 15px; margin-right: 10px;}
}
@media only screen and (max-width:767px ) {
    .pr2main1{ padding: 30px 0;}
    .inno a{ margin-right: 5px;}
    .share1{ font-size: 12px; font-size: 1.2rem;}

.m-propic .pic-big { width: 76%;}
.m-propic .pic-small { width: 22%;}
.m-propic .pic-list { padding-bottom:343%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
}
 @media only screen and (max-width:500px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; } 
}
@media only screen and (max-width:350px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; } 
}

.pr2main2{ padding-bottom: 90px;}

#outer { font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative; background: #F7F7F7; border-radius: 8px;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 25%; padding: 0 10px; height: 60px; line-height: 60px; border-radius: 8px; transition: .5s; z-index: 1}
#tab li span{ display: inline-block; vertical-align: middle; text-align: center; color: #333; font-weight: bold; transition: 0.5s;}

#tab li.current{ background: #0F6AAC;}
#tab li.current span{color: #fff;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle;}

@media screen and (max-width: 439px) {
    #tab li{ width: 50%; height: 40px; line-height: 40px;}
}

.pr211{ padding-top: 50px;}
.pr22biao{ font-size: 36px; font-size: 3.6rem; line-height: 54px; font-weight: bold;}

.chanxiang{ margin-top: 30px;}
.chanxiang p{}
.chanxiang strong{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; margin: 10px 0; color: #333;}
.chanxiang em{ display: block; font-style: normal; margin: 5px 0; padding-left: 37px; background: url("../images/duigou.png") no-repeat left 6px; color: #666;}
.chanxiang strong em{ font-size: 20px; font-size: 2rem; color: #333; padding-left: 0px; background: none;}
.chanxiang a{ display: inline; color: #0F6AAC;}
.chanxiang img{ display: inline-block;}

.chanxiang .table{ width:100%; overflow:auto;}
.chanxiang .table table{ width:100%; border-collapse:collapse;}
.chanxiang .table table tr{}
.chanxiang .table table tr td{ padding:15px 23px; font-size:16px; font-size:1.6rem; border:1px solid #E1E2E4; background: #fff;}
.chanxiang .table table tr:first-child td{ background: #0F6AAC; color: #fff; font-size: 18px; font-size: 1.8rem; font-weight: bold; border-color: #0F6AAC;}
.chanxiang .table table tr:first-child td p{ color: #fff;}
.chanxiang .table table tr:nth-child(2n) td{ background: #F5F6F7;}

@media screen and (max-width: 1359px) {
.pr22biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.chanxiang{ margin-top: 20px;}
.chanxiang strong{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxiang em{ padding-left: 30px; background-position: left 6px; background-size: 15px;}
.chanxiang strong em{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
.pr22biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxiang strong{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.chanxiang .table table tr td{ padding:10px 15px; font-size:14px; font-size:1.4rem;}
.chanxiang .table table tr:first-child td{ font-size: 16px; font-size: 1.6rem;}
.chanxiang strong em{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
.pr211{ padding-top: 30px;}
.pr22biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.chanxiang{ margin-top: 15px;}
.chanxiang strong{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.chanxiang em{ padding-left: 25px; background-position: left 3px;}
.chanxiang .table table tr td{ padding:10px; font-size:12px; font-size:1.2rem;}
.chanxiang .table table tr:first-child td{ font-size: 14px; font-size: 1.4rem;}
.chanxiang strong em{ font-size: 14px; font-size: 1.4rem;}
}

.img-scroll {position: relative; margin-top:30px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 46px; height: 46px; line-height: 44px; text-align: center; border-radius: 50%;	background: #fff; border: solid 1px #1E293B; color: #1E293B; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -81px; cursor: pointer;}
.img-scroll .next { right:-81px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #006DFB; border-color: #006DFB;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.2375%; margin-right: 0.016666%; border: 1px solid rgba(0, 0, 0, 0.10); position:relative;}

@media screen and (max-width: 1799px) {
.img-scroll .prev { left: -25px;}
.img-scroll .next { right: -25px;}
}
@media screen and (max-width: 999px) {
.img-scroll .prev, .img-scroll .next { width: 36px; height: 36px; line-height: 34px;}
.img-scroll .prev { left: -15px;}
.img-scroll .next { right: -15px;}
}
@media screen and (max-width: 767px) {
    .img-scroll { margin-top: 20px; padding-bottom: 50px;}
.img-scroll .prev, .img-scroll .next { bottom: 0px; transform: translateY(0); top: auto;}
.img-scroll .prev { left: 50%; margin-left: -40px;}
.img-scroll .next { right: 50%; margin-right: -40px;}
.img-list li { width:0.32333%; margin-right: 0.015%;}
}
@media screen and (max-width: 439px) {
.img-list li { width:0.49%; margin-right: 0.02%;}
}

.pr212{ padding-top: 80px;}
.pr212n{ display: flex; flex-flow: wrap;}
.pr212lie{ width: 22.4%; margin-left: 3.466%; margin-top: 30px; margin-bottom: 10px;}
.pr212lie:nth-child(4n-3){margin-left: 0px;}
.pr212tu { display: block; border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, #C7C8CC 0%, #EDEEF0 100%); filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));}
.pr212a{ display: block; font-weight: bold; color: #333; text-align: center; line-height: 30px; margin-top: 20px;}

@media screen and (max-width: 1359px) {
.pr2main2{ padding-bottom: 50px;}
.pr212{ padding-top: 50px;}
}
@media screen and (max-width: 999px) {
.pr212lie{ width: 32.33%; margin-left: 1.5%; margin-top: 30px; margin-bottom: 0px;}
.pr212lie:nth-child(4n-3){margin-left: 1.5%;}
.pr212lie:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width: 767px) {
.pr2main2{ padding-bottom: 30px;}
.pr212{ padding-top: 30px;}
    
    .pr212tu{  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));}
.pr212lie{ width: 49%; margin-left: 2%; margin-top: 20px; margin-bottom: 0px;}
.pr212lie:nth-child(3n-2){margin-left: 2%;}
.pr212lie:nth-child(2n-1){margin-left: 0px;}
    .pr212a{ margin-top: 10px;}
}

.pr222{ padding-top: 42px;}
.pr222n{ display: flex; flex-flow: wrap;}
.pr222lie{ width: 32.25%; margin-left: 1.625%; margin-top: 30px; padding: 26px 30px; border-radius: 8px; background: #FFF; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);}
.pr222lie:nth-child(3n-2){margin-left: 0px;}
.pr222lie p{ background: url("../images/duigou2.png") no-repeat left top; padding-left: 44px; color: #0F6AAC; font-weight: bold;}

.prvi{position: relative; padding-bottom:56.2578%;height: 0;overflow: hidden;}
.prvi iframe,.prvi video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.prvi iframe body{ margin:0px !important;}
.prvi .bofang{width: 44px;height: 44px;cursor: pointer;}
@media screen and (max-width: 1359px) {
.pr222lie{ margin-top: 20px; padding: 20px 10px;}
.pr222lie p{ padding-left: 30px; background-size: 24px;}
}
@media screen and (max-width: 767px) {
.pr222{ padding-top: 30px;}
.pr222lie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.pr222lie:nth-child(3n-2){margin-left: 2%;}
    .pr222lie:nth-child(2n-1){margin-left: 0px;}
.pr222lie p{ padding-left: 30px; background-size: 20px;}
}

.pr2main3{  background: url("../images/pr2bei.png") no-repeat center; background-size: cover; padding: 55px 0;}
.pr2main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.pr23l{ width: 41%;}
.pr23r{ width: 43.56%; background: #fff; background: #FFF; border-radius: 10px; padding: 23px 26px;}
.pr23biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #0F6AAC; background: url("../images/m2biao.png") no-repeat left center; background-size: 40px; padding: 5px 0; padding-left: 54px; font-weight: bold;}

.prxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 5px;}
.prxin .int1{ width: 48.8%; margin-top: 15px;}
.prxin .int2{ width: 100%; margin-top: 15px;}
.prxin .int3{ width: 48.8%; margin-top: 15px; position: relative;}
.prxin .int4{ width: 48.8%; margin-top: 15px;}

.prxin input{ width: 100%; height: 60px; line-height: 58px; padding: 0 10px; padding-left: 22px; font-size: 16px; font-size: 1.6rem; background: none; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10);; color: #666;}
.prxin textarea{ width: 100%; height: 60px; line-height: 26px; padding:13px 10px; padding-left: 22px; font-size: 16px; font-size: 1.6rem; background: none; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10);; color: #666;}
.prxin .xing{ position: relative;}
.prxin .xing:before{ content: "*"; position: absolute; font-size: 16px; font-size: 1.6rem; color: #DF1313; line-height: 20px; left: 13px; top: 20px;}
.prxin .yanzheng,.prxin img{width: 70px; height: 40px; position: absolute; right: 10px;  top: 10px; cursor: pointer;}
.prxin .int3 input{ padding-right: 80px;}
.prxin .int4 input{ cursor: pointer; border-color: #E17A17; background: #E17A17; color: #fff; padding: 0px; transition: .5s; font-weight: bold;}
.prxin .int4 input:hover{ background: #0F6AAC; border-color: #0F6AAC;}

@media screen and (max-width: 1359px) {
.pr23l{ width: 40%;}
.pr23r{ width: 50%; padding: 23px 15px;}
}
@media screen and (max-width: 999px) {

.pr23l{ width: 100%;}
.pr23r{ width: 100%; padding: 23px 15px; margin-top: 20px;}
    .prxin input,.prxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .pr2main3{ padding: 30px 0;}
    .pr23biao{ font-size: 20px; font-size: 2rem; background-size: 25px; padding-left: 35px;}
.pr23r{ width: 100%; padding: 20px 10px; margin-top: 20px;}
    .prxin .int3{ width: calc(100% - 60px);}
    .prxin .int4{ width: 50px;}
    .prxin input,.prxin textarea{ font-size: 12px; font-size: 1.2rem;}
}

.pr2main4{ background: none; padding-bottom: 60px;}
.pr2biao{ text-align: left}
.pr2main4 .owl-theme{ padding-bottom: 0px; padding-top: 7px;}
.pr2main4 .owl-theme .owl-controls{ width: 120px; bottom: auto; left: auto; transform: translate(0); right: 0px; top: -72px; padding: 0px;}
.pr2main4 .owl-theme .owl-controls .owl-pagination{ display: none !important}
.m2tu{ position: relative;}
.m5mor{ display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 162px; text-align: center; padding: 7px 10px; background: #E17A17; border-radius: 30px; color: #fff; transition: .5s; opacity: 0; z-index: 999}
.beij:hover .m5mor{ opacity: 1}

@media screen and (max-width: 1359px) {
    .pr2main4 .owl-theme .owl-controls{ top: -50px;}
}
@media screen and (max-width: 999px) {
    .m5mor{ display: none}
    .pr2main4 .owl-theme .owl-controls{ width: 80px; top: -30px;}
    /* .pr2biao{ padding-right: 90px;} */
}
@media screen and (max-width: 767px) {
.pr2main4{ padding-bottom: 30px;}
    .pr2main4 .owl-theme{ padding-bottom: 40px; padding-top: 0px;}
    .pr2main4 .owl-theme .owl-controls{ top: auto; bottom: 0px; right: 50%; transform: translateX(50%);}
    .pr2biao{ padding-right: 0px;}
}

/****************************  solution  ***************************/
.somain{ padding-top: 70px; padding-bottom: 100px;}
.sobiao{ text-align: left;}
.sobiao .m2biaon{ padding-left: 0px; background: none;}

.son{ display: flex; flex-flow: wrap; padding-top: 34px; padding-bottom: 60px;}
.solie{ width: 32%; margin-left: 2%; margin-top: 44px; border-radius: 16px; padding: 26px; transition: .5s;}
.solie:nth-child(3n-2){margin-left: 0px;}
.sotu{ display: block; border-radius: 16px; overflow: hidden;}
.sozi{ padding-top: 20px;}
.soa{ display: block; color: #333; font-weight: bold; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.sop{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden; margin-top: 15px;}
.sop p{ color: #6D6658;}

.solie:hover{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);}

@media screen and (max-width: 1359px) {
.somain{ padding: 60px 0;}
.son{ padding-top: 10px; padding-bottom: 20px;}
    .solie{ padding: 10px; margin-top: 30px;}
}
@media screen and (max-width: 999px) {
    .solie{ padding: 0px; margin-top: 20px;}
.solie:hover{box-shadow:none;}
.sozi{ padding-top: 10px;}
    .sop{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.somain{ padding: 30px 0;}
.son{ padding-top: 10px; padding-bottom: 0px;}
    .solie{ width: 49%; margin-left: 2%;}
    .solie:nth-child(3n-2){margin-left: 2%;}
    .solie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  solution2  ***************************/
.so2biao{ text-align: center;}
.so2p1 p{ color: #888;}

.so2n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 25px;}
.so2lie{ width: 49%; margin-top: 50px; display: flex; flex-flow: wrap; justify-content: space-between; filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));}
.so2tu{ display: block; border-radius: 16px; overflow: hidden; width: 42%;}
.so2zi{ width: 58%; background: #fff; border-radius: 16px; position: relative;}
.so2zin{ position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); padding: 20px 30px;}
.so2a{ display: block; padding-bottom: 14px; font-weight: bold; color: #0070B8; position: relative; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.so2a:before{content: ""; position: absolute; width: 60px; height: 4px; background: #0070B8; left: 0px; bottom: 0px;}
.so2p{ margin-top: 20px;}
.so2p a{ display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.so2mor{ display: inline-block; padding: 8px 19px; background: #fff; border-radius: 30px; color: #0F6AAC; margin-top: 30px;border: 1px solid #0F6AAC;}
.so2mor:hover{ border-color: #E17A17; background: #E17A17; color: #fff;}

@media screen and (max-width: 1359px) {
    .so2lie{ margin-top: 30px;}
    .so2zin{ padding: 20px;}
.so2mor{ padding: 5px 10px; margin-top: 10px;}
    .so2p{ margin-top: 10px;}
    .so2a{ padding-bottom: 5px;}
    .so2a:before{ width: 50px; height: 2px;}
}
@media screen and (max-width: 999px) {
.so2mor{ padding: 3px 10px; margin-top: 5px;}
    .so2zin{ padding: 10px;}
}
@media screen and (max-width: 767px) {
    .so2n{ padding-bottom: 0px;}
    .so2lie{ margin-top: 20px; width: 100%;}
    .so2tu{ width: 130px;}
    .so2zi{ width: calc(100% - 130px)}
    .so2mor{ display: none;}
}

/****************************  solution3  ***************************/
.so3main{ margin-top: 52px; padding-bottom: 102px;}
.so3main .zong{ position: relative;}
.so3l{ width:302px;}
.so3r{ width:calc(100% - 408px);}

.so3l1{ position: sticky; right: 0px; top: 100px; float: right; max-height: calc(100vh - 120px); overflow: auto;}
.so3l2{ display: none;}

@media screen and (max-width: 1359px) {
    .so3main{ padding-bottom: 60px;}
.so3l{ width:260px;}
.so3r{ width:calc(100% - 290px);}
}
@media screen and (max-width: 999px) {
.so3l{ width:220px; top: 60px;}
.so3r{ width:calc(100% - 240px);}
}
@media screen and (max-width: 767px) {
    .so3main{ padding-bottom: 30px; margin-top: 30px;}
.so3l{ width:100%; margin-top: 30px;}
.so3r{ width:100%;}
.so3l1{ display: none;}
.so3l2{ display: block;}
}

.so3lt{}
.so3la{ display: block; background: #0F6AAC; border-radius: 8px; text-align: center; font-weight: bold; color: #fff; padding: 10px}

.so3ltn{}
.so3llie{ padding: 22px 15px; margin-top: 20px; border-radius: 8px; box-shadow: 0 0 13.543px 0 rgba(0, 0, 0, 0.15);}
.so3la2{ padding-bottom: 10px; display: block; position: relative; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.so3la2:before{content: ""; position: absolute; width: 40px; height: 3px; background: #999; left: 0px; bottom: 0px;}
.so3ltu{ display: block; border-radius: 8px; overflow: hidden; margin-top: 14px;}


.so3xin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;}
.so3xin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;}
.so3xin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;}
.so3xin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;}
 
.so3xin textarea::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;}
.so3xin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;}
.so3xin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;}
.so3xin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;}
 
.so3lb{ margin-top: 30px;}
.so3xin{box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10); margin-top: 13px; padding: 16px 20px; background: #fff;}
.so3xin .int1{ width: 100%; margin-top: 10px;}
.so3xin .int2{ width: 100%; margin-top: 10px; position: relative;}
.so3xin .int3{ width: 100%; margin-top: 10px;}

.so3xin input{ width: 100%; border-radius: 8px; border: 1px solid #D0D0D0; background:#FFF; font-size: 14px; font-size: 1.4rem; color: #999; padding: 0 10px; padding-left: 16px; height: 50px; line-height: 48px;}
.so3xin textarea{ width: 100%; border-radius: 8px; border: 1px solid #D0D0D0; background:#FFF; font-size: 14px; font-size: 1.4rem; color: #999; padding: 13px 10px; padding-left: 16px; height: 50px; line-height: 24px;}
.so3xin .xing{ position: relative;}
.so3xin .xing:before{content: "*"; position: absolute; font-size: 14px; font-size: 1.4rem; color: #BE2727; line-height: 24px; top: 13px; left: 10px;}
.so3xin .yanzheng,.so3xin img{ width: 85px; height: 28px; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.so3xin .int2 input{ padding-right: 110px;}
.so3xin .int3 input{ border-color: #E17A17; background: #E17A17; color: #fff; padding: 0px; cursor: pointer; transition: .5s;}
.so3xin .int3 input:hover{ background: #fff; color: #E17A17}

@media screen and (max-width: 999px) {
    .so3llie{ padding: 10px; margin-top: 10px;}
    .so3xin{ padding: 10px;}
}
@media screen and (max-width: 767px) {
    .so3xin input,.so3xin textarea{ font-size: 12px; font-size: 1.2rem;}
    .so3ltn{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 10px;}
    .so3llie{ width: 49%;}
}

.soh1{ font-size: 36px; font-size: 3.6rem; line-height: 54px; font-weight: bold; color: #333;}
.sosh{ border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 25px 0;}
.sosh .share{ margin: 0px;}

.so3t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 15px;}
.so3tzi{ width: calc(100% - 430px);}
.so3ttu{ width: 377px; border-radius: 16px; overflow: hidden;}
.so3ttu img{ width: 100%;}

.so3t .chanxiang{ margin-top: 0px;}
.soxiang strong{ color: #0F6AAC; line-height: 48px;}

@media screen and (max-width: 1359px) {
.soh1{ font-size: 30px; font-size: 3rem; line-height: 44px;}
    .so3t{}
.so3tzi{ width: calc(100% - 330px);}
.so3ttu{ width: 300px; border-radius: 16px; overflow: hidden;}
    .soxiang strong{ line-height: 30px;}
}
@media screen and (max-width: 999px) {
.soh1{ font-size: 24px; font-size: 2.4rem; line-height: 32px;}
.sosh{ padding: 10px 0;}
.so3tzi{ width: 100%;}
.so3ttu{ width: 100%; max-width: 400px; margin: auto; margin-top: 20px;}
.soxiang strong{ line-height: 30px;}
}
@media screen and (max-width: 767px) {
.soh1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.soxiang strong{ line-height: 28px;}
}

.soxn{ display: flex; flex-flow: wrap; justify-content: space-between;}
.soxlie{ width: 48.5%; background: #fff; border-radius: 16px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); padding: 16px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.soxtu{ width: 210px; display: block; border-radius: 16px; overflow: hidden;}
.soxzi{ width: calc(100% - 210px); padding-left: 31px;}
.soxa{ font-weight: bold; color: #555 !important; display: -webkit-box !important;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.soxmor{ color: #0F6AAC; display:block !important; margin-top: 19px;}
.soxa:hover{ color: #0F6AAC !important;}

.so3b{ margin-top: 55px;}
.fanpian{ border-top: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; padding: 18px 0; margin-top: 50px;}
.fanpian li,.fanpian li a,.fanpian li span{ color: #555;}
.fanpian li{ padding: 4px 0;}

@media screen and (max-width: 1359px) {
.soxlie{ padding: 10px;}
.soxtu{ width: 150px;}
.soxzi{ width: calc(100% - 150px); padding-left: 15px;}
}
@media screen and (max-width: 999px) {
.soxlie{ width: 100%; margin-top: 15px;}
}
@media screen and (max-width: 767px) {
.soxtu{ width: 120px;}
.soxzi{ width: calc(100% - 120px); padding-left: 10px;}
    .fanpian{ margin-top: 30px; padding: 10px 0;}
.so3b{ margin-top: 30px;}
}

/****************************  about  ***************************/
.abmain1{ background: url("../images/m3bei2.png") no-repeat top right; margin-top: 10px; padding-top: 50px;}
.ab1p1{ color: #0F6AAC; margin-top: 21px;}
.ab1n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ab1l{ width: 51%; padding-top: 38px;}
.ab1r{ width: 47.6%; position: relative; border-radius: 16px; overflow: hidden; cursor: pointer;}

.ab1ln{ max-height: 392px; padding-right: 26px; overflow: auto;}
.ab1r>img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}

.abmain2{ transform: translate(0); margin-top: 80px;}

@media screen and (max-width: 1359px) {
    .abmain1{ padding-top: 30px;}
.abmain2{ margin-top: 50px;}
}
@media screen and (max-width: 767px) {
.abmain2{ margin-top: 30px;}
.ab1l{ width: 100%; padding-top: 20px;}
.ab1r{ width: 100%; height: 200px; margin-top: 20px;}
    .ab1ln{ max-height: none;}
    .ab1p1{ margin-top: 10px;}
}

.abmain3{ background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; position: relative; background-attachment: fixed; margin-top: 80px; padding-top: 88px; padding-bottom: 118px;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; z-index: -1}

#outer6 { font-size:0px; position: relative; margin-top: 47px;}

.tab6{position: relative;}
.tab6:before{content: ""; position: absolute; border-top: 2px dashed #fff; width: 1920px; left: 50%; transform: translateX(-50%); bottom: 13px; opacity: .6;}
.tab6 .prev2,.tab6 .next2{ position: absolute; width: 70px; height: 70px; line-height: 68px; top: 67px; text-align: center; color: #fff; border: 2px solid rgba(255,255,255,0.5); background: rgba(255, 255, 255, 0.1); font-size: 20px; border-radius: 50%; cursor: pointer; transition: 0.5s; z-index: 9999999}
.tab6 .prev2{left: 33.333%; transform: translateX(-50%);}
.tab6 .next2{left: 66.666%; transform: translateX(-50%);}
.tab6 .prev2:hover,.tab6 .next2:hover{ background: #fff; color: #33489D; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);}

#tab6 {overflow: hidden;zoom: 1; font-size:0px; position:relative; margin:auto; overflow:hidden;  white-space:nowrap; z-index: 99}
#tab6 li{ display:inline-block; vertical-align: bottom; width: 33.333%; transition:0.8s; cursor:pointer; position: relative; text-align: center;}
#tab6 li:before{content: ""; position: absolute; width: 30px; height: 30px; background: url("../images/dian.png") no-repeat center; bottom: 0px; left: 50%; transform: translateX(-50%);}

#tab6 li a { display:block; cursor:pointer; color: #fff; font-size:30px; font-size:3rem; line-height:40px; font-weight: bold; padding-bottom: 44px; padding-top: 33px;}
#tab4 li a i{ font-style: normal;}
#tab6 li.current6:before{ background: url("../images/dianh.png") no-repeat center; background-size: cover !important;}
#tab6 li.current6 a { font-size: 46px !important; font-size: 4.6rem !important; padding-bottom: 56px; padding-top: 0px;}
#content6 { display:inline-block; vertical-align:top; width:100%;}
#content6 .tabul6 {display: none; font-size: 0px; vertical-align:middle; padding-top: 65px;}

.ab3n{ background: rgba(255,255,255,.9); border-radius: 16px; padding: 24px 37px; max-width: 1190px; margin: auto; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab3tu{ width: 514px; border-radius: 16px; overflow: hidden;}
.ab3zi{ width: calc(100% - 554px);}
.ab3a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #0F6AAC; font-weight: bold;}
.ab3p{ margin-top: 17px;}

@media screen and (max-width:1699px) {
#outer6{ margin-top: 20px;}
.tab6:before{ bottom: 8px;}
#tab6 li:before{ width: 20px; height: 20px;}
#tab6 li a { font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 20px; padding-bottom: 20px;}
#tab6 li.current6 a { font-size: 30px !important; font-size: 3rem !important; padding-bottom: 40px; padding-top: 0px;}
.tab6 .prev2,.tab6 .next2{ top: 55px; width: 40px; height: 40px; line-height: 36px; font-size: 1.4rem;}

#content6 .tabul6 { padding-top: 40px;}
.ab3a{ font-size: 20px; font-size: 2rem;}
    .ab3p{ margin-top: 10px;}
    .ab3n{ padding: 10px;}
    .ab3tu{ width: 450px;}
.ab3zi{ width: calc(100% - 470px);}
}
@media screen and (max-width:1359px) {
    .abmain3{ padding: 50px 0; margin-top: 50px;}
#outer6 {}
#tab6 li a { font-size:16px; font-size:1.6rem; line-height:26px; padding-top: 10px;}
#tab6 li.current6 a { font-size: 20px !important; font-size: 2rem !important; padding-bottom: 30px;}
.tab6 .prev2,.tab6 .next2{ top: 26px;}
}
@media screen and (max-width:999px) {
    .ab3tu{ width: 100%; max-width: 400px; margin: auto;}
    .ab3zi{ width: 100%; margin-top: 20px;}
.ab3a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width:767px) {
    .abmain3{ padding: 30px 0; margin-top: 30px;}
    .ab3a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}

#tab6 li a { font-size:14px; font-size:1.4rem; line-height:26px; padding-top: 10px;}
#tab6 li.current6 a { font-size: 16px !important; font-size: 1.6rem !important; padding-bottom: 30px;}
#tab6 li:before{ width: 15px; height: 15px; background-size: 10px !important;}
.tab6 .prev2,.tab6 .next2{ top: 26px; width: 30px; height: 30px; line-height: 26px; top: 31px;}
}

.abmain5{ padding-top: 86px; padding-bottom: 80px;}

.abmain5 .row{ margin: 0 -11px; margin-top: 30px;}
.abmain5 .owl-carousel{display: none; width: 100%;-ms-touch-action: pan-y; padding-bottom: 67px; position: relative;}
.abmain5 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain5 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain5 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.abmain5 .owl-carousel .owl-item{float: left;}
.abmain5 .owl-carousel .item{ padding: 20px 11px;}
.abmain5 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}

.abmain5 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.abmain5 .owl-theme .owl-controls{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; font-size: 0px; padding-left: 90px; padding-right: 90px; height: 48px;}
.abmain5 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin-top: 20px;}
.abmain5 .owl-theme .owl-controls .owl-page span{display: block;width: 8px;height: 8px; margin:0 3.5px; border-radius: 50%; background: #D9D9D9; font-size: 0px;}
.abmain5 .owl-theme .owl-controls .owl-page.active span{ background:#0F6AAC; opacity:1;}

.abmain5 .owl-theme .owl-buttons{}
.abmain5 .owl-theme .owl-buttons div{ width: 48px; height: 48px; border-radius: 50%; border: 1px solid #555; position: absolute; top: 50%; transform: translateY(-50%); line-height: 46px; font-size: 24px; transition: 0.5s; color: #555; font-size: 14px; opacity: .5; text-align: center;}
.abmain5 .owl-theme .owl-prev{ left: 0px;}
.abmain5 .owl-theme .owl-next{ right: 0px;}
.abmain5 .owl-theme .owl-buttons div:hover{ border-color: #0F6AAC; background: #0F6AAC; color: #fff; opacity: 1}

.ab5tu{ border-radius: 16px; overflow: hidden;}
.ab5tu img{ width: 100%;}

@media screen and (max-width: 1359px) {
.abmain5{ padding: 60px 0;}
.abmain5 .row{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.abmain5 .owl-carousel{ padding-bottom:50px;}
.abmain5 .owl-theme .owl-controls{ padding-left: 40px; padding-right: 40px; height: 34px;}
.abmain5 .owl-theme .owl-controls .owl-page{ display: none;}
.abmain5 .owl-theme .owl-buttons div{ width: 34px; height: 34px; line-height: 32px;}
}
@media screen and (max-width: 767px) {
    .abmain5{ padding: 30px 0;}
    
.abmain5 .row{ margin: 0 -5px; margin-top: 20px;}
.abmain5 .owl-carousel .item{ padding: 10px 5px;}
}


.abmain5 .owl-theme{ padding-bottom: 0px; padding-top: 7px;}
.abmain5 .owl-theme .owl-controls{ width: 120px; bottom: auto; left: auto; transform: translate(0); right: 0px; top: -72px; padding: 0px;}
.abmain5 .owl-theme .owl-controls .owl-pagination{ display: none !important}

@media screen and (max-width: 1359px) {
    .abmain5 .owl-theme .owl-controls{ top: -50px;}
}
@media screen and (max-width: 999px) {
    .abmain5 .owl-theme .owl-controls{ width: 80px; top: -30px;}
}
@media screen and (max-width: 767px) {
.abmain5{ padding-bottom: 30px;}
    .abmain5 .owl-theme{ padding-bottom: 40px; padding-top: 0px;}
    .abmain5 .owl-theme .owl-controls{ top: auto; bottom: 0px; right: 50%; transform: translateX(50%);}
}



.abmain6{ padding-top: 67px; padding-bottom: 80px; background: url("../images/ab5bei.png") no-repeat center; background-size: cover;}

.abmain6 .row{ margin: 0 -18px; margin-top: 30px;}
.abmain6 .owl-carousel{display: none; width: 100%;-ms-touch-action: pan-y; padding-bottom: 67px; position: relative;}
.abmain6 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain6 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain6 .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;}
	
.abmain6 .owl-carousel .owl-item{float: left;}
.abmain6 .owl-carousel .item{ padding: 20px 18px;}
.abmain6 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}

.abmain6 .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);}
.abmain6 .owl-theme .owl-controls{}
.abmain6 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; margin-top: 20px;}
.abmain6 .owl-theme .owl-controls .owl-page span{display: block;width: 8px;height: 8px; margin:0 3.5px; border-radius: 50%; background: #D9D9D9; font-size: 0px;}
.abmain6 .owl-theme .owl-controls .owl-page.active span{ background:#0F6AAC; opacity:1;}

.abmain6 .owl-theme .owl-buttons{}
.abmain6 .owl-theme .owl-buttons div{ width: 48px; height: 48px; border-radius: 50%; border: 1px solid #000; position: absolute; top: 50%; transform: translateY(-50%); line-height: 46px; font-size: 24px; transition: 0.5s; color: #000; font-size: 14px; text-align: center;}
.abmain6 .owl-theme .owl-prev{ left: -50px;}
.abmain6 .owl-theme .owl-next{ right: -50px;}
.abmain6 .owl-theme .owl-buttons div:hover{ border-color: #0F6AAC; background: #0F6AAC; color: #fff; opacity: 1}

.ab6tu{ overflow: hidden;}
.ab6tu img{ transform: scale(1) !important; width: 100%;}
.ab6a{ text-align: center; color: #333; margin-top: 12px;}

@media screen and (max-width: 1759px) {
.abmain6 .owl-theme .owl-prev{ left: 0px;}
.abmain6 .owl-theme .owl-next{ right: 0px;}
}
@media screen and (max-width: 1359px) {
.abmain6{ padding: 60px 0;}
.abmain6 .row{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.abmain6 .owl-carousel{ padding-bottom:50px;}
.abmain6 .owl-theme .owl-controls{ padding-left: 40px; padding-right: 40px; height: 34px;}
.abmain6 .owl-theme .owl-controls .owl-page{ display: none;}
.abmain6 .owl-theme .owl-buttons div{ width: 34px; height: 34px; line-height: 32px;}
}
@media screen and (max-width: 767px) {
    .abmain6{ padding: 30px 0;}
    
.abmain6 .row{ margin: 0 -5px; margin-top: 20px;}
.abmain6 .owl-carousel .item{ padding: 10px 5px;}
}

.abmain6 .owl-theme{ padding-bottom: 0px; padding-top: 7px;}
.abmain6 .owl-theme .owl-controls .owl-pagination{ display: none !important}

@media screen and (max-width: 1359px) {
    .abmain6 .owl-theme .owl-controls{ top: -50px;}
}
@media screen and (max-width: 999px) {
    .abmain6 .owl-theme .owl-controls{ width: 80px; top: -30px;}
}
@media screen and (max-width: 767px) {
    .abmain6 .owl-theme{ padding-bottom: 40px; padding-top: 0px;}
    .abmain6 .owl-theme .owl-controls{ position: absolute; top: auto; bottom: 0px; right: 50%; transform: translateX(50%);}
}

/****************************  about2  ***************************/
.ab2main{ background: #F7F7F7; padding-top: 1px;}
.ab2main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 52px; padding-bottom: 80px;}
.ab21tu{ border-radius: 20px; overflow: hidden; width: 43.75%}
.ab21zi{ width: 51%;}

.ab2biao{ text-align: left;}
.ab2biao .m2biaon{ padding-left: 0px; position: relative; background: none; line-height: 62px; padding-bottom: 24px;}
.ab2biao .m2biaon:before{content: ""; position: absolute; width: 149px; height: 4px; background: #E17A17; left: 0px; bottom: 0px;}
.ab2p{ margin-top: 37px;}

@media screen and (max-width: 1359px) {
    .ab2main1{ padding-bottom: 60px;}
.ab2biao .m2biaon{ line-height: 50px; padding-bottom: 15px;}
.ab2biao .m2biaon:before{ width: 100px; height: 3px;}
.ab2p{ margin-top: 25px;}
}
@media screen and (max-width: 767px) {
    .ab2main1{ padding: 30px 0;}
.ab21tu{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
.ab21zi{ width: 100%;}
.ab2biao .m2biaon{ line-height: 36px; padding-bottom: 10px;}
.ab2biao .m2biaon:before{ width: 60px; height: 3px;}
}

.ab2main2{ padding-bottom: 100px; padding-top: 88px;}

#outer2 { margin-top:28px; font-size:0px; 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; padding: 11px 20px; margin: 5px 15px; background: #0F6AAC; border-radius: 30px; z-index: 1}
#tab2 li span{ display: block; text-align: center; color: #FFF; transition: 0.5s;}

#tab2 li.current2{ background: #E17A17;}

#content2 { display: block;}
#content2 .tabul2 {display: none; font-size:0px; vertical-align:middle; padding-top: 35px;}

.ab22n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ab22l{ width: 50%; border-radius: 16px; padding:63px 50px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);}
.ab22r{ width: 50%; border-radius: 16px; overflow: hidden;}

.ab22a{ font-size: 24px; font-size: 2.4rem; line-height: 35px; font-weight: bold; color: #333;}
.ab22p{ margin-top: 23px; padding-left: 26px; position: relative;}
.ab22p:before{content: ""; position: absolute; width: 8px; height: 8px; background: #F6C206; border-radius: 50%; left: 0px; top: 10px;}
.ab22p p{color: #555;}

.img-scroll2 {position: relative; height: 100%;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 60px; height: 53px; line-height: 53px; text-align: center; top: 50%; transform: translateY(-50%); font-size: 32px; transition: 0.5s; color: #fff; z-index: 999}

.img-scroll2 .prev { left: 0px; cursor: pointer;}
.img-scroll2 .next { right:0px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #0064fb;}
.img-list2 {position: relative;overflow: hidden; height: 100%;}
.img-list2 ul {width: 10000%; height: 100%;}
.img-list2 li {float: left; width:1%; height: 100%; position:relative;}

.ab22tu{  position: relative; height: 100%;}
.ab22tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}

@media screen and (max-width: 1359px) {
    .ab2main2{ padding: 60px 0;}
.ab22l{ padding: 20px;}
.ab22p{ margin-top: 15px; padding-left: 20px;}
.img-scroll2 .prev, .img-scroll2 .next { font-size: 20px;}
.ab22a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
.ab22a{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}
#tab2 li{ padding: 11px 15px; margin: 5px;}
}
@media screen and (max-width: 767px) {
    .ab2main2{ padding: 30px 0;}
.ab22l{ width: 100%; padding: 20px 10px;}
.ab22r{ width: 100%; height: 300px;}
    .ab22a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
#tab2 li{ width: 32%; padding: 11px 15px; margin: 5px 0.66%; height: 60px; line-height: 60px; padding: 0 10px;}
    #tab2 li span{ display: inline-block; vertical-align: middle; line-height: 18px !important;}
    #content2 .tabul2 { padding-top: 20px;}
}

.ab2main3{ background: url("../images/ab23bei.png") no-repeat center right; background-size:cover;}

/****************************  case  ***************************/
.camain{ padding-top: 60px; padding-bottom: 100px;}
.cap1{ text-align: center; margin-top: 59px;}

.can{ display: flex; flex-flow: wrap; padding-bottom: 30px;}
.calie{ width: 32.25%; margin-left: 1.625%; margin-top: 50px;}
.calie:nth-child(3n-2){margin-left: 0px;}

.catu{ display: block; overflow: hidden; border-radius: 16px;}
.caa{ display: block; color: #333; font-weight: bold; margin-top: 20px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.cap{ margin-top: 15px;}
.cap a{ color: #555; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 1359px) {
.camain{ padding: 60px 0;}
    .calie{ margin-top: 30px;}
    .cap1{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.camain{ padding: 30px 0;}
.cap1{ text-align: left;}
    .can{ padding-bottom: 0px;}
.calie{ margin-top: 20px; width: 49%; margin-left: 2%;}
    .calie:nth-child(3n-2){margin-left: 2%;}
    .calie:nth-child(2n-1){margin-left: 0px;}
    
    .catu{ border-radius: 10px;}
    .caa{ margin-top: 10px;}
    .cap{ margin-top: 5px;}
}

/****************************  case2  ***************************/
.ca2main1{ border-bottom: 1px solid rgba(0,0,0,0.08); padding-bottom: 50px; margin-top: 52px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ca2l{ width: 50.875%;}
.ca2r{ width: 42.5%; border-radius: 30px; overflow: hidden;}

.ca2l h1{ font-size: 30px; font-size: 3rem; line-height: 48px; color: #333; font-weight: bold;}
.ca21p{ margin-top: 30px;}
.ca21p p{color: #555;}
.ca21b{ margin-top: 48px;}
.cariqi{ display: inline-block; vertical-align: middle; color: #666; margin-right: 40px;}
.ca21b .share{ display: inline-block; vertical-align: middle; margin: 0px;}

.ca2main2{ padding-top: 13px; padding-bottom: 100px;}
.ca2main2 .m4a{ color: #333;}
.ca2main2 .m4p p{ color: #666;}

@media screen and (max-width: 1359px) {
    .ca2main1{ padding-bottom: 30px; margin-top: 30px;}
.ca2l h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.ca21p{ margin-top: 15px;}
.ca21b{ margin-top: 15px;}
    .ca2r{ width: 45%;}
.ca2main2{ padding-top: 13px; padding-bottom: 60px;}
}
@media screen and (max-width: 999px) {
.ca2l h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .ca2l{ width: 100%;}
    .ca2r{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.ca2l h1{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .cariqi{ margin-right: 20px;}
.ca2main2{ padding-top: 13px; padding-bottom: 30px;}
}

.fanpian2{ border-top: 1px solid rgba(153, 153, 153, 0.5); margin-top: 52px;}
.fanpian2 ul{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 23px;}
.fanpian2 ul li{ max-width: 48%; position: relative; margin-top: 22px;}

.fanpian2 li i{ display: block; width: 48px; height: 48px; line-height: 48px; top: 50%; transform: translateY(-50%); text-align: center; color: #0F6AAC; position: absolute; transition: 0.5s; background: #F7F7F7;}
.fanpian2 li p{ color: #666;}
.fanpian2 li p a{ display: block; color: #666;}
.fanpian2 li p strong{ color: #333; font-weight: normal;}

.fanpian2 ul li:nth-child(1){ padding-left: 59px;}
.fanpian2 ul li:nth-child(2){ padding-right: 59px; text-align: right;}
.fanpian2 ul li:nth-child(1) i{ left: 0px;}
.fanpian2 ul li:nth-child(2) i{ right: 0px;}
.fanpian2 ul li:hover i{ background: #0F6AAC; color: #fff;}

@media screen and (max-width: 999px) {
    .fanpian2{ margin-top: 30px;}
    .fanpian2 ul{ padding-top: 0px;}
}
@media screen and (max-width: 767px) {
    .fanpian2{ margin-top: 20px;}
    .fanpian2 ul li{ padding-left: 59px; padding-right: 0px; width: 100%; max-width: none; text-align: left !important;}
    .fanpian2 ul li i{ left: 0px; right: auto;}
}

/****************************  news  ***************************/
.nemain{}
.nen{ padding-bottom: 35px;}
.nelie{ padding: 40px 0; margin-top: 50px; border-radius: 16px; background: #FFF;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); display: flex; flex-flow: wrap; align-items: center;}
.neriqi{ width: 150px; text-align: center;}
.neri .m2biaon{ padding: 0px; background: none; color: #0F6AAC;}
.neriqi p{ color: #555;}
.netu{ width: 395px; border-radius: 10px; display: block; overflow: hidden;}
.nezi{ width: calc(100% - 545px); padding-left: 50px; padding-right: 10px;}
.nea{ font-weight: bold; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; color: #333;}
.nep{ margin-top: 20px; margin-bottom: 26px;}
.nep a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 999px) {
.nen{ padding-bottom: 0px;}
.nelie{ padding: 20px 0; margin-top: 30px;}
.neriqi{ width: 70px;}
    .netu{ width: 220px;}
.nezi{ width: calc(100% - 290px); padding-left: 15px;}
.nep{ margin-top: 5px; margin-bottom: 5px;}
}
@media screen and (max-width: 767px) {
    .nezi{ width: 100%; margin-top: 15px; padding: 0 10px;}
}

/****************************  news2  ***************************/
.ne2main{ padding-top: 53px;}
.ne2main h1{ text-align: center; font-size: 36px; font-size: 3.6rem; line-height: 54px; text-align: center; color: #333; font-weight: bold;}
.net{ margin-top: 21px; padding-bottom: 28px; text-align: center; border-bottom: 1px solid #D9D9D9;}

@media screen and (max-width: 1359px) {
    .ne2main h1{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width: 999px) {
    .ne2main h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width: 767px) {
.ne2main{ padding-top: 30px;}
    .ne2main h1{ font-size: 18px; font-size: 1.8rem; line-height: 28px;}
    .net{ margin-top: 10px; padding-bottom: 10px;}
}

/****************************  download  ***************************/
.don{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 30px;}
.dolie{ width: 49%; padding: 13px; margin-top: 50px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: #F7F7F7;}
.dotu{ width: 178px;}
.dozi{ width: calc(100% - 178px); padding-left: 44px;}
.doa{ display: block; font-weight: bold; color: #333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.dop{ margin-top: 10px;}
.dop a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.domor{ display: block; margin-top: 53px; color: #0F6AAC;}
.domor i{ display: inline-block;width: 34px; height: 34px; line-height: 34px; margin-right: 11px; text-align: center;border-radius: 8px; background: #0F6AAC; color: #fff; transform: rotate(180deg)}
.dolie a{ cursor: pointer;}

@media screen and (max-width: 1359px) {
.dolie{ padding: 10px; margin-top: 20px;}
.dotu{ width: 120px;}
.dozi{ width: calc(100% - 120px); padding-left: 20px;}
    .domor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.dolie{ width: 100%;}
    .don{ padding-bottom: 0px;}
}

.xpxin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;}
.xpxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;}
.xpxin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;}
.xpxin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;}

.xunpan{ display: none; position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 99}
.guanbi{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.6); cursor: pointer; z-index: 1}
.xunpann{ width: 95%; max-width: 989px; padding: 55px 95px; background: #fff; border-radius: 16px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1}
.xpbiao{ text-align: center; color: #333; font-weight: bold;}

.xpxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 10px;}
.xpxin .int1{ width: 48.3%; margin-top: 19px;}
.xpxin .int2{ width: 48.3%; margin-top: 19px; position: relative;}
.xpxin .int3{ width: 100%; margin-top: 29px; text-align: center;}

.xpxin input{ width: 100%; height: 40px; line-height: 40px; padding: 0 18px; font-size: 16px; font-size: 1.6rem; color: #999; border-radius: 8px; border: 1px solid #DDD; background: #FFF;}

.xpxin .yanzheng,.xpxin img{width: 75px;height: 35px; position: absolute; right: 0px; top: 2px; cursor: pointer;}
.xpxin .int2 input{ padding-right: 90px;}
.xpxin .int3 input{text-transform: uppercase; width: 100%; max-width: 385px; padding: 0px; margin: auto; background: #0F6AAC; color: #fff; cursor: pointer; transition: 0.5s;}
.xpxin .int3 input:hover{ background: #E17A17;}
.xpxin .xing{ position: relative;}
.xpxin .xing input{ padding-left: 30px;}
.xpxin .xing:before{content: "*"; color: #F00; font-size: 16px; font-size: 1.6rem; line-height: 30px; position: absolute; top: 5px; left: 18px;}

@media screen and (max-width: 999px) {
.xunpann{ padding: 20px 10px;}
    .xpxin input{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.xpxin .int1{ width: 100%; margin-top: 10px;}
.xpxin .int2{ width: 100%; margin-top: 10px;}
.xpxin .int3{ width: 100%; margin-top: 10px;}
    .xpxin .int3 input{ max-width: none;}
    .xpxin input{ font-size: 12px; font-size: 1.2rem;}
}

/****************************  faq  ***************************/
.fan{ margin-top: 50px; padding-bottom: 30px;}
.se3lie{ margin-top: 30px;}
.se3a{ padding:15px 72px; position: relative; color: #333; background: #F7F7F7; transition: .5s; font-weight: bold; cursor: pointer;}
.se3a span{ position: absolute; left: 20px; top: 15px; color: #0F6AAC;}
.se3a:before{content: ""; position: absolute; width: 18px; height: 3px; background: #0F6AAC; border-radius: 2px; right: 20px; top: 50%; transform: translateY(-50%);}
.se3a:after{content: ""; position: absolute; width: 18px; height: 3px; background: #0F6AAC; border-radius: 2px; right: 20px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: .5s;}

.se3p{ padding: 20px 72px; padding-left: 60px; padding-bottom: 0px; position: relative; display: none;}
.se3p span{ position: absolute; left: 25px; top: 20px; color: #0F6AAC; font-weight: bold;}

.se3lieh .se3a{}
.se3lieh .se3a:after{  transform: translateY(-50%)}
.se3lieh .se3p{ display: block;}

@media screen and (max-width: 1359px) {
    .semain3 .owl-theme .owl-controls{ margin-top: 30px;}
}
@media screen and (max-width: 767px) {
.fan{ margin-top: 20px; padding-bottom: 0px;}
.se3lie{ margin-top: 5px;}
    .se3a,.se3p{ padding: 10px 35px;}
    .se3a span,.se3p span{ left: 10px; top: 10px;}
    .se3a:before,.se3a:after{ width: 10px; right: 10px;}
}

/****************************  contact  ***************************/
.comain1{ padding-top: 59px; padding-bottom: 100px;}
.cop1{ text-align: center; color: #0F6AAC; font-weight: bold; margin-top: 21px;}
.co1n{ display: flex; flex-flow: wrap; padding-top: 30px;}
.colie{ width: 23.7%; margin-left: 1.7333%; margin-top: 20px; padding:40px 10px; text-align: center; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); border-radius: 16px;}
.colie:nth-child(4n-3){margin-left: 0px;}
.colie i{ color: #0F6AAC; font-size: 36px;}
.co1p1{ color: #555; margin-top: 18px;}
.co1p2{ color: #222;}
.co1p2 a{ color: #222;}
.co1p2 a:hover{ color: #0F6AAC;}

@media screen and (max-width: 1359px) {
.comain1{ padding: 60px 0;}
    .cop1{ margin-top: 10px;}
    .co1n{ padding-top: 10px;}
}
@media screen and (max-width: 767px) {
.comain1{ padding: 30px 0;}
    .colie{ width: 49%; margin-left: 2%; padding: 20px 10px;}
    .colie:nth-child(2n-1){margin-left: 0px;}
.colie i{ font-size: 26px;}
}

.comain2{ background: url("../images/co2bei.png") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding: 70px 0;}
.comain2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/co2bei.png") no-repeat center; background-size: cover; z-index: -1}
.co2biao{ color: #fff; text-align: center; font-size: 30px; font-size: 3rem; line-height: 40px; font-weight: bold;}

.coxin{ background: #fff; border-radius: 20px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); padding: 50px; margin-top: 43px; display: flex; flex-flow: wrap; justify-content: space-between;}
.coxin .int1{ width: 49%; margin-top: 14px;}
.coxin .int2{ width: 100%; margin-top: 14px;}
.coxin .int3{ width: 49%; margin-top: 14px; position: relative;}
.coxin .int4{ width: 49%; margin-top: 14px;}

.coxin input{ width: 100%; height: 60px; line-height: 60px; padding: 0 14px; font-size: 16px; font-size: 1.6rem; color: #333; border-radius: 5px; border: 1px solid #D2D2D2;}
.coxin textarea{ width: 100%; height: 214px; line-height: 30px; padding: 15px 14px; font-size: 16px; font-size: 1.6rem; color: #333; border-radius: 5px; border: 1px solid #D2D2D2;}
.coxin .yanzheng,.coxin img{ width: 81px; height: 39px; position: absolute; right: 14px; top: 10px; cursor: pointer;}
.coxin .int3 input{ padding-right: 100px;}
.coxin .int4 input{ padding: 0px; background: #0F6AAC; border-color: #0F6AAC; color: #fff; cursor: pointer; transition: .5s;}
.coxin .int4 input:hover{ background: #E17A17; border-color: #E17A17;}

.coxin .xing input,.coxin .xing textarea{ padding-left: 24px;}
.coxin .xing{ position: relative;}
.coxin .xing:before{content: "*"; position: absolute; left: 14px; top: 15px; line-height: 30px; color: #DF1313;}

.ditu{ margin-top: 100px; margin-bottom: 80px;}

@media screen and (max-width: 1359px) {
.co2biao{font-size: 24px; font-size: 2.4rem; line-height: 30px;}
    .coxin{ padding: 20px;}
    .coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}
.ditu{ margin: 60px auto;}
}
@media screen and (max-width: 999px) {
    .comain2{ padding: 30px 0;}
    .coxin{ margin-top: 25px; padding: 20px 10px;}
    .coxin .int1,.coxin .int2,.coxin .int3,.coxin .int4{ width: 100%; margin-top: 10px;}
    .coxin textarea{ height: 120px;}
    .coxin input,.coxin textarea{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width: 767px) {
.ditu{ margin: 30px auto;}
}







#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:15%; top:9%; right:15%; bottom:9%;}

.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: 'PublicSansBold';
    font-display: swap;
    src: url('../fonts/PublicSansBold.eot');
    src: url('../fonts/PublicSansBold.eot') format('embedded-opentype'),
         url('../fonts/PublicSansBold.woff2') format('woff2'),
         url('../fonts/PublicSansBold.woff') format('woff'),
         url('../fonts/PublicSansBold.ttf') format('truetype'),
         url('../fonts/PublicSansBold.svg#PublicSansBold') format('svg');
}

@font-face {
    font-family: PublicSans-Regular;
    font-display: swap;
    src: url('../fonts/PublicSansRegular.eot');
    src: url('../fonts/PublicSansRegular.eot') format('embedded-opentype'),
         url('../fonts/PublicSansRegular.woff2') format('woff2'),
         url('../fonts/PublicSansRegular.woff') format('woff'),
         url('../fonts/PublicSansRegular.ttf') format('truetype'),
         url('../fonts/PublicSansRegular.svg#PublicSansRegular') format('svg');
}

@font-face {
  font-family: "iconfont"; /* Project id 4929671 */
    font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1782262284962') format('woff2'),
       url('../fonts/iconfont.woff?t=1782262284962') format('woff'),
       url('../fonts/iconfont.ttf?t=1782262284962') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shopcart:before {
  content: "\e636";
}

.icon-feiji:before {
  content: "\e6ae";
}

.icon-gototop:before {
  content: "\e65f";
}

.icon-weixin:before {
  content: "\e61a";
}

.icon-mobile1:before {
  content: "\ecd0";
}

.icon-top1:before {
  content: "\e621";
}

.icon-icon_Instagram:before {
  content: "\e62f";
}

.icon-duigou:before {
  content: "\e64a";
}

.icon-huomiao:before {
  content: "\e948";
}

.icon-top3:before {
  content: "\f276";
}

.icon-xiazai1:before {
  content: "\e665";
}

.icon-a-30Byoushuangjiantou:before {
  content: "\e68f";
}

.icon-right2:before {
  content: "\e638";
}

.icon-left2:before {
  content: "\e603";
}

.icon-yunxiazai_o:before {
  content: "\ebb4";
}

.icon-xinlangweibo:before {
  content: "\e601";
}

.icon-kongjian:before {
  content: "\e618";
}

.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-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";
}

.icon-xiejian:before {
  content: "\f275";
}

.text-big{
    text-transform: uppercase;
}


















