.otherbg{
    width: 100%;
    height: 640px;
    background-size: cover !important;
    margin-top: -90px;
}
.aboutCon{
    width: 100%;
    height: 620px;
    background: url(../images/home/bg5.jpg) no-repeat center;
    margin-top: 100px;
}
.introduce{
    padding: 50px 0;
}
.introduce li{
    width: 434px;
    height: 630px;
    background: #F8F8F8;
    border-radius: 8px 8px 0px 0px;
    margin: 0 16px 40px;
}
.introduce li div:nth-child(1){
    width: 434px;
    height: 500px;
    margin-bottom: 50px;
}
.introduce li div:nth-child(1) img{
    max-width: 434px;
    max-height: 500px;
    border-radius: 8px 8px 0px 0px;
}
.introduce li div:nth-child(2){
    width: 370px;
    margin: auto;
}
.introduce li div:nth-child(2) p:nth-child(2){
   color: #F9D905;
}
.introduceActive{
    background: #FFF100 !important;
}
.introduceActive div:nth-child(2) p{
    color: #ED341B !important;
}
.swiper5{
    width: 1400px;
}
.swiper5Box{
    width: 436px;
    height: 406px;
    background: #FFFFFF;
    box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    margin: auto;
}
.swiper5Box div{
    width: 380px;
    height: 333px;
    border-bottom: 1px solid #EEEEEE;
    margin: auto;
    margin-bottom: 20px;
}
.productNav li{
    width: 280px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.productNav li div{
    height: 100px;
}
.productNav li p:nth-child(1){
    margin-right: 10px;
}
.productNav li p:nth-child(1) img:nth-child(2){
    display: none;
}
.productNavActive p:nth-child(1) img:nth-child(2){
    display: block !important;
}
.productNavActive p:nth-child(1) img:nth-child(1){
    display: none !important;
}
.productNavActive p:nth-child(2){
    color: #ED341B !important;
}
.productNavActive{
    border-bottom: 2px solid #F9D905 !important;
}
.productCon{
    margin-top: 90px;
}
.productCon li{
    width: 434px;
    height: 630px;
    background: #EEEEEE;
    border-radius: 8px;
    margin: 0 16px 40px;
}
.productCon li div{
    width: 434px;
    height: 500px;
    margin-bottom: 50px;
}
.productCon li div img{
    max-width: 434px;
    max-height: 500px;
    border-radius: 8px 8px 0px 0px;
}
.productConActive{
    background: #FFF100 !important;
}
.productConActive p{
    color: #ED341B !important;
}
.swiper6{
    width: 1400px;
    height: 450px;
}
.swiper6 .swiper-slide div{
    width: 680px;
    height: 448px;
    margin: auto;
}
.train{
    margin-top: 50px;
}
.train li{
    width: 680px;
    height: 448px;
    margin-bottom: 40px;
}
.train li img{
    max-width: 680px;
    max-height: 448px;
}
.newsBox li{
    width: 440px;
    height: 616px;
    background: #FFFFFF;
    margin: 0 10px 20px;
}
.newsBox li div:nth-child(1){
    width: 440px;
    height: 300px;
}
.newsBox li div:nth-child(1) img{
    max-width: 400px;
    max-height: 300px;
}
.newsBox li div:nth-child(2){
    padding-top: 40px;
}
.newsBox li div:nth-child(2) p{
    width: 380px;
    margin: auto;
}
.newsBox li div:nth-child(2) p:nth-child(2){
    margin-top: 20px;
    margin-bottom: 30px;
}
.newsBoxActive{
    background: #B28850 !important;
}
.newsBoxActive div:nth-child(1){
    display: none;
}
.newsBoxActive div:nth-child(2) p:nth-child(1){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(2){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(3){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(4){
    width: 123px !important;
    height: 37px !important;
    background: #fff;
    border-radius: 19px;
    line-height: 37px;
    margin: 160px 0 0 25px;
    color: #B28850 !important;
    text-align: center;
}
.messagec form {
    width: 592px;
    margin: auto;
}
.messagec form input{
    margin-left:5px;
    border: none;
    outline: none;
    width: 480px;
    height: 46px;
    background: none;
    font-size: 18px;
 }
 .messagec form textarea{
     width: 480px;
     height: 120px;
     background: none;
     resize: none;
     outline: none;
     border: none;
     font-size: 18px;
     margin-top: 15px;
 }
.messagec form p{
    width: 590px;
    height: 46px;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
 }
.messagec form button{
    width: 601px;
    height: 59px;
    background: #FFED59;
    border-radius: 6px;
    line-height: 59px;
    border: none;
    outline: none;
 }