/*------------banner-----------*/
.swiper-container{
    height: 300px;
}

/*---------------公司简介--------------*/
.company_profile {
    margin-top: 50px;
}
.company_texxt{
    float: left;
    width: 520px;
}
.company_texxt h1{
   font-size: 30px;
    color: #121314;
}
.company_texxt p{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 20px;
    width: 486px;
    margin-top:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 17;
    overflow: hidden;
}
.company_img{
    float: left;
    margin-left: 50px;
}
.company_img img{
    width: 625px;
    height: 383px;
}
/*-------------留下宝贵的意见--------------*/
.suggestion{
    margin-top: 50px;
}
.suggestion h1 {
    font-size: 30px;
    color: #121314;
    text-align: center;
}
.suggestion h3{
   font-size: 16px;
    color: #525354;
    text-align: center;
    margin-top: 5px;
}
.suggestion input{
    width: 540px;!important;
    height: 55px;
    border:1px solid #d2d2d2;
    margin-top: 30px;
    font-size: 16px;
    color: #9b9b9b;
    border-radius: 5px;
    padding-right: 5px;
    text-indent: 1em;
}
.suggestion form{
    margin: 0 auto;
    width: 1120px;
    background: #ffffff;
}
.suggestion textarea{
    width: 1118px;
    height: 145px;
    border:1px solid #d2d2d2;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    color: #9b9b9b;
    padding-right: 5px;
    text-indent: 1em;
    padding-top: 5px;
}
.suggestion button{
    width: 550px;
    background: #ff9000;
    color: white;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 284px;
    line-height: 55px;
    border: none;
}

/*-----------------推荐阅读-----------------*/
.reading{
    margin-top: 50px;
}
.reading h1{
    font-size: 30px;
    color: #121314;
    text-align: center;
}

.reading ul{
    float: left;
    margin-left: 45px;
    margin-top: 30px;

}
.reading ul li {
    line-height: 28px;
    width: 265px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.reading ul li a:hover{
    color: #940000;
}
.reading ul li a{
    font-size: 16px;
    color: #525252;
}
/*-----------快速登记按钮------------*/
.login_con{
    text-align: center;

}
.login_con img{
    margin-top: 50px;
}
form{

}