*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.text-center{
    text-align: center;
}
.w-50{
    width: 50%;
}
.width-582{
    width: 582px;
}
.width-680{
    width: 680px;
}
.width-1230{
    width: 1230px;
}
.width-1200{
    width: 1200px;
}
.pt-55{
    padding-top: 55px;
}
.pt-60{
    padding-top: 60px;
}
.pt-550{
    padding-top: 550px;
}
.mg-center{
    margin: 0 auto;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
.mt-120{
    margin-top: 120px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.fs-22{
    font-size: 22px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-around{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-col-bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}
.flex-1{
    flex: 1;
}
.ellipse1{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ellipse2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipse3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.box1{
    background: url("../images/banner2.jpg") center center no-repeat;
    background-size: cover;
    height: 1080px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box2{
    background: url("../images/BG1.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box3{
    background: url("../images/BG2.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box4{
    background: url("../images/BG3.jpg") center center no-repeat;
    background-size: auto 100%;
    height: 1000px;
    min-width: 1200px;
}
.box5{
    background: url("../images/BG4.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box6{
    background: url("../images/BG5.jpg") center center no-repeat;
    padding-bottom: 90px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box7{
    background: url("../images/BG6.jpg") center center no-repeat;
    padding-bottom: 90px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}
.box2-ct{
    background: url("../images/BG2_t1.png") center center no-repeat;
    background-size: 100% 100%;
    width: 1300px;
    height: 641px;
    position: relative;
    margin-left: -50px;
}
.box2-data,.box3-data,.box5-data{
    display: none;
}
.box2-ct-ul{
    position: absolute;
    height: 80px;
    overflow: hidden;
    left: 135px;
    top: 53px;
    font-size: 18px;
}
.box2-ct2{
    left: 100px;
    top: 258px;
}
.box2-ct3{
    left: 138px;
    top: 461px;
}
.box2-ct4{
    left: 835px;
    top: 35px;
}
.box2-ct5{
    left: 898px;
    top: 242px;
}
.box2-ct6{
    left: 853px;
    top: 461px;
}
.box2-ct-ul li{
    line-height: 40px;
    height: 80px;
    width: 300px;
}
.more{
    font-family: SourceHanSansCN-Normal;
    display: inline-block;
    background-color: #fdeb90;
    text-align: center;
    line-height: 36px;
    width: 150px;
    color: #c0130c;
    font-size: 18px;
}
.more-pos{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.more-red{
    font-family: SourceHanSansCN-Normal;
    display: inline-block;
    background-color: #c8392a;
    text-align: center;
    line-height: 36px;
    width: 150px;
    color: #faf3e1;
    font-size: 18px;
}
.no-style{
    text-decoration: none!important;
}
.more:hover,a:hover{
    text-decoration: underline;
}
.box3-item{
    width: 277px;
    display: block;
}
.box3-item:not(:nth-of-type(4n)){
    margin-right: 30px;
}
.box3-item>div.title{
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    height: 60px;
    padding: 0 5px;
    margin-top: 10px;
}
.box3-item-img{
    width: 100%;
    height: 190px;
}
.box3-item-img img{
    width: 100%;
    height: 100%;
}
.box4-ct{
    flex-wrap: nowrap;
}
.box4-left{
    padding: 90px 60px;
    margin-right: 10px;
}
.box4-left a{
    line-height: 55px;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    width: 460px;
}
.box4-ul{
    height: 440px;
    overflow: hidden;
}
.box4-ul li a:hover,.box4-ul .active,a.hover:hover{
    text-decoration: underline;
}
.box4-right{
    padding-top: 80px;
    padding-right: 10px;
}
.box4-right #swiper4{
    width: 600px;
    height: 450px;
    transition: all .5s;
}
.box6-ct{
    border: 1px solid #fdeb90;
}
#swiper2{
    position: relative;
    width: 580px;
    height: 460px;
}
#swiper2 .swiper-slide img{
    width: 580px;
    height: 460px;
    display: block;
}
.box5-swiper-title,.box4-swiper-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(16, 6, 12, 0.5);
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 18px;
    flex-wrap: nowrap;
}
.box5-swiper-title-ct,.box4-swiper-title-ct{
    width: 65%;
}
.box5-swiper-title .swiper-pagination,.box4-swiper-title .swiper-pagination{
    position: static;
    width: 35%;
    text-align: right;
}
.box5-swiper-title .swiper-pagination-bullet,.box4-swiper-title .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #f9f4f4;
    border-radius: 50%;
    margin-left: 15px;
    opacity: 1;
}
.box5-swiper-title .swiper-pagination-bullet-active,.box4-swiper-title .swiper-pagination-bullet-active{
    background-color: #C2150D;
}
.box5-right ul li{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    height: 57px;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
}
.box5-ul,#swiper3{
    height: 456px;
    overflow: hidden;
}
.box6-left,.box6-right{
    border: 1px solid #FFF799;
    padding: 40px 80px;
    width: 585px;
    line-height: 45px;
    font-size: 18px;
}
.box6-left-ul,.box6-right-ul{
    height: 360px;
    overflow: hidden;
}
.box6-left-ul li a,.box6-right-ul li a{
    color: #ffffff;
}
.box7-ul{
    font-size: 18px;
    line-height: 55px;
    margin-top: 30px;
    list-style: inherit;
    padding-left: 30px;
    height: 440px;
    overflow-y: auto;
}
.box7-ul li:nth-of-type(2n+1){
    width: calc(50% + 20px);
}
.box7-ul li:nth-of-type(2n){
    width: calc(50% - 20px);
}
.box7-ul li:nth-of-type(2n+1) a{
    margin-right: 120px;
}
.box7-ul li:nth-of-type(2n) a{
    margin-right: 90px;
}
/*滚动条样式*/
.box7-ul::-webkit-scrollbar {
    width:4px;
}
/* 滚动槽 */
.box7-ul::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
.box7-ul::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.box7-ul::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}
.img-title{
    width: 100%;
}
/*@media (min-width: 1921px) {*/
/*    .box1,.box2,.box3{*/
/*        background-size: cover;*/
/*    }*/
/*}*/
