@charset "utf-8";
/* CSS Document */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}


html {
  background-color:#e8f1f9;
		
}

.subject { margin-bottom:20px;background: url(../images/cs/base_bg_d.png) no-repeat top center;}
.main_top {
	height: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;width:1400px;
}
#searchform table {
	width: 514px;
	height: 75px;

	position: absolute;
	top: 55px;
	right: 20px;
}
.search_text {
width: 528px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    text-indent: 20px;
    border: 3px solid #dbe9ef;
    border-radius: 30px;
    position: relative;
}
.search_button {
    width: 123px;
    height: 42px;
    background: url(../images/cs/base_search.png) no-repeat 0 center;
    border: none;
    margin: 4px 5px;
    position: absolute;
    right: 3px;
    top: 12px;
    cursor: pointer;
}
#quanzhan{
border: none;
    position: absolute;
top:12px;
    right: 140px;
    cursor: pointer;
margin: 4px 5px;
line-height:42px;
background:none;
font-size:20px;
}
.search_text:focus {
    outline: none;
    border: 3px solid #447d93;
    border-radius: 30px;
}
.search_button:focus{
outline: none;
}
.main_logo {
	position: absolute;
	top: 25px;
	left: 20px;
}
.main {
	display: block;
	width: 1400px;
	height:auto;
	margin: 0 auto;
	background-color: #fff;

}
.main_nav {
	display: block;
	width: 1400px;
	height: 60px;
        margin:0 auto;
	background: #084b65;
}
.main_body {
	display: block;
	height: 650px;
	width:1360px;
	padding:20px;
}
.main_nav ul {
	margin-left: 60px;
}
.main_nav li {
	float: left;
	line-height: 60px;
	display: block;
	width: 170px;
	height: 60px;
	text-align: center;
	margin: 0 5px;
}
.main_nav li a {
	font-size: 24px;
	color: #fff;
}
.main_nav li.active{
    background: url(../images/cs/bg_list_nav.png) no-repeat center bottom;
}
.main_nav li.active a {
    color:#084b65;
}
.search_nav {
	display: block;
	width: 1400px;
	height: 60px;
        margin:0 auto;
	background: #0064ae;
}
.search_nav ul {
	width: 100%;
  transform: translate(0%, 0%);
}
.search_nav li {
	float: left;
	line-height: 60px;
	display: block;
	width: 165px;
	height: 58px;
	text-align: center;
	margin: 0 5px;
	position: relative;
  transition: 0.2s all linear;
  cursor: pointer;
}
.search_nav li a {
	font-size: 24px;
	color: #fff;
	display: block;
}
.search_nav li.active{
	border-bottom: 2px solid #fe8934;

}
.search_nav li.active a {
	color:#ffeb31;
}

.search_nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #ffeb31;
}

.search_nav li:hover::before {
  width: 100%;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
  border-bottom-color: #fe8934;
  z-index: -1;
}
.search_nav li:hover ~  .search_nav li::before {
  left: 0;
}

.main_nav_search{
		width: 1300px;
		height: 150px;
		padding: 0 50px;
    margin: 0 auto;
		background: #0064ae;
		color:#fff;
		line-height: 44PX;
}
.search_sort {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.search_desc {
	color:#c1c1c1;
	font-size: 16px;
}
.main_nav_search span.search_title {
	float: left;
	width: 80px;
	text-align: right;
}
.main_nav_search li {
	float: left;
	margin: 0 5px;
}
.main_nav_search li a {
	color:#fff;
	padding: 4px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.main_nav_search li.active a{
	background: #d9d9d9;
}
.index {
	float: left;
	line-height: 60px;
	display: block;
	width: 170px;
	height: 60px;
	text-align: center;
	margin: 0 5px;
	font-size: 24px;
	color: #fff;
}
/*.on {
	background: url(../images_new/index_list/bg_list_nav.png) no-repeat center bottom;
}
.on a {
	color: #084b65 !important;
}
*/
#footer{width: 1380px; height: 150px; text-align: center; line-height: 25px; padding-top: 20px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-color: rgb(141, 206, 244);clear:both;}