@charset "UTF-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

/* 轮播点 */
.banner .slick-dots li {
    width: .44rem;
    height: .44rem;
    background: url(../images/banner-dots.png) no-repeat center center;
    background-size: .17rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dotsh.png) no-repeat center center;
    background-size: 100% 100%;
}

.banner .slick-dots {
    bottom: 5%;
}

/* 轮播点end */


.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}


@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

/* index */
.index {
    background: url(../images/indexbg.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 140px;
}

.s1 {
    padding: 50px 0;
}

.tit h3 b {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 4px solid transparent;
    display: inline-block;
color:#333;
}

.tit h3 {
    opacity: 0.5;
}

.tit h3.on {
    opacity: 1;
}

.tit h3.on b {
    border-color: #1757C7;
    color: #1757C7;
}

.tit h3 span {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.tit {
    position: relative;
    margin-bottom: 30px;
}

.tit a.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 20px;

    font-size: 16px;
    color: #646464;
    padding-right: 60px;
    background: url(../images/more.png) no-repeat right center;
}

.tit a.more:hover {
    color: #1757C7;
}

.s1-l {
    width: 74%;
}

.s1-lc {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.s1-tx p {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s1-tx p img {
    margin-right: 10px;
}

.s1-tx h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-tx {
    padding: 20px 30px;
}

.s1-banner a {
    position: relative;
}

.s1-banner .pic {
    padding-top: 47%;
    height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.s1-tx {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.s1-banner a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    z-index: 1;
}

.s1-banner .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}

.s1-banner .slick-dots li.slick-active {
    width: 24px;
    background-color: rgba(255, 143, 31, 1);
}


.s1-banner .slick-dots {
    text-align: right;
    padding-right: 40px;
    padding-bottom: 20px;
}


.s1-lt .titline i {
    background-image: linear-gradient(#1757C7, #1757C7);
}

.s1-lt a:hover .titline {
    color: #1757C7;
}

.s1-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-lt ul li {
    width: 48%;
}

.s1-lt ul li a span {
    font-size: 16px;

    color: #9E9E9E;
    padding-left: 12px;
    border-left: 1px solid #9E9E9E;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    background: url(../images/sj.png) no-repeat left center;
}

.s1-lt ul li a p {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;

    font-size: 16px;
    color: #333333;
}

.s1-lt ul li a {
    line-height: 16px;
}

.s1-lt {
    margin-top: 20px;
}

.s1-lt ul li a:hover span {
    color: #1757C7;
    border-color: #1757C7;
}

.s1-r {
    width: 23.4%;
}

.s1>.wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-rt a {
    line-height: 80px;
    text-align: center;

    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.s1-rt a.on {
    border-left: 4px solid #FF8F1F;
    background: url(../images/s1-tbg.jpg) no-repeat;
    background-size: cover;
    color: #ffffff;
}

.s1-r .s1-lt ul li {
    width: 100%;
}

.s1-r .s1-lt {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 13px 10px 13px 30px;
}

.s1-r .s1-lt ul li a p {
    width: 100%;
    padding: 19px 0;
}

/* s2 */
.s2 .wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 74%;
}

.s2-r {
    width: 23.4%;
}

.s2-l .tit h3 {
    display: inline-block;
    cursor: pointer;
}

.s2-l .tit h3:first-child {
    margin-right: 40px;
}

.s2-lc {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px;
    padding-top: 30px;
}

.s2-book ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.s2-book {
    position: relative;
}
.s2-p{
    position: absolute;
    bottom: 30px;
    left: 328px;
}
.s2-lc .pic {
    width: 286px;
    height: 408px;
    padding-top: 0;
}

.s2-tx {
    width: calc(100% - 286px);
    padding-left: 40px;
}

.s2-tx h3 b {
    font-weight: normal;
    display: block;
    font-size: 22px;
    line-height: 44px;
    color: #303030;
}

.s2-tx h3 {
    margin-bottom: 14px;
}

.s2-tx p {
    font-size: 18px;
    line-height: 40px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #3A3A3A;
    margin-bottom: 40px;
}

.s2-p a {
    font-size: 18px;
    line-height: 40px;
    color: #3C3C3C;
    padding: 0 30px;
    border: 1px solid #1757C7;
    display: inline-block;
}

.s2-p a:first-child {
    margin-right: 30px;
}

.s2-p a:hover {
    background: #1757C7;
    color: #ffffff;
    text-decoration: underline;
}

.s2-lt {
    padding-top: 20px;
    padding-left: 15px;
}

.s2-lt ul li a>span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1757C7;
}

.s2-lt ul li a span img {
    margin-right: 11px;
}

.s2-lt ul li a h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
}

.s2-lt ul li a p {
    font-size: 16px;
    line-height: 24px;
    color: #9A9A9A;
    margin-top: 4px;
}

.s2-lt ul li a {
    border-bottom: 1px dashed #D8D8D8;
    padding: 13px 0;
}

.s2-lt ul li:last-child a {
    border: none;
}

.s2-lt ul li a:hover p,
.s2-lt ul li a:hover h3 {
    color: #1757C7;
}

.s2-ewm {
    width: 173px;
    height: 173px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 17px;
    margin-bottom: 40px;
}

.s2-ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.s2-lk {
    padding: 15px 7px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: url(../images/scroll-bg.png) no-repeat right 5px center;
    background-size: 10px 98%;
}

.s2-lk ul {
    padding: 15px;
    padding-left: 25px;
    overflow-y: scroll;
    max-height: 253px;
}

.s2-lk a {
    font-size: 18px;
    line-height: 39px;
    color: #343434;
}
.s2-lk a:hover {
    color: #1757C7;
}


/* 整个滚动条 */
.s2-lk ul::-webkit-scrollbar {
    width: 6px;
    /* background: #D8D8D8; */
    border-radius: 5px;
}

/* 滚动条上的滚动滑块 */
.s2-lk ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
}



















@media screen and (max-width:1200px) {}


@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}