﻿/***************css reset*********/
body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0 auto;
	padding: 0;
	font-family: microsoft yahei;
}
div, a {
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
	max-width:100%;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
}

.he1 {
	width: 100%;
	height: 10px;
	background: #f3f3f3;
}
.he2 {
	width: 100%;
	height: 13px;
	background: #f4f4f4;
}
.clears {
	clear: both;
}
.div{
	padding: 0 15px;
}
.icon {
}
.logo {
	text-align: left;
	background: #f4f4f4;
	max-width: 640px;
}
.logo img {
	max-width: 640px;
	height:9vh;
	padding: 10px;
	margin-left: 35px;
}
.am-slider-a1 .am-control-nav li a {
	width: 15px;
	height: 15px;
	display: block;
	border: 2px solid #ffa308;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: none;
}
.am-slider-a1 .am-control-nav li a.am-active {
	background: #ffa308;
	cursor: default;
}
.am-list li.first, .am-list li.last {
	display: none;
}
.menu {
	height: 121px;
}
.menu ul {
	max-width: 640px;
	margin:0 auto; 
}
.menu ul li{
	width:25%;
	text-align: center;
	float: left;
}
.menu ul li a{
	display: block;
	width:100%;
}
.menu ul li i{
	display: block;
	width:92px;
	height: 91px;
	margin: 0 auto;
	background: url('../images/menu.png') no-repeat ;
	background-size: 400px;
}
.menu ul li:first-child i{
	background-position:-2px 0px;
	
}
.menu ul li:nth-child(2) i{
	background-position:-102px 0px;
}
.menu ul li:nth-child(3) i{
	background-position:-203px 0px;
}
.menu ul li:nth-child(4) i{
	background-position:-304px 0px;
}
.menu ul li span{
	font-size: 0.9em;
}
/*in_pro*/
.in_pro {
	background: #fff;
	height: 340px;
}
.in_pro .pro_title {
	padding: 10px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #d5d5d5 solid;
}
.in_pro .pro_title i, .in_pro .pro_title  span, .in_pro .pro_title a {
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
}
.in_pro .pro_title i {
	width: 20px;
	background:url('../images/icon.png') no-repeat 0 4px;
}
.in_pro .pro_title span {
	width: 75%;
	margin-left: 10px;
	color: #707070;
}
.in_pro .pro_title a {
	width: 15%;
	font-size: 0.8em;
}
.in_pro .pro_list {
	padding: 15px 10px;
	height: 305px;
}
.in_pro .pro_list li {
	width: 48%;
	float: left;
	margin-left: 10px;
}
.in_pro .pro_list li:nth-child(2n+1) {
	margin-left: 0;
}
.in_pro .pro_list li a{
	display: block;
	width:100%;
	height:100%;
}
@media (max-width:320px){
	.in_pro .pro_list li a img{
		height:104px;
	}
	.am-gallery-default .am-gallery-item img {
		
	}
}
@media (min-width:320px) and (max-width: 640px){
	.in_pro .pro_list li a img{
		
	}
	.am-gallery-default .am-gallery-item img {
	}
}
.am-menu-nav .hover{color:#fff !important;background-color:#0b92ed !important;}
.in_pro .pro_list li a img{
	border:2px solid #cccccc;
}
.in_pro .pro_list li a span {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
}
/*in_about*/
.in_about{
	width:100%;
}
.in_about a{
	display: block;
	width:100%;
	padding:15px;

}
.in_about a .imglist{
	
}
.in_about a .imglist img{
	float:left;
	width:40%;
	margin:0 5px;
}
.in_about a .imglist img:nth-child(2){
	width:32.5%;
}
.in_about a span{
	display: block;
	text-align: center;
	height:35px;
	line-height:35px;
	color: #000000;
	font-size: 1em;
}
.in_about a p{
	line-height: 25px;
	font-size:0.9em;
	color: #000000;
}
/*in_new*/
.in_new {
	background: #fff;
	height: 260px;
}
.in_new .new_title {
	padding: 10px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #d5d5d5 solid;
}
.in_new .new_title i, .in_new .new_title  span, .in_new .new_title a {
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
}
.in_new .new_title i {
	width: 20px;
	background:url('../images/icon.png') no-repeat 0 -22px;
}
.in_new .new_title span {
	width: 75%;
	margin-left: 10px;
	color: #707070;
}
.in_new .new_title a {
	width: 15%;
	font-size: 0.8em;
}
.in_new .new_list {
	padding: 15px 10px;
}
.in_new .new_list li {
	width: 100%;
	height:40px;
	line-height: 40px;
	float: left;
	border-bottom:1px solid #eaeaea;
        overflow:hidden;

}
.in_new .new_list li:last-child{
	border-bottom:0;
}
.in_new .new_list li a{
	display: block;
	width:100%;
	height:100%;
}
.in_new .new_list li a img{
	border:2px solid #cccccc;
}
.in_new .new_list li a i {
	display: block;
	width: 20px;
	height: 40px;
	float: left;
	background:url('../images/icon.png') no-repeat 0 -53px;
}
.in_new .new_list li a span {
	display: block;
	width: 65%;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 1em;
}
.in_new .new_list li a time {
	display: block;
	width: 27%;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 0.9em;
	color:#ababac;
}
.copyright{
	height:70px;
	background: #f4f4f4;
	padding:10px 0 20px 0;
}
.copyright span{
	display: block;
	text-align: center;
	margin:0 auto;
	font-size:0.7em;
	height:25px;
	line-height: 25px;
}
.am-navbar-default .am-navbar-nav{
	padding:0;
}
.am-navbar .am-navbar-nav li{
	border-right: 1px solid #cccccc; 
}
.am-navbar .am-navbar-nav li:last-child{
	border-right: 0; 
}


h3.am-gallery-title {
	text-align: center;
}
.tit {
	padding: 10px 0;
	text-align: center;/*border-bottom: 1px solid #ddd;*/
}

#navtab .buttontab li {
	cursor: pointer;
	border-radius: 10px;
	border: #8f8f8f 1px dashed;
	margin: 1%;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 0.7em;
	background: #8f8f8f;
}
#navtab .buttontab li a {
	color: #fff;
}
#navtab .buttontab li:hover, #navtab .buttontab li.thisbtab {
	background: #0b92ed;
}
.tit h1 {
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}
.dp {
	padding: 10px 8px;
	line-height: 2em;
	max-width: 640px;
	margin: 0 auto;
}
.dp strong span {
	text-align: center;
	font-size: 16px;
	width: 100%;
	display: block;
}
.dp img {
	width: 100% !important;
	height: auto !important;
}

