
.about_item_list li .txt::before, .tab_item, .tab_item::before, .adv_more::before{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home_about_pic .wel_pic img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home_about_pic .wel_pic:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-top: -30px;
	top: 50%;
    color: #fff;
    background-color: rgba(0,0,0,.65);
    font-size: 38px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    opacity: 1;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
    -webkit-tap-highlight-color: transparent; cursor: pointer;
	background-image: none;
}
.swiper-button-prev:before{
    content: "\f0d9"; content: '\f104'; padding-right: 3px;
}

.swiper-button-next::before, .swiper-button-prev::before {
    font-weight: 500;
}

.swiper-button-next:before{
    content: "\f0da"; content: '\f105'; padding-left: 2px;
}

.swiper-pagination {
    z-index: 3
}
.swiper-pagination-bullet {
    vertical-align: middle;
    border: 0 solid hsla(0,0%,100%,0);
    background-color: #DCDCDC;
    border-radius: 50%;
    margin: 0 5px;
    background-clip: content-box;
	width: 18px;
	height: 18px;
	opacity: 1;
}
.swiper-button-next:before, .swiper-button-prev:before {
    display: block;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--otherColor);
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #D9D9D9;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1; border-color: var(--lightColor);
    background: var(--lightColor) !important;
}


/* slider_banner */
.slider_banner .swiper-pagination {padding-bottom: 15px;}
.slide-page-box {display: none;}
.slider_banner {position: relative; overflow: hidden;}
.slider_banner .swiper-button-next, .slider_banner .swiper-button-prev {
    width: 56px; height: 56px; line-height: 54px; margin-top: -28px; 
	opacity: 0; background-image: none; border-radius: 50%;
}
.slider_banner:hover .swiper-button-next,.slider_banner:hover .swiper-button-prev {opacity: 1;}
.slider_banner .swiper-button-prev {left: 0;}
.slider_banner .swiper-button-next {right: 0;}
.slider_banner:hover .swiper-button-prev {left: 20px;}
.slider_banner:hover .swiper-button-next {right: 20px;}
.slider_banner .swiper-pagination {
	width: 100%; text-align: center; left: 0; bottom: 10px
}
.slider_banner .swiper-pagination .swiper-pagination-bullet {
	width: auto; height: auto; margin: 0 8px; border-radius: 0;
	padding: 8px 0; background: 0;
}
.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
	content: ""; display: block; width: 36px; height: 6px;
	border-radius: 1em; background-color: rgba(0,0,0,.9)
}
.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
	background-color: hsla(0,0%,100%,.9)
}
.slider_banner .swiper-slide img+img {
	position: absolute; left: 0; top: 0
}
.slider_banner .swiper-slide img {
    width: 100%; transition: 3s linear; transform: scale(1.08); height: auto;
}
.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}
.slider_banner .swiper-pagination-bullet {margin: 0 8px;}

