.homeBox{
    width: 100%;
}
.bannerBox{
    width: 100%;
    margin-bottom: 60px;
}
.bannerBox a{
    display: block;
}
.bannerBox img{
    width: 100%;
    height: auto;
}
.swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;/* 两种都可以 */
}
.titleBox{
    text-align: center;
    margin-bottom: 30px;
}
.titleBox .title1{
    font-size: 62px;
    font-weight: bold;
    color: #281d1d;
    margin-bottom: 30px;
}
.titleBox .title2{
    font-size: 25px;
    color: #a4a5a9;
}
.overviewBox{
    width: 1200px;
    margin: 0 auto;
}
.info{
    background-image: url(../images/index/gkBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 31px;
    color: #444444;
    line-height: 70px;
    padding: 40px 65px;
}
.btnBox{
    display: block;
    font-size: 30px;
    color: #000;
    width: 220px;
    line-height: 50px;
    margin: 40px auto 0;
    border: 2px solid #000;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}
.btnBox:hover{
    background: #F63535;
    border: 2px solid #F63535;
    color: #fff;
}
.historyBox{
    padding-top: 200px;
    background-image: url(../images/index/lcBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: -50px 0 0;
}
.lcBox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 600px;
}
.lcItem{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex: 1;
    cursor: pointer;
    transition: background-image 0.3s;
}
.lcItem .lcTag{
    display: block;
    width: 90%;
    height: 60px;
    line-height: 56px;
    margin: 0 0 30px -7px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lcItem .lcTitle{
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.lcItem .lcTitle2{
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #131313;
}
.lcItem:nth-of-type(1) .lcTag,
.lcItem:nth-of-type(3) .lcTag,
.lcItem:nth-of-type(5) .lcTag{
    background-image: url(../images/index/lcItemBg1.png);
}
.lcItem:nth-of-type(2) .lcTag,
.lcItem:nth-of-type(4) .lcTag{
    background-image: url(../images/index/lcItemBg2.png);
}
.lcItem:nth-of-type(1){
    padding-top: 240px;
    background-image: url(../images/index/lcItemBg01.png);
}
.lcItem:nth-of-type(1):hover{
    background-image: url(../images/index/lcItemBg01_act.png);
}
.lcItem:nth-of-type(2){
    padding-top: 190px;
    background-image: url(../images/index/lcItemBg02.png);
}
.lcItem:nth-of-type(2):hover{
    background-image: url(../images/index/lcItemBg02_act.png);
}
.lcItem:nth-of-type(3){
    padding-top: 140px;
    background-image: url(../images/index/lcItemBg03.png);
}
.lcItem:nth-of-type(3):hover{
    background-image: url(../images/index/lcItemBg03_act.png);
}
.lcItem:nth-of-type(4){
    padding-top: 90px;
    background-image: url(../images/index/lcItemBg04.png);
}
.lcItem:nth-of-type(4):hover{
    background-image: url(../images/index/lcItemBg04_act.png);
}
.lcItem:nth-of-type(5){
    padding-top: 40px;
    background-image: url(../images/index/lcItemBg05.png);
}
.lcItem:nth-of-type(5):hover{
    background-image: url(../images/index/lcItemBg05_act.png);
}
.cjBox{
    width: 1200px;
    margin: 100px auto 0;
    padding-bottom: 100px;
}
.cjList{
    display: flex;
    margin-top: 100px;
}
.cjList ul{
    margin-right: 50px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.cjList ul li{
    display: flex;
    justify-content: space-between;
    width: 380px;
    height: 100px;
    background: url(../images/index/cjItemBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}
.cjList ul li .cjItemIcon{
    display: block;
    align-self: center;
    width: 60px;
    height: auto;
}
.cjList ul li .cjItem{
    align-self: center;
}
.cjList ul li .cjItem .cjTit1{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.cjList ul li .cjItem .cjTit2{
    font-size: 16px;
    color: #131313;
}
.cjList ul li .cjItemArrow{
    align-self: flex-end;
    display: block;
    width: 20px;
    height: auto;
}
.cjList ul li .cjItemArrow2{
    display: none;
}
.cjInfo{
    flex: 1;
    min-width: 0;
}
.infoTit{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.cjTitIcon{
    display: block;
    margin-bottom: 20px;
}
.cjInfoDec{
    font-size: 19px;
    color: #131313;
    line-height: 30px;
    margin-bottom: 20px;
}
.infoImg{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.infoImg img{
    width: 100%;
    height: auto;
}
.infoData{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
}
.dataItem .dataTit1{
    font-size: 32px;
    color: #f4342d;
    font-weight: bold;
}
.dataItem .dataTit2{
    font-size: 16px;
    color: #a4a5a9;
}
.cjList ul li:hover{
    background: url(../images/index/cjItemBg_act.png) no-repeat;
    background-size: 100% 100%;
}
.cjList ul li:hover .cjItemArrow{
    display: none;
}
.cjList ul li:hover .cjItemArrow2{
    display: block;
}
.cjList ul li:hover .cjTit1{
    color: #fff;
}
.cjList ul li:hover .cjTit2{
    color: #fff;
}
.cjList ul .active{
    background: url(../images/index/cjItemBg_act.png) no-repeat;
    background-size: 100% 100%;
}
.cjList ul .active .cjItemArrow{
    display: none;
}
.cjList ul .active .cjItemArrow2{
    display: block;
}
.cjList ul .active .cjTit1{
    color: #fff!important;
}
.cjList ul .active .cjTit2{
    color: #fff!important;
}
.newsBox{
    background: #F8F7FC;
    padding: 100px 0;
}
.newsList{
    width: 1200px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsItem{
    background: url(../images/index/newsItemBg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 49%;
    height: 180px;
    margin-bottom: 20px;
}
.newsItem a{
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    transition: all 1s;
    text-decoration: none;
}
.newsItem:hover .newsTit{
    text-decoration: underline;
    color: #F63535;
}
.item_l{
    margin-right: 20px;
    color: #636464;
    text-align: right;
}
.newsDate1{
    font-size: 32px;
    margin-bottom: 10px;
}
.newsDate2{
    font-size: 16px;
}
.item_r{
    flex: 1;
    min-width: 0;
}
.newsTit{
    font-size: 23px;
    font-weight: bold;
    color: #191919;
    padding-top: 5px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsInfo{
    color: #636464;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}