/* Write your styles */

.am-g,.am-container{
	max-width: 1200px;
	margin: 0 auto;
}

a{
	color:#444;
}



#top{
	padding-top: 15px;
	padding-bottom: 15px;
}

#top .am-list{
	width:20%; 
	float: right;
	position: relative;
}

#top .am-list:before{
	content:"服务热线：";
	position: absolute;
	left:-80px;
}

#top .am-list li{
	border: none;
	text-align: right;
}

#nav{
	background: #007cc3;
}

#nav .am-nav a{
	color:#fff;
	font-size: 14px;
	line-height: 35px;
}

#nav .active{
	background: #0E90D2;
}


#nav .am-dropdown-content a{
	color:#444;
}

#nav .am-nav a:hover{
	background: #00629a;
}


#nav .am-dropdown-content a:hover{
	background: #f0f0f0;
}


#nav .search{
	border: none;
	background: none;
	width:50%;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	top:8px;
	float:right;
}

#nav .search .am-form-field,#nav .search .am-btn{
	padding:0 8px;
	background: none;
	border: none;
	color:#fff;
	height: 28px;
	font-size: 14px;
}

#banner{
	max-height: 500px;
	overflow: hidden;
}

.am-slider-default{
	margin: 0;
}

#banner .am-control-nav{
	display: none;
}


#servise{
	margin-top: 20px;
}

.owl-carousel .item{
	position: relative;
}

.owl-carousel .info{
	position: absolute;
	height: 100%;
	overflow: hidden;
	top:0;
	color:#fff;
	text-align: center;
	background: rgba(50,50,50,0.5);
	width:100%;
	padding-top: 4rem;
}

.owl-carousel .info:hover{	
	background: rgba(0,134,150,0.5);
	cursor: pointer;
}

.owl-carousel .info h3{
	margin: 0;
	font-weight: normal;
}

.owl-carousel .info  span{
	font-size: 12px;
}

.owl-carousel .iconfont{
	font-size: 7.2rem;
	color:#81d1ff;
}

.owl-carousel .info:hover  .iconfont{	
	color:#fff;
}

.owl-carousel .item-t  .info{
	background: rgba(0,134,150,0.1);
}

.title{
	background: #e2e2e2;
	padding:5px 10px;
	margin-bottom: 15px;
}

.title span{
	text-transform: uppercase;
	margin-left:10px;
}

.title  .iconfont{
	color:#007cc3;
}


#news{
	margin:20px auto;
	font-size: 14px;
}

#news .iconfont{
	color:#007cc3;
}

#news .am-list-news {
	margin: 0;
	padding: 0;
}

#news .am-list-news li{
	padding:5px 0;
}


#news .am-list-news li:first-child{
	border: none;
	background: #f0f0f0;
	padding: 0;

}

#news .am-list-thumb span{
	display: block;
	background: #007cc3;
	color:#fff;
	text-align: center;
	font-size: 12px;
}

#news .am-list-main{
	padding:5px 10px 5px 0;
}

#news .am-list-item-text{
	max-height: 6.6rem;
	line-height: 22px;
}


#customers{
	margin-top: 30px;
}

#customers img{
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

#customers li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;/*垂直居中*/
	justify-content: center;/*水平居中*/
	height: 60px;
}

#f-link{
	background: #eee;
	padding:25px 0;
	margin-top: 25px;
	font-size: 14px;
	line-height: 30px;
}

#f-link  .qrcode dl{
	width:50%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

footer{
	background: #007cc3;
	color:#fff;
	font-size: 14px;
	line-height: 35px;
}

footer a{
	color:#fff;
	float:right;
	margin: 0 10px;
}

#profile .honor li{
	position: relative;	
	text-align: center;
}

#profile .honor a{
	transition: all 0.5s;
	
}

#profile .honor  a img{
	width:90%;
	position: relative;	
	margin: 0 auto;
	transition: all 0.5s;
	max-height: 240px;
}

#profile .honor .info{
	display: block;
	width:90%;
	height: 100%;
	background: rgba(0,124,195,0.5);
	color:#fff;
	line-height: 3rem;
	position: absolute;
	top:0;
	text-align: center;
	display: none;
	left:5%;
	transition: all 0.5s;
}

#profile .honor .info span{
	position: absolute;
	top:45%;
	display: block;
	width:100%;
}

#profile .honor a:hover img{
	width:90%;
}

#profile .honor a:hover .info{
	display: block;
}

#profile .icase{
background: #f0f0f0;
font-size: 14px;

}

#profile .icase:hover{
	cursor: pointer;
}

#profile .icase dl{
	margin: 10px;
}

#profile .icase img{
	max-width: 100%;
	max-height: 120px;
}

#profile .icase .am-icon-caret-left,#profile .icase .am-icon-caret-right{
	position:absolute;
	top:40%;
	color:#f0f0f0;
	font-size: 24px;
}

#profile .icase .am-icon-caret-left{
	left:-8px;
}

#profile .icase .am-icon-caret-right{
	right:-8px;
}

