﻿﻿@charset "utf-8";
/**
 * Created by Csfish on 2017/11/22.
*/

/*---------------head----------------------*/
.head{
	width: 100%;
	height: 175px;
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px 
		#d7d7d7;
}
.logo-search{
	margin-top: 20px;
	overflow: hidden;
}
.search-h{
	width: 364px;
	height: 42px;
	border-radius: 20px;
	border: solid 1px #144069;
	margin-top: 8px;
}
.search-h input[type="text"]{
	border: none;
	height: 42px;
	margin-left: 26px;
	width: 280px;
}
.search-h input[type="submit"]{
	width: 20px;
	height: 20px;
	background: url(../picture/search.png) no-repeat;
	border: 0;
}

.head-bot{
	overflow: hidden;
	margin-top: 60px;
}
.hy-title{
	overflow: hidden;
}
.hy-title p{
	line-height: 36px;
	letter-spacing: 0px;
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	margin: 0 51px 0 83px;
}
.hy-title h3{
	line-height: 36px;
	letter-spacing: 0px;
	color: #16426b;
	font-size: 26px;
}
.hy-title h3 img{
	margin-right: 11px;
}
.head-bot .sort span:first-child {
    margin-right: 10px;
}

.head-bot .sort span {
    cursor: pointer;
    display: inline-block;
    padding: 0 30px 0 15px;
    background: url(../picture/sanjiao-top.png) no-repeat 82px 10px;
    color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.nav{
	float: left;
	margin: 5px 0 0 55px;
}
.head-bot ul{
	overflow: hidden;
	margin-left: 20px;
}
.head-bot ul li{
	float: left;
	margin-left: 15px;
}
.head-bot ul li a{
	color: #999999;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
}
.head-bot ul li a img{
	margin-right: 6px;
}

footer{
	display: none;
	height: 158px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.ft-text{
	margin-top: 10px;
}
.ft-text img{
	margin: 35px 38px 0 0;
}
.ft-text div p{
	line-height: 33px;
	letter-spacing: 0px;
	color: #666666;
	font-size: 14px;
}
.ft-li{
	overflow: hidden;
	margin-top: 68px;
}
.ft-li li{
	float: left;
}
.ft-li li a{
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
	font-size: 14px;
}
.ft-li li a span{
	margin: 0 3px;
}