@charset "utf-8";

.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-dots li button {
    display: none;
}

.banner .slick-dots {
    bottom: 5%;
}

.banner .slick-dots li {
    width: 16px;
    height: 16px;
    background: url(../images/banner-dots1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dots2.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.banner .slick-dots li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

/* index */
.index {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(../images/index-bj.jpg) no-repeat;
    background-size: cover;
}

.s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.s1-l {
    width: 55.2%;
    background-color: #fff;
    padding: 40px 30px;
}

.s1-r {
    width: 41.8%;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px 0px rgba(46, 68, 112, 0.2);
}

.s1-sort {
    font-size: 0;
    margin-bottom: 30px;

}
.s1-sort ul{
    overflow-x: auto;
    white-space: nowrap;
}
.s1-sort ul li {
    display: inline-block;
}

.s1-sort ul li a {
    font-size: 20px;
    color: #333333;
    padding: 0 30px;
    line-height: 40px;
    position: relative;
}

.s1-sort ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #333333;
}

.s1-sort ul li:first-child a::before {
    content: none;
}

.s1-sort ul li.on+li a::before {
    content: none;
}

.s1-sort ul li.on a {
    background-color: #a21111;
    color: #fff;
}

.s1-sort ul li.on a::before {
    background-color: transparent;
}

.ser-box {
    border: 1px solid #BCBCBC;
}

.ser-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.ser-box p {
    line-height: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #3D3D3D;
    border-right: 1px solid #D8D8D8;
    width: 115px;
    margin-right: 25px;
}

.ser-box form {
    width: calc(100% - 140px);
    position: relative;
}

.ser-box form input[type="text"] {
    font-size: 14px;
    color: #333333;
    width: 90%;
    height: 100%;
    display: block;
}

.ser-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/ser1.png) center center no-repeat #a21111;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 4px;
    cursor: pointer;
}

.ser-box form input[type="button"] {
    width: 22px;
    height: 22px;
    background: url(../images/ser1.png) center center no-repeat #a21111;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 4px;
    cursor: pointer;
}


.s1-r ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}

.s1-r ul li {
    width: 20%;
    height: 50%;
    padding-top: 20px;
    position: relative;
}

.s1-r ul li::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D8D8D8;
}

.s1-r ul li::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.s1-r ul li:nth-child(-n+5)::after {
    top: auto;
    bottom: 0;
}

.s1-r ul li:nth-child(1)::before {
    width: 85%;
}

.s1-r ul li:nth-child(5)::before {
    width: 85%;
    right: auto;
    left: 0;
}

.s1-r ul li:nth-child(10)::after,
.s1-r ul li:nth-child(5)::after {
    content: none;
}

.s1-r ul li:hover {
    background-color: #a21111;
}

.s1-r ul li:hover p {
    color: #FFFFFF;
}

.s1-r ul li:hover::before,
.s1-r ul li:hover::after {
    background-color: transparent;
}

.s1-r ul li .ico img:first-child {
    display: block;
}

.s1-r ul li .ico img:last-child {
    display: none;
}

.s1-r ul li:hover .ico>img:first-child {
    display: none;
}

.s1-r ul li:hover .ico>img:last-child {
    display: block;
}

.s1-r ul li .ico {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
}

