@charset "utf-8";
/*pages*/
.numbar {
	text-align: center;
	/*margin-top: -40px;*/
	margin-bottom: 40px;
}
.numitem {
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 7px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 5px;
}
.numitem a {
	color: #333;
	font-size: 14px;
}
.numactive {
	background: #F8C205;
	border: 1px solid #F8C205;
}
.numactive a {
	font-size: 14px;
	color: #fff;
}
.numitem:hover {
	background: #F8C205;
	color: #fff;
	border: 1px solid #F8C205;
}
.numitem:hover a {
	color: #fff;
}
	* {
		margin: 0;
		padding: 0;
		font-family: "微软雅黑", arial;
		font-size: 12px;
	}
	.clear {
		clear: both;
	}
	ul {
		list-style: none;
	}
	a {
		text-decoration: none !important;
	}
	img {
		border: 0;
	}
	body {
		position: relative;
	}
	.navbar {
		/*background: #f8c205;*/
	}
	.nav a {
		font-size: 16px;
		color: #fff;
	}
	.navbar-default {
		top: 0px !important;
	}
	.nav {
		margin-right: 0 !important;
	}
	.nav li {
		margin: 0;
	}
	nav li .item {
		color: #fff!important;
	}
	.navbar-right{
		margin-top: 26px !important;
	}
	/*nav li .item:hover {
		border-bottom: 2px solid #fff;
	}*/
	.nav>li {
				position: relative;
				display: inline-block;
				/*margin-right: 10px;*/
				/*padding: 0 5px;*/
				/*line-height: 76px;*/
				border-bottom: 2px solid transparent;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.nav>li:nth-child(4){
				margin-right: 0;
			}
			.nav>li.active{
				border-bottom: 2px solid #fff;
			}
	/*.navbar-default .navbar-nav>.active>a {
		border-bottom: 2px solid #fff;
	}*/
	.navbar-fixed-top {
		position: absolute !important;
		top: 0;
		left: 0;
	}
	.nav>li>a{
		padding: 10px 8px!important;
		font-size: 16px;
	}
	/*.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	border-bottom: 2px solid #fff;
}*/
	.logo {
		background: url(../img/logo.png) no-repeat center;
		margin: 0;
		width: 60px;
		height: 70px!important;
		float: left;
		margin-right: 0;
	}
	.logo_box {
		height: auto;
		margin-top: 20px;
		float: right;
	}
	.logo_box h1 {
		font-size: 24px;
		color: #fff;
		margin: 0 auto;
		float: left;
	}
	.logo_box .logo_text {
		float: right;
		margin: 6px auto;
	}
	.logo_box .com_box {
		width: 240px;
		height: 18px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		margin-top: 10px;
	}
	.logo_box .com_box .com {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
	}
	.logo_box .com_box .com p {
		color: #fbc205;
		font-size: 14px;
		padding: 0 8px;
		margin: 0;
	}
	.logo_box .com_box .com_left,
	.com_right {
		width: 20px;
		height: 1px;
		background: #fbc205;
	}
	.carousel {
		margin: 0 auto;
	}
	#search {
		background: url(../img/nav_background.png) no-repeat center;
		width: 100%;
		height: 542px;
	}
	#search .mid {
		width: 750px;
		height: auto;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 20%;
	}
	#search .mid .mid_left {
		float: left;
		width: 60%;
		margin-top: 40px;
	}
	#search .mid .mid_left img {
		max-width: 100%;
	}
	#search .mid .mid_right {
		float: right;
		width: 38%;
		text-align: center;
	}
	#search .mid .mid_right h1 {
		font-size: 40px;
		color: #fff;
		
	}
	.fadeInUp { -webkit-animation: fadeInUp 1s .2s ease both; -moz-animation: fadeInUp 1s .2s ease both; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }
