﻿/*Banner start*/
.banner {
    width: 100%;
    height: 400px;
    background: url("banner.png") center no-repeat;
}
/*Banner end*/

/*Content start*/
.content {
    width: 100%;
    position: relative;
}
.content__txt {
    width: 1200px;
    margin: 0 auto;
    margin-top: 34px;
    background:rgba(251,251,253,1);
    border:1px solid rgba(228,228,228,1);
}
.module__title {
    width: 310px;
    height: 73px;
    background: url("bg_title.png") left center no-repeat;
    margin-top: 11px;
}
.module__title h4 {
    font-size: 24px;
    color: #ffffff;
    padding: 26px 0 0 73px;
}
.content_simple_txt {
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,94,40,1);
}
.content_simple_txt {
    margin: 23px 0 0 57px;
    overflow: hidden;
}
.content_simple_txt img {
    float: left;
}
.content_simple_txt a {
    color: rgba(255,94,40,1);
    text-decoration: none;
}
.content_simple_txt p {
    float: left;
}
.content__txt_p {
    font-size:18px;
    font-family: "Microsoft YaHei";
    font-weight:400;
    color:rgba(51,51,51,1);
    padding: 24px;
    line-height:32px;
    text-align: justify;
    text-indent: 2em;
}
.content__circle {
    text-align: center;
    padding: 40px 0;
}

.content__list {
    height:400px;
    background:linear-gradient(0deg,rgba(255,131,88,1) 0%,rgba(255,178,89,1) 100%);
}
.content__list_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.content__list_inner span {
    width:100px;
    height:4px;
    background:rgba(255,255,255,1);
    position: absolute;
    left:0;
    top:40px;
}
.content__list_inner h4 {
    padding-top: 50px;
    font-size:32px;
    font-family: "Microsoft YaHei";
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.content__swiper {
    width: 1200px;
    margin: 46px auto;
    position: relative;
}
.content__swiper .swiper-container{
    width: 1080px;
    position: relative;
}
.content__swiper .swiper-slide {
    width:200px;
    height:200px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}
.swiper-arrow {
    position: absolute;
    cursor: pointer;
}
.content-button-prev {
     left:0px;
     top:80px;
 }
.content-button-next {
    right:0px;
    top:80px;
}
.content-button-prev2 {
    left:0px;
    top:142px;
}
.content-button-next2 {
    right:0px;
    top:142px;
}
.content__year {
    width: 1200px;
    margin: 0 auto;
    margin-top: 34px;
}

.content__year .swiper-slide{
    position: relative;
}

.content__swiper2 {
    width: 1200px;
    margin: 46px auto;
    position: relative;
    height: 400px;
}
.content__swiper2 .swiper-container{
    width: 1080px;
    position: relative;
    height: 320px;
}
.content__swiper2 .swiper-slide {
    height: 300px;
    text-align: center;
    font-size: 24px;

}
.s-line {
    position: absolute;
    top: 164px;
    height:4px;
    width: 100%;
    background:rgba(229,229,229,1);

}
.s-line-year {
    height: 300px;
}

.s-line-year li {
    float: left;
    position: relative;
    margin-right: -90px;
    cursor: pointer;
}
.s-line-year li:nth-child(2n + 1) .s-down-box {
    width: 255px;
    border:2px solid rgba(229,229,229,1);
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    margin-top: 4px;
    height: 128px;
}
.s-line-year li:nth-child(2n + 1) .s-down-box .up__arrow {
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -12px;
}
.s-line-year li:nth-child(2n + 1) .s-down-box h4 {
    text-align: left;
    font-size: 24px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.s-line-year li:nth-child(2n + 1) .s-down-box p {
    font-size:16px;
    font-family: "Microsoft YaHei";
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: left;
}
.s-line-year li:nth-child(2n + 1) {
    padding-top: 152px;
}

.s-line-year li:nth-child(2n + 1).active .s-down-box {
    width: 255px;
    border:2px solid rgba(255,132,88,1);
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    margin-top: 4px;
    background:rgba(255,132,88,1);
}
.s-line-year li:nth-child(2n + 1).active .s-down-box h4 {
    color: #ffffff;
}
.s-line-year li:nth-child(2n + 1).active .s-down-box p {
    color: #ffffff;
}





.s-line-year li:nth-child(2n) .s-down-box {
    width: 255px;
    border:2px solid rgba(229,229,229,1);
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    margin-top: 4px;
    height: 128px;
}
.s-line-year li:nth-child(2n) .s-down-box .up__arrow {
    position: absolute;
    left: 50%;
    bottom: -13px;
    margin-left: -12px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(9180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); /* Opera */

}
.s-line-year li:nth-child(2n) .s-down-box h4 {
    text-align: left;
    font-size: 24px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.s-line-year li:nth-child(2n) .s-down-box p {
    font-size:16px;
    font-family: "Microsoft YaHei";
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: left;
}
.s-line-year li:nth-child(2n) {
    margin-top: -4px;
}

.s-line-year li:nth-child(2n) > img {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -14px;
}

.s-line-year li:nth-child(2n).active .s-down-box {
    width: 255px;
    border:2px solid rgba(255,132,88,1);
    padding: 24px;
    box-sizing: border-box;
    position: relative;
    margin-top: 4px;
    background:rgba(255,132,88,1);
}
.s-line-year li:nth-child(2n).active .s-down-box h4 {
    color: #ffffff;
}
.s-line-year li:nth-child(2n).active .s-down-box p {
    color: #ffffff;
}


/*Content end*/