﻿@media (max-width: 1919px) and (min-width: 768px) {
	html {
		zoom: 80%;
	}
	@-ms-viewport { width: 1920px; }
}

html{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	overflow-x: hidden;
	font-size: 16px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif,"微软雅黑";
}

body, ul, h1, h2, h3, h4, h5, h6, img, p{
	padding:0;
	margin:0;
}

ul{
	list-style: none;
}

img{
	display: block;
	border: none;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #c30d23;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.clear{
	clear: both;
}

.wrap{
	width: 100%;
	overflow-x: hidden;
	height: auto;
}

.w1426{
	width: 1426px;
	margin: 0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.text-overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ellipsis-multiline{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*header*/
#header{
	width: 100%;
	height: 76px;
	position: relative;
}
#logo{

}

/*导航*/
.navWraper .cur{
	color: #c30d23;
}
.navWraper{
	width: 880px;
	position: relative;
	z-index: 999;
}
.headerNav li{
	font-size:16px;
	float:right;
	position: relative;
}

.headerNav li a{
	display: block;
}
.subNavWraper{
	display:none;
	min-width: 100%;
	position: absolute;
	left:0;
	top:76px;
	z-index: 99;
}

.subMenu{
	text-align: left;
}
.subMenu a{
	display: block;
	padding:15px 65px 15px 21px;
	white-space: nowrap;
}

.subMenu a:hover,.subMenu a.cur{
	background:#c30d23;
}

.indexheader li {
	padding: 0 21px;
	line-height: 76px;
	cursor:pointer;
}

.indexheader li:hover  a,.indexheader li.cur a{
	color:#c30d23;
	text-decoration: none;
}
.indexheader li .subNavWraper{
	background:#fff;
}
.indexheader li .subMenu a{
	color:#333333;
	/*font-size: 14px;*/
	line-height: normal;
	text-decoration: none;
	border-bottom: 1px solid #f6f6f6;
}

.indexheader li .subMenu a:last-child{
	border-bottom: none;
}

.indexheader li .subMenu a:hover,.indexheader li .subMenu a.cur{
	color:#fff;
}

.web{width:100%;margin:0 auto;}
.commonweb{ width:1170px; margin:0 auto; background:#fff;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0; *display:none;}
.clearfix{*zoom:1;}
input,button,select,textarea{outline:none; border:none;margin:0;padding:0; resize:none; background:none; font-family:"Microsoft YaHei";}

/*服务热线*/

#tell{
	width: 130px;
	height: 48px;
	margin-top: 15px;
	margin-left: 14px;
	padding-left: 60px;
	color: #666666;
	line-height: 26px;
	font-weight: bold;
	border-right: 2px solid #f6f6f6;
	background: url("../images/heatell.png") no-repeat left center;
}

/*语言*/
#language{
	width: 76px;
	line-height: 76px;
	color: #666666;
	text-align: center;
	position: relative;
}

#language a{
	color: #666666;
	cursor: pointer;
}

#language .langsu{
	display: none;
	width: 100%;
	position: absolute;
	z-index: 999;
	background: white;
}

#language ul li:hover .langsu{
	display: block;
}

#language .langsu a{
	display: block;
	font-size: 14px;
	line-height: 44px;
}
#language .langsu li{
	border-bottom: 1px solid #f6f6f6;
}

#language .langsu li:last-child{
	border-bottom: none;
}

#language .langsu a:hover{
	color: white;
	background: #c30d23;
	text-decoration: none;
}


/*footer*/
#footer{
	font-size: 14px;
	color: #ebebeb;
	border-top: 1px solid #c30d23;
	background: #666666;
}

#footer a{
	color:#ebebeb;

}

#footer a:hover{
	color: white;
}

#footer .foot-top{
	padding: 74px 0 26px 0;
	height: auto;
	overflow: hidden;
}

#footer .foot-top .footl .fcont{
	padding-top: 36px;
	line-height: 30px;
}
#footer .foot-top .footl{
	width: 284px;
}

#footer .foot-top .footc li{
	width: 190px;
	margin-right: 12px;
	float: left;
}

#footer .foot-top .footc .fsnav{
	padding-top: 16px;
}
#footer .foot-top .footc .fsnav a{
	font-size: 14px;
	line-height: 30px;
}

#footer .foot-top .footc{
	width: 1010px;
}

#footer .foot-top .footc a{
	font-size: 16px;
}

#footer .foot-top .footr{
	width: 132px;
	text-align: center;
}
#footer .foot-top .footr img{
	display: block;
	margin: 0 auto;
}
#footer .foot-top .footr span{
	display: block;
	padding-top: 8px;
	font-size: 16px;
}

#footer .foot-bottom{
	padding: 14px 0;
	text-align: center;
	border-top: 1px solid #989797;
}