@charset "UTF-8";



.banner .swiper-slide a{
    position: relative;
    display: block;
    height: 70vh;
    overflow: hidden;
    width: 100%;
}
.banner .swiper-slide a .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: linear 5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transform: scale(1.175);
}
.banner .swiper-slide.swiper-slide-active a .bg {
    transform: scale(1);
}

.banner .paga{
    font-size: 0;
    bottom: 34px;
}
.banner .paga span{
    width: 16px;
    height: 16px;
    margin: 0 12px;
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}
.banner .paga .swiper-pagination-bullet-active{
    background: #fff;
}
.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}
.body_b.showdiv {
    top: 0;
}
.scroll {
    padding-top: 88px;
}


.new_container .content .left{
    width: 68%;
}

.list_box1 li a {
    padding: 36px 20px;
    background-color: #f8f8f8;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content:space-between;
}

.list_box1 li a:hover {
    background: #990708;
    background-size: cover;
}
.list_box1 li a:hover p
{
    color:#ffffff;
}
.list_box1 li a p
{
    color:#333333;
    margin-top: 12px;
}
.list_box1 li a:hover h3 {
    color: #fff;
}

.list_box1 li a:hover b {
    color: #fff;
}

.list_box1 li a:hover span {
    color: #fff;
}



.list_box1 li:first-child {
    margin-bottom: 20px;
}

.list_box1 h3 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.s2-date {
width: 80px;
text-align:center;
}

.s2-date b {
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
    display: block;
    margin-bottom: 8px;
}

.s2-date span {
    font-family: Georgia;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
}
.list_box1 li{
    width:48%;
    margin-bottom: 40px;
}
.list_box1{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.new_container .content .right{
    width: 30%;
}
.list_box2 li {
    margin-top: 23px;
}
.list_box2 li a{
    display:block;
    background-color: #f8f8f8;
    padding: 12.7px 24px;
}
.list_box2 li a img {
    transition: all 0.3s;
}

.list_box2 li a:hover img {
    transform: translateX(10px);

}
.list_box2 li:first-child {
    margin-top: 0;
}

.s2-tx p {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s2-rd b {
    font-family: Georgia;
    font-size: 30px;
    letter-spacing: 2px;
    color: #333333;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.s2-rd span {
    font-family: Georgia;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
}

.s2-rd {
    float: left;
    margin-right: 15px;

}
.list_box1 .s2-tx {
     width: calc(100% - 100px);
}
.s2-tx {
   overflow: hidden;  
}

.s2-rd b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #666666;
}

.new_container{
    padding: 40px 0  0px 0;
}


.s2Pt li a .pic{
    padding-top: 430px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0px 100%);
}

.s2Pt li:nth-child(2n) a .pic{
    
     clip-path: polygon(0 5%, 100% 0, 100% 100%, 0px 95%);
}
.tit001 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.tit001.mid{
    justify-content: center;
}
.tit001 .ll{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.tit001 .ll img{
    display: block;
    height: 85px;
    margin-right: 5px;
    position: relative;
    z-index: 3;
}
.tit001 .ll div{
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.tit001 .ll h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #ac0000;
}
.tit001 .ll p{
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 200;
    padding-left: 8px;
}
.tit001 .ll:before{
    position: absolute;
    content: '';
    left: -53px;
    bottom: 0;
    width: 263px;
    height: 74px;
    background: url("/images/tit.png") no-repeat 50%;
}
.tit001 .rr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tit001 .rr .mores{
    font-size: 14px;
    color: #ac0000;
    line-height: 24px;
    position: relative;
    margin-right: 10px;
}
.tit001 .rr .mores:after{
    position: absolute;
    content: '';
    left: -21px;
    width: 69px;
    height: 47px;
    background: url("/images/mores.png") no-repeat 50%;
}

.container01 .aleft{
    width: 700px;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    height: 460px;
}
.list1w a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 3;
}
.list1w a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/s1-img02.png") no-repeat bottom center;
}
.list1w .btnBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list1w .btn{
    position: static;
    margin-top: 0;
    width: 22px;
    height: 42px;
    background-size: 22px;
}
.list1w .prev{
    background-image: url("/images/s1-l.png");
}
.list1w .next{
    background-image: url("/images/s1-r.png");
}
.list1w .swiper-container{
    margin-bottom: 25px;
}
.list1w .paga{
    position: static;
    font-size: 0;
    margin: 0 25px;
}
.list1w .paga span{
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 9px;
    border: 1px solid #fff;
    background: transparent;
}
.list1w .paga .swiper-pagination-bullet-active{
    background: #fff;
}

.container01 .aright{
    width: 830px;
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}
.container01 .aright .ll{
    width: 400px;
}

