@charset "utf-8";

/* 头部区域 */
.banslick{
    width: 100%;
}
.mo_banner .container {
    position: absolute;
    width: 1310px;
    padding: 0 15px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%)
}

.mo_hd_titbox {
    position: absolute;
    left: 0;
    margin-left: 0;
    text-align: left;
    transform: translate(0,-50%)
}

.mo_hd_titbox h4 {
    font-size: 60px;
    margin-bottom: 20px;
}

.mo_hd_titbox span {
    font-size: 16px;
}

.mo_hd_titbox a {
    display: block;
    width: 155px;
    margin-top: 40px;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

/* 内容区域 */
.mo_contactBox {
    /*border: 1px solid #000;*/
}
.mo_contactBox .produce{
    padding: 100px 0;
} 
.mo_contact_content {
    float: left;
    width: 32.3%;
    padding: 40px 25px 40px;
    background: #f8f8f8;
    color: #535353;
    margin-right:13px ;
    height: 281px;
    animation: fadeInUp 1s;
}

/*.mo_contact_content:not(:last-child) {
    margin-right: 25px;
}*/

.mo_titbox {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 40px;
}

.mo_titbox h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mo_content {
    margin-top: 20px;
}

.myiconfont {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/tubiao.jpg) no-repeat;
    background-position-x: center;
}

.iconfont-tel {
    background-position-y: 0;
}

.iconfont-qq {
    background-position-y: -33px;
}

.iconfont-email {
    background-position-y: -62px;
}

.mo_chengkai {
    visibility: hidden;
}
.mo_contact_content span a{
    color: #535353;
}