﻿
.contact {
    width: 100%;
    overflow: hidden;
}

.cont {
    height: 580px;
    position: relative;
}

.cont .cont_box {
    height: 100%;
}

.cont .left {
    width: 585px;
    height: 398px;
    background: url(../images/contact_02.png) no-repeat center;
    background-size: 100% 100%;
    padding: 30px 38px 0 50px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cont h5 {
    font: bold 20px/58px '微软雅黑';
}

.cont .left h5 {
    color: #fff;
    margin-bottom: 24px;
}

.cont .left>div {
    margin-bottom: 12px;
}

.cont .left img {
    margin-right: 12px;
}

.cont .left b {
    font: bold 18px/26px 'Arial';
    color: #fff;
    transition: all .5s;
}

.cont .left p {
    font: 14px/30px 'Arial';
    color: #fff;
    transition: all .5s;
}

.cont .left p:hover,
.cont .left b:hover {
    margin-left: 20px;
    transition: all .5s;
}

.cont .right {
    flex: 1;
    height: 398px;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cont .right {
    padding: 30px 80px 0 42px;
}

.cont form input {
    width: 47%;
    line-height: 44px;
    border: 1px solid #e8e8ea;
    border-radius: 8px;
    margin-right: 25px;
    margin-bottom: 14px;
    text-indent: 12px;
    color: #999;
}

.cont form .inp_r {
    margin-right: 0;
}

.cont form textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #e8e8ea;
    border-radius: 8px;
    line-height: 28px;
    text-indent: 12px;
    color: #999; font-family:微软雅黑
}

.cont form button {
    width: 140px;
    height: 44px;
    background-color: #3c91d8;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    float: right;
    transition: all .5s;
}

.cont form button:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.cont .liform input {
    width: 48%;
    line-height: 44px;
    border: 1px solid #e8e8ea;
    border-radius: 8px;
    margin-right: 2%;
    margin-bottom: 14px;
    text-indent: 12px;
    color: #999;
}

.cont .liform .inp_r {
    margin-right: 0;
}

.cont .liform textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #e8e8ea;
    border-radius: 8px;
    line-height: 28px;
    text-indent: 12px;
    color: #999;
}

.cont .liform .butsub {
    width: 140px;
    height: 44px;
    background-color: #3c91d8;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    float: right;
    transition: all .5s;
}

.cont .liform button:hover {
    transform: scale(1.1);
    transition: all .5s;
}

@media (max-width: 999px) {
    .pc, #fixed {
        display: none !important;
    }
    
    .cont form input {
    width: 98%;
    line-height: 34px;
    border: 1px solid #e8e8ea;
    border-radius: 8px;
    margin-right: 25px;
    margin-bottom: 14px;
    text-indent: 12px;
    color: #999;
}
.cont h5 {
    font: bold 20px / 38px '微软雅黑';
}
    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

.flex {
    display: flex;
    align-items: flex-start;
}