html,body{
    background: #f8f8f8;
}
.header .hd-nav li:first-of-type .service-menu{
    display: block;
}
.index-banner .zx-form{
	position: relative;
}
.index-banner .zx-form .content{
	padding: 20px 24px;
	position: absolute;
    right: 0;
    top: 70px;
	width: 344px;
    background: #fff;
    z-index: 29;
    border-radius: 4px;
}
.index-banner .zx-form .content h3{
	position: relative;
	padding: 0;
	margin: 0;
	color: #3883f9;
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-size: 28px;
}
.index-banner .zx-form .content h3::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 56px;
	height: 3px;
	background-color: #e3e3e3;
	margin-left: -28px;
}
.index-banner .zx-form .content h5{
	margin-bottom: 15px;
	font-size: 15px;
	color: #b1b1b1;
}
.index-banner .zx-form .content form input{
	padding: 0 15px;
	margin-bottom: 27px;
	width: 100%;
	height: 46px;
	background-color: #ffffff;
	border: solid 1px #d4d4d4;
	line-height: 46px;
	outline: none;
	border-radius: 30px;
}
.index-banner .zx-form .content form button{
	width: 100%;
	height: 46px;
	background-color: #ffae00;
	outline: none;
	border-radius: 30px;
	border:none;
	color: #fff;
}


.index-chaxun{
    position: relative;
    padding: 22px 22px 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: -30px;
    z-index: 99;
}
.index-chaxun .img{
    width: 163px;
}
.index-chaxun .content{
    width: 1066px;
}
.index-chaxun .content .chaxun-form{
    margin-top: 15px;
    border: 1px solid  #ff6b01;
}
.index-chaxun .content .chaxun-form input{
    padding: 0 15px;
    width: 874px;
}
.index-chaxun .content .chaxun-form input,.index-chaxun .content .chaxun-form button{
    height: 52px;
    border:none;
}
.index-chaxun .content .chaxun-form input:first-of-type{
    border-right: 1px solid #d9d9d9;
}
.index-chaxun .content .chaxun-form button{
    width: 190px;
	height: 52px;
	background-color: #ff6b01;
	color: #fff;
}
.index-chaxun .chaxun-result{
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
.index-chaxun .chaxun-result .tit{
    height: 20px;
    line-height: 20px;
}
.index-chaxun .chaxun-result .tit span:first-of-type{
    font-size: 17px;
	font-weight: bold;
}
.index-chaxun .chaxun-result .tit span:last-of-type{
    color: #ff6b01;
}
.index-chaxun .chaxun-result .con{
    height: 45px;
}
.index-chaxun .chaxun-result .con .swiper-container{
    height: 45px;
}
.index-chaxun .chaxun-result .con .swiper-container .swiper-slide{
    display: flex;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
}
.index-chaxun .chaxun-result .con .swiper-container .swiper-slide .item{
    width: 42%;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 15px;
}
.index-chaxun .chaxun-result .con .swiper-container .swiper-slide .item .company span{
    color: #ff6b01;
}
.index-business{
	background: #f8f8f8;
	padding-bottom: 40px;
}
.index-business .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
	
}
.index-business .list .item{
	margin-bottom: 20px;
	display: block;
	width: 18%;
}
.index-business .list .item .con{
	padding-bottom: 42px;
	padding: 22px 20px 35px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	text-align: center;
	background: #fff;
}
.index-business .item .icon{
	width: 79px;
	height: 89px;
	margin: 0 auto;
}
.index-business .item:hover .icon img{
  background: none;
  transition: transform 1.5s;
  transform:rotate(360deg)
}
.index-business .item .info .name{
	padding-bottom: 20px;
	margin-bottom:20px;
	position: relative;
	font-size: 22px;
	color: #000000;
}
.index-business .item .info .name a{
    color: #000000;
}
.index-business .item .info .name::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	margin-left: -11px;
	width: 23px;
	height: 2px;
	background-color: #ec6221;
}
.index-business .item .info .desc{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
}
.index-business .item .zx-btn{
	margin: -15px auto 0 auto;
	position: relative;
	width: 89px;
	height: 29px;
	background-color: #ec6221;
	text-align: center;
	line-height: 29px;
	color: #fff;
}

.index-zixun{
	padding-bottom: 50px;
	background:url("../images/zixun-bg.png") no-repeat left top;
	background-size: 100% 100%;
}