.s1List li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1List li .time{
    width: 66px;
    color: #ac0000;
    font-family: 'Georgia';
    text-align: center;
    background: #fff6f6;
    padding-top: 7px;
    padding-bottom: 8px;
    border-bottom: 3px solid #fff6f6;
    transition: .5s;
}
.s1List li .time span,
.container01 .aright .rr a .txt .time span{
    display: block;
    font-size: 30px;
    line-height: 32px;
}
.s1List li .time em,
.container01 .aright .rr a .txt .time em{
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.s1List li .txt{
    width: calc(100% - 86px);
}
.s1List li .txt p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 60px;
}
.s1List li :hover .time{
    color: #fff;
    background: #ac0000;
    border-color: #e6bc57;
}
.s1List li :hover .txt p{
    color: #ac0000;
}
.s1List li{
    margin-top: 7px;
}
.s1List li:first-child{
    margin-top: 0;
}
.container01 .aright .rr{
    width: 400px;
}
.container01 .aright .rr a{
    display: block;
    border: 1px solid #f2f2f2;
}
.container01 .aright .rr a .pic{
    height: 260px;
}
.container01 .aright .rr a .txt h2{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    padding-right: 84px;
    margin-bottom: 17px;
}
.container01 .aright .rr a .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
}
.container01 .aright .rr a .txt{
    position: relative;
    padding: 18px 24px 53px;
}
.container01 .aright .rr a .txt .time{
    position: absolute;
    right: 15px;
    top: -17px;
    width: 66px;
    color: #fff;
    font-family: 'Georgia';
    text-align: center;
    background: #ac0000;
    padding-top: 7px;
    padding-bottom: 8px;
    border-bottom: 3px solid #e6bc57;
    z-index: 9;
}
.container01:after{
    position: absolute;
    content: '';
    right: 0;
    width: 1020px;
    height: 625px;
    bottom: 65px;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
}
.container01{
    padding-top: 0px;
    padding-bottom: 82px;
    position: relative;
    background: url("/images/container01.jpg") no-repeat bottom left;
}

.container02 .aleft{
    width: 705px;
}
.tit002 {
    display: flex;

    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.tit002 ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 56px;
    cursor: pointer;
}
.tit002 ul li .box1{
    font-size: 30px;
    color: #999999;
    line-height: 85px;
}
.tit002 ul li .box2{
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;

}
.tit002 ul li .box2 img{
    display: block;
    height: 85px;
    margin-right: 5px;
    position: relative;
    z-index: 3;
}
.tit002 ul li .box2 h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #ac0000;
}
.tit002 ul li .box2 p{
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 200;
    padding-left: 8px;
}
.tit001 .ll div {
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.tit002 ul li .box2:after{
    position: absolute;
    content: '';
    left: -53px;
    bottom: 0;
    width: 190px;
    height: 74px;
    background: url('/images/tit.png') no-repeat 50%;
}
.tit002 ul li.active .box2{
    display: flex;
}
.tit002 ul li.active .box1{
    display: none;
}

.tit002 .rr .mores {
    font-size: 14px;
    color: #ac0000;
    line-height: 24px;
    position: relative;
    margin-right: 10px;
}
.tit002 .rr .mores:after{
    position: absolute;
    content: '';
    left: -21px;
    width: 69px;
    height: 47px;
    background: url('/images/mores.png') no-repeat 50%;
}

.s2List li{
    position: relative;
    line-height: 42px;
}
.s2List li a{
    font-size: 16px;
    color: #333333;
    padding-right: 120px;
    transition: .5s;
}
.s2List li a:before{
    display: inline-block;
    content: '›';
    margin-right: 5px;
}
.s2List li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #333333;
}
.s2List li:hover a{
    color: #ac0000;
    transform: translateX(10px);
}
.container02 .content .s2List{
    display: none;
}
.container02 .content {
    padding: 26px 25px ;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}

.container02 .aright{
    width: 860px;
}
.s2Pt li{
    width: 25%;
}
.s2Pt li a{
    display: block;
    transition: .5s;
}
.s2Pt li a .pic{
    padding-top: 430px;
}
.s2Pt li:hover a{
    transform: translateY(-10px);
}

.container02{
    padding-top: 85px;
    padding-bottom: 90px;
    background: url("/images/container02.jpg") no-repeat bottom center;
}