@media screen and (max-width: 767px){
	#top .am-list{
		width:100%;
		float: none;
		margin-bottom: 0;
		margin-top: 10px;
		display: none;
	}

	#top .am-list:before{
		display: none;
	}

	#top .am-list li{
		display: inline-block;
		width:45%;
		text-align: left;
	}

	#nav{
		padding:10px 0;
	}

	#nav .search{
		width:100%;
		top:0;
	}

	#nav .search .am-form-field, #nav .search .am-btn{
		background: #fff;
		color:#444;
	}

	footer a{
		float: left;
		margin: 0 10px 0;
	}

	.honor{
		margin-bottom: 20px;
	}

	.am-offcanvas-bar{
		width:150px;
	}
}

#breadcrumb{
	background: #f0f0f0;
	margin-bottom: 20px;

}

.am-breadcrumb{
	margin: 0;	
}

#customers-list .item{
	background: #f0f0f0;
	float: left;
	font-size: 14px;
	width:23%;
	margin:15px 1%;
}



#customers-list .item:hover{
	background: #007cc3;
	color:#fff;
}

#customers-list .item dl{
	margin: 15px;
}

#customers-list .item .pic{
	min-height: 230px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;/*垂直居中*/
	justify-content: center;/*水平居中*/

}

#customers-list .item img{
	max-width: 100%;
}

@media screen and (max-width: 767px){
	#customers-list .item{
		width:95%;
		margin:15px 2.5%;
	}

	#customers-list .item img{
		width:100%;
	}
}


#customers-list .am-btn-toolbar{
	width:90%;
	margin:10px auto;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#customers-list .am-btn-toolbar .am-btn{
	border:1px solid #007cc3;
	flex:1;
	margin: 0;
	background: #fff;
	margin-right: -1px;
	color:#007cc3;
}

#customers-list  dt{
	font-size: 18px;
}

#customers-list  dd{
	color:#999;
	line-height: 24px;
	max-height: 95px;
	overflow-y: hidden;
}

#customers-list .item:hover dt,
#customers-list .item:hover dd{
	color:#fff;
}

#customers-list .am-btn:hover{
	background: #7fd0ff;
}

#customers-list .pic{
	max-height: 230px;
	overflow: hidden;
}

#content{
}

.side-bar .title{
	text-transform: uppercase;
	color:#007cc3;
	margin-bottom: 0px;
}

.sub-nav .am-list {
	margin-top: 10px;
}

.sub-nav .am-list li{
	border: none;
	padding-left: 30px;
	position: relative;
}

.sub-nav .am-list li a{
	color:#333;
}

.sub-nav .am-list {
	border-bottom: 2px solid #007cc3
}

.sub-nav .am-list .am-active{
	background: #007cc3;
	color:#fff;
}

.sub-nav .am-list .am-active a{
	color:#fff;
}

.sub-nav .am-list .am-active:before{
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	content:"\f0da";
	font-size: 36px;
	color:#fff;
	position: absolute;
	top:15%;
	left:-2px;
}

.sub-new .am-list{
	margin-top: 0;
}

.sub-new li:first-child{
	border-top: none;
}

.sub-new li{
	padding:10px 0 10px 20px;
	position: relative;
	font-size: 14px;
}

.sub-new li a{
	padding: 0;
}

.sub-new li:before{
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	content:"\f105";
	display: inline-block;
	position: absolute;
	left:5px;
	top:10px;
	color:#007cc3;
}

.sub-new li span{
	display: block;
	color:#999;
	margin-top: 5px;
}

.zs-list .item {
	width:90%;
	margin: 0 auto;
	border: 1px solid #007cc3;
	border-bottom: 2px solid #D52526;
	min-height: 260px;
	margin-bottom: 15px;

}


.zs-list li img{
	width:70%;
	display: block;
	margin: 0px auto;
}

.zs-list li span{
	display: block;
	width:100%;
	position: relative;
	color:#fff;
	background: rgba(0,124,195,0.8);
	color:#fff;
	text-align: center;
	line-height: 40px;
	margin-top:-40px;
}



.team .am-gallery-item{
	text-align: center;
	background: #f0f0f0;
	border-bottom: 1px solid #007cc3;
	font-size: 14px;
	padding-bottom: 10px;
}

.am-gallery-item .pic{
	max-height: 170px;
	display: block;
	overflow-y: hidden;
}

.product-list .am-gallery-item .pic{
	height: 130px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;	
	align-items:center;/*垂直居中*/
	justify-content: center;/*水平居中*/
	overflow-y: hidden;
}

.product-list .am-gallery-item .pic img{
	max-height: 130px;
}

.down-list .item{
	text-align: center;
	min-height: 100px;
	background: #f5f5f5;
	display: block;
	transition: all 0.2s;
}

.down-list .iconfont{
	font-size: 72px;
	color:#007cc3;
}

.down-list .item:hover{
	background: #007cc3;
	color:#fff;
}

