.banner {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.banner .swiper-pagination{
    position: absolute;
}
.home-set1{
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}
.home-set1sty{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-content: center;
    z-index: -1;
}
.home-set1sty .sleft{
    width: 33%;
    background: #e50112;
}
.home-set1sty .srigth{
    width: 67%;
}
.home-set1-view{
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}
.home-set1-view .left{
    color: #fff;
    width: 30%;
}
.home-set1-view .left h6{
    font-size: 1.25rem;
    font-weight: bold;
}
.home-set1-view .left p{
    margin-top: .5rem;
}
.home-set1-view .rigth{
    width: 70%;
    padding-left: 4%;
    display: flex;
    padding-right: 4%;
    justify-content: space-between;
}
.home-set1-view .rigth .sty h6{
    color: #333;
    font-weight: bold;
    margin-bottom: .5rem;
}
.home-set1-view .rigth .sty h6 span{
    font-size: 1.35rem;
    color: #e50112;
}
.home-set1-view .rigth .sty a{
    color: #666;
    margin-right: 42px;
}
.home-set1-view .rigth .sty a:last-of-type{
    margin-right: 0;
}
.home-set1-view .rigth form{
    width: 306px;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 16px;
    position: relative;
    height: 35px;
    margin-top: 12px;
}
.home-set1-view .rigth form .text{
    width: 100%;
    display: block;
}
.home-set1-view .rigth form .submit{
    width: 20px;
    height: 18px;
    background: url('../Images/images/home-set1-ss.jpg');
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 30%;
    margin-top: -9px;
}
.home-set2{
    padding: 120px 0 100px;
}
.home-set2 .container{
    display: flex;
    max-width: 1450px;
    justify-content: space-between;
}
.leftPorduct{
    width: 24%;
}
.leftPorduct .title {
    margin-bottom: 26px;
}
.leftPorduct .title h6{
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: .8rem;
}
.leftPorduct .title h6 span{
    color: #e50112;
}
.leftPorduct .title p{
    color: #333;
}
.home-set2 .rigth{
    width: 72%;
    padding-top: 4rem;
}
.leftPorduct h5{
    background: #e50112;
    color: #fff;
    /* display: inline-block; */
    width: 200px;
    max-width: 100%;
    line-height: 45px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leftPorduct h5 img{
    width: 20px;
    height: 11px;
    cursor: pointer;
    transform: rotate(-90deg);
}
.leftPorduct li.on h5 img{
    transform: rotate(0deg);
}
.leftPorduct h5 a{
    color: #fff;
    font-size: 1.3rem;
    flex: 1;
}
.leftPorduct li:last-of-type h5{
    /* width: 100%; */
}
.home-set2 .rigth ul{
    display: flex;
    flex-wrap: wrap;
}
.home-set2 .rigth ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 36px;
    position: relative;
}
.home-set2 .rigth ul li:nth-of-type(3n){
    margin-right: 0;
}
.img{
    width: 100%;
}
.img img{
    width: 100%;
    height: auto;
}
.home-set2 .rigth ul li h6{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    background: #fff;
    padding: 0 5%;
    width: 90%;
    font-size: 1.25rem;
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .05);
}
.leftPorduct dl{
    min-height: 10px;
}
.leftPorduct dl dd {
    line-height: 2.825rem;
    border-bottom: 1px solid #c8c8c8;
    min-width: 200px;
    max-width: 100%;
    display: inline-block;
}
.leftPorduct dl dd a::before{
    width: 8px;
    height: 8px;
    content: '';
    background: #2a2a2a;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 8px;
}
.leftPorduct dl dd:last-of-type{
    border-bottom:none
}
.home-set3{
    background: #f5f5f5;
    padding-top: 42px;
}
.home-set3-title{
    text-align: center;
}
.hometitle{
    text-align: left;
    display: inline-block;
}
.hometitle h6{
    margin-top: 18px;
    font-size: 1.875rem;
    color: #2a2a2a;
    font-weight: bold;
}
.hometitle h6 span{
    color: #e50112;
}
.hometitle h6 em{
    font-weight: normal;
    list-style: none;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 5px;
}
.home-set3-views .container{
    margin-right: 30px;
}
.home-set3-views .swiper-slide{
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    border-bottom: 8px solid #e50112;
    background: #f7f7f7;
}
.home-set3-views .swiper-slide .text{
    padding: 12px 32px;
}
.home-set3-views .swiper-slide h6{
    font-size: 1.875rem;
    color: #333;
    font-weight: bold;
}
.home-set3-views .swiper-slide h5{
    font-size: 1.5rem;
    color: #000;
    padding-bottom: 10px;
    padding-top: 6px;
}
.home-set3-views .swiper-slide a{
    font-size: 1.5rem;
    color: #000;
    margin-top: 10px;
    display: block;
}
.home-set3-views .swiper {
    padding: 4.375rem 0;
}
.home-set3-views{
    position: relative;
}
.home-set3-views::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    background: #bc212d;
    content: '';
    height: 100%;
}
.home-set3-views .container{
    position: relative;
}
.set3ViewsBtn{
    position: absolute;
    left: 0;
    top: 15%;
    padding-right: 4%;
    transform: translateX(-100%);
    z-index: 2;
}
.set3ViewsBtn .btnview{
    margin-bottom: 30px;
    cursor: pointer;
}
.set3ViewsBtn .spanView{
    color: #fff;
    font-size: 1.125rem;
}
.set3ViewsBtn .spanView .sp{
    font-size: 2.5rem;
}
.home-set4{
    padding-top: 7.8rem;
}
.home-set4-title{
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 32px; */
    width: 80%;
    margin: 0 auto 32px;
}
.home-set4-title i{
    flex: 1;
    height: 1px;
    background: #305450;
    display: block;
}
.home-set4-title .txt{
    padding: 0 32px 0;
    margin-bottom: -10px;
}
.home-set4-title .txt p{
    font-size: 1.125rem;
    color: #333;
}
.home-set4-title .txt .title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.8rem;
}
.home-set4-title .txt .title h5{
    margin-right: 16px;
    font-size: 2.25rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}
