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

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


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

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

::selection { color: #fff; background: #cb262c;}

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


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

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

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

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

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

.mp1 p{line-height:2}

.mp1 a:hover{color: #cb262c;}

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

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

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

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

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #cb262c; 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 #cb262c; -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: #cb262c; -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: #cb262c; -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: 0.5s; z-index:99999}

.head .zong{ transition:0.5s; position: relative;}
.head .zong:after{content: ""; clear: both; display: block;}

.logo{display:block; float: left; margin-top: 2px;}
.logo span{ display:block; width: 160px;}
.logo img{display:block;}

.het{ line-height: 39px; padding: 8px 0; background:rgba(0,0,0,0.8); border-bottom: 1px solid rgba(243, 243, 243,0.3)}
.het:after{content: ""; clear: both; display: block;}

.heshejiao{ float: right; display: flex; flex-flow: wrap;}
.heshejiao a{ width: 39px; height: 39px; line-height: 37px; text-align: center; border: solid 1px #ffffff; color: #ffffff; margin-left: 22px; border-radius: 50%;}
.heshejiao a i{ font-size: 16px;}
.heshejiao a:hover{ background: #fff; color: #333;}

.hexin{ float: left;}
.hexin li{ float: left; padding-left: 33px; position: relative; margin-right: 49px; color: #fff;}
.hexin li a{ color: #fff;}
.hexin li i{ color: #fff; font-size: 22px; position: absolute; left: 0px; top: 0px;}

.heb{ position: relative; line-height: 46px; background-image:linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); }
.heb:after{content: ""; clear: both; display: block;}

.daohang{ float:right; margin-right: 60px; display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang>li{ float:left; transition: 0.5s; margin-left: 72px; position: relative;}
.daohang>li:first-child{ margin-left: 0px;}
.daohang>li>a{display:block;font-size:20px;font-size:2rem;line-height:55px; color:#fff; position:relative; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #cb262c;}
.daohang>li:hover>a{}
.dangqiandao>a{}
.daohang>li:hover>a:before,.dangqiandao>a:before{width: 40px !important;}


.yijiw{ background:rgba(255,255,255,0);position:absolute;width:353px;top:-9999px;
    /*left:50%; transform:translateX(-50%);*/
    padding-top: 16px;}
.yiji{background:rgba(255,255,255,1); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07); border-top: 2px solid #cb262c;}
.yiji li{position:relative;transition:0.5s; padding: 5px 15px; padding-right: 25px;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:20px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333333;}
.yiji li a i{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size: 16px; opacity: 0; color: #fff; transition: 0.5s;}

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

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

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

.sou1{ width:46px; height:46px; text-align:center; line-height:46px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#fff; line-height: 46px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:20px !important;}
.sousuof form{ height:54px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.yvn{ float:right; position:relative; z-index:99999; margin-right: 30px;}
.yvzhonga{ display:block; font-size:16px; font-size: 1.6rem; text-align:center; color:#fff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga i{ margin-right: 7px; font-size: 22px; color: #fff; display: inline-block; vertical-align: middle;}

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

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

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

.yvn{ margin-left: 10px;}
.yvzhonga{ font-size: 14px; font-size: 1.4rem;}
.yijiw,.erji{ width: 280px;}
    .yiji li{ padding: 0 10px; padding-right: 20px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px; padding:5px 0px;}
    .yiji li a i{ font-size: 12px;}

.erjin{ width: 250px;}
.erjin a{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1359px) {    
    .logo span{width: 130px;}
    
    .het{ line-height: 30px; padding: 5px 0;}
    .heshejiao a{ margin-left: 12px; width: 30px; height: 30px; line-height: 28px;}
    .heshejiao a i{ font-size: 14px;}
    .hexin li{ margin-right: 20px;}
    .hexin li i{ font-size: 18px;}
    
    .daohang>li>a{ font-size:14px;font-size:1.4rem; line-height: 50px; text-transform: none;}
    .yijiw,.erji{ width: 220px;}
    .yiji li a{font-size:12px;font-size:1.2rem;line-height:0px;}

    .yvn{ margin-right: 15px; padding-left: 0px;}
    .yvzhonga{ font-size: 14px; font-size: 1.4rem; line-height: 50px;}
    
    .sousuo{ height: 50px;}
    .sou2{ line-height: 50px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.daohang,.sousuo{display: none;}
    .logo span{width: 100px;}
    .het{ display: none;}
    .heb{ padding: 5px 0; background: rgba(0,0,0,0.6);}
    
    .yvzhonga{ line-height: 30px;}
.yvn{ margin-right: 45px; padding: 0px; border: none;}
.yvul{ min-width:100px; top:35px;}
.yvul a{ padding:5px; font-size:12px; font-size:1.2rem;}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #cb262c;right: 2.5%;top: 8px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#cb262c; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

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

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}

.clear3{clear:both;}
  }

/*  banner  */
.slideshow {position: relative;}
.slideshow .wp {position: absolute;	left: 50%;margin-left: -600px;	top: 50%;margin-top: -166.5px;}
.slideshow .wp img {max-width: 100%;max-height: 80%;}
.slideshow .item a img {width: 100%;-webkit-transition: all 6s ease-out;-o-transition: all 6s ease-out;-moz-transition: all 6s ease-out;transition: all 6s ease-out;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-dots {position: absolute;width: 100%;bottom: 30px;text-align: center; display: none !important;}
.slick-dots li {display: inline-block;}
.slick-dots li button {cursor: pointer; font-size: 0px;margin-left: 4.5px;margin-right: 4.5px;border: none;outline: none;width: 16px;height: 16px;}
.slick-dots li.slick-active button {}
.slick-prev, .slick-next {width: 72px;height: 72px;border: 0px;font-size: 0px;cursor: pointer; position: absolute;top: 50%; transform: translateY(-50%); border-radius: 50%; z-index: 999; transition: 0.5s;}
.slick-prev:hover, .slick-next:hover{ opacity: 1}
.slick-prev {left: 80px; background: url("../images/baleft.png") no-repeat center;}
.slick-next { right: 80px; background: url("../images/baright.png") no-repeat center;}

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

@media screen and (max-width: 1359px) {
.slick-prev, .slick-next {width: 50px;height: 50px;}
.slick-prev {left: 80px;}
.slick-next { right: 80px;}
}
@media screen and (max-width: 999px) {
.slick-slide video {object-position: inherit;object-fit: inherit;width: 100%;height: 100%;transform: translate(0, 0);left: 0;top: 0;}
.slick-prev, .slick-next {width: 40px; height: 40px; opacity: 1;}
.slick-prev {left: 2.5%;}
.slick-next { right: 2.5%;}
}
@media screen and (max-width: 767px) {
.slick-prev, .slick-next {width: 30px;height: 30px;}
}

/*  main1  */
.main1{ padding: 88px 0; padding-top: 65px; display: flex; flex-flow: wrap;}
.m1lie{ width: 23.64%; margin-left: 1.813%; margin-top: 23px; position: relative;}
.m1lie:nth-child(4n-3){margin-left: 0px;}

.biaot{ display: block; font-size: 48px; font-size: 4.8rem; line-height: 58px; padding-bottom: 15px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #1a1a1a; position: relative;}
.biaot:before{content: ""; position: absolute; width: 100%; height: 4px; max-width: 170px; background: #cb262c; left: 0px; bottom: 0px;}
.m1biao{ padding-bottom: 31px;}

.m1tu{ display: block; overflow: hidden;}
.m1a{ position: absolute; width: 100%; left: 0px; bottom: 0px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; padding:12px 5px; padding-top: 30px; text-align: center; background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 100%); white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m1a i{ display: block; width: 20px; height: 20px; font-size: 10px; color: #cb262c; line-height: 20px; text-align: center; background: #ffffff; border-radius: 10px; opacity: 0.9; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; opacity: 0; transition: 0.5s;}

@media screen and (min-width:1360px) {
.m1lie:hover .m1tu img{ transform: scale(1.1)}
.m1lie:hover .m1a{ padding-bottom: 35px; background-image: linear-gradient(0deg, rgba(203, 38, 44,0.9) 40%, rgba(203, 38, 44,0) 100%); color: #fff;}
.m1lie:hover .m1a i{ bottom: 14px; opacity: 1;}
}
@media screen and (max-width:1359px) {
    .main1{ padding: 60px 0;}
.biaot{ font-size: 38px; font-size: 3.8rem; line-height: 45px; padding-bottom: 20px;}
    .biaot:before{ width: 100px;}
}
@media screen and (max-width:999px) {
.m1lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.m1lie:nth-child(2n-1){margin-left: 0px;}
.biaot{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 10px;}
    .biaot:before{ width: 50px; height: 2px;}
}
@media screen and (max-width:767px) {
    .main1{ padding: 30px 0;}
.biaot{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 10px;}
    .m1a{ padding: 5px;}
}

/*  main2  */
.main2{}
.m2n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; position: relative;}
.m2n:before{content: ""; position: absolute; width: 50%; height: 100%; top: 89px; right: 0px; background: #f5f5f5; z-index: 1}
.m2n:after{content: ""; position: absolute; width: 388px; height: 388px; top: 0px; right: 0px; background: #cb262c; z-index: 0}

.m2l{ width: 50%;}
.m2r{ width: 50%; position: relative; z-index: 2}

.m2tu{ display: block; overflow: hidden;}
.m2rn{ width: 90%; max-width: 700px; padding-left: 70px; padding-top: 30px;}
.m2p{ line-height: 28px; margin-top: 30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 9;  overflow: hidden;}

.m2b{ position: relative; z-index: 3}
.m2bn{ background: #cb262c; width: calc(100% - 338px); padding: 36px 40px; display: flex; flex-flow: wrap; align-items: center;}
.m2lie{ width: 20%; text-align: center; padding: 17px; position: relative;}
.m2lie:before{content: ""; position: absolute; width: 1px; height: 85px; background: #f3f3f3; opacity: 0.5; left: 0px; top: 50%; transform: translateY(-50%);}
.m2lie:first-child:before{ display: none;}

.m2shu{ font-size: 36px; font-size: 3.6rem; line-height: 40px; color: #ffffff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.m2shu span{ color: #fff;}
.m2a{ color: #fff; margin-top: 12px;}

.m2mor{ position: absolute; right: 338px; top: 50%; transform: translate(50%,-50%); width: 118px; height: 118px; line-height: 116px; background: #ffffff; box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.29); border-radius: 50%; border: 1px solid #fff;}
.m2mor em{ font-style: normal; display: inline-block; vertical-align: middle; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; line-height: 22px; text-align: center;color: #cb262c; transition: 0.5s;}

.m2mor:hover{ background: #cb262c; color: #fff;}
.m2mor:hover em{ color: #fff;}

.an-btn6 .an-btn6_animation { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; z-index: 1; border-width: .5px; border-style: solid; border-color: #ffffff; opacity: 0; -webkit-animation: circles 3.9s linear 0s infinite; -moz-animation: circles 3.9s linear 0s infinite; animation: circles 3.9s linear 0s infinite; -webkit-animation-play-state: running; -moz-animation-play-state: running; animation-play-state: running; }
.an-btn6 .an-btn6_animation.circle_2 { -webkit-animation-delay: 1.3s; -moz-animation-delay: 1.3s; animation-delay: 1.3s; }
.an-btn6 .an-btn6_animation.circle_3 { -webkit-animation-delay: 2.6s; -moz-animation-delay: 2.6s; animation-delay: 2.6s; }

@keyframes circles { 0% { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .5; }
  100% { -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0; } }

@media screen and (max-width:1559px) {
    .m2n:before{ top: 30px;}

.m2bn{ width: calc(100% - 150px); padding: 36px 40px;}
.m2lie{ padding: 10px;}

.m2shu{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.m2a{ margin-top: 5px;}

.m2mor{ right: 150px; width: 90px; height: 90px; line-height: 88px;}
.m2mor em{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
}
@media screen and (max-width:1359px) {
    .m2rn{ padding-left: 30px;}
    .m2p{ margin-top: 16px;}
    .m2p{ -webkit-line-clamp: 6;}
}
@media screen and (max-width:999px) {
    .m2rn{ padding: 20px 0; padding-left: 20px;}
    .m2n:before{ top: 0px;}
    .m2n:after{ display: none;}
.m2bn{ width: calc(100% - 50px); padding: 20px 0px; padding-right: 40px;}
.m2mor{ right: 50px; width: 74px; height: 74px; line-height: 72px;}
.m2mor em{ font-size: 12px; font-size: 1.2rem; line-height: 18px;}

.m2shu{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
    .m2l,.m2r{ width: 100%;}
    .m2n:before{ display: none;}
    .m2rn{ padding: 20px 2.5%;}
    .m2lie{ width: 33.333%;}
    .m2lie:before{ height: 60px;}
    .m2lie:nth-child(3n-2):before{ display: none}
.m2shu{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
}
@media screen and (max-width:499px) {
    .m2lie{ width: 50%;}
    .m2lie:nth-child(3n-2):before{ display: block}
    .m2lie:nth-child(2n-1):before{ display: none}
}

/*  main3  */
.main3{ padding-top: 80px; padding-bottom: 92px;}
.m3t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end;}
.m3biao{ width: 400px;}
.m3tp{ width: calc(100% - 420px); line-height: 28px;}

.img-scroll {position: relative; margin-top:61px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 80px; height: 80px; line-height: 78px; font-size: 26px; text-align: center; border-radius: 50%; background: #f3f3f3; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -180px; cursor: pointer;}
.img-scroll .next { right:-180px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #cb262c;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:133px; height: 480px; margin-right: 10px; position:relative; transition: 0.5s;}

/*.img-list li:first-child{ width: calc(1% - 428px);}*/
.dangm4{ width: calc(1% - 428px) !important;}
.active li:nth-child(2){ width: calc(1% - 428px);}

.m3tu{ display: block; width: 100%; height: 100%; position: relative;}
.m3tu:before{content: ""; position: absolute; width: 100%; height: 50%; background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); left: 0px; bottom: 0px; z-index: 2}
.m3tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m3a{ position: absolute; left: 0px; bottom: 0px; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding: 20px 50px; padding-right: 100px; width: 100%; color: #ffffff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; z-index: 3; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; opacity: 0}
.m3a i{ display: block; width: 36px; height: 36px; line-height: 36px; text-align:center; background: #cb262c; color: #fff; border-radius: 50%; position: absolute; right: 48px; top: 50%; transform: translateY(-50%);}

/*.img-list li:first-child .m3a{ opacity: 1;}*/
.dangm4 .m3a{ opacity: 1 !important;}
.active  li:nth-child(2) .m3a{ opacity: 1 !important;}

@media screen and (max-width:1799px) {
.img-scroll .prev, .img-scroll .next { width: 50px; height: 50px; line-height: 48px; font-size: 18px;}
.img-scroll .prev { left: -60px;}
.img-scroll .next { right:-60px;}
}
@media screen and (max-width:1359px) {
.main3{ padding: 60px 0;}
.m3biao{ width: 300px;}
.m3tp{ width: calc(100% - 320px); line-height: 28px;}
.img-list li { height: 350px;}
.m3a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 10px; padding-right: 50px;}
.m3a i{ width: 30px; height: 30px; line-height: 30px; right: 10px; font-size: 12px;}
.img-scroll { margin-top:30px;}
}
@media screen and (max-width:999px) {
.m3biao{ width: 100%;}
.m3tp{ width: 100%; margin-top: 15px;}

.img-scroll { margin-top:30px; padding-bottom: 60px;}
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 38px; font-size: 14px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll .prev { left: 50%; margin-left: -45px;}
.img-scroll .next { right: 50%; margin-right: -45px;}

.m3a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px;}
    .m3a i{ display: none;}
}
@media screen and (max-width:767px) {
.main3{ padding: 30px 0;}
.img-list li { width:50px; height: 250px; margin-right: 5px;}

.dangm4{ width: calc(1% - 110px) !important;}
.active li:nth-child(2){ width: calc(1% - 110px);}
.m3a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 10px 5px;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.jpg") no-repeat center; background-size: cover; padding: 50px 0; padding-bottom: 65px;}
.main4 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m4n{ width: calc(100% - 410px); padding-left: 37px; position: relative;}
.m4n:before{content: ""; position: absolute; width: 1px; height: 100%; background: #ffffff; opacity: 0.5; left: 1px; top: 0px;}
.m4n:after{content: ""; position: absolute; width: 3px; height: 60px; background: #cb262c; left: 0px; top: 0px;}

.m4biao{ display: block; font-size: 40px; font-size: 4rem; line-height: 50px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.m4p{ line-height: 28px; margin-top: 18px;}
.m4p p,.m4p p a{color: #fff;}

.mor{ display: block; width: 200px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #ffffff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; text-align: center; background: #cb262c; border: 1px solid #cb262c; border-radius: 5px;}
.mor:hover{ background: #fff;}

@media screen and (max-width:1359px) {
.m4n{ width: calc(100% - 200px); padding-left: 20px;}
.mor{ width: 160px; height: 45px; line-height: 43px; font-size: 16px; font-size: 1.6rem;}

.m4biao{ font-size: 30px; font-size: 3rem; line-height:40px;}
}
@media screen and (max-width:767px) {
    .main4{ padding: 30px 0;}
.m4n{ width: 100%; padding-left: 20px;}
.mor{ width: 160px; height: 45px; line-height: 43px; font-size: 12px; font-size: 1.2rem;}
.m4mor{ margin: auto; margin-top: 20px;}

.m4biao{ font-size: 22px; font-size: 2.2rem; line-height:30px;}
}

/*  main5  */
.main5{ padding-top: 78px; padding-bottom: 86px;}
.m5n{ display: flex; flex-flow: wrap;}
.m5lie{ width: 33.2%; margin-left: 0.2%; background: #fff; padding: 10px; margin-top: 58px; border-radius: 5px; transition: 0.5s;}
.m5lie:nth-child(3n-2){margin-left: 0px;}

.m5tu{ position: relative;}
.m5tun{ display: block; overflow: hidden; border-radius: 5px 5px 0px 0px;}
.m5riqi{ display: block; position: absolute; left: 0px; bottom: 0px; line-height: 30px; padding: 0px 17px; color: #ffffff; background: url("../images/m5riqi.png") no-repeat left top; background-size: 100% 100%; transition: 0.5s;}
.m5riqi i{ font-size: 12px;}

.m5zi{ padding: 15px;}
.m5a{ display: block; color: #1a1a1a; font-size: 20px; font-size: 2rem; line-height: 28px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m5p{ margin-top: 10px;}
.m5p a{ display: block; line-height: 20px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m5mor{ display: block; color: #cb262c; text-decoration: underline; margin-top: 10px;}

.m5lie:hover{ background: #cb262c;}
.m5lie:hover a{ color: #fff;}
.m5lie:hover .m5riqi{ background: url("../images/m5riqih.png") no-repeat left top; color: #cb262c;}

@media screen and (max-width:1359px) {
.main5{ padding: 60px 0;}
.m5lie{ margin-top: 30px; padding: 5px;}
    .m5zi{ padding: 15px 10px;}
    .m5a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.main5{ padding: 30px 0;}
.m5lie{ margin-top: 20px; padding: 0px; width: 49%; margin-left: 2%; background: #fff !important;}
    .m5lie a{ color: #333 !important;}
    .m5lie:nth-child(2n-1){margin-left: 0px;}
    .m5zi{ padding: 0px; padding-top: 10px;}
    .m5a{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
.m5riqi{ line-height: 24px; padding: 0px 10px;}
}

/*  foot  */
.foot{ background: #f2f2f2 url("../images/fobei.png") no-repeat left bottom;}

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

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


.foc{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 20px 0px;}
.fologo{ display: block; width: 171px;}

.shejiao{ font-size: 0px; max-width: 283px; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ width: 36px; height: 36px; line-height: 36px; margin-left: 12px; text-align: center; border-radius: 50%; background: #cccccc; color: #fff; font-size: 20px;}
.shejiao a:first-child{ margin-left: 0px;}
.shejiao a:hover{ color: #fff !important; background: #e62129;}

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

.folie{ margin-top: 30px;}
.fo1{ width: 33.5%;}
.fo2{ width: 32%; margin-left: 2%;}
.fo3{ width: 30.5%; margin-left: 2%;}

.fobiao{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 18px; color: #333333; position: relative; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.fobiao:before{content: ""; position: absolute; width: 23px; height: 2px; background: #e62129; left: 0px; bottom: 0px;}

.fonav{ margin-top: 15px;}
.fonav a{color: #666666; display: block; margin-top: 6px;}

.foul{ text-align: left; padding-top: 15px;}
.foul li{ position: relative; margin-bottom: 6px; color: #666666;}
.foul li p,.foul li a{color: #666666;}
.foul li a{color: #666666; display: inline;}
.foul strong{ font-weight: normal; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 20px;}
.coxin .int1{ width: 48.84%; margin-top: 7px; padding-left: 10px;}
.coxin .int2{ width: 100%; margin-top: 7px; padding-left: 10px;}
.coxin .int3{ width: 100%; margin-top: 7px; padding-left: 10px; position: relative;}
.coxin .int4{ width: 100%; margin-top: 7px; padding-left: 10px;}

.coxin input{ width: 100%; background: #ffffff; height: 48px; line-height: 48px; padding: 0 14px; font-size: 18px; font-size: 1.8rem; color: #333; border-radius: 6px;}
.coxin textarea{ width: 100%; background: #ffffff; height: 99px; line-height: 28px; padding: 10px 14px; font-size: 18px; font-size: 1.8rem; color: #333; border-radius: 6px;}
.coxin .yanzheng{ position: absolute; width: 80px; height: 100%; position: absolute; right: 0px; top: 0px; cursor: pointer;}
.coxin .int3 input{ padding-right: 90px;}
.coxin .int4 input{ padding: 0px; background: #cb262c; color: #fff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer; transition: 0.5s;}
.coxin .int4 input:hover{ background: #333}
.coxin .xing{ background: url("../images/xing.png") no-repeat left 21px;}

.fob{ padding: 26px 0; border-top: 1px solid rgba(0,0,0,0.1);}

.fop{ color: #777777; font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.fop a{ display: inline-block; vertical-align: middle; color: #777777;}
.fop a img{ display: inline-block; vertical-align: middle;}

.foot a:hover{ color: #cb262c;}

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

    .fot{ padding-bottom: 30px;}
.fo1{ width: 30%;}
.fo2{ width: 30%; margin-left: 2%;}
.fo3{ width: 36%; margin-left: 2%;}

    .fologo{ width:120px;}
    .fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .fonav{ margin-top: 10px;}
    .fob{ padding: 15px 0; padding-left: 20px;}
.fonav,.foul,.fop{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
    .fop{ margin-top: 0px;}
    .shejiao a{ font-size: 16px; font-size: 1.6rem; width: 28px; height: 28px; line-height: 28px; font-size: 14px; margin-left: 2px;}
    
    .coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
    .foot{ padding-top: 10px; padding-bottom: 50px; background-position: left top;}
    .fot{ padding-bottom: 10px;}
    .fol{ padding-bottom: 20px; width: 100%;}
    .for{ padding-bottom: 50px; width: 100%;}
    
    .fologo{ width: 100px;}
    
.folie{ width: 100%; margin-left: 0px; margin-top: 0px; padding-top: 0px; background-size: 60px;}

.fobiao{ display: block; font-size: 14px; font-size: 1.4rem; border-bottom: 1px solid #ddd; line-height: 30px; padding: 10px 0; padding-right: 20px; margin-top: 10px; position: relative;}
    .fobiao:before{ display: none;}
    .fobiao:after{content: ""; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #cb262c; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.fonav{ padding-top: 10px; margin-top: 0px; display: none; margin-bottom: 0px;}
    .foul{ padding-top: 0px; display: none;}
    .foul li{ margin-bottom: 5px;}
    .foxinz{ display: none;}
    
    .fot{ padding-left: 0px; padding-top: 1px;}
    .fob{ margin-top: 10px; padding-left: 0px;}
    
    .fomor{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
    .youlian{ display: none;}
}
@media screen and (max-width:539px) {
    .fot{ padding-bottom: 20px;}
    .foxin .int1,.foxin .int2,.foxin .int3{ width: 100%; margin-top: 10px;}
}


/*  foot  */
.lianxi{ position:fixed; width:60px; right:0px; top:50%; transform:translateY(-50%); z-index:999999}
.lianxi div a{ display:block; width:60px; height: 60px; line-height: 60px; text-align:center; color:#fff; background: rgba(62, 58, 57, 0.3); margin-top: 3px; border-radius: 5px; cursor: pointer;}
.lianxi div a i{ font-size: 26px; line-height: 60px; display: block;}
.lianxi div a em{ font-style: normal; color: #fff; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.lianxi .top a em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{ position:absolute; top:50%; right:100%; transform: translateY(-50%); display:none; background: #fff; padding: 13px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);}
.weixin:hover .spimg{ display:block;}
.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}
.lianxi div a:hover{ background:#cb262c; color: #fff !important; text-decoration: none;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:20%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#222; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; padding: 0px;}
    .lianxi div a i{ line-height: 40px; font-size: 20px;}
    .lianxi div a em{ display: none !important;}
.weixin2{ display:block}
.weixin1{ display:none}

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

/****************************  product  ***************************/
.fenbanner{ position: relative;}
.fenbiao{ font-size: 60px; font-size: 6rem; line-height: 60px; padding-top: 253px; padding-bottom: 188px; text-decoration: underline; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #ffffff;}

.mianbao{ color: #333333; line-height: 30px; border-bottom: 1px solid rgba(225, 225, 225, 0.5); padding: 15px 0;}
.mianbao a{ display: inline; color: #333333;}
.mianbao strong,.comian{ font-weight: normal; display: inline; color: #cb262c !important;}
.mianbao em{ color: #333333; display: inline-block; vertical-align: middle; margin-right: 5px;}
.mianbao a:hover{ color: #cb262c;}

@media screen and (max-width:1359px) {
    .fenbiao{ font-size: 40px; font-size: 4rem; line-height: 50px; padding-top: 80px; padding-bottom:50px;}
}
@media screen and (max-width:999px) {
    .fenbiao{ font-size: 32px; font-size: 3.2rem;}
}
@media screen and (max-width:767px) {
    .fenbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-top: 50px; padding-bottom:30px;}
.mianbao{ display: none;}
}

.prmain{ padding-top:85px; padding-bottom:95px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}

.prl{ width:340px;}
.prr{ width:calc(100% - 382px);}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 19px; height: 21px; position: absolute; top: 14px; right: 10px; 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: block; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #fff; }
.prbiao{ display:block; padding: 20px 10px; position:relative; background: #cb262c; color: #333; text-align: center;}
.xbiao{ font-size:30px; font-size:3rem; line-height:30px; color: #ffffff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
a.prbiao:hover{ color:#fff; background: #cb262c;}

.prlt{}
.pryiji{ border-top: 2px solid #fff;}
.pryiji>li{ position: relative; background: #e5e5e5;}
.pryiji>li>a{ display:block; line-height:27px; padding:15px 10px; padding-right: 28px; font-size: 16px; font-size: 1.6rem; margin-top: 3px; color: #333333; position:relative; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}
.pryiji>li>a i{ position: absolute; right: 7px; top: 50%; transform: translateY(-50%); font-size: 14px; font-size: 1.4rem; color: #333; transition: 0.5s;}

.prerji{ border-top: 3px solid #fff;}
.prerji li a{ display:block; line-height:27px; padding: 15px 10px; position: relative; color: #666666; background: #f8f8f8; border-top: 3px solid #fff;}

.prsanji{ font-size: 14px; font-size: 1.4rem; line-height: 20px;}
.prsanji li a{ background: #fff; padding: 10px; padding-left: 20px !important;}

.pryiji>li:hover>a{color: #cb262c;}
.pryiji>li:hover>a i{color: #cb262c !important;}

.prerji>li:hover>a{ color:#cb262c;}
.prerji>li:hover>a i{ left: 0px; opacity: 1}

.dangpryi>a{ color: #cb262c !important;}
.dangpryi>a>i{ transform: translateY(-50%) rotate(90deg) !important; color: #cb262c !important;}

.dangprer>a{ color:#cb262c !important;}
.prerji>.dangprer>a{ color:#cb262c !important;}
.dangprer>a>i{ left: 0px !important; opacity: 1 !important;}

@media screen and (max-width:1359px) {
    .prmain{ padding-top: 50px;}
.xbiao{ font-size: 20px; font-size: 2rem;}
.prl{ width: 260px;}
.prr{ width: calc(100% - 280px);}

.pryiji>li>a{ font-size: 16px; font-size: 1.6rem; position:relative;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:30px; padding-bottom:38px;}
.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

    .prbiao{ padding: 10px;}
    .xbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pryiji>li>a{ line-height: 24px; padding: 10px; padding-right: 40px; font-size: 14px; font-size: 1.4rem;}
    .prerji li a{ padding: 5px 10px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-bottom:30px;}
.prl{ width:100%; margin-top:40px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
.proslide_menubtn{ display:block;}
.pryiji{display: none}
    .prbiao{ font-size: 20px; font-size: 2rem; text-align: left;}
}

.prlb{ margin-top: 35px;}
.prlbn{ display: flex; flex-flow: wrap; padding-top: 7px;}
.prlbn a{ display: inline-block; padding: 0 20px; line-height: 50px; background: #e5e5e5; border: 1px solid #fff;}
.prlbn a:hover{ background: #cb262c; color: #fff;}


.prrt{}
.prrbiao{ font-size:48px; font-size: 4.8rem; line-height: 55px; padding-bottom: 22px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.prrbiao:before{content: ""; position: absolute; width: 152px; height: 4px; background: #cb262c; left: 0px; bottom: 0px;}

.prrp{ margin-top: 22px; line-height: 36px !important; overflow: hidden;}
.prrp p{color: #333;}

.prrmor{ margin-top: 24px; cursor: pointer; width: 160px; height: 40px; line-height: 38px !important; text-align: center; background: #cb262c; border: 1px solid #cb262c; border-radius: 5px;}
.prrmor span{ color: #fff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

.prrph{ height: auto !important;}
.prrph p{ display: block;}
.prrmorh i:after{ transform: translate(-50%,-50%) rotate(0deg);}

@media screen and (max-width:1359px) {
    .prrbiao{ font-size: 26px; font-size: 2.6rem; line-height: 30px; padding-bottom: 10px;}
    .prrbiao:before{ width: 90px; height: 2px;}
    .prrp{ margin-top: 10px;}
    .prrmor{ margin-top: 10px; width: 120px;}
}
@media screen and (max-width:767px) {
    .prrbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}

.prn{display: flex; flex-flow: wrap; padding-top: 7px;}
.prlie{ width: 31.6%; margin-left: 2.6%; margin-top: 32px; background: #f2f2f2; transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; overflow: hidden; border: solid 1px #cccccc;}
.przi{ padding:15px 10px; padding-bottom: 24px;}
.pra{ line-height: 24px; color: #333; text-align: center; display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp{ line-height: 24px; margin-top: 14px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 15px; text-align: center;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; width: 120px; height: 30px; line-height: 30px !important; background: #cb262c; margin-right: 12px; color: #fff;}

.prlie:hover{ background: #cb262c;}
.prlie:hover a{ color: #fff;}
.prlie:hover .prtu img{ transform: scale(1.1)}
.prlie:hover .prmor{ background: #fff; color: #cb262c;}

.fenye{ padding-top:75px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; height:30px; text-align:center; border: 1px solid #e5e5e5; line-height:30px; padding: 0 14px; margin: 5px; color: #333; font-size: 14px; font-size: 1.4rem;}
.fenyen a:hover{ color:#fff; background:#cb262c;}
.fenyen .sx{}
.fenyen a.sx:hover{}
.dangqianfen{ color:#fff !important; background:#cb262c !important; border-color: #cb262c !important;}

.fuxuan{ margin-left: 6px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 28px;}
.fuxuan input{ height:30px; line-height: 28px; padding: 0 22px; background: #cb262c; border: 1px solid #cb262c; color: #fff; cursor:pointer; transition:0.5s; font-size:12px; font-size:1.2rem;}
.fuxuan input:hover{ color: #cb262c; background: #fff;}

@media screen and (max-width:1359px) {
.fenye{ padding-top:40px;}
    .przi{ padding: 10px 5px;}
    .mrin{ margin-top: 5px;}
    .prmor{ width: 100px; margin-right: 5px;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:20px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
    .prmor{ margin-left: 5px;}
}
@media screen and (max-width:767px) {
.prn{ padding-top: 15px;}
    .przi{ padding-top: 10px;}
    .pra{ line-height: 20px;}

.fenye{ padding-top:25px;}
.fenyen a,.fuxuan input{ font-size:12px; font-size:1.2rem; padding: 0 10px; height: 26px; line-height: 26px;}
}

.prmain2{ padding-bottom: 88px;}
.prxbiao{}
.prxbiao:before{ display: none;}

.prxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px;}
.prxin .int1{ width: 48.7%; margin-top: 19px;}
.prxin .int2{ width: 100%; margin-top: 19px;}
.prxin .int3{ width: 48.7%; margin-top: 19px; position: relative;}
.prxin .int4{ width: 48.7%; margin-top: 19px;}

.prxin input{ width: 100%; height: 50px; border: 1px solid #cccccc; line-height: 48px; padding: 0 10px; padding-left: 34px; font-size: 18px; font-size: 1.8rem; color: #666666; background: none;}
.prxin textarea{ width: 100%; height: 160px; border: 1px solid #cccccc; line-height: 28px; padding: 10px; padding-left: 34px; font-size: 18px; font-size: 1.8rem; color: #666666; background: none;}
.prxin .yanzheng{ width: 75px; height: 100%; position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.prxin .int3 input{ padding-right: 90px;}
.prxin .int4 input{ width: 100%; height: 50px; background: #cb262c; border: 1px solid #cb262c; padding: 0px; color: #ffffff; cursor: pointer; transition: 0.5s;}
.prxin .int4 input:hover{ background: none; color: #cb262c;}

.prxin .xing input,.prxin .xing textarea{ background: url("../images/xing.png") no-repeat 20px 18px;}

.tamain2{ background: #f2f2f2; padding-top: 30px;}

@media screen and (max-width: 1359px) {
.prmain2{ padding-bottom: 60px;}
.prxin input,.prxin textarea{ font-size: 14px; font-size: 1.4rem; padding-left: 15px;}
.prxin .xing input,.prxin .xing textarea{ background: url("../images/xing.png") no-repeat 5px 18px;}
}
@media screen and (max-width: 999px) {
.prxbiao{ padding: 0px;}
.prxin .int1,.prxin .int2,.prxin .int3,.prxin .int4{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.prmain2{ padding-bottom: 30px;}
.prxin input,.prxin textarea{ font-size: 12px; font-size: 1.2rem;}
.prxin .int1,.prxin .int2,.prxin .int3,.prxin .int4{ width: 100%; margin-top: 10px;}
}

.prmain3{ padding-top: 75px; padding-bottom: 92px;}
.chanxiang{ line-height: 28px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #333333;}
.chanxiang a{ display: inline-block; color: #cb262c; text-decoration: underline;}
.chanxiang img{ display: inline-block;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:22px;}
.table table tr{}
.table table tr td{ padding:10px 5px; border:1px solid #d2d2d2; background: #fff; color: #333; text-align: center;}
.table thead tr td{ padding:15px 5px; font-size: 20px; font-size: 2rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 999px) {
.prmain3{ padding: 60px 0}
.table thead tr td{ padding:15px 5px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
.prmain3{ padding: 30px 0}
.table thead tr td{ padding:10px 5px; font-size: 14px; font-size: 1.4rem;}
}

/****************************  product2  ***************************/
.pr2main1{ padding-top: 80px;}
.pr2main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}

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

.m-prob{ width:54.86%;}
.prob-pic {}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;}
.prob-pic .prob-pic-big-img img{transition: 0s; transform: scale(1);}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}
.prob-pic .prob-pic-small { position: relative; margin-top: 13px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 0px; display: block; width: 26px; height: 100%; background: #cccccc; text-align:center; color:#013281; font-size:16px; z-index:9999}
.prob-pic .prob-pic-btn i{ color: #fff; position: absolute; width: 100%; line-height: 30px; left: 0px; top: 50%; transform: translateY(-50%);}
.prob-pic .prob-pic-btn.prev { left:0px;}
.prob-pic .prob-pic-btn.next { right:0px;}
.prob-pic .prob-pic-btn:hover{ background: #cb262c;}
.prob-pic .prob-pic-list { overflow: hidden; margin-left: 29px; margin-right: 29px;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.2%; width: 3.2%; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic,.prob-pic .prob-pic-item .item-video  { display:block; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic img,.prob-pic .prob-pic-item .item-video img{display: block; width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
.prob-pic .prob-pic-item .item-pic:hover,.prob-pic .prob-pic-item .item-video:hover{ border-color: #20469b;}
.prob-pic .prob-pic-item .item-pic.active,.prob-pic .prob-pic-item .item-video.active{ border-color:#20469b}

.prob-video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 0; font-size: 0; overflow: hidden; z-index: 8; display: none; }
.prob-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.prob-video.show { display: block; }

.jianjie{ width:calc(45.14% - 40px); position: relative; padding-top: 26px;}
.jianjie h1{ font-size:30px; font-size:3rem; line-height:40px; color:#1a1a1a; font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana; position:relative;}

.jiann{ margin-top:40px; color: #333333; line-height: 28px;}
.jiann p,.jiann em,.jiann strong{color: #333333;}
.jiann img{ max-width:100%; display:inline;}

.inno2{ font-size:0px; display: inline-block; vertical-align: middle; padding-top: 33px;}
.inno2:after{content: ""; clear: both; display: block;}
.inno2 a{ float: left; margin-right: 14px; margin-top: 10px; height: 45px; line-height: 43px; font-size: 16px; font-size: 1.6rem; padding: 0 20px; color: #333333; background: #fff; border: solid 1px #c4c4c4; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.inno2 a:hover{ background: #cb262c; border-color: #cb262c; color: #fff;}

.share{ display: block; margin-top: 23px;}
.share1{ display:inline-block; vertical-align:middle; font-size:16px; font-size:1.6rem; color:#999999;}
.share2{ display:inline-block; vertical-align:middle;}

@media screen and (max-width: 1559px) {
    .jianjie{ padding-top: 0px;}
.jianjie h1{ font-size:20px; font-size:2rem; line-height:30px; margin-top: 0px;}
    .jjt{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.jiann{ margin-top:12px;}
}
@media screen and (max-width: 1359px) {
.pr2main1{ padding-top: 50px;}
.jjt{ font-size: 14px; font-size: 1.4rem;}

.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:26px;}
.jiann{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:15px;}
.share{ margin-top:10px; padding-top: 10px;}
.share1{font-size: 14px; font-size: 1.4rem;}
.inno2 a{ margin-right: 10px; margin-top: 5px; height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; padding: 0 20px;}

.prob-pic .prob-pic-btn { width: 20px; font-size:18px;}
.prob-pic .prob-pic-list { margin-left: 30px; margin-right: 30px;}
.prob-pic .prob-pic-small { margin-top: 10px;}
}
@media screen and (max-width: 999px) {
	.zoomPad { cursor: default !important; }
	.zoomPup { display: none !important; }
	.zoomWindow { display: none !important; }
	.zoomPreload { display: none !important; }

.m-prob { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 460px;}

.jianjie{ width:auto; float:none; margin-left:0px; margin-right:0px; margin-top:25px; padding-bottom: 0px;}
.jianjie h1{ font-size:22px; font-size:2.2rem; line-height:30px;}

.inno2{ padding-top: 15px;}
}
@media screen and (max-width: 767px) {
.pr2main1{ padding-top: 30px;}
.jjt{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.jiann{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:12px; color: #333;}
.share1{font-size: 12px; font-size: 1.2rem;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:28px;}
.jiann strong{ font-size: 14px; font-size: 1.4rem;}
.prob-pic .prob-pic-list { margin-left: 20px; margin-right: 20px;}
}

.pr2main2{ padding-top: 1px; padding-bottom: 80px;}
.chanxbiao{ background: #e5e5e5; border-left: 11px solid #cb262c; padding: 15px 10px; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin: 40px 0; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.chanxiang2{ line-height: 20px;}

@media screen and (max-width: 1359px) {
.pr2main2{ padding-bottom: 50px;}
    .chanxbiao{ font-size: 20px; font-size: 2rem; margin: 30px 0;}
}
@media screen and (max-width: 767px) {
.pr2main2{ padding-bottom: 30px; padding-top: 10px;}
    .chanxbiao{ font-size: 18px; font-size: 1.8rem; margin: 20px 0; padding: 10px; border-left-width: 3px;}
}

.pr2main3{ background: #f2f2f2; padding-top: 75px; padding-bottom: 95px;}

.img-scroll1 {position: relative; margin-top:55px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 52px; height: 52px; line-height: 50px; text-align: center; color: #cb262c; border-radius: 50%; background: #fff; top: -117px; transition: 0.5s; z-index: 999}
.img-scroll1 .prev { right: 59px; cursor: pointer;}
.img-scroll1 .next { right: 0px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { color: #fff; background: #cb262c;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:0.3143%; margin-right: 0.0285%; position:relative;}

.pr3tu{ display: block; overflow: hidden;}
.pr3a{ display: block; position: absolute; width: 100%; left: 0px; bottom: 0px; background: #fff; padding: 10px 65px; line-height: 30px; color: #333; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; text-align: center;}
.pr3a span{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; transition: 0.5s;}
.pr3a i{ position: absolute; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #ffffff; color: #cb262c !important; font-size: 12px; border-radius: 50%; opacity: 0.9; right: 20px; opacity: 0; top: 50%; transform: translateY(-50%); transition: 0.5s;}
.img-list1 li:hover .pr3a{ background: #cb262c; color: #fff;}
.img-list1 li:hover .pr3a span{ color: #fff;}
.img-list1 li:hover .pr3a i{ opacity: 1; right: 40px;}

@media screen and (max-width: 1359px) {
.pr2main3{ padding: 60px 0;}
    .pr3a{ padding: 10px 35px;}
    .pr3a i{ right: 0px;}
.img-list1 li:hover .pr3a i{ right: 10px;}
}
@media screen and (max-width: 999px) {
.img-scroll1 { margin-top:30px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 40px; height: 40px; line-height: 38px; top: -80px;}
.img-scroll1 .prev { right: 59px; cursor: pointer;}
    .pr3a i{ display: none;}
    .pr3a{ padding:5px;}
}
@media screen and (max-width: 767px) {
.pr2main3{ padding: 30px 0;}
.img-scroll1 { padding-bottom: 50px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 35px; height: 35px; line-height: 33px; top: auto; bottom: 0px;}
.img-scroll1 .prev { right: auto; left: 50%; margin-left: -40px;}
.img-scroll1 .next { right: 50%; margin-right: -40px;}

.img-list1 li { width:0.49%; margin-right: 0.02%;}
}
@media screen and (max-width: 399px) {
.img-list1 li { width:1%; margin-right: 0.02%;}
}

/****************************  about  ***************************/
.head2h2{ top: -120px;}
.abmain{ position: relative; padding-top: 85px;}

.abnav{ position:sticky; width: 100%; left: 0px; top: 0px; z-index: 999}
.abnav .zong{ background: #f2f2f2; padding: 10px; display: flex; flex-flow: wrap; justify-content: space-between; border-radius: 20px;}
.abnav a{ padding: 0 60px; line-height: 40px; font-size: 20px; font-size: 2rem; color: #333333; border-radius: 10px;}
.abnav .abnavh{ background: #cb262c; color: #fff;}

@media screen and (max-width: 1359px) {
.abmain{ padding-top: 50px;}
.abnav a{ padding: 0 30px; font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
.abnav a{ padding: 0 30px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .abmain{ padding: 0px;}
.abnav{ display: none;}
}

.abmain1{ padding-top: 96px;}
.ab1t{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
.ab1tu{ width: 58.2%;}
.ab1zi{ width: calc(41.8% - 40px);}

.abmain1 .row{}
.abmain1 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.abmain1 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain1 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain1 .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;}
	
.abmain1 .owl-carousel .owl-item{float: left;}
.abmain1 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.abmain1 .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);}
.abmain1 .owl-theme .owl-controls{ position: absolute; left: 0px; bottom: 15px; width: 100%; left: 0px; text-align: center;}
.abmain1 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.abmain1 .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px; background: url("../images/ab1dian.png") no-repeat center; background-size: cover !important; border-radius: 50%; margin: 2px; font-size: 0px;}
.abmain1 .owl-theme .owl-controls .owl-page.active span{ background:url("../images/ab1dianh.png") no-repeat center;}

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

.abmain1 .item{ position: relative;}
.shipin1{position: relative; overflow: hidden;}
.shipin1 iframe,.shipin1 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.shipin1 iframe body{ margin:0px !important;}

.ab1p{ line-height: 32px; margin-top: 20px; line-height: 28px;}
.ab1p p{color: #333333;}
.ab1mor{ width: 160px; height: 45px; line-height: 43px; margin-top: 36px; font-family: Poppins-Regular,Arial, "Arial Black", "sans-serif", Verdana;}

.ab1c{ margin-top: 50px; line-height: 32px;}
.ab1c p{color: #333;}

.ab1b{ margin-top: 52px;}
.ab1b .m2bn{ width: 100%; border-radius: 10px; padding: 25px 0;}

@media screen and (max-width: 1100px) {
.abmain1{ padding-top: 60px;}
.ab1tu{ width: 100%; max-width: 800px; margin: auto; margin-top: 30px;}
.ab1zi{ width: 100%;}
.ab1mor{ width: 120px; margin-top: 20px;}
.ab1c{ margin-top: 25px;}
.ab1b{ margin-top: 25px;}
}
@media screen and (max-width: 767px) {
.abmain1{ padding-top: 30px;}
}

.abmain2{ padding-top: 78px; padding-bottom: 80px;}
.ab2biao{ text-align: center; padding: 0px;}
.ab2biao:before{ display: none;}
.ab2pz{ text-align: center; line-height: 28px; margin-top: 13px;}
.ab2pz p{color: #333;}

#outer { margin-top:40px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; min-width: 380px; padding:0px 10px; line-height: 60px; margin: 5px 20px; background: #090909; border-radius: 10px; z-index: 1}
#tab li span{ display: inline-block; vertical-align: middle; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 26px; transition: 0.5s; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

#tab li.current{ background: #cb262c;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle;}

.img-scroll2 {position: relative; margin-top:82px; padding-bottom: 80px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; border-radius: 50%; background: #ffffff; box-shadow: 4px 5px 32px 0px rgba(0, 0, 0, 0.14); bottom: 0px; color: #cb262c; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: 50%; margin-left: -47px; cursor: pointer;}
.img-scroll2 .next { right: 50%; margin-right: -47px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #cb262c;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.183%; margin-right: 0.02125%; position:relative;}

.ab2tu{ display: block;}
.ab2tu img{ transform: scale(1) !important;}
.ab2a{ color: #090909; text-align: center; margin-top: 10px;}

@media screen and (max-width: 1359px) {
.abmain2{ padding: 50px 0;}
#tab li{ min-width: 180px; padding:0px 10px; line-height: 60px; margin: 5px;}
    #tab li span{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.img-scroll2 { margin-top:30px; padding-bottom: 60px;}
}
@media screen and (max-width: 999px) {
.img-list2 li { width:0.24%; margin-right: 0.01333%;}
    #outer { margin-top:20px;}
}
@media screen and (max-width: 499px) {
    .abmain2{ padding: 30px 0;}
#tab li{ min-width: 0px; width: 49%; padding:0px 10px; line-height: 50px; margin: 5px 0.5%;}
    #tab li span{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.img-scroll2 { margin-top:20px; padding-bottom: 50px;}
.img-list2 li { width:0.49%; margin-right: 0.02%;}
}

.abmain3{ background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 50px;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.abmain3:after{content: ""; position: absolute; width: 100%; max-height: 268px; height: calc(100% - 190px); left: 0px; bottom: 0px; background: #fff; z-index: 1;}

.ab3biao{ color: #fff; text-align: center; padding: 0px;}
.ab3biao:before{ display: none;}

#outer2 { margin-top:70px; font-size:0px; position: relative; z-index: 2}
#outer2:before{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; width: calc(100% + 400px); height: 100%; background: #fff; border-radius: 20px 20px 0 0; z-index: 1}

#tab2 {zoom: 1; font-size:0px; text-align: center; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; z-index: 3}
#tab2:before{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; width: 100%; height: 1px; background: #e5e5e5;}
#tab2 li{ transition:0.5s; cursor:pointer; position:relative; text-align: center; width: 20%; padding:18px 10px; z-index: 1}
#tab2 li:before{content: ""; position: absolute; width: 0px; height: 3px; background: #cb262c; bottom: -1px; left: 50%; transform: translateX(-50%); transition: 0.5s; z-index: -1}
#tab2 li em{ display: block; width: 42px; height: 42px; margin: auto; position: relative;}
#tab2 li em img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s;}
#tab2 li em .abimg1{ opacity: 1}
#tab2 li em .abimg2{ opacity: 0}

#tab2 li span{ display: block; text-align: center; color: #1a1a1a; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 12px; transition: 0.5s;}

#tab2 li.current2:before{ width: 82px;}
#tab2 li.current2 em .abimg1{ opacity: 0}
#tab2 li.current2 em .abimg2{ opacity: 1}

#content2 { display: block; position: relative; z-index: 3}
#content2 .tabul2 {display: none; vertical-align:middle;}

.ab3n{ padding-top: 29px; padding-bottom: 135px;}
.ab3a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #090909;}
.ab3p{ line-height: 28px; margin-top: 25px;}
.ab3p p{ position: relative; padding-left: 28px; color: #090909;}
.ab3p p em{ display: block; width: 19px; position: absolute; left: 0px; top: 5px;}
.ab3p p strong{ font-size: 18px; font-size: 1.8rem; color: #090909; font-weight: normal; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) {
    #outer2 { margin-top:50px;}
    #outer2:before{ width: calc(100% + 100px);}    
.ab3n{ padding-top: 29px; padding-bottom: 60px;}

#tab2 li span{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
    .ab3a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .ab3p p strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) {
    #tab2 li span{display: none;}
    #tab2 li em{ width: 30px; height: 30px;}
}
@media screen and (max-width: 767px) {
    .abmain3{ padding-top: 30px;}
    #outer2 { margin-top:30px;}
.ab3n{ padding-top: 29px; padding-bottom: 30px;}
    .ab3a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .ab3p p{ padding-left: 20px;}
    .ab3p p strong{ font-size: 14px; font-size: 1.4rem;}
    .ab3p p em{ width: 12px;}
#tab2 li.current2:before{ width: 50px;}
}

.abmain4{ background: url("../images/ab4bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 58px; padding-bottom: 100px;}
.abmain4:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab4bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.ab4biao{ color: #333333;}

.img-scroll3 {position: relative; margin-top:60px;}
.img-scroll3:before{content: ""; position: absolute; width: calc(100% + 100px); height: 1px; background: #090909; left: 50%; transform: translateX(-50%); bottom: 50px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;background-color: #ffffff; box-shadow: 4px 5px 32px 0px rgba(0, 0, 0, 0.14); color: #cb262c; bottom: 32px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: -83px; cursor: pointer;}
.img-scroll3 .next { right: -83px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #cb262c;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%; padding: 0 10px;}
.img-list3 li {float: left; width:0.2%; min-height: 320px; padding: 10px 24px; padding-bottom: 50px; position:relative;}
.img-list3 li:before{content: ""; position: absolute; width: 1px; height: calc(100% - 50px); background: #999999; left: 0px; top: 0px;}
.img-list3 li:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 42px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #cb262c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(203, 38, 44, .2);
}
.ab4a1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333; position: absolute; left: 0px; bottom: 0px;}
.ab4a2{ font-size: 36px; font-size: 3.6rem; line-height: 50px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab4p{ line-height: 26px; margin-top: 11px; max-height: 182px; overflow: auto;}
.ab4p p{ color: #333333;}
@media screen and (max-width: 1559px) {
.img-scroll3 .prev { left: -50px;}
.img-scroll3 .next { right: -50px;}
.ab4a2{ font-size: 26px; font-size: 2.6rem; line-height: 35px;}
.ab4a1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 1359px) {
    .abmain4{ padding: 50px 0;}
.img-list3 li { width:0.25%; padding: 10px; padding-bottom: 50px;}
.img-scroll3 { margin-top:30px;}
}
@media screen and (max-width: 999px) {
    .img-scroll3 { padding-bottom: 60px;}
.img-scroll3 .prev, .img-scroll3 .next { width: 35px; height: 35px; line-height: 35px; bottom: 0px;}
.img-scroll3 .prev { left: 50%; margin-left: -40px;}
.img-scroll3 .next { right: 50%; margin-right: -40px;}
.img-list3 li { width:0.3333%; padding: 10px; padding-bottom: 50px;}
    .img-scroll3:before{ bottom: 110px; width: 105%;}
.ab4a2{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab4a1{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
    .abmain4{ padding: 30px 0;}
.img-list3 li { width:0.5%;}
}
@media screen and (max-width: 399px) {
.img-list3 li { width:1%;}
}

.abtag{ padding-top: 50px; padding-bottom: 70px; display: flex; flex-flow: wrap;}
.abtag p{ width: 180px; height: 50px; line-height: 50px; background: #cb262c; text-align: center; font-size: 24px; font-size: 2.4rem; color: #fff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; margin: 10px 0; margin-right: 23px;}
.abtag a{ padding: 0 13px; height: 50px; line-height: 50px; background: #999999; font-size: 18px; font-size: 1.8rem; color: #fff; margin: 10px 0; margin-right: 23px;}
.abtag a:hover{ background: #cb262c;}

@media screen and (max-width: 1359px) {
.abtag{ padding: 30px 0;}
    .abtag p{ width: 100px; font-size: 20px; font-size: 2rem; margin: 5px 0; margin-right: 5px;}
    .abtag a{ padding: 0 10px; font-size: 16px; font-size: 1.6rem; margin: 5px 0; margin-right: 5px;}
}
@media screen and (max-width: 767px) {
    .abtag p{ width: 80px; font-size: 16px; font-size: 1.6rem; height: 40px; line-height: 40px;}
    .abtag a{ font-size: 14px; font-size: 1.4rem; height: 40px; line-height: 40px;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 75px; padding-bottom: 90px;}
.netp{ line-height: 28px !important;}

.nen{ padding-top: 24px;}
.nelie{ margin-top: 39px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: #f2f2f2; border-radius: 5px; overflow: hidden;}
.netu{ display: block; width: 440px; overflow: hidden;}
.nezi{ width: calc(100% - 440px); padding: 10px 30px;}

.solie{}
.sotu{ width: 587px;}
.sozi{ width: calc(100% - 587px)}
.sozi .nep a{ color: #333333;}
.sozi .nep a:hover{ color: #cb262c;}

.nea{ display: block; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.neriqi{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; color: #666666;}
.neriqi i{ display: inline-block; vertical-align: middle; color: #cb262c; margin-right: 10px;}
.nep{ line-height: 28px; margin-top: 15px;}
.nep a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.nemor{ display: block; width: 164px; height: 46px; line-height: 46px; font-size: 16px; font-size: 1.6rem; margin-top: 15px; text-align: center; background: #cccccc; border-radius: 5px;}
.nemor:hover{ background: #cb262c; color: #fff;}

@media screen and (max-width: 1359px) {
.nemain{ padding: 60px 0;}
.nelie{ margin-top: 20px;}
.netu{ width: 360px;}
.nezi{ width: calc(100% - 360px); padding: 10px 20px;}
.nea{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.nep{ margin-top: 8px;}
.nemor{ width: 120px; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin-top: 8px;}
}
@media screen and (max-width: 999px) {
.netu{ width: 300px;}
.nezi{ width: calc(100% - 300px); padding: 10px 20px;}
.nea{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.neriqi{ font-size: 12px; font-size: 1.2rem; margin-top: 5px;}
.neriqi i{ font-size: 12px;}
.nep{ margin-top: 5px;}
    .sozi .nemor{ display: none;}
}
@media screen and (max-width: 767px) {
.nemain{ padding: 30px 0;}
.nelie{ margin-top: 10px;}
.netu{ width: 120px; height: 120px; position: relative}
.netu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.nezi{ width: calc(100% - 120px); padding: 10px;}
.nep a{ -webkit-line-clamp: 2;}
.nemor{ display: none;}
.nea{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
}

/****************************  news2  ***************************/
.nemain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 78px; padding-bottom: 80px;}
.nel{ width: calc(100% - 410px);}
.ner{ width: 337px;}

.nemain2 h1{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 30px; font-size: 3rem; line-height: 40px; color: #1a1a1a;}
.net{ display: flex; flex-flow: wrap; align-items: center; margin-top: 25px;}
.net .neriqi{ margin: 0px; margin-right: 10px;}
.net .share{ margin: 0px !important; padding: 0px !important;}
.net .share1{color: #666666; font-size: 14px; font-size: 1.4rem;}

.nexiang{ margin-top: 28px;}
.nexiang p,.nexiang em,.nexiang strong{color: #333333;}
.nexiang em{ font-style: normal; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.nexiang em img{ margin-right: 10px; display: inline; vertical-align: middle;}
.nexiang strong{ font-size: 24px; font-size: 2.4rem; color: #1a1a1a; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.nexiang a{ display: inline-block; color: #cb262c;}
.nexiang img{ display: inline-block;}

.fanpian{ border-top: 1px solid #dddddd; margin-top: 44px; padding-top: 29px; width: 100%;}
.fanpian li a{ display: inline; color: #333333;}

.nern{}
.nerlie{ margin-top: 30px;}
.nertu{ display: block; overflow: hidden;}
.nerzi{ padding-top: 10px;}
.nera{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333333; line-height: 28px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nerlie .neriqi{ font-size: 12px; font-size: 1.2rem;}
.nerlie .neriqi i{ font-size: 12px; font-size: 1.2rem;}
.nermor{color: #cb262c; display:block;text-decoration: underline; margin-top: 5px;}
.nermor:hover{ color: #333;}

.sot{ border-bottom: 1px solid #dddddd; padding-bottom: 30px; padding-top: 10px; width: 100%;}
.sot .share1{ font-size: 19px; font-size: 1.9rem; color: #666;}

@media screen and (max-width: 1359px) {
.nemain2{ padding: 60px 0;}
.nemain2 h1{font-size: 20px; font-size: 2rem; line-height: 30px;}
.nel{ width: calc(100% - 340px);}
.ner{ width: 300px;}
.sot .share1{ font-size: 14px; font-size: 1.4rem;}
    .sot{ padding-bottom: 10px; padding-top: 0px;}
    
    .nexiang strong{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
.nel{ width: calc(100% - 280px);}
.ner{ width: 240px;}
.nemain2 h1{font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .net{ margin-top: 10px;}
    .nexiang{ margin-top: 15px;}
    .fanpian{ padding-top: 15px; margin-top: 20px;}
    .nexiang strong{ font-size: 16px; font-size:1.6rem;}
}
@media screen and (max-width: 767px) {
.nemain2{ padding: 30px 0;}
.nemain2 h1{font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.nel{ width: 100%;}
.ner{ width: 100%; margin-top: 20px;}
    .nern{ display: flex; flex-flow: wrap; justify-content: space-between;}
    .nerlie{ width: 49%; margin-top: 25px;}
.sot .share1{ font-size: 12px; font-size: 1.2rem;}
    .nexiang strong{ font-size: 14px; font-size:1.4rem;}
}

/****************************  service  ***************************/
.se1n{ padding-top: 10px;}
.se1lie{ margin-top: 28px;}
.se1a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #1a1a1a; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se1p{ margin-top: 7px; line-height: 28px;}
.se1p p{color: #333;}
.se1pn{}
.se1pn em{ padding-left: 23px; background:url("../images/sogou.png") no-repeat left 5px;}
.mp1 em{ color: #333;padding-left: 23px; background:url("../images/sogou.png") no-repeat left 5px;font-style:normal;margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;}
.se1tu{ margin-top: 30px;}

@media screen and (max-width: 1359px) {
    .se1a{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
    .se1a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.se1lie{ margin-top: 20px;}
    .se1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.se1tu{ margin-top: 20px;}
}

/****************************  video  ***************************/
.vimain{ padding-top: 45px; padding-bottom: 80px;}
.vin{ display: flex; flex-flow: wrap;}
.vilie{ width: 31.43%; margin-left: 2.85%; margin-top: 40px;}
.vilie:nth-child(3n-2){margin-left: 0px; cursor: pointer;}
.vitu{ position: relative; background: #000000; cursor: pointer;}
.vitun{ opacity: 0.5;}
.bofang{ width: 48px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.via{ text-align: center; color: #191919; margin-top: 29px;}

@media screen and (max-width: 1359px) {
    .vilie{ width: 32.333%; margin-left: 1.5%; margin-top: 20px;}
    .via{ margin-top: 10px;}
    .bofang{ width: 30px;}
}
@media screen and (max-width: 767px) {
.vimain{ padding-top: 10px; padding-bottom: 30px;}
}
@media screen and (max-width: 599px) {
.vilie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.vilie:nth-child(3n-2){margin-left: 2%;}
.vilie:nth-child(2n-1){margin-left: 0px;}
.via{ margin-top: 5px;}
}

/****************************  faq  ***************************/
.famain{ padding-top: 70px; padding-bottom: 96px;}
.famain .biaot:before{ width: 92px;}

.fan{ padding-top: 43px;}
.falie{ margin-top: 17px;}
.fqa{ padding: 25px 20px; padding-right: 60px; font-size: 20px; font-size: 2rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative; background: #f2f2f2; cursor: pointer;}
.fqa:before{ content: ""; position:absolute; width: 20px; height: 4px; background: #000; right: 32px; top: 50%; transform: translateY(-50%);}
.fqa:after{ content: ""; position:absolute; width: 20px; height: 4px; background: #000; right: 32px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: 0.5s;}

.fqp{ background: #fafafa; padding: 25px 20px; display: none;}
.fqp p{color: #333;}
.falieh .fqp{ display: block;}
.falieh .fqa:after{ transform: translateY(-50%);}

@media screen and (max-width: 1359px) {
.famain{ padding: 60px 0;}
.fqa{ padding: 15px 10px; padding-right: 60px; font-size: 18px; font-size: 1.8rem;}
.fqa:before{ width: 10px; height: 2px; right: 10px;}
.fqa:after{ width: 10px; height: 2px; right: 10px;}
.fqp{ padding: 15px 10px;}
}
@media screen and (max-width: 999px) {
.fan{ padding-top: 10px;}
.fqa{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 767px) {
.famain{ padding: 30px 0;}
.falie{ margin-top: 10px;}
.fqa{ font-size: 14px; font-size: 1.4rem;}
}

/****************************  download  ***************************/
.domain{ padding-top: 60px; padding-bottom: 70px;}
.don{ padding-top: 30px;}
.dolie{ background: #f2f2f2; border-radius: 16px; padding:22px 20px; min-height: 111px; margin-top: 10px; position: relative;}
.dotu{ display: block; width: 58px; position: absolute; left: 20px; top: 50%; transform: translateY(-50%);}
.domor{ display: block; height: 53px; line-height: 51px; padding-left: 32px; padding-right: 69px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: #f0e6e6; border-radius: 26px; border: solid 1px #cb262c; color: #cb262c;}
.domor i{ position: absolute; width: 35px; height: 35px; border-radius: 50%; line-height: 35px; text-align: center; background: #e9c0c1; color: #cb262c; font-size: 20px; right: 9px; top: 9px; transition: 0.5s;}

.dozi{ padding-left: 80px; padding-right: 220px;}
.doa{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.dop{ margin-top: 5px;}
.domor:hover{ background: #cb262c; color: #fff;}
.domor:hover i{ background: rgba(255,255,255,0.2); color: #fff;}

@media screen and (max-width: 1359px) {
.domain{ padding: 50px 0;}
    .doa{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
.don{ padding-top: 20px;}
    .dolie{ padding: 10px; min-height: 78px;}
    .dotu{ width: 50px; left: 10px;}
    .doa{ font-size: 16px; font-size: 1.6rem; line-height: 24px}
    .domor{ padding-left: 22px; padding-right: 59px; right: 10px;}
    .dozi{ padding-left: 70px; padding-right: 170px;}
}
@media screen and (max-width: 767px) {
.domain{ padding: 30px 0;}
    .dotu{ width: 40px; left: 10px;}
    .domor{ font-size: 0px; padding-left: 22px; padding-right: 21px; height: 45px; line-height: 45px;}
    .domor i{ top: 4px; right: 4px;}
    .dozi{ padding-left: 55px; padding-right: 50px;}
}

/****************************  contact  ***************************/
.comain1{border: solid 1px #999999; padding: 45px; padding-bottom: 70px; margin-bottom: 52px; border-radius: 20px; margin-top: 84px;}
.cobiao{ font-size: 36px; font-size: 3.6rem; line-height: 45px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.copz{ color: #4d4d4d; margin-top: 8px;}

.comain1 .prxin input,.comain1 .prxin textarea{ font-size: 16px; font-size: 1.6rem;}
.comain1 .prxin input{height: 48px; line-height: 46px;}
/*
.comain1 .prxin select{height: 48px; line-height: 46px;width: 100%;font-size: 16px; font-size: 1.6rem;}
*/
.comain1 .prxin textarea{height: 151px;}

@media screen and (max-width: 1359px) {
.comain1{ padding: 20px; margin: 50px auto;}
.cobiao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.comain1 .prxin input,.comain1 .prxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.comain1{ padding: 20px 10px; margin: 30px auto;}
.cobiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.comain1 .prxin input,.comain1 .prxin textarea{ font-size: 12px; font-size: 1.2rem;}
}

.comain2{ margin-bottom: 64px; background: #cb262c; border-radius: 20px 0px 0px 20px; position: relative;}
.co2l{ width: 435px; padding: 25px; position: relative; z-index: 3}
.co2r{ width: calc(100% - 435px); height: 100%; position: absolute; right: 0px; top: 0px; overflow: hidden; z-index: 1}

.co2biao{ font-size: 81px; font-size: 8.1rem; line-height: 90px; color: #fff; opacity: 0.8; position: absolute; left: 23px; top: 17px; white-space:nowrap; z-index: 3}
.co2ln{ padding-top: 80px; padding-bottom: 75px;}

.co2lie{ margin-top: 55px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.co2lie em{ display: block; width: 78px; height: 78px; line-height: 78px; text-align: center; font-size: 30px; color: #fff; background: rgba(255,255,255,0.2); border-radius: 50%;}
.co2zi{ width: calc(100% - 104px); font-size: 21px; font-size: 2.1rem; line-height: 26px; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.co2zi p{color: #fff;}
.co2zi a{color: #fff; display: inline;}

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

@media screen and (max-width: 1359px) {
.co2biao{ font-size: 70px; font-size: 7rem; line-height: 90px; left: 23px; top: 17px;}
.co2ln{ padding-top: 80px; padding-bottom: 75px;}

.co2lie{ margin-top: 40px;}
.co2lie em{ width: 60px; height: 60px; line-height: 60px; font-size: 24px;}
.co2zi{ width: calc(100% - 80px); font-size: 18px; font-size: 1.8rem;}

.co2l{ width: 360px;}
.co2r{ width: calc(100% - 360px);}
}
@media screen and (max-width: 999px) {
.co2l{ width: 300px; padding: 10px;}
.co2r{ width: calc(100% - 300px);}

.co2biao{ font-size: 50px; font-size: 5rem; line-height: 60px; left: 10px; top: 10px;}
.co2ln{ padding-top: 50px; padding-bottom: 30px;}

.co2lie{ margin-top: 20px;}
.co2lie em{ width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
.co2zi{ width: calc(100% - 50px); font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .comain2{ margin-bottom: 30px;}
.co2l{ width: 100%;}
.co2r{ width: 100%; position: relative; height: 300px;}
.co2ln{ padding-top: 40px; padding-bottom: 15px;}

.co2biao{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
















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

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

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

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

}






















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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-tiktok:before {
  content: "\e8db";
}

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

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

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

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

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

.icon-xiazai:before {
  content: "\e65c";
}

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

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

.cart-btn{margin-right: 25px; width: auto; padding: 0 10px}
.cart-btn:hover{ color: #fff}




/* banner */
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .slidedetail {
  display: none;
}

.slide .slide-count {
  display: none;
}
.carousel-control{
  width: 13px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 999;
  transition: 0.5s;
}
.carousel-control img{
  width: 100%;
  display: block;
}
.carousel-control.left{
  left: 80px;
}
.carousel-control.right{
  right: 80px;
}
.banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.banner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 1000px){
  .carousel-control.left{
    left: 30px;
  }
  .carousel-control.right{
    right: 30px;
  }
}














