* {
	margin: 0;
	padding: 0;
}

#fp-nav.fp-right{
	display: none;
}

/* banner */
.index_banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_banner .swiper-slide {
	position: relative;
}

.index_banner .swiper-slide .banner_bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.index_banner .swiper-slide .banner_bg img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.index_banner .swiper-slide-active .banner_bg img,
.index_banner .swiper-slide-duplicate-active .banner_bg img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.index_banner .swiper-pagination {
	bottom: 0.8rem;
	width: 16rem;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.index_banner .swiper-pagination span {
	width: 0.46rem;
	height: 0.04rem;
	background: #FFFFFF;
	border-radius: 1rem;
	margin-right: 0.16rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.86rem;
	background: #DF5527;
}

.index_banner .swiper-button-white {
	width: 0.45rem;
	height: 0.45rem;
	background: rgba(0, 0, 0, 0.2);
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
	top: 91%;
}

.index_banner .swiper-button-white::after {
	color: #fff;
	font-size: 0.18rem;
}
.index_banner .swiper-button-white:hover{
	background: #DF5527;
	border: none;
}
.index_banner .swiper-button-next {
	right: 8%;
}

.index_banner .swiper-button-prev {
	right: 11%;
	left: auto;
}



.banner_txt {
	position: relative;
	max-width: 16rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.banner_txt .banner_name {
	width: 100%;
	font-weight: 800;
	font-size: 0.6rem;
	color: #FFFFFF;
	text-align: center;
}

.banner_txt .banner_cont {
	width: 12.52rem;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.35rem;
	text-align: center;
	margin-top: 0.4rem;
	margin-bottom: 0.8rem;
}

.banner_txt .banner_icon {
	width: 100%;
	display: flex;
	justify-content: center;
}

.banner_txt .banner_icon .banner_item {
	width: 0.84rem;
	height: 0.84rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin: 0 0.3rem;
	cursor: pointer;
	position: relative;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.banner_txt .banner_icon .banner_item::before {
	content: "";
	position: absolute;
	width: 1.04rem;
	height: 1.04rem;
	background: rgba(255, 255, 255, 0.25);
	border: 0.01rem solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.banner_txt .banner_icon .banner_item img {
	width: 0.29rem;
	height: auto;
}

.banner_txt .banner_icon .banner_item span {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 0.16rem;
	color: #003B9A;
	margin-top: 0.04rem;
}

.banner_txt .banner_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 0.07rem;
	margin: 1.1rem auto 0;
	font-weight: 400;
	font-size: 0.16rem;
	color: #204FA9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_txt .banner_more i {
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou2.png) center no-repeat;
	background-size: contain;
	margin-left: 0.13rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.banner_txt .banner_icon .banner_item:hover {
	animation: flipTwoTimes 0.5s ease-in-out;
}
.banner_txt .banner_more:hover{
	background: #DF5527;
	color: #FFFFFF;
}
.banner_txt .banner_more:hover i {
	margin-left: 0.2rem;
	background: url(../img/more_jiantou.png) center no-repeat;
}

@keyframes flipTwoTimes {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}



.banner_txt .name2{
	font-weight: bold;
	font-size: 0.65rem;
}
.banner_search{
	width: 100%;
	margin: 0.27rem auto;
	justify-content: center;
}
.banner_search form{
    width: 7.88rem;
    height: 0.6rem;
    background: rgba(255,255,255,0.42);
    border-radius: 0.05rem;
    border: 0.01rem solid rgba(255,255,255,0.45);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}
.banner_search .search_input {
	width: calc(100% - 1.3rem);
    height: 0.6rem;
    padding-left: 0.37rem;
    padding-right: 0.25rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    background: none;
	color: #000000;
}

.banner_search .search_input::placeholder {
	color: #555555;
}

.banner_search .search_btn {
	width: 1.2rem;
	height: 0.6rem;
	background: #DF5527;
	color: #FFFFFF;
	border-radius: 0.05rem;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}
.banner_key{
	width: 100%;
	display: flex;
	justify-content: center;
}
.banner_key .key_li{
	width: 10.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner_key a{
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.35rem;
	margin: 0 0.12rem;
	position: relative;
}
.banner_key a::before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.15rem;
	background: #fff;
	right: -0.12rem;
	top: 0.12rem;
}
.banner_key a:last-child:before{
	display: none;
}







/* 走进城工 */
.about{
	width: 100%;
	height: 100%;
	background: url(../img/index_bg2.png) center bottom no-repeat;
	background-size: cover;
	display: flex;
    align-items: center;
}
.about_txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.7rem;
	width: 100%;
	margin-bottom: 4%;
}
.about_txt .about_img{
	width: 8.2rem;
	height: 5.27rem;
	overflow: hidden;
	border-radius: 0.2rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.about_txt .about_img img{
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.about_txt .about_img:hover{
	border-radius: 0.2rem 0.2rem 0.2rem 0.8rem;
}
.about_txt .about_img:hover img{
	transform:scale(1.1);
}
.about_txt .about_body{
	width: calc(100% - 9rem);
	height: auto;
}
.about_txt .about_body .about_title{
	width: 100%;
	font-weight: bold;
	font-size: 0.45rem;
	color: #000000;
	cursor: pointer;
}
.about_txt .about_body .about_title span{
	position: relative;
}
.about_txt .about_body .about_title span::before{
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 0.38rem;
	background: url(../img/index_about_icon.png) center no-repeat;
	right: -0.35rem;
	top: -0.2rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.about_txt .about_body .about_title:hover span::before{
	transform:scale(1.1);
}

.about_txt .about_body .about_title_en{
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #AFAFAF;
	text-transform: uppercase;
	margin-top: 0.16rem;
	margin-bottom: 0.34rem;
}
.about_txt .about_body .about_cont{
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.35rem;
	text-align: justify;
	margin-bottom: 0.72rem;
}
.about_txt .about_body .about_more{
	width: 1.6rem;
	height: 0.5rem;
	background: #204FA9;
	border-radius: 0.07rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_txt .about_body .about_more i{
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou.png) center no-repeat;
	background-size: contain;
	margin-left: 0.13rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.about_txt .about_body .about_more:hover{
	background: #DF5527;
}
.about_txt .about_body .about_more:hover i{
	margin-left: 0.2rem;
}

.about_num{
	display: flex;
	justify-content: space-between;
}
.about_num .stat-item .stat-value,
.about_num .stat-item .stat-value .scroll_num{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.8rem;
	color: #DF5527;
	line-height: 0.67rem;
	position: relative;
}
.about_num .stat-item .stat-value .stat-unit{
	font-weight: bold;
	font-size: 0.16rem;
	color: #DF5527;
	position: absolute;
	top: -0.2rem;
	margin-left: 0.15rem;
}
.about_num .stat-item .stat-title{
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.16rem;
}








/* 项目案例 */
.anfang{
	width: 100%;
	height: 100%;
	padding-top: 1rem;
	overflow: hidden;
	background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    background: #000000;
}
.anfang_img{
    position: absolute;
    top: 0;
    transition: all 0.5s;
    opacity: 1;
}
.anfang .main{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anfang_fl{
	width: 7.06rem;
	height: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.anfang_fl .anfang_title{
	width: 100%;
	font-weight: bold;
	font-size: 0.45rem;
	color: #FFFFFF;
	margin-top: 1rem;
	position: absolute;
}
.anfang_fl .anfang_title span{
	position: relative;
}
.anfang_fl .anfang_title span::before{
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 0.38rem;
	background: url(../img/index_about_icon.png) center no-repeat;
	right: -0.35rem;
	top: -0.2rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.anfang_fl .anfang_title:hover span::before{
	transform:scale(1.1);
}
.anfang_fl .anfang_title_en{
	width: 100%;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	position: absolute;
	top: 1.76rem;
	text-transform: uppercase;
}
.anfang_fl .anfang_body{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-top: 1rem;
}
.anfang_fl .anfang_body .anfang_name{
	font-weight: bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-bottom: 0.22rem;
	width: 100%;
	top: 1rem;
}
.anfang_fl .anfang_body .anfang_cont{
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.35rem;
	margin-bottom: 1.35rem;
}
.anfang_fl .anfang_body .anfang_more{
	width: 1.6rem;
	height: 0.5rem;
	border-radius: 0.07rem;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 0.16rem;
	color: #DF5527;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anfang_fl .anfang_body .anfang_more i{
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou3.png) center no-repeat;
	background-size: contain;
	margin-left: 0.13rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.anfang_fl .anfang_body .anfang_more:hover{
	background: #DF5527;
	color: #fff;
}
.anfang_fl .anfang_body .anfang_more:hover i{
	margin-left: 0.2rem;
	background: url(../img/more_jiantou.png) center no-repeat;
}

.anfang_fr{
	width: 8rem;
	display: flex;
	flex-wrap: wrap;
}
.anfang_fr .anfang_item:nth-child(1),
.anfang_fr .anfang_item:nth-child(2),
.anfang_fr .anfang_item:nth-child(3),
.anfang_fr .anfang_item:nth-child(4){
	margin-top: 0;
}
.anfang_fr .anfang_item{
	width: 1.7rem;
	height: 1.45rem;
	margin-left: 0.3rem;
	margin-top: 0.37rem;
	background: rgba(255,255,255,0.2);
	border: 0.01rem solid rgba(255,255,255,0.2);
	cursor: pointer;
}
.anfang_fr .anfang_item img{
	max-width: 0.48rem;
	max-height: 0.48rem;
	margin: 0.37rem auto 0.14rem;
	object-fit: contain;
}
.anfang_fr .anfang_item span{
	width: 100%;
	display: block;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
}
.anfang_fr .anfang_item:hover,
.anfang_fr .anfang_item.act{
	background: #DF5527 url(../img/index_anli.png) center no-repeat;
	background-size: cover;
}




/* 新闻中心 */
.news{
	width: 100%;
	height: 100%;
	background: url(../img/index_news_bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 1rem;
}
.news .main{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.news_title{
	font-weight: bold;
	font-size: 0.45rem;
	color: #000000;
	/* margin-bottom: 0.16rem; */
	/* margin-top: 0.83rem; */
	width: 100%;
}
.news_title span{
	position: relative;
}
.news_title_en{
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #AFAFAF;
	text-transform: uppercase;
	width: 100%;
}
.news_title span::before{
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 0.38rem;
	background: url(../img/index_about_icon.png) center no-repeat;
	right: -0.35rem;
	top: -0.2rem;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.news_title:hover span::before{
	transform:scale(1.1);
}


.news_body{
	width: 100%;
	height: auto;
	margin-top: 0.54rem;
	position: relative;
}
.news_body .btn_hd{
	display: flex;
	position: absolute;
	right: 0;
	top: -0.9rem;
}
.news_body .btn_hd .btn_li{
	font-weight: bold;
	font-size: 0.18rem;
	color: #AFAFAF;
	margin-left: 1rem;
	position: relative;
	cursor: pointer;
}
.news_body .btn_hd .btn_li::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0.02rem;
	background: #DF5527;
	left: 50%;
	bottom: -0.08rem;
	transform: translateX(-50%);
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.news_body .btn_hd .btn_li.act{
	color: #DF5527;
}
.news_body .btn_hd .btn_li.act::before{
	width: 0.75rem;
}

.item_li{
	display: none;
}
.item_li.on{
	display: flex;
}
.item_div{
	width: 5.11rem;
	height: 5.9rem;
	margin-right: 0.22rem;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
}
.item_div .item_img{
	width: 100%;
	height: 3.7rem;
	overflow: hidden;
}
.item_div .item_img img{
	width:100%;
	height:100%;
	object-fit: cover;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.item_div:hover .item_img img{
	transform:scale(1.1);
}
.item_div .item_txt{
	width: 100%;
	height: calc(100% - 3.7rem);
	padding: 0.43rem 0.23rem 0.39rem;
	box-sizing: border-box;
}
.item_div .item_txt{
	background: #FFFFFF;
}
.item_div .item_txt .item_title{
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.28rem;
	margin-bottom: 0.13rem;
}
.item_div .item_txt .item_cont{
	height: 0.46rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.25rem;
	margin-bottom: 0.33rem;
}
.item_div .item_txt .item_time{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 0.16rem;
	color: #AFAFAF;
}
.item_div .item_txt .item_time i{
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou4.png) center no-repeat;
	background-size: contain;
}
.item_div:hover .item_txt{
	background: #DF5527;
}
.item_div:hover .item_txt .item_title,
.item_div:hover .item_txt .item_cont,
.item_div:hover .item_txt .item_time{
	color: #fff;
}
.item_div:hover .item_txt .item_time i{
	background: url(../img/more_jiantou.png) center no-repeat;
}


.item_div2{
	width: 5.33rem;
	margin-right: 0;
	box-shadow: none;
}
.item_div2 .item_txt2{
	width: 100%;
	height: 1.4rem;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.06);
	margin-bottom: 0.1rem;
	background: #fff;
	padding: 0.2rem 0.17rem;
	box-sizing: border-box;
}
.item_div2 .item_txt2:last-child{
	margin-bottom: 0;
}
.item_div2 .item_txt2 .item_title{
	font-weight: 600;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.26rem;
	margin-bottom: 0.08rem;
}
.item_div2 .item_txt2 .item_cont{
	height: 0.39rem;
	font-weight: 400;
	font-size: 0.14rem;
	color: #A8A8A8;
	line-height: 0.2rem;
	margin-bottom: 0.12rem;
}
.item_div2 .item_txt2 .item_time{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #D0D0D0;
}
.item_div2 .item_txt2 .item_time i{
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou4.png) center no-repeat;
	background-size: contain;
}
.item_div2 .item_txt2:hover{
	background: #DF5527;
}
.item_div2 .item_txt2:hover .item_title,
.item_div2 .item_txt2:hover .item_cont,
.item_div2 .item_txt2:hover .item_time{
	color: #fff;
}
.item_div2 .item_txt2:hover .item_time i{
	background: url(../img/more_jiantou.png) center no-repeat;
}