.down-list .item:hover .iconfont{
	color:#fff;
}

.case{
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.case dl{
	margin: 0;
}

.case dt{
	font-size: 18px;
	font-weight: normal;
}

.case dt:after,.case-title:after{
	content:"";
	display: block;
	width:10%;
	height: 1px;
	background: #e22826;
	margin-top: 10px;
}

.case-title:after{
	margin-bottom: 15px;
	width:20%;
}

.case  a{
	color:#007cc3;
	display: block;
	text-align: right;
}

.case-detail .link{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #ccc;
}

.case-detail .link a{
	width:50%;
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.case-detail .link a{
		width:100%;
	}

	.am-gallery-item .pic{
		max-height: none;
	}
	
	.product-list .am-gallery-item .pic{
		max-height: 120px;
	}
	
}

.product-list .am-gallery-item{
	border:1px solid #007cc3;
	position: relative;
}

.product-list .am-gallery-title{
	border: 1px solid #007cc3;
	border-radius: 5px;
	padding:3px 5px;
	width:90%;
	margin: 10px auto -10px;
	text-align: center;
	background: #fff;
}

.product-list  .pic{
	background: #f5f5f5;
}

.product-list li{
	margin-bottom: 15px;
}

.product-title{
	font-size: 18px;
}

.product-title::after{
	content:"";
	display: block;
	width:25%;
	height: 2px;
	background: #e22826;
	margin-top: 10px;
}

.product-detail .am-tabs{
	margin-top: 20px;
	margin-left: 15px;
}

.product-detail .am-tabs-bd,.product-detail .am-tabs-nav{
	border: none;
}

.product-detail .am-tabs-nav li a{
	border: 1px solid #007cc3;
	color:#007cc3;
	margin: 0;
	min-width: 150px;
	text-align: center;
}

.product-detail .am-tabs-nav .am-active a{
	background: #007cc3;
	color:#fff;
	
}

.news dt:after{
	display: none;
}

.news .date,.news-detail .date{
	position: relative;
	padding-left: 40px;
}

.news .date:before,.news-detail .date:before{
	content:"";
	display: inline-block;
	width:35px;
	height: 1px;
	background: #e22826;
	position: absolute;
	top:45%;
	left:0;
}

#sub-banner {
	position: relative;
}

#sub-banner .info{
	width:100%;
	height: 100%;
	position: absolute;
	color:#fff;
	background: rgba(0,0,0,0.6);
	text-align: center;
	top:0;
}

#sub-banner .info h1{
	margin-top:5%;
	font-size: 48px;
}

#sub-banner h3,#sub-banner h5{
	font-weight: normal;
}

#sub-banner h3{
	font-size: 18px;
	margin: 0;
}

#sub-banner h5{
	width:25%;
	margin: 20px auto;
}

@media screen and (max-width: 1439px){
	#sub-banner h5{
		display: none;
	}

	.contact,.case,.case-detail,.news-detail,.product-detail{
		padding-left:15px;
		padding-right:15px;
	}

	.zs-list .item{
		min-height:100px;
	}
}

@media screen and (max-width: 767px){
	#sub-banner h3{
		display: none;
	}

	#sub-banner .info h1{
		font-size: 32px;
	}
}

.am-offcanvas-content{
	padding:10px;
}

.am-offcanvas-content .am-panel{
	background: none;
	border: none;
}

.am-offcanvas-content .am-panel .am-list li{
	background: none;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444
}

.jobs{
	padding-left: 30px;
	border-left:1px dashed #007cc3;
	width:95%;
	margin: 0 auto; 
	position: relative;
}

.jobs-item{
	background: #f0f0f0;
	position: relative;
	left:-30px;
	padding:5px 15px 5px 30px;
	margin-bottom: 15px;
}

.jobs-item2{
	background: #fff;
}

.jobs .jobs-icon{
	position: absolute;
	top:0;
	left:-12px;
}

@media screen and (max-width:767px) {

	.jobs{
		padding-left: 0;
		border-left: none;
		margin-bottom: 20px;
	}

	.jobs-item{
		left:0;
		padding:0;
		background: none;
	}

	.jobs img{
		display: none;
	}

	.jobs p{
		background: #f0f0f0;
		padding:10px;
		font-size: 14px;
	}

	.jobs-title{
		color:#007cc3;
	}


	
}

.contact{
	font-size: 14px;
}

.contact .iconfont{
	color:#007cc3;
}

.contact .white{
	color:#fff;
}

.contact .icon-youxiang{
	position: relative;
	left:-10px;
}

.contact .contact-title{
	font-size: 16px;
	font-weight: bold;
	color:#007cc3;
	padding-left: 25px;
	border-left:2px solid #e22826;
}

.contact .item{
	margin-top: 15px;
}

.product-detail .am-slider-default{
	margin-bottom: 15px;
}

.icase{
	max-height:120px;
	overflow:hidden;
}
.icase .case img{
	width:100%;
}

@media screen and (max-width:768px){
	.icase{
	max-height:none;
}
}