.s1-r ul li .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s1-r ul li p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2>div {
    width: 31.4%;
    background: #FFFFFF;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}

.tit {
    position: relative;
    font-size: 0;
    padding: 0 25px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
}

.tit>div {
    position: relative;

}

.tit h3 b {
    font-size: 28px;
    font-weight: 600;
    color: #D8D8D8;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

.tit h3 b.on::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a21111;
    width: 64px;
    height: 2px;
}

.tit h3 b:first-child::after {
    content: '/';
    font-size: 28px;
    color: #D8D8D8;
    margin: 0 5px;
}

.tit h3 b.on {
    color: #a21111
}

.more {
    position: absolute;
    top: 10px;
    right: 0;
}

.more a {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

.more a:hover {
    color: #a21111;
}

.s2-list ul li a {
    font-size: 16px;
    line-height: 44px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 22px;
    background: url(../images/s2-dots.png) no-repeat left center;
}

.s2-list ul li {
    padding-left: 25px;
    padding-right: 30px;
}

.s2-list ul li span{
float: right;
    font-size: 16px;
    line-height: 44px;
    color: #bbb;
}

.s2-list ul li:hover {
    background-color: #a21111;
}

.s2-list ul li:hover a {
    color: #FFFFFF;
}

.s2-m .tit h3 b:first-child::after {
    content: none;
}

.s2-m .pic {
    height: 280px;
    padding-top: 0;
}

.s2-banner {
    padding: 0 30px;
    padding-top: 10px;
}

.s2-tx h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #a21111;
    margin: 10px 0;
    font-weight: 600;
}

.s2-tx {
    background: url(../images/s2-arrow.png) no-repeat right bottom;
}

.s2-tx p {
    font-size: 16px;
    color: #a21111;
    padding-left: 22px;
    background: url(../images/date.png) no-repeat left center;
}

.s2-banner .slick-dots li {
    display: none;
}

.s2-banner .slick-dots li.slick-active {
    display: block;
}

.s2-banner .slick-dots li.slick-active b {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.s2-banner .slick-dots li.slick-active span{
    font-size: 18px;
    color: #FFFFFF;
}
.s2-banner .slick-dots li.slick-active span::before{
    content: '/';
}
.s2-banner .pic::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    background-color: #c74646;
    border-radius: 50%;
    transform: translate(40%,40%);
}
.s2-banner .slick-dots{
    bottom:100px;
    right: 25px;
    left: auto;
    width: auto;
}

.s2-banner .slick-prev{
    width: 10px;
    height: 10px;
    background: url(../images/s2-l.png) no-repeat center center;
    top: 70%;
    left: 88%;
}
.s2-banner .slick-next{
    width: 10px;
    height: 10px;
    background: url(../images/s2-r.png) no-repeat center center;
    top: 70%;
    right: 3%;
}











@media screen and (max-width:1400px) {
    .s1-sort ul li a{
        font-size: 18px;
    }
}
@media screen and (max-width:1200px) {
    .s1-l{
        width: 100%;
        margin-bottom: 20px;
    }
    .s1-r{
        width: 100%;
    }
    .s1-r ul li{
        padding-bottom: 20px;
    }
    .s2>div{
        width: 100%;
    }
    .s2-m{
        margin: 20px 0;
    }
    .s2-m .pic{
        height: auto;
        padding-top: 46%;
    }
    .s2-banner .slick-arrow{
        display: none !important;
    }

}


@media screen and (max-width:1024px) {
    .tit h3 b{
        font-size: 24px;
    }
    .more a{
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .s2-banner .slick-dots li.slick-active b{
        font-size: 24px;
    }
    .s2-banner .slick-dots li.slick-active span{
        font-size: 14px;
    }
    .s2-banner .slick-dots{
        bottom: 85px;
        right: 10px;
    }
    .s2-banner .pic::after{
        width: 90px;
        height: 90px;
    }
    .s1-sort ul li a{
        font-size: 16px;
    }
    .s1-sort ul li a{
        padding: 0 20px;
    }
    .s1-sort{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .s2-list ul li a{
        font-size: 15px;
        line-height: 40px;
    }
    .s2-tx h3{
        font-size: 15px;
    }
    .s1-l{
        padding: 20px;
    }
    .s1-r ul li p{
        font-size: 12px;
    }
    .s1{
        margin-bottom: 20px;
    }
    .s1-sort ul li a{
        font-size: 14px;
    }
    .banner .slick-dots li{
        width: 8px;
        height: 8px;
    }
}
