body{
	font-family:Arial,"微软雅黑";
}
ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li{
	list-style: none;
}
dl{
	margin-bottom: 0px;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}


/**头部**/
.head{
	background-color: #f4f4f4;
	padding-top: 14px;
	padding-bottom: 5px;
}
.head .head-welcome p{
	font-size: 15px;
	color: #747474;
}
.head .head-welcome{
	width: 40%;
	float: left;
}
.head .head-lj{
	width: 60%;
	float: right;
	text-align: right;
}
.head .head-lj a{
	font-size: 14px;
	color: #5d5d5d;
}
.head .head-lj a:hover{
	color: #2572ae;
}
.head .head-lj span{
	margin-left: 20px;
	cursor: pointer;
	position: relative;
}
.head .head-lj span dl{
	position: absolute;
	top: 37px;
	left: -150px;
	z-index: 999;
	display: none;
}
.head .head-lj span dl dd form{
	width: 220px;
	padding: 5px 10px 5px 20px;
	background-color: rgba(79,79,79,0.8);
	border-radius: 20px;
}
.head .head-lj span dl dd form input {
	background-color: transparent;
	border: none;
	height: 30px;
	color: #FFF;
	width: 150px;
	vertical-align: middle;
}
.head .head-lj span dl dd form input::placeholder{
	color: #fefefe;
}
.head .head-lj span dl dd form button {
	vertical-align: middle;
	background-color: transparent;
	border: none;
}

/**导航**/
.menu{
	display: none;
}
.navb{
	background-color: #f4f4f4;
	position: relative;
}
.navb .logo{
	width: 22%;
	float: left;
	padding-bottom: 5px;
}
.navb .nav-list{
	margin-top: 5px;
	width: 55%;
	float: right;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color:#01a5ec;
	position: relative;
}
.navb .nav-list ul li{
	float: left;
	width: 130px;
}
.navb .nav-list ul li a{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	border-right: 1px solid #FFF;
	/*transition: 0.5s;*/
}
.navb .nav-list ul li a:hover{
	font-weight: bold;
}
.navb .nav-list ul li:nth-child(5){
	width: 100px;
}
.navb .nav-list ul li:nth-child(5) a{
	text-align: right;
	border-right: none;
}
.navb .nav-list:before {
	content: "";
	position: absolute;
	left: -48px;
	top: 0%;
	transform: translateY(-0%);
	width: 0;
	height: 0;
	border: 24px solid;
	border-color: transparent  #01a5ec #01a5ec transparent;
}
.navb:after{
	content: '';
	position: absolute;
	right: 0px;
	top:5px;
	width: calc((100% - 1160px) / 2);
	height: 48px;
	background-color: #01a5ec;
	z-index: 99;
}


/**底部-合作伙伴**/
.zh{
	background-color: #2687bc;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.zh strong{
	font-size: 16px;
}
.zh a{
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF;
}

.foot{
	background-color: #3b3b3b;
	padding-top:70px;
	padding-bottom: 80px;
}
.foot .foot-dh{
	width: 25%;
	float: left;
}
.foot .foot-lx{
	width: 32%;
	float: left;
	margin-left: 8%;
}
.foot .foot-gz{
	width: 27%;
	margin-left: 8%;
	float: left;
}
.foot h4{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	margin-bottom: 13px;
	border-bottom: 1px solid #847f74;
}
.foot .foot-dh ul li{
	width: 50%;
	float: left;
}
.foot .foot-dh ul li a{
	font-size: 15px;
	color: #FFF;
	line-height: 35px;
}
.foot .foot-dh ul li a:hover{
	font-weight: bold;
}
.foot .foot-dh form{
	margin-top: 10px;
}
.foot .foot-dh form input{
	height:33px;
	background-color: transparent;
	border: 1px solid #FFF;
	padding-left: 8px;
	border-radius: 3px;
	color: #FFF;
}
.foot .foot-dh form button{
	background-color: #0083b6;
	color: #FFF;
	height: 33px;
	border: 1px solid #0083b6;
	border-radius: 3px;
	padding-left: 13px;
	padding-right: 13px;
}
.foot .foot-lx p{
	font-size: 14px;
	color: #FFF;
	line-height: 23px;
}
.foot .foot-gz ul li{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
.foot .foot-gz ul li p{
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}

/**footer**/
.footer{
	background-color: #333333;
	padding-top: 35px;
	padding-bottom: 25px;
}
.footer p{
	font-size: 14px;
	color: #FFF;
}
.footer .footer-left{
	float: left;
}
.footer .footer-right{
	float: right;
}

@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	/**头部**/
	.head .head-welcome {
		width: 100%;
		float: left;
	}
	.head .head-lj {
		width: 100%;
		float: right;
		text-align: right;
	}

	/**搜索**/
	.head .head-lj span dl {
		position: absolute;
		top: 30px;
		left: -191px;
		z-index: 999;
		display: none;
	}

	/**导航**/
	.navb .logo {
		width: 50%;
		float: left;
		padding-bottom: 5px;
	}
	.navb .nav-list {
		margin-top: 5px;
		width: 100%;
		float: right;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #f4f4f4;
		position: relative;
		display: none;
	}
	.navb .nav-list:before {
		display: none;
	}
	.menu{
		display: block;
		float: right;
		margin-top: 10px;
		margin-right: 8px;
	}
	.menu p span{
		font-size: 24px;
	}
	.menu #menu2{
		display: none;
	}
	.navb .nav-list ul li {
		float: left;
		width: 100%;
		line-height: 32px;
	}
	.navb .nav-list ul li a{
		text-align: left;
		padding-left: 10px;
		color: #222222;
		padding-right: 10px;
	}
	.navb .nav-list ul li:nth-child(5){
		width: 100%;
	}
	.navb .nav-list ul li:nth-child(5) a{
		text-align: left;
		border-right: none;
	}

	/**脚注**/
}
@media(max-width: 767px){
	/**头部**/
	.head .head-welcome {
		width: 100%;
		float: left;
	}
	.head .head-lj {
		width: 100%;
		float: right;
		text-align: right;
	}

	/**搜索**/
	.head .head-lj span dl {
		position: absolute;
		top: 30px;
		left: -191px;
		z-index: 999;
		display: none;
	}

	/**导航**/
	.navb .logo {
		width: 50%;
		float: left;
		padding-bottom: 5px;
	}
	.navb .nav-list {
		margin-top: 5px;
		width: 100%;
		float: right;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #f4f4f4;
		position: relative;
		display: none;
		margin-bottom: 20px;
	}
	.navb .nav-list:before {
		display: none;
	}
	.menu{
		display: block;
		float: right;
		margin-top: 10px;
		margin-right: 8px;
	}
	.menu p span{
		font-size: 24px;
	}
	.menu #menu2{
		display: none;
	}
	.navb .nav-list ul li {
		float: left;
		width: 100%;
		line-height: 42px;
	}
	.navb .nav-list ul li a{
		text-align: left;
		padding-left: 10px;
		color: #222222;
		font-size: 18px;
		padding-right: 10px;
	}
	.navb .nav-list ul li:nth-child(5){
		width: 100%;
	}
	.navb .nav-list ul li:nth-child(5) a{
		text-align: left;
		border-right: none;
	}

	/**脚注**/
	.foot .foot-dh {
		width: 100%;
		float: left;
	}
	.foot .foot-lx {
		width: 100%;
		float: left;
		margin-left: 0%;
		margin-top: 30px;
	}
	.foot .foot-gz {
		width: 100%;
		margin-left: 0%;
		float: left;
		margin-top: 10px;
	}
}