﻿@charset "utf-8";
/* CSS Document */

body{
	min-width: 1200px;
	background: #f9f9f9;
}
.ycck{
	position: fixed;
	top: 334px;
	left: 50%;
	margin-left: 620px;
	width: 160px;
	height: auto;
	overflow: visible;
	background: #fff;
}
.ycck input{
	position: absolute;
	top: -24px;
	right: 0;
	z-index: 1;
	width: auto;
	height: 24px;
	background: #dfdfdf;
	text-align: right;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
}
.ycck img{
	width: 142px;
	height: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ycck span{
	width: 160px;
	height: auto;
	line-height: 28px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
/*top*/
.rs_top{
	width: 100%;
	min-width: 1200px;
	height: 208px;
	background: url(rs_top_back.png) center no-repeat;
}
.rs_top_main{
	width: 1200px;
	height: 100%;
}
/*logo*/
.rs_logo{
	width: 682px;
	height: 100%;
	background: url(rs_logo.png) center no-repeat;
}
/*search*/
.rs_search{
	position: relative;
	width: 366px;
	height: 38px;
	margin-top: 85px;
}
.rs_search .searchcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 284px;
	height: 36px;
	line-height: 36px;
	padding: 0 60px 0 20px;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.rs_search .searchan{
	position: absolute;
	top: 0;
    right: 20px;
	z-index: 2;
	width: 18px;
	height: 100%;
	background: url(rs_search_an.png) center no-repeat;	
	cursor: pointer; 
}

/*nav*/
.rs_nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #2c69b3;
}
.rs_nav ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.rs_nav ul a{
	width: 120px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #f6f6f6;
}
.rs_nav ul .rs_sy{
	text-align: left;
}
.rs_nav ul .rs_sy i{
	width: 24px;
	height: 100%;
	background: url(rs_nav_icon.png) center no-repeat;
	margin-left: 16px;
	margin-right: 10px;
}
.rs_nav ul a:hover{
	background: #164e91;
}

/*link*/
.rs_link{
	width: 100%;
	min-width: 1200px;
	height: 82px;
	border-top: 2px solid #165aa6;
	border-bottom: 2px solid #dfdfdf;
	margin-top: 20px;
}
.rs_link ul{
	width: 1200px;
	height: 62px;
	padding: 10px 0;
}
.rs_link ul a{
	width: 230px;
	height: 62px;
	float: left;
	margin-right: 12px;
}
.rs_link ul .rs_linkt{
	margin-right: 0;
}

/*footer*/
.rs_footer{
	position: relative;
	width: 1200px;
	height: auto;
	padding: 40px 0 48px 0;
}
.rs_footer .rs_dzjg{
	position: absolute;
	top: 68px;
	left: 50px;
	z-index: 1;
	width: 80px;
	height: 80px;
}
.rs_footer .gx_jc{
	position: absolute;
	top: 68px;
	right: 20px;
	z-index: 1;
	width: 110px;
	height: 55px;
}
.rs_footer .rs_dzjg img{
	width: 100%;
	height: 100%;
}
.rs_footer h5{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.rs_footer h5 a{
	color: #666;
}
.rs_footer h5 a:hover{
	color: #2c69b3;
}
.rs_footer h5 span{
	margin: 0 5px;
	color: #666;
}
.rs_footer .rs_footer_main{
	width: 100%;
	height: auto;
	line-height: 28px;
	text-align: center;
}
.rs_footer .rs_footer_main span{
	color: #8698ad;
}