.w1080 {
    max-width: 1080px;
    margin: 0 auto;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: 99;
}
.header.shadow{
 box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.header .w1080 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-l {
    width: auto;
    height: 35px;
}

.header-r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-r a {
    font-size: 16px;
    color: #333333;
    margin-right: 25px;
}

.nav_but {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    background: #f0f1f2;
    border-radius: 5px;
    cursor: pointer;
}

.navBtn {
    width: 28px;
    height: 16px;
    position: relative;
    z-index: 9;
}

.navBtn span {
    display: block;
    height: 2px;
    background: #333333;
    top: 0px;
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navBtn span:nth-child(2) {
    top: 7px;
}

.navBtn span:nth-child(3) {
    top: 14px;
}

.closeNavbtn {
    background: #1d1d1b;
}

.closeNavbtn span {
    background: #fff;

}

.closeNavbtn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.closeNavbtn span:nth-child(2) {
    display: none;
}

.closeNavbtn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

.nav_but:hover .navBtn span {
    background: #e60015;
}

.closeNavbtn:hover .navBtn span {
    background: #fff;
}

.nav {
    position: fixed;
    top: 0;
    right: -50%;
    bottom: 0;
    width: 50%;
    background: #1d1d1b;
    color: #fff;
}

.nav ul {
    padding-top: 100px;
}

.nav ul li h4 {
    padding: 0 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    position: relative;
}

.nav ul li h4 a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
}

.nav2 a {
    display: block;
    padding-left: 76px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.expand h4 span {
    position: absolute;
    top: 0;
    right: 0px;
}

.expand .nav2 {
    display: none;
}

.expand.current span {
    transform: rotate(180deg);
}

.nav ul li:last-child h4 a {
    display: inline-block;
}

.fillIn {
    height: 75px;
}

.banSwiper {
    height: 766px;
}

.slideBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

.slideText {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index_bg.jpg);
}

.slideText h4 {
    font-size: 30px;
    color: #ffffff;
    width: 70%;
    line-height: 40px;

}

.swiper-slide-active .slideText h4 {
    animation: fadeInUp 1s ease-out;
}

.slideImg {
    width: 60%;
}

.slide_img {
    width: 100%;
    height: 636px;
}

.slideImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .slideImg img {
    /* animation: fadeInRights 2s ease-out; */
     animation: slideInFromRight 1s ease-out  forwards;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(90%);
    opacity: 0; 
  }
  to {
    transform: translateX(0); 
    opacity: 1;
  }
}
.banSwiper .banPagination {
    left: 40%;
    width: 60%;
}

.banSwiper .banPagination span {
    width: 90px;
    height: 4px;
    margin: 0 !important;
    background: #dadada;
    border-radius: 0;
    opacity: 1;
}

.banSwiper .banPagination .swiper-pagination-bullet-active {
    background: #505050;
}

.index2 {
    padding-top: 60px;
    background: #1d1d1b;
}

.index2 h4 {
    width: 85%;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.index2 a {
    display: block;
    width: 120px;
    margin: 0 auto;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #e60014;
    text-align: center;
    margin-bottom: 40px;
}

.index2Box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.index2Item {
    width: calc(50% - 40px);
    padding-bottom: 40px;
}

.index2 .index2Item h4 {
    width: 100%;
    font-size: 18px;
    color: #e60014;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.index2Item p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.index3 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.indexTt {
    width: 61%;
    margin: 0 auto;
    text-align: center;
}

.indexTt h4 {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.indexTt p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.index3List {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* row-gap: 50px; */
    column-gap: 50px;
}

.index3Img {
    position: relative;
}

.index3_Img {
    width: 100%;
    height: 190px;
}

.index3_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.index3_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(29, 29, 27, .8);
}

.index3_bg h4 {
    padding: 10px;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    position: relative;
}

.index3List a p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #333333;
    margin: 10px;
    padding-bottom: 5px;
    opacity: 0;
    position: relative;
}

.index3List a p::after,
.index3_bg h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 1px;
    margin-left: -21px;
    background: #e60015;
}

.index3List a:hover .index3_Img img {
    filter: grayscale(0);
}

.index3List a:hover .index3_bg {
    display: none;
}

