﻿* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: none;
}

/* h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	font-weight: normal;
} */
html,
body {
	width: 100%;
	font-family:Microsoft YaHei;
}

/* 二级菜单 */
.caidan_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 77px;
}

.caidan_top ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-right: 40px;
}

.caidan_top ul li:hover {
	cursor: pointer;
}

.caidan {
	width: 1192px;
	height: 169px;
	margin: 0 auto;
	position: absolute;
	top: 447px;
}

.caidan_top {
	width: 1201px;
	height: 113px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caidan_top .caidan_top_left {
	width: 120px;
	margin-left: 55px;
}

.caidan_top .caidan_top_left h1 {
	width: 120px;
	height: 42px;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
}

.caidan_top .caidan_top_left h6 {
	width: 116px;
	height: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: center;
}

.caidan_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 77px;
}

.caidan_top ul li {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-right: 40px;
}

.caidan_top ul li:hover {
	cursor: pointer;
}

.caidan_bot {
	width: 1201px;
	height: 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caidan_bot h6 {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 23px;
}

.caidan_bot img {
	width: 292px;
	height: 20px;
	margin-right: 149px;
}
@media only screen and (min-width:2000px){
	html,body{
		width: 100%;
		height: 100%;
		font-family:Microsoft YaHei;
	}
	
	.foot{
		position: absolute;
		width: 100%;
		height: 160px;
		background: #050505;
		margin: 50px auto 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		bottom: 0;
	}
}
@media only screen and (max-width: 1919px) {
	
	.import_footer{
		position: relative!important;    
		margin: 50px auto 0;
		width: 100%;
		height: 160px;
	}
	html,body{
		width: 100%;
		height: 100%;
		font-family:Microsoft YaHei;
	}
	.foot{
		position: absolute;
		width: 100%;
		height: 160px;
		background: #050505;
		margin: 50px auto 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		bottom: 0;
	}
}

/* 尾部 */
.foot {
	width: 100%;
	height: 160px;
	background: #050505;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	bottom: 0;
}


.foot_left01 {
	/*width: 327px;*/
	width: 20%;
	height: 75px;
	font-size: 14px;
	font-weight: 400;
	color: #909090;
	line-height: 25px;
}

.foot_left02 {
	/*width: 120px;*/
	width: 6.2%;
	height: 84px;
	text-align: center;
}

.foot_left02 img {
	width: 71px;
	height: 71px;
	margin-bottom: 13px;
}

.foot_left02 p {
	width: 120px;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #909090;
	line-height: 17px;
}
.foot_right01{
	width: 15%;
}

.foot_right01 ul {
	font-size: 14px;
	font-weight: 400;
	color: #909090;
	line-height: 17px;
}

.foot_right01 ul li {
	padding-bottom: 5px;
}

.foot_right02 {
	width: 32%;
	font-size: 14px;
	font-weight: 400;
	color: #909090;
}

.foot_right02 ol li {
	padding-bottom: 5px;
}

