/*顶部导航条*/
.topdate span {
	color: white !important;
	float: left;
	padding: 0px 5px 0px 1px;
}
.nav-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #434343;
}
.nav-top-tag {
	float: right;
}

.nav-top-tag ul li{
	list-style: none;
	width: 80px !important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
}
.nav-top-tag ul li:first-child{
	width: 60px !important;
}
.nav-top-tag ul li:nth-child(2){
	width: 60px !important;
}
.nav-top-tag ul li img{
width: 22px;
}
.nav-top-tag ul li:last-child img{
width: 18px;
}



.nav-top-tag ul li:hover {
	border-radius: 2px;
	background-color: #258;
}

.nav-top-tag ul li {
	float: left;
}

.nav-top-tag ul li a {
	color: white;
}


/*首页logo跟搜索样式*/
.search-nav{width: 100% !important;}
.search-nav-box {
	height: 104px;
	margin: 0px auto;
}

.search-nav-box .logo {
	width: 200px;
	height: 60px;
	margin-top: 20px;
}
.search-nav-box .logo a img {
	width: 100%;
}
.search-nav-box .index-search{
	width: 442px;
	height: 45px;
	margin-top: 30px;
}

/*搜索样式2*/
.index-search-v2{
	width: 340px;
}

/*首页logo跟搜索固定样式样式*/
.searche-nav-v1{width: 100%;}
.search-fixed {
	position:fixed;top:0;z-index:99999;
	position: fixed;
	top: 0;
	z-index: 600;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	background: #eef2f3 !important;
	height: 60px;
}

.top-fixed{
	width: 1170px;
	height: 60px;
	margin: 0px auto;
}
.top-fixed .logo {
	margin-top: 7px;
	width: 140px;
}
.top-fixed .logo a img {
	width: 100%;
}
.top-fixed .index-search {
	width: 442px;
}
.l-s {
	z-index: 2;
	height: 114px;
}

/*导航条开始*/
.main-nav {
	height: 60px;
	text-align: center;
	background: #26B3AE;
	color: #999A9B;
	position: relative;
}
/*导航条左右两边箭头*/
.bottom-header-wrapper {
	background: #272727 none repeat scroll 0 0;
	position: relative;
	z-index: 99;
}
.bottom-header-wrapper:before,
.bottom-header-wrapper:after {
	background: #26B3AE none repeat scroll 0 0;
	content: "";
	height: 60px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 99;
}
.bottom-header-wrapper:after {
	right: -10px;
	left: auto;
}
.bottom-header-wrapper>.bottom-arrow-wrap {
	position: relative;
}
.bottom-header-wrapper>.bottom-arrow-wrap::before,
.bottom-header-wrapper>.bottom-arrow-wrap::after {
	border-bottom: 15px solid transparent;
	border-right: 10px solid #272727;
	border-top: 15px solid transparent;
	content: "";
	left: -10px;
	position: absolute;
	top: 46px;
}

