@charset "utf-8";
/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 600px;
}
.banner>div.active{
	opacity: 1;
}
.banner>div{
	transition: all 0.2s;
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 600px;
}


.banner_click:hover{
	opacity: 1;
}

.banner_click{
	height: 0;
	opacity: 0;
	margin-top: -600px;
	z-index: 11000;
	width: 100%;
	position: absolute;
}
.banner-left{
	float: left;
}
.banner-right{
	float: right;
}
.banner-left,.banner-right{
	margin-top: 275px;
	background: #7f7f7f;
	width: 50px;
	height: 50px;
}
.banner-left:hover,.banner-right:hover{
	background: #0071DA;
}
.banner-left>a,.banner-right>a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-left>a>img,.banner-right>a>img{
	margin-left: 16px;
    margin-top: 8.5px;
}
.keyword{
	background: #032424;
	height: 85px;
	width: 100%;
}
.keyword>.M{
	height: 85px;
}
.keyword>div>ul>li{
	margin-top: 35.5px;
	float: left;
	list-style: none;
	/*height: 14px;*/
	line-height: 14px;
	/*margin-right: 20px;*/
	font-size: 14px;
	color: #fff;
}
.keyword>div>ul>li:nth-child(1){
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
.keyword>div>ul>li>a{
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	color: #fff;
}
.keyword>div>ul>li:last-child>a{
	border-right:none;
}

.search{
	float: right;
	width: 320px;
	height: 39px;
}
.search>input:first-child{
	margin-top: 23px;
	padding-left: 8px;
	padding-right: 8px;
    width: 282px;
    height: 38px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #B3B3B3;
	outline: none;
}
.keyword form input:nth-child(2){
	position: absolute;
    	width: 40px;
    	height: 40px;
    	border: none;
	margin-top: 23px;
margin-left: -40px;
}

.search>a{
	z-index: 1000;
    position: absolute;
    margin-top: -24px;
    margin-left: 250px;
}
