@import "common.css";

/* 轮播 */
.inner-banner{background: url("https://nurmai.oss-cn-hangzhou.aliyuncs.com/video/web-banner.jpg") no-repeat center; background-size: cover;}

/* 优势 */
.good li{width: calc((100% - 90px) / 4); padding: 0 30px; border-radius: 8px;}
.good li img{width: 88px; height: 88px;}
.good li b{font-size: 18px; line-height: 18px;}
.good li p{line-height: 30px;color: #7C8397;}

/* 特点 */
.special li{width: calc((100% - 60px) / 3); height: 220px; padding:30px; margin-top: 30px; margin-right: 30px; align-items: flex-start; box-sizing: border-box; transition: all .3s ease-in-out; box-shadow: none;}
.special li:nth-child(3n){margin-right: 0;}
.special li img{width: 50px; height: 50px;}
.special li h2{font-size: 18px; line-height: 18px;}
.special li p{line-height: 28px; color: #7C8397;}

/* 详细 */
.detail ul{width: calc(100% - 680px);}
.detail ul li{width: 100%; height: 80px; align-items: flex-start;}
.detail ul li h2{font-size: 18px; line-height: 18px;}
.detail ul li p{line-height: 28px; color: #7C8397;}
.detail .image{width: 580px; height: 100%;}

/* 安全 */
.safe li{width: calc((100% - 390px) / 4); height: 190px; margin-right: 130px; margin-top: 60px;}
.safe li:nth-child(4n){margin-right: 0;}
.safe li img{width: 80px; height: 80px;}
.safe li h2{font-size: 18px; line-height: 18px;}
.safe li p{width: 100%; line-height: 28px;}

/* 防护 */
.protect li{width: calc((100% - 90px) / 4); height: 100%; padding: 40px; box-sizing: border-box;}
.protect li img{width: 90px; height: 98px;}
.protect li h2{font-size: 18px; line-height: 18px;}
.protect li p{width: 100%; line-height: 30px;}

/* 流程 */
.path li{width: calc((100% - 120px) / 5); padding: 30px; border-radius: 8px;}
.path li img{width: 128px; height: 128px;}
.path li b{font-size: 18px; line-height: 18px;}
.path li p{color: #7C8397;}

/* 保障 */
.ensure{height: 380px;}
.ensure li{width: calc((100% - 60px) / 3); height: 100%; border-radius: 8px;}
.ensure li img{width: auto; height: 238px;}
.ensure li b{font-size: 18px; line-height: 18px;}
.ensure li p{width: 320px; height: 60px; line-height: 28px;color: #7C8397;}

/* 行业 */
.trade li{width: 80px; margin-top: 50px; margin-right: calc((100% - 480px) / 5);}
.trade li:nth-child(6n){margin-right: 0;}
.trade li img{width: 68px; height: 68px;}
.trade li b{font-size: 18px; line-height: 18px;}