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

.main_top {
	height: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#searchform table {
	width: 530px;
	height:75px;
	position:relative;
	/*height: 70px;*/
	/*background: url(../images_new/index/icon_a.png);*/
	margin-top: 50px;
	float:right;
}
.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_text:focus{ 
outline:none;
border: 3px solid #447d93;
border-radius: 30px;
;}
.search_button {
	width: 123px;
	height: 42px;
	background: url(../images_new/base/base_search.png) no-repeat 0 center;
	border: none;
	margin:4px 5px;
    position: absolute;
    right: 3px;
    top: 12px;
cursor: pointer;
}
.main_logo {
	position: absolute;
	top: 25px;
	left: 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_new/index_list/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: #084b65;
}
.search_nav ul {
	margin-left: 60px;
	width: 100%;
  transform: translate(0%, 0%);
}
.search_nav li {
	float: left;
	line-height: 60px;
	display: block;
	width: 170px;
	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;
	background: url(../images_new/index_list/triangle.jpg) no-repeat center bottom;
}
.search_nav li.active a {
	color:#fe8934;
}

.search_nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #fe8934;
  transition: 0.2s all linear;
}

.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: #084b65;
		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: #fe8934;
}
.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;
}
*/
.nav {
	width: 1380px;
	height: 50px;
	/*background: url(../images_new/base/base_nav_bg.png) repeat-x;*/
	background-color: #0064ae;
	line-height: 50px;
padding:0 10px;
margin:0 auto;
}
.nav li a {
	font-size: 20px;
	color: #fff;
	float: left;
	display: block;
	width: 155px;
	text-indent: 30px;
text-align: center;
}
.nav_a {
	background: url(../images_new/index/icon_nav_aa.png) no-repeat 15px center;
}
.nav li.on .nav_a {
	background: url(../images_new/index/icon_nav_a.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_b {
	background: url(../images_new/index/icon_nav_bb.png) no-repeat 15px center;
}
.nav li.on .nav_b {
	background: url(../images_new/index/new_icon_nav_b.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_c {
	background: url(../images_new/index/icon_nav_cc.png) no-repeat 15px center;
}
.nav li.on .nav_c {
	background: url(../images_new/index/new_icon_nav_c.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_d {
	background: url(../images_new/index/icon_nav_dd.png) no-repeat 15px center;
}
.nav li.on .nav_d {
	background: url(../images_new/index/new_icon_nav_d.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_e {
	background: url(../images_new/index/icon_nav_ee.png) no-repeat 15px center;
}
.nav li.on .nav_e{
	background: url(../images_new/index/new_icon_nav_e.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_f {
	background: url(../images_new/index/icon_nav_ff.png) no-repeat 15px center;
}
.nav li.on .nav_f {
	background: url(../images_new/index/new_icon_nav_f.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_g {
	background: url(../images_new/index/icon_nav_gg.png) no-repeat 15px center;
}
.nav li.on .nav_g {
	background: url(../images_new/index/icon_nav_g.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav_h {
	background: url(../images_new/index/icon_nav_hh.png) no-repeat 15px center;
}
.nav li.on .nav_h {
	background: url(../images_new/index/icon_nav_h.png) no-repeat 15px center;
	color: #ffeb31;
}
.nav li {
	display: block;
	width: 153px;
	height: 60px;
	float: left;
}
.nav span {float:left;color:#fff;}