﻿/* CSS Document */

body {
	background: #FFF !important;
}

.banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
	font-size: 0
}

.b-img {
	height: 550px;
	position: absolute;
	left: 0;
	top: 0;
}

.b-img a {
	display: block;
	height: 550px;
	float: left;
}

.b-list {
	height: 50px;
	padding-top: 700px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}

.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
}

.b-list .spcss {
	border: 3px solid #14ab04;
}

.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}

.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}

.bar-left em {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../images/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 210px;
}

.bar-right em {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../images/arrow.png) -25px 0px no-repeat;
	margin: 0 auto;
	margin-top: 210px;
}

.bar-left .emcss {
	background-position: 0px -50px;
}

.bar-right .emcss {
	background-position: -25px -50px;
}

.aw-top-menu-wrap {
	height: 70px;
}

.aw-logo {
	height: 62px;
}

.navbar {
	height: 70px;
	margin-left: -150px;
}

.aw-container-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-thumbnail:hover,
.opacity_img:hover {
	opacity: 0.75;
}

.navbar-nav>li>a {
	line-height: 38px;
}

.about_index {
	padding: 35px 20px 50px 20px;
}

.about_head {
	border-bottom: 1px solid #eaeaea;
	text-align: left;
}

.about_head h2 {
	font-size: 24px;
	color: #767676;
	margin-bottom: -12px;
}

.about_head span {
	font-size: 20px;
	color: #AD8645;
	padding-right: 7px;
	position: relative;
	top: 12px;
	background-color: #fff;
}

.about_content p {
	line-height: 32px;
	margin-top: 20px;
}

.about_content a.btn-info {
	color: #000;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #000;
	padding: 8px 36px;
}


/*首页案例*/

.case_box {
	background-color: #F6F6F6;
	padding: 35px 0px 0px 0px;
}

.case_head h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 30px;
}

.case_head p {
	text-align: center;
	font-family: 'Times New Roman';
}

.case_list {
	clear: both;
	padding: 30px 0px 10px 0px;
	margin-right: -15px;
	margin-left: -15px;
}

.case_img {
	padding-left: 15px;
	padding-right: 0px;
	min-height: 250px;
}

.case_img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 0px 15px 0px 0px;
	max-height: 190px;
}


/*首页新闻*/

.news_head {
	margin-top: 40px;
}

.news_head h2 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 30px;
}

.news_head p {
	text-align: center;
	font-family: 'Times New Roman';
}

.news_index {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 15px;
}

.news_index li {
	margin-bottom: 20px;
	padding: 25px 15px;
	min-height: 70px;
	border: 1px solid #ccc;
}

.news_index li span {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #499ef3;
	color: #fff;
	float: left;
	line-height: 53px;
	padding: 0px 2px;
	font-size: 20px;
	position: relative;
	left: -35px;
	top: -5px;
}

.news_index li span strong {
	display: block;
	font-size: 24px;
	padding-top: 5px;
}

.news_index li span i {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
}

.news_index li a {
	color: #333;
	font-size: 16px;
	margin-left: -20px;
}

.news_index li a:hover {
	text-decoration: none;
	color: #CFA970;
}

.news_index li em {
	font-style: normal;
	display: inline-block;
	line-height: 18px;
	color: #777;
	padding-top: 10px;
	margin-left: -20px;
}

.news_col {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.news_index2 {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 16px 0px 10px 0px;
}

.news_index2 li {
	color: #363534;
	border-bottom: 1px dashed #ccc;
	background: url(../images/li.png) no-repeat left 16px;
	line-height: 21px;
	padding: 11px 0px;
	padding-left: 13px;
}

.news_index2 li a {
	color: #363534;
}

.news_index2 li a:hover {
	text-decoration: none;
	color: #CD1409;
}

.link_box {
	background-color: #4A4A4A;
	padding: 10px 0px;
	text-align: center;
	color: #E9E9EA;
	font-size: 13px;
}

.link_title {
	font-size: 13px;
	margin-right: -6px;
}

.link_box button {
	display: none;
}

.link_box a {
	color: #E9E9EA;
	border-right: 1px solid #BBBBBB;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
}

.link_title:after {
	content: "：";
}

footer {
	text-align: center;
	background-color: #1F1F1F;
	color: #fff;
	padding: 30px 0px 20px 0px;
	font-size: 12px;
}

.copyright {
	line-height: 20px;
	padding: 0px 5px;
}

@media (max-width:992px) {
	.banner,
	.b-list,
	.b-img a {
		height: 250px;
	}
	.bar-right em,
	.bar-left em {
		margin-top: 100px;
	}
	{
		padding-top: 250px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media screen and (min-width: 769px) {
	.index_left_nav,
	.footer_nav {
		display: none;
	}
}

@media screen and (max-width: 768px) and (min-width: 320px) {
	.col-mm-6 {
		width: 50%;
	}
	.col-mm-1,
	.col-mm-2,
	.col-mm-3,
	.col-mm-4,
	.col-mm-5,
	.col-mm-6,
	.col-mm-7,
	.col-mm-8,
	.col-mm-9,
	.col-mm-10,
	.col-mm-11,
	.col-mm-12 {
		float: left;
	}
}

@media screen and (max-width: 768px) {
	#topsearch {
		display: none;
	}
}

@media only screen and (max-width: 1208px) {
	.navbar {
		height: 70px;
		margin-left: 0px;
	}
}