/*首页标题*/
.hometit{
    text-align: center;
}
.hometit h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.hometit h4{
    margin-top: 20px;
    color: #999999;
}

/*关于我们*/
#inside-banner img{
    width: 100%;
}   
#wmss{
    margin-top: 80px;
    overflow: hidden;
}
.wmss-boxtxt{
    margin-top: 80px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.wmss-boxlist{
    margin-top: 90px;
}
.wmss-boxlisttxtt h3{
    font-size: 76px;
    color: #ef3739;
    font-weight: bold;
   
}
.wmss-boxlisttxtt h3 a{
    font-size: 76px;
    color: #ef3739;
    font-weight: bold;
}
.wmss-boxlisttxtt h3 i{
    font-style: normal;
    font-size:38px;
    vertical-align: top;
}
.wmss-boxlisttxtt span{
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.wmss-boxlisttxtt{
    text-align: center;
}
.wmss-boxlisttxtt p{
    color: #666666;
}
#aboutpic{
    overflow: hidden;
    margin-top: 80px;
}
.aboutpic-box ul li img{
    width:100%;
}
.aboutpic-box ul li{
	
}
.about-imgs{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.about-imgs img{
    width: 100%;
    display: block;
}
.about-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 100%;
    left: 0px;
    padding: 11px;
    transition: all 0.4s;
}
.about-info{
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-info h4{
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-info span{
    font-size: 24px;
	color: #fff;
}
.aboutpic-box ul li:hover .about-mask{
    top: 0px;
}





/* 服务页面 */

.ywlc{
	margin-top: 120px;
}
.ywlc-ul{
    margin-top: 120px;
}
.ywlc-item{
    max-width: 510px;
    height: 300px;
    border: 1px solid #bfbfbf;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 96px;
}
.ywlc-tit{
    position: absolute;
    width: 270px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
    line-height: 100px;
}
.ywlc-tit span{
    display: inline-block;
    font-size: 72px;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.ywlc-tit p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}
.ywlc-ul li:first-child .ywlc-tit{
    background: #2c76fa;
}
.ywlc-ul li:nth-child(2) .ywlc-tit{
    background: #ef615e;
}
.ywlc-ul li:nth-child(3) .ywlc-tit{
    background: #17ce8e;
}
.ywlc-ul li:nth-child(4) .ywlc-tit{
    background: #48b930;
}
.ywlc-ul li:nth-child(5) .ywlc-tit{
    background: #24b9eb;
}
.ywlc-ul li:nth-child(6) .ywlc-tit{
    background: #f1b057;
}
.ywlc-ul li:nth-child(7) .ywlc-tit{
    background: #9d6afc;
}
.ywlc-ul li:nth-child(8) .ywlc-tit{
    background: #f17a40;
}
.ywlc-ul li:nth-child(9) .ywlc-tit{
    background: #d7000f;
}
.ywlc-txt{
    height: 300px;
    line-height: 300px;
    max-width: 305px;
    text-align: center;
}
.ywlc-txt p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.ywlc-icon{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
@media(max-width: 1200px){
    .ywlc-tit{
        width: 220px;
        margin-left: -110px;
        height: 80px;
        top: -40px;
        line-height: 80px;
    }
    .ywlc-tit span{
        font-size: 60px;
    }
    .ywlc-tit p{
        font-size: 28px;
        margin-top: 12px;
    }
    .ywlc-txt{
        padding: 0 15px;
    }
    .ywlc-txt p{
        line-height: 24px;
    }
    .ywlc-item{
        margin-bottom: 70px;
    }
}
@media(max-width: 991px){
    .ywlc-ul{
        margin-top: 80px;
    }
    .ywlc-item{
        margin: 0 auto 70px;
    }
    .ywlc-ul li:last-child .ywlc-item{
        margin-bottom: 30px;
    }
}
@media(max-width: 449px){
    .ywlc-item{
        height: 268px;
        margin-bottom: 55px;
    }
    .ywlc-tit{
        width: 200px;
        margin-left: -100px;
        height: 70px;
        top: -35px;
        line-height: 70px;
    }
    .ywlc-tit span{
        font-size: 48px;
        margin-right: 5px;
    }
    .ywlc-tit p{
        font-size: 24px;
        margin-top: 8px;
    }
    .ywlc-ul{
        margin-top: 60px;
    }
    .ywlc-ul li:last-child .ywlc-item{
        margin-bottom: 20px;
    }
    .ywlc-txt{
        line-height: 268px;
    }
}