/* 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-bullet{margin: 0 8px;}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px;}
.banner .swiper-pagination span{width: 92px;height: 4px;background: #fff;padding: 0;border: solid 1px transparent;opacity: 1;border-radius: 0%;vertical-align: middle;border: 0;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{/* width: 6px;height: 6px; */border-color:transparent;background: #e62125;}
.banner .swiper-pagination-bullet{border-radius: 16px;}
.banner .swiper-pagination{height: auto;bottom: 30px;}
.banner #banner_mb{display: none;}


@media only screen and (max-width:1260px){
	.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;}
	.banner .swiper-pagination span{width: 65px;}
}
@media only screen and (max-width:750px){
	.banner #banner_pic{display: none;}
	.banner #banner_mb{display: block;}
}
@media only screen and (max-width:480px){
.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: 13px;}
	.banner .swiper-pagination span{width: 43px;height: 4px;margin: 0 5px;}
	.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
}

/* .banner .list01 {position: relative;z-index: 1;background: #c2b4a7;overflow: hidden;}
.banner .list01 .text{position: absolute;left: 0;top:46.5%;width:100%;height: auto;transform: translate(0,-50%);z-index: 2;}
.banner .list01 .text .wrap{margin: 0 0 0 auto;text-align: right;transform: translateX(50%);opacity: 0.2;transition: all 0.6s 0.9s ease-out;}
.banner .list01 .text .bottom img{margin-top: 6.5%;transform: translateX(17px);}
.banner .list01 .img{overflow: hidden;}
.banner .list01 .img img{transform: translateX(-50%);opacity: 0.2;transition: all 1s 0.5s ease-out;}
.banner .list01.after .img img{transform: translateX(0);opacity: 1;}
.banner .list01.after .text .wrap{transform: translateX(0);opacity: 1;}
@media only screen and (max-width:1260px){
	.banner .list01 .text .bottom img{transform: translateX(5px);}
	.banner .list01 .text .wrap{width: 50%;}
}
@media only screen and (max-width:480px){
	.banner .list01 .text .wrap{width: 65%;}
	.banner .list01 .text .wrap .top{margin: 0 0 0 auto;width: 60%;}
} */


/* common_css */
section{width: 100%;overflow: hidden;}

