.section1 {
    padding-top: 20px;
    background: url(../images/sect1-bg.png) no-repeat center top;
    background-size: cover
}

.title {
    position: relative;
    text-align: center;
}

.title h2 span {
    display: inline-block;
    font-size: 30px;
    color: #333;
    padding: 0 60px;
    vertical-align: middle;
}

.title h2 img {
    display: inline-block;
    max-width: 410px;
    width: 100%;
    vertical-align: middle;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 20px;
    color: #1153b4;
}

.more {
    display: none;
}

.section {
    padding-top: 110px;
}

.news {
    overflow: hidden;
    padding-top: 60px;
}

.news-l {
    position: relative;
    float: left;
    width: 47%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 35px;
}

.news-l>div {
    position: relative;
    z-index: 3;
}

.news-l:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30px;
    top: 35px;
    background-color: #2658bd;
}

.news-l a {
    position: relative;
    display: block;
}

.news-l a .pic {
    padding-top: 72%;
}

.news-l .slick-dots {
    width: auto;
    left: 30px;
    bottom: 35px;
    line-height: 32px;
    background: rgba(0, 0, 0, .8);
    z-index: 9;
    right: 0px;
    padding-right: 55px;
    box-sizing: border-box;
    text-align: right;
}

.news-l .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: url(../images/news-slick.png) no-repeat center center;
    vertical-align: middle;
    transition: all .3s;
}

.news-l .slick-dots li.slick-active {
    width: 38px;
    background: url(../images/news-slick-active.png) no-repeat center center;
}

.news-r {
    float: right;
    width: 49%;
}

.news-r ul li a {
    position: relative;
    display: block;
}

.news-r ul li a .nr {
    position: relative;
    padding-left: 10px;
    padding-right: 100px;
    line-height: 69px;
    height: 69px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .3s;
}

.news-r ul li a .nr p {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li a .nr span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #555;
}

.news-r ul li a .ny-other {
    height: 0;
    overflow: hidden;
    background-color: #2658bd;
    transition: all .3s;
}

.news-r ul li a .ny-other>div {
    padding: 20px 25px;
    box-sizing: border-box;
}

.news-r ul li:hover a .ny-other {
    height: 123px;
    box-sizing: border-box;
}

.news-r ul li:hover a .nr {
    height: 0;
    overflow: hidden;
}

.news-r ul li a .ny-other .date {
    float: left;
    padding-right: 20px;
    text-align: center;
    font-family: "Times New Roman";
    color: #e8e9eb;
    padding-top: 10px;
}

.news-r ul li a .ny-other .date p {
    font-size: 34px;
}

.news-r ul li a .ny-other .date span {
    font-size: 16px;
}

.news-r ul li a .ny-other .text {
    overflow: hidden;
    padding-left: 25px;
    border-left: 1px dashed #7a99d7;
}

.news-r ul li a .ny-other .text h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li a .ny-other .text p {
    line-height: 24px;
    font-size: 14px;
    color: #dfdfdf;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice>ul>li {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 50px;
    box-shadow: 0 0 3px #b4b4b4;
    background-position: right center;
    transition: all .3s;
}

.notice>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.notice>ul>li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 25px 40px;
}

.notice>ul>li a .date {
    position: absolute;
    left: 7px;
    top: -38px;
    width: 54px;
    height: 60px;
    background-color: #1153b4;
    text-align: center;
    font-family: "Times New Roman";
    color: #fff;
}

.notice>ul>li a .date p {
    font-size: 30px;
}

.notice>ul>li a .date span {
    font-size: 12px;
}

.notice>ul>li a h2 {
    line-height: 23px;
    font-size: 18px;
    color: #333333;
    height: 46px;
    overflow: hidden;
}

.notice>ul {
    margin-top: 40px;
}

.notice>ul>li a>p {
    position: relative;
    padding-top: 20px;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice>ul>li a>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 80px;
    height: 2px;
    background-color: #b2b2b2;
}

.notice>ul>li:hover {
    background: #2658bd url(../images/gb.png) no-repeat right center;
    box-shadow: 0 0 20px #62756e;
}

.notice>ul>li:hover a h2 {
    color: #fff;
}

.notice>ul>li:hover a>p {
    color: #fff;
}

.notice>ul>li:hover a>p:before {
    background-color: #7a99d7;
}

.notice>ul>li:hover a .date {
    background-color: #fff;
    color: #1153b4;
}