.list2w a{
    display: block;
}
.list2w .pic{
    padding-top: 240px;
}
.list2w .txt span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffebeb;
    padding-left: 20px;
    background: url("/images/s3-img02.png") no-repeat left center;
    margin-bottom: 17px;
}
.list2w .txt h2{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    height: 60px;
    font-weight: 600;
    margin-bottom: 13px;
}
.list2w .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #ffebeb;
    height: 48px;
}
.list2w .txt .time{
    position: absolute;
    right: 15px;
    top: -15px;
    font-size: 18px;
    color: #ac0000;
    line-height: 36px;
    background: #fff;
    font-family: 'Georgia';
    padding: 0 10px;
    z-index: 3;
    border-radius: 50px;
    transition: .5s;
}
.list2w .txt{
    position: relative;
    padding: 15px 22px 30px;
    transition: .5s;
}
.list2w a:hover .txt{
    background: #fff;
}
.list2w a:hover .txt span,
.list2w a:hover .txt p{
    color: #999999;
}
.list2w a:hover .txt span{
    background-image: url("/images/s3-img03.png");
}
.list2w a:hover .txt h2{
    color: #333333;
}
.list2w a:hover .txt .time{
    top: -53px;
    color: #fff;
    background: #ac0000;
}
.list2w .paga{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -40px;
    background: transparent;
}
.list2w .paga  .swiper-scrollbar-drag{
    width: 90px;
    height: 90px;
    background: url("/images/s3-img04.png") no-repeat 50%;
    cursor: pointer;
    background-size: 90px;
}
.list2w{
    position: relative;
    padding-bottom: 76px;
}
.container03 .tit001{
    margin-bottom: 150px;
}
.container03{
    padding-top: 53px;
    background: url("/images/container03.jpg") no-repeat bottom center;
}

.container04 .aleft{
    width: 940px;
}
.s4txtList li{
    position: relative;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
}
.s4txtList li a{
    padding-left: 30px;
    padding-right: 120px;
    transition: .5s;
}
.s4txtList li span{
    position: absolute;
    right: 0;
    top: 0;
}
.s4txtList li:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/images/s4-dots1.jpg") no-repeat 50%;
    z-index: 9;
    border-radius: 50%;
}
.s4txtList li:hover:before{
    background-image: url("/images/s4-dots2.png");
}
.s4txtList li:hover a{
    color: #ac0000;
}
.s4txtList:before{
    position: absolute;
    content: '';
    left: 8px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ffb8b8;
}
.s4txtList{
    position: relative;
    margin-bottom: 26px;
}

.s4PtList li{
    width: 450px;
}
.s4PtList li a{
    display: block;
    position: relative;
}
.s4PtList li a .pic{
    padding-top: 300px;
}
.s4PtList li a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 3;
    padding: 0 15px;
}
.s4PtList li a .txt span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding-left: 28px;
    margin-bottom: 5px;
    background: url("/images/s4-img02.png") no-repeat left center;
}
.s4PtList li a .txt p{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.s4PtList li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/images/s4-img03.png") no-repeat bottom center;
}
.container04 .aright{
    width: 605px;
}
.container04 .aright .item a{
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
    transition: .5s;
}
.container04 .aright .item .pic{
    width: 400px;
    height: 260px;
}
.container04 .aright .item .txt{
    width: calc(100% - 400px);
    padding: 30px 18px;
}
.container04 .aright .item .txt p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    -webkit-line-clamp: 5;
    max-height: 150px;
    margin-bottom: 15px;
}
.container04 .aright .item .txt span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family:'Georgia';
    padding-left: 23px;
    background: url("/images/s4-img04.png") no-repeat left center;
}
.container04 .aright .item a .time{
    position: absolute;
    left: 53px;
    top: -24px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
    border-radius: 50px;
    transition: .5s;
}
.container04 .aright .item a .time span{
    display: block;
    font-size: 16px;
    line-height: 38px;
    padding-left: 28px;
    background: url("/images/s4-img07.png") no-repeat left center;
}

.container04 .aright .item:nth-child(2) a .time{
    left: auto;
    right: 15px;
}
.container04 .aright .item{
    margin-top: 58px;
}
.container04 .aright .item:nth-child(1){
    margin-top: 0;
}
.container04 .aright .item:hover a{
    background: #ac0000;
}
.container04 .aright .item:hover a .time{
    background: #e6bc57;
}
.container04 .aright .item:hover a .time span{
    color: #fff;
    background-image: url("/images/s4-img02.png");
}
.container04 .aright .item:hover a .txt p{
    color: #fff;
}
.container04 .aright .item:hover a .txt span{
    color: #fff;
    background-image: url("/images/s4-img05.png");
}
.container04{
    padding-top: 85px;
    padding-bottom: 113px;
    background: url("/images/container04.jpg") no-repeat 50%;
    background-size: cover;
}

