/* 导航 */
/* .navs {
	position: relative;
    cursor: pointer;
    color: #333;
    text-align: center;
    transition: color .5s;
}

.navs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background:#28A745;;
    z-index: -1;
    transition: width .5s;
}

.navs:hover::before,.navs:focus::before {
    width: 100%;
} */
.margin-bottom{
	margin-bottom:10px;
}
/* 分屏 */
.pt-5, .py-5 {
    padding-top: 4rem!important;
	padding-bottom: 0rem!important;
}
.section{
	/* height:100%!important; */
}
.section3{
	margin-bottom:30px;
}
.fp-tableCell{
	/* height:100%!important; */
}
.section p{
	/* font: 30px "Microsoft Yahei"; */
}
/* 轮播图 */
.swiper-button-next {
	background-image: url(images/jian_right.svg);
    right: 50px;
    left: auto;
}
 .swiper-button-prev{
	 background-image: url(images/jian_left.svg);
	 left: 50px;
	 right: auto;
 }
 .swiper-container {
    width: 100%;
	height:450px;
	/* top: 5%; */
	/* margin-top:100px; */
 }
 .w-100 {
     height: 100%;
 }
 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {  
     background: #666; /*活动导航的颜色*/
 }  
 #fp-nav ul li a span, .fp-slidesNav ul li a span {
     background: #000;/*非活动导航的颜色*/
 }
 /* 导航logo */
 .logo_text{
	 font-size:24px;
	 margin-left:20px;
 }
 /* 滑动动画 */
 .dong {
	 display: inline-block;
 	font-size: 20px;
 	width:200px;
 	height: 50px;
	line-height: 50px;
	margin-left: -27%;
	border-radius:10px;
	border: 1px solid red;
 	white-space: nowrap;
 	animation: 3s linear 1s infinite alternate dong;
 }
 @keyframes dong {
 	0% {
 		transform: translateX(0);
 	}
 
 	100% {
 		transform:  translateX(300px);
 	}
 }
 .jianjie:hover{
	font-size: 40px;
	 transition: all 1s;
 }
 /* 产品中心 */
 .zoomIn {
     height: 100%;
 }
 .zoomIn:hover{
	 color:#fff;
	 background-color: #4BBFC3;
 }
 .zoomIn:hover .card{
	 background-color: transparent; 
 }
 .card-text:last-child {
     font-size: 16px;
 }
 .card {
	 border: none;
     height:70%;
	 /* top: 10%; */
 }
 .card-img-150{
	 height: 50%;
	 overflow: hidden;
	 /* transition: all 1s; */
 }
 .card-img-150:hover .card-img-top{
	 transition: transform 2s;
	 transform: scale(1.2,1.4);
 }
 .card-img-top{
	 height: 100%;
	 transition: transform 1s;
	 transform: scale(1,1);
 }
 .more{
	 position: absolute;
	 bottom: 22%;
	 margin-left: -22%;
 }
 .card-title1{
	 font-size: 24px;
	 text-align: center;
 }
 /* .section3 {
	 width: 100%;
	 height: 735px;
	 min-width: 1198px;
	 background: url(../images/ys_bg.png) no-repeat center;
	 background-size: 100% 100%;
	 position: relative;
 } */
 .ys_con{
	 width: 100%;
	 height: 460px;
	 text-align: center;
 }
 .ys_con img{
	 width: 70%;
	 height: 100%;
 }
 /* 服务案例 */
 .fw_ul{
	 width: 100%;
	 margin: 0 auto 0;
 }
 .fw_ul li {
     width: 24%;
     height: 245px;
	 padding: 0;
     /* margin: 0.5%; */
 }
 .fw_ul li a {
     width: 100%;
     height:100%;
     overflow: hidden;
     position: relative;
 }
 .fw_ul li img {
     width: 100%;
     height: 100%;
     vertical-align: middle;
 }
 /* .al_po { */
     /* position: absolute;- */
     /* left: 0;- */
     /* width: 100%;- */
     /* height: 256px; */
     /* height: 0;- */
     /* background: rgba(0, 0, 0, 0.5);- */
     /* opacity: 0;- */
     /* top: 100px; */
     /* top: 0; -*/
     /* transition: all 1s; -*/
 /* } */
 .al_po {
     position: absolute;
     left: 0;
     width: 100%;
     height: 0;
     background: rgba(0, 0, 0, 0.6);
     top: 0;
     transition: all 1s;
 }
 .fw_ul li:hover .al_po {
     opacity: 1;
     height: 256px;
 }
 .inAl_p {
    width: 60%;
	position: absolute;
	left: 33%;
	bottom: 40%;
	box-sizing: border-box;
	color: #fff;
}
 .l{
	 float: left;
 }
.inAl_p>em {
	display: block;
	font-size: 28px;
	text-align: left;
}

