/* slogan */
.CUslogan{
    margin: 143px 0 0;
    height: 100px;
    background: url("../imgs/CUslogan.jpg") no-repeat;
}
.Cuslogan_cent h2{
    line-height: 100px;
    font-size: 36px;
    color: #2e3092;
    margin: 0;
}
/* contactus */
.contactUsBox{
    margin-bottom: 30px;
}
/* 标题部分 */
.contactus_title{
    padding: 60px 0;
    margin: 0 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #cccccc;
}
.contactus_title h3{
    font-size: 20px;
    color: #666666;
    margin: 0 0 30px;
    text-align: center;
}
.contactus_title p{
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;
}

/*表单主体左侧*/
.contactus_main{
    overflow: hidden;

}
.mail_form{
    /*background-color: pink;*/
    max-width: 655px;
}
/* 小标题 */
.mail_form h4,.ouradd h4,.contactInfo h4,.officeHours h4{
    font-size: 16px;
    margin: 0 0 20px;

}
.mail_form p{
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}
/*表单*/
.registerBox ul{
    padding: 0;
}
.registerBox ul li{
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
}
.registerBox li label{
    margin-bottom: 10px;
}
.registerBox li span{
    color: red;
    font-size: 16px;
    margin-left: 5px;
}
.registerBox li input{
    width: 350px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    margin-bottom: 10px;
    color: #666666;
    border: none;
    outline: none;
    background-color: rgb(239, 239, 239);
}
.registerBox li textarea{
    width: 100%;
    height: 300px;
    border: none;
    outline: none;
    background-color: rgb(239, 239, 239);
    margin-bottom: 10px;
}
.registerBox  .submit{
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #2e3092;
    color: #ffffff;
}
/*失去焦点时*/
.registerBox P.addFocus{
    /*position: absolute;*/
    /*top: 80px;*/
    padding: 2px 0 2px 30px;
    background: url("../imgs/gantanhao.png") no-repeat;
    color: red;
    display: none;
    margin-bottom: 30px;
}
/*错误的*/
.registerBox input.wrong,.registerBox li textarea.wrong{
    border: 2px solid red;
    opacity: 0.6;
}

/* 右侧 */
.ourlocation{
    /*overflow: hidden;*/
    max-width: 340px;
    /*background-color: orangered;*/
    float: right;
}
.ouradd,.contactInfo{
    margin-bottom: 60px;
    text-align: left;

}
.ouradd p,.contactInfo p,.officeHours p{
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;

    /*margin: 0;*/
}
.ouradd p:nth-child(5){
    margin-bottom: 20px;
    text-align: left;

}
.ouradd p img{
    width: 100%;
}
/*lianxi*/
.contactInfo p{
    font-weight: 500;
}
.contactInfo p span{
    font-weight: 200;
    margin-left: 5px;
}

/*办公时间*/
.officeHours .of_rt{
    float: right;
}
.officeHours p:nth-child(4){
    margin-bottom: 30px;
}

/****** 移动端 ******/
@media (max-width: 992px) {
    /*标题*/
    .navBox_lf_title{
        padding: 0 0 0 4px;
        text-align: center;
        margin-left: -75px;
    }
    .navBox_lf_title h3{
        font-size: 14px;
        /*line-height: 44px;*/
    }
    .contactus_title p{
        width: auto;
        margin: 0 auto;
        font-size: 14px;
        color: #888888;
        line-height: 20px;
        text-align: left;
    }
    /*contactus*/
    .contactus_title{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .contactus_title h3{
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .ourlocation,.mail_form{
        max-width: none;
    }
    /*表单*/
    .registerBox li input{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .registerBox li textarea{
        position: relative;
        z-index: 2;
    }
    .ourlocation{
        float: none;
    }
    .ouradd,.contactInfo{
        margin-bottom: 30px;
    }

}




















