/* èŒ…éš†éœ²èŒ…èŒ ç¯“ */

.header {
	width: 100%;
	height: 165px;
	background-image: url(.././images/beijing.jpg);
	background-size: 100% 100%;
}

.logo {
	max-width: 1395px;
	width: 73%;
	height: 165px;
	margin: auto;
	display: flex;
	/* background-color: beige; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo .img {
	width: 38%;
}

.logo .serach {
	width: 297px;
	position: relative;
	background: #fff;
}

.logo .serach input.text {
	width: 270px;
	height: 44px;
	border-radius: 5px;
	position: relative;
	text-indent: 10px;
	border: none;
	font-size: 13px;
}

.serach .submit{width:27px;height:28px;position:absolute;left: 261px;top: 8px;background: transparent;background-image:url(.././images/glasses.png);background-repeat: no-repeat;cursor:pointer;}




.index {
	width: 100%;
	height: 61px;
	background-color: #a11419;
}

.index_con {
	width: 1400px;
	margin: auto;
}

.index_con ul {
	width: 100%;
}
.index_con ul li{position:relative;float: left;display: inline-block;}
.index_con ul li a {
	color: white;
	line-height: 61px;
	display: block;
	padding: 0 20px;
	font-size: 18px;
}

.index_con ul li a:hover {
	color: #FFEB3B;
}

.index_con ul li ol {
	width: 100%;
	display: none;
	margin-left: 0;
	position: absolute;
}

.index_con ul li ol li {
	text-align: center;
	background-color: #c41d23;
	float: none;
	display: block;
}

.index_con ul li ol li:hover {
	background-color: #ffffff;
	}
.index_con ul li ol li a{display:block;width: 100%;padding: 0;float: none;line-height: 45px;font-size: 14px;}

.index_con ul li ol li a:hover {color:#c41d23;}

/* 
.index_con ul li ol li:hover a{
	color: black;
}
 */


/* æ°“æ½žéˆ¥â’šâ”¢æ–ï¿½ */
.bottom {
	width: 100%;
	background-image: url(.././images/bottom.jpg);
	background-size: 100% 315px;
	background-repeat: no-repeat;
}

.border {
	width: 100%;
	border-bottom: 1px solid #cc4449;
}

.link {
	width: 73%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.link div {
	width: 80px;
	color: white;
}

.link ul {
	width: 94%;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.link ul li a {
	color: white;
}

.link ul li a:hover {
	color: #f69d1f;
}

.footer {
	width: 73%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .blogo {
	width: 86%;
	margin: 50px 0;
	border-right: 1px solid #ca4f54;
}

.footer .blogo p {
	color: white;
	margin: 20px 0;
}

.footer .blogo p span {
	margin: 0 0 0 55px;
}

.footer .code {
	width: 10%;
}

.footer .code img {
	margin: auto;
}

.footer .code p {
	text-align: center;
	color: white;
}