.idx_title{color: #1d2266;color: #195894;}
.idx_title .title{font-size: 38px;position: relative;z-index: 1;line-height: 1em;display: inline-block;}
.idx_title .title:after{content: "";position: absolute;left: 0;bottom: -1px;width: 74px;height: 7px;background: linear-gradient(to left,#2572bc,#6ec6ee);z-index: -1;}
.idx_title .slogan{margin-top: 26px;font-size: 18px;}
.idx_title .en{display: block;margin-bottom: 10px;font-size: 18px;font-family: arial;text-transform:capitalize;}
@media only screen and (max-width:1440px){
	.idx_top{padding: 40px 0 30px;}
	.idx_title .title{font-size: 36px;}
	.idx_title .title:after{width: 70px;}
}
@media only screen and (max-width:1260px){
	.idx_title .title{font-size: 30px;}
	.idx_title .title:after{width: 58px;height: 5px;}
}
@media only screen and (max-width:768px){
	.idx_top{padding: 30px 0 25px;}
	.idx_title .title{font-size: 24px;}
	.idx_title .en{font-size: 15px;margin-bottom: 8px;}
	.idx_title .title:after{width: 48px;height: 5px;}
	.idx_title .slogan{font-size: 16px;}
}
@media only screen and (max-width:480px){
	.idx_title .title{font-size: 18px;}
	.idx_title .en{font-size: 12px;}
	.idx_title .title:after{width: 33px;height: 3px;}
	.idx_title .slogan{font-size: 14px;}
}

/* home_applicance */
.home_applicance{padding: 6% 0;background: url(../images/ap_bg.jpg) no-repeat center/cover;}
.home_applicance .inds_use{margin-top: 6%;}
.home_applicance .pro_nav{width: 84px;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.home_applicance .pro_nav i{display: inline-block;width: 16px;height: 26px;cursor: pointer;background-repeat: no-repeat;background-position: center;background-size: 100% auto;}
.home_applicance .pro_nav .swiper-button-disabled i{filter:opacity(0.41);}
.home_applicance .pro_nav .pro_prev i{background-image: url(../images/pro_prev2.png);}
.home_applicance .pro_nav .pro_next i{background-image: url(../images/pro_next2.png);}
.home_applicance .class_list .wrap{box-sizing: border-box;}
.home_applicance .class_list .swiper-container{}
.home_applicance .class_list .swiper-wrapper{}
.home_applicance .class_list .swiper-slide{width: 18.8%;max-width: 1000px;overflow: hidden;background: #fff;border-bottom: 4px solid #003ca6;}
.home_applicance .class_list .swiper-slide .img{position: relative;padding-bottom: 118%;width: 100%;height: 0;overflow: hidden;}
.home_applicance .class_list .swiper-slide .img img{position: absolute;left: 50%;top:50%;width: 100%;transform: translate(-50%,-50%) scale(1);transition: all .4s ease-out;}
.home_applicance .class_list .change{position: relative;margin: 4% auto 0;width: 490px;max-width: 100%;height: 4px;text-align: center;z-index: 2;display: none;}
.home_applicance .class_list .swiper-slide .text{position: absolute;left: 0;bottom: 20%;width: 100%;max-height: 100%;z-index: 2;color: #000;padding: 0 12%;box-sizing: border-box;transition: all .5s ease-out;}
.home_applicance .class_list .swiper-slide .text .industry_logo{margin-bottom: 0;text-align: left;}
/* .home_applicance .class_list .swiper-slide .text .industry_logo > div{display: inline-block;} */
/* .home_applicance .class_list .swiper-slide .text .industry_logo img{width: auto;} */
.home_applicance .class_list .swiper-slide .text .text_part{display: block;}
.home_applicance .class_list .swiper-slide .text .tit{font-size: 30px;font-size:24px;color: #fff;transition: all .5s ease-out;text-align: center;font-weight: bold;}
.home_applicance .class_list .swiper-slide .text em{display: block;font-size: 16px;font-family: arial;}
.home_applicance .class_list .swiper-slide .text .con{font-size: 16px;line-height: 2.3em;}
.home_applicance .class_list .swiper-slide .text .more span{display: block;margin-top: 0%;margin-top: 20%;padding: 20px 0 0;font-size: 16px;box-sizing: border-box;text-align: left;visibility: visible;opacity: 1;transition: all .5s ease-out;position: relative;letter-spacing: 1px;text-align: right;border-top: 1px solid #000;text-align: right;}
.home_applicance .class_list .swiper-slide .text .more span .item_more{display: inline-block;margin: 0 0 0 auto;width: 17px;height: 17px;background: url(../images/icon_ad_more.png)no-repeat center;background-size: initial;display: block;}
@keyframes roll{
	from{right: 4px;}
	to{right: -webkit-calc(100% - 40px);}
}
@keyframes roll2{
	from{right: 4px;}
	to{right: -webkit-calc(100% - 28px);}
}
/* .home_applicance .class_list .swiper-slide .text .more span:hover{padding: 12px 0 12px 60px;}
.home_applicance .class_list .swiper-slide .text .more span:hover .item_more{animation: roll 0.5s 0s 1 ease;animation-fill-mode:forwards;} */

.home_applicance .class_list .swiper-slide .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(26 89 148 / 28%);opacity: 0;z-index: 1;transition: all .4s;}

.home_applicance .class_list .swiper-slide .more_icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);visibility: hidden;opacity: 0;transition: all .5s ease-out;z-index: 2;}
.home_applicance .class_list .swiper-slide .more_icon i img{display: block;width: auto;margin: 0 auto;}
.home_applicance .class_list .swiper-slide .more_icon .tit{margin-top: 10px;font-size: 18px;color: #fff;}

.home_applicance .class_list .change .swiper-pagination{position: absolute;width: 100%;height: 2px;background-color: #ccc;}
.home_applicance .class_list .change  .swiper-pagination-bullet{width: 80px;height: 8px;margin: 0 7px;position: relative;background: #d6d6d6;opacity: 1;border-radius: 10px;}
.home_applicance .class_list .change  .swiper-pagination-bullet-active{background:#130c04;border:2px #c9c9c9;}
.home_applicance .swiper-scrollbar{position: absolute;width: 100%;height: 2px;z-index: -1;background: #ccc;}
.home_applicance .swiper-scrollbar-drag{position: absolute;top: auto;bottom: 0;height: 4px;background: #333;cursor: pointer;border-radius: 0;}
.home_applicance .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #333;height: 4px;top: auto;bottom: 0;}
@media only screen and (min-width:481px){
	.home_applicance .class_list .swiper-slide:hover .mask{left: 0;opacity: 1;}
	.home_applicance .class_list .swiper-slide:hover .img img{transform: translate(-50%,-50%) scale(1);opacity: 1;}
	.home_applicance .class_list .swiper-slide:hover .more_icon{visibility: visible;opacity: 1;}
	
	.home_applicance .class_list .swiper-slide:hover .text{top: 50%;color: #fff;}
	.home_applicance .class_list .swiper-slide:hover .text .industry_logo{}
	.home_applicance .class_list .swiper-slide:hover .text .text_part{display: block;}
	.home_applicance .class_list .swiper-slide:hover .tit{color: #fff;letter-spacing: 4px;}
	.home_applicance .class_list .swiper-slide:hover .text .more span{border-color: #fff;}
	.home_applicance .class_list .swiper-slide:hover .text .more span .item_more{filter: brightness(100);}
}
@media only screen and (max-width:1440px){
	.home_applicance .class_list .swiper-slide .text .tit{font-size: 24px;}
	.home_applicance .class_list .swiper-slide .text em{font-size: 16px;}
	.home_applicance .class_list .swiper-slide .text .con{font-size: 14px;line-height: 1.8em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
}
@media only screen and (max-width:1260px){
	/* .home_applicance{padding-bottom: 40px;} */
	.home_applicance .inds_use{margin-top: 48px;}
	.home_applicance .class_list .swiper-slide .text{}
	.home_applicance .class_list .swiper-slide .text .tit{font-size: 20px;}
	.home_applicance .class_list .swiper-slide .text em{font-size: 14px;}
	.home_applicance .class_list .swiper-slide .text .con{}
	.home_applicance .class_list .swiper-slide .text .more span{    padding: 5px 0;width: auto;font-size: 12px;letter-spacing: 0;}
	/* .home_applicance .class_list .swiper-slide .text .more span:hover{padding: 7px 0 7px 30px;} */
	.home_applicance .class_list .swiper-slide .text .more span .item_more{width: 24px;height: 24px;background-size: 12px;}
}
@media only screen and (max-width:768px){
	.home_applicance{padding: 40px 0;}
	.home_applicance .inds_use{margin-top: 38px;}
	.home_applicance .class_list .change{margin-top: 38px;}
	.home_applicance .class_list .swiper-slide .text .tit{font-size: 16px;}
	.home_applicance .swiper-scrollbar-drag{height: 2px;}
	.home_applicance .pro_nav{width: 60px;}
	.home_applicance .pro_nav i{width: 12px;height: 18px;}
}
@media only screen and (max-width:480px){
	.home_applicance{padding: 30px 0;}
	.home_applicance .inds_use{margin-top: 24px;}
	.home_applicance .class_list .swiper-slide .text .con{}
	.home_applicance .class_list .swiper-slide .text{}
	.home_applicance .class_list .swiper-slide .text .tit{font-size: 14px;}
	.home_applicance .class_list .swiper-slide .text em{font-size: 14px;}
	.home_applicance .pro_nav{width: 46px;}
}

/* home_product */
.home_product{padding: 6% 0;background: url(../images/pdct_bg.jpg)no-repeat center/cover;}
.home_product .product_box{padding: 50px 5% 409px 8%;background: linear-gradient(to bottom,#003ca6 80%,transparent 80%);color: #fff;box-sizing: border-box;}
.home_product .product_box .top{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.home_product .product_box .top .title{font-size: 58px;font-size:36px;font-weight: bold;}
.home_product .product_box .top .s_box{width: calc(90% - 500px);width: -webkit-calc(90% - 500px);}
.home_product .product_box .top .s_box .search_box{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.home_product .product_box .top .s_box .search_box form{width: 76.5%;}
.home_product .product_box .top .s_box .search_box input{display: inline-block;vertical-align: middle;height: 48px;line-height: 48px;font-size: 16px;}
.home_product .product_box .top .s_box .search_box .sch{padding: 0 18px 0 48px;width: calc(100% - 81px);width:-webkit-calc(100% - 81px);box-sizing: border-box;background:#fff url(../images/icon_search.png)no-repeat left 18px center;}
.home_product .product_box .top .s_box .search_box .sch::placeholder{font-size: 16px;color: #aca9a9;}
.home_product .product_box .top .s_box .search_box input.sub{width:81px;font-size: 16px;color: #fff;background-color: #04b2eb;}
.home_product .product_box .top .s_box a{padding: 0 15px;width: 20.5%;text-align: center;display: inline-block;box-sizing: border-box;white-space: nowrap;transition: all 0.3s linear;}
.home_product .pdct_content{margin-top: 46px;position: relative;}
.home_product .pdct_content .pdct_nav ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.home_product .pdct_content .pdct_nav ul li{padding: 12px 25px;color: #fff;font-size: 21px;font-size:18px;box-sizing: border-box;border-radius: 10px 10px 0 0;white-space: nowrap;}
.home_product .pdct_content .pdct_nav ul li.on{background: #fff;color: #003ca6;}
.home_product .pdct_content .list_content{position: absolute;left: 0;top: 67px;top:48px;width: 122%;max-width: 1614px;background: #fff;padding: 44px 3.8%;box-sizing: border-box;}
.home_product .pdct_content .list_content:after{content: "";position: absolute;left: 100%;top: 0;width: 100%;height: 100%;background: #fff;}
.home_product .pdct_content .list_content .pdct_nav ul li.on{background: #fff;}
.home_product .pdct_content .list_content .item .text_wrap{margin-top: 26px;}
.home_product .pdct_content .list_content .item .tit{font-weight: normal;color: #00114a;font-weight: bold;font-size: 16px;font-size:18px;color: #195894;font-weight: bold;}
.home_product .pdct_content .list_content .item .more{display: inline-block;margin-top: 12px;color: #8d9092;font-size: 14px;transition:all .3s linear}
.home_product .pdct_content .list_content .item .img{position: relative;padding-bottom: 86%;}
.home_product .pdct_content .list_content .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
@media only screen and (min-width:481px){
	.home_product .product_box .top .s_box a:hover{letter-spacing: 2px;}
}
@media only screen and (max-width:1440px){
	/* .home_product .product_box .top .title{font-size: 42px;} */
}
@media only screen and (max-width:1260px){
	.home_product .pdct_content{margin-top: 38px;}
	.home_product .pdct_content .pdct_nav ul li{padding: 14px 25px;font-size: 17px;}
	.home_product .pdct_content .list_content{top: 50px;padding: 44px 2%;}
	.home_product .product_box .top .title{font-size: 32px;}
	.home_product .product_box .top .s_box{width: calc(96% - 350px);width:-webkit-calc(96% - 350px)}
	.home_product .product_box{padding: 50px 5% 409px;}
	.home_product .pdct_content .list_content .item .text_wrap{margin-top: 14px;}
	.home_product .pdct_content .list_content .item .more{margin-top: 8px;}
}
@media only screen and (max-width:1080px){
	.home_product .product_box .top{flex-wrap: wrap;}
	.home_product .product_box .top .title{font-size: 26px;}
	.home_product .product_box .top .s_box{margin-top: 22px;width: 100%;}
	.home_product .product_box .top .s_box a{text-align: left;}
	.home_product .product_box .top .s_box .search_box .sch{padding: 0 18px 0 30px;background: #fff url(../images/icon_search.png)no-repeat left 8px center/18px auto;}
	.home_product .product_box{padding: 32px 3% 340px;}
	.home_product .product_box .top .s_box .search_box input{height: 40px;line-height: 40px;}
	.home_product .pdct_content .list_content{width: 100%;}
	.home_product .pdct_content .list_content:after{content: initial;}
	.home_product .pdct_content .list_content .item .tit{font-size:16px}
}
@media only screen and (max-width:768px){
	.home_product{padding: 40px 0;}
	.home_product .pdct_content{margin-top: 28px;}
	.home_product .pdct_content .pdct_nav ul li{padding: 12px 6px;font-size: 12px;width: calc(100% / 6);width: -webkit-calc(100% / 6);text-align: center;border-radius: 6px 6px 0 0;}
	.home_product .product_box .top .title{font-size: 18px;}
	.home_product .product_box .top .s_box .search_box .sch::placeholder{font-size: 14px;}
	.home_product .product_box .top .s_box .search_box input.sch{font-size: 14px;}
	.home_product .product_box .top .s_box .search_box input.sub{font-size: 14px;}
	.home_product .pdct_content{margin-top: 28px;}
	.home_product .pdct_content .list_content{top: 38px;padding: 28px 2%;}
	.home_product .pdct_content .list_content .item .tit{font-size: 14px;}
	.home_product .pdct_content .list_content .item .more{font-size: 13px;}
}
@media only screen and (max-width:480px){
	.home_product{padding: 30px 0;}
	.home_product .product_box{padding: 26px 3% 274px;}
	.home_product .product_box .top .title{font-size: 16px;}
	.home_product .product_box .top .s_box{display: none;}
	.home_product .pdct_content .pdct_nav ul li{padding: 8px 6px;width: calc(100% / 3);width:-webkit-calc(100% / 3)}
	.home_product .pdct_content .list_content{top: 66px;}
}

/* home_profile */
.home_profile .part_top{padding:6% 0;position: relative;z-index: 1;background: url(../images/pf_bg.jpg)no-repeat top left 57%/auto 100%;z-index: 1;}
.home_profile .part_top:after{content:"";position: absolute;right: 0;top: 0;width: 32%;height: 100%;background: #f5f2f2;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 {align-items: center;}
.home_profile .part_top .lf_part{padding:3% 0 3% 0;width: 55%;box-sizing: border-box;}
.home_profile .part_top .lf_part .idx_title .title{position: absolute;left: 0;bottom: 0;font-size: 38px;}
.home_profile .part_top .lf_part .idx_title .title i{display: inline-block;margin: 10px 0 0 7px;width: 38px;height: 18px;vertical-align: text-top;}
.home_profile .part_top .lf_part .idx_title .title i img{display: block;}
.home_profile .part_top .lf_part .idx_title .en{font-size: 86px;color: #efeeee;font-family: arial;font-weight: bold;}
.home_profile .part_top .lf_part .idx_title .line{margin: 49px 0;width: 108px;height: 6px;background: #00114a;}
.home_profile .idx_title .title:after{content: initial;}
.home_profile .part_top .lf_part .slogan{font-size: 20px;font-weight: bold;margin-top: 24px;}
.home_profile .part_top .lf_part .content{width: 100%;font-size: 16px;line-height: 2.2;color: #999;}
.home_profile .part_top .lf_part .content p{}
.home_profile .part_top .lf_part .content .more span{display: inline-block;margin-top: 5%;padding: 8px 24px;font-size: 14px;box-sizing: border-box;border-radius: 30px;background: #ef8641;color: #fff;}
.home_profile .part_top .rt_part{width: 38%;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:1440px){
	.home_profile .part_top .lf_part .idx_title .title{font-size: 30px;}
	.home_profile .part_top .lf_part .idx_title .en{font-size: 68px;}
	.home_profile .part_top .lf_part .idx_title .line{margin: 38px 0;width: 80px;height: 4px;}
}
@media only screen and (max-width:1260px){
	.home_profile .part_top .layout{}
	.home_profile .part_top .lf_part{padding: 3% 5% 3% 2%;}
	.home_profile .part_top .lf_part .idx_title .title{font-size: 26px;}
	.home_profile .part_top .lf_part .idx_title .en{font-size: 56px;}
	.home_profile .part_top .lf_part .slogan{font-size: 20px;}
	.home_profile .part_top .rt_part{width: 44%;}
}
@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: 0 0 4%;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 .lf_part .content .more span{padding: 10px 14px;font-size: 12px;}
	.home_profile .part_top .lf_part .idx_title .line{width: 66px;}
	.home_profile .part_top .rt_part{width: 100%;}
}
@media only screen and (max-width:768px){
	.home_profile .part_top{padding: 40px 0 ;}
	.home_profile .part_top .lf_part{padding: 0 0 30px;}
	.home_profile .part_top .lf_part .idx_title .en{font-size: 44px;}
	.home_profile .part_top .lf_part .idx_title .title{font-size: 22px;}
	.home_profile .part_top .lf_part .slogan{font-size: 18px;}
	.home_profile .part_top .lf_part .content{font-size: 16px;}
	.home_profile .part_top .lf_part .idx_title .line{margin: 26px 0;width: 50px;}
	.home_profile .part_top .rt_part{margin-bottom: 0;}
}
@media only screen and (max-width:480px){
	.home_profile .part_top{padding: 30px 0 ;}
	.home_profile .part_top .lf_part .idx_title{}
	.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 .idx_title .title i{margin-top: 0;}
	.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 .slogan{font-size: 14px;}
	.home_profile .part_top .lf_part .content .more span{padding: 6px 14px;}
	.home_profile .part_top .lf_part .idx_title .en{font-size: 30px;}
	.home_profile .part_top .lf_part .idx_title .line{margin: 18px 0;height: 2px;}
	.home_profile .part_top .rt_part{width: 100%;}
	.home_profile .part_top .rt_part .img{ max-height:180px;}
	.home_profile .part_top .rt_part .img img{ max-height:180px; width:100%;}
}

/* home_solution */
.home_solution {padding: 6% 0;background: url(../images/solution_bg.jpg)no-repeat center/cover;color: #fff;}
.home_solution .lf_part {width: 50%;}
.home_solution .idx_title {margin-top: 14px;color:#fff}
.home_solution .lf_part .con {margin: 30px 0 7%;font-size:18px;font-size:16px;line-height: 2.2;}
.home_solution .lf_part .con p {margin-bottom: 4%;}
.home_solution .lf_part .con p:last-child {margin-bottom: 0;}
.home_solution .lf_part .link a{display: inline-block;padding: 18px 20px;color: #111;position: relative;z-index: 1;}
.home_solution .lf_part .link a:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;transform: skew(-25deg);transition: all 0.3s linear;}
.home_solution .lf_part .link a:first-child:after{background: #fff;}
.home_solution .lf_part .link a:last-child:after{background: #eee;}
.home_solution .lf_part .link span{font-size: 22px;font-size:18px}
.home_solution .lf_part .link i{display: inline-block;margin-left: 10px;vertical-align: bottom;width: 25px;height:25px;transition: all 0.3s linear;}
.home_solution .lf_part .link i img{display: block;}
.home_solution .img {border-radius: 10px;overflow: hidden;}
.home_solution .rt_part {width: 42.6%;}
@media only screen and (min-width:481px){
	.home_solution .lf_part .link a:hover{color: #fff;}
	.home_solution .lf_part .link a:hover:after{background: #003ca6;}
	.home_solution .lf_part .link a:hover i{margin-left: 10px;filter: brightness(100);}
}
@media only screen and (max-width:1260px) {
	.home_solution .pf_title {font-size: 30px;}
	.home_solution .lf_part .link span{font-size: 18px;}
}
@media only screen and (max-width:1080px) {
	.home_solution {padding: 6% 0 0;}
	.home_solution .con {margin: 5% 0 3.5%;}
	.home_solution .img {border-radius: 6px;}
	.home_solution .lf_part{width: 100%;}
	.home_solution .lf_part .link i{width: 22px;height: 22px;}
	.home_solution .lf_part .link span{font-size: 17px;}
	.home_solution .rt_part{width: 100%;}
	
}

@media only screen and (max-width:768px) {
	.home_solution .pf_title {font-size: 24px;}
	.home_solution .lf_part {width: 100%;}
	.home_solution .rt_part {width: 100%;}
	.home_solution .con {line-height: 28px;}
}

@media only screen and (max-width:480px) {
	.home_solution {padding: 35px 0 0;}
	.home_solution .pf_title {font-size: 18px;}
	.home_solution .con {margin: 6% 0 8%;font-size: 14px;line-height: 24px;}
	.home_solution .lf_part .con{margin: 26px 0;font-size: 14px;line-height: 26px;}
	.home_solution .lf_part img{width: 130px;}
	.home_solution .lf_part .link span{font-size: 12px;}
	.home_solution .lf_part .link a{padding: 10px;}
	.home_solution .lf_part .link a:after{transform: skew(-6deg);}
	.home_solution .lf_part .link i{width: 16px;height: 16px;}
}

@media only screen and (max-width:320px) {
	.home_solution {padding: 30px 0;}
	.home_solution .pf_title {font-size: 16px;}
}

.home_solution .pf_video {padding: 0;position: relative;}
.home_solution .pf_video .ico {width: 100%;}
.home_solution .videoed {position: absolute;top: 50%;left: 50%;width: auto;transform: translate(-50%, -50%);transition: all .5s;z-index: 2;}
/* .ab_profile:hover .videoed{transform: translate(-50%,-50%) rotateZ(180deg);} */.ab_profile .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.13);}
.bg_mask {display: none;position: fixed;left: 0%;top: 0%;width: 100%;height: 100%;z-index: 99;background: rgba(0, 0, 0, .9);}
.videos {display: none;position: fixed;left: 50%;top: 50%;max-width: 85%;transform: translate(-50%, -50%);z-index: 100;width: 1000px;height: 450px;}
.videos video {object-fit: fill;width: 100%;}
.vclose {position: absolute;right: -35px;top: -20px;border-radius: 100%;cursor: pointer;}
@media only screen and (max-width:1260px) {}
@media only screen and (max-width:480px) {
	.vclose {right: -16px;top: -35px;}
}

.home_solution .num_ys {padding: 5.3% 0;}
.home_solution .num_ys ul {margin: 0 auto;width: 100%;flex-wrap: wrap;}
.home_solution .num_ys ul li {position: relative;margin-top: 10%;padding: 0 0%;text-align: center;width: 50%;box-sizing: border-box;position: relative;}

/* .home_solution .num_ys ul li:after{content: "";position: absolute;left: 120%;top: 0;width: 1px;height: 100%;background: #e4e6e6;} */
/* .home_solution .num_ys ul li:last-child:after{content: initial;} */
.home_solution .num_ys ul li .top {white-space: nowrap;margin-bottom: 8px;}
.home_solution .num_ys ul li .top span {display: inline-block;font-size: 70px;line-height: 1em;font-weight: bold;background-image: -webkit-linear-gradient(left, #26c067, #14944a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;vertical-align: text-top;}
.home_solution .num_ys ul li .top span.unit {margin-left: 5px;font-size: 30px;color: #14944a;background: none;-webkit-text-fill-color: initial;}
.home_solution .num_ys ul li:first-child .top span.unit {font-size: 16px;}
.home_solution .num_ys ul li .top span.num {line-height: 1em;font-family: montbold;}
.home_solution .num_ys ul li p {font-size: 18px;text-indent: initial;}
.home_solution .num_ys ul li .con{font-size: 14px;line-height: normal;margin: 20px 0;}
@media only screen and (max-width:1920px) {
	/* .home_solution .num_ys ul li .top span{font-size: 0.72rem;} */
}
@media only screen and (max-width:1260px) {
	.home_solution .num_ys ul li:nth-child(1) {margin-left: 0;}
	.home_solution .num_ys ul li .top {}
	.home_solution .num_ys ul li .top span.num {font-size: 55px;}
	.home_solution .num_ys ul li .top span.unit {font-size: 16px;}
	.home_solution .num_ys ul li .top span {font-size: 20px;}
	.home_solution .num_ys ul li p{font-size: 16px;}
}
@media only screen and (max-width:1080px) {
	.home_solution .num_ys{padding: 26px 0 30px;}
	.home_solution .num_ys ul {}
	.home_solution .num_ys ul li {margin-top: 5%;max-width: initial;}
	.home_solution .num_ys ul li .top span.num {font-size: 46px;}
	.home_solution .num_ys ul li .con {font-size: 16px;}
	.home_solution .num_ys ul li .top i{display: inline-block;width: 46px;height: 46px;}
	
}
@media only screen and (max-width:768px) {
	.home_solution .num_ys {padding: 40px 0;}
	.home_solution .num_ys ul li .top span.num {font-size: 34px;}
	.home_solution .num_ys ul li .con {font-size: 16px;}
}
@media only screen and (max-width:480px) {
	.home_solution .num_ys {padding: 30px 0 20px;}
	.home_solution .num_ys ul {flex-wrap: wrap;}
	.home_solution .num_ys ul li:nth-child(2n):after {content: initial;}
	.home_solution .num_ys ul li::before {width: 90%;}
	.home_solution .num_ys ul li {margin: 10px 0;width: 50%;}
	.home_solution .num_ys ul li .top span.num {font-size: 24px;}
	.home_solution .num_ys ul li .top span {font-size: 14px;}
	.home_solution .num_ys ul li .con {font-size: 14px;display: none;}
	.home_solution .num_ys ul li .top i{width:38px;height: 38px;}
	.home_solution .num_ys ul li p{font-size: 14px;}
}

/* home_news */
.home_news{padding: 6% 0;}
.home_news .top{align-items: center;}
.home_news .top .more{display: flex;justify-content: space-between;padding: 12px 16px;width: 150px;border-radius: 50px;background: #e60012;color: #fff;text-align: center;box-sizing: border-box;}
.home_news .slogan{text-shadow: 0 0 1px #1d2266;}
.home_news .idx_more{margin-top: 5%;}
.home_news .idx_more .more span{display: inline-block;padding: 15px 20px;font-size: 15px;box-sizing: border-box;letter-spacing: 1px;color: #666;}
.home_news .idx_more .more span i{display: inline-block;margin-top: -1px;margin-left: 13px;width: 13px;height: 13px;background: url(../images/icon_03.png)no-repeat center;vertical-align: middle;}

.home_news .bottom_line{margin-top: 3.5%;width: 100%;height: 1px;background: #e5e5e5;}
.home_news .news_content{box-sizing: border-box;margin-top: 44px;}
/* .home_news .news_content .layout:after{content: "";width: 31.6%;} */
.home_news .news_content .item{padding: 7%;width: 100%;box-sizing: border-box;transition: all .2s linear;background: #f5f5f5;}
.home_news .news_content .item:nth-last-child(1){border-right: 0;}
.home_news .news_content .item .wrap{padding:4.7% 1%;box-sizing: border-box;}
.home_news .news_content .item .time{margin-bottom: 24px;box-sizing: border-box;color: #1c2065;font-family: arial;font-weight: bold;color: #195894;}
.home_news .news_content .item .time .year{font-size: 14px;}
.home_news .news_content .item .time .m-d{font-size: 22px;}
.home_news .news_content .item .tit{margin-top: 28px;font-size: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 58px;}
.home_news .news_content .item .con{margin-top: 4px;font-size: 16px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #717171;}
/* .home_news .news_content .item .more{display: inline-block;margin-top: 16.5%;padding: 3.8% 7%;font-size: 18px;box-sizing: border-box;background: #1c2065;border-radius: 30px;color: #fff;border: 1px solid transparent;transition: border 0.2s linear;} */
.home_news .news_content .item .img{position: relative;padding-bottom: 63%;width: 100%;height: 0;overflow: hidden;}
.home_news .news_content .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.home_news .news_content .item .line{position: relative;width: 100%;height: 1px;}
.home_news .news_content .item .line:after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 1px;background: #1c2065;transition: width 0.2s linear;}

@media only screen and (min-width:481px){
	.home_news .news_content .item:hover{box-shadow: 5px 5px 20px rgba(0,0,0,0.12);}
	/* .home_news .news_content .item:hover .more{background: transparent;color: #13527d;border-color: #13527d;} */
	.home_news .news_content .item:hover .line:after{width: 100%;}
	.home_news .idx_more .more span:hover{background: #13527d;color: #fff;}
	.home_news .idx_more .more span:hover i{filter: brightness(100);}
}
@media only screen and (max-width:1260px){
	.home_news .idx_wrap{padding: 0 0 3%;}
	.home_news .news_content{margin-top: 38px;padding: 0;}
	.home_news .news_content .item .time{font-size: 15px;}
	.home_news .news_content .item .tit{font-size: 18px;min-height: 48px;}
	.home_news .news_content .item .more{padding: 7.5px 12px;font-size: 14px;}
	.home_news .news_content .item .con{line-height: 24px;}
	
}
@media only screen and (max-width:768px){
	.home_news{padding: 40px 0;}
	.home_news .idx_wrap{padding-bottom: 30px;}
	.home_news .news_content{margin-top: 28px;}
	.home_news .news_content .item .tit{font-size: 16px;margin-top: 10px;}
	.home_news .news_content .item .time{margin-bottom: 16px;}
	.home_news .top .more{padding:8px 14px;width: 116px;font-size:12px}
}
@media only screen and (max-width:480px){
	.home_news{padding: 30px 0;}
	.home_news .news_content .item .wrap{padding: 4.7% 0;}
	.home_news .news_content .item{padding: 4% 0 0;width: 100%;border-right: 0;}
	.home_news .news_content .item .tit{min-height: auto;font-size: 14px;}
	.home_news .news_content .item .con{font-size: 14px;color: #666;}
	.home_news .news_content .item .more{margin-top: 10%;}
	.home_news .news_content .item .img{margin-top: 20px;}
	.home_news .idx_more .more span{font-size: 14px;padding: 0;letter-spacing: 0;}
	.home_news .news_content .item .time .m-d{font-size:18px}
	.home_news .top .more{width: auto;}
	.home_news .top .more i{margin-left: 6px;}
}
@media only screen and (max-width:320px){
}



