.banner {
    margin-top: 80px;
}

.sec {
    width: 1077px;
}

.title {
    font-size: 18px;
    margin-top: 45px;
    text-align: center;
}

.title_en {
    font-size: 14px;
    color: #999999;
    margin-bottom: 45px;
    text-align: center;
}

.list_item {
    width: 25%;
    border: 1px solid #eeeeee;
    padding-left: 30px;
    padding-top: 55px;
    float: left;
    height: 160px;
}

.list_item .img {
    float: left;
    margin-right: 15px;
}

.list_item .content {
    overflow: hidden;
    font-size: 14px;

}

.list_item .text2 {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}
.list_item .text2 div{
    margin-top: 5px;
}
.box{
    margin-top: 80px;
    margin-bottom: 120px;
}
.box .left{
    width: 478px;
}
.box .ffrom input{
    display: block;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    height: 44px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 10px;
    margin-top: 17px;
    font-size: 14px;
    color: #333;
}
.box .ffrom textarea{
    height: 64px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 10px;
    margin-top: 17px;
    padding-top: 15px;
    font-size: 14px;
    color: #333;
}
.box .ffrom .btn{
    border: none;
    background-color: #e60012;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#a7a7a7;
    font-family: normal;
}
.box_title{
color: #000;
font-size: 18px;
margin-bottom: 50px;
}
.box_title span{
    font-size: 14px;
    color: #999999;
    padding-left: 15px;
}
/* div::-webkit-scrollbar {
    width: 1px!important;
    height: 1px!important;
} */