@charset "utf-8";

li{ list-style:none;}
.m-contact {
	background: url(../images/index_project_bg.png) 50% 0 no-repeat fixed;
	background-size: cover;
	padding: 30px 0 50px 0;
	color: #fff; text-align:center;
}
.m-contact p {
	color: #fff;
}
.m-contact-us {
	padding: 40px 0;
}
.m-contact-us span {
	padding-top: 10px;
}
.m-contact-us .am-btn {
	width: 100%;
}
.m-contact-infobox {
	border: 1px solid #D8D8D8;
	background: #fff;
	border-radius: 5px;
	padding: 40px 0;
	text-align: center;
	cursor: pointer;
}
.m-contact-infobox:hover {
	border: 1px solid #ff6a01;
	background: #ff6a01;
	color: #fff;
}


.customer-case-content {
	margin-top: 30px;
}
.customer-case-content li {
	/*padding: 0 !important;
	margin: 0 !important;*/  padding: 16px 16px;
}
.case-li {
	position: relative;
	overflow: hidden;
}
.case-li-mengban {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	/*width: 100%;*/
	background: rgba(51, 104, 186, .9);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	top: 16px;
	left: 16px;
	bottom: 16px;
	right: 16px;
}
.case-li-mengban:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
.case-img1 {
	position: relative;
	padding: 0 !important;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	margin: 0 !important;
/*	border: 10px solid #fff;*/
}
.case-li:hover .case-word {
	display: block;
	bottom: 60px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.case-word {
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 5;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.case-word h3, .case-word a, .case-word div {
	color: #fff !important;
}
.case-word p {
	font-size: 13px;
	padding-bottom: 0;
}
.case-word a span i {
	margin-right: 10px;
	font-size: 15px;
}
.case-word a span {
	font-size: 13px;
	padding: 4px 13px;
	border: 1px solid #fff;
	/*	border-radius: 4px;*/
	/*margin-top: 20px;*/
	display: inline-block;
	background: #fff; color:#0c81c5;
}
/*.case-word a:hover span{
	 background:#ffffff; border: 1px solid #ff6a01; color:#ff6a01;
	}*/
.am-gallery-title {
	margin: 0 0 !important;
	font-size: 17px !important;
}



.news-content {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-content-ul {
	margin-top: 40px; padding-left:0; padding-right:0;
}
.news-content-ul:after {
	content: "";
	display: block;
	clear: both;
}
.news-img {
	width: 90%;
	overflow: hidden;
}
.news-img img {
	width: 100%;
}
.news-content-ul li {
	padding-bottom: 4rem;
}
.news-content-ul li img:hover {
	transform: scale(1.4);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.4);
	-webkit-transform: all 1s ease 0s;
}
.news-content-ul li div {
	margin: 0;
	padding: 0;
}
.news-right-title {
	font-size: 18px;
}
.news-right-words, .news-right-time {
	font-size: 14px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.news-right-time {
	font-size: 14px;
}
.see-more2 {
	padding: 2px 25px;
	color: #fff;
	background-color: #ff6a01;
	border: 1px solid #ff6a01;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.see-more2:hover {
	color: #ff6a01;
	background-color: #fff;
	border: 1px solid #ff6a01;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.see-more2 i {
	margin-left: 5px;
}
.news-content-left ul li {
	margin-top: 10px;
	width: 100%;
}
.news-content-right img {
	width: 100%;
	margin-top: 10px;
}



.blog_sidebar .widget {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 30px
}
.blog_sidebar .widget:first-child {
	margin-top: 20px
}
.blog_sidebar .widget .widget--title {
	background: #fafafa;
	position: relative;
	font-size: 18px;
	padding: 20px 10px 20px 24px;
	margin: 0;
	font-weight: 400
}
.blog_sidebar .widget .widget--title i {
	margin-right: 5px;
	color: #0c81c5
}
.blog_sidebar .widget ul {
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin: 0!important
}
.blog_sidebar .widget ul li {
	border-top: 1px solid #e5e5e5;
	padding: 17px 20px;
	color: #9b9b9b;
	list-style: none;
}
.blog_sidebar .widget ul li a {
	color: #9b9b9b!important;
	padding: 5px 0
}

.blog_sidebar .widget ul li a:hover{color: #00aae7!important;}
.blog_sidebar .widget ul li.choose a {
	color: #00aae7!important;
}

.blog_sidebar .widget ul li .rss-date {
	display: block;
	color: #262626;
	padding: 4px 0 2px;
	font-size: 15px
}

.productlist{ padding-top:10px; }
 .productlist  ul li{padding: 15px 15px;   }
   .productlist  ul li a.productlist-img{overflow:hidden; display:block; width:100%; height:100%;border:1px solid #e9e9e9; }
  .productlist  ul li img{ 
  
  transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;

  
  }
    .productlist  ul li img:hover{
		 transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
		
		}
  .productlist  ul li a{color:#262626;font-size: 16px;
    line-height: 36px;}
	
	.producttitle h2{ text-align:center; font-weight:normal; font-size:3rem;line-height: 8rem;}
	
	.product-project-list ul li{ padding:10px;}
	
	.productcontent {padding-left: 1.5rem;
    padding-right: 1.5rem;}
	.productcontent p{ margin:0 0; padding-bottom:0; padding-bottom:5px;}
	
	
.listpage {
	text-align: center;
}
.pagination	{text-align: center;}
	li.navigation {
	position: relative;
	padding: 0.5em 1em;
	text-decoration: none;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}
li.navigation a {
	border: none;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
	padding: 0.5em 1em;
}


.page-header-intro {
    text-align: center;
    padding: 80px 0 92px;
    font-weight: 300;
    background: url(../images/banner-bg-intro.png) #383d61;
}




	.section .section-container {
}
.section .section-container .contact-left li {
	list-style: none;
	margin: 0 0 0
}
.section .section-container .contact-left li::first-child {
margin-top:0
}
.section .section-container .contact-left li .contact_item {
	position: relative;
	padding: 0 0 0 60px
}
.section .section-container .contact-left li .contact_item .contact_item--icon {
	position: absolute;
	font-size:30px;
	color: #0e90d2;
	top: 0;
	left: 0
}
.section .section-container .contact-left li .contact_item .contact_item--title {
	font-size: 18px; padding-bottom:0; margin-bottom:0; margin-top: 2.5rem;
}
.section .section-container .contact-left li .contact_item .contact_item--text {
	font-size: 18px;
	line-height: 26px;
	color: #969696;
	margin: 0 0 0
}
.map-parents{padding-left: 1.5rem;
    padding-right:  1.5rem; padding-top:3rem;} 
.map {
    height: 480px;
    width: 100%; border-bottom:1px solid #e9e9e9;
}

.introcontent p{margin:0 0; padding-bottom:0; padding-bottom:5px;}


.am-sticky {
    background: #fff;
    /* padding: 15px 0; */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}

.m-news article {
    margin-bottom: 80px;
    position: relative;
}
table.cphz { width:100%;}
table.cphz tr td{ border:1px solid #cccccc; padding:5px 20px;}
 @media screen and (min-width: 601px) { 
.aboutusimg{float: left; width: 600px; height: 399px; border-right:30px solid #fff;}
 }