/* CSS Document */
*{
	box-sizing: border-box;
}
body,div,p,h1{
	margin: 0;
	padding: 0;
}
body{
	background:#f8f8f8;
}
/* 导航栏 */
.nb{
	display: none;
	height: 0px;
	width: 0px;
}
.nvb{
	font-size:0px;
}
.header{
	width:100%;
	height:80px;
	overflow: hidden;
}
.header img{
	margin-left:auto;
	margin-right: auto;
	width: 150px;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
}
.on{
	width:50px;
	height:30px;
	font-size:20px;
	color:#929292;
	font-weight:700;
	display:block ;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	left: 6%;
	top:35%;
	transform: translate(0%, 0%);
	user-select: none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.75);
	transition: .1s;
}
.on:active{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,.75);
		transition: .1s;
}
.side_nav{
	position:absolute;
	top:80px;
	width: 150px;
	height:3000%;
	background:#FFFFFF;
	z-index:999;
	left:-300px;
	float: left;
	transition:.75s;
	overflow-y: auto;
	overflow-x: hidden;
}
.nav_link{
	display:block;
	list-style: none;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition: .2s;
}
.nav_link a li{
	padding: 13px;
}
.nav_link a{
	width:100%;
	text-decoration: none;
	color: #000;
	transition: .3s;
}
.nav_link a li:hover{
	background:#000000;
}
.nav_link a:hover{
	color: #fff;
}

