@charset "utf-8";
html,body{
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
    font-size: 62.5%;
    line-height: 1.42857143;
    color: rgba(0,0,0,.8);
    background-color: #fff;
}
a{
    color: #555;
    font-size: 1.4rem;
}
a:hover,a:focus,a.active{
    text-decoration: none !important;;
    color: #5079b7 !important;;
}
h3, .h3{
    font-size: 3rem;
    text-align: center;
    color: #333;
    padding: 2rem 0;
    margin: 0;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
}
.svg {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.banner{background-image: url(../images/banner-bg.jpg);height: 60rem;width: 100%;background-repeat: no-repeat;background-position: center;color: #fff;background-size: cover;position: relative;}
.banner::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}
.banner .text{
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.banner .text .h1{
    letter-spacing: 5px;
}
.banner .text .h1-small{font-size: 2rem;letter-spacing: 2.4px;color: #aaa;}
.banner .text .btn-wx{width: 16rem;height: 4.6rem;line-height: 4.6rem;background: rgba(88,119,250,0.8);box-shadow: 0 0 10px 0 rgba(0,0,0,.1);border-radius: 2px;display: block;margin: 3rem auto 0 auto;font-size: 1.4rem;cursor: pointer;position: relative;text-align: center;}
.banner .text .btn-wx .iconfont{
    font-size:32px;
}
.service{background-image: url(../images/service-bg.png);background-repeat: no-repeat;background-position: center;position: relative;margin: 0;padding: 0 0 8rem 0;}
.service .h2{
    font-size: 2.8rem;
    color: #333;
    padding: 8rem;
    margin: 0;
    letter-spacing: 5px;
}
.service .item{
    padding:4rem 0;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.04);
    border-radius: 2px;
    height: 42rem;
}
.service .item > img{
    max-width:7rem;
}
.service .item .h3{
    font-size:1.8rem;
}
.service .item .text{
    padding: 0 2rem;
    margin:2rem 0;
    font-size:1.4rem;
    color:#999;
    line-height:2.8rem
}

.feature{
    background-color: #ffffff;
    padding: 0 0 8rem 0;
    margin: 0;
    clear: both;
}
.feature .h2{
    font-size: 2.8rem;
    color: #333;
    padding: 8rem;
    margin: 0;
    letter-spacing: 5px;
}
.feature .col{
    display: block;
    float: left;
    width: 20%;
    margin: 0 0 1rem 0;
}
.feature .col i.iconfont{
    font-size:4.5rem;
    color:#666;
}
.feature .col > div{font-size: 1.4rem;margin:1rem 0 3rem 0;}

.template{
    padding: 0 0 5rem 0;
}
.template .h2{
    font-size: 2.8rem;
    color: #333;
    padding: 8rem;
    margin: 0;
    letter-spacing: 5px;
}
.template .item{
    margin: 0 0 5rem 0;
}
.template .item > img{

}
.template .item .caption{
    font-size: 1.4rem;
    padding: 1rem 0 0 0;
}

.copyright{
    font-size: 1.4rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}
.wx{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.wx > img{
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width: 300px;
}
@media (max-width:767px){
    .banner .text {
        padding: 0 10px;
    }
    .banner .text .h1 {
        line-height: 4.5rem;
        font-size: 3rem;
    }
    .service .item{
        height: auto;
    }
}