.index3List a:hover p {
    opacity: 1;
}

.index4 {
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 40px;
}

.index4List {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 100px;
    margin-bottom: 30px;
    padding-top: 20px;
    overflow: hidden;

}

.index4Item {
    text-align: center;
}

.index4Img {
    margin-bottom: 10px;
}

.index4Img img {
    width: 171px;
    height: 171px;
    border-radius: 100%;
}

.index4Item h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 30px;
}

.index4Item p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 10px;
}

.index4Item a {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    margin: 0 auto;
}

.index4Item a:hover {
    background-image: url(../images/icon3_h.png);
}

.index4A {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.index4A a {
    padding: 5px 25px;
    border: 1px #e60014 solid;
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.index5 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.index5Swiper {
    height: 54px;
    margin-top: 30px;
}

.index5Swiper .swiper-slide {
    height: 52px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5Swiper .swiper-slide:hover {
    border: 1px #e60014 solid;
}

footer {
    background-color: #1d1d1b;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 5px;
}

.foot_logo {
    height: 58px;
    margin-bottom: 10px;
}

.foot_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.foot_nav a {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    display: block;
    margin: 0 20px;
}

.foot_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.foot_icon a {
    margin: 0 10px;
}

.foot_nav a:hover {
    color: #fff;
}

footer p {
    font-size: 14px;
    color: #f8f8f8;
    line-height: 24px;
}

.rightBox {
    position: fixed;
    bottom: 20%;
    right: 0px;
    display: none;
    z-index: 9;
}

.frightItem {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    cursor: pointer;
    border-radius: 5px;
}

.ban {
    width: 100%;
    height: 496px;
}

.ban .w1080 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ban .w1080 h4 {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
}

.about1 {
    padding: 40px 0px;
}

.aboutText h4 {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 30px;
}

.aboutText p {
    width: 65%;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
}

.about2 {
    padding: 60px 0px;
}

.number {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
}

.number-text h2 {
    font-size: 36px;
    color: #e5000f;
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

.number-text.plus h2::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    color: #e5000f;
}

.number-text h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.number-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.about3 {
    padding-top: 50px;
}

.about3List {
    padding-top: 10px;
}

.about3Item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.about4L {
    width: calc(50% - 40px);
    padding-right: 40px;
    height: 246px;
}

.about4L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about4R {
    width: calc(50% - 40px);
    padding-right: 40px;
}

.about4R h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}

.about4R p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 40px;
}

.more{
    padding: 4px 30px;
    border: 1px #e60014 solid;
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
}

.about3Item:nth-child(2n) {
    flex-direction: row-reverse;
}

.about3Item:nth-child(2n) .about4L {
    padding-right: 0;
    padding-left: 40px;
}

.about4 {
    padding: 50px 0;
    background: #f8f8f8;
}

.about4List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 50px;
    padding-top: 15px;
}

.about4Item {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 18px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about4Img {
    margin-right: 10px;
    width: 57px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_h {
    display: none;
}

.about4Item p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
}

.about4Item:hover {
    border: 1px solid #e60016;
}

.about4Item:hover p {
    color: #e60016;
}

.about4Item:hover .img {
    display: none;
}

.about4Item:hover .img_h {
    display: block;
}

.gotochina1 {
    padding-bottom: 60px;
}

.gotochina1Box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #f8f8f8;
    margin-bottom: 45px;
}

.gotochina1L {
    width: 50%;
    height: 272px;
    overflow: hidden;
}

.gotochina1L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
          transition: all 0.6s;
}
.gotochina1L img:hover{
    transform: scale(1.2);
}
.gotochina1R {
    width: calc(50% - 60px);
    padding: 0px 30px;
}

.gotochina1R h4 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gotochina1R h6 {
    font-size: 14px;
    color: #e30000;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dfdfdf;
}

.gotochina1R p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.gotochina1List {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
}

.gotochina1Item {
    padding-right: 30px;
    border-right: 1px solid #efefef;
}

.gotochina1Item:last-child {
    border-right: 1px solid transparent;
}

.gotochina1Img {
    width: 100%;
    height: 62px;
    margin-bottom: 20px;
}

