.qh-banner{
    width: 100%;
    background: url(../images/banner-bg.png) no-repeat center center;
}

.banner-wrapper{
    width: 1200px;
    padding: 36px 0;
    margin: 0 auto;
    overflow: hidden;
}

.banner-left{
    padding-top: 150px;
}
.banner-left .title{
    line-height: 50px;
    font-size: 36px;
    letter-spacing: 4px;
    color: #fff;
}
.banner-left .subhead{
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 16px;
}
.banner-left .btn{
    width: 148px;
    line-height: 48px;
    margin-top: 64px;
    display: block;
    background-image: linear-gradient(180deg, #33A2FF 0%, #1769FF 100%);
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.refer-wrapper{width:230px;padding:20px 50px;background:url(img/refer-title-bg.png) no-repeat center top #fff;border-radius:8px}
.refer-wrapper h2{ position: relative; margin-bottom: 20px; line-height: 40px; text-align: center;font-size: 24px; letter-spacing: 4px; color: #091830;}
.refer-wrapper h2:before{ position: absolute; left: 16px; top: 14px; content: ''; width: 14px; height: 16px; background: url(../images/refer-title.png) no-repeat center center;}
.refer-wrapper h2:after{ position: absolute; right: 20px; top: 14px; content: ''; width: 14px; height: 16px; background: url(../images/refer-title.png) no-repeat center center;}
.refer-wrapper .layui-form-item{margin-bottom:12px}
.refer-wrapper .city{width:230px}
.refer-wrapper .layui-btn{width:100%;padding:0}
.refer-wrapper .getsmyzm{border:none;height:38px;width:108px;background-color:#6396f6;color:#fff}

.section-wrapper{
    width: 100%;
    padding: 72px 0;
}
.section-wrapper .title{
    line-height: 54px;
    text-align: center;
    font-size: 36px;
    letter-spacing: 4px;
    color: #333;
}
.section-wrapper .subhead{
    line-height: 36px;
    font-size: 16px;
    color: #999;
    letter-spacing: 4px;
    text-align: center;
}

.field-wrapper{
    background: url(../images/field-bg.png) repeat;
}

.field-box{
    width: 1200px;
    margin: 30px auto 0;
}
.field-box img{
    width: 1200px;
}

.consult-wrapper{
    background: url(../images/consult-bg.png) repeat;
}
.consult-wrapper .title{
    color: #fff;
}

.consult-box{
    width: 1201px;
    overflow: hidden;
    margin: 40px auto 0;
}
.consult-box ul{
    margin-left: -24px;
}
.consult-box ul li{
    position: relative;
    float: left;
    margin-left: 24px;
    width: 221px;
    height: 292px;
    overflow: hidden;
}
.consult-box li h4{
    position: absolute;
    top: 130px;
    width: 221px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.consult-box li p{
    position: absolute;
    top: 190px;
    width: 221px;
    padding: 24px;
    box-sizing: border-box;
    line-height: 20px;
    color: #fff;
    text-align: justify;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.consult-box li .btn{
    position: absolute;
    left: 24px;
    top: 340px;
    display: block;
    width: 172px;
    line-height: 40px;
    background-image: linear-gradient(180deg, #33A2FF 0%, #1C74FF 80%, #1769FF 100%);
    border-radius: 2px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.consult-box .slideIn h4{
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.consult-box .slideIn p{
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.consult-box .slideIn .btn{
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.issue-wrapper{
    background: url(../images/issue-bg.png) repeat;
}

.issue-box{
    width: 1200px;
    margin: 50px auto;
}
.issue-wrapper .btn{
    display: block;
    width: 264px;
    margin: 0 auto;
    line-height: 48px;
    background-image: linear-gradient(180deg, #33A2FF 0%, #1769FF 100%);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.case-wrapper{
    background: rgba(9,24,48,0.04);
}

.case-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.case-box ul{
    margin-left: -24px;
}
.case-box ul li{
    float: left;
    box-sizing: border-box;
    margin: 24px 0 0 24px;
    width: 384px;
    height: 252px;
    padding: 24px;
    background: #fff;
}
.case-box li h4{
    line-height: 25px;
    font-size: 18px;
    color: #091830;
    font-weight: bold;
}
.case-box li p{
    margin: 16px 0 18px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.case-box li .bottom{
    line-height: 20px;
}
.case-box li .bottom span{
    color: #999;
}
.case-box li .bottom a{
    color: #1769FF;
}

.code-box{
    width: 116px;
}

.side-menu .side-wx .wx-code img{
    width: 100px;
}