/*css manu style pagination*/
.manu {
	padding: 3px;
	margin: 10px 3px;
	text-align: center;
	font-size: 14px;
	font-family: "Arial"
}
.manu a {
	border: #eee 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #036cb4;
	text-decoration: none;
}
.manu a:hover {
	border: #999 1px solid;
	color: #666;
}
.manu a:active {
	border: #999 1px solid;
	color: #666;
}
.manu .current {
	border: #036cb4 1px solid;
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #036cb4;
}
.manu .disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}

/*分页样式*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye .page-status ,.fenye .page-index,.fenye .page-last {
	display: none;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.fenye .page-num-current {
	background: #38a13a;
	color: #fff;
}
.fenye a:hover {
	background: #38a13a;
	color: #fff;
}

/*地图*/
.BMap_bubble_title {
	font-size: 0.8em;
	color: #fff !important;
}
.BMap_bubble_content {
	width: 250px;
	height: 150px;
	font-size: 0.6em;
	color: #fff;
}


.in_ab .pro_title {
	padding: 10px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #d5d5d5 solid;
}
.in_ab .pro_title i, .in_ab .pro_title  span, .in_ab .pro_title a {
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
}
.in_ab .pro_title i {
	width: 20px;
	background:url('../images/icon.png') no-repeat 0 0px;
}
.in_ab .pro_title span {
	width: 75%;
	margin-left: 10px;
	color: #707070;
}
.in_ab .pro_title a {
	width: 15%;
	font-size: 0.8em;
}