body{background-image: url("../images/matingBanner.jpg"); background-attachment: fixed;background-repeat:no-repeat;}
.bottom{margin-top: 90px;}
.main {min-height: 1000px}
.main .mainTit{padding-top: 160px;text-align: center;color: #fff}
.mainTit h2{font-size: 30px;font-weight: normal}
.mainTit .en{font-size: 40px;}
.main .tabItem{width: 1350px;margin: 68px auto; overflow: hidden;margin-left: -50px;}
.main .tabItem .item{width: 300px;height: 80px;margin-left: 150px;float: left;position: relative;transition: all .5s;overflow: hidden;}
.main .tabItem .item img{width: 100%;height: 100%;display: block;transition: all .5s;}
.main .tabItem .item .word{display: block;position: absolute;transition: all .5s; color: #fff;line-height: 80px; font-size: 20px; top: 0;left: 0;right: 0;bottom: 0;background: rgba(59, 63, 73, .8);text-align: center;}
.main .tabItem .item:hover .word{background: rgba(1, 72, 40, 1);font-weight: bold;}
.main .tabItem .item.active .word{background: rgba(1, 72, 40, 1);font-weight: bold;}
.honor{position: relative;}
.honor .swiper-container{width: 1200px;height: 700px;background: #fff}
.honor .swiper-slide img{height: 100%;width: auto;display: block;margin: 0 auto}
.honor .swiper-button-prev{background-image: url(../images/prvedemo.png)!important;transition: all .5s; width: 42px!important;height: 80px!important;-webkit-background-size: 42px 80px!important;
    background-size: 42px 80px!important;}
.honor .swiper-button-next{background-image: url(../images/nextdemo.png)!important;transition: all .5s; width: 42px!important;height: 80px!important;-webkit-background-size: 42px 80px!important;
        background-size: 42px 80px!important;}
.honor .swiper-button-next:hover{background-image: url(../images/next.png)!important;}
.honor .swiper-button-prev:hover{background-image: url(../images/prev.png)!important;}
@media screen and (max-width: 1400px) { 
    .main .tabItem{width: 1250px;margin-left: -50px;}
    .main{width: 1200px;}
    .main .tabItem .item{width: 366px;height: 80px;margin-left: 50px;}
    .notice{width: 1200px;}
    .notice a{width: 480px;}
    .notice a .tit{width:340px;}
    .honor .swiper-slide img{width: 100%;height: 100%;}

}