<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

.industry_detail{}
.industry_detail .com_title h1{font-size: 50px; line-height: 60px; color: #222;}
.industry_detail .fleft{float: left;}
.industry_detail .fright{float: right;}
.industry_detail .content_list{padding: 50px 0;}
.industry_detail .content_list:nth-child(odd){background: #f7f7f7;}
.industry_detail .content{margin-top: 60px;}
.industry_detail .content::after{content: ''; display: table; clear: both;}
.industry_detail .content .text{width: calc(100% - 700px);}
.industry_detail .content .text h3{font-size: 32px; line-height: 50px; color: #1453ac; padding-bottom: 20px;}
.industry_detail .content .text p{font-size: 16px; line-height: 30px; color: #333; padding-top: 10px;}
.industry_detail .content .text p .icon{width: 14px; height: 14px; display: inline-block; background: #1453ac; border-radius: 50%; margin-right: 15px;}
.industry_detail .content .video{width: 650px;}
.industry_detail .content .video video{width: 650px; height: auto;}
.industry_detail .content .picture{width: 650px;}
.industry_detail .content .picture img{max-width: 100%;}
.industry_detail .content .list3 ul::after{content: ''; display: table; clear: both;}
.industry_detail .content .list3 li{width: 32%; float: left; background: #fff; text-align: center; box-sizing: border-box; border: solid #e8e8e8 1px; box-shadow: 0 0 5px 5px #eee; padding: 20px; margin: 0 2% 30px 0;}
.industry_detail .content .list3 li:nth-child(3n){margin-right: 0;}
.industry_detail .content .list3 li h3{font-size: 20px; font-weight: 600; line-height: 50px;}
.industry_detail .content .list3 li p{font-size: 16px; line-height: 30px; text-align: left;}
.industry_detail .content .list4 ul{display: flex;}
.industry_detail .content .list4 ul::after{content: ''; display: table; clear: both;}
.industry_detail .content .list4 li{width: 23.5%; float: left; background: #fff; text-align: center; box-sizing: border-box; border: solid #e8e8e8 1px; box-shadow: 0 0 5px 5px #eee; padding: 20px; margin: 0 2% 30px 0;}
.industry_detail .content .list4 li:nth-child(4n){margin-right: 0;}
.industry_detail .content .list4 li img{display: block; margin: 0 auto;}
.industry_detail .content .list4 li h3{font-size: 18px; font-weight: 600; line-height: 50px;}
.industry_detail .content .list4 li p{font-size: 14px; line-height: 30px; text-align: left;}


@media (max-width: 960px) {
	.industry_detail{}
	.industry_detail .com_title h1{font-size: 22px; line-height: 32px;}
	.industry_detail .content_list{padding: 30px 15px;}
	.industry_detail .content{margin-top: 10px;}
	.industry_detail .content .text{width: 100%;}
	.industry_detail .content .text h3{font-size: 20px; line-height: 32px;}
	.industry_detail .content .text p{font-size: 16px; line-height: 30px; color: #333; padding-top: 10px;}
	.industry_detail .content .text p .icon{width: 14px; height: 14px; display: inline-block; background: #1453ac; border-radius: 50%; margin-right: 15px;}
	.industry_detail .content .video{width: 100%; margin-top: 10px;}
	.industry_detail .content .video video{width: 100%; height: auto;}
	.industry_detail .content .picture{width: 100%; margin-top: 10px;}
	.industry_detail .content .picture img{width: 100%; max-width: 100%;}
	.industry_detail .content .list3 ul::after{content: ''; display: table; clear: both;}
	.industry_detail .content .list3 li{width: 32%; float: left; background: #fff; text-align: center; box-sizing: border-box; border: solid #e8e8e8 1px; box-shadow: 0 0 5px 5px #eee; padding: 20px; margin: 0 2% 30px 0;}
	.industry_detail .content .list3 li:nth-child(3n){margin-right: 0;}
	.industry_detail .content .list3 li h3{font-size: 24px; font-weight: 600;}
	.industry_detail .content .list3 li p{font-size: 16px; line-height: 30px;}
	.industry_detail .content .list4 ul{display: block;}
	.industry_detail .content .list4 li{width: 100%; float: left; background: #fff; text-align: center; box-sizing: border-box; border: solid #e8e8e8 1px; box-shadow: 0 0 5px 5px #eee; padding: 20px; margin: 0 0 30px 0;}
	.industry_detail .content .list4 li:nth-child(2n){margin-right: 0;}
	.industry_detail .content .list4 li h3{font-size: 20px; line-height: 28px; padding: 5px 0; font-weight: 600;}
	.industry_detail .content .list4 li p{font-size: 16px; line-height: 30px; text-align: left;}
}</pre></body></html>