  .index-enter{
	padding: 33px 0;
	background: #f6f6f6;
}
.index-enter ul{
	display: flex;
	justify-content: space-between;
}
.index-enter ul li a{
	display: block;
	padding: 0 33px;
}

.index-enter ul li:first-child a{
	padding-left: 0;
}
.index-enter ul li a .icon{
	width: 67px;
	height: 67px;
	margin: 0 auto 15px auto;
}
.index-enter ul li a:hover .icon{
	background: none;
	transition: transform 1.5s;
	transform:rotate(360deg)
}
.index-enter ul li:nth-of-type(1) a .icon{
	background: url("/static/home/images/enter-icon1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(2) a .icon{
	background: url("/static/home/images/enter-icon2.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(3) a .icon{
	background: url("/static/home/images/enter-icon3.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(4) a .icon{
	background: url("/static/home/images/enter-icon4.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(5) a .icon{
	background: url("/static/home/images/enter-icon5.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(6) a .icon{
	background: url("/static/home/images/enter-icon6.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(7) a .icon{
	background: url("/static/home/images/enter-icon7.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(8) a .icon{
	background: url("/static/home/images/enter-icon8.png") no-repeat center center;
}

.index-enter ul li:nth-of-type(1):hover a .icon{
	background: url("/static/home/images/enter-icon1-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(2):hover a .icon{
	background: url("/static/home/images/enter-icon2-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(3):hover a .icon{
	background: url("/static/home/images/enter-icon3-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(4):hover a .icon{
	background: url("/static/home/images/enter-icon4-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(5):hover a .icon{
	background: url("/static/home/images/enter-icon5-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(6):hover a .icon{
	background: url("/static/home/images/enter-icon6-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(7):hover a .icon{
	background: url("/static/home/images/enter-icon7-1.png") no-repeat center center;
}
.index-enter ul li:nth-of-type(8):hover a .icon{
	background: url("/static/home/images/enter-icon8-1.png") no-repeat center center;
}

.index-enter ul li a .tit{
	color: #333333;
	font-size: 16px;
}
.index-enter ul li a:hover .tit{
	color: #1980df;
}

.index-scheme{
	padding: 40px 0;
}
.index-scheme .list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-scheme .item{
	margin-bottom: 45px;
	width: 316px;
	display: block;
	position: relative;
}
.index-scheme .item .img{
	overflow: hidden;
}
.index-scheme .item:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.index-scheme .item .content{
	padding-bottom: 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.index-scheme .item .content .zh-tit{
	font-size: 25px;
	font-weight: bold;
}
.index-scheme .item .content .en-tit{
	font-size: 12px;
}
.index-scheme .item .content2{
	display: flex;
	padding:0 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: rgba(25, 128, 223,.8);
	transition: all .3s;
	overflow: hidden;

}
.index-scheme .item .content2 .icon{
	margin-bottom: 50px;
}
.index-scheme .item .content2 .tit{
	padding-bottom: 22px;
	margin-bottom: 26px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
}
.index-scheme .item .content2 .tit::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 17px;
	background: #fff;
}
.index-scheme .item .content2 .desc{
	font-size: 15px;
}
.index-scheme .item:hover .content2{
	height: 100%;
}
.index-scheme .item:hover .content{
	display: none;
}


.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: 22px 20px 35px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	text-align: center;
}
.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::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("/static/home/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("/static/home/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{
	padding: 50px 0;
	background: url("/static/home/images/case-bg1.jpg") no-repeat;
	
}
.index-case .list {
	flex-wrap: wrap;
	padding-top: 56px;
	display: flex;
	justify-content: space-between;
}

.index-case .list .item {
	margin-bottom: 21px;
	margin-right: 18px;
	flex-shrink: 0;
	display: block;
	width: 337px;
	background-color: #ffffff;
	color: #444;
}



.index-case .list .item:nth-of-type(4n) {
	margin-right: 0
}
.index-case .list .item .img{
	height: 265px;
	overflow: hidden;
}

.index-case .item .info {
	position: relative;
	height: 51px;
	padding: 0 30px;
	overflow: hidden;
	line-height: 51px;
}

.index-case .item .info::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 12px;
	width: 3px;
	height: 18px;
	background-color: #df0000;
}

.index-case .more {
	margin: 44px 0;
}

.index-case .more a {
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #df0000;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}

.index-solution{
	padding: 90px 0;
	background: url("/static/home/images/index-solution-bg.png") no-repeat;
	background-size: 100% 100%;
}
.index-solution .left{
	position: relative;
	width: 750px;
	height: 640px;
	background: url("/static/home/images/solution-img.png") no-repeat center center;
	background-size: 400px auto;

}
.index-solution .left .item{
	position: absolute;
	width: 129px;
	height: 139px;
	background: url("/static/home/images/solution-item.png") no-repeat center center;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-solution .left .item .icon{
	width: 52px;
	height: 52px;
}
.index-solution .left .item.active,
.index-solution .left .item:hover{
	background: url("/static/home/images/solution-item-a.png") no-repeat center center;
}
.index-solution .left .item:nth-of-type(1){
	top: 27px;
	right: 80px;
}
.index-solution .left .item:nth-of-type(1) .icon{
	background: url("/static/home/images/s-icon1.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(1):hover .icon,
.index-solution .left .item:nth-of-type(1).active .icon{
	background: url("/static/home/images/s-icon1-1.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(2){
	top: 27px;
	left: 80px;
}
.index-solution .left .item:nth-of-type(2) .icon{
	background: url("/static/home/images/s-icon2.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(2):hover .icon,
.index-solution .left .item:nth-of-type(2).active .icon{
	background: url("/static/home/images/s-icon2-2.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(3){
	left: 0;
	top: 268px;
}
.index-solution .left .item:nth-of-type(3) .icon{
	background: url("/static/home/images/s-icon3.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(3):hover .icon,
.index-solution .left .item:nth-of-type(3).active .icon{
	background: url("/static/home/images/s-icon3-3.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(4){
	left: 136px;
	bottom: 0;
}
.index-solution .left .item:nth-of-type(4) .icon{
	background: url("/static/home/images/s-icon4.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(4):hover .icon,
.index-solution .left .item:nth-of-type(4).active .icon{
	background: url("/static/home/images/s-icon4-4.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(5){
	right: 100px;
	bottom: 0;
}
.index-solution .left .item:nth-of-type(5) .icon{
	background: url("/static/home/images/s-icon5.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .left .item:nth-of-type(5):hover .icon,
.index-solution .left .item:nth-of-type(5).active .icon{
	background: url("/static/home/images/s-icon5-5.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-solution .right{
	position: relative;
	width: 690px;
	overflow: hidden;
	color: #fff;

}
.index-solution .right .right-tit{
	position: relative;
	text-align: right;
}
.index-solution .right .right-tit .zh-tit{
	font-size: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-weight: bold;
}
.index-solution .right .right-tit .en-tit{
	font-size: 128px;
	line-height: 128px;
	opacity: .1;
}
.index-solution .right .solution-item .num{
	font-size: 118px;
}
.index-solution .right .solution-item .info{
	margin-bottom: 5px;
	font-size: 35px;
	color: #ffea00;
	font-weight: bold;
}
.index-solution .right .solution-item .info1{
	font-size: 25px;
	color: #ffffff;
}
.index-solution .right .solution-item .desc{
	margin-top: 35px;
	padding: 30px;
	color: #000000;
	line-height: 26px;
}
.index-solution .solution-button{
	position: relative;
	height: 54px;
}
.index-solution .right .swiper-button-next, .index-solution .right .swiper-button-prev{
	top: 90px;
	margin-top: auto;
	width: 54px;
	height: 54px;
}
.index-solution .right .swiper-button-prev{
	right: 80px;
	left: auto;
}
.index-solution .right .swiper-button-prev,.index-solution .right .swiper-container-rtl .swiper-button-next
{
	background: url("/static/home/images/arrow-left.png") no-repeat center center #ff8400;
}
.index-solution .right .swiper-button-next,.index-solution .right .swiper-container-rtl .swiper-button-prev
{
	background: url("/static/home/images/arrow-right.png") no-repeat center center #ff8400;
}
.index-solution .right .swiper-button-prev.swiper-button-disabled,.index-solution .right .swiper-button-prev.swiper-button-disabled{
	background: url("/static/home/images/arrow-left-d.png") no-repeat center center #fff;
	opacity: 1;
}
.index-solution .right .swiper-button-next.swiper-button-disabled,.index-solution .right .swiper-button-next.swiper-button-disabled{
	background: url("/static/home/images/arrow-right-d.png") no-repeat center center #fff;
	opacity: 1;
}

.index-about{
	position: relative;
	background: url("/static/home/images/index-about-bg.png") no-repeat center center;
	background-size: 100% 100%;
}
.index-about .content {
	padding: 50px 0;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.index-about .content .con{
	width: 788px;
	height: 100%;
}
.index-about .en-tit{
	font-size: 28px;
	color: #d2d2d2;
}
.index-about .zh-tit{
	font-size: 40px;
	color: #333333;
	margin: 15px  0;
	font-weight: bold;
}
.index-about .company{
	margin-bottom: 30px;
	font-size: 23px;
	color: #1980df;
	font-weight: bold;
}
.index-about .desc{
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.index-about .list {
	margin: 40px 0 30px 0;
	display: flex;
	color: #444444;
	/*background: #fff;*/
}

.index-about .list .list-item {
	width: 30%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transition: all .3s;
}


.index-about .list .list-item .item-tit {
	font-size: 16px;
	margin-top: 20px;
}

.index-about .list .list-item .item-num {
	height: 43px;
	font-size: 55px;
	color: #af9b82;
	line-height: 43px;

}

.index-about .list .list-item .item-num .unit {
	font-size: 17px;
}
.index-about .more a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	background-color: #1980df;
	border-radius: 30px;
	text-align: center;
	color: #fff;
}

.index-honor{
	padding: 50px 0 0;
	background: url("/static/home/images/index-honor-bg.png") no-repeat center center;
	background-size: cover;
}
.honor-item img{
	width: 100%;
}
.honor-content{
	position: relative;
	padding: 0 100px 0 100px;
}
.honor-content .zz-swiper-button-prev,.honor-content .zz-swiper-button-next{
	top: 50%;
	width: 54px;
	height: 54px;
	background-color: #000000;
	border-radius: 50%;
	background-size: 27px 27px;
}

.index-team{
	padding: 50px 0;
}
.team-item{
	transition:all .3s;
	border-bottom: 4px solid #fff;
	background: #ececec;
}
.team-item img{
	width: 100%;
}
.team-item .info{
	padding:0 15px 0 15px;
}
.team-item .name{
	margin-top: 15px;
	font-size: 22px;
	color: #1a273e;
}
.team-item .desc{
	margin:15px 0 5px 0;
	font-size: 15px;
	color: #555966;
}
.team-item .position{
	font-size: 15px;
	color: #555966;
	height: 45px;
	line-height: 45px;
}
.team-item:hover{
	background-color: #1980df;
	border-color: #fdb033;
}
.team-item:hover .position, .team-item:hover .desc, .team-item:hover .name{
	color: #fff;
}
.team-content{
	position: relative;
	padding: 0 100px 0 100px;
}
.team-content .team-swiper-button-prev,.team-content .team-swiper-button-next{
	top: 50%;
	width: 54px;
	height: 54px;
	background-color: #000000;
	border-radius: 50%;
	background-size: 27px 27px;
}

.index-cooper{
	padding: 90px 0;
	background: url("/static/home/images/index-cooper-bg.jpg") no-repeat center center;
	background-size: cover;
}
.index-cooper .en-tit{
	color: #d2d2d2;
	font-size: 28px;
}
.index-cooper .zh-tit{
	color: #333;
	font-size: 40px;
	font-weight: bold;
}
.index-cooper .slogen{
	margin: 40px 0 60px 0;
	color: #929ea9;
	font-size: 20px;
}
.index-cooper .num{
	color: #1980df;
	font-size: 100px;
	font-weight: bold;
}
.index-cooper .num span{
	font-size: 50px;
}
.index-cooper .desc{
	margin-bottom: 60px;
	font-size: 25px;
	color: #3f4040;
}
.index-cooper .more a{
	display: block;
	width: 162px;
	height: 49px;
	border: solid 1px #1980df;
	border-radius: 30px;
	line-height: 49px;
	text-align: center;
}

.index-news {
	padding: 45px 0;
	border-bottom: solid 16px #f2f2f2;
}

.index-news .news-left {
	margin-top: 45px;
	width: 895px;
	display: flex;
	justify-content: space-between;
}

.index-news .news-left .news-item {
	display: block;
	width: 433px;
	box-shadow: 0 0 10px #dedede;
}

.index-news .news-left .news-item .con {
	padding: 17px 17px 25px 17px;
}

.index-news .news-left .news-item .img {
	height: 280px;
	overflow: hidden;
}

.index-news .news-left .news-item .info {
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.index-news .news-left .news-item .info .category {
	color: #004ec4;
}

.index-news .news-left .news-item .info .date {
	color: #999999;
	padding-left: 26px;
	background: url("/static/home/images/date.png") no-repeat left 2px;
}

.index-news .news-left .news-item .desc {
	color: #333333;
	font-size: 17px;
	line-height: 26px;
	height: 47px;
	overflow: hidden;
}

.index-news .news-right {
	margin-top: 45px;
	width: 500px;
}

.index-news .news-right .news-item {
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #eff2f4;
	border-radius: 8px;
	overflow: hidden;
}

.index-news .news-right .news-item .img {
	flex-shrink: 0;
	margin-right: 20px;
	width: 175px;
	height: 134px;
	background-color: #155964;
	overflow: hidden;
}

.index-news .news-right .news-item .info {
	width: 100%;
}

.index-news .news-right .news-item .info .n-tit {
	margin-bottom: 25px;
	font-size: 17px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #000000;

}

.index-news .news-right .news-item .info .n-more a {
	font-size: 15px;
	color: #004ec4;
}

.index-news .more {
	margin: 44px 0;
}

.index-news .more a {
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #004ec4;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}



.index-envir {
	background: url("/static/home/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("/static/home/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;
}
