.pro-title{margin-bottom: 30px;}
.pro-title h2{text-align: center;font-size: 32px;color: #333333;font-weight: 600;}
/*pro12*/
.pro12-box{margin-top: 25px;margin-bottom: 40px;}
.pro12-item{margin-top: 40px;}
.pro12-item:nth-child(even) .pro12-list{flex-direction: row-reverse;}
.pro12-list{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.pro12-left{width: 46%;text-align: center;}
.pro12-right{width: 50%;}
.pro12-right-item{margin-bottom: 20px;}
.pro12-right-item:last-child{margin-bottom: 0;}
.pro12-right-tit h2{font-size: 25px;white-space: pre-wrap;color: rgb(44, 107, 255);font-weight: 600;line-height: 1.4;}
.pro12-text {margin-top: 5px;}
.pro12-text h3{font-size: 18px;line-height: 2;color: #000;font-weight: 600;}
.pro12-text p{font-size: 14px;color: #5a5a5a;line-height: 2;}
/*pro12*/
/*pro13*/
.pro13-right .pro12-right-item{margin-bottom: 40px;}
/*pro13*/
@media screen and (max-width: 768px){
	.pro-title h2{font-size: 22px}
	/*pro12*/
	.pro12-left{width: 100%;}
	.pro12-right{width: 100%;margin-top: 30px;}
	/*pro12*/
}
.pro27{margin-top: 25px;margin-bottom: 25px;}
.pro27-list>ul{display: flex;flex-wrap: wrap;gap: 2.5%;}
.pro27-item{width: 18%;margin-bottom: 2.5%;text-align: center;}
.pro27-item-text{margin-top: 10px;}
.pro27-item-text h3{font-size: 16px;font-weight: 600;color: #333333;line-height: 1.6;}
.pro27-item-text p{font-size: 14px;color: #5a5a5a;line-height: 1.6;}
@media screen and (max-width: 960px){
	.pro27-list>ul{gap: 4%;}
	.pro27-item{width: 46%;margin-bottom: 4%;}
}