.con05_1 .aleft{
    width: 800px;
}
.con05_1 .vid a{
    display: block;
    position: relative;
}
.con05_1 .vid a .pic{
    padding-top: 560px;
}
.con05_1 .vid a p{
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 25px;
    z-index: 3;
}
.con05_1 .vid a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 77px;
    height: 77px;
    background: url("/images/s5-img02.png") no-repeat 50%;
    margin: auto;
}

.con05_1 .aright{
    width: 770px;
    margin-top: 15px;
}
.con05_1 .aright .tit001{
    margin-left: 45px;
}
.con05_1 .aright .content .ll{
    width: 600px;
}
.list3hg a{
    display: block;
    position: relative;
}
.list3hg a .pic{
    padding-top: 420px;
}
.list3hg a p{
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 25px;
    z-index: 3;
}
.list3hg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/images/s5-img04.png") no-repeat bottom center;
}
.con05_1 .aright .content .rr{
    width: 151px;

}
.list3hgg {
    position: relative;
    padding: 30px 0;
}
.list3hgg .swiper-container{
    height: 360px;
}
.list3hgg .swiper-slide{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: .5s;
}
.list3hgg  .pic{
    height: 110px;
}
.list3hgg .swiper-slide:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: .5s;
}

.list3hgg  .swiper-slide-thumb-active:after{
    opacity: 0;
}
.list3hgg  .swiper-slide-thumb-active{
    padding: 4px;
}
.list3hgg .btn{
    width: 22px;
    height: 11px;
    margin-top: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    background-size: 22px;
}
.list3hgg .prev{
    top: 10px;
    background-image: url("/images/s5-img05.png");
}
.list3hgg .next{
    bottom: 10px;
    background-image: url("/images/s5-img06.png");
}

.con05_1{
    margin-bottom: 78px;
}
.con05_2list{
    padding: 0 56px;
}
.con05_2list li{
    width: 200px;
    margin: 0 24px 30px;
}
.con05_2list li a{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 52px;
    text-align: center;
    transition: .5s;
    border: 1px solid #ded5d7;
    border-radius: 50px;
}
.con05_2list li:hover a{
    color: #fff;
    background: #ac0000;
    border-color: #ac0000;
}


/*aside*/

.slider-right {
    overflow: hidden;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
}

.slider-right .con {
    display: block;
    overflow: hidden;
    position: relative;
}

.slider-right .con .icon {
    display: block;
    width: 60px;
    height: 58px;
    line-height: 58px;
    font-size: 0;
    text-align: center;
    float: left;
    position: relative;
    background: #ac0000;
}

.slider-right .con .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.slider-right .con .tit {
    overflow: hidden;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    width: 0;
    font-weight: 700;
    text-align: center;
    background-color: #ac0000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
}

.slider-right .con .tit:hover{background-color: #e6bc57;}



.slider-right.open .con .tit {
    width: 110px;
    color: #fff;
}
.con05_2list{
    padding: 0 56px;
}
.con05_2list li{
    width: 13.4%;
}
.con05_2list li a{
    display: block;
    padding-top: 36px;
    height: 160px;
    transition: .5s;
    border: 1px solid #ded5d7;
    border-radius: 30px;
}
.con05_2list li a .icon{
    width: 59px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.con05_2list li a .icon .img2,
.con05_2list li:hover a .icon .img1{
    display: none;
}
.con05_2list li:hover a .icon .img2{
    display: block;
}
.con05_2list li a p{
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    transition: .5s;
}
.con05_2list li:hover a p{
    color: #fff;

}
.con05_2list li:hover a{
    background: #ac0000;
    border-color: #ac0000;
}
.container05 .con05_2{
    margin-bottom: 45px;
}
.container05{
    padding-top: 65px;
    background: url("/images/container05.jpg") no-repeat bottom center;
    background-size: cover;
}


/*aside*/
.container01 .tit001:before,
.container03 .tit001:before,
.con05_2 .tit001:before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
    width: 38.125%;
    height: 13px;
    background: url("/images/tit_line01.png") no-repeat 50%;
    background-size: 100%;
}
.container03 .tit001:before{
    width: 35.125%;
}
.container01 .tit001:after,
.container03 .tit001:after,
.con05_2 .tit001:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    width: 38.125%;
    height: 13px;
    background: url("/images/tit_line02.png") no-repeat 50%;
    background-size: 100%;
}
.container04 .tit001:before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 206px;
    right: 83px;
    height: 13px;
    background: url("/images/tit_line03.png") no-repeat 50%;
    background-size: 100%;
}

@media( max-width: 1230px) {
    html,body .body_h {
        height:auto;
        overflow:auto;
}

.banner .swiper-slide a{
    height:auto;
    padding-top:50%;
}
.body_b{
        position:static;
    }
    .scroll{
        padding-top:0
    }
}