﻿* {
	font-family: "微软雅黑";
	list-style-type: none;
}

.clear:after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

a:hover,
a:active {
	text-decoration: none;
}

img {
	display: block;
	
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.main_content {
	width: 1100px;
	margin: 0 auto;
}

.main {
	padding: 20px;
	 background-color:#fff;
}
.header{
    background-color:#fff;
}

.banner {
	max-width: 1480px;
	margin: 0 auto;
}


/*头样式start*/

header .header_content,
.head,
.nav_main,
.footer_content {
	width: 1100px;
	margin: 0 auto;
}

header {
	background-color: #EFEFEF;
	height: 25px;
}

header .header {
	font-size: 12px;
	line-height: 25px;
}

header ul,
.nav ul,
.footer_left ul {
	padding: 0;
	margin: 0;
}

header ul li {
	display: inline-block;
}

header .header_left {
	float: left;
	width: 35%
}

header .header_left_title {
	color: #F79F23;
}

header a {
	color: #545454;
}

header .header_left_logo a {
	margin-left: 5px;
}

header .header_right {
	float: right;
	text-align: center;
	width: 45%;
}

header .header_right li {
	width: 70px;
	text-align: center;
	position: relative;
}

header .header_right li:first-child:after {
	background: none;
}

header .header_right li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #7C7C7C;
}

.head {
	margin-top: 5px;
	margin-bottom: 10px;
}

.head div {
	float: left;
}

.head .head_logo {
	width: 30%;
}

.head .head_main {
	width: 45%;
}

.head .head_right {
	width: 25%;
}

.head_main .guanjian span {
	margin-right: 6px;
	color: #7C7C7C;
}

.nav {
	background: #F9B96B;
}

.nav .nav_main_left {
	float: left;
	width: 80%;
	height: 40px;
}

.nav_main {
	background: url(../image/header.png) 100%;
	background-color: #FFFFFF;
	background-position-x: 52%;
}

.nav .nav_main_right {
	width: 20%;
	float: right;
	background-position: 0 0;
	height: 40px;
}

.nav li {
	float: left;
	line-height: 40px;
	text-align: center;
}

.nav li a {
	color: #FFFFFF;
	font-size: 16px;
}

.nav_main_left li {
	width: 11.11%;
}


.row {
	width: 90%;
}


/*头样式end*/


/*底部样式start*/

.footer {
	background: #FFC07B;
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 35px;
}

.footer_right {
	margin-top: -40px;
	width: 30%;
	float: right;
}

.footer_right span {
	color: #FFFFFF;
	display: block;
	margin: 3px auto;
	text-align: center;
}

.footer_right .footer_right_img {
	display: inline-block;
	width: 32%;
	margin-top: 12px;
}

.footer_left {
	width: 65%;
	float: left;
}

.footer p {
	color: #FFFFFF;
	margin-bottom: 2px;
}

.footer_left ul {
	margin-bottom: 20px;
}

.footer_left ul li {
	color: #FFFFFF;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.footer_left ul li:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #FFFFFF;
}

.footer_left ul li:first-child {
	padding-left: 2px;
}

.footer_left ul li:first-child:after {
	background: #FFC07B;
}


/*底部样式end*/

#nav_sign {
	display: none;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 3px;
	background: #F9B96B;
}

@media only screen and (max-width: 1100px) {
	h4 {
		font-size: 15px;
	}
	header .header_content,
	.head,
	.nav .nav_main,
	.main_banner .banner,
	.basic,
	.footer_content,
	.main_content {
		width: 100%;
	}
	.nav_main {
		background-color: #F9B96B;
	}
	.header_right {
		display: none;
	}
	.nav li a {
		font-size: 14px;
	}
	.zixun_right ul li a {
		margin-right: 0;
	}
	.head_right,
	.guanjian,
	.zixun_left {
		display: none;
	}
	.head .head_logo {
		width: 45%;
	}
	.head .head_main {
		width: 50%;
		float: right;
		margin: 0;
	}
	.zixun_right {
		width: 100%;
	}
	.banner_list {
		height: auto;
	}
}

@media only screen and (max-width: 769px) {
	.main {
		padding: 0;
	}
	header .header_left {
		width: 100%;
		text-align: center;
	}
	.banner {
		display: none;
	}
	.nav_main {
		background: none;
		background: #FFFFFF;
		display: none;
	}
	.nav {
		background: #FFFFFF;
	}
	.nav .nav_main_left,
	.nav .nav_main_right,
	.nav .nav_main ul li {
		float: none;
		width: 100%;
		background: #ffffff;
	}
	.nav .nav_main ul li {
		display: block;
		width: 90%;
		margin: 0 auto;
		border-radius: 10px;
		margin-bottom: 3px;
		background: #F9B96B;
	}
	.nav .nav_main ul li:hover,
	.nav .nav_main ul li:active {
		background: #46B8DA;
	}
	.nav .nav_main_left,
	.nav .nav_main_right {
		height: auto;
	}
	#nav_sign {
		display: block;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 40px;
		cursor: pointer;
	}
	.footer_left,
	.footer_right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer_right_img span {
		display: none;
	}
	.footer_right .footer_right_img {
		margin-bottom: 40px;
	}
	.footer_right .footer_right_img:first-child {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.head_logo {
		display: none;
	}
	.head .head_main {
		width: 100%;
	}
	.row{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.row .col-lg-6{
		margin-left: 20px;
	}
}