/* 
* @Author: Administrator
* @Date:   2018-07-12 15:32:50
* @Last Modified by:   wangguo
* @Last Modified time: 2018-10-09 11:07:32
*/
.pageheader{
    height:auto;
}
section {
    margin: 0 auto;
}
section p{
    color:#666;
}
h4.size16{
    font-weight:600;
    color:#000;
}
h3.text-c.size20{
    margin:40px 0;
    padding-top:40px;
    margin-top:0;
    font-size: 28px;
    font-weight: 700;
}

i.b{
    display:inline-block;
    width:20px;
    height:6px;
    background-color:#4990f9;
    display: none;
}
.imitate-btn{
    display:inline-block;
}

span.imitate-btn{
    float:left;
    border-left:5px solid #fff;
    border-right:5px solid #fff;
    margin:5px 0;
    width:50%;
    height:35px;
    line-height:35px;
    text-align:center;
    color:#333;
    font-style: normal;
    background-color: #eee;
}
span.imitate-btn:last-child{
    float:none;
}
.c1 .m.text-l h4{
    font-weight: 700;
    display: block;
    font-size: 24px;
}
.c1 .m.text-l p{
    font-size: 18px;
    line-height: 38px;
    margin-top: 30px;
    
}
.c1 .m.text-l p ~ p{
    margin-top: 0;
    
}
.c1 .m.text-l p label{
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    color: #1453ff;
    display: initial;
    margin:  0 3px;
    
}
@media screen and (max-width: 767px) {
    .banner-main img{
        height: 390px;
    }
}