.banner {
    position: relative;
}

.banner .swiper-slide {
    position: relative;
}
.banner .swiper-slide .pic video,
.banner .swiper-slide .pic img {
    display: block;
    object-fit: cover;
    width: 100%; 
    -webkit-animation: scale1 4s infinite;
    animation-timing-function: linear;
}
@keyframes scale1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.banner .btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    color:rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.6s;
	cursor: pointer;
	z-index: 2;
}
.banner .btn:hover{
	opacity: 1;
    /* background-color: #fff;
    color: rgba(248, 78, 64, 1); */
}
.banner .btn.btn-prev{
    left: 3.12%;
}
.banner .btn.btn-next{
    right: 3.12%;
}
.banner .drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    z-index: 3;
    color: #fff;
    text-align: center;
    animation: dropDown 2s infinite;
}

.banner .drop .iconfont {
    display: block;
}

.banner .drop .iconfont.icon-shubiao {
    font-size: 26px;
    margin-bottom: 6px;
}

.banner .drop .iconfont.icon-xia {
    font-size: 12px;
}

@keyframes dropDown {

    0%,
    100% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0);
    }
}
.indexContainer{
    position: relative;
    background-color: #000;
}
.box1{
    position: relative;
    width: 100%;
    height: 300vh;
    overflow: auto;
}
.box1::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 0;
	height: 0;
}
.indexContainer .bg{
    /* position: sticky; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px 0;
}
.indexContainer .bg.active{
    position: fixed;
}
.indexContainer .bg.active1{
    position: absolute;
    top: auto;
    bottom: 0;
}
.indexContainer .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexContainer .bg .shadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .82;
}
.box1 .container{
    position: relative;
    width: 100% !important;
    height: 100vh;
    z-index: 3;
}
.box1 .textContainer{
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.box1 .textContainer .textContainer-b,
.box1 .textContainer .title,
.box1 .textContainer .des{
	position: absolute;
	left: 50%;
	top: 66%;
	transform: translate(-50%,-50%);
	width: 1131px;
	max-width: 90%;
	opacity: 0;
	z-index: 4;
}
/* .box1 .textContainer .textContainer-b{
    top: 80%;
} */
.box1 .textContainer .title{
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0);
    line-height: 1;
    text-stroke: 2px #FFFFFF;
    -webkit-text-stroke: 2px #FFFFFF;
    text-transform: uppercase;
    transform: translate(-50%,-50%)scale(.5);
}
.box1 .textContainer .des{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    transform: translate(-50%,-50%)scale(.5);
}
.box1 .textContainer .des p:not(:last-child){
    margin-bottom: .76em;
}
.box1 .textContainer .numberList{
   display: flex;
   justify-content: space-between;
   font-family: Anton;
   font-weight: 400;
   font-size: 18px;
   color: #FFFFFF;
   line-height: 36px;
   text-align: center;
}
.box1 .textContainer .numberList .text-des{
   padding-left: 10px;
}
.box1 .textContainer .textContainer-b{
    text-align: center;
}
.box1 .textContainer .textContainer-b .commonMore{
    margin-top: 64px;
}
.commonMore{
    position: relative;
    display: inline-block;
    transform: skew(-15deg);
}
.commonMore::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    transform: translate(-6px,6px);
    transition: all .6s;
    opacity: .5;
    z-index: 1;
}
.commonMore:hover::before{
    transform: translate(-3px,3px);
}
.commonMore .btn{
    position: relative;
    line-height: 50px;
    background: linear-gradient(-90deg, #CF281A, #F84E40);
    border-radius: 10px;
    padding: 0 22px;
    font-family: Anton;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: all .6s;
    z-index: 4;
}
.commonMore:hover .btn{
    transform: translate(-3px,3px);
}
.commonMore .btn .btnContainer{
    display: flex;
    align-items: center;
    transform: skew(15deg);
}
.commonMore .btn .btnContainer .iconfont{
    margin-left: 32px;
    font-size: 18px;
    transition: all .6s;
}
.commonMore:hover .btn .btnContainer .iconfont{
    transform: rotate(45deg);
}
.box2{
    position: relative;
    z-index: 4;
    padding-bottom: 168px;
}
.box2 .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    transform: translateY(0);
}
.box2 .list li:nth-child(1){
    margin-top: 188px;
}
.box2 .list li .li1{
    transform: translateY(0);
}
.box2 .list li .item{
    position: relative;
    border-radius: 20px;
    transform: skewY(-10deg);
    overflow: hidden;
}