#nav_button:checked ~ .side_nav{
	left: 0;
}
#nav_button:checked ~ .body{
	transform: matrix3d(0.-62,0,0.00,-.0002,0.00,0.7,0.00,0,0,0,1,0,0,0,0,1);
	left: 5%;
}
::-webkit-scrollbar{
	background: #EC407A;
}
.js-silder{
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 15px;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "����";
	font-size: 30px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 100px;
	text-align: left;
}
.silder-ctrl-next{
	right: 100px;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 65%;
	margin-top: -50px;
}
.silder-ctrl-prev>span{
	left: -200%;
}
.silder-ctrl-next>span{
	right: -200%;
}
.silder-ctrl-con{
	display: inline-block;
	width: 10px;
	padding: 20px 0;
	margin: 0 10px;
	cursor: pointer;
	margin-top:-10px;
}
.silder-ctrl-con>span{
	display: block;
		line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color:#dddddd;
}
.silder-ctrl-con.active>span{
	background-color:#ff072a;
}
/* 导航栏结束 */
/* 产品展示开始 */
.cpzs{
	width:100%;
	height:650px;
}
.tabsb{
	width:100%;
	height:auto;
	margin:0 auto;
}
.cp1{
	width:90%;
	margin:0 auto;
}
.c{
	padding-top:15px;
	line-height:15px;
}
.c1{
	font-size:16px;
}
.c3{
	width:0px;
	height:0px;
}
.tab-content{
	width:100%;
	background:#333333;
}
.tab5{
	width:100%;
}
.tab5_1{
	width:60%;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	background:#000000;
	margin:0 auto;
	margin-top:20px;
}
.tab%_1 a{
	color:#FFFFFF;
}
.tabs {
  width: 100%;
  height:auto;
  float: none;
  list-style: none;
  position: relative;
  margin:0 auto;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.dqp{
	 margin-left:0px;
}
.tabs label {
  display: block;
  padding: 18px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  color:#999999;
  font-weight: normal;
  text-transform: uppercase;
  background:#f8f8f8;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #703688;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 5px;
  position: absolute;
  top: 53px;
  left: 0;
  background:#f8f8f8;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background:#000000;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
.obox{
	width:48%;
	height:50%;
	margin:1%;
}
.tabs img{
	width:100%;
	height:100%;
	margin:0px;
}
.tab1{
	margin-left:0px;
	width:100%;
	height:50px;
	text-align: center;
	font-size: 10px;
	line-height:25px;
}
.tbox{
	width:0px;
	height:0px;
}

.oboxx{
	width:48%;
	height:50%;
	margin:1%;
}

.tab11{
	margin-left:0px;
	width:100%;
	height:50px;
	text-align: center;
	font-size: 10px;
	line-height:25px;
}

.bobox{
	clear:both;
	font-size:14px;
	color:#FFFFFF;
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#000000;
	margin:0 auto;
	margin-top:450px;
}
	.bobox a{
		color:#FFFFFF;
	}
/* 产品展示子页面 */
.xx{
	clear:both;
	width:100%;
	height:30px;	
}
.x2{
	width:99%;
	margin:0 auto;
	background-color: #FFFFFF;
}
.x22{
	width:100%;
	margin:0 auto;
	margin-top:0px;
	}
.x11{
	font-size:0px;
	width:0px;
	height:0px;
}
.obox{
	width:45%;
	height:auto;
	margin-left:3.5%;
}
.obox img{
	width:100%;
	height:0%;
}
.oboxx img{
	width:100%;
	height:0%;
}


.ccbox{}
.ccbox img{
	width: 100%;
}

.content_tit {
	font-size: 18px;
	line-height: 40px;
	width: 100%;
	color: #444444;
	text-align: center;
	border-bottom:1px #000000 dashed;
	padding-top: 10px;
	background-color: #FFFFFF;
}
/* 产品文章 */
.pc{display: block;}

.N_12000{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	margin-bottom: 5%;
}
.N_12000 img{width: 100px;}


.xxxx{
	clear:both;
	width:100%;
	height:50px;
}
/* 子页面结束 */
/* 关于我们开始 */
.gywm{
	width:100%;
	height:auto;
	background:url(../images/cp.1.jpg);
}
.gyw{
	font-size:16px;
	width:90%;
	margin:0 auto;
	padding:15px 0;
}
.bbox{
	width:90%;
	margin:0 auto;
	padding-bottom:46px;
}
.gy{
	width:100%;
	height:auto;
	border:2px #FFFFFF solid;
	background-image: url(../images/111.png);
	background-repeat: repeat;
	}
.gy1{
	font-size:0px;
	width:0px;
	height:0px;
}
.gy1_1{
	width:90%;
	height:auto;
	font-size:16px;
	color:#000000;
	line-height:33px;
	margin: 0 auto;
	margin-top:-40px;
	
}
.gy1_11{
	font-size:14px;
	color:#FFFFFF;
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	background:#000000;
	margin:0 auto;
	margin-bottom:5%;;
	margin-top:-3%;
}
.gy2{
	width:0px;
	height:0px;
	overflow: hidden;
}
.cct3{
     width:0px;
	height:0px;
	overflow: hidden;}
.gy3{
	width:292px;
	margin:0 auto;
	margin-top:10%;
}
.gy_7{
	width:90%;
	height:auto;
}
.gy_1{
	width:320px;
	height:auto;
	font-size:12px;
	color:#a0a2a0;
	margin-top:0px;
	background:#000000;
	
	width:0px;
	height:0px;
}

.gy_11{
	float:left;
	margin:10px 15px 15px 45px;
	
	font-size:0px;
	margin:0px;
}
.g{
	font-size:20px;
	color:#363636;	
	
	font-size:0px;
}
#l3{
	margin-left:95px;
}
#l4{
	margin-left:25px;
}
/*关于我们子页面*/
	.gywm_lm{
		width:90%;
		height:100%;
		font-size:14px;
		margin-top:4%;
	}
	.gywm_lm img{
		width:0px;
		height:0px;
	}
	.gywm_2{
		width:0px;
		height:0px;
	}
	.gywm_2 img{
		width:0px;
		height:0px;
		margin:-80px;
	}
	.qyzz_1{
		width:90%;
	}
	.qyzz_1 img{
		float:left;
		margin-left:0px;
		margin-bottom:30px;
	}
/* 合作伙伴开始 */
.hzhb{
	clear:both;
	width:100%;
	height:auto;
}
.hz{
	width:90%;
	padding-top:25px;
	margin:0 auto;
	line-height:15px;
}
.h1{
	font-size:16px;
}
.h3{
	font-size:0px;
	width:0px;
	height:0px;
}
.hz_1{
	width:90%;
	margin:0 auto;
}
.hz_1 img{
	width:23%;
	height:23%;
	border:1px #CCCCCC solid;
	float:left;
	margin-left:1%;
	margin-right:1%;
	margin-top:2%;
}
.hz_1 .no{
	width:23%;
	height:23%;
}
.h_1{
	margin-left:0px;
	margin-right:100px;
}
/* 合作伙伴子页面 */
.hzhb_lm {
	width:90%;
	margin:0 auto;
}