.bottom-header-wrapper>.bottom-arrow-wrap::after {
	left: auto;
	right: -10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-v1 ul {
	width: 33.3%;
    background: url(../../images/icon/nav_line.jpg) repeat-y right;
	float: left;
	height: 30px;
}
.nav-v1 ul:nth-child(3) {
	background: none;
	float: left;
	height: 30px;
}
.nav-v1 ul:last-child {
	background: none !important;
	padding-right: 0px;
}

.nav-v1 ul li {
	list-style:none;
	line-height: 30px;
	height: 30px;
}

.nav-v1 ul li a:hover {
	border-radius: 2px;
	padding: 5px 10px 5px 10px;
	background-color: #258;
}

.nav-v1 li a {
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 15px;
}

.nav-v1 li a.big {
	font-weight: bold;
}


/*__nav_v2*/
.nav_v2 { height: 60px;background: #036;}
.nav_v2-header img{margin:0;opacity:.8;margin:10px 30px 0 0;height: 40px;}
.nav_v2-header img:hover {opacity:1}
.nav_v2-nav  li {float: left;list-style: none;}
.nav_v2-nav li a{ line-height: 60px;padding: 10px;color:white;font-size: 14px;}
.nav_v2-nav a:hover{ background-color:#258;}
.search_form{margin:12px 0;height:30px;}
.search_form input.form-control {width:235px;border-right:0;border-radius:2px 0 0 2px}
.search_form button {float:left;height:34px;border-radius:0 2px 2px 0}
.btn-custom {color: #fff;background-color: #26B3AE;}
.btn-custom:hover {background-color: #258;}
.search_form .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*搜索框鼠标移上去变颜色*/
.nav_v3 { height: 60px;background: #036;}
.nav_v3-header img{margin:0;opacity:.8;margin:10px 30px 0 0;height: 40px;}
.nav_v3-header img:hover {opacity:1}
.nav_v3-nav  li {float: left;list-style: none;}
.nav_v3-nav a:hover{ background-color:#258;}


.nav-top-tag-v2 {
	float: right;
}
.nav-top-tag-v2 ul li{
	list-style: none;
	width: 80px !important;
	height: 60px;
	line-height:60px;
	text-align: center;
	color: white;
}
.nav-top-tag-v2 ul li img{
width: 22px;
}
.nav-top-tag-v2 ul li:last-child img{
width: 18px;
}

.nav-top-tag-v2 ul li a {
	padding: 5px;
}

.nav-top-tag-v2 ul li:hover {
	border-radius: 2px;
	background-color: #258;
}

.nav-top-tag-v2 ul li {
	float: left;
}

.nav-top-tag-v2 ul li a {
	color: white;
}

.ty-title-v1{
width: 170px;
height: 36px;
line-height: 36px;
}

.ty-title-v1 h3 a{
	font-weight: bold;
	font-size: 28px;
    color: #004487;
}
.today-headline{
	width: 570px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.today-headline h3 {
	font-weight: bold;
    width: 100px;
    background: url(../../images/icon/icon_4.png) no-repeat -230px -146px;
    text-align: right;
}
.today-headline h3 a{
	font-size: 14px;
    color: #004487;
}
.ty-seach-box{margin-top: -8px;}

/*二级页面二级标题*/
.nav_v4{
	border-bottom: 2px solid #E33;
}
.nav_v4 li{float: left;
list-style-type: none;
}
.nav_v4 li a{
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #000;
	_width: 80px;
	_padding: 0 14px;
	}

.nav_v4 li a:hover, .nav_v4 li a.on {
    background-color: #E33;
    color: #fff;
}
.br-botton-2{ border-bottom: 2px solid 	#28F;}

/*__nav_v5*/
.nav_v5 { height: 50px;background: #1355A3;}
.nav_v5-header img{margin:0;opacity:.8;margin:10px 30px 0 0;height: 40px;}
.nav_v5-header img:hover {opacity:1}
.nav_v5-nav { text-align: center;margin: 0px auto;}
.nav_v5-nav  li {
	line-height: 50px;
	float:left;
	list-style: none;
}
.nav_v5-nav li a:hover{
	background-color: #364655;
}
.nav_v5-nav li a{
display: block;
padding: 0 20px;
color: #fff;
transition: all .01s;
-webkit-transition: all .01s;}
.special-active{background-color: #364655;}

/*关于我们*/
/*搜索框鼠标移上去变颜色*/
.nav_v6 {height: 60px;background: #036;}
.nav_v6-header img{margin:0;opacity:.8;margin:10px 30px 0 0;height: 40px;}
.nav_v6-header img:hover {opacity:1}
.nav_v6-nav  li {color: white; height: 60px;line-height: 60px; float: left;list-style: none;}
.nav_v6-nav a{ color: white;padding:20px;}
.nav_v6-nav a:hover{ color: gainsboro;}
