/* 轮播图 */
.rotation-li a {
    display: block;
}

.rotation-li a img {
    width: 100%;
}


/* g */

.rotation-wai {
    padding-left: 0;
    padding-right: 0;
}

.rotation-prev {
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-size: auto auto;
    margin-top: 0;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
}

.rotation-next {
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-size: auto auto;
    margin-top: 0;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
}

.rotation-prev:hover {
    opacity: 1;
}

.rotation-next:hover {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10%;
}

.swiper-pagination-bullet {
    box-sizing: border-box;
    background: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin: 0 8px!important;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
    background: #d01818;
    width: 15px;
    border-radius: 0px;
    transition: width .4s ease-out;
}



/* 模块 */
.module-outer{
	background: #fff;
	box-shadow: 0px 3px 10px 10px rgba(0, 0, 0, 1);
}
.module-box ul{
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	padding: 30px 0;
}

.module-li{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #999;
}
.module-li:last-child{
	border-right: none;
}
.module-li h3{
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}
.module-li p{
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.module-svg{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 58px;
	border-radius: 50%;
	border: 1px solid #d01818;
	margin-right: 15px;
}






/* 核心业务 */
.core-outer{
	padding-top: 50px;
	padding-bottom: 65px;
	background: #EFEFEF;
	/* background: #EFEFEF url(../images/pi1-bg.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover; */
}
.core-img img{
	margin: auto;
}



.core-body{
	margin-top: 50px;
	margin-bottom: 60px;
}
.core-body>ul{
	/* display: flex;
	justify-content: space-between; */
	
}
.core-li{
	
}
.core-li-box{
	background: #fff;
	padding: 20px 30px 25px;
}
.core-szm{
	margin: auto;
	width: 58px;
	height: 58px;
	line-height: 58px;
	background: #64c4b9;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
}
.core-li h3{
	font-size: 24px;
	color: #64C4B9;
	margin-top: 15px;
	text-align: center;
}

.core-li ul{
	margin-top: 20px;
	padding-left: 2em;
}
.core-li ul li{
	list-style: square;
	text-align: left;
	line-height: 38px;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: #555;
}

.core-link{
	text-align: center;
	margin-top: 20px;
}
.core-link a{
	display: block;
	/* width: 80%; */
	line-height: 45px;
	border: 1px solid #64C4B9;
	color: #64C4B9;
	font-size: 20px;
	margin: auto;
}

.core-li:nth-child(4n-2) .core-szm{
	background: #df4634;
}
.core-li:nth-child(4n-2) h3{
	color: #df4634;
}
.core-li:nth-child(4n-2) .core-link a{
	border-color: #df4634;
	color: #df4634;
}

.core-li:nth-child(4n-1) .core-szm{
	background: #ec7c0e;
}
.core-li:nth-child(4n-1) h3{
	color: #ec7c0e;
}
.core-li:nth-child(4n-1) .core-link a{
	border-color: #ec7c0e;
	color: #ec7c0e;
}

.core-li:nth-child(4n) .core-szm{
	background: #16b3e6;
}
.core-li:nth-child(4n) h3{
	color: #16b3e6;
}
.core-li:nth-child(4n) .core-link a{
	border-color: #16b3e6;
	color: #16b3e6;
}

.core-link-out{
	display: flex;
	justify-content: space-around;
}
.core-link-out a{
	display: inline-block;
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 13px 70px;
	border-radius: 5px;
}
.core-link-out a:first-child{
	background: #df4634;
}
.core-link-out a:last-child{
	background: #fd800a;
}
.core-link-out a .iconfont{
	font-size: 20px;
	margin-left: 20px;
	display: inline-block;
}
@media screen and (max-width: 1024px){
	.module-box ul{
		flex-wrap: wrap;
	}
	.module-li{
		flex: 50%;
		margin-bottom: 30px;
		justify-content: left;
		box-sizing: border-box;
		padding-left: 10%;
	}
	.module-li:nth-child(2n){
		border-right: none;
	}
	.module-li:nth-last-child(-n+2){
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.core-outer{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.core-body{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.core-link-out{
		flex-wrap: wrap;
	}
	.core-link-out a{
		font-size: 18px;
		padding: 10px 50px;
		margin-bottom: 15px;
	}
	.core-link-out a .iconfont{
		font-size: 18px;
	}
}
@media screen and (max-width: 600px){
	.module-li{
		flex: 100%;
		margin-bottom: 15px;
		border-right: none;
		padding-left: 15%;
	}
	.module-li:nth-last-child(2){
		margin-bottom: 15px;
	}
	
	.core-link-out a{
		font-size: 16px;
		padding: 8px 30px;
	}
	.core-link-out a .iconfont{
		font-size: 16px;
	}
}





/* 关于我们 */
.about-outer{
	padding-top: 50px;
	padding-bottom: 65px;
}
.about-body{
	margin-top: 30px;
	background: url(../image/about.jpg) no-repeat left center;
}
.about-heng{
	width: 50px;
	height: 4px;
	background: #d01818;
	margin: 40px 0 0;
}
.about-content{
	padding-bottom: 50px;
}
.about-content p{
	line-height: 1.8;
}

.about-link{
	margin-top: 30px;
}
.about-link a{
	display: inline-block;
	width: ;
	background: #d01818;
	padding: 16px 28px;
	font-size: 14px;
	color: #fff;
	transition: all .8s ease;
}
.about-link a .iconfont{
	font-size: 14px;
}
.about-link a:hover{
	background: #AE1414;
}
@media screen and (max-width: 992px) {
	.about-body{
		background: #fff;
	}
	.about-content{
		padding-bottom: 0;
	}
	.about-heng{
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.about-outer{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.about-content h2{
		font-size: 24px;
	}
}





/* 客户案例 */
.case-outer{
	padding-top: 30px;
	padding-bottom: 50px;
	background: url(../image/bg2.jpg) center;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px -3px 10px rgba(0, 0, 0, .2);
	
}
.case-body{
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	padding: 30px;
	margin-top: 30px;
}

.case-body form{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.case-body .form-group{
	flex: 3;
}
.case-body button{
	flex: 2;
}
.case-body .form-group{}
.case-body .form-group input{
	display: inline-block;
	width: 100%;
	border-radius: 0;
	border: none;
	height: 50px;
	box-sizing: border-box;
	padding: 6px 0 6px 50px;
	outline: none;
	box-shadow: none;
	font-size: 15px;
}
.case-body .form-group input:focus{
	border: none;
	outline: none;
	box-shadow: none;
}
.case-body .form-group:first-child input{
	background: #fff url(../image/chazhao.png) no-repeat;
	background-position: 13px 13px;
	background-size: 24px 24px;
	border-right: 1px solid #ddd;
}
.case-body .form-group:nth-child(2) input{
	background: #fff url(../image/shouji.png) no-repeat;
	background-position: 13px 13px;
	background-size: 24px 24px;
}

.case-body button{
	padding: 14px 12px;
	border-radius: 0;
	border: none!important;
	outline: none!important;
	background: #D01818;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.case-body button .iconfont{
	font-size: 30px;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
}
.case-body button:hover{
	background: #df4634;
	color: #fff;
}

.case-box{
	margin-top: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}
.case-box-inner{
	display: flex;
}
.case-left{
	flex: 1;
	border-right: 1px solid #ddd;
}
.case-center, .case-right{
	flex: 1;
}
.case-center{
	border-right: 1px solid #ddd;
}

.case-left h3{
	margin-top: 0;
	color: #4c4c4c;
	font-size: 18px;
}
.case-left h3 b{
	color: #0368D3;
}

.case-slide{
	overflow: hidden;
	
	max-height: 200px;
}
.case-slide ul{
	position: relative;
	animation: 8s move infinite linear;
	
}
.case-slide ul li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
	padding: 10px 0px 10px;
	text-align: center;
}
.case-slide ul li .iconfont{
	color: #000000;
	font-size: 10px;
	margin-right: 5px;
}
@keyframes move {
  0% {
    top: 0;
  }
  100% {
    top: -320px;
  }
}

.case-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-center-box{
	
}
.case-center-box p{
	font-weight: bold;
	font-size: 20px;
}
.case-center-box p b{
	color: #007AFF;
}


.case-right{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.case-right a{
	display: block;
}
.case-right-ico{
	width: 90px;
	height: 90px;
	text-align: center;
	background: #0368D3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-right-ico .iconfont{
	color: #fff;
	font-size: 50px;
}
.case-right p{
	font-size: 16px;
	color: #0368D3;
	margin-bottom: 0;
	line-height: 2;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.case-body form{
		flex-wrap: wrap;
	}
	.case-body .form-group{
		flex: 100%;
		margin-bottom: 15px;
	}
	.case-body button{
		flex: 100%;
	}
	
	.case-box-inner{
		flex-wrap: wrap;
	}
	.case-left{
		flex: 100%;
		border: none;
		width: 100%;
	}
	.case-right{
		padding-top: 30px;
	}
	
}
@media screen and (max-width: 425px) {
	.case-box{
		padding: 20px 0;
	}
	.case-center{
		flex: 100%;
		padding-top: 35px;
		padding-bottom: 35px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
}
@media screen and (max-width: 375px) {
	/* .case-left, .case-center{
		padding-left: 0;
		padding-right: 0;
	} */
}










/* 优势 */
.advantage-outer{
	padding-top: 90px;
	padding-bottom: 60px;
	background: url(../image/bg5.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	/* margin-top: -40px; */
}
.advantage-outer .core-title h2,
.advantage-outer .core-title p{
	color: #fff;
	border-bottom-color: #fff;
}
.advantage-outer .core-title p:after{
	background: #fff;
}

.advantage-body{
	margin-top: 50px;
}
.advantage-body ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advantage-li{
	flex: 1;
	margin: 0 15px;

}
.advantage-box{
	padding-bottom: 30px;
	background: #fff;
	box-shadow: 3px 0 8px #333;
	border-radius: 7px;
	overflow: hidden;
}
.advantage-li img{
	margin: auto;
}
.advantage-li h3{
	font-size: 22px;
	color: #333;
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.advantage-li p{
	font-size: 14px;
	color: #555;
	padding: 0 30px;
	min-height: 84px;
	margin-bottom: 0;
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	.advantage-outer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.advantage-body ul{
		flex-wrap: wrap;
	}
	.advantage-li{
		margin-bottom: 30px;
		flex: 31%;
		
	}
	.advantage-box{
		max-width: 267px;
		margin: auto;
	}
}
@media screen and (max-width: 554px) {
	.advantage-li{
		margin-bottom: 30px;
		flex: 100%;
		
	}
}



/* 免费咨询电话 */
.consultation-outer{
	padding-top: 35px;
	padding-bottom: 35px;
	background: url(../image/bg_2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.consultation-box{
	text-align: center;
}
.consultation-box h2{
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.consultation-box h2 .iconfont{
	color: #fff;
	font-size: 36px;
	margin-right: 5px;
}
.consultation-box p{
	display: inline-block;
	color: #fff;
	font-size: 30px;
	padding: 5px 20px;
	background: #0368D3;
	border-radius: 30px;
	font-weight: bold;
}













/* 新闻 */
.news-wai{
	padding-top: 100px;
	padding-bottom: 40px;
	/* background: url(../img/news_home_bj.jpg) no-repeat center;
	background-size: cover; */
	background: #f7f7f7;
}
.news-tit-top{
	font-size: 14px;
	line-height: 24px;
	color: #d01818;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.news-tit-left h2{
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 70px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.news-tit-left h2::after{
	position: absolute;
	content: '';
	left: 0px;
	top: 22px;
	width: 50px;
	height: 1px;
	background-color: #d01818;
}
.news-tit-left p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #8a90ac;
	font-weight: 400;
	margin-top: 20px;
	line-height: 2em;
}

.office-bottom{
	margin-top: 30px;
	text-align: center;
}
.office-bottom a{
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 50px;
	font-weight: 700;
	letter-spacing: 1px;
	background: none;
	border: 2px solid rgba(255,255,255,0.10);
	overflow: hidden;
}
.office-bottom a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 150%;
	height: 100%;
	transform-origin: 0 100% 0;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
	transition: all 0.3s ease-in 0s;
}

.office-bottom a:hover::after{
	opacity: 1;
	color:#ffffff;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: #fd800a;
}


.news-wai .office-bottom a{
	border-color: #d7dee4;
	color: #222;
}
.news-wai .office-bottom a:hover{
	color: #fff;
	border-color: #fd800a;
}
.news-body{
	margin-top: 30px;
}

/* 预算报价 */
.quotation-tit{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #999;
}
.news-answers .quotation-tit{
	border-bottom: none;
}
.quotation-tit h3{
	width: 100%;
	font-size: 24px;
	color: #d01818;
	margin-top: 10px;
	margin-bottom: 5px;
}
.quotation-tit h3 span{
	font-size: 14px;
	color: #818181;
}
.quotation-tit .iconfont{
	font-size: 20px;
}
.quotation-tit .iconfont:hover{
	color: #d01818;
}



.news-left, .news-center{
	margin-bottom: 30px;
}
.news-left ul, .news-center ul{
	margin-top: 15px;
}
.quotation-list{
	padding-top: 5px;
	/* border-bottom: 1px dashed #c6c6c6; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	background: url(../image/faq_li_bj.png) no-repeat bottom;
	background-size: 100% auto;
}
.news-center .quotation-list{
	/* border-bottom: none; */
	background: url(../image/info_list_bj.png) no-repeat bottom;
	background-size: 100% auto;
}
.quotation-list a{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	line-height: 40px;
	color: #272727;
	font-size: 14px;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 5px;
}
.quotation-list .iconfont{
	margin-right: 5px;
	font-size: 18px;
}
.quotation-list .date{
	color: #666;
}

.quotation-list:hover a{
	color: #fd800a;
}

.news-answers{
	/* margin-top: 30px;  */
}
.news-answers .quotation-tit{
	justify-content: center;
}
.news-answers .quotation-tit h3{
	/* display: inline-block; */
	width: auto;
}

.news-answers-body{
	margin-top: 30px;
}
.news-answers-list{
	background: #fff;
	padding: 15px 15px 30px;
}
.news-answers-list span{
	display: block;
	overflow: hidden;
	position: relative;
}
.news-answers-list span .answers-motai{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	transform: scale(0);
	transition: all .2s ease;
}
.answers-motai a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.answers-motai .iconfont{
	color: #fff;
	font-size: 30px;
}
.news-answers-list span img{
	transition: .2s all ease-in;
}
.news-answers-list h3{
	margin-top: 15px;
	margin-bottom: 5px;
}
.news-answers-list h3 a{
	display: block;
	font-weight: 700;
	color: #000000;
	line-height: 27px;
	transition: all .15s ease;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-answers-list p{

}

.news-answers-list h3 a:hover{
	color: #d01818;
}
.news-answers-list>span:hover img{
	transform: scale(1.2);
}
.news-answers-list>span:hover .answers-motai{
	transform: scale(1);
}




/* 友情链接 */
.friend-wai{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.friend-tit{
	font-size: 20px;
	color: #333;
}
.friend{
	display: flex;
	justify-content: left;
}
.friend ul{
	flex: 1;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.friend-list{
	margin-left: 20px;
	margin-right: 20px;
}
.friend-list a{
	color: #333;
}
.friend-list a:hover{
	color: #333;
}


@media screen and (max-width: 343px) {
	.friend-list{
		margin-left: 10px;
		margin-right: 10px;
	}
}





/* 首页模块标题 */
@media screen and (max-width: 768px) {
	.core-title h2{
		font-size: 34px;
	}
	.core-title p{
		font-size: 18px;
	}
}
@media screen and (max-width: 425px) {
	.core-title h2{
		font-size: 28px;
	}
	.core-title p{
		font-size: 14px;
	}
}