.hzhb_lm img{
	width:45%;
	float:left;
	margin-left:3%;
	margin-right:2%;
	margin-top:4%;
}
.xx_1{
	clear:both;
	width:100%;
	height:50px;	
}
.x1_1{
	padding-bottom:50px;
}

/* 合作伙伴结束 */
.lxwm{
	clear:both;
	width:100%;
	height:100%;
}
.l1{
	font-size:16px;
	color:#444444;
}
.l2{
	font-size:12px;
	color:#a5a5a5;
}
.l3{
	width:0px;
	height:0px;
}
.lx_1{
	padding-top:25px;
	width:90%;
	margin:0 auto;
	line-height:15px;
}
.lx_2{
	width:100%;
	margin-top:0px;
}
.l_1{
	font-size:16px;
	color:#333333;
	font-weight: bold;
	margin-bottom:10px;	
	margin-top:10px;	
	text-align:center;
}
.l_2{
	font-size:14px;
	color:#ababab;
	line-height:20px;
	text-align:center;
	padding-bottom:10px;
}
.l_3{
	float:left;
}
.l_3 img{
	width:0px;
	height:0px;
}
.l_4{
	width:100%;
	height:auto;
	margin-top:10px;
}
/* 联系我们栏目 */
.lxwm_lm{
	width:100%;
	height:auto;
	margin:0 auto;
}
.lxwm_1_1{
	font-size:19px;
	color:#333333;
	font-weight: bold;
	margin-bottom:15px;	
	margin-top:200px;	
}
.lxwm_1_l_2 img{
	width: 100%;
	margin-top: -320px;
}
.lxwm_1_l_2{
	font-size:14px;
	color:#ababab;
	line-height: 30px;
	padding-left: 10px;
}
.xxx{
	clear:both;
	width:100%;
	height:100px;	
}
/* 联系我们结束 */
.bottom{
	width:100%;
	height:auto;
	line-height:auto;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background:#000000;
}

	.ccdi{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	background-color: #333333;
	}
	
		.ccdi a{
	display: none;
	}
	
	.cct1{
	height: 80px;
	width: 100%;
}
.cclm{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.cclm2{
	width: 100%;
}

.cclm4{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 50px;
	overflow: visible;
}

.cclm5{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 25px;
	height: 100px;
	overflow: visible;
}

.cclm3{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
	
.x1 a{
	width:30%;
	height:40px;
	font-size:16px;
	line-height:40px;
	float: left;
	text-align: center;
	color:#ffffff;
	display: block;
	margin-left: 3%;
	margin-top: 10px;
	}
	

.x1 a:hover{
	width:30%;
	height:40px;
	font-size:18px;
	line-height:40px;
	float: left;
	text-align: center;
	color:#666666;
	display: block;
	margin-left: 3%;
	}
	
	
	
.x3 a{
	border-radius: 3px;
	width:30%;
	height:30px;
	font-size:16px;
	line-height:28px;
	float: left;
	text-align: center;
	display: block;
	list-style-type: square;
	color:#555555;
	margin-left: 3%;
	background-color: #f8f8f8;
	margin-top: 10px;
	}
.x3 a:hover{
	border-radius: 3px;
	width:30%;
	height:30px;
	font-size:16px;
	line-height:28px;
	float: left;
	text-align: center;
	display: block;
	color:#ffffff;
	margin-left: 3%;
	background-color: #666666;
	}
.xq{
		width:100%;
		background:#FFFFFF;
	}
	
	.cclr1{
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.cclr1 img{
	width: 100%;	
}
.ewm a{
	height: 200px;
	width: 100%;
	background-image: url(/templets/default/images/ewm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.ewm2{
	display: none;
}
.cnvb2{
	font-size:14px;
	color:#999999;
	border: 1px solid #DFDFDF;
	height: 25px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 25px;
	margin-top: -70px;
	margin-right: 20px;
	float: right;
}
/* 产品展示上下篇 */
.control-box {
	background-size: 1055px;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 100px;
  cursor: pointer;
}
.control-box img{
	width: 30px;
}
.sp {
	left: 5px;
}
.xp {
  right: 5px;
}

/* 产品展示上下篇结束 */
