.container {background-color: #fff;}

.module .title_warp{text-align: center;margin: 5% auto 3%;}
.module .title_warp .title{font-size: 45px;color: #000;}
.module .title_warp .desc{font-size: 16px;color: #666;}
.module1 .item_list{display: flex;flex-direction: column;}
.module1 .item{display: flex;justify-content: space-between;margin-bottom: 5%;}
.module1 .item:nth-child(1){flex-direction: row-reverse;}
.module1 .item .img_warp{width: 50%;padding-bottom: 30%;}
.module1 .item .info{width: 50%;padding: 4% 3% 4%;background-color: #F6F6F6;}
.module1 .item .info .title{font-size: 30px;color: #000;}
.module1 .item .info .smtitle{font-size: 20px;margin: 3% 0 2%;color: #000;}
.module1 .item .info .desc{color: #666;line-height: 2;padding-left: 15px;position: relative;}
.module1 .item .info .desc.i::before{content: ' ';display: inline-block;width: 6px;height: 6px;background-color: #666;margin-right: 10px;border-radius: 50%;position: absolute;left: 0;top: 14px;}
.info .desc strong{color: #000;}

.module2 .matrix{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;}
.module2 .matrix li{width: calc(100% / 6);min-width: 160px;}
.module2 .matrix li:last-child .img_warp::after{display: none;}
.module2 .matrix .img_warp{border-radius: 8px;background-color: #d9d9d9;max-width: 115px;height: 115px;margin: 0 auto;overflow: initial;}
.module2 .matrix .img_warp::after{content: ' ';display: inline-block;width: 32px;height: 32px;background: url(../img/jt-r.webp) no-repeat center/cover;position: absolute;right: -75%;top:50%;transform: translateY(-50%);}
.module2 .matrix .img_warp img{width: 60%;height: 60%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.module2 .matrix p{font-size: 20px;color: #666;margin-top: 26px;text-align: center;min-height: 3em;}
.module2 .img_warp_content{margin-top: 5%;border-radius: 30px;padding: 10% 4%;display: flex;justify-content: space-between;align-items: center;}
.module2 .img_warp_content .left{color: #fff;max-width: 630px;}
.module2 .img_warp_content .left .title{font-size: 30px;margin-bottom: 3%;}
.module2 .img_warp_content .left .text_warp{font-size: 16px;line-height: 2;}
.module2 .img_warp_content .left .text_warp p{line-height: 1.8;padding-left: 16px;position: relative;margin: 8px 0;}
.module2 .img_warp_content .left .text_warp p::before{position: absolute;left: 0;top: 11px;content: ' ';width: 6px;height: 6px;display: inline-block;border-radius: 50%;background-color: #fff;}
.module2 .img_warp_content .right{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;max-width: 400px;}
.module2 .img_warp_content .right .item{border: 1px solid rgba(255,255,255,.5);width: 50%;color: #fff;font-size: 16px;text-align: center;padding: 15px 0;}
.module2 .img_warp_content .right .item .img_warp{width: 50px;height: 50px;margin: 0 auto;}
.module2 .img_warp_content .right .item:hover img{transform: rotateY(180deg) scale(1);}
.module2 .img_warp_content .right .item .desc{margin-top: 5%;}

.module3 .list{display: flex;flex-direction: column;}
.module3 .list .item{display: flex;justify-content: space-between;}
.module3 .list .item:nth-child(2){flex-direction: row-reverse;}
.module3 .list .item .info{width: 50%;background-color: #F6F6F6;padding: 4% 3% 4%;display: flex;flex-direction: column;justify-content: center;align-items: start;}
.module3 .list .item .info .title{font-size: 30px;margin-bottom: 3%;}
.module3 .list .item .info .desc.li{padding-left: 30px;position: relative;line-height: 2;}
.module3 .list .item .info .desc.li i{border:1px solid #999;width: 23px;height: 23px;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top: 6px;}
.module3 .list .item .info .desc.li i::before{content: ' ';width: 10px;height: 10px;display: inline-block;background-color: #999;border-radius: 50%;}
.module3 .list .item .info .desc.li em{border:1px solid #999;width: 23px;height: 23px;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top: 6px;}
.module3 .list .item .info .desc.li em::before{content: ' ';width: 10px;height: 10px;display: inline-block;background-color: #999;border-radius: 50%;}
.module3 .list .item .img_warp{width: 50%;padding-bottom: 28%;}
.module3>.stitle{font-size: 30px;color: #000;text-align: center;margin: 5% auto 2%;}
.module3>.img_warp{width: 60%;padding-bottom: 52.45%;margin: 0 auto;}

.module4>.title{font-size: 40px;margin: 4% auto 1%;text-align: center;}
.module4 .list_ul{margin-top: 4%;}
.module4 .list_item{display: flex;justify-content: space-between;align-items: center;}

.module4 .list_item .info{width: 60%;padding: 4% 13% 4% 3%;display: flex;flex-direction: column;justify-content: center;align-items: start;position: relative;}
.module4 .list_item .info::before{content: '';width: 120%;height: 100%;display: inline-block;position: absolute;background-color: #F6F6F6;left: -25%;top: 0;}
.module4 .list_item .info *{position: relative;z-index: 1;}
.module4 .list_item .info .stitle{font-size: 20px;}
.module4 .list_item .info .list_li{display: flex;justify-content: start;align-items: start;padding-bottom: 3%;border-bottom: 1px solid #D9D9D9;margin-top: 3%;}
.module4 .list_item .info .list_li:last-child{border: none;}
.module4 .list_item .info .list_li i{width: 63px;height: 63px;border-radius: 5px;background-color: #006DB8;font-size: 30px;color: #fff;display: flex;justify-content: center;align-items: center;flex-shrink: 0;margin-right: 15px;}
.module4 .list_item .info .list_li em{width: 63px;height: 63px;border-radius: 5px;background-color: #006DB8;font-size: 30px;color: #fff;display: flex;justify-content: center;align-items: center;flex-shrink: 0;margin-right: 15px;}
.module4 .list_item .info .list_li .info_warp{display: flex;flex-direction: column;justify-content: start;align-items: start;flex-wrap: wrap;}
.module4 .list_item .info .list_li .strong{font-size: 16px;color: #000;}
.module4 .list_item .info .list_li .desc{color: #666;margin-top: 2%;}
.module4 .list_item .info .list_li .desc.i{padding-left: 15px;position: relative;}
.module4 .list_item .info .list_li .desc.i::before{content: ' ';width: 6px;height: 6px;background-color: #D9D9D9;display: inline-block;border-radius: 50%;position: absolute;left: 0;top: 10px;}
.module4 .list_item .img_warp{width: 50%;flex-shrink: 0;margin-left: -10%;padding-bottom: 43%;}

.module4 .list_item:nth-child(2){flex-direction: row-reverse;margin-top: 5%;}
.module4 .list_item:nth-child(2) .info{padding: 4% 3% 4% 13%;}
.module4 .list_item:nth-child(2) .info::before{left: 0;right: -25%;}
.module4 .list_item:nth-child(2) .img_warp{margin-left: 0;margin-right: -10%;}

.module5{margin-bottom: 5%;}
.module5 .title{font-size: 30px;}
.module5 .desc{font-size: 16px;color: #666;margin: 10px 0 5px;}
.module5 .desc strong{color: #000;}
.module5 .desc.liy{padding-left: 20px;position: relative;}
.module5 .desc.liy::before{content: ' ';display: inline-block;width: 15px;height: 15px;background: url(../img/g.png) no-repeat center/cover;position: absolute;left: 0;top: 8px;}
.module5 .smtitle{font-size: 20px; color: #000;margin-top: 2%;}

@media only screen and (max-width: 1400px) {
	.module2 .matrix .img_warp::after{display: none;}
}
@media only screen and (max-width: 1200px) {
	.module4 .list_item{flex-direction: column-reverse;}
	.module4 .list_item .img_warp{width: 100%;margin: 0;padding-bottom: 86%;}
	.module4 .list_item .info{width: 100%;padding: 4%;}
	.module4 .list_item .info::before{left: 0;width: 100%;}
	.module4 .list_item:nth-child(2){flex-direction: column-reverse;}
	.module4 .list_item:nth-child(2) .img_warp{width: 100%;margin: 0;padding-bottom: 86%;}
	.module4 .list_item:nth-child(2) .info{width: 100%;padding: 4%;}
	.module4 .list_item:nth-child(2) .info::before{left: 0;width: 100%;}
	.module5{margin-top: 3%;}
}
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 950px) {
	.module .title_warp .title{font-size: 24px;}
	.module1 .item_list .item{flex-direction: column;}
	.module1 .item_list .item .img_warp{width: 100%;padding-bottom: 60%;}
	.module1 .item_list .item .info{width: 100%;}
	.module1 .item .info .title{font-size: 20px;}
	.module1 .item .info .smtitle{font-size: 18px;}
	.module2 .matrix li{width: calc(100% / 3);min-width: initial;}
	.module2 .matrix .img_warp{max-width: 80px;height: 80px;}
	.module2 .img_warp_content{flex-direction: column;}
	.module2 .img_warp_content .left{width: 100%;max-width: none;margin-bottom: 5%;}
	.module2 .img_warp_content .right{width: 100%;max-width: none;}
	.module3 .list .item{flex-direction: column-reverse;}
	.module3 .list .item .img_warp{width: 100%;padding-bottom: 56%;}
	.module3 .list .item .info{width: 100%;}
	.module3 .list .item .info .title{font-size: 22px;}
	.module3 .list .item:nth-child(2){flex-direction: column-reverse;}

	.module3>.stitle{font-size: 20px;}
	.module4>.title{font-size: 24px;}
	.module5 .title{font-size: 24px;}
}
@media only screen and (max-width: 480px) {
	.module2 .matrix li{width: calc(100% / 2);}

}
