.otherbg{
    width: 100%;
    height: 530px;
    background-size: cover !important;
}
.aboutCon{
    width: 100%;
    height: 720px;
    background: url(../image/bg5.jpg) no-repeat center;
}
.headquarters{
    width: 100%;
    height: 718px;
    background: url(../image/bg6.jpg) no-repeat center;
}
.headquarters div p:nth-child(1){
    margin-top: 300px;
}
.headquarters div p:nth-child(2){
    width:324px;
    height: 105px;
    background: url(../image/img27.png) no-repeat center;
    margin-top: 160px;
}
.headquarters div p:nth-child(2) span{
    display: inline-block;
    margin-left: 80px;
    margin-top: 23px;
}
.videoCon li{
    height: 280px;
    background: #fff;
    margin: 0 10px 20px;
}
.videoCon li p{
    width: 350px;
    margin: auto;
}
.videoCon li div{
    width: 380px;
    height: 204px;
    margin-bottom: 23px;
}
.videoCon li div img{
    max-width: 380px;
    max-height:204px;
}
.honor li{
    width: 280px;
    height: 202px;
    background: url(../image/img14.jpg) no-repeat center;
    background-size: cover;
    margin: 0 10px;
}
.honor li img{
    max-width: 255px;
    max-height: 176px; 
}
.messagec form {
    width: 492px;
    margin: auto;
}
.messagec form input{
    margin-left:5px;
    border: none;
    outline: none;
    width: 380px;
    height: 46px;
    background: none;
    font-size: 18px;
 }
 .messagec form textarea{
     width: 380px;
     height: 120px;
     background: none;
     resize: none;
     outline: none;
     border: none;
     font-size: 18px;
     margin-top: 15px;
 }
.messagec form p{
    width: 490px;
    height: 46px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
 }
.messagec form button{
    width: 501px;
    height: 59px;
    background: #D0BF91;
    border-radius: 6px;
    line-height: 59px;
    border: none;
    outline: none;
 }
 .line8{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin-top: 50px;
    margin-bottom: 50px;
 }
 .newsBox {
    margin-top: 50px;
}
.newsBox li{
    width: 377px;
    height: 450px;
    background: #FFFFFF;
    margin: 0 10px 20px;
}
.newsBox li div:nth-child(1){
    width: 377px;
    height: 203px;
}
.newsBox li div:nth-child(1) img{
    max-width: 377px;
    max-height: 203px;
}
.newsBox li div:nth-child(2){
    padding-top: 40px;
}
.newsBox li div:nth-child(2) p{
    width: 320px;
    margin: auto;
}
.newsBox li div:nth-child(2) p:nth-child(2){
    margin-top: 20px;
    margin-bottom: 30px;
}
.newsBoxActive{
    background: #FEE6C0 !important;
}
.newsBoxActive div:nth-child(1){
    display: none;
}
.newsBoxActive div:nth-child(2) p:nth-child(4){
    width: 123px !important;
    height: 37px !important;
    background: #FFFFFF;
    border-radius: 19px;
    line-height: 37px;
    margin: 160px 0 0 25px;
    color: #FEE6C0 !important;
    text-align: center;
}