﻿
/*全局*/
.wrap {
	width: 100%;
	float: left;
	clear: both;

}




body {
  min-width: 1340px;
  min-height: 100%;
  color: #333;
  font-size: 13px;
  background: #fff;
  font-family: arial, "microsoft yahei";
  -webkit-font-smoothing: antialiased;
}




/*logo题头*/
.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.header {
	width: 1340px;
	height: 100px;
	margin: 0 auto;
	position: relative;

}

.header .logo {
	height: 85px;
	float: left;
	width: 250px;
	background: url(logo.png) no-repeat;
	margin-top: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo_v.png) no-repeat;
	height: 60px;
	margin: 4px 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;


}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;


}

.header .nav li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	line-height: 100px;
	height: 100px;
	font-size: 15px;
	position: relative;
	color: #464646;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

}

/*线开始*/
.header .nav li d {
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-left: 1px solid #f5f5f5;
}

.header .nav li c {
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-right: 1px solid #f5f5f5;
}
/*线结束*/


.header .nav li a.b {

	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background: #353535;
	z-index: -1;

       
}

.header .nav li a:hover,
.header .nav li a.on {

	color: #fff;


}

.header .nav li a.on2 {

	color: #fff;
	background: #DDDDDD;

}
.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;

/*边
        border-bottom: 5px solid #6FB1ED;
        border-left: 1px solid #fff;
	border-right: 1px solid #fff;
边*/

}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;


}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;

}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;

}





/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c800508f, endColorstr=#c800508f);
	background: rgba(53,53,53,0.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 250px;/*次导航宽*/

	top: 100px;
	left: 0px;

}

.header .nav li ul.subnav li {
	width: 250px;/*次导航宽*/
        border-bottom: 1px solid #353535;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;

}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 175px;

}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #0096d9;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}





/*透明*/
.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff, endColorstr=#c8ffffff);
	background-color: rgba(255, 255, 255, 0.8);
}




/*产品搜索*/


body input,
body textarea,
body select {
	border: none;
	outline: none;
font-family: arial;
}


.header .head_search{float: right;width: 80px;height: 100%;margin-left: 0px; border-right: 1px solid #f5f5f5;}
.header .head_search i{display: block;height: 100%;background-image: url(search.png);width: 80px;background-repeat: no-repeat;background-position: center;cursor: pointer;}
.header .head_search form{display: block;position: absolute;right: 0;top: 100px;padding:0 20px;height: 0;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f353535, endColorstr=#7f353535);
	background: rgba(0,0,0,.5);}
.header .head_search input[type="text"]{  display: block;float: left;width: 150px;line-height: 28px;height: 28px;overflow: hidden;border: 1px solid #eee;color: #999; padding: 0 10px;text-align: left;}
.header .head_search input[type="submit"]{display: block;float: left;width: 50px;height: 30px;background-image: url(search_icon.png);background-repeat: no-repeat;background-position: center;background-size: 60%;cursor: pointer;background-color: #0096d9;}
.header .head_search:hover form{height: 30px;padding:15px 20px;}




