/* banner */
.banner{width: 100%;height:auto;overflow: hidden;position: relative;}
.banner .swiper{width: 100%;height: 100%;}
.banner .swiper img{width: 100%;height:100%;}
.banner .list{width:100%;height: 100%;}
.banner .pcpt{display: block;}
.banner .mbpt{display: none;}
.banner #banner_prev,.banner #banner_next{position: absolute;top: 48.5%;transform: translateY(-50%);width: 27px;height: 47px;z-index: 3;cursor: pointer;}
.banner #banner_prev{left:5%;background: url(../images/banner_prev.png)no-repeat center;transition: opacity 0.3s linear;}
.banner #banner_next{right: 5%;background: url(../images/banner_next.png)no-repeat center;transition: opacity 0.3s linear;}
.banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}
.banner .swiper-pagination span{width: 6px;height: 6px;background: transparent;padding: 0;border: solid 1px transparent;opacity: 1;border-radius: 0%;vertical-align: middle;border: 1px solid #fff;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{/* width: 6px;height: 6px; */border-color:transparent;background: #00254f;}
.banner .swiper-pagination-bullet{border-radius: 16px;}
.banner .swiper-pagination{height: auto;bottom: 30px;}

.banner .adt_btm{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(255,255,255,0.89);z-index: 3;}
.banner .adt_btm .ban_wrap{margin: 0 auto;width: 90%;max-width: 1437px;}
.banner .adt_btm ul li{padding: 11px 0 14px;width: 25%;text-align: center;box-sizing: border-box;border-right: 1px solid #fff;}
.banner .adt_btm ul li span{display: inline-block;vertical-align: baseline;color: #0a63b1;font-size: 36.6px;}
.banner .adt_btm ul li span.num{font-size: 36.6px;margin-right: 5px;}
.banner .adt_btm ul li p{font-size: 15px;}
.banner .adt_btm ul li:nth-child(1) span:nth-child(2){font-size: 20px;}
.banner .adt_btm ul li:nth-last-child(1){border-right: 0;}
@media only screen and (max-width:1200px){
	.banner #banner_prev, .banner #banner_next{width: 20px;height: 30px;}
	/* .banner #banner_prev,.banner #banner_next{background-size: 20px;} */
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 13px;}
}
@media only screen and (max-width:1200px){
	.banner .adt_btm ul li span.num{font-size: 26px;}
	.banner .adt_btm ul li span{font-size: 26px;}
}
@media only screen and (max-width:768px){
	.banner .adt_btm ul li{padding: 8px 0;}
	.banner .adt_btm ul li span.num{font-size: 20px;}
	.banner .adt_btm ul li span{font-size: 20px;}
}
@media only screen and (max-width:480px){
	.banner .adt_btm{display: none;}
	.banner #banner_prev, .banner #banner_next{height: 22px;background-size: 12px;}
	.banner #banner_prev{left: 3%;}
	.banner #banner_next{right: 3%;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
	.banner .swiper-pagination{bottom: 8px;}
}

/* common_css */
.idx_title{margin:0 0 4.72%;}
.idx_title .title{font-size: 40px;color: #110a04;}
.idx_title .slogan{margin-top: 10px;font-size: 16px;color: #6d6d6d;line-height: 24px;}
@media only screen and (max-width:1440px){
	.idx_title .title{font-size: 36px;}
}
@media only screen and (max-width:1260px){
	.idx_title .title{font-size: 30px;}
}
@media only screen and (max-width:768px){
	.idx_title{margin: 0 0 35px;}
	.idx_title .title{font-size: 24px;}
	.idx_title .slogan{margin-top: 20px;}
}
@media only screen and (max-width:480px){
	.idx_title{margin: 0 0 20px;}
	.idx_title .title{font-size: 18px;}
	.idx_title .slogan{font-size: 14px;}
}
@media only screen and (max-width:320px){
	.idx_title .title{font-size: 16px;}
}

/* home_equipment */
.home_equipment{padding: 5.6% 0;}
.home_equipment #idx_equip .item{text-align: center;background:  #00254f;color: #fff;}
.home_equipment #idx_equip .item .img{position: relative;padding-bottom: 100%;width: 100%;height: 0;overflow: hidden;background: #063367;}
.home_equipment #idx_equip .item .img img{position: absolute;left: 50%;top: 50%;width: auto;max-height: 96%;transform: translate(-50%,-50%);transition: all 0.1s linear;}
.home_equipment #idx_equip .item:hover .img img{filter: opacity(0.65);}
.home_equipment #idx_equip .item .msg {padding: 25px 20px;font-size: 15px;}
.home_equipment #idx_equip .item .msg .tit{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-transform: uppercase;font-size: 16px;}
.home_equipment #idx_equip .item .msg .des{margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;}
.home_equipment .nav_center{margin-top: 35px;font-size: 16px;}
.home_equipment #equip_prev,.home_equipment #equip_next{display: inline-block;margin: 0 15px;padding: 5px;width: auto;cursor: pointer;user-select: none;background-color: #f6f6f6;}
.home_equipment #equip_prev:hover,.home_equipment #equip_next:hover{color: #00254F;}
.home_equipment .nav_center i{display: block;width: 25px;height: 25px;background-repeat: no-repeat;background-size: 100% auto;background-position: center;}
.home_equipment #equip_prev i{background-image: url(../images/pro_prev.png);}
.home_equipment #equip_next i{background-image: url(../images/pro_next.png);}


@media only screen and (min-width:481px){
	.home_equipment #equip_prev:hover,.home_equipment #equip_next:hover{background-color: #00254f;}
	.home_equipment #equip_prev:hover i,.home_equipment #equip_next:hover i{filter: brightness(100);}
}
@media only screen and (max-width:1260px){
	.home_equipment #idx_equip .item .msg{padding: 18px 12px;font-size: 14px;}
}
@media only screen and (max-width:768px){
	.home_equipment{padding: 40px 0;}
	.home_equipment #idx_equip .item .msg{font-size: 14px;}
	.home_equipment #idx_equip .item .img img{max-height: 94%;}
	
}
@media only screen and (max-width:480px){
	.home_equipment{padding: 30px 0 ;}
	.home_equipment #idx_equip .item .msg{padding: 10px 8px;font-size: 14px;}
	.home_equipment #idx_equip .item .msg .tit{font-size: 12px;font-weight: normal;}
	.home_equipment #idx_equip .item .msg .des {display: none;}
	.home_equipment #idx_equip .item .img img{}
	.home_equipment .nav_center{margin-top: 25px;font-size: 14px;}
}


/* home_profile */
.home_profile .part_top{padding: 5.6% 0;background: #f6f6f6;position: relative;z-index: 1;}
.home_profile .part_top:after{content: "";position: absolute;width: 30%;top: 0;left: 0;z-index: -1;background: #fff;height: 100%;}
.home_profile .part_top .layout {}
.home_profile .part_top .lf_part{padding-left: 7%;width: 50%;box-sizing: border-box;order: 2;}
.home_profile .part_top .lf_part .idx_title{margin: 10px 0 40px;font-family: Black;letter-spacing: 1px;}
.home_profile .part_top .lf_part .idx_title .title{font-size: 40px;color: #00254f;font-weight: normal;}
.home_profile .part_top .lf_part .content{width: 100%;max-width: 597px;font-size: 16px;line-height: 1.9;font-family: Semibold;}
.home_profile .part_top .lf_part .content p{text-indent: 2em;}
.home_profile .part_top .lf_part .content a{display: inline-block;margin-top: 18px;padding: 7px 33px;color: #fff;border-radius: 30px;background: #2f2f2f;text-align: center;font-size: 12px;}
.home_profile .part_top .lf_part ul{margin-top: 7%;}
.home_profile .part_top .lf_part ul li{padding-right: 3%;margin-bottom: 4%;width: 50%;color: #2f2f2f;box-sizing: border-box;font-family: Semibold;}
.home_profile .part_top .lf_part ul li .hd{font-size: 20px;color: #DC2A0B;font-weight: bold;}
.home_profile .part_top .lf_part ul li .hd span{font-size: 0.32rem;font-family: Black;}
.home_profile .part_top .lf_part ul li p{font-size:16px;color: #00254f;}
.home_profile .part_top .lf_part ul li:nth-last-child(-n+1){margin-bottom: 0%;}
.home_profile .part_top .rt_part{width: 50%;text-align: center;}
.home_profile .part_top .rt_part .img{display: inline-block;width: auto;margin: 0 auto;text-align: center;position: relative;z-index: 1;}
.home_profile .part_top .rt_part .img::before{content: "";position: absolute;left: -2.68%;bottom: -4.48%;width: 39%;height: 51%;background: #DC2A0B;z-index: -1;}
.home_profile .part_top .rt_part .img::after{content: "";position: absolute;left: -2%;bottom: -3.5%;width: 37.5%;height: 49%;background: #fff;z-index: -1;}
@media only screen and (max-width:1260px){
	.home_profile .part_top .layout{}
	.home_profile .part_top .lf_part .idx_title{margin: 10px 0 6%;}
	.home_profile .part_top .lf_part .idx_title .title{font-size: 28px;}
}
@media only screen and (max-width:1080px){
	/* .home_profile .about_about .brand_wrap{position: relative;transform: initial;margin-top: -186px;z-index: 1;top: auto;right: auto;}
	.home_profile .about_about .brand_wrap .nr .hd{font-size: 20px;} */
	.home_profile .part_top .lf_part{padding-left: 0;width: 100%;}
	.home_profile .part_top .lf_part .content{max-width: initial;}
	.home_profile .part_top .lf_part .idx_title .title{font-size: 26px;}
	.home_profile .part_top .rt_part{margin-bottom: 6%;width: 70%;}
}
@media only screen and (max-width:768px){
	.home_profile .part_top{padding: 40px 0 ;}
	/* .home_profile .about_about .about_nav ul li{padding: 14px 1%;font-size: 13px;}
	.home_profile .about_about .about_nav ul li i{width: 24px;}
	.home_profile .about_about .brand_wrap{margin-top: 0;width: 100%;max-width: initial;}
	.home_profile .about_about .brand_wrap .nr{margin-bottom: 7%;}
	.home_profile .about_about .brand_wrap .nr .hd{font-size: 18px;} */
}
@media only screen and (max-width:480px){
	.home_profile .part_top{padding: 30px 0 ;}
	.home_profile .part_top .lf_part .idx_title{margin: 0 0 0;}
	.home_profile .part_top .lf_part .idx_title .title{font-size: 16px;font-weight: bold;}
	.home_profile .part_top .lf_part .content{margin-top: 20px;font-size: 14px;line-height: 24px;}
	.home_profile .part_top .lf_part ul{display: none;}
	.home_profile .part_top .lf_part ul li .hd{margin-bottom: 10px;}
	.home_profile .part_top .lf_part ul li .hd span{font-size: 16px;}
	.home_profile .part_top .lf_part .content a{padding: 4px 26px;letter-spacing: 4px;}
	.home_profile .part_top .rt_part{margin-bottom: 20px;width: 100%;}
	.home_profile .part_top .rt_part .img::before,.home_profile .part_top .rt_part .img::after,.home_profile .part_top:after{content: initial;}
	/* .home_profile .about_about {display: none;}
	.home_profile .about_about .about_nav ul li {width: 100%;}
	.home_profile .about_about .about_nav ul li i{display: none;}
	.home_profile .about_about .brand_wrap{padding: 6% 3%;}
	.home_profile .about_about .brand_wrap .nr{padding-left: 9px;}
	.home_profile .about_about .brand_wrap .nr .hd{font-size: 16px;}
	.home_profile .about_about .brand_wrap .nr .con{font-size: 14px;line-height: 24px;} */
}

/* home_advantage */
.home_advantage {padding: 5.6% 0;background: #eee;overflow: hidden;}
.home_advantage .program_layout{display: flex;flex-wrap: nowrap;justify-content: space-between;margin: 0 auto;max-width: 1300px;}
.home_advantage .program_layout .program_nav{width: 48.5%;position: relative;z-index: 2;}
.home_advantage .program_layout .program_nav_wrap{margin: 0 0 0 auto;width: 100%;min-width: 400px;background: rgba(0,38,80,0.88);}
.home_advantage .program_layout .program_nav_wrap .join_title{margin-bottom: 4%;padding-left: 5%;box-sizing: border-box;}
.home_advantage .program_layout .program_nav_wrap .join_title span,.home_advantage .program_layout .program_nav_wrap .join_title b{display: inline-block;vertical-align: text-bottom;}
.home_advantage .program_layout .program_nav_wrap .join_title span{color: #878686;}
.home_advantage .program_layout .program_nav_wrap .join_title b{margin-left: -14px;font-size: 42px;color: #fff;}
.home_advantage .program_layout .program_nav_wrap .swiper-container{overflow: initial;}
.home_advantage .program_layout .program_nav_wrap .text_slide{margin: 0 0 0 auto;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout{position: relative;margin: 0.5px 0;padding: 12.8% 11% 2.5%;width:100%;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: space-between;color: #fff;min-height: 450px;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_num{display: none;font-size: 70px;color: #fff;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content{width: 100%;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title{margin-bottom: 8%;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title span{font-size: 23px;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title em{display: inline-block;margin-left: 4px;font-size: 16px;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .con{font-size: 14px;line-height: 2.2;}
.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .con p{margin-bottom: 5%;}
/* .home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout{padding: 12.8% 11% 2.5%;width:100%;color: #fff;min-height: 450px;}
.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout .layout_num{display: none;}
.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout .layout_content{width: 100%;}
.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout .layout_content .title em{color: #fff;} */
/* .home_advantage .program_layout .program_nav_wrap .text_slide .nav_name{display:block;padding: 3% 5px 3%;color: #afafaf;font-size: 23px;cursor: pointer;position: relative;text-align: center;border-left: 1px solid #cecdcd;font-family: impact;} */
.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav p.nav_name{background: #00a2e9;color: #fff;}
.home_advantage .program_layout .program_content{margin-top: 35px;margin-left: -10%;width: 60.5%;/* width: 980px; */}
.home_advantage .program_layout .program_content .program_con_wrap{box-sizing: border-box;position: relative;}
.home_advantage .program_layout .program_content .item_slide{position: relative;}
.home_advantage .program_layout .program_content .img img{width: 100%;}
.home_advantage .program_layout .program_content .item_slide .program_slide{position: relative;margin-top: -24px;width: 113px;z-index: 2;}
#program_next,#program_prev{width: 49.5%;height: 55px;background-color: #2f2f2f;background-repeat: no-repeat;background-position: center;cursor: pointer;background-size: 8px auto;}
#program_next{background-image: url(../images/banner_next.png);}
#program_prev{background-image: url(../images/banner_prev.png);}
#program_next:hover,#program_prev:hover{background-color: #ccc;}

.home_advantage .program_expand{margin: 5% auto 0;width: 100%;max-width: 1300px;}
.home_advantage .program_expand .item{width: 49.5%;}
.home_advantage .program_expand .item .lf_img{width: 49%;}
.home_advantage .program_expand .item .lf_img .img{box-sizing: border-box;border-radius: 3px;overflow: hidden;}
.home_advantage .program_expand .item .rt_content{padding: 5% 3% 3%;width: 49%;background: #f6f6f6;box-sizing: border-box;border: 2px solid #00254f;box-sizing: border-box;}
.home_advantage .program_expand .item .rt_content .tit{font-size: 16px;font-weight: bold;letter-spacing: 1px;}
.home_advantage .program_expand .item .rt_content .con{margin-top: 15px;font-size: 15px;line-height: 28px;}

@media only screen and (max-width:1400px){
	.home_advantage .program_layout .program_nav_wrap .join_title span{width: 50%;}
	.home_advantage .program_layout .program_nav_wrap .join_title b{font-size: 30px;}
	/* .home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout{left: -15%;width: 115%;} */
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_num{font-size: 50px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout .layout_content{width: calc(94% - 50px);width: -webkit-calc(94% - 50px);}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .con{line-height: 24px;}
}
@media only screen and (max-width:1260px){
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title span{font-size: 20px;}
}
@media only screen and (max-width:1080px){
	.home_advantage .program_layout{flex-wrap: wrap;flex-flow: column-reverse;}
	.home_advantage .program_layout .program_nav_wrap{margin: 0 auto;width: 100%;}
	.home_advantage .program_layout .program_nav{width: 100%;}
	.home_advantage .program_layout .program_nav_wrap .join_title{margin-bottom: 40px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide{width: 100%;max-width: 87%;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout{padding: 8.5% 11% 7.5%;min-height: initial;}
	.home_advantage .program_layout .program_content{margin: 0 auto;width: 100%;}
	.home_advantage .program_layout .program_content .item_slide .program_slide{margin-top: -50px;}
	.home_advantage .program_expand .item .lf_img{width: 100%;}
	.home_advantage .program_expand .item .rt_content{width: 100%;}
}
@media only screen and (max-width:768px){
	.home_advantage .program_layout .program_nav_wrap{min-width: initial;}
	.home_advantage .program_layout .program_nav_wrap .join_title span{width: 262px;}
	.home_advantage .program_layout .program_nav_wrap .join_title b{font-size: 26px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title span{font-size: 20px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title em{font-size: 14px;}
}
@media only screen and (max-width:480px){
	.home_advantage{padding: 40px 0;}
	.home_advantage .program_layout .program_nav_wrap .join_title{padding-left: 0;margin-bottom: 20px;}
	.home_advantage .program_layout .program_nav_wrap .join_title span{width: 135px;}
	.home_advantage .program_layout .program_nav_wrap .join_title b{font-size: 20px;margin-left: 10px;}
	.home_advantage .program_layout .program_nav_wrap{width: 100%;}
	.home_advantage .program_layout .program_nav_wrap .text_slide{max-width: initial;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout{padding: 20px 5%;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_num{margin-bottom: 10px;font-size: 34px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .con{line-height: 24px;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout .layout_content{width:100%;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .active-nav .item_layout{left: 0;width: 100%;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title span{font-size: 16px;display: block;}
	.home_advantage .program_layout .program_nav_wrap .text_slide .item_layout .layout_content .title em{margin-left: 0;font-size: 12px;}
	#program_next, #program_prev{background-size: 6px auto;}
	.home_advantage .program_layout .program_content .item_slide .program_slide{margin-top: -35px;width: 80px;}
	.home_advantage .program_expand{display: none;}
	#program_next, #program_prev{height: 38px;}
}
@media only screen and (max-width:320px){
	.home_advantage .program_layout .program_nav_wrap .join_title b{font-size: 18px;}
}


/* home_case */
.home_case{padding: 5.6% 0;background-image: linear-gradient(to bottom,#fff 50%,#f6f6f6 50%);}
.home_case .case_series ul{justify-content: center;}
.home_case .case_series ul li{margin: 0 3%;text-align: center;border: 2px solid #999;box-sizing: border-box;color: #2f2f2f;}
.home_case .case_series ul li .wrap{padding: 20px 20px;min-width: 200px;box-sizing: border-box;}
.home_case .case_series ul li i{display: inline-block;margin-bottom: 20px;width: 45px;}
.home_case .case_series ul li .tit{font-size: 17px;}
.home_case .case_series ul li em{color: #999;font-size: 12px;}

.home_case .list_content{margin-top: 1%;justify-content: flex-start;}
.home_case .list_content .item{margin: 3% 2.66% 0 0;width: 23%;}
.home_case .list_content .item:nth-child(4n){margin-right: 0;}
.home_case .list_content .item .img{position: relative;padding-bottom: 75%;width: 100%;height: 0;overflow: hidden;}
.home_case .list_content .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);transition: all .3s linear;}
.home_case .list_content .item .text{padding: 15px 3%;box-sizing: border-box;}
.home_case .list_content .item .tit{font-weight: normal;font-size: 16px;color: #2f2f2f;text-align: center;}
@media only screen and (min-width:481px){
	.home_case .case_series ul li:hover{background: #00254F;color: #fff;border-color: #00254f;}
	.home_case .case_series ul li:hover em{color: #fff;}
	.home_case .list_content .item:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
	.home_case .list_content .item:hover .text{background: #dc2a0b;}
	.home_case .list_content .item:hover .tit{color: #fff;}
}
@media only screen and (max-width:1260px){
	.home_case .case_series ul li{margin: 0 1%;}
	.home_case .case_series ul li .tit{font-size: 16px;}
}
@media only screen and (max-width:1080px){
	.home_case .case_series ul li i{margin-bottom: 15px;width: 37px;}
	.home_case .case_series ul li .wrap{min-width: 170px;}
}
@media only screen and (max-width:768px){
	.home_case{padding: 40px 0;}
	.home_case .list_content{margin-top: 20px;}
	.home_case .list_content .item{margin: 1% 1.33% 0 0;width: 24%;}
	
}
@media only screen and (max-width:680px){
	.home_case .case_series ul li{margin: 0;border: 0;}
	.home_case .case_series ul li .wrap{padding: 20px 7px;min-width: initial;}
	.home_case .case_series ul li .tit{font-size: 14px;}
	.home_case .list_content{justify-content: space-between;}
	.home_case .list_content .item{margin: 1% 0 0;width: 49%;}
	.home_case .list_content .item .tit{font-size: 15px;}
}
@media only screen and (max-width:480px){
	.home_case{padding: 30px 0 20px;}
	.home_case .case_series{display: none;}
	.home_case .list_content .item .tit{font-size: 14px;}
	.home_case .list_content .item:nth-last-child(-n+2){display: none;}
}

.range{margin: 5% 0 0;padding-top: 5%;border-top: 1px solid #00254f;}
.range .range_wrap{margin: 0 auto;}
.range .layout .lf_part{width: 70%;}
.range .layout .lf_part ul li{margin-bottom: 0.3%;padding: 20px;width: 33.1%;min-height: 200px;box-sizing: border-box;position: relative;z-index: 1;background-repeat: no-repeat;background-size: cover;background-position: center;}
.range .layout .lf_part ul li:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,37,79,0.5);z-index: -1;}
.range .layout .lf_part ul li .text_wrap{color: #fff;transition: all .3s linear;}
.range .layout .lf_part ul li .h4{font-size: 16px;}
.range .layout .rt_part{width: 27%;}
.range .layout .lf_part ul li:nth-child(1){background-image: url(../images/ser_bg01.jpg);}
.range .layout .lf_part ul li:nth-child(2){background-image: url(../images/ser_bg02.jpg);}
.range .layout .lf_part ul li:nth-child(3){background-image: url(../images/ser_bg03.jpg);}
.range .layout .lf_part ul li:nth-child(4){background-image: url(../images/ser_bg04.jpg);}
.range .layout .lf_part ul li:nth-child(5){background-image: url(../images/ser_bg05.jpg);}
.range .layout .lf_part ul li:nth-child(6){background-image: url(../images/ser_bg06.jpg);}
.range .layout .idx_title{margin-bottom: 40px;}
.range .layout .idx_title .title span{font-size: 24px;color: #dc2a0b;}
.range .layout .rt_part .hot_point li{margin: 10px 0;font-size: 16px;}
.range .layout .rt_part .hot_point li .tit h3{font-size: 16px;font-weight: normal;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.range .layout .rt_part .hot_point li .tit h3:hover{color: #dc2a0b;}
@media only screen and (min-width:481px){
	.range .layout .lf_part ul li:nth-child(1):hover,.range .layout .lf_part ul li:nth-child(2):hover,.range .layout .lf_part ul li:nth-child(3):hover,.range .layout .lf_part ul li:nth-child(4):hover,.range .layout .lf_part ul li:nth-child(5):hover,.range .layout .lf_part ul li:nth-child(6):hover{background-image: none;}
	.range .layout .lf_part ul li:hover .text_wrap{transform: translateY(10px);}
}
@media only screen and (max-width:1080px){
	.range .layout .lf_part{width: 100%;}
	.range .layout .rt_part{margin-top: 30px;width: 100%;}
	.range .layout .rt_part .hot_point{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.range .layout .rt_part .hot_point li{margin-top: 7px 0;width: 49%;}
}
@media only screen and (max-width:768px){
	.range{margin-top: 40px;padding: 40px 0;}
	.range .layout .lf_part ul li{min-height: 180px;}
}
@media only screen and (max-width:480px){
	.range{display: none;}
	
}

/* home_news */
.border_line{width: 100%;height: 2px;background: #2d2d2d;}
.home_news{padding:5.6% 0;position: relative;}
.home_news .more{right: 0;top: 0;font-size: 20px;}
.home_news .idx_wrap{position: relative;padding-bottom: 100px;}
.home_news .newsContent .news_item {padding: 0 0 90px;}
.home_news .newsContent .news_item p.title{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;font-size: 18px;font-weight: bold;color: #6d6d6d;line-height: 30px;text-align: left;margin-top: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.home_news .newsContent .news_item p.con{font-size: 14px;color: #6d6d6d;line-height: 30px;text-align: left;margin-top: 8px;height: 55px;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.home_news .newsContent .news_item .date{text-align: left;position: relative;bottom: -178px;}
.home_news .newsContent .news_item .date:after{content: '';display: block;width: 10%;height: 2px;background: #bdbdbd;position: absolute;left: 0;top: -16px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.home_news .newsContent .news_item .date span.month{display: inline-block;font-weight: bold;font-size: 16px;color: #00254f;margin-left: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.home_news .newsContent .news_item .date .detail{position: absolute;display: inline-block;padding: 0;bottom: 0;right: -14%;color: #2f2f2f;font-weight: bold;z-index: 0;opacity: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.home_news .newsContent .news_item:hover p.title{margin-top: -5px;}
.home_news .newsContent .news_item:hover p.con{margin-top: 10px;}
.home_news .newsContent .news_item:hover .date .detail{right: 0;opacity: 1;}
.home_news .newsContent .news_item:hover .date:after{width: 100%;background-color: #2f2f2f;}
.home_news .swiper-pagination{width: 100%;bottom: 3%;}
.home_news .swiper-pagination .swiper-pagination-bullet{position: relative;margin:0 6px;opacity: 1;background-color: transparent;width: 14px;height: 14px;border-radius: 50%;border: 2px solid transparent;}
.home_news .swiper-pagination .swiper-pagination-bullet:after{content:"";position: absolute;left: 50%;top: 50%;width: 4px;height: 4px;z-index: 1;transform: translate(-50%,-50%);background-color: #6f6f6f;border-radius: 50%;}
.home_news .swiper-pagination .swiper-pagination-bullet-active{border-color: #6f6f6f;}
@media only screen and (max-width:1260px){
	.home_news .newsContent .news_item p.title{font-size: 16px;}
}
@media only screen and (max-width:768px){
	.home_news{padding: 40px 0;}
	.home_news .more{font-size: 16px;}
}
@media only screen and (max-width:480px){
	.home_news .more{font-size: 14px;}
	.home_news{padding: 30px 0;}
	.home_news .newsContent .news_item p.con{line-height: 24px;height: auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.home_news .newsContent .news_item .date{bottom: -150px;}
}

.home_link{ padding:0 0 2%;}
.home_link a{ margin-right:5px;}

/* home_partner */
.home_partner{padding: 5.6% 0 3%;background: #f6f6f6;}
.home_partner .more{right: 0;top: 0;font-size: 20px;}
.home_partner .partner_content{margin-top: 0;}
.home_partner .partner_content .item{padding: 10px 0 10px 2px;}
.home_partner .partner_content .item .img{position: relative;padding-bottom: 75%;width: 100%;height: 0;box-shadow: 0 0 10px rgba(0,0,0,0.03);overflow: hidden;}
.home_partner .partner_content .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
@media only screen and (max-width:1080px){
.home_partner .partner_content{margin-top: 30px;}
	
}
@media only screen and (max-width:768px){
	.home_partner{padding: 40px 0;}
.home_partner .more{font-size: 16px;}
}
@media only screen and (max-width:480px){
.home_link{ display:none;}
	.home_partner{display: none;padding: 0 0 30px;}
}


