    @charset "utf-8";
    .center {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: -3px;
    }
    
    .banner-container {
    overflow: hidden;
    position: relative;
    float: left;
    width: 800px;
    height: 450px;
}

.banner-item {
    width: 800px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
    
    .banner-item img {
        width: 100%;
        height: 100%;
    }
    
    .banner-tit-bg {
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 100%;
        background-color: rgb(1, 86, 151);
        opacity: 0.7;
    }
    
    .banner-item p {
        position: absolute;
        left: 10px;
        width: 77%;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        z-index: 11;
        font-size: 15px;
    }
    
    .banner-nav {
        position: absolute;
        right: 25px;
        display: flex;
        z-index: 11;
        bottom: 12px;
    }
    
    .banner-nav li {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #b5b5b5;
        margin: 0 4.7px;
    }

.banner-container .prev {
    left: 0;
    background: url(l-icon.png) no-repeat center;
}

.banner-container .next {
    right: 0;
    background: url(r-icon.png) no-repeat center;
}

.banner-container .prev,
.banner-container .next {
    width: 29px;
    height: 51px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}
.banner-container:hover .prev,.banner-container:hover .next{
    opacity:1;
}
    
    .banner-nav li:hover,
    .banner-nav li.on {
        background-color: #fff;
    }

    .news {
    margin-left: 827px;
}

.news .list-wrap {
    margin-top: 30px;
    height: 240px;
}

.news .list-item {
    margin: 18px auto;
    padding-bottom: 10px;
}

.news .list-item:nth-child(6) {
    border-bottom: 1px solid #e5e5e5;
}

    
    .title1 {
        background-color: #eeeeee;
        height: 44px;
        line-height: 44px;
    }
    
    .title1 span {
        display: inline-block;
        width: 129px;
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
        background-color: #015697;
        text-align: center;
    }
    
    .title1 .more,
    .title2 .more {
        color: #015697;
        font-size: 14px;
        margin-right: 10px;
    }
    
    .list-item {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        margin-top: 13px;
        padding-bottom: 8px;
    }
    
    .list-item:last-child,
    .list-item:nth-child(6) {
        border: none;
    }
    
    .list-item::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 10px;
        width: 4px;
        height: 4px;
        background-color: #015697;
    }
    
    .list-item a {
        display: inline-block;
        width: 80%;
        margin-left: 20px;
        font-size: 13.5pt;
        color: #434343;
        line-height: 24px;
    }
    
    .list-item span {
        float: right;
        margin-right: 10px;
        font-size: 14px;
        color: #a6a8ab;
        line-height: 24px;
    }
    
    .list-item:hover a {
        color: #015697;
        font-weight: bold;
    }
    
    .list-item:hover span {
        color: #015697;
    }
    
    .second {
        margin-top: 30px;
    }
    
    .thired {
        margin-top: 40px;
    }
    
    .title2 {
        width: 100%;
        position: relative;
        line-height: 30px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 8px;
    }
    
    .title2::before {
        content: "";
        width: 89px;
        height: 3px;
        background-color: #015697;
        left: 0;
        bottom: 0;
        position: absolute;
    }
    
    .title2 span {
        font-size: 22px;
        color: #015697;
        font-weight: bold;
    }
    
    .report {
        height: 291px;
        background-color: #e6f4ff;
        position: relative;
    }
    
    .report .name {
        border-radius: 6px;
        background-color: #ffffff;
        width: 184px;
        height: 61px;
        margin: 0 auto;
        text-align: center;
        line-height: 61px;
        font-size: 30px;
        color: #d50011;
        font-weight: bold;
        letter-spacing: 3px;
    }
    
    .phone,
    .email,
	.location{
        margin-left: 30px;
    }
    
    .phone span {
        display: block;
        font-size: 20px;
        color: rgb(1, 86, 151);
        font-weight: bold;
        background: url(phone-icon.png) no-repeat left center;
        padding-left: 30px;
        margin-top: 8px;
    }
    
    .phone p,
    .email p,
	.location p {
        margin-top: 10px;
        line-height: 20px;
    }
    
    .email span {
        display: block;
        font-size: 20px;
        color: rgb(1, 86, 151);
        font-weight: bold;
        background: url(email-icon.png) no-repeat left center;
        padding-left: 30px;
        margin-top: 8px;
    }
	
    .location span {
        display: block;
        font-size: 20px;
        color: rgb(1, 86, 151);
        font-weight: bold;
        background: url(location.png) no-repeat left center;
        padding-left: 30px;
        margin-top: 8px;
    }	
    
    .report-link {
        width: 100%;
        display: block;
        height: 56px;
        line-height: 56px;
        background-color: rgb(1, 86, 151);
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .last {
        margin-top: 30px;
    }
.last-wrap{
    margin: 20px auto;
}
    
    .last-item {
        width: 272px;
        height: 81px;
        float: left;
        margin-left: 64px;
    }
    
    .lats-item img {
        width: 100%;
        height: 100%;
    }
    
    .last-item:first-child,
    .last-item:nth-child(1),
    .last-item:first-of-type {
        margin-left: 0px;
    }
    
    .link {
        margin-top: 15px;
    }
    
    .banner2-container {
        margin-top: 20px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 34px;
    }
    
    .banner2 {
        width: 100%;
        overflow: hidden;
    }
    
    .banner2 .tempWrap {
        width: 100% !important;
    }
    
    .banner2 li {
        width: 233px !important;
        height: 64px !important;
        margin-right: 28px;
        float: left;
    }
.banner2 li:last-child {
    margin-right: 0;
}
    
    .banner2 li img {
        width: 100%;
        height: 100%;
    }

.edu .list-wrap {
    height: 240px;
}