@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;height: 100%; scroll-behavior: smooth;}
body {margin: 0 auto;font-family:Jost-Regular,Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}
img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Jost-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: #0e1446;}
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }
.fons0{ font-size:0px; font-size:0rem;}

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

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.mp2{ font-size: 18px; font-size: 1.8rem; line-height: 34px; color: #666666;}
.mp p,.mp a,.mp2 p,.mp2 a{color: #666666; display: block;}
.mp a:hover,.mp2 a:hover{color: #ff8500;}

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

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

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

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

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #0e1446; 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 #0e1446; -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: #0e1446; -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: #0e1446; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


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


/*  head  */
.head{ background:#fff; position: relative;width:100%;  z-index:99999;}
.hebh{position: fixed; width: 100%; background: #fff; left: 0px; top: 0px; border-bottom:1px solid #ddd;}
.het{ padding:7px 0; line-height: 22px;}
.het:after{ content:""; clear:both; display:block;}
.het a:hover{color: #ff8500}

.yvzhong{float: right; line-height: 22px;}
.yvzhong svg{display: inline-block; vertical-align: middle; font-size: 0px;}

.shejiao{ float:right; margin-right: 25px;}
.shejiao:after{ content:""; clear:both; display:block;}
.shejiao a{ display:block; width: 22px; height: 22px; line-height: 22px; background: #0e1446; border-radius: 50%; font-size:10px; float:left; text-align:center; color:#fff; margin-left:8px;}
.shejiao a:hover{ background: #ff8500; color: #fff; transform:translateY(-3px)}
.she1{ background: #5d82d1}
.she2{ background: #40bff5}
.she3{ background: #eb5e4c}
.she4{ background: #e13138}
.she5{ background: #c4302a}
.she6{ background: #238cc8}

.yvn{ float:right; position:relative; z-index:99999; margin-top: 46px;}
.yvzhonga{ display:block; height: 26px; line-height:26px; text-align:center; font-size:14px; font-size:1.4rem; color:#666666; border: solid 1px #36327e; border-radius: 4px; background: #ffffff; padding: 0 8px; padding-right: 31px; cursor:pointer; z-index:999999}
.yvzhonga:before{ content: ""; position: absolute; width: 0; border: 4px solid #36327e; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);}

.yvul{ width:100%; min-width:100px; position:absolute; top:40px; right:0px; background:#36327e; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border: 1px solid #36327e;}
.yvul a:hover{ background:#fff; color:#36327e; text-decoration: none;}

.hexin{ float:left; font-size:14px; font-size:1.4rem; color:#666666;}
.hexin p{ color:#666666;}

.heb{background: #0e1446;}
.heb>.zong{ padding: 14px 0; transition:0.8s;}
.logo{display:block;float:left;width:137px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto}

.het .zong{ z-index:999}

.here{ display: block; float: right; background: #36327e; border: 1px solid #36327e; padding: 0 11px; line-height: 40px; color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-right: 13px; margin-top: 20px;}
.here:hover{ background: #fff; color: #36327e;}

.daohang{ float:right; margin-top:9px; margin-right: 15px;}
.daohang>li{ float:left; margin-right:64px; margin-left:4px; padding-bottom: 10px; position: relative;}
.daohang>li>a{display: inline-block; vertical-align: middle;font-size:16px;font-size:1.6rem; line-height:34px; color:#fff; text-transform: uppercase;position:relative;}
/*.daohang>li>a:before{content: ""; position: absolute; width: 0px; height: 100%; background: #0fc51a; bottom: 0px; left: 50%; transform: translateX(-50%); transition: 0.8s; z-index: -1}*/
.daohang>li:hover>a{ color:#ff8500;}
.daohang>li:hover>a:before{width: 100%;}
.dangqiandao>a{ color:#ff8500 !important;}
.dangqiandao>a:before{width: 100% !important;}

.yijiz{ width: 330px; position:absolute; top:-9999px; left:50%; transform:translateX(-50%); padding-top: 14px;}
.yiji{background:#ffffff; text-align: left; padding: 20px 0;}
.yiji li{position:relative;transition:0.8s; display:block; padding: 0 20px;}
.yiji li a{display: block; font-size: 18px; font-size: 1.8rem; line-height: 0px; padding: 5px 0px; padding-right: 25px; border-bottom: 1px solid #aeaeae; position: relative;}
.yiji li a i{position: absolute; right: 10px; font-size: 14px;}

.yiji li:hover>a{color:#fff; background: #ff8500; padding-left: 10px;}
.erji{position:absolute;width:240px;background:#ffffff;top:-9999px;left:100%; padding: 10px 0;}
.sanji{position:absolute;width:240px;background:#ffffff;top:-9999px;left:100%; padding: 10px 0;}
.erji li{padding: 0 10px;}
.erji li a{ font-size: 16px; font-size: 1.6rem; padding: 3px 0 !important; border-bottom: none;}
.erji li:hover>a{color:#ff8500; background: #fff;}

.daohang>li:hover .yijiz{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:29px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:29px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:29px;}
.matn{margin-top:auto !important;}


/*  sousuo  */
.sousuo{ float:right; height:34px; z-index:9999; border-radius:50%; position:relative; margin-top:9px;}
.sousuo form{ width: 280px; background: #ffffff; height:0px; opacity: 0; overflow:hidden; position:absolute; right:0px; top:57px; transition:0.8s; z-index:99999}
.sou{ width: 100%;height:34px;line-height:34px; border: solid 1px #666666; padding-left:10px; padding-right:45px; font-size:14px; font-size:1.4rem; color:#acacac;}
.suo{width:34px;height:34px; position:absolute;  right: 10px; top:10px; background:none; z-index:9999999; cursor:pointer;}
.sou2,.sou1{ display: block; width:34px; height:34px; text-align:center; line-height:34px; position:absolute; right:0px; top:0px; font-size:18px !important; color:#666666; cursor:pointer; z-index:99990}
.sou2{ color:#fff; z-index:1; text-align: center; font-size:18px !important; background: #ff8500; border-radius: 4px;}
.sou1{ right: 10px; top: 10px;}
.sousuof form{ height:54px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:10px; opacity: 1}

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

/*  */
.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{ display: inline-block;  position: absolute;}
.slide .dotList{ position: absolute; left: 0; bottom: 24px; width: 100%; text-align: center;}
.slide .dotList ul li{ display: inline-block; cursor:pointer; background: url("../images/dian.png") no-repeat center;}
.slide .dotList ul li.active{ background-position:0px 0px; background: url("../images/dianh.png") no-repeat center;}
.slide .carousel-control{position: absolute; top: 45%; width: 62px; height: 62px; z-index:999; display: none !important}
.slide .carousel-control.left{left:0;	cursor:pointer;}
.slide .carousel-control.right{	right:0; cursor:pointer;}
.slide .carousel-control.right { right: 0;background-repeat: no-repeat; cursor: pointer; }

.slide .dotList ul li{cursor: pointer; font-size: 0px; margin-left: 5px; margin-right: 5px; border: none;outline: none; width: 10px; height: 14px;}

.slide .slidedetail{display:none;}
.slide .slide-count { display: none; }

@media screen and (max-width:1359px) {
.heb>.zong{ padding: 6px 0;}
.daohang>li{ margin-right: 35px; margin-left: 0px;}
.daohang>li>a{ font-size:14px;font-size:1.4rem;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.hetag{ display:none;}
.head{ position:relative;}
.het{padding:3px 0px;}

.het .zong{ z-index:3; padding: 0px; position:relative;}
.shejiao,.hexin,.here1,.sousuo{ display: none}
.guge{margin-right: 40px;}
.logo{width: 100px; float: none; margin: auto; margin-top: 4px;}
.daohang{ margin: auto; margin-top:10px; float: none; display: flex; flex-flow: wrap; justify-content: space-between;}
.daohang li{ margin: auto;}

.yiji{display: none}
.yvn{ position: absolute; left: 2.5%; top: 3px; margin: auto;}
.yvul{ left: 0px; right: auto;}
.yvul a{ font-size: 12px; font-size: 1.2rem; padding:3px 5px;}
.yvzhonga{ font-size:12px; font-size:1.2rem; padding: 0 5px; padding-right: 20px;}
.yvzhonga span{ font-size:10px; font-size:1rem; margin-left:5px;}
	
.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #0e1446;right: 2.5%;top: 10px;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.8s;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:rgba(0,0,0,0.9); z-index: 9999999;transition: 0.8s;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: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
ul.topnav ul li a:hover {
}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:5px; width:24px; height:24px; cursor:pointer; border-radius:5px;}
ul.topnav span:before{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px;}
ul.topnav span:after{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.8s;}
ul.topnav span.yizi:after{ transform:rotate(0deg);}

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

.clear3{clear:both;}
  }
@media screen and (max-width:767px) {
.shejiao a{ margin-left:auto; margin-right:6px; font-size: 14px;}
    .daohang{display: none}
    .logo{float: none; margin: auto; margin-left: 0px;}
    .slide .dotList{ bottom: 10px;}
}

/*  main1  */
.main1{ background: #f6f6f6; padding-top: 100px; padding-bottom: 100px;}
.m1t{display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-start}
.m1zi{width: 47.5%;}
.m1tu{ width: 50%; padding-right: 20px; padding-bottom: 20px; position: relative; z-index: 1}
.m1tu:before{content: ""; position: absolute; width: 224px; height: 199px; background: #ff8500; border-radius: 0px 0px 80px 0px; z-index: -1; right: 0px; bottom: 0px;}

.m1biao{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 42px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana;color: #0e1446;}
.m1biao span{color: #666666; font-size: 16px; font-size: 1.6rem; font-family: Jost-Regular, Arial, "Arial Black", "sans-serif", Verdana;}
.m1pz a{ display: block; color: #0e1446; font-size: 20px; font-size: 2rem; line-height: 30px; position: relative; padding-bottom: 14px;}
.m1pz a:before{content: ""; position: absolute; width: 55px; height: 2px; background: #0e1446; left: 0px; bottom: 0px;}

.m1p{ margin-top: 25px;}
.m1p a{color: #333333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.m1mor{ display: block; width: 150px; height: 40px; background: #ff8500; border-radius: 20px; font-size: 16px; font-size: 1.6rem; color: #ffffff; line-height: 40px; text-align: center; margin-top: 47px;}
.m1mor span{color: #ffffff;}

.m1tun{display: block; border-radius: 80px 0px 80px 0px; overflow: hidden;}
.m1tun img{border-radius: 80px 0px 80px 0px;}

.m1b{ font-size: 0px; display: flex; flex-flow: wrap; margin-top: 42px;}
.m1lie{width: 25%; display: inline-block; vertical-align: top; border: solid 1px #d2d2d2; box-shadow: 0px 1px 6px 0px rgba(14, 20, 70, 0.35); position: relative; min-height: 120px; line-height: 120px; background: #fff; transition: 0.5s;}
.m1tu2{ width: 64px; height: 71px; background: url("../images/liubianxing.png") no-repeat center; background-size: cover; line-height: 71px; text-align: center; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); color: #0e1446;}
.m1tu2 i{ font-size: 36px;}
.m1zi2{ margin-left: 119px; padding-right: 20px; display: inline-block; vertical-align: middle;}
.m1a2{ display: block; color: #333333; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m1p2{display: block; color: #666666; font-size: 20px; font-size: 2rem; line-height: 30px; opacity: 0.5; margin-top: 3px;}
.m1lie:hover{ background: #0e1446;}
.m1lie:hover a{ color: #fff;}
.m1lie:hover .m1tu2{ color: #ff8500;}

@media screen and (max-width:1359px) {
.m1biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.m1pz a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-bottom: 10px;}
.m1pz a:before{ width: 30px;}
.m1mor{ width: 120px; height: 40px; font-size: 14px; font-size: 1.4rem; line-height: 40px; margin-top: 27px;}
    
.m1tu2{ left: 10px; width: 40px; height: 45px; line-height: 45px;}
.m1tu2 i{ font-size: 26px;}
.m1zi2{ margin-left: 65px; padding-right: 10px;}
.m1a2{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.m1p2{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 0px;}

.m1tu{ padding-right: 10px; padding-bottom: 10px;}
}
@media screen and (max-width:999px) {
.main1{ padding-top: 50px; padding-bottom: 50px;}
.m1biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}
}
@media screen and (max-width:767px) {
.main1{ padding-top: 30px; padding-bottom: 30px;}
.m1biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m1zi{width: 100%;}
.m1tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}

.m1b{ margin-top: 20px;}
.m1lie{ width: 50%;}
.m1a2{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m1p2{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 0px;}
}
@media screen and (max-width:399px) {
    .m1tu2{ top: 10px; left: 50%; transform: translateX(-50%);}
.m1zi2{ display: block; margin: 0px; padding: 10px; margin-top: 50px; text-align: center;}
}

/*  main2  */
.main2{ background:#f6f6f6 url("../images/m2bei.jpg") no-repeat top center; padding-top: 50px;}
.m2biao{ text-align: center; color: #fff;}
.m2p a{display: block; text-align: center; color: #beccdd; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 3px;}

.m2b{ font-size: 0px; padding-top: 10px;}
.m2tu{ width: 19.375%; display: inline-block; vertical-align: top; margin-left: 0.78125%; margin-top: 20px; overflow: hidden;}
.m2tu:nth-child(5n-4){margin-left: 0px;}
.m2tu img{width: 100%;}

@media screen and (max-width:1359px) {
.main2{ padding-top: 30px;}
    .m2p a{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
    .m2tu{ width: 32.333%; margin-left: 1.5%;}
.m2tu:nth-child(5n-4){margin-left: 1.5%;}
.m2tu:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.m2p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:479px) {
    .m2tu{ width: 49%; margin-left: 2%; margin-top: 10px;}
.m2tu:nth-child(5n-4){margin-left: 2%;}
.m2tu:nth-child(3n-2){margin-left: 2%;}
.m2tu:nth-child(2n-1){margin-left: 0px;}
}
    
/*  main3  */
.main3{ padding-top: 90px; background: #f6f6f6; padding-bottom: 100px;}
.m3biao{ text-align: center;}
.m3pz a{color: #0e1446; margin-top: 3px;}
.m3pz a:hover{ color: #ff8500;}

.img-scroll {position: relative; margin-top:35px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 45px; height: 45px; line-height:45px; font-size:16px; font-size:1.8rem; border-radius: 50%; background: #0e1446; color:#fff; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -85px; cursor: pointer;}
.img-scroll .next { right:-85px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { background: #ff8500;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.31%; margin-right:0.035%; position:relative; background: #fff; position: relative; transition: 0.5s;}
.m3zi{ padding:15px 20px; padding-top: 29px;}
.m3a{display: block; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m3p a{display: block; color: #666666; margin-top: 1px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m3tu{display: block; overflow: hidden; margin-top: 42px;}
.m3mor{display: block; width: 50px; height: 50px; background: #ff8500; line-height: 50px; text-align:center; color: #fff; position: absolute; right: 0px; bottom: 0px;}

.img-list li:hover{ background: #ff8500;}
.img-list li:hover a{color: #fff}

@media screen and (max-width:1459px) {
.img-scroll .prev { left: 10px; cursor: pointer;}
.img-scroll .next { right:10px; cursor: pointer;}
}
@media screen and (max-width:999px) {
.main3{ padding-top: 40px; padding-bottom: 40px;}
.img-scroll { margin-top:20px;}
.img-list li { width:0.32%; margin-right:0.02%;}
.m3zi{ padding:10px;}
.m3tu{ margin-top: 0px;}
.m3mor{ width: 30px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:767px) {
.img-list li { width:0.49%; margin-right:0.02%;}
.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height:30px; font-size:14px; font-size:1.4rem;}
    .m3a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:399px) {
.img-list li { width:1%; margin-right:0.02%;}
}
    
/*  main4  */
.main4{ background:#f6f6f6 url("../images/m4bei.jpg") no-repeat top center; padding-top: 78px;}
.m4biao{text-align: right; color: #fff;}

.img-scroll2 {position: relative; margin-top:29px; margin-top:84px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 120px; height: 55px; line-height:55px; font-size:16px; font-size:1.6rem; background: #0e1446; color:#fff; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: 32%; cursor: pointer;}
.img-scroll2 .next { left:32%; margin-left: 120px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { background: #ffffff; color: #ff8500;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:1%; margin-right:0.048%; background: #ff8500; position:relative; display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end;}

.m4sp{display: block; width: 68px; border: solid 2px #ffffff; position: absolute; left: 38px; top: 49px; color: #ffffff; padding:8px 10px; text-align: center; font-size: 39px; font-size: 3.9rem; line-height: 46px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; z-index: 999;}
.m4l{ width: 32%; padding: 26px 38px;}
.m4tu{ width: 68%; overflow: hidden;}
.m4tu img{width: 100%;}

.m4p a{color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m4p a:hover{color: #333;}

@media screen and (max-width:1359px) {
.main4{ padding-top: 38px;}
.m4sp{ width: 40px; border: solid 2px #ffffff; left: 10px; top: 10px; padding:5px; font-size: 26px; font-size: 2.6rem; line-height: 36px;}
.m4l{ padding:10px;}
.img-scroll2 { margin-top:34px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 50px; height: 40px; line-height:40px; font-size:16px; font-size:1.6rem;}
.img-scroll2 .next { margin-left: 50px;}
}
@media screen and (max-width:767px) {
    .m4sp{ display: none;}
    .m4tu{width: 100%;}
    .m4l{width: 100%;}
.img-scroll2 .prev { left: 0%;}
.img-scroll2 .next { left:0%; margin-left: 50px;}
}

/*  main5  */
.main5{ background:#f6f6f6; padding-top: 78px; padding-bottom: 99px;}
.m5t{display: flex; flex-flow: wrap; justify-content: space-between;}
.m5t .m1mor{margin-top: 0px;}

.m5n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m5lie{ width: 48.333%;}
.m5lie:nth-child(1){ margin-top: 37px;}
.m5lie:nth-child(2){ margin-top: 43px;}

.m5tu{display: block; overflow: hidden;}
.m5zi{ position: relative; margin-top: 30px;}
.m5riqi{ width: 135px; text-align: right; font-family: Barlow-Regular, Arial, "Arial Black", "sans-serif", Verdana; position: absolute; left: 0px; top: 0px;}
.m5riqi p{ font-size: 30px; font-size: 3rem; line-height: 38px;}
.m5riqi span{ font-size: 20px; font-size: 2rem; line-height: 28px;}
.m5zin{margin-left: 167px; position: relative; padding-left: 34px; min-height: 105px;}
.m5zin:before{content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 4px; height: 105px; background-color: #ff8500;}
.m5a{display: block; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; line-height: 38px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m5p{ line-height: 26px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

.m5lie:nth-child(2) .m5tu{margin-top: 50px;}

@media screen and (max-width:1359px) {
.m5riqi{ width: 70px;}  
.m5riqi p{ font-size: 20px; font-size: 2rem; line-height: 28px;}
.m5riqi span{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m5zi{ margin-top: 10px;}
.m5zin{margin-left: 90px; padding-left: 15px; min-height: 105px;}
.m5zin:before{ width: 2px;}
.m5a{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.main5{ padding-top: 38px; padding-bottom: 39px;}
}
@media screen and (max-width:767px) {
    .m5riqi{ text-align: left;}
    .m5zin{ margin-left: auto; padding-top: 60px; padding-left: 0px;}
    .m5zin:before{display: none;}

.m5lie:nth-child(1){ margin-top: 20px;}
.m5lie:nth-child(2){ margin-top: 20px;}
.m5lie:nth-child(2) .m5tu{margin-top: 20px;}
}
@media screen and (max-width:459px) {
    .m5lie{width: 100%;}
    .m5t .m1mor{ display: none;  }
}


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


.foot{ background: url("../images/fobei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.fot{ border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 0px;}
.fot .zong{ display: flex; flex-flow: wrap;}
.fotlie{ width: 33.333%; padding:24px 20px; padding-top: 41px; display: inline-block; vertical-align: top; position: relative; padding-left: 114px;}
.fotlie:before{content: ""; position: absolute; width: 1px; height: 100%; background: #ffffff; opacity: 0.2; left: 0px; top: 0px;}
.fotlie:after{content: ""; position: absolute; width: 9px; height: 9px; background: #ff8500; left: -4px; bottom:-5px; border-radius: 50%;}

.fottu{ color: #ffffff; opacity: 0.3; line-height: 40px; position: absolute; left: 20px; top: 47px; font-size: 46px !important;}
.fota{ font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.fotp{color: #b0b6bf; line-height: 20px; margin-top: 4px;}
.fotp a{color: #b0b6bf;}

.fotlie:first-child:before,.fotlie:first-child:after{display: none;}

.fob{font-size: 0px;}
.folie{ display: inline-block; vertical-align: top; padding-top: 53px;}
.fo1{ width: 35%;}
.fo2{width: 30%; margin-left: 3%;}
.fo3{width: 29%; margin-left: 3%;}

.fobiao{display: block; color: #ffffff; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative; padding-bottom: 20px;}
.fobiao:before{content: ""; position: absolute; width: 36px; height: 2px; background: #ff8500; left: 0px; bottom: 0px;}

.foul{ color: #cbcbcb; margin-top: 20px;}
.foul p{color: #cbcbcb; margin-top: 4px;}
.foul p img{display: block; max-width: 100px; width: 100%; margin-top: 13px; border-radius: 8px;}

.fonav{ font-size: 0px; padding-top: 10px;}
.fonav a{ min-width: 50%; padding-right: 10px; display: inline-block; vertical-align: top; color: #cbcbcb; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 10px;}

.foxin{border: solid 2px #ffffff; border-radius: 5px; width: 100%; height: 50px; position: relative; margin-top: 38px;}
.foxin .int1{ width: 100%; height: 46px; line-height: 46px; padding-left: 17px; color: #a3a3a3; font-size: 14px; font-size: 1.4rem; background: none;}
.foxin .int2{width: 102px; height: 45px; /*background: #ff8500;*/ background: none; cursor: pointer; z-index: 9; border-radius: 5px; position: absolute; right: 0px; top: 0px;}
.foxin .int3{ font-size: 16px; font-size: 1.6rem; color: #fff; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; width: 102px; height: 45px; background: #ff8500; border-radius: 5px; position: absolute; right: 0px; top: 0px; line-height: 45px; text-align: center; cursor: pointer;}
.foxin .int3 i{ font-size: 24px; display: inline-block; vertical-align: middle; margin-right: 10px;}

.shejiao2{ padding-top: 20px;}
.shejiao2 a{ display: inline-block; vertical-align: middle; width: 45px; height: 45px; line-height: 45px; text-align: center; margin-left: 14px; position: relative; z-index: 0; margin-top: 15px; color: #fff;}
.shejiao2 a:after{content: ""; position: absolute; width: 32px; height: 32px; background: #626262; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); transition: 0.5s; z-index: -1}
.shejiao2 a:nth-child(6n-5){margin-left: 0px;}
.shejiao2 a:hover:after{ background: #ff8500;}

.fop{ font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #cbcbcb; margin-top: 44px;}
.fop a{color: #cbcbcb; display: inline-block; /*vertical-align: middle;*/}

.foot2{ border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 10px; padding-top: 13px; padding-bottom: 27px;}

.youlian{ font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #cbcbcb;}
.youlian span,.youlian a{ color: #cbcbcb;}

.foot a:hover{ color: #ff8500;}
.shejiao2 a:hover{color: #fff}

@media screen and (max-width:1359px) {
.fo1{ width: 30%;}
.fo2{width: 30%; margin-left: 2%;}
.fo3{width: 36%; margin-left: 2%;}
.shejiao2 a{ margin-left: 5px;}

.fotlie{ padding:15px 10px; padding-top: 20px; padding-left: 70px;}
.fottu{ left: 10px; top: 27px; font-size: 34px !important}

.fonav a{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 4px;}
}
@media screen and (max-width:999px) {
/*.fot{display: none}*/
.fo1{ width: 26%;}
.fo2{width:28%; margin-left: 2%;}
.fo3{width: 42%; margin-left: 2%;}
}
@media screen and (max-width:767px) {
    .foot{padding-bottom: 60px;}
    .fo1,.fo2,.foot2{display: none;}
    .fo3{width: 100%; margin-left: 0px; padding-top: 30px;}
.fobiao{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 15px;}
    .fop{margin-top: 20px;}
    .fotlie{ width: 100%; }
    .fotlie:after, .fotlie:before { display: none; }
}


.top{width: 45px; height: 45px; background: #ff8500 url("../images/top.jpg") no-repeat center; border-radius: 16px 0px 16px 0px; line-height:45px; color:#e70012; font-size:28px !important; text-align:center; margin:auto; cursor:pointer;position:fixed;right:20px;bottom:-100px;transition:0.9s;z-index:99999;}
.bottom{bottom:150px;}

.lianxi{ position:fixed; width:36px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block; margin-top:1px; width:36px; height:36px; text-align:center; line-height:36px; background: #0e1446; font-size:18px; border-radius: 5px; color:#fff; margin-top:1px;}
.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.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}
.weixin2a,.tankuanga{ display:none}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.tankuanga{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuanga img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div a:hover{ background:#ff8500;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.youlian{display:none}
.top{width:25%;height:36px;line-height:36px;bottom:0px;right:0px;border-radius:0px;border:none}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#ff8500; color:#fff !important; border-radius:0px;}
.weixin2{ display:block}
.weixin1{ display:none}
.weixin2a{ display:block}
.weixin1a{ display:none}
}


/********************  product  ********************/
.mianbao{ background: #f7f7f7; line-height: 28px; padding: 10px 0; text-align: center; color: #919191;}
.mianbao a,.mianbao i{display: inline-block; vertical-align: middle;}
.mianbao a{color: #919191;}
.mianbao i{ margin: 0 6px; color: #0e1446;}
.mianbao a:hover{ color: #4d4d4d;}
.comian{color: #4d4d4d !important;}

.prmain{ padding-top:66px; padding-bottom:90px; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}
.prl{ width:310px;}
.prr{ width: -moz-calc(100% - 372px);  width: -webkit-calc(100% - 372px);  width: calc(100% - 372px);}

.j-nextshow { position: relative;}
.proslide_menubtn { width: 19px; height: 21px; position: absolute; top: 50%; margin-top:-10px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: none; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #ff8500; }
.prbiao{ display:block; font-size:26px; font-size:2.6rem; line-height:40px; position:relative; color: #333333; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase;}
a.prbiao:hover{ color:#ff8500; background: #fff;}

.pryiji{}
.pryiji>li>a{ display:block; border-bottom: solid 2px #efefef; font-size:16px; font-size:1.6rem; line-height:35px; padding:5px 0px; padding-left:29px; position:relative;}
.pryiji>li>a:before{ content:""; position:absolute; width:12px; height:2px; background:#999999; left:8px; top:50%; margin-top:-1px;}
.pryiji>li>a:after{ content:""; position:absolute; width:12px; height:2px; background:#999999; left:8px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
.prerji{ padding:7px 22px; background: #f5f5f5;}
.prerji li a{ display:block; font-size:16px; font-size:1.6rem; line-height:36px; padding: 5px 0; color:#333333; border-bottom: 1px solid #e6e6e6;}
.prerji>li>a{ position:relative;}
.prsanji{ padding-left:20px;}

.pryiji>li:hover>a{ background: #0e1446; color: #fff;}
.pryiji>li:hover>a:after{ transform:rotate(0deg) !important; background: #fff;}
.prerji li:hover>a{ color:#ff8500;}
.prerji li:hover>a:before{ background:#ff8500;}
.dangpryi>a{ background: #0e1446 !important; color:#fff !important;}
.dangprer>a{ color:#ff8500 !important;}
.dangprer>a:before{ background:#ff8500 !important;}
.dangpryi>a:after{ transform:rotate(0deg) !important;}

.prlc{ margin-top: 27px;}
.prlc .row{}
.prlc .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y; margin-top: 32px;}
.prlc .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.prlc .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.prlc .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;}
	
.prlc .owl-carousel .owl-item{float: left;}
.prlc .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.prlc .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);}
.prlc .owl-theme .owl-controls{text-align: center; position: absolute; width: 100%; left: 0px; bottom: 65px;}
.prlc .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.prlc .owl-theme .owl-controls .owl-page span{display: block;width: 20px;height: 20px;margin: 0 6.5px; border-radius: 50%;background: url("../images/prdian.png") no-repeat center; font-size: 0px;}
.prlc .owl-theme .owl-controls .owl-page.active span,.prlc .owl-theme .owl-controls.clickable .owl-page:hover span{ background: url("../images/prdianh.png") no-repeat center}

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

.prlctu{display: block;}
.prlctu img{width: 100%;}
.prlcriqi{display: block; width: 128px; height: 34px; line-height: 34px; background: #ff8500; border-radius: 4px; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; position: absolute; left: 0px; top: 0px;}
.prlcp a{display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; overflow: hidden; margin-top: 12px; font-family: Barlow-Regular, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold;}

.prtag{ margin-top:25px;}
.prlcbiao{ background:#93928c; line-height:26px; padding:10px; font-size:18px; font-size:1.8rem; color: #ffffff; font-family: Poppins; position:relative;}
.prlcbiao i{ color:#ffffff; font-size:22px; position:absolute; right:10px; top:50%; margin-top:-13px;}
.prlcn{ padding-top:10px;}
.prlcn a{ display:inline-block; line-height:30px; font-size:16px; font-size:1.6rem; color: #666666;}
.prlcn a:hover{ color:#ff8500;}

.prrt{ padding-bottom:9px;}
.prrtbiao{ font-size:24px; font-size:2.4rem; line-height:30px; position:relative;}

.prrtn{ font-size:16px; font-size:1.6rem; line-height:30px; color: #666666; margin-top:9px;}
.prrtn p,.prrtn em,.prrtn strong{color: #666666;}

.przhan{ position:relative; overflow:hidden; padding-bottom:15px;}
.przhanh{ height:auto !important;}
.fuc{ display:block; width:100%; height:152px; position:absolute; bottom:0px; left:0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}

.zhankai{ cursor:pointer; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:7px; color: #999999; text-decoration: underline;}
.fuch{ display:none !important;}


.prr input{ cursor:pointer;}

.prn{font-size: 0px; padding-top: 6px;}
.prlie{ width:32%; display: inline-block; vertical-align: top; margin-left:2%; margin-top:19px; border: solid 1px #f1f1f1;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display:block; overflow:hidden; position:relative; border-bottom: solid 1px #f1f1f1;}
.prtu img{ width:100%; transition:0.5s;}

.przi{ padding: 0 19px; padding-bottom: 11px;}
.pra{ display:block; font-size:16px; font-size:1.6rem; line-height:30px; margin-top:6px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prlie p a{ display:block; font-size:14px; font-size:1.4rem; line-height:22px; height:44px; color: #999999; overflow:hidden; text-align: center; margin-top:10px;}
.prmor{ margin-top:7px;}
.prmor input{ display:inline-block; vertical-align:middle;}
.prmor a{ display:inline-block; vertical-align:middle; border: solid 1px #999999; width:100px; height: 30px; line-height:28px; padding:0 5px; text-align:center; color: #666666; font-size:14px; font-size:1.4rem; margin-right:5px;}

.prlie:hover a{ color:#ff8500}
.prlie:hover .prfu{ opacity:1;}
.prlie:hover img{ transform:scale(1.1,1.1)}
.prlie:hover .prtmora1 span{ color:#fff;}
.prlie:hover .prtmora1:before{ width:100%;}
.prlie:hover .prmor a{ background:#ff8500; border-color: #ff8500; color:#fff;}

.fenye{ padding-top:110px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; width:36px; height:30px; border: solid 1px #e5e5e5; background: #eeeeee; text-align:center; line-height:28px; margin-right:4px; margin-left:4px; color:#333333; margin-bottom:10px; font-size:14px; font-size:1.4rem;}
.fenyen span{ display:inline-block; *float:left; width:36px; height:30px;  text-align:center; line-height:28px; margin-right:4px; margin-left:4px; color:#333333; margin-bottom:10px; font-size:14px; font-size:1.4rem;}
.fenyen a:hover{ color:#fff; background:#ff8500}
.fenyen .sx{width: 70px;}
.dangqianfen,.fenyen .active{ border:1px solid #ff8500 !important; color:#fff !important; background:#ff8500 !important;}
.fuxuan{ background:url(../images/fuxuan.png) no-repeat right center; padding-right:30px; margin-left: 22px; display:inline-block; *float:right; margin-bottom:10px;}
.fuxuan input{ width:157px; height:30px; border:1px solid #ff8500; background:#ff8500; color: #ffffff; cursor:pointer; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; font-size:14px; font-size:1.4rem;}
.fuxuan input:hover{ background:#fff; border:1px solid #ff8500; color:#ff8500;}

.prlt2{ display:none}

@media screen and (max-width:1359px) {
.prr{ width: -moz-calc(100% - 330px);  width: -webkit-calc(100% - 330px);  width: calc(100% - 330px);}

.prerji li a{ font-size:14px; font-size:1.4rem; line-height:26px;}
	
.przi{ padding: 0 10px; padding-bottom: 11px;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:30px; padding-bottom:38px;}
.prl{ width:30%;}
.prr{ width:68%;}
.prbiao{ font-size:20px; font-size:2rem;}

.pryiji>li>a{ font-size:14px; font-size:1.4rem; margin-top:10px; line-height:24px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prerji li a:before{ width:5px; height:5px; top:17px;}
.prlbn li{ font-size:14px; font-size:1.4rem; padding:5px 0;}

	
.prrtbiao{ font-size:20px; font-size:2rem; line-height:30px;}
.prlie{ width: 32.333%; margin-left: 1.5%;}
.pra{ font-size:14px; font-size:1.4rem; margin-top:10px;}
.prlie p a{ font-size:14px; font-size:1.4rem; margin-top:6px;}
.prmor{ margin-top:10px;}
.prmor a{width: 90px; font-size: 12px; font-size: 1.2rem;}
.prfu{ display:none}

.fenye{ padding-top:27px;}
.fenyen a{ width:28px; height:28px; line-height:26px; margin-right:2px; margin-left:2px; font-size:12px; font-size:1.2rem !important;}
.fenyen a i{ font-size:12px;}
.fuxuan input{ width:120px; height:26px; font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:767px) {
    .prmain{padding-top: 20px; padding-bottom: 30px;}
.prl{ width:100%; margin-top:20px;}
.prr{ width:100%;}
.proslide_menubtn ,.proslide_menubtn span{ display:block;}
.pryiji{display: none}
.pra{ font-size:14px; font-size:1.4rem;}
.prlie p a,.prrtn{ font-size:12px; font-size:1.2rem;}

.prlt2{ display:block; margin-bottom:20px;}
.prlt1{ display:none;}
.prbiao{font-size: 18px; font-size: 1.8rem;}

.pryiji>li{ position:relative;}
.pryiji>li>i{ display:block; width:30px; height:35px; position:absolute; right:0px; top:0px; cursor:pointer;}
.pryiji>li>i:before{ content:""; position:absolute; width:14px; height:2px; background:#ff8500; left:50%; margin-left:-7px; top:50%; margin-top:-1px;}
.pryiji>li>i:after{ content:""; position:absolute; width:14px; height:2px; background:#ff8500;left:50%; margin-left:-7px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
/*.prerji{ display:none}*/
.pryiji>li>.dangi:after{ transform:rotate(0deg) !important;}

.prtag{ margin-top:20px;}
.prlcn a{ font-size:12px; font-size:1.2rem; margin-right: 3px; margin-bottom: 3px;}

.prrtbiao{ font-size:18px; font-size:1.8rem; line-height:30px;}
}
@media screen and (max-width:579px) {
.prlie{ width:48%; margin-left:1% !important; margin-right:1%; margin-top:20px;}
.prrt{ padding:5px; /*min-height:104px;*/}
.prttu{ width:140px;}
.prtzi{ margin-left:150px;}
.prta{ font-size:14px; font-size:1.4rem; margin-top:0px;}
.prtp{ font-size:12px; font-size:1.2rem; line-height:22px; max-height:44px; margin-top:0px;}
.prtmor{ margin-top:5px;}
.prtmora1{ min-width:60px; margin-left:2px;}
.prtmora2{ margin-right:0px;}
}


/********************  product2  ********************/
.prmain2{ padding-top: 80px; padding-bottom: 10px; display: flex; flex-flow: wrap; justify-content: space-between;}
.prmain2:after{content: ""; clear: both; display: block;}

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

.m-propic { width:61%;}
.m-propic .pic-big { position: relative; float: left; width: 76.5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0;}
.m-propic .big-img img{ transform: scale(1,1) !important; border: solid 1px #f1f1f1; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8;}
.m-propic .zoomWrapperImage img { max-width: 1200px; }
.m-propic .pic-small { position: relative; float: right; width: 20.3%; overflow: hidden;}
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:21px; line-height:21px; text-align:center; font-size:12px; font-size:1.6rem; background: #999999; cursor: pointer; color:#fff; z-index:1}
.m-propic .pic-btn.prev { top: -3px;}
.m-propic .pic-btn.next { bottom: -3px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { background: #ff8500;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:244%; margin-top: 28px; margin-bottom: 28px;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:8%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border: solid 1px #f1f1f1;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #ff8500; }
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #ff8500; }
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important;}

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #ff8500 !important; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:39%; padding-left: 41px; padding-top: 3px; position: relative;}
.jianjie h1{ font-size:20px; font-size:2rem; line-height:30px; border-bottom: 1px solid #666666; padding-bottom: 10px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333333; position: relative;}

.jianp{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 11px; min-height: 240px;}
.jianp p{color: #666666;}
.jianp strong{color: #666666; font-size: 18px; font-size: 1.8rem;}

.share{ margin-top: 32px;}
.share1{ display:inline-block; font-size:16px; font-size:1.6rem; line-height:18px; margin-right:8px; vertical-align:middle; color: #666666;}
.share2{display:inline-block; vertical-align:middle;}

.inno{ font-size: 0px; padding-top: 15px;}
.inno a{display: inline-block; vertical-align: middle; width: 163px; height: 41px; background: #cfcfcf; border-radius: 20px; line-height: 41px; text-align: center; font-size: 16px; font-size: 1.6rem; margin-left: 14px; margin-top: 20px;}
.inno a:first-child{margin-left: auto;}
.inno a:hover{ background: #ff8500; color: #fff;}

@media screen and (max-width: 1559px) { 
.jianjie h1{ font-size:20px; font-size:2rem;}
.jianp{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px;}
.jianp strong{ font-size: 16px; font-size: 1.6rem;}

.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}
}
@media screen and (max-width: 1359px) { 
.prmain2{ padding-top: 20px; padding-bottom: 10px; display: flex; flex-flow: wrap; justify-content: space-between;}

.jianjie h1{ font-size:18px; font-size:1.8rem; line-height: 26px;}
.jiann{ min-height: 0px;}
.jianp{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 15px; min-height: 0px;}

.share{ margin-top:10px;}
.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}

.inno{padding-top: 0px;}
.inno a{ width: 49%; font-size: 14px; font-size: 1.4rem; margin-left: 2%; margin-top: 20px;}
}
@media screen and (max-width:999px){
.prmain2{ padding-top: 20px;}

.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
    
.jianjie{ width:100%; float:none; margin-top:20px; padding-left: 0px;}
.jianjie h1{ font-size:16px; font-size:1.6rem;}
}
@media only screen and (max-width:767px ) {
.m-propic .pic-big { width: 76%;}
.m-propic .pic-small { width: 22%;}
.m-propic .list-item { margin-bottom:21%;}
.m-propic .pic-list { padding-bottom:260%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
}
 @media only screen and (max-width:500px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; } 
}
@media only screen and (max-width:350px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; } 
}

.prmain3{ padding-top: 38px;}

#outer { font-size:0px; position: relative;}
#outer:after{ content:""; clear:both; display:block;}
#tab {zoom: 1; font-size:0px;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; min-width: 230px; height: 70px; line-height:70px; padding: 0 10px; text-align: center; margin-left: 28px; background: #e6e6e6; border-radius: 12px 12px 0px 0px; margin-top: 5px;}
#tab li:before{content: ""; position: absolute; width: 100%; height: 4px; background: #cccccc; left: 0px; bottom: 0px; transition:0.5s;}
#tab li:nth-child(4n-3){margin-left: 0px;}
#tab li a{ display: inline-block; vertical-align: middle; color: #666666; font-size: 22px; font-size: 2.2rem; line-height: 26px; font-weight: bold;}
#tab li.current{ background: #ff8500;}
#tab li.current a{color: #fff}
#tab li.current:before{ background: #de7400;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle; text-align:left; padding-top: 32px;}
#content .tabul:after{content: ""; clear: both; display: block;}

.chanxiang{line-height: 26px;}
.chanxiang em{ font-size: 24px; font-size: 2.4rem; font-style: normal; line-height: 30px; font-weight: normal; color: #333333;}
.chanxiang strong{ color: #333333;}
.chanxiang img{max-width: 100%; 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; font-size:14px; font-size:1.4rem; border:1px solid #d2d2d2; color: #333;}
.table table tr:first-child td{ color: #333; font-weight: bold;}

.pr2n1{display: flex; flex-flow: wrap; justify-content: space-between;}
.pr2lie{ width: 49%; margin-top: 11px;}
.pr2lie p{ box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.42); border: solid 10px #ffffff; position: relative;}
.pr2n2{}
.pr2n2 .pr2lie{ width: 32.33%; display: inline-block; vertical-align: top; margin-left: 1.5%;}
.pr2n2 .pr2lie:nth-child(3n-2){margin-left: 0px;}

@media screen and (max-width: 1359px) { 
    #tab li{ min-width: 0px; width: 24%; margin-left: 1.333%;}
    #tab li a{ font-size: 18px; font-size: 1.8rem;}
.chanxiang em{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width: 999px) { 
    .pr2lie p{ border-width: 2px;}
    .prmain3{ padding-top: 20px;}
}
@media screen and (max-width: 767px) { 
    #tab li{ min-width: 0px; width: 49%; margin-left: 2%; height: 50px; line-height: 50px;}
    #tab li:nth-child(2n-1){margin-left: 0px;}
    #tab li a{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}

#content .tabul { padding-top: 20px;}
.pr2n2 .pr2lie{ width: 49%; margin-left: 2%;}
.pr2n2 .pr2lie:nth-child(3n-2){margin-left: 2%;}
.pr2n2 .pr2lie:nth-child(2n-1){margin-left: 0px;}
}

.prtag2{ background: #f1f2f9; padding: 17px 28px; padding-right: 60px; margin-top: 50px; position: relative;}
.prtag2:before{content: ""; width: 24px; height: 22px; background: url("../images/yinhao.png") no-repeat center; position: absolute; right: 16px; top: -4px;}
.prtaga{ color: #0e1446; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.prtagp{}
.prtagp a{display: inline-block; vertical-align: middle;}

.homain{ padding-top: 73px; padding-bottom: 100px;}
.hobiao{ display: block; text-align: center; font-size: 32px; font-size: 3.2rem; line-height: 40px; position: relative; padding-bottom: 17px;}
.hobiao:before{content: ""; position: absolute; width: 150px; height: 2px; background: #ff8500; bottom: 0px; left: 50%; transform: translateX(-50%); }

.homain li{border: solid 1px #f1f2f9;}

@media screen and (max-width: 1359px) { 
.prtag2{ padding: 10px; padding-right: 60px; margin-top: 30px;}
.hobiao{ font-size: 26px; font-size: 2.6rem; line-height: 32px; padding-bottom: 10px;}
}
@media screen and (max-width: 999px) { 
.homain{ padding-top: 43px; padding-bottom: 40px;}
.hobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}

/*********************  about  ********************/
.abmain1{ /*display: flex;*/ flex-flow: wrap; justify-content: space-between; align-items: flex-start; padding-top: 59px; padding-bottom: 117px;}
.ab1zi{ /*width: 54%;*/ background: url("../images/ab1bei.jpg") no-repeat bottom left; padding-left: 74px; padding-top: 50px;}
.ab1tu{ width: 44.2%; float: right; margin-left: 30px; position: relative; padding-right: 20px; padding-bottom: 20px;}
.ab1tu:before{content: ""; position: absolute; width: 237px; height: 353px; background: #ff8500; right: 0px; bottom: 0px;}

.ab1biao{font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 50px;}
.ab1a{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 8px;}
.ab1p{ /*padding-left: 50px; margin-top: 68px;*/ margin-top: 10px; line-height: 34px;}
.ab1p strong{ color: #ff8500; font-weight: normal; text-decoration: underline; font-size: 20px; font-size: 2rem;}

.ab1shipin{position: relative; padding-bottom:69%;height: 0;overflow: hidden;}
.ab1shipin iframe,.ab1shipin video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.ab1shipin iframe body{ margin:0px !important;}

@media screen and (max-width: 1359px) { 
.abmain1{ padding-top: 30px; padding-bottom: 57px;}
.ab1biao{font-size: 30px; font-size: 3rem; line-height: 40px;}
.ab1a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 8px;}
.ab1p{ /*padding-left: 40px; margin-top: 20px;*/}
.ab1tu{ padding-bottom: 10px; padding-right: 10px;}
.ab1tu:before{ width: 100px; height: 100px;}

.ab1p strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width: 999px) { 
.ab1zi{ padding-top: 20px;}
.ab1biao{font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.ab1a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 8px;}
}
@media screen and (max-width: 767px) { 
.abmain1{ padding-top: 30px; padding-bottom: 30px;}
.ab1zi{ width: 100%; background:none; padding-left: 0px; padding: 0px;}
.ab1tu{ width: 100%; max-width: 530px; margin: auto; margin-bottom: 20px;}
.ab1p{ padding-left: 0px;}

.ab1biao{font-size: 20px; font-size: 2rem; line-height: 26px;}
.ab1a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 8px;}
}

.abmain2{ position: relative;}
.ab2tu{}
.ab2tu img{width: 100%;}
.ab2zi{position: absolute; width: 95%; max-width: 1181px; right: 0px; bottom: 0px; background: #000000; background: rgba(0,0,0,0.4); padding:60px 40px;}
.ab2zin{ width: 95%; max-width: 730px;}
.ab2a{ color: #ff8500;}
.ab2p{color: #ffffff; margin-top: 15px;}
.ab2p p{color: #ffffff;}

@media screen and (max-width: 1359px) { 
.ab2zi{ padding:20px;}
}
@media screen and (max-width: 767px) { 
    .ab2zi{ position: relative; width: 100%; background: #000000; background: rgba(0,0,0,0.8);}
}

.abmain3{ position: relative; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 72px; padding-bottom: 90px;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 487px; background: #f7f7f7; left: 0px; top: 0px; z-index: -1;}
.ab3zi{ width: 38.5%; text-align: right; padding-top: 38px;}
.ab3tu{ width: 61.5%; padding-right: 83px; font-size: 0px;}

.ab3biao{ color: #ff8500;}
.ab3zin{ width: 380px; padding-right: 30px; display: inline-block; text-align: left;}

.ab3tu a{display: inline-block; vertical-align: top; width: 23.8%; overflow: hidden; margin: 10px 0; margin-left: 1.6%; border: solid 1px #ededed;}
.ab3tu a:nth-child(4n-3){margin-left: 0px;}
.ab3tu a img{width: 100%;}

.ab3p{margin-top: 13px;}
.ab3mor{margin-top: 28px;}

@media screen and (max-width: 1359px) { 
.abmain3{ padding-top: 40px; padding-bottom: 40px;}
.ab3zin{ width: 95%;}
}
@media screen and (max-width: 999px) { 
.ab3zi{ width: 100%; padding: 0px;}
.ab3tu{ width: 100%; padding: 10px;}
.ab3zin{ width: 100%; padding: 10px;}
}
@media screen and (max-width: 767px) { 
.abmain3{ padding-top: 30px; padding-bottom: 30px;}
.ab3tu a{ width:49%; margin: 5px 0; margin-left: 2%;}
.ab3tu a:nth-child(2n-1){margin-left: 0px;}
}

.abmain4{ background: url("../images/ab4bei.jpg"); border-radius: 10px; padding: 40px; padding-right: 82px; margin-bottom: 100px; display: flex; flex-flow: wrap; justify-content: space-between;}
.ab4zi{width: -moz-calc(100% - 339px);  width: -webkit-calc(100% - 339px);  width: calc(100% - 339px);}
.ab4tu{width: 199px;}

.ab4biao{color: #0e1446;}
.ab4p{margin-top: 14px;}
.ab4p,.ab4p p{ color: #fff;}

@media screen and (max-width: 999px) { 
.abmain4{ padding: 20px; margin-bottom: 40px;}
.ab4zi{width: -moz-calc(100% - 120px);  width: -webkit-calc(100% - 120px);  width: calc(100% - 120px);}
.ab4tu{width: 100px;}
}
@media screen and (max-width: 499px) { 
.abmain4{ padding: 20px 10px; margin-bottom: 40px;}
.ab4zi{width:100%;}
.ab4tu{width: 100px; margin-top: 20px;}
}

/********************  download  ********************/
.domain{ padding-top: 51px; padding-bottom: 90px;}
.don{ font-size: 0px;}
.dolie{ width: 31.66%; display: inline-block; vertical-align: top; margin-left: 2.5%; position: relative; margin-top: 30px;}
.dolie:nth-child(3n-2){margin-left: 0px;}
.dotu{ display: block; background: #000000; overflow: hidden;}
.dotu img{width: 100%; opacity: 0.4; transition: 0.5s;}
.dozi{ display: block; position: absolute; left: 38px; right: 38px; bottom: 35px; height: 47px; line-height: 45px; border-radius: 5px; border: solid 1px #ffffff; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; font-family: Barlow-Regular, Arial, "Arial Black", "sans-serif", Verdana;}
.dozi i{display: inline-block; vertical-align: middle; transform: rotate(180deg); font-size: 20px; margin-left: 25px;}

.dolie:hover .dotu{ background: #ff8500;}
.dolie:hover .dotu img{ opacity: 0.3;}
.dolie:hover .dozi{ background: #ffffff; color: #ff8500;}

.domain .fenye{padding-top: 80px;}

@media screen and (max-width: 1359px) { 
.domain{ padding-top: 30px; padding-bottom: 40px;}
.dolie{ width: 32%; margin-left: 1.5%; margin-top: 20px;}
.domain .fenye{padding-top: 50px;}
.dozi{ left: 15px; right: 15px; bottom: 10px; font-size: 14px; font-size: 1.4rem;}
.dozi i{ margin-left: 10px; font-size: 14px;}
}
@media screen and (max-width: 999px) { 
    .dotu img{ opacity: 1}
    .dozi{ background: #ffffff; color: #ff8500; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem;}
.dozi i{ margin-left: 5px; font-size: 14px;}
}
@media screen and (max-width: 767px) { 
.domain{ padding-top: 20px; padding-bottom: 30px;}
.dolie{ width: 49.5%; margin-left: 1%;}
.dolie:nth-child(3n-2){margin-left: 1%;}
.dolie:nth-child(2n-1){margin-left: 0px;}
.domain .fenye{padding-top: 30px;}
}
@media screen and (max-width: 499px) { 
.dozi{ /*font-size: 0px;*/ left: 30px; right: 30px; bottom: 5px; /*height: 20px; line-height: 20px;*/}
.dolie{ margin-top: 15px; width: 98%;}
}

/********************  news  ********************/
.nemain{ padding-top: 32px; padding-bottom: 90px;}
.nelie{ border-bottom: 2px solid #dfdfdf; margin-top: 42px;}
.nea{display: block; color: #333333; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.neriqi{display: block; background: #f6f6f6; line-height: 42px; padding: 0 14px; color: #999999; margin-top: 14px;}
.neriqi i{margin-right: 10px;}

.nelien{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 23px; padding-bottom: 30px;}
.netu{ width: 400px; overflow: hidden;}
.netu img{width: 100%;}
.nezi{ width: -moz-calc(100% - 428px);  width: -webkit-calc(100% - 428px);  width: calc(100% - 428px);}
.nep{ line-height: 30px;}
.nep a{display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.nemor{ display: block; color: #0e1446; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 16px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width: 1359px) { 
.nemain{ padding-top: 20px; padding-bottom: 50px;}
.nelie{ margin-top: 20px;}
.nea{font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.nemor{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 999px) { 
.netu{ width: 200px;}
.nezi{ width: -moz-calc(100% - 220px);  width: -webkit-calc(100% - 220px);  width: calc(100% - 220px);}
.nep a{ -webkit-line-clamp: 4;}
.nemor{ display: none;}
}
@media screen and (max-width: 767px) { 
.nemain{ padding-top: 10px; padding-bottom: 30px;}
.nelien{ padding-bottom: 15px;}
.nea{font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 449px) { 
.netu{ width: 100%;}
.nezi{ width: 100%; margin-top: 15px;}
}

/********************  news2  ********************/
.nemain2{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 74px;}
.nel{ width: 77%; padding-bottom: 90px;}
.ner{ width: 21.7%; background: #f9f9f9; border-left: 1px solid #e8e8e8; padding-left: 20px; padding-top: 20px; padding-bottom: 90px; position: relative;}
.ner:before{content: ""; width: 360px; height: 100%; position: absolute; left: 100%; top: 0px; background: #f9f9f9;}

.nel h1{ font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.net{ border-bottom: 1px solid #ececec; margin-top: 23px; padding-bottom: 17px;}
.neriqi2{display: inline-block; vertical-align: middle; color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-right: 37px;}
.share{display: inline-block; vertical-align: middle; margin: 0px; }

.nexiang{ line-height: 26px; margin-top: 25px;}
.nexiang strong{ font-size: 24px; font-size: 2.4rem; color: #333333;}
.nexiang img{ max-width: 100%; display: inline-block;}
.nexiang a{color: #ff8500;}

.fanpian{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 50px;}
.fanpian li{ position: relative; padding-left: 23px;color: #666666;}
.fanpian li a{color: #666666;}
.fanpian li i{ position: absolute; left: 0px; top: 0px; font-size: 18px;}
.fanpian li:first-child{border-bottom: dashed 1px #cfcfcf;}
.fanpian li a:hover{color: #ff8500;}

.nerbiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.nesousuo{ position: relative; margin-top: 6px;}
.nesou{width: 100%; height: 42px; background: #ffffff; border: solid 1px #e0e0e0; line-height: 40px; padding-left: 20px; padding-right: 60px; font-size: 16px; font-size: 1.6rem;}
.nesuo{width: 50px; height: 40px; background: #ff8500; color: #fff; font-size: 14px; font-size: 1.4rem; position: absolute; right: 1px; top: 1px; cursor: pointer;}

.nerb{margin-top: 30px;}
.nerblie{background: #ffffff; padding: 13px; border-right: 6px solid #ff8500; margin-top: 20px;}
.nera{display: block; color: #333333;font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana; }
.ner .neriqi2{color: #999999; margin-top: 2px;}

@media screen and (max-width: 1359px) { 
.nel h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.nel{ width: 68%; padding-bottom: 50px;}
.ner{ width: 30%; padding-left: 15px; padding-bottom: 50px;}
.nexiang strong{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) { 
.nemain2{ padding-top: 34px;}
.nel h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.nexiang strong{ font-size: 18px; font-size: 1.8rem;}
.fanpian{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 30px;}
.neriqi2{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width: 767px) { 
.nel{ width: 100%; padding-bottom: 30px;}
.ner{ width: 100%; padding-left: 10px; padding-bottom: 30px;}
.fanpian{ font-size: 12px; font-size: 1.2rem; margin-top: 20px;}
.nel h1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.nexiang strong{ font-size: 16px; font-size: 1.6rem;}
.neriqi2{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-right: 10px;}
}

/********************  contact  ********************/
.comain{ font-size: 0px; padding-top: 65px; padding-bottom: 76px;}
.colie{ width: 33.333%; display: inline-block; vertical-align: top; padding-right: 15px; position: relative; padding-left: 66px; margin-top: 20px;}
.colie i{ color: #ff8500; font-size: 50px; position: absolute; left: 0px; top: 0px;}
.co1p1{ color: #626262; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.co1p2{ color: #626262; font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 5px;font-weight: bold;}
.co1p2 a{ color: #626262;}
.co1p2 a:hover{ color: #ff8500;}

@media screen and (max-width: 1359px) { 
.comain{ padding-top: 35px; padding-bottom: 36px;}
.colie{ width: 33.333%; padding-right: 10px; padding-left: 55px; margin-top: 20px;}
.colie i{ font-size: 40px;}
.co1p1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.co1p2{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 5px;}
}
@media screen and (max-width: 999px) { 
.co1p1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.co1p2{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 5px;}
}
@media screen and (max-width: 767px) { 
.comain{ padding-top: 10px; padding-bottom: 30px;}
    .colie{ width: 100%;}
}

.comain2{ background: #f9f9f9; padding-top: 50px; padding-bottom: 60px;}
.comain2 .zong{display: flex; flex-flow: wrap; justify-content: space-between;}
.co2l{ width: 30.8%; text-align: right;}
.co2r{ width: 66.5%;}

.co2biao{ font-family: Barlow-Regular, Arial, "Arial Black", "sans-serif", Verdana; font-size: 36px; font-size: 3.6rem; line-height: 42px; font-weight: bold;}
.co2p{margin-top: 12px; max-width: 320px; display: inline-block;}
.co2p em{text-decoration: underline; font-style: normal; color: #666666;}
.co2p2{color: #999999; margin-top: 18px;}

.shejiao3{ display: inline-block; font-size: 0px; padding-top: 5px;}
.shejiao3 a{display: inline-block; vertical-align: middle; width: 26px;	height: 26px; background: #0e1446; border-radius: 11px; margin-left: 11px; text-align: center; line-height: 26px; font-size: 14px; color: #fff; margin-top: 10px;}
.shejiao3 a:nth-child(1){margin-left: 0px;}
.shejiao3 a:hover{ background: #ff8500;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.coxin .int1{ width: 32.6%;}
.coxin .int2{ width: 100%; margin-top: 7px;}
.coxin .int3{ width: 100%; margin-top: 7px;}
.coxinp{ color: #666666; font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.coxinp i{color: #ff0011; margin-right: 5px;}
.coxin input{ width: 100%; height: 42px; line-height: 42px; background: #ffffff; border-radius: 4px; border: solid 1px #dfdfdf; padding: 0 10px; font-size: 14px; font-size: 1.4rem;color: #666666; margin-top: 2px;}
.coxin textarea{ width: 100%; height: 190px; line-height: 30px; background: #ffffff; border-radius: 4px; border: solid 1px #dfdfdf; padding: 0 10px; font-size: 14px; font-size: 1.4rem;color: #666666; margin-top: 2px;}
.coxin .int3:after{content: ""; clear: both; display: block;}
.coxin .int4{width: 199px; background: #fff url("../images/xing.png") no-repeat 8px 17px; padding-left: 18px; margin-top: 12px; float: left;}
.coxin .yanzheng{width: 104px; height: 46px; cursor: pointer; margin-top: 8px; margin-left: 12px; float: left;}
.coxin .int5{width: 140px; height: 46px; background: #ff8500; border-radius: 6px; color: #ffffff; font-size: 16px; font-size: 1.6rem; float: left; margin-top: 8px; margin-left: 12px; cursor: pointer; transition: 0.5s;}
.coxin .int5:hover{ background: #0e1446;}

@media screen and (max-width: 1359px) { 
.co2biao{ font-size: 30px; font-size: 3rem; line-height: 36px;}
}
@media screen and (max-width: 999px) { 
.comain2{ padding-top: 30px; padding-bottom: 30px;}
.co2l{ width: 100%; text-align: left;}
.co2r{ width: 100%; margin-top: 20px;}
.co2biao{ font-size: 26px; font-size: 2.6rem; line-height: 30px;}
}
@media screen and (max-width: 767px) { 
.coxin .int1,.coxin .int4{ width: 100%;}

}

.comain3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background:#ff8500 url("../images/ditu.png") no-repeat left;}
.co3l{ width: 50%; text-align: right;}
.ditu{width: 50%;}
.ditu img{width: 100%;}

.co3ln{ width: 95%; max-width: 600px; display: inline-block; vertical-align: middle;}
.co3lie{ padding-right: 69px; position: relative; min-height: 83px; margin-top: 40px;}
.co3lie:nth-child(1){margin-top: 0px;}
.co3tu{ background: #ffffff; background: rgba(255,255,255,0.2); border-radius: 50%; padding: 8px; position: absolute; right: 0px; top: 0px; transform: translateX(50%)}
.co3tu i{display: block; background: #fff; width: 68px; height: 68px; line-height: 68px; text-align: center; border-radius: 50%; color: #ff8500; font-size: 40px;}
.co3a{color: #ffffff; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Barlow-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.co3p{color: #ffffff; font-size: 20px; font-size: 2rem; line-height: 36px; margin-top: 11px;}

.co3tu2{ display: inline-block; font-size: 0px;}
.co3tu2 p{ width: 135px; border-radius: 10px; display: inline-block; vertical-align: middle; margin-left: 22px;}
.co3tu2 p img{width: 100%; border-radius: 10px;}
.co3tu2 p:first-child{margin-left: 0px;}


@media screen and (max-width: 1359px) { 
.co3a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.co3p{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 11px;}
.co3tu2 p{ width: 90px; margin-left: 10px;}
}
@media screen and (max-width: 999px) { 
.co3l{ width: 100%; padding:20px 10px;}
.ditu{width: 100%;}
.co3tu{ padding: 4px; transform: translate(0)}
.co3tu i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
}
@media screen and (max-width: 767px) { 
.co3a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.co3p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 11px;}
}


@font-face {
  font-family: Barlow-Regular;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"),
       url("../fonts/Barlow-Regular.woff") format("woff"),
       url("../fonts/Barlow-Regular.ttf") format("truetype"),
       url("../fonts/Barlow-Regular.eot") format("embedded-opentype"),
       url("../fonts/Barlow-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: Jost-Regular;
    font-display: swap;
    src: url('../fonts/jostregular.eot');
    src: url('../fonts/jostregular.eot') format('embedded-opentype'),
         url('../fonts/jostregular.woff2') format('woff2'),
         url('../fonts/jostregular.woff') format('woff'),
         url('../fonts/jostregular.ttf') format('truetype'),
         url('../fonts/jostregular.svg#jostregular') format('svg');
}
@font-face {
    font-family: Barlow-Bold;
    font-display: swap;
    src: url('../fonts/BarlowBold.eot');
    src: url('../fonts/BarlowBold.eot') format('embedded-opentype'),
         url('../fonts/BarlowBold.woff2') format('woff2'),
         url('../fonts/BarlowBold.woff') format('woff'),
         url('../fonts/BarlowBold.ttf') format('truetype'),
         url('../fonts/BarlowBold.svg#BarlowBold') format('svg');
}
@font-face {
  font-family: "iconfont"; /* Project id 3559303 */
  src: url('../fonts/iconfont.woff2?t=1660208438178') format('woff2'),
       url('../fonts/iconfont.woff?t=1660208438178') format('woff'),
       url('../fonts/iconfont.ttf?t=1660208438178') format('truetype');
}

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

.icon-aliwangwang-aliwangwang:before {
  content: "\e603";
}

.icon-erweima:before {
  content: "\e615";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-zhifeiji:before {
  content: "\e681";
}

.icon-youxiang1:before {
  content: "\e61a";
}

.icon-phone24h:before {
  content: "\e94b";
}

.icon-home1:before {
  content: "\e641";
}

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

.icon-dizhi:before {
  content: "\e614";
}

.icon-phoneBubble:before {
  content: "\e94d";
}

.icon-youxiang:before {
  content: "\e63f";
}

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

.icon-changfangbiaozhunhetong:before {
  content: "\e6b7";
}

.icon-rizhifuwu:before {
  content: "\e65a";
}

.icon-zhiliangguanli:before {
  content: "\e64f";
}


.pr2n2{ margin-bottom: 30px; }

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.fenye a.no:hover {color: #333!important;border: solid 1px #e5e5e5!important; background: #eeeeee!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.actives{color: #d52c2c!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;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #b8b8b8;
    margin-bottom: 10px;
    }
    .listcart a:hover {background: #ff8500;}
    .xunpanc{margin-top: 20px; width: 100%;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #ff8500;}

.kwdprtn{ font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 20px; }

@media screen and (max-width: 479px) { 
	.nodisplay{ display: none; }
}

.youlian a{ margin-right: 14px; }
.shejiaoa{ float:right; margin-right: 25px;}
.shejiaoa:after{ content:""; clear:both; display:block;}
.shejiaoa a{ display:block; /*width: 22px; height: 22px; line-height: 22px;*/ /*background: #0e1446; border-radius: 50%; font-size:10px;*/ float:left; text-align:center; color:#fff; margin-left:8px;}

.shejiaoa a:hover .shop{ transform: scale(1,1);}

@media screen and (max-width: 999px) { 
.het .hexin{ display: none; }
.shejiaoa { float: left; margin-left: -14px; margin-right: 0px; }
.het .yvzhong{ float: left; margin-right: 16px; }
}