.home-set4-title .txt .title span{
    color: #e50112;
}
.home-set4-nav{
    text-align: center;
    padding: 1.2rem 0 2.8rem;
}
.home-set4-nav a{
    display: inline-block;
    width: 190px;
    font-size: 1.25rem;
    line-height: 2.6;
    border: 1px solid #b0b0b0;
    margin-right: 18px;
}
.home-set4-nav a:last-of-type{
    margin-right: 0;
}
.home-set4-nav a:hover,
.home-set4-nav a.on{
    border-color: #e50112;
    color: #fff;
    background: #e50112;
}
.home-set4-page ul{
    display: flex;
    flex-wrap: wrap;
}
.home-set4-page li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
}
.home-set4-page li:nth-of-type(3n){
    margin-right: 0;
}
.home-set4-page li .text{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 28px;
}
.home-set4-page li .text h6{
    font-size: 1.5rem;
    font-weight: bold;
}
.home-set4-bj{
    padding-top: 1px;
    background: #f2f2f2;
    margin-top: 4.2rem;
}
.home-set4-views{
    margin-top: -5rem;
}
.home-set4-v{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.home-set4-v .swiper{
    position: relative;
}
.home-set4-v .swiper-pagination{
    text-align: right;
    padding: 10px 20px;
}
.home-set4-v .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.home-set4-v .swiper-pagination-bullet-active{
     background: #e50012;
}
.home-set4-v .left{
    width: 47%;
}
.home-set4-v .left a{
    position: relative;
    display: block;
}
.home-set4-v .left a .player{
    position: absolute;
    width: 120px;
    height: 70px;
    background: url('../Images/images/set4Vico.png');
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    top: 50%;
}
.home-set4-v .rigth{
    width: 51%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* background: #fff; */
}
.home-set4-top{
    background: #fff;
    padding: 20px;
    align-items: center;
    margin-bottom: 16px;
}
.home-set4-v .left h6{
    font-size: 1.25rem;
    line-height: 3;
    background: #898989;
    color: #fff;
    padding: 0 20px;
}
.home-set4-top .viewstitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-set4-top .viewstitle h6{
    font-size: 1.875rem;
    color: #000;
    font-weight: bold;
}
.home-set4-top ul{
    padding: 1rem 0 0rem;
}
.home-set4-top ul a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    /* display: block; */
    border-bottom: 2px solid #b8b8b8;
    padding-bottom: 3px;
}
.home-set4-top ul li:last-of-type a{
    margin-bottom: 0;
}
.home-set4-btmb ul{
    display: flex;
    justify-content: space-between;
}
.home-set4-btmb ul li{
    width: 48%;
    background: #fff;
    padding: 12px 18px 0;
}
.home-set4-btmb ul li .img{
    position: relative;
}
.img{
    overflow: hidden;
}
.img img{
    transition: all .5s;
}
.img:hover img{
    transform: scale(1.1);
}
.home-set4-btmb ul li .img i{
    width: 60px;
    height: 35px;
    background: url('../Images/images/set4Vico.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.home-set4-btmb ul li .txt {
    padding: 6px 0;
}
.home-set4-btmb ul li .txt h6{
    color: #000;
}
.home-set4-btmb ul li .txt p{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}
.home-set4-bj{
    padding-bottom: 5rem;
}
.home-set5{
    padding: 130px 0;
}
.home-set5-title {
    background-image: url('../Images/images/home-set5-ico.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 75px;
    padding-left: 120px;
    margin-bottom: 3rem;
}
.home-set5-title h6{
    font-size: 2.25rem;
    color: #333;font-weight: bold;
}
.home-set5-title h6 span{
    color: #e50112;
}
.home-set5-title-s{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.8rem;
}
.home-set5-title-s .cont{
    width: 70%;
    line-height: 1.8;
    font-size: 1.125rem;
}
.home-set5-title-jt span {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #e50112;
    margin-left: 12px;
}
.home-set5-ul{
    display: flex;
    /* align-content: flex-end; */
}
.home-set5-ul-view{
    width: 60%;
}
.home-set5-ul-btn{
    width: 40%;
    margin-top: 180px;
    /* padding-left: 4%; */
}
.home-set5-ul-view .swiper{
  overflow-x: hidden;
}
.home-set5-ul-view .img{
    margin-bottom: 32px;
}
.home-set5-ul-btn ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 20px 0;
    position: relative;
    /* padding-top: 80px; */
    height: 380px;
    border-right: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    
}
.home-set5-ul-btn ul::before{
    width: 30%;
    content: '';
    right: 0;
    top: 0;
    height: 2px;
    background: #cecece;
    position: absolute;
}
.home-set5-ul-btn ul li{
    width: 33.333%;
    text-align: center;
    margin-bottom: 60px;
}
.home-set5-ul-btn ul img{
    width: 50px;
}
.home-set5-ul-btn ul img.ds{
    display: none;
}
.home-set5-ul-btn ul li p{
    font-size: 1.125rem;
    color: #666;
    margin-top: 6px;
}
.home-set5-ul-btn ul li a:hover img{
    display: none;
}
.home-set5-ul-btn ul li a:hover p{
    color: #e50112;
}
.home-set5-ul-btn ul li a:hover img.ds{
    display: block;
    margin: 0 auto;
}
.home-set5-ul-list{
    padding-top: 32px;
    font-family: '宋体';
    margin-left: 30px;
}
.home-set5-ul-list span{
   display: inline-block;
   font-size: 1.65rem;
   background: #d5d5d5;
   color: #fff;
   width: 120px;
   border-radius: .6rem;
   text-align: center;
   line-height: 2;
   cursor: pointer;
}
.home-set5-ul-list span:hover{
    background: #e50112;
}
.home-set6{
    padding-bottom: 100px;
}
.home-set6-views{
    display: flex;
    justify-content: space-between;
}
.home-set6-views .left{
    width: 28%;
}
.home-set6-views .rigth{
    width: 70%;
}
.home-set6-views .left .txt{
    color: #666;
    padding: 30px 0;
}
.home-set6-views .left .txt h6{
    display: inline-block;
    font-size: 2.25rem;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}
.home-set6-views .left .txt h6 span{
    color: #e50112;
}
.home-set6-views .left .imgd h6{
    font-size: 1.2rem;
    color: #000;
    line-height: 3;
    border: 1px solid #7c7c7c;
    padding: 0 10px;
}
.home-set6-views .rigth{
    padding-top: 52px
}
.home-set6-views .navRigth{
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
}
.home-set6-views .navRigth .std a{
    display: inline-block;
    font-size: 1.625rem;
    color: #2a2a2a;
    padding: 0 20px;
    margin-left: 28px;
}
.home-set6-views .navRigth .std a.on{
    color: #fff;
    background: #e50112;
}
.home-set6-views .navTo ul{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #a3a3a3;
    padding-top: 20px;
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 20px;
}
.home-set6-views .navTo ul li{
    width: 49%;
}
.home-set6-views .navTo ul li a{
    display: flex;
}
.home-set6-views .navTo ul li a .timer{
    width: 90px;
    height: 90px;
    text-align: center;
    background: #e50112;
    color: #fff;
    padding-top: 16px;
}
.home-set6-views .navTo ul li a .text{
    flex: 1;
    padding-left: 18px;
}
.home-set6-views .navTo ul li a .text h6{
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 6px;
    padding-top: 3px;
}
.home-set6-views .navTo ul li a .timer span{
    font-size: 2rem;
    line-height: 1;
}
.home-set6-views .navTo ul li a .timer p{
    font-size: 1.1;
}
.home-set6-views .navContainer ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-set6-views .navContainer ul li{
    width: 49%;
    margin-top: 12px;
}
.home-set6-views .navContainer ul li a{
    color: #000;
}
.home-set6-views .navContainer ul li a::before{
    width: 8px;
    height: 8px;
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #e50112;
    vertical-align: middle;
    margin-right: 3px;
}
.home-set6-views .navContainer ul li:hover a{
    color: #e50112;
}


.ab-set1 .container{
    display: flex;
}
.ab-set1{
    background-image: url('../Images/images/ab-set1-bj.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.ab-set1-views{
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
}
.ab-set1-views .container ul{
    display: flex;
    background: #fff;
    width: 100%;
    padding: 40px 5%;
    justify-content: space-between;
    /* box-shadow: 6px 6px ; */
    box-shadow: 8px 0px 6px 6px rgb(0 0 0 / 10%);
    z-index: 1;
}
.ab-set1-views .container ul li h6{
    font-size: 80px;
    color: #e50112;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 18px;
}
.ab-set1-views .container ul li h6 span{
    font-weight: bold;
}
.ab-set1-views .container ul li h6 em{
    font-size: 1.12rem;
    color: #333;
    padding-top: 10px;
    font-style: normal;
    margin-left: 6px;
}
.ab-set1-views .container ul li p{
    /* padding-left: 12px; */
}
.ab-set1-views .container{
    margin-left: 0;
}
.ab-set1 .left{
    width: 50%;
    padding-right: 6%;
}
.ab-set1 .left .home-set5-title{
    margin-bottom: 3rem;
}
.ab-set1 .left .contet h6{
    font-size: 2rem;
    color: #000;
    margin-bottom: 1rem;
}
.ab-set1 .left .contet .cont{
    font-size: 1.24rem;
    line-height: 2.2;
}
.ab-set1 .rigth{
    width: 50%;
}
.ab-set2{
    padding-top: 28px;
}
.ab-set2-sd{
    padding: 110px 0;
}
.ab-set2 .swiper-slide-active{
    transform: scale(1.4);
    position: relative;
    z-index: 2;
    box-shadow: 8px 0px 6px 6px rgb(0 0 0 / 10%);
    /* transition: all .5s; */
}
.ab-set2-sd .swiper{
    position: relative;
    overflow-x: unset;
}
.swiperButtonNext{
    width: 37px;
    height: 69px;
    position: absolute;
    left: 15%;
    cursor: pointer;
    top: 50%;
    margin-top: -35px;
    z-index: 4;
    background: url('../Images/images/jt-ss.png') no-repeat;
}
.swiperButtonPrev{
    width: 37px;
    height: 69px;
    position: absolute;
    right: 15%;
    cursor: pointer;
    top: 50%;
    margin-top: -35px;
    z-index: 4;
    transform: rotate(180deg);
    background: url('../Images/images/jt-ss.png') no-repeat;
}
.ab-set2-sd .swiper-slide{
    position: relative;
}
.ab-set2-sd .swiper-slide::before{
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .6;
}
.ab-set2-sd .swiper-slide-active::before{
    display: none;
}
.ab-set3{
    padding-top: 56px;
    padding-bottom: 80px;
}
.ab-set3{
    overflow-x: hidden;
}
.ab-set3 .ab-set3-ves{
    margin-top: 60px;
}
.ab-set3 .swiper{
    position: relative;
    overflow-x: hidden;
}
.ab-set3 .swiperButtonPrev{
    right: 6%;
}
.ab-set3 .swiperButtonNext{
    left: 6%;
}
.case-set1{
    padding: 128px 0;
}
.case-set1-views{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-set1-views .img{
    width: 48%;
}
.case-set1-views .text{
    width: 48%;
}
.case-set1-views .text h6{
    font-size: 2.25rem;
    font-weight: bold;
    padding-left: 24px;
    position: relative;
    margin-bottom: 2rem;
}
.case-set1-views .text h6::before{
    height: 3rem;
    content: '';
    width: 5px;
    background: #e50112;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.case-set1-views .text .cont{
    max-width: 100%;
    width: 700px;
    line-height: 1.8;
    font-size: 1.25rem;
    margin-bottom: 2.8rem;
}
.case-set1-views .text .btnClass a{
    display: inline-block;
    width: 168px;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    background: #e50112;
    font-size: 1.2rem;
    margin-right: 20px;
    border-radius: 6px;
    transition: all .5s;
}
.case-set1-views .text .btnClass a:hover{
    transform: translateY(-6px);
    opacity: .8;
}
.case-set2-views{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 52px;
}
.case-set2-btn{
    text-align: center;
}
.case-set2-btn a{
    width: 170px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #e50112;
    display: inline-block;
    border-radius: 6px;
    margin: 0 20px;
    transition: all .5s;
}
.case-set2-btn a:hover{
    transform: translateY(-6px);
    opacity: .8s;
}
.case-set2{
    padding-bottom: 68px;
}
.case-set3{
    padding-top: 40px;
    margin-bottom: 110px;
}
.case-set3-views{
    width: 100%;
    background: url('../Images/images/case-set3-bj.jpg');
    background-size: 100% 100%;
}
.swiper{
    overflow-x: hidden;
}
.case-set3-views{
    padding: 72px 0;
    margin-top: 56px;
}
.case-set3-views .container{
    position: relative;
}
.buttonNext{
    position: absolute;
    right: -70px;
    top: 50%;
    width: 33px;
    height: 64px;
    cursor: pointer;
    background: url('../Images/images/case-set3-jt.png') no-repeat;
}
.buttonPrev{
    position: absolute;
    left: -70px;
    top: 50%;
    width: 33px;
    cursor: pointer;
    transform: rotate(180deg);
    height: 64px;
    background: url('../Images/images/case-set3-jt.png') no-repeat;
}
.case-set4{
    background: #f4f5f9;
    padding: 80px 0;
}
.case-set4-views{
    padding-top: 20px;
}
.case-set4-views ul{
    display: flex;
    flex-wrap: wrap;
}
.case-set4-views ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 36px;
    background: #fff;
    padding: 20px;
    transition: all .5s;
}
.case-set4-views ul li:hover{
    transform: translateY(-8px);
    box-shadow: 6px 6px 6px rgb(0 0 0 / 10%);
}
.case-set4-views ul li:nth-of-type(3n){
    margin-right: 0;
}
.case-set4-views .img{
    position: relative;
}
.case-set4-views .img .stp{
    width: 75px;
    height: 46px;
    background: url('../Images/images/set4Vico.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.case-set4-views ul li .txt h6{
    font-size: 1.375rem;
    color: #000;
    margin-top: 10px;
    margin-bottom: 6px;
}
.moreClass{
    width: 170px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff !important;
    background: #e50112;
    display: block;
    /* display: inline-block; */
    border-radius: 6px;
    margin: 40px auto 0;
    transition: all .5s;
}
.moreClass:hover{
    transform: translateY(-6px);
    opacity: .8s;
}
.case-set5{
    padding-top: 80px;
    padding-bottom: 80px;
}
.case-set5 .home-set4-title{
    margin-bottom: 60px;
}
.case-set5 .home-set4-v .left,
.case-set5 .home-set4-v .rigth{
    box-shadow: 1px 0px 10px 8px rgb(0 0 0 / 10%)
}
.case-set5 .home-set4-v .left h6{
    background: #fff;
    color: #333;
}
.ct-nav{
    padding: 20px 0;
}
.ct-nav span{
    font-family: '宋体';
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
.ct-set1{
    padding-top: 64px;
}
.ct-set1-views{
    background: url('../Images/images/ct-set1-bj.jpg');
    background-size: 100% 100%;
    margin-top: 60px;
    padding: 60px 0 32px;
}
.ct-set1-views ul{
    display: flex;
    justify-content: space-around;
}
.ct-set1-views ul li h6{
    font-size: 3.5rem;
    color: #fff;
    padding-bottom: 18px;
}
.ct-set1-views ul li span{
    color: #fff;
    font-size: 1.25rem;
}
.ct-set3-views,
.ct-set2-views{
    display: flex;
    align-items: center;
    box-shadow: 1px 0px 10px 8px rgb(0 0 0 / 10%);
}
.ct-set2-views{
    margin-bottom: 94px;
}
.ct-set3-views > div,
.ct-set2-views > div{
    width: 50%;
}
.ct-set2{
    padding: 117px 0;
}
.ct-set2 .container{
    max-width: 1450px;
}
.ct-set2-views .txt{
    padding-left: 6%;
}
.ct-set2-views .txt h6{
    font-size: 2.25rem;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 12px;
}
.ct-set2-views .txt .cont{
    font-size: 1.5rem;
    color: #333;
    line-height: 2.5;
}
.ct-set2-views .txt a{
    width: 136px;
    color: #fff;
    background: #bc212d;
    line-height: 2.5;
    display: block;
    text-align: center;
    font-size: 1.12rem;
    margin-top: 30px;
}
.ct-set3-views .form{
    padding-left: 6%;
    padding-right: 4%;
}
.ct-set3-views .form .title {
    margin-bottom: 50px;
    color: #000;
}
.ct-set3-views .form .title h6{
    font-size: 2.5rem;
    margin-bottom: .3rem;
}
.ct-set3-views .form .title p{
    text-transform: uppercase;
}
.ct-set3-views .form .text{
    display: block;
    margin-bottom: 16px;
    border-bottom: 2px solid #d7d7d7;
    line-height: 2.5;
    font-size: 1.15rem;
    width: 100%;
}
.ct-set3-views .form .submit{
    width: 140px;
    text-align: center;
    color: #fff;
    background: #e50112;
    line-height: 2.5;
    font-size: 1.15rem;
    margin-top: 42px;
}
.new-set .home-set4-nav{
    padding: 2.2rem 0 4.4rem;
}
.new-set .home-set4-nav a{
    margin-right: 68px;
    border-radius: 3px;
    font-size: 1.875rem;
    line-height: 3.625rem;
    background: #b2b2b2;
    color: #ffffff;
}
.new-set .home-set4-nav a.on,
.new-set .home-set4-nav a:hover{
    background: #e50112;
}
.new-set2 .container{
    max-width: 1450px;
}
.new-set2-views {
    padding-bottom: 68px;
}
.new-set2-views .swiper{
    position: relative;
}
.new-set2-views .swiper-pagination-bullets{
    text-align: left;
    padding-left: 3%;
    padding-bottom: 20px;
}
.new-set2-views .swiper-slide{
    position: relative;
}
.new-set2-views .swiper-slide .text{
    position: absolute;
    width: 600px;
    max-width: 90%;
    left: 5%;
    bottom: 14%;
    color: #fff;
}
.new-set2-views .swiper-slide .text h5{
    font-size: 3rem;
}
.new-set2-views .swiper-slide .text h6{
    font-size: 1.875rem;
    margin-top: .6rem;
    margin-bottom: 1rem;
}
.new-set2-views .swiper-slide .text .cont{
    font-size: 1.1rem;
    line-height: 2;
}
.new-set3 li{
    margin-bottom: 46px;
}
.new-set3 a{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.new-set3 a .img{
    width: 390px;
    height: 238px;
}
.new-set3 a .text{
    flex: 1;
    padding-left: 7%;
    border-bottom: 1px solid #cdcdcd;
    transition: all .5s;
}
.new-set3 li:hover .text{
    transform: translateX(-12px);
}
.new-set3 li:hover .text h6{
    color: #c60001;
}
.new-set3 a .text h6{
    font-size: 1.875rem;
    color: #000;
    font-weight: bold;
    margin-top: .4rem;
}
.new-set3 a .text .cont{
    padding: 12px 0;
    font-size: 1.5rem;
    color: #8e8e8e;
    line-height: 1.8;
    height: 110px;
}
.new-set3 .container{
    max-width: 1450px;
}
.new-set3 a .text .ts{
    font-size: 1.125rem;
}
.new-set3 a .text .ts img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.new-set3 {
    padding-bottom: 40px;
}
.caseTo-views{
    padding-bottom: 80px;
}
.caseTo-views .home-set4-views{
  margin-top: 0;
}
.caseTo-views .home-set4-nav a{
    color: #fff;
    background: #b2b2b2;
}
.caseTo-views .home-set4-nav a:hover,
.caseTo-views .home-set4-nav a.on{
    background: #e50112;
}
.prodef-set1{
    width: 100%;
}
.proDef-set2-page{
    min-height: 300px;
}
.prodef-set-view{
  display: flex;
  justify-content: space-between;
  padding-top: 86px;
}
.prodef-set-view .rigth{
    width: 72%;
}
.prodef-set1 .container{
    max-width: 1450px;
}
.proDef-set1{
    box-shadow: 1px 0px 10px 8px rgb(0 0 0 / 10%);
    padding: 42px 22px 20px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}
.proDef-set1 .left{
    width: 52%;
    /* padding-bottom: 68px; */
    position: relative;
}
.proDef-set1 .rigth{
    width: 45%;
}
.proDef-set1 .rigth h6{
    font-size: 1.75rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e50112;
}
.proDef-set1 .rigth .cont{
    width: 90%;
    font-size: 1.125rem;
    line-height: 1.7;
}
.proDef-set1 .rigth ul{
    display: flex;
    padding: 20px 0;
}
.proDef-set1 .rigth ul li{
    text-align: center;
    margin-right: 20px;
}
.proDef-set1 .rigth ul li p{
    font-size: 14px;
}
.proDef-set1 .rigth ul li:last-of-type{
    margin-right: 0;
}
.proDef-set1 .btnViews a{
    width: 160px;
    text-align: center;
    display: inline-block;
    background: #e50112;
    color: #fff;
    line-height: 2.5;
    font-size: 1.1rem;
    border-radius: 6px;
    margin-right: 18px;
}
.proDef-set1 .btnViews span{
    font-size: 1.625rem;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.ulImg{
    margin-top: -30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ulImg > img{
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-bottom: 10px;
}
.ulImg-views{
    width: 85%;
    /* margin: 0 auto; */
    overflow-x: hidden;
}
.proDef-set2{
    box-shadow: 1px 0px 10px 8px rgb(0 0 0 / 10%);
    margin-top: 70px;
}
.proDef-set2 .titleTar{
    background: #eeeeee;
    line-height: 4rem;
    font-size: 1.5rem;
    color: #373737;
}
.proDef-set2 .titleTar span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.proDef-set2 .titleTar span::before{
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #e50112;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
}
.proDef-set2 .titleTar span:hover,
.proDef-set2 .titleTar span.on{
    /* background: #e50112; */
    color: #fff;
}
.proDef-set2 .titleTar span:hover::before,
.proDef-set2 .titleTar span.on::before{
    width: 100%;
    opacity: 1;
}
.prodef-set1{
    padding-bottom: 100px;
}
.proDef-set2-views{
    width: 100%;
    padding: 0 36px 20px;
}
.titleViews{
    padding: 38px 0 40px;
}
.titleViews h6{
    font-size: 1.125rem;
    color: #666;
    text-transform: uppercase;
}
.titleViews h6 span{
    font-size: 2.25rem;
    color: #000;
}
.contents-s{
    width: 100%;
}
.contents-page{
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.contents-page .img{
    width: 52%;
}
.contents-page .text{
    width: 48%;
}
.contents-s .contents-page:nth-of-type(2n-1) .text{
    padding-left: 4%;
}
.contents-page .text h5{
    font-size: 3rem;
    color: #000;
    font-weight: bold;
}
.contents-page .text h6{
    font-size: 1.875rem;
    color: #656565;
    font-weight: bold;
    padding: 12px 0;
}
.contents-page .text i{
    width: 49px;
    height: 6px;
    display: block;
    background: url('../Images/images/cpys-is.jpg');
    background-size: 100% 100%;
    margin-bottom: 15px;
}
.contents-page .text .cont{
    line-height: 1.7;
}
.contents-page .text .min{
    font-size: 12px
}
.contents-page .text a{
    width: 140px;
    text-align: center;
    display: block;
    background: #e50112;
    color: #fff;
    line-height: 2.5;
    border-radius: 6px;
    margin-top: 18px;
}
.spviews{
    margin-top: 30px;
    padding-bottom: 30px;
}
.spviews ul{
    display: flex;
    justify-content: space-between;
}
.spviews ul li{
    width: 49%;
    position: relative;
}
.spviews .v-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.spviews .v-img img{
    width: 74px;
    margin-bottom: 6px;
}
.cp-xg-pro{
    margin-top: 30px;
    background: #eeeeee;
}
.cp-xg-pro h6{
    text-align: center;
    background: #e50112;
    color: #fff;
    line-height: 3.125rem;
    font-size: 1.5rem;
}
.cp-xg-views{
    padding: 20px;
}
.cp-xg-views .pst {
    position: relative;
    margin-bottom: 20px;
}
.cp-xg-views .pst p{
   position: absolute;
   bottom: 10px;
   width: 100%;
   text-align: center;
   font-size: 1.15rem;
   color: #fff;
}
.cp-xg-views .pstcase{
    position: relative;
    margin-bottom: 22px;
}
.cp-xg-views .pstcase .text{
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    padding: 16px;
}
.cp-xg-views .pstcase .text h4{
    font-weight: bold;
}
.cp-xg-views .pstcase .text p{
    color: #ffffff;
}
.cp-xg-views .to{
    margin-bottom: 20px;
}


.tnavbox {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 85%;
    height: 0;
    padding-top: 15px;
    /* display:none;*/
    text-align: center;
    z-index: 99999999;
}
.tnav {
    background: #fff;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
    padding: 20px 0 18px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
}
.tnav a {
    display: block;
    color: #666;
    line-height: 35px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tnav a:hover {
    color: #fff;
}
.tnav a:hover,
.tnav a.on {
    background: #e50012;
    color: #fff;
}
.nav .m{
    position: relative;
}
.nav .m:hover .tnavbox {
    height: 100px;
}
.nav .m:hover .tnavbox .tnav {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.nav .m .tnavbox i {
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #e50012;
    left: 50%;
    top: 0;
    margin-left: -10px;

}
.ss-ss{
    width: 100%;
}
.dt-set{
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
    padding: 10px 25px;
    margin-bottom: 40px;
    display: flex;
    border-radius: 6px;
    align-items: center;
}
.dt-set span{
    font-size: 1.625rem;
    color: #c60001;
}
.dt-set .text{
    flex: 1;
    padding: 0 10px;
    color: #a4a3a3;
    font-size: 1.125rem;
}
.dt-set .submit{
    width: 22px;
    height: 21px;
    background: url('../Images/images/ss-ss.jpg');
    background-size: 100% 100%;
}




.pages {

    height: 32px;

    line-height: 32px;

    margin-top: 50px;

    margin-bottom: 20px;

    text-align: center;

    clear: both;

}
.pro_list{
    text-align: center;
}


.pages a {

    background: #999;

    font-size: 14px;

    display: inline-block;

    width: 32px;

    height: 32px;

    line-height: 32px;

    color: #fff;

    margin: 0 7px;

}



.pages span,

.pages a:hover {

    background: #e60012;

    color: #fff;

    font-size: 14px;

}



.pages span {

    display: inline-block;

    width: 32px;

    height: 32px;

    line-height: 32px;

    margin: 0 7px;

    font-size: 14px;

}



.pages a.prev:before,

.pages a.prev_disabled:before {

    content: "下一页";
    font-family: '微软雅黑'

}



.pages a.next:before,

.pages a.next_disabled:before {
    content: "上一页";
    font-family: '微软雅黑';
}
.pages a.prev_disabled {
    width: 60px;
}
.pages a.next {
    width: 60px;
}
.pages a.prev {
    width: 60px;
}
.pages a.next_disabled {
    width: 60px;
}