html {
	font-family: arial, "微软雅黑";
}
body { /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
}

header {
	height: 50px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.header-b{	
	border-top: #660b0b 0px solid;
}

.mnv {
	height: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	background-color: #660b0b;
	border-right: #ffffff 1px solid;
}
.mnv:hover{
	background-color: #660b0b;
}

.alld a{
	margin-bottom: 7px;
}

.logo {
	height: 100%;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	background-color: #c30d23;
	border-top: #ffffff 0px solid;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo img{
	height: 35px;
	width: auto;
}

.mnv a {
	float: left;
	color: #ffffff;
	width: 100%;
	height: 100%;
}
.mnv a:hover{
	color: #ffffff;
}
.mnv a:focus{
	color: #ffffff;
}

ul,
li {
	padding: 0;
	margin: 0;
}

#bnv {
	height: 0;
	overflow: hidden;
	transition: height 0.25 ease;
	margin-bottom: 3px;
	padding: 0;
}

nav {
	box-sizing: content-box;
	width: 100%;
	margin: 0 auto;
	max-width: 1170px;
}

nav ul {
	list-style: none;
	margin-bottom: 0;
}

nav ul span {
	color: #e6e2e4;
}

nav ul span+span {
	color: #ffffff;
}

nav li {
	position: relative;
	line-height: 63px;
	border-top: #ffffff 1px solid;
	transition: all .55s ease;
}

nav li:hover {
	color: #fff;
	background-color: #777777;
}

nav li li {
	text-indent: 15px;
	line-height: 43px;
	background-color: #b2b2b2;
}

nav>ul>li span.left {
	padding-right: 15px;
	padding-left: 36px;
}

nav>ul>li li span.left {}

nav>ul>li:nth-child(1) {
	background-color: #90d4d9;
}

nav>ul>li:nth-child(2) {
	background-color: #e2a0c1;
}

nav>ul>li:nth-child(3) {
	background-color: #e46b30;
}

nav>ul>li:nth-child(4) {
	background-color: #90de93;
}

nav>ul>li:hover {
	color: #fff;
	background-color: #a32d2d;
}

nav ul li {
	color: #3b3b3b;
	font-size: 18px;
	letter-spacing: 5px;
	text-decoration: none;
}

nav ul li span {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 15px;
}

nav ul li span.right {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 46px;
	padding-top: 26px;
	float: right;
}

nav ul li li {
	color: #3b3b3b;
	font-size: 14px;
	letter-spacing: 5px;
	text-decoration: none;
}

nav ul li li span {
	color: #e6e6e6;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 15px;
}

nav li a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 63px;
}

nav li li a {
	height: 43px;
}

nav ul li a:hover {
	color: #3b3b3b;
	font-size: 18px;
	letter-spacing: 5px;
	padding-left: 46px;
	text-decoration: none;
}

.bannerimg{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 0 5px 0;
}

.about img,
.pimg img {
	padding: 5px;
	border: #eeeeee 1px solid;
	margin-bottom: 10px;
}

.about p {
	text-indent: 28px;	
}

.about .tem {
	text-indent: 0px;
}

.pimg {
	float: left;
	width: 50%;
	min-width: 1px;
}

.pimg img{
	width: 50%;
}

.wimg{
	float: left;
	text-align: left;
	width: 40%;
	min-width: 1px;
	padding-top: 20px;
}
.wimg img{
	width: 80%;
	height: auto;
	padding: 35px 5px;
	border: #cccccc 1px solid;
}
.winfo{
	float: left;
	width: 60%;
	padding-top: 20px;
	
}
.winfo p{
	color: #666666;
	font-size: 12px;
	padding-top: 8px;
	line-height: 20px;
}
.winfo a.title{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.winfo a.title:hover{
	font-size: 18px;
	color: #761C19;
	text-decoration: none;
}
.wolflist{
	margin-top: 15px;
}
.product {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	height: auto;
}
.clear{
	clear: both;
}

.productinfo {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 0;
}
.productinfo a{
	min-width: 103px;
}
.productinfo a+a{
	margin-left: 15px;
}
.productinfo>div{
	background: #DDDDDD;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 5px;	
	margin-bottom: 10px;
}
.productinfo>div.wolf{
	background-color: #F0F0F0;
}
.productinfo button{
	width: 100%;
}
.productinfo p{
	border-top: 1px #ffffff solid;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}
.productinfo p.info{
	border-top: 0;
}
.productinfo p.small{
	border-top: 0;
}
.productinfo p.img{
	border-top: 0;
	text-align: center;
}
.img-zehnder {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.productinfo ul{
	margin-left: 15px;
	width: 90%;
}
.productinfo ul li{
	padding-bottom: 5px;
}

.application{
	padding-top: 15px;
}

.application label{
	line-height: 34px;
	font-size: 16px;
}

.application p{
	text-indent: 28px;
}

.footer-s {
	margin-top: 15px;
	border-top: #890b0b 5px solid;
	background-image: url(../img/foot_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #444;
	line-height: 30px;
	padding: 15px 15px;
	font-size: 12px;
	color: #eeeeee;
}

.iall{
	position: fixed;
	width: 40px;
	bottom: 5px;
	right: 5px;
}
.iall a{
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #ce2a0a;
}
.iall a+a{
	margin-top: 3px;
	background-color: #0a94ce;
}
.iall a.buy{
	background-color: #b141f1;
}
.iall a.lbs{
	background-color: #23a40e;
}
.iall a:hover{
	color: #ffffff;
	background-color: #333333;
}

.more-download h5{
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	font-size: 16px;
	border-bottom: 1px #CCCCCC solid;
}
.more-download ul{
	margin: 0;
	padding: 0;
}
.more-download ul li{
	line-height: 25px;
	font-size: 14px;
	margin-left: 17px;
}
.more-download ul li a{
	color: #333333;
	text-decoration: none;
}

.active a{
	color: #333333;
	text-decoration: underline;
	margin-left: 8px;
}
.active span{
	font-size: 10px;
}
.Pfile{
	border-left: 2px solid #ca0000;
	float: right;
	background: #ca0000;
	color: #ca0000;
}

.Pfile a{
	padding: 0 10px 5px 0;
	color: #ffffff;
	text-decoration: none;	
}
.Pfile a:hover{
	color: #ffffff;	
}

.Pfile:hover{
	background-color: #122B40;
}