.banner_txt{position: absolute; left: 0; bottom: 0; color: #fff; background: rgba(0,0,0,.4); padding: 0.78rem 0.6rem;}
.banner_txt .title{font-size: 0.56rem; line-height: 0.64rem;}
.banner_txt ul{float: left;}
.banner_txt ul li{line-height: 0.28rem; color: #fff; font-size: 0.24rem; margin-top: 0.25rem;}
.banner_txt ul li a{color: #fff;}

.slider_banner-phone {display: none; overflow: hidden;}
.slider_banner-phone .swiper-slide img{height: auto;}
@media only screen and (max-width: 950px) {
	.web_main{background: #fff;}
	.slider_banner-phone{display: block; margin-top: 50px;}
	.slider_banner{margin-top: 50px; display: none;}
	.slider_banner .swiper-button-next, .slider_banner .swiper-button-prev{display: none;}
}


/* home_advantage */
.advantage_ul{width: 65%; margin-top: 5%;}
.advantage_ul li{width: 31%;}
.adv_item{height: auto; position: relative; padding-bottom: 10px;}
.adv_item::before{position: absolute; left: 0; bottom: 0; width: 0; height: 2px; content: ''; background: var(--commonColor); transition: all 0.5s ease;}
.adv_item .adv_pic{overflow: hidden; position: relative;}
.adv_item .adv_pic img{display: block; height: 120px; width: 120px;}

.adv_info{flex: 1;}
.adv_info .title{display: block; margin: 12px 0 15px; font-size: 24px; font-weight: bold; text-transform: uppercase;}
.adv_info .brief{display: block; color: #666; line-height: 1.75;}

.adv_item:hover::before{width: 80px;}
.adv_item:hover .adv_pic img{animation: swing 0.5s;}

.advantage_right{width: 31%; background: var(--commonColor); color: #fff; padding: 5% 3% 4.5%; position: relative; z-index: 99; margin-top: -5%; height: 100%;}
.advantage_right::before{position: absolute; bottom: 0; left: 0; content: ''; border-top: 0; border-bottom: 52px solid #fff; border-right: 52px solid transparent; border-left: 0; z-index: 1;}
.advantage_right .title{font-weight: bold; font-size: 28px; font-family: 'OpenSans-Bold'; line-height: 1.35;}
.advantage_right .brief{line-height: 1.75; margin-top: 15px;}
.advantage_right .adv_more{height: 46px; line-height: 46px; display: inline-block; font-weight: bold; color: #fff; padding-left: 56px; position: relative; margin-top: 5%;}
.advantage_right .adv_more::before{position: absolute; left: 0; height: 100%; width: 46px; background: url(../img/more1_h.png) no-repeat center; background-size: 26px auto; background-color: #fff; border-radius: 50%; content: ''; border: 2px solid #fff; box-sizing: border-box;}

.advantage_right .adv_more:hover{animation: jump 0.5s;}
.advantage_right .adv_more:hover::before{background-color: var(--commonColor); background-image: url(../img/more1.png);}

@media only screen and (max-width: 1450px) {
	.adv_item .adv_pic img{width: 100px; height: 100px;}
	/* .adv_info .title{font-size: 22px;} */
	/* .advantage_right .title{font-size: 26px;} */
}
@media only screen and (max-width: 1350px) {
	.adv_item .adv_pic img{width: 88px; height: 88px;}
	/* .adv_info .title{font-size: 20px;} */
	
	.advantage_right{padding: 40px 35px;}
	/* .advantage_right .title{font-size: 24px;} */
}
@media only screen and (max-width: 1200px) {
	.adv_item .adv_pic img{width: 72px; height: 72px;}
	/* .adv_info .title{font-size: 18px;} */
	.advantage_right{padding: 30px 24px;}
	.advantage_right::before{border-bottom-width: 40px; border-right-width: 40px;}
	/* .advantage_right .title{font-size: 22px;} */
	.advantage_right .adv_more{height: 42px; line-height: 42px; padding-left: 50px;}
	.advantage_right .adv_more::before{width: 42px; background-size: 22px auto;}
}
@media only screen and (max-width: 980px) {
	.home_advantage{padding-top: 14px;}
	.advantage_inner{flex-direction: column;}
	.adv_info .brief{max-height: unset; line-height: 1.5;}
	.advantage_ul{flex-direction: column; padding: 0; width: 100%; margin-top: 0;}
	.advantage_ul li{margin: 16px 0 0; width: 100%; align-items: center;}
	.adv_info .title{margin: 10px 0 10px; font-size: 18px;}
	.adv_item .adv_pic img{width: 62px; height: 62px;}
	.advantage_right{width: 100%; padding: 28px 20px; margin: 20px 0 0;}
	.advantage_right .title{font-size: 22px;}
	.advantage_right::before{border-bottom-width: 32px; border-right-width: 32px;}
}


/* home_class */
.home_class{overflow: hidden;}
.class_inner{margin-top: 30px; position: relative;}
.swiper_class{width: 128%; margin-left: -14%;}
.swiper_class .swiper-slide{width: calc((100% / 3)); height: auto; transform: scale(0.8); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); border-radius: 2px; margin: 10px 0; transition: all 0.3s ease;}
.swiper_class .swiper-slide-active{transform: scale(1);}

.class_item{height: 100%; position: relative;}
.class_item>a{padding: 6% 4%; position: relative;}
.class_item>a:after { content: ''; background: rgba(255, 255, 255, 0.6); position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 8px;}
.swiper_class .swiper-slide-active .class_item>a::after{display: none;}
.class_item .class_pic{width: 100%;}
.class_item .pic{padding-bottom: 100%;}
.class_item .class_info{width: 90%; max-width: 400px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 12px; background: rgba(0, 0, 0, .4); padding: 6% 30px; color: #fff; text-align: center; opacity: 0; transition: all 0.3s ease;}
.class_item .title{font-family: 'OpenSans-Bold'; line-height: 1.4; font-size: 26px; position: relative; color: #fff;}
.class_item .brief{color: #fff; margin-top: 20px; line-height: 28px;}

.swiper_class .swiper-slide-active .class_item:hover .class_info{opacity: 1;}

.swiper_class .swiper-slide:hover{box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);}
/* .class_item:hover .title{color: var(--commonColor);} */

.swiper_class .common-prev,
.swiper_class .common-next{display: block; background: #111;}
.swiper_class .common-prev:hover,
.swiper_class .common-next:hover{background: var(--commonColor);}
.swiper_class .common-prev{left: 25%;}
.swiper_class .common-next{right: 25%;}

@media only screen and (max-width: 1300px) {
	.swiper_class{width: 122%; margin-left: -11%;}
	.class_item .class_info{padding: 30px 24px;}
	.class_item .brief{margin-top: 15px;}
	/* .class_item .title{font-size: 22px;} */
}
@media only screen and (max-width: 980px) {
	.class_inner{margin-top: 10px; padding: 0 22px;}
	.swiper_class{padding: 0 15px; width: 100%; margin: 0;}
	.swiper_class .swiper-slide{width: 100%; transform: scale(1); transition: none;}
	.class_item>a{padding: 20px 16px;}
	/* .class_item .product_pic{width: 100%;} */
	/* .class_item .product_info{width: 100%; margin-top: 20px;} */
	.class_item .class_info{padding: 20px 16px;}
	.class_item .title{font-size: 20px;}
	.class_item .title::before{height: 4px;}
	.class_item .brief{margin-top: 10px; line-height: 1.5;}
	.class_item .more{margin-top: 16px; font-size: 16px;}
	.swiper_class .common-prev,
	.swiper_class .common-next{display: block !important; width: 32px; height: 32px; font-size: 24px; margin-top: -16px; line-height: 30px;}
	.swiper_class .common-prev{left: 2px;}
	.swiper_class .common-next{right: 2px;}
}


/* home_about */
.home_about_pic{width: 46.5%; position: relative;}
.home_about_pic .web_th{display: none;}
.home_about_pic .wel_pic{border-radius: 2px; padding-bottom: 114%; z-index: 2;}
.home_about_pic .wel_pic::before{position: absolute; top: 0; right: 0; content: ''; border-bottom: 0; border-top: 90px solid #fff; border-left: 90px solid transparent; border-right: 0; z-index: 1;}

.home_about_info{width: 48%; padding-bottom: 5%;}
.home_about_info .web_th .title{padding-left: 0;}
.home_about_info .web_th .title::before{width: 0; opacity: 0;}

.about_num{width: 55%; background: var(--commonColor); color: #fff; padding: 4% 5%; font-weight: bold; line-height: 1.25; position: absolute; bottom: 8%; right: -7%; z-index: 3;}
.about_num .num{font-size: 60px;}
.about_num .suffix{font-size: 22px; margin-right: 10px; margin-top: 20px;}
.about_num .title{font-size: 28px;}
.about_num .brief{font-weight: normal; line-height: 1.75; margin-top: 10px;}

.about_item_list{margin-top: 4%;}
.about_item_list li{width: 48%; margin-bottom: 24px;}
.about_item_list li .txt{position: relative; line-height: 24px; padding: 5px 0; padding-left: 50px;}
.about_item_list li .txt::before{position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: url(../img/icon_right.png) no-repeat center/20px auto; background-color: var(--commonColor); content: '';}
.about_item_list li:hover .txt::before{background-color: var(--otherColor);}

.about_btn{margin-top: 4%;}
.about_btn .pubMore{border-color: #333; color: #333; border-radius: 0; text-transform: uppercase; font-size: 24px; padding: 3% 6%;}
.about_btn .btn_about{margin-right: 5%;}
.about_btn .pubMore .icon{background: url(../img/icon_more.png) no-repeat center; width: 42px; background-size: 40px auto; display: inline-block; height: 26px; vertical-align: text-top; margin-left: 6px; transition: all 0.3s ease;}
.about_btn .pubMore:hover{background: var(--otherColor); color: #fff;}
.about_btn .pubMore:hover .icon{background-image: url(../img/icon_more_w.png);}

@media only screen and (max-width: 1450px) {
	.about_num .num{font-size: 50px;}
	/* .about_num .title{font-size: 24px;} */
	/* .about_btn .pubMore{font-size: 22px;} */
}
@media only screen and (max-width: 1300px) {
	/* .about_num .num{font-size: 42px;} */
	/* .about_num .title{font-size: 22px;} */
	.about_num .brief{line-height: 1.5;}
	.about_btn .pubMore{padding: 14px 24px;}
	.about_btn .btn_about{margin-right: 15px;}
	.about_item_list li{margin-bottom: 16px;}
	.about_btn .pubMore .icon{background-size: 34px auto; height: 20px;}
	.home_about_pic .wel_pic::before{border-top-width: 66px; border-left-width: 66px;}
}
@media only screen and (max-width: 980px) {
	.home_about{padding-top: 26px;}
	.home_about .layout{flex-direction: column;}
	.home_about_pic{width: 100%; order: 1;}
	.home_about_pic .wel_pic::before{border-top-width: 46px; border-left-width: 46px;}
	.home_about_pic .web_th{display: block; margin-bottom: 14px;}
	.home_about_info{width: 100%; padding: 10px 0 0; order: 2;}
	.home_about_info .web_th .title{display: none;}

	.about_num{display: none;}
	
	.about_item_list{margin-top: 15px; display: none;}
	.about_item_list li{width: 100%;}
	.about_item_list li .txt{padding: 3px 0; padding-left: 40px;}
	.about_item_list li .txt::before{width: 30px; height: 30px; background-size: 18px auto;}

	.about_btn{margin-top: 15px;}
	.about_btn .pubMore{font-size: 16px; padding: 10px 14px;}
	.about_btn .pubMore .icon{background-size: 26px auto; width: 28px; height: 16px; margin-left: 4px;}
	.about_btn .btn_about{margin-right: 8px;}
}
@media only screen and (max-width: 360px) {
	.about_btn .btn_about{margin-bottom: 12px;}
}


/* home_service */
.home_service{position: relative; overflow: hidden; padding: 5.6% 0 5%; margin-top: -30px;}
.home_service::before{position: absolute; left: 0; top: 0; width: 50%; height: 100%; background: var(--otherColor); content: ''; z-index: 0;}
.home_service::after{position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: var(--commonColor); content: ''; z-index: 0;}

.service_item{color: #fff; width: 50%; padding: 0 3%; position: relative; z-index: 2; height: auto; padding-bottom: 50px;}
.service_item .service_pic{text-align: left;}
.service_item .service_pic img{height: 80px; width: auto; display: inline-block;}
.item_left .service_pic{text-align: right;}
.item_left{text-align: right;}
.service_item .web_th{margin: 15px 0 25px;}
.service_item .pubMore{position: absolute; left: 6%; bottom: 0; color: #fff;}
.item_left .pubMore{left: unset; right: 6%;}

.service_item:hover .service_pic img{animation: swing 0.5s;}
.item_left .pubMore:hover{color: var(--otherColor);}
.item_right .pubMore:hover{color: var(--commonColor);}

@media only screen and (max-width: 980px) {
	.home_service{padding: 30px 0 0; margin-top: 0;}
	.home_service::before{background: none;}
	.home_service::after{background: none;}
	.home_service .layout{flex-direction: column; padding: 0;}
	.service_item{width: 100%; padding: 26px 15px 28px;}
	.item_left{background: var(--otherColor); text-align: left;}
	.item_right{background: var(--commonColor);}
	.service_item .pubMore{position: static;}
	.service_item .service_pic img{height: 64px;}
	.service_item .web_th{text-align: left; margin: 16px 0;}
	.item_left .service_pic{text-align: left;}
}

/* home_contact */
.home_contact{background: var(--lightColor);}
.home_contact .layout{width: 100%; padding: 0 90px;}
.contact_inner{position: relative;}
.contact_pic{width: 24%;}
.contact_pic .pic::before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: var(--lightColor); opacity: 0.92; z-index: 2;}
.contact_info{width: 46%; padding: 4% 0;}
.contact_info .pubMore{margin-left: 6%;}

@media only screen and (max-width: 1450px) {
	.home_contact .layout{padding: 0 60px;}
}
@media only screen and (max-width: 1300px) {
	.contact_info{flex-direction: column; align-items: flex-start;}
	.contact_info .pubMore{margin-left: 0; margin-top: 20px;}
}
@media only screen and (max-width: 980px) {
	.home_contact{padding: 30px 0;}
	.home_contact .layout{padding: 0 15px;}
	.contact_inner .contact_left{display: none;}
	.contact_info{width: 100%; padding: 0; position: relative; z-index: 3;}
	.contact_right{position: absolute; right: 0; bottom: -10px; width: 35%;}
}


/* home_product */
.product_tab{position: relative; max-width: 1320px; margin: 3% auto 0;}
.product_tab::before{position: absolute; left: 0; bottom: 10px; content: ''; height: 2px; background: #666; width: 100%;}
.product_tab .swiper-wrapper{justify-content: center;}
.product_tab .swiper-slide{width: auto; display: inline-block; margin-bottom: 15px; overflow: unset; margin-right: 30px;}
.product_tab .tab_item{font-weight: bold; text-transform: uppercase; line-height: 28px; padding: 14px 0; position: relative; cursor: pointer;}
.product_tab .tab_item::before{position: absolute; bottom: -10px; width: 0; height: 12px; background: var(--commonColor); content: ''; left: 50%; margin-left: 0;}
.product_tab .tab_current, .product_tab .tab_item:hover{color: var(--commonColor);}
.product_tab .tab_current .tab_item::before{width: 26px; margin-left: -13px;}


.sort_con{position: relative; margin-top: 3%; animation: fadeInUpA 0.3s; display: none;}

.sort_con .swiper-wrapper{width: 100% !important; flex-wrap: wrap !important;}
.sort_con .swiper-pc{transform: none !important;}

.sort_con .swiper-slide{width: calc((100% - 72px) / 4) !important; margin-right: 24px; height: auto;}

.sort_con .swiper-slide:nth-child(4n){margin-right: 0 !important;}
.sort_con .swiper-slide:nth-child(n+5){margin-top: 24px;}

.home_pro_item{height: 100%; position: relative; display: block; padding-bottom: 26px;}
.home_pro_item .pro_pic{padding-bottom: 100%;}
.home_pro_item .title{font-family: 'OpenSans-Bold'; font-size: 20px; text-transform: uppercase; flex: 1; text-align: center; margin: 12px 0 10px; line-height: 1.3;}
.home_pro_item .pro_btn{text-align: center; position: absolute; left: 0; bottom: 0; width: 100%;}
.home_pro_item .pro_btn .more{font-weight: bold; text-transform: uppercase; display: inline-block;}

.home_product .more_btn{text-align: center; margin-top: 3%;}
.home_product .more_btn .pro_btn{display: inline-block; font-family: 'OpenSans-Bold'; background: #111; color: #fff; line-height: 26px; padding: 14px 30px; border-radius: 2px; text-transform: uppercase;}
.home_product .more_btn .pro_btn:hover{background: var(--commonColor);}

.sort-pagination{display: none;}

@media only screen and (max-width: 1300px) {
	.home_pro_item .title{font-size: 22px; margin-bottom: 20px;}
}
@media only screen and (max-width: 980px) {
	.sort_con .swiper-wrapper{flex-wrap: nowrap !important;}
	.product_tab .swiper-wrapper{justify-content: unset;}
	.sort_con .swiper-slide{width: 100% !important; margin-right: 20px !important;}
	.sort_con .swiper-slide:nth-child(n+5){margin-top: 0;}
	.product_tab .tab_item{padding: 12px 0 6px;}
	.home_pro_item .title{font-size: 20px; margin-bottom: 15px;}
	.sort_con{margin-top: 12px; padding: 0 22px;}
	.sort_con .common-prev,
	.sort_con .common-next{display: block !important; width: 32px; height: 32px; font-size: 24px; margin-top: -16px; line-height: 30px;}
	.sort_con .common-prev{left: -12px;}
	.sort_con .common-next{right: -12px;}

	.home_product .more_btn{margin-top: 20px;}
	.home_product .more_btn .pro_btn{padding: 12px 24px;}
}

/* home_customer */
.home_customer{background: #F8F8F8; position: relative; overflow: hidden;}
.customer_left{width: 37%; padding: 3%; position: relative;}
.customer_left::before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; content: ''; z-index: 1; background: rgba( var(--comColorRgb), 0.9);}
.customer_left::after{position: absolute; content: ''; right: 0; bottom: 0; z-index: 4; border-top: 0; border-bottom: 70px solid #F8F8F8; border-left: 70px solid transparent; border-right: 0;}
.customer_bg{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;}
.customer_left .web_th{position: relative; z-index: 5;}
.customer_div .web_th .title{line-height: 1.3;}
.customer_div .web_th .title a.txt:hover{color: var(--otherColor);}
.customer_div .web_th .brief{margin-top: 30px;}

.customer_div .swiper_btns{position: relative; margin-top: 30px;}
.customer_div .common-prev,
.customer_div .common-next{position: static; transform: none; margin-top: 0;}
.customer_div .common-pagination{display: block; position: static; width: auto; margin: 0 12px;}
.customer_div .common-pagination .swiper-pagination-bullet{background: #fff; width: 16px; height: 16px;}
.customer_div .common-pagination .swiper-pagination-bullet-active{background: var(--otherColor);}

.customer_inner{margin: 5% 0 4.6%; position: relative; width: 61%;}
.customer_inner .swiper-slide{width: calc((100% - 32px) / 1.7); margin-right:32px; height: auto; margin-bottom: 8px;}
.customer_item{background: #fff; border-radius: 32px; padding: 32px; height: 100%; position: relative; border: 1px solid #D9D9D9;}
.customer_item .user_pic{height: 80px; width: 80px; border-radius: 10px; margin-right: 20px; padding-bottom: 0;}
.customer_item .customer_info{flex: 1;}
.customer_info .title{font-size: 22px; font-weight: bold; line-height: 30px;}
.customer_info .title_up{text-transform: uppercase; margin: 5px 0 15px;}
.customer_info .title .txt{font-weight: normal;}

.customer_item .brief{color: #666; line-height: 1.75; margin: 25px 0 50px;}

.customer_star{position: absolute; bottom: 30px;}
.customer_star .star_item{background: url(../img/star.png) no-repeat left center; background-size: 30px auto; width: 30px; height: 30px; margin-right: 6px;}

.customer_item:hover{box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); border-color: var(--commonColor);}
.customer_item:hover .user_pic{animation: bounceInA 0.5s;}

@media only screen and (max-width: 950px) {
	.home_customer{padding: 30px 0;}
	.customer_div{flex-direction: column; position: relative;}
	.customer_left{width: 100%; padding: 0 15px; position: static;}
	.customer_bg, .customer_left::after,
	.customer_left::before{display: none;}
	.customer_div .web_th .title{color: #333; text-align: center; line-height: 1.2;}
	.customer_div .common-pagination .swiper-pagination-bullet{width: 12px; height: 12px; background: #D9D9D9;}
	.customer_div .common-pagination .swiper-pagination-bullet-active{background: var(--otherColor);}
	.customer_left .web_th{position: static;}
	.customer_div .swiper_btns{position: absolute; left: 0; bottom: 0; width: 100%;}
	
	.customer_inner{margin: 18px 0 24px; width: 100%;}
	.swiper_customer {padding: 0 15px;}
	.customer_inner .swiper-slide{width: 100%; margin-right: 18px;}
	.customer_item{padding: 25px;}
	.customer_info .title{font-size: 20px;}
	.customer_info .title_up{margin: 2px 0 12px;}
	.customer_item .user_pic{margin-right: 15px; width: 70px; height: 70px;}
	.customer_item .brief{max-height: unset; margin-bottom: 40px;}
	.customer-prev{left: -10px;}
	.customer-next{right: -10px;}
	.customer_star{bottom: 24px;}
}


@keyframes scale {
	0% {
		transform: scale(1); opacity: .9;
	}
	100% {
		transform: scale(5); opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1); opacity: .9;
	}
	100% {
		transform: scale(10); opacity: 0;
	}
}


/* home_news */
.home_news_inner{margin-top: 30px;}
.home_news_left{width: 50%;}
.home_news_right{width: 46%; height: auto; position: relative;}


.home_news_item{position: relative; height: 100%;}
.home_news_item .pic{padding-bottom: 58%; border-radius: 2px;}
.home_news_phone .home_news_info,
.home_news_left .home_news_info{width: 85%; background: #fff; border-radius: 8px; box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25); padding: 26px; position: relative; z-index: 1; margin: -26px 0 0 15%; flex: 1;}

.home_news_info{padding: 0 0 0;}
.home_news_info .date{color: var(--commonColor); padding-left: 38px; background: url(../img/icon_date.png) no-repeat left center; background-size: 28px auto; line-height: 28px;}
.home_news_info .title{font-family: 'OpenSans-Bold'; font-size: 22px; line-height: 1.5; overflow: hidden; text-transform: uppercase;}
.home_news_info .brief{color: #666; line-height: 26px; max-height: 156px; overflow: hidden; margin-top: 8px;}
.home_news_info .brief *{font-family: inherit !important; font-size: inherit !important; line-height: inherit !important; color: inherit !important;}
.home_news_btn{border-top: 1px solid #E4E4E4; margin-top: 20px; padding-top: 20px;}
.home_news_btn .news_more{display: block; width: 40px; height: 40px; border-radius: 50%; background: url(../img/more.png) no-repeat center; background-size: 24px auto; background-color: #333;}
.home_news_btn .news_more:hover{background-color: var(--commonColor);}

.home_news_item:hover .home_news_info .title{color: var(--commonColor);}
.home_news_item:hover .home_news_info .brief{color: #333;}
.home_news_item:hover .home_news_btn .news_more{background-color: var(--commonColor);}


/* home_news_right */
.news_item_li:nth-child(n+2){margin-top: 24px;}
.news_item_li .news_pic_item{width: 33%;}
.news_item_li .pic{padding-bottom: 100%; border-radius: 2px;}
.news_item_li .home_news_info{width: 63%;}
.news_item_li .home_news_info .date{margin: 8px 0;}
.news_item_li .news_more{position: relative; text-transform: uppercase; padding-right: 24px; display: inline-block; line-height: 26px; font-weight: bold; margin-top: 10px;}
.news_item_li .news_more::before{position: absolute; top: 50%; width: 20px; height: 20px; content: ''; margin-top: -11px; right: 0; background: url(../img/icon_plus_b.png) no-repeat center; background-size: 18px auto;}

.news_item_li:hover .title{color: var(--commonColor);}
.news_item_li:hover .brief{color: #333;}
.news_item_li:hover .news_more{border-bottom-color: var(--commonColor); color: var(--commonColor);}
.news_item_li:hover .news_more::before{background-image: url(../img/icon_plus_h.png);}

.home_news_phone{display: none;}

@media only screen and (max-width: 1450px) {
	.home_news_left .home_news_info{padding: 20px 24px;}
	.home_news_btn{margin-top: 15px; padding-top: 15px;}
	.home_news_btn .news_more{width: 38px; height: 38px;}
	.home_news_info .brief{line-height: 30px;}
	/* .home_news_info .title{font-size: 22px;} */
}
@media only screen and (max-width: 1160px) {
	/* .home_news_inner{flex-direction: column;}
	.home_news_left{width: 100%;}
	.home_news_right{width: 100%; margin-top: 26px;}
	.home_news_info .title{display: block;}
	.home_news_info .brief{display: block;} */
	.home_news .web_th,
	.home_news_left, .home_news_right{visibility: visible !important;}
}
@media only screen and (max-width: 980px) {
	.home_news_inner{display: none;}
	
	.home_news_phone{display: block; margin-top: 5px; padding-bottom: 22px; position: relative;}
	.swiper_home_news{padding: 15px;}
	.swiper_home_news .swiper-slide{height: auto; width: 100%; margin-right: 20px; overflow: unset;}
	.home_news_info .title{font-size: 18px;}
	.home_news_info .brief{line-height: 28px;}
	
	.home_news_phone .home_news_info{width: 86%; padding: 16px; margin-left: 14%; position: relative; padding-bottom: 72px; margin-top: -20px;}
	.home_news_phone .home_news_info .brief{display: none;}
	.home_news_btn{margin-top: 0; padding-top: 16px; position: absolute; left: 16px; right: 16px; bottom: 16px; border: none;}
}












