﻿.c99{color: #999;}
.c66{color: #666;}
.w60{width:60%;}
.fleft{float:left;}
.fright{float:right;}
.paddingtop30{padding-top:30px;}
.w20{position: relative;}
.h40{height:40px;}
.w100{width:100%}
.h80{height:80px!important;}
.h100{height:100%!important;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w90{width:90%}
.w96{width:96%}
.w95{width:95%}
.prelative2{position:relative}
.height400{height:400px;}
.height300{height:300px;}
.padding50{padding:50px 0px}
.margincenter{margin:0 auto}
.textcenter{text-align:center}
.margintop20{margin-top:20px;}
.margintop30{margin-top:30px;}
.margintop40{margin-top:40px;}
.margintop10{margin-top:10px;}
.margintop5{margin-top:5px;}
.margintop50{margin-top:50px;}
.margintop150{margin-top:150px;}
.margintopbottom10{margin:10px 0px;}
.margintopbottom20{margin:20px 0px;}
.margintopbottom30{margin:30px 0px;}
.margintopbottom40{margin:40px 0px;}
.margintopbottom50{margin:50px 0px;}
.marginbottom20{margin-bottom:20px;}
.marginbottom30{margin-bottom:30px;}
.marginbottom40{margin-bottom:40px;}
.marginbottom50{margin-bottom:50px;}
.paddingtop20{padding-top:20px}
.paddingtop30{padding-top:30px}
.paddingtop40{padding-top:40px}
.paddingtop50{padding-top:50px}
.paddingbottom20{padding-bottom:20px}
.paddingbottom30{padding-bottom:30px}
.paddingbottom40{padding-bottom:40px}
.paddingbottom50{padding-bottom:50px}
.fontsize12{font-size:12px;}
.fontsize14{font-size:14px;}
.fontsize16{font-size:16px;}
.fontsize18{font-size:18px;}
.fontsize20{font-size:20px;}
.fontsize22{font-size:22px;}
.bghui{background:#f3f3f3}
.fonthui1{color:#a5a5a5!important}
.fontbai{color:#fff!important}
.fonthei{color:#000000!important}
.fonthui2{color:#676664!important}
.textcenter{text-align:center;}
.textleft{text-align:left!important;}
.textright{text-align:right!important;}
.white{color: #fff!important;}
.vm{top: 50%;left: 50%; position: absolute;-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);}
a:hover{text-decoration:none;}
h3,p{margin:0;}
html,body{overflow-x:hidden;width:100%;-ms-touch-action: none;-webkit-user-select:none; -webkit-touch-callout:none;}
img{border:0px;}
input,button,select,textarea{outline:none;-webkit-user-select:auto;}
html{-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
body{font-family:"Microsoft YaHei,SimSun";min-width: 320px;background:#f3f1ee;}
a,a:hover {color: #333;cursor:pointer;text-decoration: none;font-family:"Microsoft YaHei,SimSun";}
ul,li {padding: 0;margin: 0;list-style: none;}
.left{ float:left;display: inline-block;}.right{float:right;display: inline-block;}
.content:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
.clearfix{clear:both}
.w1200{width:100%;}
*{box-sizing: border-box;
-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -khtml-user-select:none; /*早期浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none; outline:none;  }
.wrap{width:98%;padding: 0;margin:0 auto;border-bottom:1px solid #000}
.h-cont{border-bottom:none}
.clearboth{clear:both}
.wow { visibility: hidden; }
.center{margin:0 auto;width:100%;}	/*让内容区块居中*/
.mcenter{margin:0 auto;}
.fhui{color:#bebebeb}
.w1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.header {z-index: 15;-webkit-transition: all 0.4s;transition: all 0.4s;width: 100%;position:fixed; left:0; top:0;height:160px;line-height:160px;}
.header a {text-decoration: none;}
.header .logo {float: left; font-size: 0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .logo img {display: inline-block;width: auto;width:180px;}
.shop_a{background: #fd2758;width: 137px;color: #fff;font-size: 14px;text-align: center;}
.shop_a:hover{color: #fff;}
.header .nav {float: right;}
.header .nav a.item{color: #3e3a39;padding: 0;}
.header .nav>li {float: left;transition: all 300ms;margin:0 2px;color: #3e3a39;font-size: 14px;} 
.header .nav>li>a.item {text-transform: uppercase;-webkit-transition: all 0.3s;transition: all 0.3s;color:#fff;text-align: center;padding: 0 34px;display: block;position: relative;height:100%;overflow: hidden;    font-size: 18px;letter-spacing:1px;}
.header .nav>li>a.item:after{content: "";
  position: absolute;
  height:4px;
  width: 100%;
  background:#2B8B9A;border-radius:3px;
  left: calc(50% - 50%);
  bottom: 0;
  transform: scale(0, 1);
  transition: all .3s ease;}

.header .nav>li:hover a.item:after{
  transform: scale(1, 1);
}

.nav>li.active>a.item:after{transform: scale(1, 1);background:#2B8B9A;}
.subMenu{border-radius: 0px 0px 60px 60px;position: absolute;left:0px;width:100%;background:#f3f1ee;height:100%;transition: all 400ms;visibility: hidden;z-index: 5;}

.subMenu2{    position: absolute;
    left: 0;width:100%;
    line-height: normal;
        padding: 30px;
    background:#f3f1ee;
    box-shadow: 3px 4px 10px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    z-index:2;border-radius: 0px 0px 60px 60px;margin-top: 1px;
}

.fleft{float: left;}
.menuleft2 {
    width: 100%;display: flex;
    justify-content:space-around;
        align-items: flex-start;
}
.menuleft2 a {
     max-width:10%;
    text-align: center;
    margin:10px;
    color: #6e6e6e;
    display: inline-block;text-align:center;
}
.menuleft2 img{display:block;width:160px;height:160px;border-radius:10px;margin:20px auto}
.menuleft2 a:hover{ color:#d10101;}


.menuleft1 {
    width: 100%;display: flex;
}
.menuleft1 span{font-size: 32px;
    color: #fff;
    position: absolute;
    right: 150px;
    bottom: 50px;
    border-top: 2px solid #fff;
    padding-top: 10px;}
.menuleft1 a {position:relative;
    text-align: center;
    margin:10px;
    color: #6e6e6e;
    display: inline-block;text-align:center;width:100%;display:inline-block;
}
.menuleft1 img{
	display:block;width:92%;border-radius:0px 0px 60px 60px;margin:0 auto;
}
.menuleft1 a:hover img{transform: scale(1.03,1.03);transition: all 1s ease-in-out;}
.menuleft2 a:hover img{transform: scale(1.1,1.1);transition: all 1s ease-in-out;}

.menucenter {
    width: 50%;
    float: left;
    padding: 0px 60px;
    position: relative;
}
.menuright {
    float: left;
    width: 25%;text-align:center
}
.menuright img {
    width: 90%;
}
.menucenter h3{padding:6px 0px;font-size:17px;}
.menucenter .tpinfo{display:block;width:100%;line-height:28px;padding-bottom:15px;color:#fff}
a.readmore:link,a.readmore:visited{border-radius: 5px;color:#fff;background:#0aceb1;padding:7px 18px;}
a.readmore:hover{background:#f76b00;}
.nav li:hover .subMenu{z-index: 20;visibility: visible;  width:100%;  transition: 0.5s ease;-webkit-transition: 0.5s ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;}
.nav li:hover .subMenu .search{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.nav li:hover .menuleft1 a{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}
.nav li:hover .menuleft2 a{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}
.nav li:hover .subMenu2,.subMenu2.in{z-index:2;opacity: 1;visibility: visible; transition: 0.5s ease;-webkit-transition: 0.5s ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;}

.header .menu-btn {display: none;}
.language {
    float: right;
    display: inline-block;
    width: 100px;
    text-align: center;position: relative;
}
.language:hover {cursor:pointer;}
.language:hover .lang4 {display:block;} 
.lang3 {
   color: #fff;
    font-size: 14px;
    border-radius: 30px;
    height: 10px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    width: 100%;
    background:#000000;
    border-radius: 15px;
    /* display: flex; */
    vertical-align: middle;
    display: inline-block;
}
.lang4 {
    position: absolute;
	top: 100px;
    width: 100px;
    background:#00000061;
    display: none;
    z-index: 9999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.lang4 li a {
    width: 100%;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.hui1{color:#c8c8c8}
.lang4 li a:hover{background:#666;color:#fff}
.icon-suo .iconfont{font-size: 27px;}
.icon-suo{padding: 0 10px;height:100px;overflow: hidden;font-size:19px;}
.gedu{margin-top: 93px;}
.aboutbanner{width:100%;height:auto;}
.aboutbanner img{width:100%;max-width:100%}
.PartTitle{text-align:center;position:relative;margin:20px 0px;color:#2a2a2a}
.aMain .PartTitle{}
.PartTitle .line{width:41px;position:absolute;bottom:0px; font-size:0; line-height:0; overflow:hidden;left:50%;margin-left:-20px;content:"";}
.PartTitle span{padding:20px 0px;font-size:20px;color:#cecece;font-weight:normal;text-transform:uppercase;display:block;}
.PartTitle strong{margin:30px 0px;display: block;font-size:34px!important;font-weight:normal;color:#000000}
/*Feedback页面*/
.ifeedtxt{color:#6f706f;font-size:12px;font-family:"Simsun","Microsoft YaHei";}
.choseus{font-size:34px;font-weight: lighter;padding: 30px 0px;    display: block;}
.feedtb input[type="text"],textarea{font-size:12px;background-color:#e4e4e4;border: 1px solid #e4e4e4;color: #c7c7c7;width:331px;height:35px;color:#8f9ba1;padding-left:5px;}
.minfo{font-size:14px;color:#797979;font-family:"Microsoft YaHei","Simsun";height:80px;}
.feedtb{width:100%;margin:0 auto;padding:5px;margin-top:20px;border: 1px solid #efefef;background:url(../images/fback_ygau.jpg) right bottom no-repeat;}
.feedtb td{padding:5px 0px 5px 15px;font-size:12px;}
.feedtb td span{color:red;font-size:12px;}
.ban{width:273px;height:32px;text-align:center;color:#FFFFFF;background:#ed3c46;border:0px}
.ban:hover{width:273px;height:32px;text-align:center;color:#FFFFFF;background:#3a3a3a;cursor:pointer}
.ban2{width:173px;height:32px;text-align:center;color:#666666;background:#efefef;border:0px}
#e_loading{position:fixed;bottom:47%;overflow:hidden;z-index:55;background:#008c95;color:#fff;display:none;border-radius: 5px;width:200px;padding-left:10px;padding-right:10px;height:45px;line-height:45px;font-size:1em;text-align:center;left:50%;margin-left:-100px;}
a.btn_h:link,a.btn_h:visited{display:block;width:100px;height:30px;line-height:30px;color:#FFFFFF;border:1px solid #ffffff;text-align:center;background:#ed3c46;margin:10px ;}
a.btn_h:hover{display:block;width:100px;height:30px;line-height:30px;color:#ffffff;font-weight:bold;background:#0f7be1;border:1px solid #0f7be1; text-align:center;transition: 0.5s ease;	-webkit-transition: 0.5s  ease;	-o-transition:0.5s all ease;	-moz-transition: 0.5s ease;}

.main{width:90%;position:relative;margin: 0 auto;}
/*推荐*/
	#Recommend{margin:0 auto;position:relative;}
	#Recommend .center{position:absolute;top:-140px;background:#fff;border-radius:5px;}
	#Recommend .move_right,#Recommend .move_left{float:left;width:47px;height:354px;position:absolute;z-index:500;top:0px;}
	#Recommend .move_left span,#Recommend .move_right span{width:47px;height:47px; background:url(../images/arrow2.png) no-repeat left top;background-repeat:no-repeat;display:block;position:absolute;top:50%;margin-top:-23px;}
	#Recommend .move_left{left:0px;}
	#Recommend .move_left span{background-position:left top;}
	#Recommend .move_left:hover span{background-position:left bottom;}
	#Recommend .move_right{right:0px;}
	#Recommend .move_right span{background-position:right top;}
	#Recommend .move_right:hover span{background-position:right bottom;}
	#Recommend .gundong{width:1063px;margin:0 auto;}
	#Recommend .gundong .jCarouselLite{float:left;width:1063px;height:486px;overflow:hidden;padding-top:10px;}
	#Recommend .gundong .ProductList2{}
	#Recommend .gundong .ProductList2 li{}
	#Recommend .gundong .ProductList2 li:nth-child(3n){margin-right:20px;}
	
.ipro_list_img img{width:100%;border-radius:25px;}
.videoico {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
	/*产品列表*/
	.ProductList2{}
	.ProductList2 li{    float: left;
    padding:1%;
    width: 19%;
    position: relative;
    overflow: hidden;
       border: 1px solid #d3d3d3;
    margin: 0.3%;border-radius:10px;}
	.ProductList2 li .photo{width:100%;padding:10px 0px 30px 0px;overflow:hidden;display:block;margin: 0 auto;}
	.photo img{display:block;max-height: 320px;max-width: 90%;
    margin: 0 auto;}	
	.product_item_category {text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-family: "Arial";
    margin-bottom: 8px;
}
.product_item_category span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: #6993AB;
    border-radius: 50%;
    margin: -3px 8px 0 0;
}
.product_item_title {text-align: left;
        font-size: 18px;
    line-height: 22px;height:50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;color:#000
}
.producttext{font-size: 16px;
    color: #fff;
    line-height: 25px;
     background:#676565;
    text-align: center;
    padding: 5px;
}
.pdetailp{width:230px;margin:0px 10px;}
.pdetailp li{
        padding: 10px;width:100%;
}
	.gdxian{width:60%;border-bottom:1px solid #636363;padding:10px;text-align:right;float:right;margin-top:-65px;}
	.mordiv {
		width: 100%;
		height: 60px;
	}
	.mordiv a:link, .mordiv a:visited {
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		color: #FFF;
		background:#33476a;
		border-radius:60px;
		-webkit-border-radius:60px;
		-moz-border-radius:60px;
		text-align: center;font-size:16px;float:right
	}
.mordiv a:hover{;transition: 0.5s ease;	-webkit-transition: 0.5s  ease;	-o-transition:0.5s all ease;	
-moz-transition: 0.5s ease;	-ms-transition:0.5s  ease;margin:0 auto;display:block;width:60px;height:60px;
line-height:60px;color:#FFF;background:#03c485;border-radius:60px;-webkit-border-radius:60px;
-moz-border-radius:60px;text-align:center;float:right}
.indexaboutbg{/*background:#efefef;padding:35px 0px;margin-top:15px;*/}
/*indexAbout*/
.indexAbout {
    height: auto;
    overflow: hidden;margin-top:20px;
}
.aboutBox {
    overflow: hidden;
    position: relative;
}
.aboutList {
    margin-top: 11px;
    height: 229px;
}
.aboutBoxImg {
    float: right;
    width: 55%;
}
.aboutlink{float: left;width: 43%;}
.aboutBoxImg img {
    width: 100%;
    height: 100%;border-radius: 0px 0px 25px 25px;
}
.textleft{text-align:left}
.aboutBoxText {
    
}
.aboutBoxDiv {padding-bottom:30px;font-weight: lighter;}
.aboutBoxText .productTit {
    padding: 43px 0 9px;
    text-align: left;
}.aboutBoxText .productTit a b {
    color:#131313;font-size:34px;
}.productTit a b {
    font-weight: normal;
    color: #333;
    display: block;
    font-size: 25px;
    margin-top: 4px;
}.productTit a span {
    color: #cbcbcb;
    display: block;
    font-size:18px;
    padding-left: 0;
    text-transform: uppercase;
}.aboutBoxInfo {
    color: #666;
    line-height:38px;
}
.btn2 {
	width: 262px;
    height: 76px;
    line-height: 76px;
    border-radius: 38px;
    font-size: 19px;
    position: relative;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    background:#2B8B9A;
    border-radius: 31px;
    border: 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    transition: all 0.4s;
    text-align: center;
    font-family: "popLight";
    overflow: hidden;
	float: left;
    margin:15px 0px;
}
.btn2 span {
    position: relative;
    z-index: 99;
}
.btn2:hover {color:#fff;}
.btn2 em {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../images/oem_arrow1.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    transition: all 0.4s;
}
.btn2:after{content:"";position:absolute;z-index:9;width:0;height:100%;border-radius:31px;background:#000;left:0;top:0;transition:all 0.4s}
.btn2:hover:after{width:100%}


.btn3 {
	width: 262px;
    height: 76px;
    line-height: 76px;
    border-radius: 38px;
    font-size: 19px;
    position: relative;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    background: #676565;
    border-radius: 31px;
    border: 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    transition: all 0.4s;
    text-align: center;
    font-family: "popLight";
    overflow: hidden;
    margin:30px auto;
}
.btn3 span {
    position: relative;
    z-index: 99;
}
.btn3:hover {color:#fff;}
.btn3 em {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../images/oem_arrow1.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    transition: all 0.4s;
}
.btn3:after{content:"";position:absolute;z-index:9;width:0;height:100%;border-radius:31px;background:#000;left:0;top:0;transition:all 0.4s}
.btn3:hover:after{width:100%}



.aboutList {
    margin-top: 11px;
    height: 229px;
}.aboutList li {
    float: left;
    margin-right: 7px;
    margin-top: 7px;
    height: 227px;
    width: 293px;
    position: relative;
    border:1px solid #e7e7e7;
}.aboutList li:first-child {
    margin-left: 0;
}
.aboutList .text {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
}
.aboutList .text:hover{
    background-color: #efefef;}
.aboutList .text a img {
    display: block;
    margin: 0 auto;
    padding: 56px 0 22px;
}
.aboutList .text a div {
    color: #444;
    font-size: 18px;
}
.aboutList .img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
/*#indexabout End IF*/

.indexsolute{padding:35px 0px 55px 0px;margin-bottom:20px;}
.cpsolute li {
    display: inline-block;
    margin: 0;
    padding: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;width: 25%;float:left;
}
.cpsolute li figure {
    margin: 0;
    position: relative;
}
.cpsolute li figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.bg_opacity {
    display: none;
}
.cpsolute figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    -moz-transition: -moz-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background:#2d4475bf;
}
.cpsolute figcaption h3 {
    margin-top: 10%;font-size:22px;    color: #16d0b5;
}
.cpsolute figcaption span {
    display: block;text-align: center;font-size:14px;padding:10px;line-height:28px;color: #ffffff;
}
.cpsolute li:hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px,15px);
    -ms-transform: translate(15px,15px);
    transform: translate(15px,15px);
}
/*prorightbg*/
.prorightbg{position:absolute;left: 490px; z-index: 9;top:85px;border-radius:15px;background-image:url(../images/probg.png);
background-size:contain;background-color: #11295c;    background-position: center bottom;background-repeat: no-repeat;width:700px;height:420px;}
.prosx{width:90%;height:auto;margin:0 auto;}
.prosxtop,.prosxbody{width:100%;}
.prosxtop{margin-top:25px;}
.prosxbody{margin-top:25px;text-align:center}
.protb{position: relative;display:inline-block;height:60px;width:35px;}
.fa-cog{font-size:30px;color:#fff;position:absolute;top:25px;}
.prosxtitle{height:60px;display:inline-block;color:#fff;font-size:24px;}
.prosxtitle span{color:#f76b00}
.pline{height:60px;width:160px;display:inline-block;position:relative}
.pline:after{display:block;content:'';top:30px;left:20px;position:absolute;border-bottom: 1px solid #fff;background:#fff;width: 100%;}
.fa-check-square-o{margin-right:3px;}
.prosxbody a{color:#fff;font-size:16px;margin-top:25px;display:inline-block;width:30%;line-height:33px;text-align:center;border:1px solid #fff;margin-left:5px;}
.prosxbody a:hover{background:#0aceb1;border:1px solid #0aceb1;}
.prosxtxt{width:80%;margin:0 auto;color:#64ef69;border-bottom: 1px solid #fff;padding-bottom: 25px;text-align:right;margin-top:45px;font-size:22px;}
/*prorightbg*/
/*core-wrapper*/
.core-wrapper{}
.content-main{box-sizing: border-box;}
.core-item-wrapper{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;}
.core-item{
       margin: 20px auto;
    width: 23%;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #c7c7c7;
}
.core-item-link{    padding:20px 0px;display: block;width: 100%;}
.core-item-title{
    font-size: 14px;
    line-height:50px;
    color: #484848;
    text-align: center;
}
.core-item-title img{width:55px;display:block;margin:0px auto;margin-top:12px}
.core-item:hover {
    z-index: 6;
}
.core-item:hover img{opacity:1;visibility:visible;}
.core-item:hover .core-item-title{color:#666}
.disproleft{font-size:29px;text-align:left;font-weight: lighter;transform: translateX(0px);-webkit-transition: all 0.4s;transition: all 0.4s;}
.disproright{font-size:29px;text-align:right;font-weight: lighter;transform: translateX(0px);-webkit-transition: all 0.4s;transition: all 0.4s;}
/*core-wrapper*/
.toppro{width:100%;height:auto}
.toppro a{display:block;width:140px;height:140px;overflow:hidden;float:left;}
.toppro a img{width:110px;height:110px;padding:2px;border:1px solid #efefef;display:block;margin:0 auto;}
.toppro a img:hover{border:1px solid #fe3467}
.toppro a span{display;block;width:100%;height:auto;text-align:center}
/*Prodetail*/
	.pdetail{clear:both;padding:5px;height:auto;width:100%;line-height:26px;font-size:14px;color:#808080;margin-top:30px;border-top:1px solid #efefef;padding-top:60px;}
	.proimg{width:100%;}
	.propc{width:600px;float:left;}
	.proinfo{width:460px;float:right;}
	.ewmjpg{text-align:right;}
	.cpsize{color:#434343;font-size:24px;font-weight:bold;}
	.dcpname{padding:5px 0px;}
	.paniu{height:44px;box-shadow:0 0 1px #000 inset;border-radius:5px;background-color:#fff;-moz-box-shadow: 1px 1px 6px #efefef; box-shadow: 1px 1px 6px #efefef;margin:26px 0px 10px 0px;text-align:center;}
	.paniu i{font-size:20px;margin-top:12px;color:#928e8b}
	.gbtnleft{float:left;margin-left:10px;}
	.gbtnright{float:right;margin-right:10px;}
	.pnote{padding:3px 0px;font-size:16px;}
	.feedcont{width:100%;padding:10px 0px;}
	.tmalllink{background-image: linear-gradient(#f2f2f2, #fff);font-size:20px;height:62px;line-height:62px;border-radius:5px;color:#434343;margin:26px 0px 10px 0px;text-align:center;}
	.fgreen{font-size:20px;color:#7fbe27}
	/**tabs**/
	.tabPanel{width:99%;margin:0px auto;position:relative;}
	.pright{position:absolute;right:0px;top:-10px;}
	.tabPanel ul{height:47px;border-bottom:1px solid #efefef;margin-top:20px;}
	.tabPanel ul li{
		float:left;margin:0 8px 0 0;font-size:11px;height:47px;line-height:47px;
		width:111px;text-align:center;cursor:pointer;
		background:#33476a;color:#fff;font-size: 17px;border-radius:5px 5px 0px 0px;
	}
	.tabPanel .hit{cursor:pointer;color:#fff;
		background:#f76b00;border-bottom:1px solid #f76b00;color:#fff;
	}
	.pane{border:1px solid #efefef;border-top:0;min-height:300px;background-color:#fff;display:none;padding:10px;}
	.pane p{padding:15px 15px 0 10px;}
	.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;}

	/*产品缩略*/
	#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
	#tsShopContainer{position:relative;}
	#tsShopContainer #tsImgS{border:1px solid #efefef;text-align:left;width:100%;position:relative;height:auto;}
	#tsShopContainer #tsImgS a{display:block;text-align:left;}
	#tsShopContainer #tsImgS img{border:0px;margin-bottom:10px;padding:10px;margin:0 auto;display:block;}
	#tsShopContainer #tsPicContainer{margin-top: 20px;width:100%;height:70px;position:relative;background:url(../images/scrollPicbg.gif) repeat-x 0px 0px;}
	#tsShopContainer #tsPicContainer #tsImgSArrL{width:17px;position:absolute;top:17px;left:8px;cursor:pointer;}
	#tsShopContainer #tsPicContainer #tsImgSArrR{width:17px;position:absolute;top:17px;right:8px;cursor:pointer;}
	#tsShopContainer #tsPicContainer #tsImgSCon{height: auto;width: 100%;text-align:center;}
	#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;height:auto;}
	#tsShopContainer #tsPicContainer #tsImgSCon li{width:45px;display:inline-block;cursor:pointer;height:50px;}
	#tsShopContainer #tsPicContainer #tsImgSCon li img{padding:3px;margin:1px;border:1px solid  #efefef;display:block;width:42px;height:42px;}
	#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:2px solid #ff3766;margin:0px;}

/*Prodetail End*/
/*solute-info*/
.solutes figcaption a:before {
    content: "";
    width: 7px;
    height: 13px;
    background: url(../img/next.png) center no-repeat;
    position: absolute;
    left: 16px;
    top: 14px;
    transition: 300ms;
}
.solutions{margin-bottom:25px;}
.solutions.animated .solutes,.solutions.animated .solute-info{transition:688ms 100ms;}
.solutions .solute-info,.solutions .solutes{opacity:1;transition:688ms .2s}
.solutions .solute-info:nth-child(2){transition:688ms .4s}
.solutions .solute-info:nth-child(3){transition:688ms .6s}
.solutions .solute-info:nth-child(4){transition:688ms .8s}
.solutions .solute-info:nth-child(5){transition:688ms .10s}
.solutions .solute-info:nth-child(6){transition:688ms .12s}
.solutes{width:24.99%;float:left;position:relative}
.solutes img{display:block;width:100%;height:auto;line-height:0}
.solutes figcaption{position:absolute;left:0;top:50%;width:100%;margin-top:-83px;text-align:center}
.solutes figcaption h2{color:#fff;font-size:24px;font-weight:400;text-align:center}
.solutes figcaption small{display:block;text-align:center;line-height:normal;color:#fff;font-size:14px;font-family:Arial}
.solutes figcaption a{display:block;width:39px;height:39px;border:2px solid #fff;position:relative;margin:auto;margin-top:64px}
.solutes figcaption a:before{content:"";width:7px;height:13px;background:url(../images/next.png) center no-repeat;position:absolute;left:16px;top:14px;transition:.3s}
.solutes figcaption a:hover:before{left:19px}
.solute-info{cursor:pointer;width:24.99%;float:left;position:relative;overflow:hidden}
.solute-info figure{display:block;line-height:normal;overflow:hidden}
.solute-info figure img{display:block;line-height:0;width:100%;height:auto}
.solute-info figcaption{opacity:0;visibility:hidden;position:absolute;left:0;bottom:0;width:100%;transition:.4s;padding-top:49px;background:url(../images/boxbg.png) repeat-x;padding-bottom:18px}
.solute-info figcaption h4{color:#fff;font-size:18px;font-weight:400;line-height:normal;width:270px;padding-bottom:8px;border-bottom:2px solid #fff;float:left;margin-left:15px}
.solute-info figcaption b{display:block;width:13px;height:7px;background:url(../images/top.png) center no-repeat;float:right;margin-right:36px;margin-top:21px}
.solute-info .sulute-wr mark{background:0 0;position:absolute;left:0;height: 100%;width:100%;text-align:center;}
.solute-info .sulute-wr{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:1;visibility:visible;transition:420ms 0s}
.iyuan{display:block;width:100px;height:100px;line-height:100px;text-align:center;font-size:20px;color:#fff;border-radius:100px;border:2px solid #fff;position:absolute;left:50%;top:50%;margin-left:-51px;margin-top:-51px;}
.solute-info .sulute-wr mark h3{color:#fff;font-size:24px;text-align:center;line-height:normal;font-weight:400;padding-bottom:20px;position:relative;margin-bottom:32px}
.solute-info .sulute-wr mark h3:before{content:"";width:46px;height:2px;background:#1bb4b2;position:absolute;left:50%;margin-left:-23px;bottom:0}
.solute-info .sulute-wr mark p{color:#fff;font-family:Arial;text-align:center;line-height:2.2;width:75%;margin:auto;margin-bottom:93px;height:52px;overflow:hidden}
.solute-info .sulute-wr mark .checkmore{width:122px;height:28px;border:2px solid #fff;margin:auto;position:relative;overflow:hidden;transition:.3s}
.solute-info .sulute-wr mark .checkmore a{display:block;text-align:center;line-height:28px;color:#fff;position:relative;z-index:5}
.solute-info .sulute-wr mark .checkmore:after{content:"";position:absolute;width:100%;height:100%;left:0;top:100%;background:#1bb4b2;transition:320ms}
.solute-info .sulute-wr mark .checkmore:hover{border-color:#fff}
.solute-info .sulute-wr mark .checkmore:hover:after{top:0}
/*.solute-info:hover figcaption{bottom:-30px;opacity:0;visibility:hidden}*/
.solute-info:hover .iyuan{border: 2px solid #ff6599;background: #ff6599;transition:450ms 160ms}
.solute-info:hover .sulute-wr{background:rgb(255,101,153,.3)}
/*solute-info*/
#Indexnews{margin:0 auto}
#Indexnews .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;width:96%;margin:0 auto;
}
#Indexnews .newList1 {
    padding: 0px;
    width: 42%;
    float: left;padding:5px;
}
#Indexnews .newLinkBox {
    position: relative;padding: 0px;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#Indexnews .newList1 img {
    width: 100%;border: 0;transition: all 0.7s ease-in-out;border-radius:0px 0px 15px 15px;
}
#Indexnews .newList1:hover img {transform: scale(1.03,1.03);transition: all 1s ease-in-out;}
#Indexnews .newList {
    overflow: hidden;
    padding: 25px 20px;
    width:54%;
    transition: all .5s ease;
    float: right;
    margin: 0px 0px 10px 1%;
}

#Indexnews .newTitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
    padding: 25px 30px 15px 35px;
    height:auto;
    line-height: 160%;    overflow: hidden;
    transition: all .5s ease;margin-bottom:10px;border-bottom:1px solid #efefef;
}
#Indexnews .newTitle2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
    padding: 25px 0px;
    height:auto;
    line-height:22px;    overflow: hidden;
    transition: all .5s ease;margin-bottom:10px;
}

#Indexnews .newList a:hover .newTitle {
	font-weight:bold;
}
#Indexnews .time1 {
    font-size: 14px;
    color: #999;
    padding-top: 20px;
    display: block;
}
#Indexnews .leftTimeBox {
    width: 100px;
    height: 98px;
    text-align: center;
    font-family: arial;
    color: #000;
    transition: all .5s ease;
    float: left;
    border: 1px solid #000;
}
#Indexnews .rightIcon {
    overflow: hidden;
    padding: 15px 0px;text-align: right;
}
#Indexnews .newData {
    font-size: 30px;
    line-height: 46px;
    padding-top: 15px;
}
.aboutinfo{width:100%;height:auto;line-height: 25px;float:left;padding:0px 10px 10px 10px;}
.aboutvideo{width:45%;height:auto;float:right;margin-top:0px;position:relative;overflow:hidden;}
.aboutvideo img {width:100%;display:block;margin:0 auto;}
.aboutvideo:hover img {transform:scale(1.1,1.1);transition: all 0.7s ease-in-out;}
.videotu{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin-left: -25px;
    margin-top: -25px;
}

.videotu img{width:55px;height:55px;border:0px}

.huanjin{width:100%;height:auto;margin-top:25px;}
.sycatav {
   
    width:33%;
    overflow: hidden;float:left;margin:0px;margin-bottom:15px;
}
.sycatav .busitu{width:98%; position: relative;overflow:hidden}
.sycatav .busitu img {
    width: 100%;
    transition: all 0.7s ease-in-out;
}
.sycatav:hover img {transform:scale(1.1,1.1);transition: all 0.7s ease-in-out;}
.sycatav h3 {
    bottom: 0px;
    width:45%;
    background:rgba(0, 0, 0, 0.46);
    color: #fff;
    line-height: 20px;
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    right: 0px;
}
.linian2 {
    background: #f6f6f6;
    margin: 10px auto;
}
.width50 {
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.width50 img {
    width: 100%;
    transition: all 0.7s ease-in-out;vertical-align: middle;
    border: 0;
}
/*Video*/

/*News*/
.adetail {
    clear: both;
    padding: 5px;
    height: auto;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #808080;
}
.darticle {
    border-radius: 0px 10px;
    padding: 40px;min-height:400px;
    line-height: 30px;
}
.newtitle {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0px;
    color: #333;
}
.ncolor {
    border-bottom: 1px solid #efefef;
    color: #c3c3c3;
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 10px;
    padding-bottom: 5px;
}
.tm-post-nav-box {
    padding: 0.24rem 0.48rem;
	margin:20px 0px;
    padding: 0.16rem;
    background:#f8f8f8;
    border-radius: 0.02rem;
    color: #999;
}
.tm-post-nav span {
    color: #222;
}
.tm-post-nav-box .tm-post-nav a:link, .tm-post-nav-box .tm-post-nav a:visited {
    color: #999;
}
.tm-post-nav-box .tm-post-nav a:hover{color:#000}
/*News End */
.spListNr li {
    float: left;
    position: relative;
    width: 31%;
    margin: 2% 2% 0 0;
    overflow: hidden;
}
.videoOpen {
    position: relative;
}
.spListNr li .img-responsive {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: block;
    width: 100%;
    height: auto;
}
.spListNr li:hover .img-responsive{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
.videoOpenCon {
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(rgba(0,0,0,.1), rgba(232, 232, 232, 0.8));
    background: -o-linear-gradient(rgba(0,0,0,.1), rgba(232, 232, 232, 0.8));
    background: -moz-linear-gradient(rgba(0,0,0,.1),rgba(232, 232, 232, 0.8));
    background: linear-gradient(rgba(0,0,0,.1),rgba(232, 232, 232, 0.8));
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.videoOpenCon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.videoico{width:unset!important;cursor:pointer;position:absolute;top:50%;left:50%;margin-left:-30px;margin-top:-30px;}
.videoOpenCon .fon20 {
    font-size: 16px;margin: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    top: auto;color: #fff;
}
.nabout{width:100%;height:auto;margin-bottom:30px}
.fixedVideo,.alertOpctioy{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:99; display:none;}
.fixedVideo .videoDDD{border-radius: 4px; width:70%;position:absolute; left:15%;top: 50%; margin-top: -290px;}
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed,.fixedVideo .videoDDD video{ width:100%;height:100%;border:10px solid #f3f1ee}
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed{ height: 100%;}
.fixedVideo .videoDDD .openVd{ width:100%; height:100%;border: 10px solid #f3f1ee;
    background: #f3f1ee;}
.allContact{ position:fixed; width:1160px; left:50%; margin-left:-600px; top:10%; height:73%; overflow-y:scroll; background:#fff; padding:40px 20px 20px 40px; z-index:556; }
.closeTxtt{ position:absolute; right:0; top:0px; cursor:pointer; background:#ccc;}
.closeVideo{text-align: center;position: absolute;z-index: 555; left: 100%; top: 0; width: 32px; padding: 5px;background:#f3f1ee; border-radius:0 3px 3px 0;}
.fa-close{font-size:20px;color:#000;}
/*#VIDEO EndIF*/
.subscribe-line-image {
    position: relative;
    background-position: top center;
    background-size: cover;
	padding: 65px 0;
}
.text-center {
    text-align: center;margin-left: -15px;
    margin-right: -15px;
}
.ptitle {
    color: #fff;
	height: 52px;
    line-height: 52px;
    font-size: 28px;
    font-weight: normal;
}
.subscribe-line-image .pret{z-index: 22;
position: relative;}
.subscribe-line-image:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.66);
    content: "";
}
.subscribe-description{position: relative;margin-top:10px;color: #efefef;font-size: 16px;font-weight: 300;margin-bottom: 15px;}
.subscribe-description:after {
    display: block;
    content: '';
    position: absolute;
    background: #0aceb1;
    width: 40px;
    height: 3px;
    left: 50%;
    bottom: -22px;
    margin-left: -20px;
}
.subscribe-line-image .w50{width:50%;margin:0 auto;}
.subscribe-line-image .card {
   width: 100%; margin-top: 30px;display: inline-block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;-webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.subscribe-line-image .content{padding: 15px 30px;}
.subscribe-line-image .w66{width: 66%;float: left;}
.subscribe-line-image .w33{width: 33%;float: left;}
.subscribe-line-image .pbtn{border-radius: 3px;padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 33px;background-color:#13306c;color: #fff;    margin: 0;letter-spacing: 0;    -webkit-appearance: button;
    cursor: pointer;    display: block;    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;font-size: 12px;
    font-weight: 400;
    padding-right: 33px;width: 100%;}
.subscribe-line-image .input-group-addon {
    display: table-cell;
    padding: 0 15px 0 0;
    width: 1%;
}
.subscribe-line-image .form-group {
    display: table-cell;
    padding-bottom: 0;margin: 3px 0 0;position: relative;
}
.subscribe-line-image .sib-email-area{background-image: -webkit-gradient(linear,left top,left bottom,from(#9c27b0),to(#9c27b0)),-webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));
    background-image: -webkit-linear-gradient(#9c27b0,#9c27b0),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
    background-image: linear-gradient(#9c27b0,#9c27b0),linear-gradient(#d2d2d2,#d2d2d2);
    float: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(100% - 1px);
    background-position: center bottom,center calc(100% - 1px);
    background-size: 0 2px,100% 1px;
    font-weight: 400;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;height: 36px;
    padding: 7px 0;
    vertical-align: middle;font-size: 14px;
    line-height: 1.42857;display: block;
    width: 100%;color: #555;}
/*.subscribe-line-image End */

/*Sales net end*/
.subDl{float: left; width:calc(33.333% - 110px);margin:0 55px;min-height: 210px;margin-bottom:15px;}
.subDl dd { width:calc(100% - 140px); }
.ls_a a{display:inline-block;line-height: 2.2;color: #767879;min-width: 70px;}
.ls_a a:hover{color: #f74b6f;}
.subMenu2 .wrap{padding-top: 25px;}
.subDl dt{margin-top:20px;margin-right: 20px;}
.subDl dd h4{font-size: 16px;font-weight: normal;margin-bottom: 15px;}
.nav li.li2 .subDl{min-height: 222px;}
.sm_nav{margin:0 0 0 83px; position: relative; width: 150px;}
.sm_nav h3{font-size: 20px;font-weight: normal;color: #625151;}
.sm_nav p{padding: 15px 0;}
.sm_nav p a{display: block;color: #7a7a7a;font-size: 16px;padding: 10px 0;}
.sm_nav p a:hover{color: #f74b6f}
.sm_pic{margin-right: 70px;margin-bottom: 30px}
.sm_nav ul { position: absolute;left: 150px; top: 98px;z-index: 999999;width: 120px;}
.sm_nav li a {font-size: 14px; line-height: 30px; color: #9b9b9b; padding: 0;}
.sm_nav li a:hover {color: #ff104f;}
.font3 {font-size: 30px; line-height: 145px; color: #fc2b59; text-align: center;}
.font4 {text-align: center;padding: 24px 0;}
.font4 span {font-size: 18px; line-height: 50px; color: #4a4a4a; display: inline-block;border-bottom: 2px #fc2b59 solid;}
.search{margin:0 auto;text-align:center}
.sear_m{}
.sear_m .int{background: none;border-bottom: 1px solid #cccccc;
    width: 80%;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    height: 60px;
    line-height: 60px;}
.sear_m .btn{display: inline-block;}
.sear_m .btn .iconfont{font-size: 20px;display: inline-block;vertical-align: middle;}
.qk_links h3{border-bottom: 1px solid #d3d3d3;font-size: 14px;font-weight: normal;color: #fff;padding: 16px 10px;}
.qk_links p{padding: 8px 10px;}
.qk_links p a{display: block;color: #fff;line-height: 2.3;font-size: 13px;}
.qk_links p a:hover{color: #ff104f;}
/*banner*/
.mobimg{display: none;}
.pcimg{display: block;}
.banner {color: #fff;position: relative;}
.banner img{width: 100%;height: auto;}
.nobannerhei{height:130px;}
.banner .slick-current .desc{opacity:1;-webkit-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);transform:translateY(0px);-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);}
.banner .slick-dots{position: absolute;right: 0;left: 0;bottom: 5px;z-index: 200;text-align: center;}
.banner .slick-dots li{position:relative;width: 40px;height:4px;font-size: 0;margin-bottom:40px;}
a.qiehuan:link,a.qiehuan:visited{position:absolute;display:block;background: #fff;opacity: 0.3;height:4px;width:40px;border-radius: 6px;top:0px;transition: all 300ms;}
.banner .slick-dots li.slick-active{width: 65px;height:4px;}
.slick-active a.qiehuan:link,.slick-active a.qiehuan:visited{position:absolute;top:0px;display:block;opacity:1;background:#fff;width: 65px;height:4px!important;}
.banner .slick-prev,.banner .slick-next{z-index: 20;width: 64px;height:64px;line-height: 64px;text-align: center;font-size: 0;margin-top: -32px;top:50%;}
.banner .slick-prev{left: 25px;}
.banner .slick-next{right: 25px;}
.slick-prev i,.slick-next i{color: #fff;font-size:82px;opacity:0.8;}
.banner .slick-prev:hover:after,.banner .slick-next:hover:after{color: #fff;}
.hidden_md{display: none;}
.mob_subMenu{display: none}
.malist{margin:0 -4px;padding-top: 8px;}
.malist li{float: left;width: 50%; position:relative; cursor:pointer; }
.bg11 { width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; background:#000; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; display:none; }
.t_1 { width:100%; text-align:center; position:absolute; left:0; top:50%; margin-top:-30px; z-index:3; display:none; }
.malist li a{display: block;position: relative;margin:0 4px;}
.ma_logo{position: absolute;left: 3%;top:20px;}
/*Footer*/
#footer {
  width: 100%;
      padding: 70px 0px;background-image: url(../images/footbg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .copyright{width:100%;padding:5px 0px;margin-top:10px;font-size:16px;color:#919191;}
#footer .copyright .copyright_text {
    color:#a4a4a4
}
#footer .copyright a:link,#footer .copyright a:visited{color:#a4a4a4;text-decoration:underline;}
.telephone{width:30%;float:left;text-align:center}
.telephone_box{width:100%;}
.telephone_box h5 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 12.5px;color:#fff;
}
.telephone_box p {
    font-size: 31px;
    font-weight: 700;color:#fff;
}

.telephone i:before {
    font-size: 40px;
    color: #fff;
}
.telephone_box p {
    font-size: 31px;
    font-weight: 700;
}
 .footer_nav {
    width:100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.footer_nav dl {float: left;color:#919191;}
.footer_nav dl dt {
    font-size: 18px;
}
.footer_nav dl dt:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #fff;
    opacity: .3;
    margin: 10px 0;
}
.footer_nav dl dd {
    color:#afafaf;
    font-size: 15px;line-height:26px;
}
.footer_nav dl dd a {
    font-size: 15px;color:#afafaf;
}
.footer_nav dl .gray {
    opacity: .5;
}
/*Footer*/
.aBan{position: relative;}
.a_box{position: absolute;left: 0;right: 0;top:0;z-index: 20;height: 100%;}
.a_box .wrap{height: 100%;position: relative;}
.a_box .wrap .txt{padding-top: 5%;}
.a_box .wrap .txt h3{font-weight: normal;color: #fc1850;font-size: 45px;letter-spacing: 3px;}
.a_box .wrap .txt p{color: #918e8e;font-size: 22px;}
.a_box .more{position: absolute;color: #fc1850;font-size: 24px;right: 0;bottom: 7%;}
.com_tit{font-size: 49px;color: #797979;text-align: center;margin-bottom:30px;}
.prolist{margin:0 -14px;}
.prolist li{float: left;width: 25%;margin-bottom: 28px;}
.prolist li a{display: block;background: #fff;box-shadow:2px 2px 10px rgba(0,0,0,.25);border-radius: 8px;margin:0 14px;padding: 8px 0;}
.prolist li a .img{text-align: center;height: 345px;line-height: 345px;overflow: hidden;}
.prolist li a .img img{max-width: 100%;height: auto;transition: all 400ms;}
.prolist li a:hover .img img{transform: scale(1.1);} 
.prolist li a p{text-align: center;color: #797979;margin-bottom: 20px;font-size: 17px;padding-top: 8px;}
.abot{text-align: right;padding:8px 0;}
.abot .more{color: #fd1850;font-size: 18px;}
.abot .more .iconfont{font-size: 16px;position: relative;top:-2px;}
.video_item video{display: block;width: 100%;height: auto;outline: none;}
.video_item {margin-bottom:0px; position:relative; }
.text1 { width:90%; position:absolute; left:5%; bottom:0.1rem; z-index:9; }
.font1 { font-size:0.28rem; line-height:0.6rem; color:#fff; float:left; font-weight:600; }
.font2 { font-size:0.28rem; line-height:0.6rem; color:#fff; float:right; font-weight:600; }
.an1 { width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; }
.an1 img { width:1.88rem; height:1.88rem; position:absolute; left:50%; top:50%; margin-left:-0.99rem; margin-top:-0.99rem; z-index:999999; }
.an2 { width:40px; height:40px; position:absolute; left:0; bottom:0; z-index:999999; display:none; }
.aMain_a{padding: 0;}


.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
 .tm-pageing{width:100%;text-align:center;margin-bottom:30px}
 .tm-pageing > * {  font-size: 15px;display: inline-block;  width: 40px;height:40px; line-height:40px; background: #E6E6E6; border-radius: 50%; color: #666; -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        -ms-transition: all 0.5s;

        -o-transition: all 0.5s; 

        transition: all 0.5s; }
 .tm-pageing  a{
    margin-left:6px;
}
        
.tm-pageing > .current {
    background:#565656;
    color: #FFF;
}

.com_tit_a{color: #fd2457; font-size:30px;}
.events{margin:45px;position: relative;}
.evUl{position: relative;}
.evUl:after{position: absolute;content: '';top:20px;bottom: 30px;width: 1px;background: #9b9b9b;left: 10px;}
.evUl li{padding-left: 53px;position: relative;}
.evUl li .ev_date{position: relative;width: 214px;height: 43px;border-radius: 50px;border:1px solid #b9b7b8;line-height: 43px;font-size: 30px;color: #655f5f;text-align: center;transition: all 400ms;}
.evUl li:after{content: '';position: absolute;width: 8px;height: 8px;background: #9b9b9b;border-radius: 50%;left: 6px;top:15px;z-index: 20;}
.evUl li .txt{color: #818181;line-height: 2.2;font-size: 18px;}
.ev_conts{padding:40px 0;}
.evUl li.liImg .ev_img{width: 315px}
.evUl li.liImg .ev_img img{border-radius: 50px;box-shadow:0 0 5px rgba(0,0,0,.05); width:100%;}
.evUl li.liImg .txt{width: 690px;float: right;}
.evUl li.bot .ev_conts{padding: 0;}
.evUl li:hover:after,.evUl .on:after{background: #ff295e}
.evUl li:hover .ev_date, .evUl .on .ev_date{background: #ff295e;color: #fff;border-color: #ff295e;}
.evUl li:hover .txt, .evUl .on .txt{color: #ff4971}
.zjMain{background: #ff4870;min-height: 400px;padding-bottom: 40px;}
.zj_pic{padding: 30px 0;}
.zj_pic img{max-width: 100%;height: auto;}
.dzhi{padding: 75px 0;}
.dzhi h4{color: #ff4d73;font-size: 30px;padding: 40px 0;font-weight: bold;}
.dzhi p{font-size: 18px;color: #4a4a4a;}
.kflist{padding: 70px 0 70px 7.8%;}
.kflist li{float: left;width: 50%;padding-left: 38px;position: relative;margin-bottom: 66px;}
.kflist li:after{content: '';position: absolute;left: 0;top:12px;background: #ff4d73;width: 16px;height: 16px;border-radius: 50%;}
.kflist li h3{font-size: 18px;color: #ff4d73;}
.kflist li p{font-size: 18px;line-height: 1.6;padding-top: 10px;color: #4a4a4a;}
.zilist{margin:0 -40px;}
.zj_pic{position: relative;}
.zi_box{position: absolute;right: 0;left: 0;bottom: 10%;padding: 0 9%;}
.zilist li{float: left;width: 33.333%;}
.zilist li a{display: block;margin:0 40px;}
.zilist li a .img{height: 280px;line-height: 280px; border-radius: 10px;background: rgba(255,255,255,.3) url(../images/bg1.png) 0 0 repeat; overflow: hidden;}
.zilist li a .img img{height: 100%;transition: all 400ms;}
.zilist li a:hover .img img{transform: scale(1.1);} 
.zilist li a h3{color: #fff;font-size: 20px;text-align: center;margin-bottom: 20px;}
.mob_zj{position: relative;}
.mob_zj .zi_box{position: absolute;right: 0;bottom: 1.1rem;}
.mob_zj .zi_box .zilist {margin:0 -.24rem;}
.mob_zj .zi_box .zilist li a{margin:0 .24rem;border-radius: .12rem;}
.mob_zj .zi_box .zilist li a .img{height: 1.6rem; line-height: 1.6rem;}
.mob_zj .zi_box .zilist li a .img img{max-height: 80%;}
.mob_zj .zi_box .zilist li a h3{font-size: .22rem;margin-bottom: .15rem;}
.proshow { max-width:1920px; margin:0 auto;}
.proshow img{ max-width:100%;}
.about{ width:100%; margin:0 auto;font-size:18px; line-height:40px; color:#000;}
.tab-lists{margin: 40px auto;}
.imgab{border-radius: 0px 0px 60px 60px;display: block;width:90%;margin:20px auto}
.about .title{ text-align:center; font-size:30px; line-height:80px; color:#fd2457;}
.about .text{ width:75%; margin:0 auto;}
.network {width:100%;font-size:19px; line-height:60px; color:#ff1653; padding-top:100px;}
.network .network_left{width:50%; text-align:center; float:left; margin-bottom:80px; }
.network .network_left p a:hover {color: #ff1653;cursor:pointer;}
.newshow{ width:95%; margin:0 auto; font-size:18px; line-height:40px; color:#6e6e6e;}
.newshow img{max-width:100%;}
.newshow .title{ text-align:center; font-size:30px; line-height:160px; color:#fd2457;}
.newshow .text{ width:75%; margin:0 auto;}
	.proshow_order{ height:164px; width:928px; margin:0 auto; color:#6e6e6e;}
	.proshow_order .pro_pic{ float:left;height:100%;}
	.proshow_order .pro_pic a{ !important;}
	.proshow_order .pro_pic img{ height:100%;}
	.proshow_order .pro_title{ float:left; padding-top:58px; font-size:18px; line-height:30px;}
	.proshow_order .pro_order{ float:right;height:100%; padding-top:58px;}
	.proshow_order .pro_order img{height:60px;}
.test{ width:100%; margin:0 auto; font-size:30px; line-height:60px; color:#6e6e6e;}
.test img{max-width:100%;}
.test .title{ text-align:center; font-size:30px; line-height:80px; color:#fd2457;}
.test .text{ width:940px; margin:0 auto;}	
.mg80{ margin-top:80px;}
.mg30{ margin-top:30px;}
.row1 {display: none;}
.fnav a:link,.fnav a:visited{font-size:14px;}
.fcopy{width:90%;margin:0px auto;padding:25px 0px;color:#757575;font-size:14px;border-top:1px solid #d8d8d8;text-align:center}


.home_industry_cont{position: relative;
    width: 100%;
    height:420px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}
.home_industry_info {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 70px;
    transform: translate(0,-50%);
}
.home_industry_title {
    font-size:36px;
    color: #FFF;
    line-height:36px;
    margin-bottom: 22px;
}
.home_industry_text {
    max-width: 524px;
    font-family: Arial;
    font-size: 22px;
    color: #FFF;
    line-height: 36px;
}
.video_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.videoDefault {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #373435;
    z-index: 10;
    margin: 0 auto;
}
#video {
    width: 100%;
    object-fit: fill;
}
/*footer*/
.footer {
	padding:26px 0 30px;
	position:relative;
	background:#2a2a2a;
	color:#d4d4d4
}
.footer .inner{width:96%;margin:0 auto}
.weixinhao {
	text-indent:35px;
}
.flid {
	float:left;
	width:33%;
	line-height:25px;
	height:auto;
	overflow:hidden;
	margin-top:5px;
}
.flid h3 {
	font-size:18px;
	color:#d4d4d4;
}
.flid h3:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #fff;
    opacity: .3;
    margin: 10px 0;
}
.flid a:link,.flid a:visited {
	color:#d4d4d4;
	font-size:14px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.fli1 a:link,.fli1 a:visited {
	text-transform:Uppercase;
}
.fli2{width:35%}
.fli3{width:15%}
.fotpro{width:96%;display:flex;    flex-wrap: wrap;    justify-content: space-around;}
.flid a:hover {
	-webkit-transition:all 200ms ease-out;
	-moz-transition:all 200ms ease-out;
	-o-transition:all 200ms ease-out;
	transition:all 200ms ease-out;
	color:#fff
}
.ibottomcont {color:#d9d9d9;font-size:14px;line-height:28px;
}
.ibottomcont p {
	font-size:15px;
	padding:3px 0px;
}
.paddingleft30 {
	text-indent:30px;
}
.copyright {
	width:100%;
	padding:22px 0px;
	color:#d4d4d4;
	overflow:hidden;
	background:#1d1d1d;
	font-size:14px;
	text-align:center
}
.copyright a:link,.copyright a:visited {
	color:#d4d4d4;
}
.text-xs-center {
	text-align:center!important;
}
#one_demo{width:880px;}
/*footer*/
@media screen and (min-width:900px){
	html{font-size:100px!important}
}


@media (max-width:1200px){
	.wrap{width:98%;margin:0 auto}
	.w1200{width:98%;margin:0 auto}
	.header .nav>li>a.item{padding: 0 18px;}
	#indexabout .left{width: 50%;margin:0px;}
	#indexabout .right{width:45%;margin:0px;}
}
    

.caseimg img{padding:5px;    border: 1px solid #efefef;!important}

@media (max-width:980px){
	
	*{box-sizing: border-box;}
	.index_middle_services{height:auto!important;}
	.form-right{width: 100%!important;float:none!important}
	.title-h{width: 100%!important;float:none!important}
	#one_demo{width:800px;}
	.biuh{margin:15px 0px}
	.aboutBoxInfo{font-size:16px;margin-top:20px;}
	.aboutBoxImg{width:100%}
	.aboutlink{width:100%}
	.btn2{width:100%}
	.disproleft{font-size:30px;}
	.disproright{font-size:30px;}
	.tab-lists {
    margin-top: 10px;
}
.w1200 {
    width: 100%;
}
.mg30{ margin-top:1px!important;}
.PartTitle{margin:0px!important;}
.solutes{width:100%}
.solute-info{width:100%}
.subscribe-description{width: 80%;margin: 0 auto;}
.core-item{width:90%}
.owl-item img{max-width:100%}
.telephone{width:100%;}
.footer_nav{display:none;}
#footer .copyright{line-height:35px;}
.proinfo{width:100%}
.propc{width:100%}
.prosxbody{margin-top:0px;}
#tsShopContainer #tsPicContainer{width:96%}
	.wrap{width: 95%;}
	.wrap img{ max-width:100%;}
	.fnav li{float: left;width: 20%;margin-left: 0;}
	.fnav{width: 100%;}
	.a_box .wrap .txt{text-align: center;}
	.a_box .wrap .txt h3 i{display: inline-block;}
	.a_box .wrap .txt h3{font-size: 30px}
	.proshow { width:100%;}	
	.about .text{ width:95%; margin:0 auto;}
	.newshow .text{ width:95%; margin:0 auto;}
	
	
	.hidden_sm{display: none!important;}
	.hidden_md{display: block;}
	.mobimg{display: block;}
	.pcimg{display: none !important;}
	.header{height: auto;line-height: normal;}
	.mob_head{height:66px;background:#4c4c4c;position: fixed;left: 0;margin:0 auto;right: 0;top:0;z-index: 2000;}
	.banner{margin-top:65px;}
	.PartTitle{padding-top:10px;}
	.prosxtop{padding-top:20px;}
	.gdxian{display:none}
	.gedu{margin-top: 50px;}
	.menu-btn{background: url(../images/m.png) no-repeat center;background-size: auto 20px;position: absolute;width:40px;top:0;bottom: 0;}
	.menu-btn.in{background-image: url(../images/close.png);}
	.logo img{height:25px;}
	.cart_a{background:url(../images/cart.png) no-repeat center;background-size: auto .42rem;position: absolute;right: 0;top:0;bottom: 0;width: 1.23rem;}
	.mob_s{background: url(../images/s.png) no-repeat center;position: absolute;right: .1rem;top:0;bottom: 0;width: 40px;background-size: auto 20px;}
	.banner .slick-prev,.banner .slick-next{opacity: 0;}
	.banner .slick-dots{bottom: .38rem;}
	.banner .slick-dots li{margin-bottom: 0;width:45px;height:4px;}
	.banner .slick-dots li.slick-active{width:45px;}
	.cpsolute li{width:50%}
	.ProductList2 li{margin:0px;width:100%;}	
	.ProductList2 li .photo{width:100%;}
	.prorightbg{    position: unset!important;width: 100%!important;}
	.prosxbody a {width: 45%;}
	.footer{display:none}
	.nobannerhei {
    height: 60px;}
	.mob_subMenu{position: fixed;left: 0;top: 65px;right: 0;background: #f8f8f8;padding-bottom: .5rem;box-shadow: 0 0 10px rgba(0,0,0,.1);z-index: 500;max-height: calc(100vh - 1.06rem);overflow-y: auto;display: none;}
	.mUl li .item{font-size:16px; padding: 0 30px;height: 45px;border-bottom: 1px solid #9b9b9b;}
	.mUl li .item .icon{margin-right:.05rem;}
	.mUl li .item img{height: .55rem;}
	.mUl li .item .icon-right{color: #9b9b9b;font-weight: bold;font-size: .3rem;}
	.menu-btn.active{background-image: url(../images/close.png);background-size: auto 15px;}
	.jquery-accordion-menu .jquery-accordion-menu-footer,.jquery-accordion-menu .jquery-accordion-menu-header{float:left;padding-left:22px;width:100%;height:50px;background:#414956;color:#f0f0f0;font-weight:600;line-height:50px}
	.jquery-accordion-menu ul{margin:0;padding:0;list-style:none;overflow: hidden;}
	.jquery-accordion-menu ul li{position:relative;}
	.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a{/*background:#3b424d;color:#fff*/}
	.jquery-accordion-menu .submenu-indicator{display: none !important;}
	.submenu{display: none;}
	.jquery-accordion-menu ul ul.submenu{background: #fff;}
	.jquery-accordion-menu ul ul.submenu li .sub_t,.sub_m{display: block;font-size: 15px;color: #4a4a4a;height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #9b9b9b;
    padding: 0 40px;position: relative;}
	.sub_t:after{position: absolute;content: '';width: .25rem;height: .25rem;border-radius: 50%;right: .46rem;top:50%;margin-top: -.125rem;background: url(../images/yd.png) no-repeat;background-size: cover;}
	.jquery-accordion-menu ul .submenu.thUl{background: #fff;}
	.thUl li{float: left;width: 33.3333%;text-align: center;}
	.thUl li img{height: 1.2rem;}
	.thUl li a{color: #9b9b9b;font-size: .28rem;display: block;padding: .2rem 0;}
	
	.submenu-indicator-minus > i{ 

    transform:rotate(90deg);

    -ms-transform:rotate(90deg); 

    -moz-transform:rotate(90deg);

    -webkit-transform:rotate(90deg);

    -o-transform:rotate(90deg); 
	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s; 

    transition: all 0.5s;}
	
	.goshop{display: block;height: 35px;    line-height: 35px;width: 90%;background: linear-gradient(to right,#2B8B9A,#35b3c7);font-size: .4rem;border-radius: .5rem;margin:0 auto;margin-top: .6rem;text-align: center;color: #fff;letter-spacing: .1rem;}
	.malist{padding-top: .1rem;}
	.malist li{width: 100%;margin-bottom: .1rem;}
	.malist li .ma_logo{left: .42rem;top:.1rem;}
	.malist li .ma_logo img{height: .6rem;}
	.footer{padding: .5rem 0;background: #f8f8f8;}
	.fnMob{width: 100%;}
	.fnav{width:100%;}
	.fnav li{width:50%;margin-left: 0;padding-left: .38rem;}
	.fnav p{display: none;}
	.ibottomcont{display: none;}
	.fnav li p a{padding-left: .55rem;font-size: .28rem;}
	.fnav li h3 {opacity: .5;margin-bottom: 0;height: .68rem;font-size: .3rem;}
	.fnav li h3 img{height: .55rem;}
	.icon-add{font-size: .2rem;margin-left: .1rem;}
	.fnav li h3.in > .fa{ 

    transform:rotate(-180deg);

    -ms-transform:rotate(-180deg); 

    -moz-transform:rotate(-180deg);

    -webkit-transform:rotate(-180deg);

    -o-transform:rotate(-180deg);  -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s; 

    transition: all 0.5s;}
.slick-active a.qiehuan:link,.slick-active a.qiehuan:visited{width:45px;}
	.fbot .cell{width: 100%;text-align: center;color: #9b9b9b;font-size: .2rem;height: auto;}
	.fnavs a{color: #9b9b9b;font-size: .2rem;}
	.fshare{margin-bottom: .1rem;}
	.fshare a{color: #9b9b9b;margin:0 .2rem;}
	.fshare .iconfont{font-size: .6rem;}
	.fbot{margin-top: .4rem;}
	.mob_search{background: #fff;z-index: 20;position: fixed;max-width:100%;left: 0;top:66px;right: 0;padding:15px;display: none; z-index:999999; }
	.mb_sa{height:30px;border-radius: .25rem;padding: 0 0 0 .2rem;border:1px solid #9b9b9b;}
	.mb_sa input{font-size:15px; line-height:30px; border:0; background:none; }
	.biuh{width:100%!important}
	.mb_sa .sbtn{background: url(../images/si.png) no-repeat center;background-size: auto 15px;    height: 30px;    width: 30px;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem; float:right; }
	.Searchform { width:100%; }
	.mb_qk h3{color: #9b9b9b;font-weight: normal;font-size: .24rem;padding-top: .2rem;margin-bottom: .1rem;}
	.qk_words{margin:0 -.12rem;}
	.qk_words a{float: left;color: #9b9b9b;border-radius: .08rem;height: .44rem;line-height: .44rem;width: 1.47rem;text-align: center; margin:0 .12rem;font-size: .24rem;background: #ddd;margin-bottom: .1rem;}
	.gdu{margin-top: 1.06rem;}
	.a_box .wrap .txt{padding-top: .97rem;}
	.a_box .wrap .txt h3{font-size: .4rem;padding-bottom: .1rem;}
	.a_box .wrap .txt p{font-size: .28rem;}
	.a_box .more{font-size: .28rem;font-weight: bold;}
	.a_box .more .iconfont{font-size: .24rem;vertical-align:middle;position: relative;top:-.02rem;}
	.prolist li{width: 50%;margin-bottom: .32rem;}
	.prolist li a .img{height: auto;line-height: normal;}
	.prolist li a .img img{max-width: 90%;}
	.prolist li a{margin:0 .16rem;}
	.prolist{margin:0 -.16rem;}
	.com_tit{font-size: .4rem;color: #4a4a4a;font-weight: bold;margin-bottom: .5rem;}
	.prolist li a{padding: .1rem 0;}
	.prolist li a p{font-size: .28rem;margin-bottom: .2rem;}
	.aMain{padding: .4rem 0;}
	.aMain_a{padding: 0; margin-top:0px;}
	.aMain_a .wrap{width: 100%;}
	.video_item{margin-bottom: .25rem;}
	.events{margin: .5rem;}
	.evUl li .ev_date{height: .47rem;line-height: .47rem;width: 1.99rem;font-size: .28rem;border-radius: .24rem;}
	.evUl li:after{width: .16rem;height: .16rem;left: .06rem;}
	.evUl li{padding-left: .32rem;padding-top: .06rem;}
	.evUl li .txt{width: auto !important;font-size: .28rem;padding-left: .2rem;}
	.evUl li .ev_conts{padding: .2rem 0;}
	.evUl:after{bottom: .28rem;left: .13rem}
	.zjMain{background: #ff4870;min-height: 1rem;padding-bottom: .2rem;}
	.zj_pic{padding: .3rem 0;}
	.zj_pic img{max-width: 100%;height: auto;}
	.kflist li{float: none;width: 100%;padding-left: .4rem;margin-bottom: 1rem;}
	.kflist li:after{left: 0;width: .16rem;height: .16rem;}
	.kflist{position: relative;padding: 0 .4rem;}
	.kflist:before{content: '';top:.23rem;bottom: 2.1rem;width: 1px;position: absolute;background: #9b9b9b;left: .48rem;}
	.kflist li h3{font-size: .28rem;padding-top:.06rem;}
	.kflist li p{font-size: .28rem;padding-top: 0.1rem;}
	.text1 { bottom:0.6rem; }
	.an1 img { width:1.5rem; height:1.5rem; position:absolute; left:50%; top:50%; margin-left:-0.75rem; margin-top:-0.75rem; }
	.zilist li a .img { background-size:4px auto; }
	.about{ width:100% !important; font-size: .28rem; line-height:1.5; color:#6e6e6e; margin:0 auto;}
	.about img{}
	.about .title{ text-align:center; font-size: .35rem;; line-height:2; color:#fd2457;}
	.network {width:100%; font-size:.28rem; line-height:3; color:#ff1653; padding-top:.6rem;}
	.network .network_left{width:50%; text-align:center; float:left;margin-bottom:.28rem; }
	.network .network_left img{width:50%;}
	.newshow{ width:95% !important; font-size: .28rem; line-height:1.5; color:#6e6e6e; margin:0 auto;}
	.newshow img{width:100%;}
	.newshow .title{ text-align:center; font-size: .35rem; line-height:2.5; color:#fd2457;}	
	.proshow_order{ width:100%; height:1.72rem; padding:0.17rem 0.34rem; color:#6e6e6e; position:fixed; top:1.06rem; background-color:#FFF;}
	.proshow_order .pro_pic{ float:left;height:100%;}
	.proshow_order .pro_pic a{ !important;}
	.proshow_order .pro_pic img{ height:100%;}
	.proshow_order .pro_title{ float:left; padding-top:0.44rem; font-size:0.32rem; line-height:0.4rem;}
	.proshow_order .pro_order{ float:right;height:100%; padding-top:0.25rem;}
	.proshow_order .pro_order img{height:1.07rem;}
	.proshow { max-width:100%; margin:0 auto; margin-top:2.78rem;}	
	.mg80{ margin-top:1.06rem;}
	.font3 {font-size: 0.32rem; line-height: 1.1rem; color: #fc2b59; text-align: center;}
	.font4 {text-align: center;padding:0 0 0.32rem;}
	.font4 span {font-size: 0.2rem; line-height: 0.6rem; border-bottom: 1px #fc2b59 solid;}
	.malist .bg11, .malist .t_1 {display: block;}
	.row1 {display: block;text-align: center;}
	.nabout{margin-top:0px;}
	.aboutinfo{width:100%;}
	.aboutvideo{width:100%;margin-top:30px;}
	.tablist-box>.mg30{margin:0px;}
	.sycatav{width:100%;margin:5px 0px}
	.tb_1 img {width: 0.32rem;}
	.font5 {font-size: 0.3rem; line-height: 0.64rem; color: #ff1653;}
	.font6 {font-size: 0.28rem; line-height: 0.32rem; color: #4a4a4a;}
	.test .title{ text-align:center; font-size: .35rem;; line-height:2; color:#fd2457;}
	.test .text{ width:95% !important; font-size: .28rem; line-height:1.5; color:#6e6e6e; margin:0 auto;}
	.nav, .f_logo {display: none;}
	a.qiehuan:link, a.qiehuan:visited{top:0px;}
	.spListNr li{width: 47%;}
}
@media (max-width:640px){
 .w1200{width:100%}
 .position{width:100%!important}
#Indexnews .newList1{width:100%}
#Indexnews .newList{width:100%;background: #f7f7f7;}
#Indexnews .leftTimeBox{background:white;}
    .aboutinfo {
        font-size:15px
    }
.subscribe-line-image .w50{width:86%}
.tab-lists a{width:96%!important;margin:10px 0px!important;}
.pimg{width:96%!important;margin:0 auto;float:none!important;}
.pname{width:96%!important;margin:0 auto!important;float:none!important;}
#one_demo{width:300px;}
.ptable{width:98%!important;}



.pdinfo {
	margin-top:20px;width:100%!important;
}
.pd1{width:100%!important;float:right!important;}
.pd2{width:100%!important;float:left!important;}

}

@media (max-width:520px){
  
}
@media (max-width:480px){
	.mob_lan li a img{height: 45px;}
	.text1 { bottom:0.1rem; }
}
@media (max-width:420px){
	
}
@media (max-width:370px){
.spListNr li{width:100%;}
}
.mm-page__blocker{z-index: 2000;}


/*光圈*/
.position13 {
    left:67%;
    top: 89px;
}
.position14 {
    left:57%;
    top: 130px;
}
.position15 {
    left:67%;
    top: 122px;
}
.position16 {
    left:27%;
    top: 122px;
}
.position17 {
    left:66%;
    top:182px;
}
.position18 {
   left:30%;
    top: 322px;
}
.position19 {
    left:20%;
    top: 182px;
}
.position20 {
    left:24%;
    top: 102px;
}
.map{background:url(../images/map.png) center center no-repeat;background-size: 100% 100%;width:100%;height:490px;margin:0 auto;position:relative}
/*光圈*/
@keyframes warn{
0%{transform:scale(0);opacity:1}
30%{transform:scale(0);opacity:0.1}
60%{transform:scale(0.5);opacity:0.5}
100%{transform:scale(1);opacity:0.0}
}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);opacity:0.0}
30%{transform:scale(0);opacity:0.1}
60%{transform:scale(0.5);opacity:0.5}
100%{-webkit-transform:scale(1);opacity:0.0}
}

@-moz-keyframes warn{0%{-moz-transform:scale(0);opacity:0.0}
30%{transform:scale(0);opacity:0.1}
60%{transform:scale(0.5);opacity:0.5}
100%{-moz-transform:scale(1);opacity:0.0}
}
.circlebox{position:absolute;z-index:10}
.circle{display:inline-block;position:absolute;    left: 10px;    top: 10px;width:9px;height:9px;background:#e60012;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:1;filter:alpha(opacity=100)}
.pulse2{display:inline-block;position:absolute;top:-11px;left:-11px;height:50px;width:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#e60012;opacity:0;filter:alpha(opacity=0);
-webkit-animation:warn 2s ease-out;-moz-animation:warn 2s ease-out;animation:warn 2s ease-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;
}
/*Product*/
.productList {
	width: 100%;
	float: left;margin-top:25px;
}
#owl-demo{
	width: 100%;
}

.pro-carousel .owl-prev, .pro-carousel .owl-next {
    width: 26px;
    height: 48px;
    top: 50%;
    margin-top: -45px!important;
    position: absolute;
    background: url(../images/index_arrow.png) no-repeat!important;
    overflow: hidden;
    text-indent: -99px;
}
.pro-carousel .owl-prev {
    left: -50px!important;
    background-position: left top!important;
}
.pro-carousel .owl-next {
    right: -50px!important;
    background-position: right top!important;
}
.pro-carousel .owl-prev:hover{background-position: left bottom;}
.pro-carousel .owl-next:hover{background-position: right bottom;}
.ipro_list {
	float: left;
	width: 100%;
	text-align: center;
}
.ipro_list_box {
	float: left;
	width: 100%;
	padding: 10px;
	transition: all .3s ease;
}
.ipro_list_img {
	float: left;
	width: 100%;position:relative;
}
.ipro_list_img a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}
.ipro_list_title {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;background: #efefef;
}
.ipro_list_title a {
	transition: all .3s ease;color:#868686;font-size:14px;
}
.pro_list_box:hover .pro_list_title a {
	color: #01459A;
}


.productList_row {
	margin-left: -15px;
	margin-right: -15px;
}

.pro_list {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
}
.pro_list_box {
	float: left;
	width: 100%;
	box-shadow: 0 0 1px #ccc;
	padding: 10px;
	transition: all .3s ease;
}
.pro_list_box:hover {
	box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
	float: left;
	width: 100%;
}
.pro_list_img a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}
.pro_list_title {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pro_list_title a {
	transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
	color: #01459A;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}
/*pdetail*/
.pro_li1 {
	text-transform:uppercase;
	background:#0159a1;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:22px;
	list-style-type:none;
	text-indent:15px;
	position:relative;border-top:5px solid #d2d2d2;
}
.pname {
    margin-left: 20px;
    float: right;
    line-height: 20px;
    width:46%;padding:3% 5% 3% 5%;
}.goods_info_title {padding:10px 0px;
    font-size: 18px;
    line-height: 22px;height:50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;color:#000
}
.property_item {
    font-size: 16px;
    line-height: 35px;padding:5px 0px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.property_item span{color:#000}
.noborder{border:none}
a.goods_more:link,a.goods_more:visited {
	position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #2B8B9A;
    font-size: 16px;
    border-radius: 0 0 20px 20px;
    border: 0;
    transition: all 0.4s;
    width: 48%;
    min-width: 10px;color:#fff
}
.bghei{
background: #000!important;
}
a.goods_more:hover {
    transform: translate(0,-10px);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
.pdinfo {
	margin-top:20px;width:92%;
}
.pd1{width:60%;float:left;}
.pd2{width:26%;float:right;padding-bottom:50px}
.onpdes {
	display:inline-block;
	text-align:center;
	padding:6px 18px;
	color:#fff;
	background:#707375;
	font-size:15px;
	border-top:1px solid #707375;
	border-left:1px solid #707375;
	border-right:1px solid #707375;
	cursor:pointer
}
.desinfo {
	min-height:200px;
	padding-top:20px;
	clear:both;
	width:100%;
	color:#666;
	font-size:20px;    line-height:30px;position:relative
}
.desinfo img{display:block;}
.desxian {
	border-top:1px solid #cecece;
	padding-top:30px;
	clear:both;
	width:100%;
	margin-top:10px;
	text-align:center;
	padding-bottom:30px
}
#one_demo a:link,#one_demo a:visited {
	color:#909090;text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#one_demo a:hover {
	color:#00569f;
}.paniu{height:44px;box-shadow:0 0 1px #000 inset;border-radius:5px;background-color:#fff;-moz-box-shadow: 1px 1px 6px #efefef; box-shadow: 1px 1px 6px #efefef;width: 50%;text-align:center;}
	.paniu i{font-size:20px;margin-top:12px;color:#928e8b}
	.gbtnleft {
    float: left;
}.gbtnright {
    float: right;
}.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}.fa-chevron-left:before {
    content: "\f053";
}.fa-chevron-right:before {
    content: "\f054";
}
#tsPicContainer{width: 100%;}
#tsImgSCon ul {
    width: 100%;
    height: auto;
}
#tsImgSCon {
        height: auto;
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#tsImgSCon li {
    width: 45px;
    display: inline-block;
    cursor: pointer;
    height: 50px;
}
.tsSelectImg img {
    border: 2px solid #ff3766;
    margin: 0px;
}
.feedbackpro{width:100%;margin-top:20px;text-align:center}
	.feedcont{width:100%;padding:10px 0px;}
.pimgs {
    width: 100%;
    margin-top: 35px;
}.pimg {
    float: left;
    border: 1px solid #e6e6e6;
    padding:50px;
    width:50%;    border: 1px solid #a9a9a9;
    border-radius: 20px;
    text-align: center;
}.psimg {
    margin: 20px 0px;
}
.tth{font-size:14px}
#tsPicContainer {
    width: 98%;
    margin: 0 auto;
}#tsImgSCon {
    height: auto;
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.fotpro li{float:left;margin-right:8px;margin-top:8px;width:30%;text-align:center}
.fotpro li a:link,.fotpro li a:visited{background:#fff;padding:15px;border-radius:5px}
.ol03 li {
    padding-top: 15px;
    width: 44%;
    float: left;
    overflow: hidden;margin-right:2%
}
.ol03 a:link,.ol03 a:visited{font-size:14px;color:#999;border:1px solid #939393;width:96%;height:32px;line-height:32px;display:inline-block;margin:0 auto;text-align:center;text-decoration:none;}
.ol03 a:hover{background:#1b1919;color:#fff}
.paniu{height:44px;box-shadow:0 0 1px #000 inset;border-radius:5px;background-color:#fff;-moz-box-shadow: 1px 1px 6px #efefef; box-shadow: 1px 1px 6px #efefef;width: 50%;text-align:center;}
	.paniu i{font-size:20px;margin-top:12px;color:#928e8b}
	.gbtnleft {
    float: left;
}.gbtnright {
    float: right;
}.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}.fa-chevron-left:before {
    content: "\f053";
}.fa-chevron-right:before {
    content: "\f054";
}
#tsPicContainer{width:98%;margin: 0 auto;}
#tsImgSCon ul {
    width: 100%;height: auto;text-align: left;
}
#tsImgSCon {
        height: auto;
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#tsImgSCon li {
    width: 45px;
    display: inline-block;
    cursor: pointer;
    height: 50px;
}
#tsImgSCon li img {
    border: 1px solid  #c1c1c1;
    margin: 0px;
}
.psimg{margin:20px 0px}
.tsSelectImg img {
        border: 1px solid #363636!important;
    margin: 0px;
}
.biuh{
    width:90%;margin:0 auto;
    overflow: hidden;padding:5px 0px;
   border-radius: 0px 0px 25px 25px;
}
.biuh p{
    float: left;width: 30%;
    padding-left:2%;
}.position {
    text-align: right;
    width: 70%;
    float: right;
        color:#ababab;
    font-size: 18px;
    padding-right: 10px;border:none
}.position a:link, .position a:visited {
        color: #383838;
    text-transform: Capitalize;
    font-size: 18px;
}
.position a:last-child {
 color:#2B8B9A!important
}
.proright {
    width: 100%;
    float: right;
}
.pdes{border-bottom:1px solid rgba(0,0,0,.2);} 
.outpdes {
        display: inline-block;
    text-align: center;
    padding: 6px 48px;
    background: #040404;
    border-radius: 15px 15px 0px 0px;
    font-weight: lighter;
    color: #fff;
    font-size: 22px;
}
.ptable{width:90%;margin:0 auto;}
.pdecs{    padding: 20px 0px;
    color: #000;
    font-size: 32px;}
	.owl-prev{position:relative;color:#fff;text-align:center;width:40px;height:40px;border-radius:40px;background:#999999}
	.owl-prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit;
    border-width: 0;
}.owl-prev:after {
    content: '\f104';
    font-family: fontawesome;
    font-weight: 400;font-size:30px;
}
.owl-next{position:relative;color:#fff;text-align:center;width:40px;height:40px;border-radius:40px;background:#999999}
	
.owl-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit;
    border-width: 0;
}
.owl-next:after {
    content: '\f105';
    font-family: fontawesome;
    font-weight: 400;
   font-weight: 400;font-size:30px;
}