.main {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
}
.showDiv.main {
    top: 0;
}
.banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.swiper-containerBanner {
    width: 100%;
    height: 100%;
}
.swiper-containerBanner .swiper-slide>a {
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.swiper-banner-prev, .swiper-banner-next {
    width: 64px;
    height: 99px;
    color: transparent;
    outline: none !important;
    opacity: 0;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}
.swiper-banner-prev {
    left: 0px;
    transform: translateX(-100%);
    background: url(../images/prev.png) no-repeat;
}
.swiper-banner-next {
    right: 0px;
    transform: translateX(100%);
    background: url(../images/next.png) no-repeat;
}
.swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 10px;
    font-size: 20px;
    color: #ffffff;
}
.showDiv .swiper-banner-prev, 
.showDiv .swiper-banner-next {
    opacity: 1;
    transform: none;
}
.serviceBox {
    height: 620px;
    background: url(../images/serviceBg.jpg) no-repeat center center / cover;
    box-shadow: 0px 0px 8px #e8e8e8;
    margin-top: 130px !important;
    box-sizing: border-box;
    padding: 52px 61px;
}
.serviceTitle {
    width: 100%;
}
.serviceTitle>h3 {
    display: inline-block;
    font-size: 38px;
    line-height: 40px;
    color: #1a1a1a;
    overflow: hidden;
}
.serviceTitle>h3>a {
    display: block;
    float: right;
    font-size: 14px;
    color: #ae0a29;
    line-height: 40px;
    background: url(../images/moreIcon.png) no-repeat 0px;
    padding-left: 35px;
    margin-left: 40px;
}
.serviceTitle {
    margin-bottom: 40px;
}
.serviceBanner {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-serviceBanner {
    width: 100%;
    height: 475px;
}
.swiper-serviceBanner .swiper-slide {
    width: 100% !important;
    height: 100%;
}
.swiper-serviceBanner .swiper-slide>a {
    display: block;
    float: left;
    width: 240px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ae0a29;
    color: #ae0a29;
    margin-bottom: 16px;
    margin-right: 17px;
}
.swiper-serviceBanner .swiper-slide>a:hover {
    background: #ae0a29;
    color: #ffffff;
}
.swiper-serviceBanner .swiper-slide>a:nth-child(5n){
    margin-right:0px;
}
.swiper-service-next,
.swiper-service-prev,
.swiper-service-pagination {
    display: none;
}
.swiper-service-next,
.swiper-service-prev,
.swiper-news-next,
.swiper-news-prev {
    width: 12px;
    height: 21px;
    color: transparent;
    top: 30px;
    outline: none !important;
}
.swiper-service-next,
.swiper-news-next {
    right: 0px;
    background: url(../images/nextRed.png) no-repeat center center;
}
.swiper-service-prev,
.swiper-news-prev {
    left: auto;
    right: 84px;
    background: url(../images/prevRed.png) no-repeat center center;
}
.swiper-news-prev {
    right: 91px;
}
.swiper-service-pagination,
.swiper-news-pagination {
    right: 20px;
    top: 8px;
}
.swiper-service-pagination span,
.swiper-news-pagination span {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #ae0a29;
    opacity: 1;
    margin: 0 4px;
}
.swiper-service-pagination .swiper-pagination-bullet-active,
.swiper-news-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    border: 1px solid #ae0a29;
}
.businessBox {
    margin-top: 40px !important;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #e8e8e8;
    box-sizing: border-box;
    padding: 52px 61px;
}
.businessWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.businessTitle {
    width: 100%;
}
.businessTitle>a {
    display: block;
    float: left;
    font-size: 24px;
    color: #333333;
    padding-right: 20px;
    line-height: 22px;
}
.businessTitle>a + a {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.businessCont {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.businessList {
    width: 300px;
}
.businessList>a>img, 
.studentBg,
.workersBg,
.ConvenienceBg {
    display: block;
    width: 300px;
    height: 180px;
}
.studentBg {
    background: url(../images/businessF.png) no-repeat center center;
}
.businessList + .businessList .studentBg {
    background: url(../images/businessS.png) no-repeat center center;
}
.businessList + .businessList + .businessList .studentBg {
    background: url(../images/businessT.png) no-repeat center center;
}
.businessList + .businessList + .businessList + .businessList .studentBg {
    background: url(../images/businessFo.png) no-repeat center center;
}
.workersBg {
    background: url(../images/businessFi.png) no-repeat center center;
}
.businessList + .businessList .workersBg {
    background: url(../images/businessSix.png) no-repeat center center;
}
.businessList + .businessList + .businessList .workersBg {
    background: url(../images/businessSev.png) no-repeat center center;
}
.businessList + .businessList + .businessList + .businessList .workersBg {
    background: url(../images/businessEight.png) no-repeat center center;
}
.ConvenienceBg {
    background: url(../images/businessNine.png) no-repeat center center;
}
.businessList + .businessList .ConvenienceBg {
    background: url(../images/businessTen.png) no-repeat center center;
}
.businessList + .businessList + .businessList .ConvenienceBg {
    background: url(../images/businessEven.png) no-repeat center center;
}
.businessList + .businessList + .businessList + .businessList .ConvenienceBg {
    background: url(../images/businessSix.png) no-repeat center center;
}
.businessList>a>h3 {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-top: 15px;
}
.businessList + .businessList {
    margin-left: 26px;
}
.tab-active {
    color: #ae0a29 !important;
}
.businessMore {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #ae0a29;
    line-height: 30px;
    background: url(../images/moreIcon.png) no-repeat 0px;
    padding-left: 40px;
}
.infoBg {
    width: 100%;
    height: 860px;
    background-color: #f7ecee;
    box-sizing: border-box;
    padding: 80px 0px;
    margin-top: 80px;
}
.infoBox {
    height: 700px;
    overflow: hidden;
    background: url(../images/infoBg.jpg) no-repeat center center;
}
.infoTitle {
    width: 35px;
    height: auto;
    overflow: hidden;
    margin-top: 65px;
    margin-left: 280px;
}
.infoTitle>h3 {
    display: inline-block;
    font-size: 38px;
    color: #333333;
    text-align: center;
    width: 100%;
    line-height: 42px;
}
.infoTitle>h3>a {
    display: block;
    width: 79%;
    font-size: 14px;
    color: #ae0a29;
    text-align: center;
    background: url(../images/moreIcon.png) no-repeat top;
    line-height: 17px;
    padding-top: 30px;
    margin-top: 30px;
}
.infoCont {
    width: 70%;
    margin-top: 65px;
    box-sizing: border-box;
    padding-right: 97px;
    position: relative;
}
.infoList {
    height: 140px;
    position: relative;
}
.infoListgrey {
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    left: 0px;
    height: 84%;
    top: 2%;
    background-color: #e6e6e6;
    transition: height .3s ease-out .1s;
    -webkit-transition: height .3s ease-out .1s;
    -moz-transition: height .3s ease-out .1s;
    -ms-transition: height .3s ease-out .1s;
    -o-transition: height .3s ease-out .1s;
    z-index: 5;
}
.infoListred {
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    left: 0px;
    top: 2%;
    height: 0%;
    background-color: #ae0a29;
    transition: height .3s ease-out .1s;
    -webkit-transition: height .3s ease-out .1s;
    -moz-transition: height .3s ease-out .1s;
    -ms-transition: height .3s ease-out .1s;
    -o-transition: height .3s ease-out .1s;
    z-index: 10;
}
.infoLF {
    width: 18%;
    margin-left: 60px;
}
.infoLF>i {
    display: block;
    float: left;
    width: 30px;
    height: 4px;
    background-color: #ae0a29;
    margin-top: 10px;
    margin-right: 25px;
    transition: width .3s ease-out .1s;
    -webkit-transition: width .3s ease-out .1s;
    -moz-transition: width .3s ease-out .1s;
    -ms-transition: width .3s ease-out .1s;
    -o-transition: width .3s ease-out .1s;
}
.infoTime>h3 {
    display: block;
    font-size: 26px;
    color: #333333;
    line-height: 28px;
    font-family: Times New Roman;
}
.infoTime>h4 {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-family: Times New Roman;
}
.infoText {
    width: 73%;
}
.infoText>h3 {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.infoText>h4 {
    display: block;
    font-size: 14px;
    color: #999999;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
}
.infoList>a:hover .infoTime>h3,
.infoList>a:hover .infoTime>h4,
.infoList>a:hover .infoText>h3 {
    color: #ae0a29;
}
.infoList + .infoList {
    margin-top: 0px;
}
.infoList:last-child:before {
    height: 0px;
}
.infoList:hover:after,
.infoList:hover:before {
    background-color: #ae0a29;
}
.infoList>a:hover .infoLF>i {
    width: 50px;
}
.infoList>i {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 140px;
    background: url(../images/line.png) no-repeat bottom;
    top: -125px;
    left: 0px;
    transition: background .3s ease-out .1s;
    -webkit-transition: background .3s ease-out .1s;
    -moz-transition: background .3s ease-out .1s;
    -ms-transition: background .3s ease-out .1s;
    -o-transition: background .3s ease-out .1s;
    z-index: 20;
}
.infoList:first-child>i {
    height: 6px;
    top: 9px;
}
.infoListAct>i {
    background: url(../images/lineRed.png) no-repeat bottom !important;
}
.newsBg {
    width: 100%;
    background-color: #fef9f3;
    box-sizing: border-box;
    padding: 65px 0px 80px;
}
.newsBanner {
    width: 100%;
    height: 100%;
    position: relative;
}
.newsTitle {
    margin-bottom: 24px;
}
.newsTitle>h3 {
    display: inline-block;
    font-size: 38px;
    line-height: 40px;
    color: #1a1a1a;
    overflow: hidden;
}
.newsTitle>h3>a {
    display: block;
    float: right;
    font-size: 14px;
    color: #ae0a29;
    line-height: 40px;
    background: url(../images/moreIcon.png) no-repeat 0px;
    padding-left: 35px;
    margin-left: 40px;
}
.swiper-newsBanner {
    width: 100%;
    height: 100%;
}
.newsTop {
    width: 100%;
    height: 284px; 
}
.newsTopPic {
    width: 500px;
    height: 284px;
    overflow: hidden;
}
.newsTopPic>img {
    display: block;
    width: 100%;
}
.newsTopText {
    width: 900px;
    height: 243px;
    background-color: #ffffff;
    margin-top: 40px;
    box-shadow: 0px 0px 8px #f2ece7;
}
.newsTopCont {
    width: 70%;
    box-sizing: border-box;
    padding: 42px 50px 42px 70px;
}
.newsTopCont>h3 {
    display: block;
    font-size: 24px;
    color: #ae0a29;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}
.newsTopCont>h4 {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 15px;
}
.newsTopTime {
    width: 30%;
}
.newsTopTime>h5 {
    display: block;
    font-size: 64px;
    color: #333333;
    line-height: 63px;
    text-align: center;
    font-family: Times New Roman;
    margin-top: 50px;
}
.newsTopTime>h5 + h5 {
    font-size: 56px;
    margin-top: 10px;
}
.newsBottom {
    width: 100%;
    margin-top: 33px;
}
.newsBottonList {
    width: 440px;
    height: 340px;
    box-shadow: 0px 0px 8px #f2ece7;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 44px 48px;
}
.newsBottonList>a>h4 {
    display: block;
    font-size: 54px;
    color: #cccccc;
    font-family: Times New Roman;
}
.newsBottonList>a>h3 {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    height: 72px;
    margin: 10px 0px;
    overflow: hidden;
}
.newsBottonList>a>p {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 96px;
    line-height: 24px;
    overflow: hidden;
}
.newsBottonList + .newsBottonList {
    margin-left: 40px;
}
.newsBottonList>a:hover h3 {
    color: #ae0a29;
}
.newsBottonList:after {
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    background-color: #ae0a29;
    left: 0px;
    transition: width .3s ease-out .1s;
    -webkit-transition: width .3s ease-out .1s;
    -moz-transition: width .3s ease-out .1s;
    -ms-transition: width .3s ease-out .1s;
    -o-transition: width .3s ease-out .1s;
}
.newsBottonList:hover:after {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .banner {
        height: 71vw !important;
    }
    .main {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
        margin-top: 0px;
    }
    .serviceBox {
        margin-top: 50px !important;
    }
}