.inAl_p>span {
	font-size: 14px;
	opacity: 0.5;
	height: 40px;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*第二屏 */
.c1,.c2{
	margin-top: 70px;
	margin-bottom: 70px;
}
.tit1{
	font-size: 36px;
	color: #323232;
	padding: 20px 0;
}
.tit2{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
.data_box{padding:2% 0;overflow:hidden;}
.data_box ul{overflow:hidden;}
.data_box ul li{text-align:center;float: left;padding: 0 0 0 15px;}
.data_box ul li h3{font-size:66px;color:#333;margin:0 0 15px;font-family:Arial;}
.data_box ul li p{font-size:16px;color:#666;line-height:26px;margin:0;}

.index_tit h5{font-size:28px;color:#323232;line-height:44px;}
.index_tit h5 em{font-size:2rem;color:#0e9cda;padding:0 5px;}
.index_tit h5 i{font-size:30px;color:#1a1a1a;padding:0 5px;}
/* 第四屏 */
.plann_principles .index_tit {
    text-align: center;
    padding: 4% 0 3%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.index_tit h4{
	font-size: 36px;
	color: #323232;
	padding: 20px 0;
}
.plann_principles .index_tit .wl1 {
    font-size: 18px;
    color: #999;
    line-height: 30px;
    margin-top: 20px;
}
.plann_principles{background:url(../images/cehua_banner.png) no-repeat center;background-size:cover;min-height:560px;
	    position: relative;
	    /* top: -15%; */
	    height:45%;
}
.plann_principles .index_tit .wl{color:#fff;margin-top:0;position:relative;padding-bottom:30px;}
.plann_principles .index_tit .wl:after{content:"";width:150px;height:2px;display:inline-block;background:#0e9cda;position:absolute;margin:0 auto;left:0;right:0;bottom:0;}
.plann_principles .index_tit .p2{color:#fff;opacity:0.6;}
.plann_principles ul{overflow:hidden;text-align:center;}
.plann_principles ul li{padding:0 4.5%; float: left;}
.plann_principles ul li h3{font-size:20px;color:#44c6ff;position:relative;padding-bottom:20px;}
.plann_principles ul li h3:after{content:"";width:44px;height:2px;display:inline-block;background:#44c6ff;position:absolute;margin:0 auto;left:0;right:0;bottom:0;}
.plann_principles ul li .p1{font-size:14px;color:#fff;line-height:26px;min-height:52px;margin:30px 0;}
.plann_principles ul li .wl1{font-size:14px;color:#44c6ff;line-height:30px;border:1px solid #3b80e5;}
.plann_principles ul li{margin-bottom:30px;overflow:hidden;}
.plann_principles ul li .p1{min-height:auto;margin:20px 0;}
/* .plann_principles ul li h3{font-size:1.8rem;} */

.indadv{padding:0 0 3%;}
.indadv dt{background:#4c4c4c;font-size:26px;color:#fff;height:50px;line-height:50px;padding-left:20px;font-weight:normal;}
.indadv dd{color:#666;font-size:14px;padding-left:20px; line-height:25px}
.indadv dd h3{font-size:20px;color:#323232;padding:20px 0 20px 0;margin:0;}
.indadv dd p{font-size:14px;color:#666;line-height:26px;margin:0;}
.indadv dl{
	float: left;
	padding-left: 0;
}
.indadv dl:hover dt{background:#0e9cda;color:#fff}
/* .indadv dt{font-size:2rem;} */
/* .indadv dd h3{font-size:1.7rem;} */

/* @media (max-width:328px) { */
	/* 二屏 */
	/* .section2{
		display: none!important;
	} */
	/* .index_tit img {
	    height: 25px;
	}
	.index_tit .tit1 {
	    font-size: 1.4rem;
	    padding: 10px 0;
	}
	.index_tit .tit2 {
	    font-size: 0.9rem;
	} */
/* } */

@media (max-width: 991px) {
	/* 二屏 */
	.index_tit img {
	    height: 36px;
	}
	.index_tit .tit1 {
	    font-size: 1.9rem;
	    padding: 10px 0;
	}
	.index_tit .tit2 {
	    font-size: 1.1rem;
	}
}

@media (max-width: 768px) {
	/* .section2{
		display: none!important;
	} */
	/* 二屏 */
	.index_tit img {
	    height: 25px;
	}
	.index_tit .tit1 {
	    font-size: 1.4rem;
	    padding: 10px 0;
	}
	.index_tit .tit2 {
	    font-size: 0.9rem;
	}
}
@media (max-width: 576px) {
	/* 二屏 */
	/* .section2{
		display: none!important;
	} */
	.index_tit img {
	    height: 25px;
	}
	.index_tit .tit1 {
	    font-size: 1.4rem;
	    padding: 10px 0;
	}
	.index_tit .tit2 {
	    font-size: 0.9rem;
	}
}

.latest-proj li {
    display: inline-block;
    width: 70%;
    margin: 0 2% 0 0;
}
