﻿@charset "utf-8";
/* CSS Document */

.slide { position: relative; z-index: -1; }
.swiper-container { width: 100%; height: auto; margin: 0px auto; }
.swiper-slide { position: relative; text-align: center; background: #fff; height: auto; width:100%; overflow: hidden;}
.slide-img { width: 100%; height: auto; overflow: hidden; }
.slide-img img,.swiper-slide img { width: 100%; }
.slide-content { width: 320px; left: 50%; margin-left: -160px; position: absolute; z-index: 2; bottom: 12%; color: #fff; font-size: 24px; line-height: 1.08; }
.slide-content a{ color:#fff;}
.swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: #fff; opacity: 1; }
.swiper-pagination-bullet-active { opacity: 1; background: #960014; }
@media (max-width: 414px) {
.slide-content { bottom: 17%; }
.slide-content { font-size:16px;}
}
.h-news{ width:100%;}
.h-news ul li{ width:100%; height:auto;}
.h-news ul li img{ width:100%; height:auto;}
.h-news ul li h4{ font-size:16px; color:#000; text-align:center; width:92%; margin:20px auto; line-height:1.58;}
.h-news ul li h4 a{ color:#000}
.h-news ul li h4 span{ color:#888;margin-right: 5px;}




/*项目*/
.fl { float:left; }
.project-search-box { height:auto; line-height:34px; padding-left:30px; width:70%; margin:0 auto; margin-bottom:20px; }
.project-search-label { color:#787777; width:46px;}
.project-search-btn { width:40%; height:32px; line-height:32px; border:1px solid #b7b7b7; margin-right:17px; padding-left:10px; background:#fff; position:relative; cursor:pointer;  appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("../images/icon-right.png") no-repeat scroll right center transparent; background-size: auto 10px; padding-right: 9px; padding-left: 5px;}
.project-search-btn+.project-search-btn{ float:right;}
/*.project-search-btn i { width:5px; height:9px; background:url("../images/icon-right.png") center center no-repeat; display:block; position:absolute; right:11px; top:12px; -moz-transition:all .4s ease; -ms-transition:all .4s ease; -o-transition:all .4s ease; transition:all .4s ease;
}
.project-search-sub { position:absolute; z-index:1000; background:#efeeee; left:-1px; top:31px; border:1px solid #b7b7b7; border-top:0; width:100.5%; height:136px; overflow:auto; font-size:12px; padding-top:5px; display:none; }
.project-search-sub a { display:block; padding-left:12px; line-height:26px }
*//*.project-search-btn.on .project-search-sub{ display:block;}*/

/*.project-search-btn.on i { -ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg);
}
*/

/*-----------服务案例*/
.serviceContent img{
	width: 100%;
	height: auto;
}

.serviceContent h3{
	padding:20px 10px;
	margin: 0;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
}
.serviceContent h3 p{
	font-size: 14px;
	margin:0 0;
	padding: 0;
	color: #999;
	letter-spacing: 2px;
}
.serviceContent h3 i{
	position: relative;	
}
.serviceContent h3 i:before{
	content: "";
	display: inline-block;
	margin-right:10px;
	width: 	0px;
	height: 0px;
	border:15px solid #999;
	border-top: 10px solid transparent;
	border-right:10px solid transparent;
	border-left: 10px solid transparent;
}
/*隐藏区域*/
.closeBox{
	display: none;
}

/*项目详情*/
.text-title{ width:90%; margin:0 auto; position:relative; height:60px; line-height:60px;}
.text-title h3{ width:90%; margin:0 auto; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center; font-size:18px;}
.text-title .t-prev,.text-title .t-next{ position:absolute; top:50%; margin-top:-10px; width:12px; height:20px;}
.text-title .t-prev{ left:0;}
.text-title .t-next{ right:0;}
.aboutTab { height: auto; overflow: hidden; background-color:#f4f7f8; padding:4% 2%;}
.about-icon-tab { width: 100%; margin-bottom:60px; }
.icon-tab { width:auto; margin:0 auto; text-align: center; height:auto; overflow:hidden;}
.icon-tab a { margin: 0 6%; line-height: 40px; height: auto; display: inline-block; width: 21%; position: relative; color:#333; display:block; float:left; font-size:16px;}
.icon-tab a:hover{ color:#9a0d12;}
.icon-tab a .tab{ width:80px; height:80px; border-radius:50%; display:block;}
.icon-tab a.active { border-bottom: 3px solid #960014; color: #9a0d12; }
.tab-content { position: relative }
.tab-content .tab-pane { display:none; height:auto; position:relative; font-size:16px; line-height:1.68;}
.tab-content .tab-pane.active { display: block }


/*分类新闻*/
.bggray{ background-color:#f4f7f8;}
.center{ width:90%; margin:0 auto; text-align:center; line-height:1.68; margin-bottom:30px; font-size:16px;}
.text-wrapper{ height:auto; overflow:hidden;}
.text-wrapper .swiper-container{ width:80%; margin:0 auto; height:auto; background-color:#fff;}
.text-wrapper .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #efefef; opacity: 1; }
.text-wrapper .swiper-pagination-bullet-active { opacity: 1; background: #960014; }

.slide-text{ width:100%; padding:26px 3%; text-align:left;}
.slide-text h4{ font-size:16px;}
.slide-text p{ margin-top:2%;}
.slide-text p span{ color:#808080;}
.slide-text p span a{ float:right; color:#9b1015;}
.more a{ display:block; width:120px; height:34px; line-height:34px; text-align:center; background-color:#9b1015; color:#fff; margin:4% auto;}

.swiper-container2 .swiper-slide h4{ font-size:16px; position:absolute; width:100%; height:20%; bottom:0; background-color:rgba(0,0,0,.5); z-index:3; color:#fff;display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.swiper-container3 .swiper-slide h4{ font-size:13px; position:absolute; width:100%; line-height:2; bottom:0; z-index:3; color:#fff; height:30%;display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.text-wrapper ul{ border:3px solid #eaeaea; border-bottom:0; width:90%; margin:0 auto;}
.text-wrapper ul li{ border-bottom:3px solid #eaeaea; padding:14px 2%; font-size:16px; width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.text-wrapper ul li img{ width:10%; margin:0 2%; max-width:45px;}
@media (max-width:767px){
.swiper-container2 .swiper-slide h4{ height:30%;}
.swiper-container3 .swiper-slide h4{ height:50%;}
}
@media (max-width: 640px) {
.project-search-box { padding-left:0;}
.project-search-btn { width:70%; margin-bottom:20px; float:right;}
}
/*新闻列表*/
.listul1{ width:100%;}
.listul1 li{ width:100%; display:block; float:left; margin-bottom:2%; background-color:#fff;}
.listul1 img{ width:24%; height:auto; max-width:248px; float:left;}
.listul1 .list-text{ width:70%; float:left; margin-left:3%; padding-top:1.5%;}
.listul1 .list-text h4{ font-size:18px; line-height:1.48;}
.listul1 .list-text h4 a{ color:#000}
.listul1 .list-text p{ font-size:12px; line-height:1.68; color:#808080;}
.listul2{ width:100%; margin:0 auto; background-color:#fff;}
.listul2 li{ width:90%; margin:0 auto; border-bottom:1px solid #f4f7f8; padding:2% 0; height:auto; overflow:hidden;}
.listul2 li a{ font-size:18px; display:block;}
.listul2 li span{ font-size:12px; line-height:1.68; color:#808080; float:right;}

.news-content{ width:90%; margin:0 auto;}
.content-title{ width:100%; margin:20px auto;}
.content-title h3{ font-size:18px; line-height:1.68;}
.content-title p{ font-size:12px; line-height:1.68; color:#808080;}
.news-content img{ width:100%; height:auto;}
.news-content p{ font-size:14px; line-height:1.58;}
.up-down{ width:100%; margin:20px 0;}
.up-down p{ width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:30px;}
.up-down p img{ width:auto; margin-right:10px;}
.listul2 li p{ font-size:12px; line-height:1.68; color:#808080;}
.listul2.bggray{ background-color:#f4f7f8}
.listul2.bggray li{ border-bottom:1px solid #e6e6e6;}
h3.text-title{ font-size:20px;}