.fadeInDown { -webkit-animation: fadeInDown 1s .2s ease both; -moz-animation: fadeInDown 1s .2s ease both; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }
	#search .mid .mid_right p {
		font-size: 20px;
		color: #fff;
	}
	#search .mid .mid_right a {
		padding: 13px 30px;
		font-size: 20px;
		border-radius: 5px;
		border: 1px solid #fff;
		background: none;
		color: #fff;
		margin-top: 30px;
		text-decoration: none;
		display: inline-block;
							*zoom: 1;
							*display: inline;
							margin: 20px 10px;
	}
	#search .mid .mid_right a:hover {
		background: #fff;
		color: #FBC205;
		text-decoration: none;
	}
	#search .mid .button {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 15px 0 0 -90px;
	}
	/*页尾/////*/
	footer {
		width: 100%;
		height: auto;
		padding: 20px 0;
		margin: 0 auto;
		background: #333;
	}
	footer .footer_nav {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #414141;
	}
	footer .footer_nav li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 16.0%;
	}
	footer .footer_nav li a {
		color: #fff;
		font-size: 14px;
	}
	footer .com_info {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
	footer p {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		font-size: 14px;
		color: #ccc;
		line-height: 0px;
	}
	

/*//////////////////////////////////////////////*/

@media screen and (min-width: 992px) {
	.logo_box .com_box {
		width: 240px;
		height: 18px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		margin-top: 40px;
	}
	#search .mid {
		width: 970px;
		height: auto;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 20%;
	}
	#search .mid .mid_left {
		float: left;
	}
	#search .mid .mid_left img {
		max-width: 90%;
	}
	#search .mid .mid_right {
		float: right;
		width: 36%;
		text-align: center;
	}
}
@media screen and (min-width: 1024px){
	.nav li a{
		/* padding: 10px 15px!important; */
	}
	}
	@media screen and (max-width:1200px){
		.logo_box .com_box{margin-top:14px;}

	}
	@media screen and (min-width:768px) and (max-width:992px){
		.navbar-header{
			zoom:.8;
		}
		.nav>li>a{
			padding:6px 5px !important;
			font-size:14px;
		}
		
	}
@media screen and (min-width: 1200px) {
	.nav>li {
				position: relative;
				display: inline-block;
				margin-right: 20px;
				padding: 0 5px;
				line-height: 76px;
				border-bottom: 2px solid transparent;
				-webkit-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.nav>li.active{
				border-bottom: 2px solid #fff;
			}
			
			 .nav>li:after {
				content: "";
				display: block;
				position: absolute;
				left: 50%;
				-webkit-transform: translateX(-50%) scaleX(0);
				-ms-transform: translateX(-50%) scaleX(0);
				transform: translateX(-50%) scaleX(0);
				bottom: -2px;
				width: 100%;
				height: 2px;
				background: #fff;
				-webkit-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
			}
			
	.nav>li:not(.nav-combtn):hover:after {
				-webkit-transform: translateX(-50%) scaleX(1);
				-ms-transform: translateX(-50%) scaleX(1);
				-moz-transform: translateX(-50%) scaleX(1);
				transform: translateX(-50%) scaleX(1);
			}
	.nav li {
		margin: 0 4px;
	}
	.nav li a{
		padding: 10px 15px!important;
	}
	.logo_box {
		float: right;
		width: auto;
		height: auto;
		padding-top: 6px;
	}
	.logo_box .com_box {
		width: 240px;
		height: 18px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		margin-top: 12px;
	}
	#search .mid {
		width: 1170px;
		height: auto;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 20%;
	}
	#search .mid .mid_left {
		float: left;
		margin-top: 20px;
	}
	#search .mid .mid_left img {
		max-width: 90%;
	}
	#search .mid .mid_right {
		float: right;
		width: 40%;
		text-align: center;
		margin-top: 20px;
	}
	#search .mid .mid_right a {
		padding: 13px 50px;
		font-size: 20px;
		border-radius: 5px;
		border: 1px solid #fff;
		background: none;
		color: #fff;
		margin-top: 30px;
		text-decoration: none;
		display: inline-block;
							*zoom: 1;
							*display: inline;
							margin: 20px 10px;
	}
	#search .mid .mid_right a:hover {
		background: #fff;
		color: #FBC205;
		text-decoration: none;
	}

	footer .footer_nav {
		width: 1170px;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #414141;
	}
	footer .footer_nav li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 16%;
	}
	footer .footer_nav li a {
		color: #fff;
		font-size: 14px;
	}
	/*footer .com_info {
		width: 1170px;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}*/
	footer p {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		font-size: 14px;
		color: #ccc;
		line-height: 0px;
	}
}