.index-zixun .zixun-form{
	width: 694px;
	margin: 0 auto;
}
.index-zixun .zixun-form input{
	margin-bottom: 29px;
	width: 100%;
	height: 61px;
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
}
.index-zixun .zixun-form button{
	width: 215px;
	height: 51px;
	background-color: #ff6b01;
	border:none;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
}


.index-service{
	background: url("../images/service-bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-service .img{
	margin-top: 0px;
}
.index-service .list{
    margin-top: 10px;
	
}
.index-service .list .item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px 20px;
	background-color: #ffffff;

}
.index-service .item .icon{
	width: 92px;
}
.index-service .item:hover .icon img{
  background: none;
  transition: transform 1.5s;
  transform:rotate(360deg)
}
.index-service .item .info .name{
	margin-bottom:16px;
	position: relative;
	font-size: 22px;
	color: #000000;
}
.index-service .item .info .desc{
	font-size: 15px;
	color: #94a3ac;
	line-height: 20px;
}


.index-adviser{
	margin-bottom: 5px;
}
.index-adviser .list{
	display: flex;
	justify-content: space-between;
}
.index-adviser .item{
	margin-bottom: 15px;
    transition: all 0.4s;
	flex-shrink: 0;
	display:block;
	width: 18%;
	
}
.index-adviser .item .info{
	padding:  35px 0;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 5px #d9d9d9;
	border-radius: 10px;
	position: relative;
	
	font-size: 15px;
	color: #848484;
}
.index-adviser .item .info .tit{
	margin-bottom: 15px;
	font-size: 23px;
	color: #353535;
	line-height: 25px;
	font-weight: bold;
}
.index-adviser .item .info .sub-tit{
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	color: #bebebe;
}
.index-adviser .item .info .desc{
	margin-bottom: 5px;
	font-size: 15px;
	color: #616161;
	height: 65px;
}
.index-adviser .item .info .price{
	margin-bottom: 20px;
	font-size: 15px;
	color: #878787;
}
.index-adviser .item .info .price span{
	font-size: 40px;
	color: #000;
	margin: 0 10px;
}
.index-adviser .item .zixun{
	margin: 0 auto;
	display: block;
	width: 131px;
	height: 44px;
	line-height: 44px;
	background-color: #005cde;
	border-radius: 7px;
	color: #ffffff;
}
.index-adviser .item:hover{
     transform: translate(0, -10px);
}
.index-adviser .item:hover .info{
    border-color: #3883f9;
}
/* .index-adviser .item:hover .info .job{
    color: #f06722;
}
.index-adviser .item:hover .info .school{
    color: #3883f9;
} */
/* .index-adviser .item:hover .zixun{
	background: #3883f9;
	border-color: #3883f9;
	color: #fff;
 }*/

.index-adviser{
	background: #f8f8f8;


	
}

.index-case{
	background: #ffffff;
	
}
.index-case .list{
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
}
.index-case .list .item{
	width: 227px;
}
.index-case .list .item .img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 9px;
}
.index-case .list .item .name{
	height: 48px;
	line-height: 48px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	overflow: hidden;
	font-size: 15px;
	border-radius: 5px;
	color: #000000;
}


.index-news{
	padding: 30px 0;
	background: #f8f8f8;
}
.index-news ul{
    display: flex;
    flex-wrap: wrap;
	padding-top: 10px;
	justify-content: space-between;
}
.index-news ul li{
	width: 32%;
	flex-shrink: 0;
}
.index-news ul li a{
	position: relative;
	padding:0 40px 0 15px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #2c2a2a;
	text-decoration: none;
	font-size: 16px;
	overflow: hidden;
}
.index-news ul li a::before{
	position: absolute;
	left: 0;
	top: 17px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #ec6221;
}



.index-envir {
	background: url("../images/envir-bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-envir .list{
	margin-top: 00px;
}
.index-envir .list img{
	margin-bottom: 30px;
}

.index-company{
	background: url("../images/company-bg.png") no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
}
.index-company .intro{
	font-size: 19px;
	line-height: 42px;
}
.index-company .intro p{
	text-indent: 2em;
}
.index-question .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.index-question .list li{
	margin-bottom: 17px;
	width: 18%;
	flex-shrink: 0;
}
.index-question .list li a{
	display: block;
	height: 50px;
	background-color: #f1f1f1;
	border-radius: 7px;
	line-height: 50px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.index-question .list li a:hover{
    background-color: #ec6221;
    color: #fff;
}