.gotochina1Item h4 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.gotochina1Item p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.gotochina2Box {
    background: rgb(255, 255, 255, .8);
    padding-top: 60px;
    padding-bottom: 40px;
}

.gotochina2Text {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.gotochina2Text h4 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}

.gotochina2Text p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.gotochina3 {
    padding-bottom: 50px;
}

.gotochina3 .w1080 {
    background: #f7f7f7;
    padding-bottom: 10px;
}

.gotochina3Box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.gotochina3Box  .gotochina1R p{
        display: block;
}
.gotochina3Box .gotochina1R {
    width: calc(40% - 60px);
}

.gotochina3R {
    width: 60%;
    position: relative;
    padding-bottom: 22px;
}

.gotochinaSwiper {
    height: 281px;
}

.gotochinaSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gotochinaPagination {
    top: auto !important;
    bottom: 0px;
    background: #d8d8d8;
    height: 2px !important;
}

.gotochinaPagination .swiper-pagination-progressbar-fill {
    background: #585858;
}

.about5_box {
    padding: 40px 80px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    margin: 0 10px;
    margin-top: 35px;
}

.slide_box h4 {
    font-size: 18px;
    color: #e30000;
    line-height: 34px;
}

.about5_img {
    width: 9px;
    height: 9px;
}

.about5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_box ul {
    padding-top: 20px;
}

.slide_box ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.slide_box ul li:last-child {
    border: none;
}

.slide_box ul li h6 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    font-weight: bold;
}

.slide_box ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide_box ul li p span {
    display: block;
    width: 50%;
}

.about5_box::after {
    content: '';
    position: absolute;
    top: 85px;
    left: 45px;
    right: 0;
    width: calc(100% - 90px);
    height: 2px;
    z-index: 0;
    background: #e1e1e1;
}

.about5-prev,
.about5-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #dedddd;
    top: 70px;
    margin-top: 0px;
    right: 15px;
}

.about5-prev::after,
.about5-next::after {
    display: none;
}

.about5-prev {
    right: auto;
    left: 15px;
}

.about5-prev:hover,
.about5-next:hover {
    background: #1d1d1b;
}

.about5-prev:hover:after,
.about5-next:hover:after {
    color: #1d1d1b;
}

.about5-nex.swiper-button-disabled,
.about5-prev.swiper-button-disabled {
    opacity: .6;
}
.gotochina4List{
    margin: 0 10px;
    margin-top: 40px;
    padding: 20px;
    background: #fff;
}
.gotochina4Text{
        font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.gotochina4List ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}
.gotochina4List li .gotochina4Box{
    background: #f8f8f8;
    padding: 20px;
}
.gotochina4List li h4{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.gotochina4List li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
        height: 96px;
    overflow: hidden;
}
.openBut{
 width: 10px;
 height: 6px;
 background-image: url(../images/zhankai.png);
 background-size: 10px 6px;
     margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}
.gotochina4List li.current p{
    height: auto;
}
.gotochina4List li.current .openBut{
 background-image: url(../images/shouqi.png);
}
.service1{
        padding-top: 40px;
        padding-bottom: 110px;
}
.service1Item{
        padding-bottom: 30px;
}
.service1Item h4{
        display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1d1d1b;
    cursor: pointer;
}
.service1Item h4 img{
        margin-right: 10px;
}
.service1Item.current h4 img{
    transform: rotate(90deg);
}
.service1Ul{
    display: none;
    padding-top: 20px;
}
.service1Ul ul{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}
.service1Img{
    border-bottom: 1px solid #f8f7f7;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.service1Img img{
     cursor: pointer;
  transition: all 0.6s;
}
.service1Img img:hover{
      transform: scale(1.2);
}
.service1Ul ul li h6{
        font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}
.service1Ul ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.service2{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.service2L{
    width: 100%;
    background: #1d1d1b;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.service2Text{
    width: 515px;
    padding-right: 25px;
}
.service2Text h4{
    font-size: 22px;
    color: #e60016;
    line-height: 30px;
}
.service2Text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 25px;
}
.service2Text p:last-child{
    margin-bottom: 0px;
}
.service2R {
    height: 423px;
}
.service2R  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service3{
        padding-top: 50px;
}
.service3Item{
        display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.service3L{
        width: 55%;
}
.service3L h4{
font-size: 22px;
    color: #e30000;
    line-height: 30px;
    background-image: url(../images/service3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 82px 12px;
    padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
        display: inline-block;
}
.service3L p{

    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 30px;
    min-height: 160px;

}
.service3R{
    width: calc(45% - 30px);
    height: 264px;
    overflow: hidden;
}
.service3R img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      transition: all 0.6s;
}
.service3R img:hover{
      transform: scale(1.2);
}


.about-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    background: #fff;
}

