.index-title,.index-title-w{text-align:center;padding:1.3rem 0;}
.index-title .c-name{color:#5e5e5e;font-size:1.4rem;}
.index-title .e-name{color:#a3a3a3;font-size:1.2rem;}
.index-title-w .c-name{color:#fff;font-size:1.4rem;}
.index-title-w .e-name{color:#fff;font-size:1.2rem;}

.product-content{background-color:#fff;}
.product-list{padding:0 1.5rem;flex-wrap:wrap;justify-content:space-between;}
.product-list .list{text-align:center;width:calc(50% - .75rem);box-sizing:border-box;border:solid 1px #d5d5d5;padding:1rem .5rem;}
.product-list .list:nth-child(odd){margin:0 .75rem 1.5rem 0;}
.product-list .list:nth-child(even){margin:0 0 1.5rem .75rem;}
.product-list .img{justify-content:center;align-items:center;height:9rem;}
.product-list .img img{max-width:70%;max-height:7rem;}
.product-list .name{font-size:1.1rem;color:#6e6e6e;}
.product-list .line{display:inline-block;width:43px;height:1px;margin:.7rem 0 .5rem 0;}
.product-list .details{font-size:.8rem;color:#898989;}

.advantage-content{background-color:#fff;margin:.5rem 0 0 0;}
.advantage-list{flex-wrap:wrap;justify-content:space-between;padding:0 1.5rem;}
.advantage-list .list{text-align:center;width:calc(50% - .75rem);box-sizing:border-box;background-color:#f6f6f6;padding:1rem;}
.advantage-list .list:nth-child(odd){margin:0 .75rem 1.5rem 0;}
.advantage-list .list:nth-child(even){margin:0 0 1.5rem .75rem;}
.advantage-list .img{width:4rem;}
.advantage-list .name{font-size:1.2rem;color:#6e6e6e;margin:.6rem 0;}
.advantage-list .details{font-size:.9rem;color:#898989;}

.case-content{background:url(../images/index-bg.jpg) center top;background-size:100% 100%;}
.case-list{padding:0 .5rem;}
.case-list .list{text-align:center;box-sizing:border-box;padding:1rem .5rem;background-color:#fff;margin:0 .5rem 1rem .5rem;width:calc(25% - 1rem);box-shadow:0 0 5px 1px rgba(0,0,0,.1);}
.case-list .img{overflow:hidden;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;margin:0 auto;}
.case-list .img img{width:100%;}
.case-list .name{font-size:1rem;color:#5d6168;margin:.5rem 0;}
.case-list .link{display:inline-block;width:100%;font-size:.8rem;color:#8a8a8a;border:solid 1px #d5d5d5;padding:.3rem 0;border-radius:2rem;}

.news-content{background-color:#fff;}
.news-tab{background-color:#f6f6f6;border-top:solid 1px #d5d5d5;border-bottom:solid 1px #d5d5d5;justify-content:space-around;}
.news-tab li{width:50%;text-align:center;border-right:solid 1px #d5d5d5;box-sizing:border-box;margin:1rem 0;font-size:1.2rem;color:#898989;cursor:pointer;}
.news-tab li:last-child{border:0;}
.news-group{}
.news-group .img{display:block;width:100%;}
.news-group .details{margin:0 1rem;border-bottom:dashed 1px #dcdcdc;padding:1rem 0;}
.news-group .title{font-size:1rem;color:#6e6e6e;line-height:2rem;}
.news-group .small{font-size:.8rem;color:#898989;margin:.5rem 0;}
.news-group .tip{font-size:.8rem;color:#898989;}
.news-group .tip>span{min-width:20%;display:inline-block;vertical-align:middle;}
.news-group .tip img{height:.9rem;vertical-align:middle;margin:-.25rem 5px 0 0;}
.news-list{margin:0 1rem;}
.news-list a{display:block;font-size:1rem;color:#6f6f6f;border-bottom:dashed 1px #dcdcdc;padding:.9rem 0;overflow:hidden;}
.news-group .view-more{text-align:center;color:#fff;font-size:1.2rem;display:block;width:70%;margin:1.5rem auto;min-width:200px;padding:.8rem 0;border-radius:2px;}