*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: arial,"微软雅黑","宋体";
	color: #555;
}
ul,li{
	list-style: none;
}
.clear{
	clear: both;
}
img{
	border: 0;
}
p{
	line-height: 24px;
}
.textCenter{
	text-align: center;
	line-height: 30px;
}
.headerBox{
	width: 100%;
	height: 100px;
	background: #fdfdfd;
	border-bottom: 1px solid #c0c0c0;
}
.mainShow{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.logo{
	float: left;
}
.headerNav{
	float: right;
	margin-top: 31px;
}
.headerNav ul li{	
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	
}
.headerNav ul li a{
	width: 102px;
	text-align: center;
	font-size: 18px;
	display: block;
	font-weight: 400;
	float: left;
	line-height: 38px;
	border-radius: 30px;
	text-decoration: none;
	color: #555555;
}
.headerNav.headerNavEn ul li{
	margin-left: 7px;
	margin-right: 7px;
}
.headerNav.headerNavEn ul li a{
	width: 148px;
	text-align: center;	
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
.headerNav.headerNavEn ul li:first-child a,.headerNav.headerNavEn ul li:last-child a
{
	width: 102px;
}
.headerNav ul li a:hover{
	background: #fda22c;
	color: #FFFFFF;
}
.headerNav ul li.headerNavCurrent a{
	background: #fda22c;
	color: #FFFFFF;
}
/*banner轮换图*/
.bannerBox{
	width: 100%;
	height: 482px;
	overflow: hidden;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	width: 70px;
	height: 70px;
	/* padding: 25px 10px 25px 10px; */
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .preImg a{
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0px 0px;
}
.c-banner .nexImg a{
	width: 72px;
	height: 72px;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0px -70px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
	
}

.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
.banner ul li img{
	width: 100%;
	height: 482px;
}
/*footer底部*/
.footerBox{
	width: 100%;
	height: 200px;
	margin-top: 30px;
	background: #343433;
}
.footerContent{
	width: 1200px;
	margin: 0px auto;
	font-size: 15px;
	color: #EEEEEE;
}
.footerIcon{
	vertical-align: middle;
	margin-right: 10px;
}
.footerContent ul{
	width: 600px;
	margin: 0px auto;
}
.footerContent ul li{
	float: left;
}
.footerContentOne{
	width:672px;
	margin: 0px auto;
}
.footerContentOne.footerContentOneEn{
	width:654px;
	margin: 0px auto;
}
.companyDropOne{
	float: left;
	margin-right: 30px;
	padding-top: 40px;
}
.companyDropOne p{
	line-height: 40px;
}
.companyDropOne:nth-child(3){
	margin-right: 0;
}