@media screen and (max-width: 760px) {
	.nav {
		margin: 0 auto !important;
		margin-right: 0 !important;
		padding: 5px 0;
	}
	.nav li {
		margin: 0;
	}
	.navbar-default .navbar-nav>li>.item{
		color: #fff;
		border: 1px solid #fff;
		text-align: center;
		width: 70%;
		margin: 5px auto;
		border-radius:3px;
	}
	nav li .item:hover {
		border-bottom: 2px solid #fff;
	}
	.nav>li.active{
		border-bottom: 0 !important;
	}
	.navbar-default .navbar-nav>.active>a {
		background: #fff;
		color: #F8C205 !important;
	}
	.navbar-fixed-top {
		position: absolute !important;
		top: 0;
		left: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff !important;
		
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #666 !important;
	}
	
	.navbar .container .navbar-toggle {
		position: absolute !important;
		top: 10px !important;
		right: 0 !important;
		background:#fff;
	}
	.navbar-default .navbar-collapse {
		background: #F8C205;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: #Fff !important;
	}
	.logo {
		background: url(../img/logo.png) no-repeat center;
		margin: 0;
		width: 40px;
		height: 70px!important;
		float: left;
		margin-right: 0;
	}
	.logo_box {
		height: auto;
		margin-top: 20px;
		float: left;
	}
	.logo_box h1 {
		font-size: 22px;
		color: #fff;
		margin: 0 auto;
		float: left;
	}
	.logo_box .logo_text {
		margin: 6px auto;
		margin-left: 4px;
	}
	.logo_box .com_box {
		width: 220px;
		height: 18px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		margin-top: 10px;
	}
	.logo_box .com_box .com {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
	}
	.logo_box .com_box .com p {
		color: #fbc205;
		font-size: 14px;
		padding: 0 6px;
		margin: 0;
	}
	.logo_box .com_box .com_left,
	.com_right {
		width: 14px;
		height: 1px;
		background: #fbc205;
	}
	.carousel {
		margin: 0 auto;
	}
	#search {
		background: url(../img/nav_background.png) no-repeat center;
		width: 100%;
		height: 300px;
	}
	#search .mid {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 24%;
	}
	#search .mid .mid_left {
		/*float: left;*/
		width: 90%;
		margin: 0 5%;
		margin-top: 40px;
	}
	#search .mid .mid_left img {
		max-width: 100%;
	}
	#search .mid .mid_right {
		position: absolute;
		top: 20px;
		left: 30px;
		width: 0;
		text-align: center;
	}
	#search .mid .mid_right h1 {
		font-size: 0;
		color: #fff;
		width: 0;
	}
	#search .mid .mid_right p {
		font-size: 0;
		color: #fff;
		width: 0;
	}
	#search .mid .mid_right a {
		display: inline-block;
							*zoom: 1;
							*display: inline;
							margin: 20px 10px;
		padding: 13px 0;
		width: 0;
		font-size: 0;
		border-radius: 5px;
		border: 1px solid #fff;
		background: none;
		color: #fff;
		margin-top: 30px;
	}
	#search .mid .mid_right a:hover {
		background: #fff;
		color: #FBC205;
		text-decoration: none;
	}
	#search .mid .button {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 15px 0 0 -90px;
	}
	/*模块标题*/
	.container .reason_title {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container .reason_title hgroup h2 {
		font-size: 24px;
		color: #111;
		font-weight: bold;
		padding-top: 10px;
	}
	.container .reason_title hgroup h4 {
		font-size: 14px;
		color: #555;
		margin: 10px auto;
		line-height: 20px;
	}
	.container .reason_title .line img {
		max-width: 100%;
		margin: 0 auto;
	}
	
	/*页尾/////*/
	footer {
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
		background: #333;
	}
	footer .footer_nav {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: center;
		border-bottom: 1px solid #414141;
	}
	footer .footer_nav li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 30%;
		margin: 10px auto;
	}
	footer .footer_nav li a {
		color: #fff;
		font-size: 14px;
	}
	footer .com_info {
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
		border-top: 1px solid #414141;
		
	}
	footer p {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		padding: 8px 0;
		margin-bottom: 10px;
		font-size: 14px;
		color: #ccc;
		line-height: 0px;
	}
	
}

/**分页
 */
.pagina {
	/*margin-left: 30%;*/
	height: 34px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.pagina li {
	border: 0px solid #ccc;
	margin: 0 7px;
	display: inline-block;
	zoom: 1;
	border-radius: 5px;
	padding: 8px 14px;
	font-size: 14px;
}
.pagina li a{
	color: #333;
	font-size: 14px;
}
.pagina li:hover{
	background: #F8C205;
	color: #fff;
	border: 1px solid #F8C205;
}
.pagina li a:hover{
	background: #F8C205;
	color: #fff;
	border: 1px solid #F8C205;
}
.pagina li.thisclass {
	background: #F8C205;
	border: 1px solid #F8C205;
}
.pagina li.thisclass a {
	font-size: 14px;
	color: #fff;
}
.pagina li.thisclass a,.pagina li.thisclass a:hover{
	background: #F8C205;
	color: #fff;
	border: 1px solid #F8C205;
}