.about-video .bofang {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video .bofang img {
    width: 60px;
    height: 60px;
}
.service4{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #333333;
}
.service4 .w1080{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.service4L{
        width: calc(50% - 30px);
    margin-right: 30px;
}
.service4Text h4{
    font-size: 22px;
    color: #e50009;
    line-height: 40px;
}
.service4Text p{
font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 20px;
}
.service4Text ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.service4Text ul li{
padding-right: 40px;
    border-right: 1px solid #5a5a5a;
    margin-right: 30px;
}
.service4Text ul li:last-child{
    border: none;
}
.service4Text ul li h2{
    display: inline-block;
font-size: 36px;
    color: #e60015;
    line-height: 40px;
    position: relative;
    padding-right: 32px;
}
.service4Text ul li h2::after{
    content: "%";
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
      line-height: 40px;
    color: #e60015;
}
.service4Text ul li p{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0px;
    height: 40px;
}
.service4R {
    width: 50%;
    height: 340px;
}
.service5{
padding-top: 50px;
}
.service5 .gotochina1Box{
    flex-direction: row-reverse;
    margin-bottom: 0px;
}
.service5 .gotochina1L{
    height: 281px;
}
.service5 .gotochina1Box:nth-child(2n){
      flex-direction: row;
}
.service6{
    padding-bottom: 50px;
}
.service6 .about5_box{
 margin: 0px;
 padding-top: 0px;
}
.service6 .about5_box::after{
    top: 46px;
    left: 30px;
    width: calc(100% - 60px);
}
.service6 .about5-prev{
left:0px;
top: 33px;
}
.service6 .about5-next{
right:0px;
top: 33px;
}
.service6Text{
    margin: 20px 0;
        height: 48px;
    overflow: auto;
}
.service6Text p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.service6Text p span{
color: #333333;
    padding-right: 25px;
}
.service6Img{
    width: 100%;
    height: 178px;
    overflow: hidden;
}
.service6Img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      transition: all 0.6s;
}
.service6Img img:hover{
      transform: scale(1.2);
}
.contact{
     position: relative;
          padding-top: 40px;
    padding-bottom: 110px;
}
.contact .w1080{
        display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contactL{
        width: calc(100% - 384px);
}
.form{
        padding-right: 30px;
}
.form  form{
        display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.form  form h4{
        font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.divInp{
width: calc(50% - 30px);
    padding: 2px 10px;
    border: 1px solid #eaebec;
    margin-bottom: 20px;
    background: #fff;
}
.divInp.long{
width: calc(100% - 20px);
}
.divInp input{
        width: 100%;
    font-size: 14px;
    color: #333;
    outline: none;
    border: none;
    line-height: 30px;
}
.divInp textarea{
    width: 100%;
    font-size: 14px;
    color: #333;
    outline: none;
    border: none;
    height: 120px;
    resize: none;
    line-height: 30px;
}
.form  form .more{
    cursor: pointer;
}
.contactR{
    width: 384px;
    position: relative;
}
.contact::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: calc((100% - 1080px)/2 +  384px);
    z-index: -1;
    background: linear-gradient(to right, #dddddd, #f8f8f8);
}
.contactText{
    padding: 0 30px;
}
.contactText h4{
        font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.contactTel{
    padding-left: 50px;
    margin-bottom: 20px;
    background-image: url(../images/contact1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 40px;
}
.contactTel p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.contactTel h6{
    font-size: 20px;
    color: #e60015;
    line-height: 25px;
}
.contactT{
 margin-bottom: 20px;
}
.contactT  span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.contactT a{
       font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-decoration: underline; 
}
.contactT p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.bg1Swiper .swiper-pagination-bullet-active{
  background: #505050;
}