@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), /* 对于现代浏览器 */ url('../font/Alibaba-PuHuiTi-Bold.ttf') format('woff'); /* 对于现代浏览器和一些老版本的IE */
}

body {
    font-family: PuHuiTi;
    background: #F3F7FB;
}

.header {
    height: 1rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header .logo {
    width: 1.32rem;
    height: 0.42rem;
}

.header .tel {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.52rem;
}

.header .menu {
    width: 0.38rem;
    height: 0.3rem;
}
/* 中间部分 */
.contact-zone{
    padding: 0 0.25rem;
    padding-top: 60px;
    box-sizing: content-box;
}
.contact-zone .cinfo{
    background: #ffffff;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem;
    padding: 0.54rem 0.40rem;
}
.img-zone{
    display: flex;
    justify-content: center;
}
.cinfo .logo{
    width: 2.66rem;
}
.info-list{
    padding: 0.28rem 0rem;
}
.first-info{
    font-size: 0.32rem;
    font-weight: bold;
}
.first-info .line{
    display: inline-block;
    background: #1E2128;
    width: 0.02rem;
    height: 0.2rem;
}
.second-info{
    color: #696969;
    font-size: 0.24rem;
    margin-top: 0.24rem;
}
.img-list{
    display: flex;
}
.c-img{
    width: 2.08rem;
}
.contact-zone .cform-info{
    background: #5A94E8;
    height: 420px;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem;
    padding: 0.54rem 0.40rem;
    display: flex;
    flex-direction: column;
}
.cform-info .title{
    text-align: center;
    font-size: 0.32rem;
    color: #ffffff;
    margin-bottom: 0.46rem;
}
.cform-info .myinput{
    font-size: 0.28rem;
    background-color: #ffffff;
    height: 0.84rem;
    border: 0;
    border-radius: 0.12rem;
    margin-bottom: 0.40rem;
    padding: 0rem 0.36rem;
}

.cform-info .mytextarea{
    font-size: 0.28rem;
    background-color: #ffffff;
    height: 4.52rem;
    border: 0;
    border-radius: 0.12rem;
    margin-bottom: 0.40rem;
    padding: 0.32rem 0.36rem;
    text-align: center;
}
.cform-info .btn{
    font-size: 0.28rem;
    color: #ffffff;
    background-color: #1C4FB9;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
}
/* 底部部分 */


