.otherbg{
    width: 100%;
    height: 550px;
    background-size: cover !important;
}
.otherNav p:nth-child(1){
    padding-left: 10px;
    border-left: 4px solid #2E8E9E;
}
.otherNav a{
    color: #666666;
}
.otherNav a:hover{
    color: #666666;
}
.otherNav{
    padding: 80px 0 30px 0;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}
.swiper6{
    width: 1400px;
    height: 400px;
}
.swiper6 .swiper-slide img{
    width: 90%;
    margin-top: 45px;
}
.swiper6 .swiper-slide-active img{
    width: 120%;
    position: relative;
    z-index: 2;
    margin-left: -55px;
    margin-top: 0px !important;
}
.next6{
    margin-top: -200px!important;
    margin-left: 720px!important;
    background-image: url(../images/home/right1.png) !important;
    width: 40px !important;
    height: 40px !important;
}
.prev6{
    margin-top: -40px!important;
    margin-left: 645px!important;
    background-image: url(../images/home/left1.png) !important;
    width: 40px !important;
    height: 40px !important;
}
.newsCon li{
    width: 1400px;
    height: 267px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.04);
    margin-bottom: 50px;
}
.newsBox div:nth-child(1){
    width: 324px;
    height: 215px;
    padding: 25px;
    margin-right: 50px;
}
.newsBox div:nth-child(1) img{
    max-width: 324px;
    max-height: 215px;
}
.newsBox div:nth-child(2){
    width: 950px;
    padding-top: 50px;
}
.newsBox div:nth-child(2) p:nth-child(2){
    margin: 20px 0 50px 0;
}
.newsBox div:nth-child(2) p:nth-child(3){
    width: 151px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #666666;
    line-height: 36px;
    text-align: center;
}
.newsConActive .newsBox div:nth-child(2) p:nth-child(3){
    border: 1px solid #2E8E9E !important;
    color: #2E8E9E !important;
}
.contactCon {
    margin: 0 40px;
}
.contactCon li{
    width: 345px;
    padding: 50px 0;
    border-bottom: 1px solid #E4E4E4;
}
.contactCon li:last-child{
    border-bottom: none;
}
.contactCon li div:nth-child(1){
    width: 52px;
    height: 52px;
    background: #BFBFBF;
    border-radius: 50%;
}
.contactCon li div:nth-child(2){
    width: 290px;
    margin-left: 15px;
}
.contactConActive div:nth-child(1){
    background: #2E8E9E !important;
}