.section2 {
    background: url(../images/sect2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.train ul li {
    float: left;
    width: 20%;
    height: 290px;
    margin-left: 6.6667%;
    box-sizing: border-box;
    border: 1px solid #2658bd;
    margin-top: 70px;
    box-shadow: 0 0 10px #a09e9e;
    background-color: #fff;
    text-align: center;
    background-position: center center;
    transition: all .3s;
}

.train ul li:nth-child(4n-3) {
    margin-left: 0;
}

.train ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}

.train ul li a .icon {
    position: relative;
    height: 86px;
    line-height: 68px;
}

.train ul li a .icon img {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.train ul li a .icon img.other {
    z-index: 0;
}

.train ul li a .text h2 {
    font-size: 30px;
    color: #2658bd;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.train ul li a .text p {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.train ul li:hover {
    background: url(../images/train-bg.png) no-repeat center center;
    background-size: cover;
}

.train ul li:hover .icon img.other {
    z-index: 3;
}

.train ul li:hover .text h2 {
    color: #fff;
}

.train ul li:hover .text p {
    color: #fff;
}

.sect2-down {
    background: url(../images/research-bg.png) no-repeat left bottom;
}

.research {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.r-l {
    float: left;
    width: 65%;
}

.r-l ul li {
    float: left;
    width: 45%;
    margin-left: 10%;
}

.r-l ul li:nth-child(2n-1) {
    margin-left: 0;
}

.r-l ul li a {
    display: block;
}

.r-l ul li a .pic {
    padding-top: 52%;
    box-shadow: 0 0 10px #392f2f;
}

.r-l ul li a .text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r-l ul li a .text p {
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.r-l ul li a .text .date {
    margin-top: 20px;
    padding-left: 34px;
    font-size: 14px;
    color: #fff;
    background: url(../images/time-icon.png) no-repeat left center;
}

.r-r {
    float: right;
    width: 28%;
}

.r-r ul li {
    position: relative;
    float: left;
    width: 45%;
    margin-left: 10%;
    height: 195px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #898080;
    top: 0;
    transition: all .3s;
}

.r-r ul li:nth-child(2n-1) {
    margin-left: 0;
}

.r-r ul li a {
    display: block;
    text-align: center;
    padding-top: 40px;
}

.r-r ul li a .icon {
    position: relative;
    height: 78px;
    line-height: 78px;
}

.r-r ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.r-r ul li a p {
    margin-top: 25px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.r-r ul li:hover {
    top: -5px;
    box-shadow: 0 0 20px #333;
}

.section3 {
    padding-top: 100px;
}

.sect3 {
    margin-top: 70px;
    background-color: #ebf1f9;
    margin-bottom: 120px;
}

.set {
    font-size: 0;
}

.set a {
    display: inline-block;
    padding: 0 50px;
    width: 25%;
    height: 115px;
    line-height: 115px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.set a p {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}

.set a:hover {
    background: url(../images/sz-bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.set a:first-child:hover {
    position: relative;
    padding-left: 0;
    padding-right: 100px;
    background: url(../images/set-bg.png) no-repeat right center;
}

.set a:first-child:hover:before {
    content: '';
    position: absolute;
    left: -260px;
    width: 260px;
    top: 0;
    bottom: 0;
    background-color: #2658bd;
}

@media screen and (max-width: 1300px) {
    .title h2 img {
        max-width: 200px;
    }
    .train ul li {
        width: 23%;
        margin-left: 2.66667%;
    }
    .r-r {
        width: 33%;
    }
    .set a {
        font-size: 17px;
    }
    .set a p {
        line-height: 30px;
    }
}

@media screen and (max-width: 1020px) {
    .section {
        padding-top: 20px;
    }
    .news-r ul li a .nr {
        height: 39px;
        line-height: 39px;
    }
    .news-r ul li a .nr p {
        font-size: 16px;
    }
    .news {
        padding-top: 20px;
    }
    .notice>ul>li {
        width: 45%;
        margin-left: 0;
    }
    .notice>ul>li:nth-child(2n-1) {
        margin-right: 5%;
    }
    .train ul li {
        width: 32%;
        margin-left: 0;
    }
    .train ul li:nth-child(3n-1) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .r-l {
        float: none;
        width: auto;
    }
    .r-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .sect2-down {
        background-size: 130% 90%;
        margin-top: 20px;
    }
    .research {
        margin-top: 0;
    }
    .section3 {
        padding-top: 20px;
    }
    .sect3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .set a {
        padding: 0;
        height: auto;
        line-height: 40px;
    }
    .set a p {
        line-height: 20px;
    }
    .title a {
        display: none;
    }
    .more {
        display: block;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    .more a {
        display: inline-block;
        width: 130px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #1153b4;
        font-size: 16px;
        color: #fff;
    }
    .research {
        padding-bottom: 0;
    }
    .sect2-down .more {
        padding-bottom: 20px;
    }
    .sect2-down .more a {
        background-color: #fff;
        color: #1153b4;
    }
}

@media screen and (max-width:760px) {
    .title a {
        font-size: 12px;
        padding-right: 15px;
        background-size: 10px auto;
    }
    .title h2 span {
        font-size: 16px;
    }
    .title h2 img {
        max-width: 100px;
    }
    .title h2 span {
        padding: 0 10px;
    }
    .news-l {
        float: none;
        width: auto;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .news-r {
        float: none;
        width: auto;
    }
    .section1 {
        padding-top: 0;
    }
    .news-l:after {
        right: 20px;
    }
    .news-l .slick-dots {
        left: 20px;
        bottom: 20px;
    }
    .notice>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .notice>ul>li:nth-child(2n-1) {
        margin-right: 0;
    }
    .news-r ul li a .nr p {
        font-size: 14px;
    }
    .train ul li {
        margin-top: 15px;
    }
    .train ul li:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
    .train ul li {
        width: 49%;
        height: 180px;
    }
    .train ul li:nth-child(2n-1) {
        margin-right: 2%;
    }
    .train ul li a {
        padding-top: 15px;
    }
    .train ul li a .icon {
        height: 40px;
        line-height: 40px;
    }
    .train ul li a .icon img {
        height: 35px;
    }
    .train ul li a .text h2 {
        margin-top: 15px;
    }
    .train ul li a .text h2 {
        font-size: 18px;
    }
    .train ul li a .text p {
        font-size: 12px;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: break-spaces;
    }
    .r-l ul li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .r-l ul li:nth-child(2n-1) {
        margin-bottom: 15px;
    }
    .r-r ul li {
        width: 48%;
        margin-left: 4%;
    }
    .set a {
        display: block;
        width: 100%;
    }
    .logo span {
        padding: 0 10px;
    }
    .research {
        padding-bottom: 0px;
    }
    .more {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .more a {
        width: 85px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .section3 .more {
        margin-bottom: 15px;
    }
}