.box2 .list li .item::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(207, 40, 26, .1) 0%,rgba(207, 40, 26, .1) 60%,rgba(207, 40, 26, .5) 100%);
    z-index: 2;
}

.box2 .list li .item:not(:last-child){
    margin-bottom: 25px;
}
.box2 .list li .item .picCover{
    padding-top: 111.33%;
}
.box2 .list li .item .picCover .pic{
    border-radius: 20px;
}
.box2 .list li .item .liBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    transform: skewY(10deg);
    padding: 13px 13px 13px 34px;
    z-index: 3;
}
.box2 .list li .item .liBox .icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(-90deg, #CF281A, #F84E40);
    border-radius: 50%;
    transition: all .6s;
    opacity: 0;
}
.box2 .list li .item:hover .liBox .icon{
    opacity: 1;
}
.box2 .list li .item .liBox .icon .iconfont{
    font-size: 24px;
}
.box2 .list li .item .liBox .text-box{
    width: 100%;
    color: #FFFFFF;
    line-height: 1.2;
}
.box3{
    position: relative;
    background-color: #000;
    padding: 20px 0;
}
.box3 .box-c .swiper{
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
}
.box3 .box-c .swiper-slide{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.box3 .box-c .swiper-slide .picCover{
    padding-top: 53.125%;
}
.box3 .box-c .swiper-slide .picCover video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box3 .box-c .swiper-slide .slideBox{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .3);
    padding: 60px 40px;
    text-align: center;
    z-index: 4;
}
.box3 .box-c .swiper-slide .slideBox .text-box{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s;
}
.box3 .box-c .swiper-slide-active .slideBox .text-box{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.box3 .box-c .swiper-slide .slideBox .title{
    color: #FFFFFF;
    line-height: 80px;
}
.box3 .box-c .swiper-slide .slideBox .des{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    width: 670px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 4px auto 0;
}
.box3 .box-c .swiper-slide .slideBox .commonMore{
    margin-top: 25px;
}
.box3 .box-c .btns .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    z-index: 3;
}
.box3 .box-c .btns .btn .iconfont{
    font-size: 20px;
    font-weight: bold;
}
.box3 .box-c .btns .btn.btn-prev{
    left: 24px;
}
.box3 .box-c .btns .btn.btn-next{
    right: 24px;
}
.box4{
    padding: 128px 0 175px;
    background: url(../img//index-box4-bg.jpg);
    background-size: cover;
}
.box5 .title,
.box4 .title{
    color: #FFFFFF;
    text-align: center;
}
.box4 .box-c{
    margin-top: 60px;
}
.box4 .box-c .item,
.box4 .box-c .items{
    white-space: nowrap;
    display: flex;
}
.box4 .box-c .item{
    animation: move 27s linear infinite;
}
.box4 .box-c .items{
    gap: 10px;
}
.box4 .box-c .items:nth-child(2n) .item{
    animation-direction: reverse;
}
@keyframes move {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes move1 {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
.box4 .box-c .items:hover .item{
    animation-play-state: paused;
}
.box4 .box-c .items:not(:last-child){
    margin-bottom: 10px;
}
.box4 .box-c .item li{
    position: relative;
    width: 260px;
    background-color: #fff;
    transform: skew(-10deg);
    border-radius: 10px;
    overflow: hidden;
}
.box4 .box-c .item li:not(:last-child){
    margin-right: 10px;
}
.box4 .box-c .item li .picCover{
    padding-top: 53.84%;
}
.box4 .box-c .item li .picCover .pic img{
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
}
.box5{
    padding: 112px 0;
    background-color: #222222;
}
.box5 .box-c{
    margin-top: 54px;
    text-align: center;
}
.box5 .box-c .commonMore{
    margin-top: 68px;
}
.box6{
    padding: 120px 0 160px;
}
.box6 .box-c{
    text-align: center;
    opacity: 1;
}
.box6 .box-c .en{
    font-family: Anton;
    font-weight: 400;
    /* font-size: 140px; */
    color: #FFFFFF;
    line-height: 1;
    font-style: italic;
    background: linear-gradient(-90deg, #CF281A 0.1220703125%, #F84E40 96.6064453125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .25em;
}
.box6 .box-c .more{
    position: relative;
    display: inline-block;
}
.box6 .box-c .more .pic{
    width: 193px;
    height: 193px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation: rotate360 6s linear infinite;
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.box6 .box-c .more .pic img{
    max-width: 100%;
    max-height: 100%;
}
.box6 .box-c .more .icon{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(207, 40, 26, .5);
    transform: scale(.725);
    transition: all .6s;
}
.box6 .box-c .more:hover .icon{
    /* background: linear-gradient(-90deg, #CF281A, #F84E40); */
    border-color: transparent; 
    background: rgba(207, 40, 26, 1);
}
.box6 .box-c .more .icon .iconfont{
    font-size: 46px;
    font-weight: bold;
    color: rgba(207, 40, 26, 1);
    /* background: linear-gradient(-90deg, #CF281A 0.1220703125%, #F84E40 96.6064453125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    transition: all .6s;
}
.box6 .box-c .more:hover .icon .iconfont{
    background: transparent;
    /* color: #fff; */
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
}
.box6 .box-b{
    margin: 100px auto 0;
    background: #CF281A;
    border-radius: 10px;
    width: 900px;
    padding: 43px 30px;
    max-width: 100%;
}
.box6 .box-b .title{
    font-family: Anton;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}
.box6 .box-b form{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.box6 .box-b form .form-r,
.box6 .box-b form .form-l{
    width: 48.8%;
}
.box6 .box-b form .form-l .inputItem{
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
}
.box6 .box-b form .form-l .inputItem:not(:last-child){
    margin-bottom: 10px;
}
.box6 .box-b form .form-l .inputItem input{
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-family: Anton;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    background: transparent;
}
.box6 .box-b form .form-r textarea::placeholder,
.box6 .box-b form .form-l .inputItem input::placeholder{
    font-family: Anton;
    color: rgba(204, 204, 204, 1);
}
.box6 .box-b form .form-l .inputItem .input2::placeholder,
.box6 .box-b form .form-l .inputItem .input1::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 70px,rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input3::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 50px,rgba(207, 40, 26, 1) 50px,rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input4::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 110px, rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input5::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 35px,rgba(207, 40, 26, 1) 35px,rgba(207, 40, 26, 1) 50px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .select{
    position: relative;
    width: 100%;
    height: 100%;
}
.box6 .box-b form .form-l .inputItem .select .select-t{
    display: flex;
    padding: 0 20px;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.box6 .box-b form .form-l .inputItem .select .select-t-l{
    color: rgba(204, 204, 204, 1);
    flex: 1;
    margin-right: 20px;
}
.box6 .box-b form .form-l .inputItem .select .select-t-l span{
    color: rgba(207, 40, 26, 1);
}
.box6 .box-b form .form-l .inputItem .select .select-t .iconfont{
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    transform: rotate(90deg);
}
.box6 .box-b form .form-l .inputItem .select .select-c{
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 8px;
    display: none;
}
.box6 .box-b form .form-l .inputItem .select .select-c .items{
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.box6 .box-b form .form-l .inputItem .select .select-c .item{
    display: block;
    font-family: Anton;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 48px;
    padding: 0 17px;
    width: 170px;
    border-radius: 5px;
    transition: all .6s;
}
.box6 .box-b form .form-l .inputItem .select .select-c .item:hover{
    color: rgba(207, 40, 26, 1);
}
.box6 .box-b form .form-l .inputItem .select .select-c .item.active{
    background-color: rgba(207, 40, 26, 1);
    color: #222222;
}
.box6 .box-b form .form-l .inputItem .select .select-c .item:not(:last-child){
    margin-bottom: 3px;
}
.box6 .box-b form .form-r-t .r-title{
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}
.box6 .box-b form .form-r-t .items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 19px;
    margin-top: 14px;
}
.box6 .box-b form .form-r-t .items .item{
    display: flex;
    font-family: Anton;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    align-items: center;
}
.box6 .box-b form .form-r-t .items .item input{
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    visibility: hidden;
    margin-right: 7px;
}
.box6 .box-b form .form-r-t .items .item input::after,
.box6 .box-b form .form-r-t .items .item input::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    visibility: visible;
}
.box6 .box-b form .form-r-t .items .item input::after{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "iconfont";
    font-size: 20px;
    content: "\e7ed";
    color: rgba(207, 40, 26, 1);
    opacity: 0;
}
.box6 .box-b form .form-r-t .items .item input:checked::after{
    opacity: 1;
}
.box6 .box-b form .form-r textarea{
    display: block;
    width: 100%;
    margin-top: 12px;
    font-family: Anton;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    padding: 14px 19px;
    border: none;
    outline: none;
    resize: none;
}
.box6 .box-b form .form-r .submit{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #CF281A;
    line-height: 50px;
    background: #222222;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .box6,
    .box5,
    .box4{
        padding: 100px 0;
    }
    .box5 .box-c .commonMore,
    .box6 .box-b,
    .box4 .box-c{
        margin-top: 55px;
    }
}
@media (max-width: 1024px) {
    .box6,
    .box5,
    .box4{
        padding: 80px 0;
    }
    .box5 .box-c,
    .box5 .box-c .commonMore,
    .box6 .box-b,
    .box4 .box-c{
        margin-top: 50px;
    }
    .box2 .list li .item .liBox .text-box{
        font-size: 18px;
    }
    .box2 .list li .item .liBox .icon{
        width: 50px;
        height: 50px;
    }
    .box2 .list li .item .liBox{
        padding-left: 13px;
    }
    .box2 .list{
        gap: 15px;
    }
    .box2 .list li .item:not(:last-child){
        margin-bottom: 15px;
    }
    .box3 .box-c .swiper-slide .slideBox .title{
        line-height: 2;
    }
    .box3 .box-c .swiper-slide .slideBox .des{
        font-size: 20px;
    }
    .box4 .box-c .item li{
        width: 220px;
    }
    .box6 .box-c .more .pic{
        width: 149px;
        height: 149px;
    }
    .box6 .box-c .en{
        margin-bottom: .5em;
    }
}
@media (max-width: 768px) {
    .box4 .box-c .item li{
        width: 180px;
    }
    .box6,
    .box5,
    .box4{
        padding: 70px 0;
    }
    .box5 .box-c,
    .box5 .box-c .commonMore,
    .box6 .box-b,
    .box4 .box-c{
        margin-top: 45px;
    }
    .box3 .box-c .btns .btn.btn-prev{
        left: 15px;
    }
    .box3 .box-c .btns .btn.btn-next{
        right: 15px;
    }
    .box3 .box-c .swiper-slide .slideBox{
        padding: 30px 27px;
    }
    .box3 .box-c .swiper-slide .slideBox .title{
        font-size: 20px;
    }
    .box3 .box-c .swiper-slide .slideBox .des{
        font-size: 16px;
    }
    .banner .btn{
        width: 36px;
        height: 36px;
    }
    .commonMore .btn{
        line-height: 45px;
    }
    .commonMore .btn .btnContainer .iconfont{
        margin-left: 20px;
    }
    .box5{
        /* padding-bottom: 0 !important; */
    }
    .box6 .box-b form{
        flex-direction: column;
    }
    .box6 .box-b form .form-r, .box6 .box-b form .form-l{
        width: 100%;
    }
    .box6 .box-b form .form-r{
        margin-top: 30px;
    }
}
@media (max-width: 600px)  {
    .box4 .box-c .item li{
        width: 150px;
    }
    .box1 .textContainer .numberList{
        font-size: 16px;
    }
    .box1 .textContainer .numberList .text-des{
        font-size: 18px;
    }
    
    .box2 .list li:nth-child(1){
        margin-top: 0 !important;
        transform: translateY(0)!important;
        grid-column: 1/3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .box2 .list li:nth-child(1) .item:nth-last-child(1){
        grid-column: 2;
    }
    .box2 .list{
        grid-template-columns: repeat(2, 1fr);
    }
    .box6 .box-c .more .pic{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 500px) {
    .box6 .box-b form .form-r-t .r-title{
        font-size: 16px;
    }
    .box6 .box-b form .form-l .inputItem .input2::placeholder,
.box6 .box-b form .form-l .inputItem .input1::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 60px,rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input3::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 40px,rgba(207, 40, 26, 1) 50px,rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input4::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 96px, rgba(207, 40, 26, 1) 64px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.box6 .box-b form .form-l .inputItem .input5::placeholder{
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0, rgba(204, 204, 204, 1) 28px,rgba(207, 40, 26, 1) 35px,rgba(207, 40, 26, 1) 50px);
    background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
    .box6 .box-b form .form-r textarea,
    .box6 .box-b form .form-l .inputItem input{
        font-size: 14px;
    }
    .box6 .box-b form .form-l .inputItem{
        height: 45px;
    }
    .box6 .box-b{
        padding: 30px 20px;
    }
    .box6 .box-b .title{
        font-size: 20px;
    }
    .box4 .box-c .item li .picCover .pic img{
        max-width: 65%;
        max-height: 65%;
    }
    .box4 .box-c .item li{
        width: 120px;
    }
    .box6,
    .box5,
    .box4{
        padding: 60px 0;
    }
    .box5 .box-c,
    .box5 .box-c .commonMore,
    .box6 .box-b,
    .box4 .box-c{
        margin-top: 35px;
    }
    .box3 .box-c .btns .btn.btn-prev{
        left: 7px;
    }
    .box3 .box-c .btns .btn.btn-next{
        right: 7px;
    }
    .box3 .box-c .swiper-slide .slideBox .title{
        font-size: 18px;
        line-height: 1.5;
    }
    .box3 .box-c .swiper-slide .slideBox .des{
        font-size: 14px;
        line-height: 1.5;
    }
    .commonMore .btn{
        font-size: 12px;
        line-height: 36px;
        padding: 0 14px;
    }
    .commonMore .btn .btnContainer .iconfont{
        font-size: 16px;
        margin-left: 14px;
    }
    .box1 .textContainer .numberList .text-des{
        font-size: 12px;
    }
    .box1 .textContainer .numberList .counter{
        font-size: 20px;
    }
    .box1 .textContainer .numberList{
        font-size: 14px;
    }
    .banner .drop{
        bottom: 15px;
    }
    .banner .drop .iconfont.icon-shubiao{
        margin-bottom: 0;
    }
    .box6 .box-b form .form-l .inputItem .select .select-c .item{
        line-height: 40px;
    }
    .box6 .box-b form .form-r .submit{
        line-height: 45px;
    }
   
}