*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
}

li{
    list-style: none;
}

a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    color: #d82335;
}

div,input{
    box-sizing: border-box;
}
button{
    border: none;
    outline: none;
    cursor: pointer;
}

img{
    vertical-align: middle;
}

input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
}

._floatLeft{
    float: left;
}

.common_box{
    width: 100%;
}

.total_container{
    width: 1200px;
    margin: 0 auto;
}

/* 公共头部 */
.common_header{
    padding-top: 20px;
    overflow: hidden;
}

.common_header .header_logo{
    float: left;
    margin-right: 240px;
}

.common_header .header_logo img{
    width: 180px;
    height: 56px;
}

.common_header ul{
    padding-top: 17px;
}

.common_header .after_touch{
    border-bottom: 1px solid #f9f9f9;
}

.common_header li{
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
}

.common_header .after_touch a{
    font-weight: 700;
}

.common_header li a{
    color: #fff;
    font-weight: 300;
}

/* 公共底部 */
.common_boxFooter{
    background-color: #171717;
}

.common_footer{
    color: #999;
    font-size: 12px;
}

.common_footer ._first{
    width: 775px;
    padding-top: 64px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
}

.common_footer ._first{
    width: 1030px;
}

.common_footer ._first span{
    margin-right: 10px;
}

.common_footer ._first span:nth-last-child(1){
    margin-right: 0;
}

.common_footer ._first .common_map{
    display: none;
    vertical-align: bottom;
}

.common_footer h4{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.common_footer a{
    color: #999;
}

.common_footer a:hover{
    color: #fff;
}

.common_footer ._middle{
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #666;
}

.common_footer ._middle a{
    margin-right: 27px;
}

.common_footer ._middle a:nth-last-child(1){
    margin-right: 0;
}

.common_footer ._last{
    padding-top: 23px;
    padding-bottom: 45px;
}

.common_footer .wechart{
    position: absolute;
    top: -35px;
    right: 0;
    text-align: center;
}
.common_footer .wechart img{
    margin-bottom: 10px;
}

.common_footer .en_wechart{
    top: -104px;
}

/* 公共过渡层 */
.homeTop_bg{
    height: 15px;
    background-color: #FFCD47;
}

/* 公共表单区域 */
.homeTop_input{
    height: 620px;
    color: #fff;
    background-color: #1B1D1F;
    text-align: center;
}

.homeTop_input .contactUs_infoTitle{
    padding-top: 107px;
    margin-bottom: 35px;
}

.homeTop_input ._need{
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
}

.homeTop_input ._cooparation{
    margin-top: 26px;
    margin-bottom: 35px;
    color: #999;
    font-size: 19px;
}

.homeTop_input ._fillBox div{
    margin-bottom: 20px;
}

.homeTop_input input{
    width: 290px;
    height: 43px;
    line-height: 43px;
    margin-right: 15px;
    padding-left: 15px;
}

input::placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

.homeTop_input ._fillBox button{ 
    height: 56px;
    line-height: 56px;
    margin-top: 20px;
    color: #fff;
    background-color: #FFCD47;
    box-shadow: 0px 0px 18px 0px rgba(92,68,4,0.23);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding:0px 15px;
}

.en_hide{
    display: none;
}

/* 切换语言 */
.changeLanguage{
    float: right;
    color: #fff;
}
.changeLanguage:hover{
    color: #FFCD47;
}
.changeLanguage span{
    margin-left: 5px;
}