.container{
	width:1200px;
	margin: 0 auto;
	padding: 0;
	/* margin-bottom: 30px; */
}
/* 头部 */
#header{
	max-width: 1920px;
    height: 80px;
}
.header{
    height: 80px;
}
.logo{
    width: 224px;
    height: 100%;
    background-image: url(../img/logo.svg);
    background-size: 300px auto;
    float: left;
	background-position: -38px -110px;
	background-repeat: no-repeat;
}
.logo a{
	display: block;
	/* width: 300px;
	height: 49px; */
	text-indent: -9999px;
	line-height: 80px;
}
#header .nav{
	float: right;
}
#header .nav ul li{
	padding: 22px 0;
    float: left;
    height: 36px;
	line-height: 36px;
	position: relative;
}
#header .nav ul li>div{
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -70px;
	z-index: 10;
	background-color: #4c4a4f;
}

#header .nav ul li>div:nth-of-type(2){
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -113px;
	z-index: 10;
	background-color: #4c4a4f;
}

#header .nav ul li>div:nth-of-type(3){
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -156px;
	z-index: 10;
	background-color: #4c4a4f;
}
#header .nav ul li>div:nth-of-type(4){
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -199px;
	z-index: 10;
	background-color: #4c4a4f;
}
#header .nav ul li>div:nth-of-type(5){
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -242px;
	z-index: 10;
	background-color: #4c4a4f;
}
#header .nav ul li>div:nth-of-type(6){
	display: none;
	height: 70px;
	position: absolute;
    left: 0px;
    bottom: -285px;
	z-index: 10;
	background-color: #4c4a4f;
}

#header  #pro-fa{
	font-size: 16px;
	/* background-color: #fff; */
	color: red;
	/* border-right: 1px dashed #aaa; */
}
#header .nav ul li:nth-of-type(2) div{
	width: 1049px;
}
#header .nav ul li:nth-of-type(3) div{
	width: 967px;
}
#header .nav ul li:nth-of-type(4) div{
	width: 885px;
}
#header .nav ul li:nth-of-type(5) div{
	width: 771px;
}
#header .nav ul li:nth-of-type(7) div{
	width: 543px;
}
#header .nav ul li>div a{
	line-height: 70px;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 0 20px;
}
#header .nav ul li>div a:hover{
	color: red;
}

#header #pro-fa:hover{
	color: #fff;
} 
#header .nav ul li>a{
    display: block;
	margin: 0 7px;
	font-size: 16px;
    padding:0px 18px;
}
#header .nav ul li:hover{
	background: red;
}

#header .nav ul li:hover a{
	color: #fff;
}
#header .nav ul li:hover>div{
	display: block;
}
#ddlSomoveLanguage{
    float: left;
	margin-top: 30px;
	margin-left: 10px;
}
#ddlSomoveLanguage:hover{
    border-color: red;
}
#header .btns{
	width: 90px;
	height: 36px;
	margin-top: 20px;
	margin-left: 20px;
	border: 0;
	background: red;
	color: #fff;
}
/* banner图 */
#banner{
	width: 100%;
}
#banner img{
	width: 100%;
	height: 100%;
}



/* 底部 */
#foot{
	min-height: 360px;
	background: #111;
}
.foot{
	padding-top: 32px;
}
#foot a:hover{
	color: #fff;
}
.foot ul li{
	float: left;
	width: 70px;
	line-height: 1.5;
	margin-right: 65px;
	text-align: center;

}
.foot ul li a{
	color: #999999;
}

.foot ul li p{
		margin-top: 20px;
}
.foot ul li h4{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
}
.foot ul .tel{
	float: left;
	width: 300px;
	color: #646464;
	line-height: 40px;
	margin-left: 40px;
}
.foot ul .tel p:nth-of-type(1){
	color: #fff;
}
.foot ul .tel span{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ff0000;
	font-size: 18px;
	border: 1px solid #999999;
}
.foot ul .tel #tel_2{
	margin-top: 20px;
}
.foot ul .qr{
	width: 160px;
	text-align: center;
	color: #fff;
	float:right;
	line-height: 24px;
}

.foot ul .qr img{
	width: 109px;
	height: 109px;

}

.foot .cpy{
	color: #999;
	margin-top: 40px;
	line-height: 42px;
}
.foot .cpy .link{
	border-bottom: 1px solid #595959;
}
.foot .cpy a{
	color: #999;
}
.red{
	background: red;
	color: #fff !important;
	border: red;
	transition: all 0.6s;
}

li.red{
	background: rgb(255, 75, 75) !important;;
	color: #fff !important;
	border:1px solid rgb(255, 75, 75) !important;;
}

li.red a{
	color: #fff !important;
}

li.anniu{
	height: auto;
}
