
.container{
    width: 1440px; margin:0 auto;
}

.container1280{
  width: 1280px; margin:0 auto;
}
.container1440{
  width: 1440px; margin:0 auto;
}









  /**/
  .index-banner .f-center {
    text-align: center;
}

.index-banner .f-14 {
    font-size: 14px;
}

.index-banner .pcimg {
    width: 100%;
    height: auto;
}

.index-banner .moimg {
    display: none;
}

.index-banner .banner .swiper-slide img {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.index-banner .bannerPic {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.index-banner .swiper-slide.active .bannerPic {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.index-banner .banner .swiper-slide .ind_ban_tex {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: none;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
    font-size: 46px;
    font-family: 'Oswald', impact, Arial, sans-serif !important;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
    margin-bottom: 10px;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide .ind_ban_tex .b_line {
    width: 50px;
    margin: 0px 0px 40px;
    height: 2px;
    background: #fff;
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_title_en {
    transition: all 2s ease .5s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_title {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .b_line {
    transition: all 2s ease .8s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_info {
    transition: all 2s ease 1s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-button-prev {
    background-image: none;
    left: calc(8.335% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background-color: rgba(202, 202, 202, 0.3);
    transition: all .3s ease;
    display: none;
}

.index-banner .banner .swiper-button-next {
    background-image: none;
    right: calc(8.335% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background-color: rgba(202, 202, 202, 0.3);
    transition: all .3s ease;
    display: none;
}

.index-banner .banner .swiper-button-next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

.index-banner .banner .swiper-button-prev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

.index-banner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 14px;
    opacity: 0.5;
    color: transparent;
}

.index-banner .banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
}

.index-banner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

.index-banner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}

.index-banner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

.index-banner .banner .swiper-pagination {
    font-size: 0;
}

.index-banner .banner .swiper-pagination>span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.index-banner .banner .swiper-container-rtl .swiper-button-next {
    left: calc(8.335% - 32px);
}

.index-banner .banner .swiper-container-rtl .swiper-button-prev {
    right: calc(8.335% - 32px);
}

.index-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5%;
}

.index-banner .banner .swiper-pagination-custom {
    bottom: 5%;
}

.index-banner .banner .swiper-pagination-fraction {
    bottom: 5%;
}

.index-banner .right {
    right: -2px;
}

.index-banner .left {
    left: -2px;
}

.index-banner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}

.index-banner .rightcircle {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 0;
}

.index-banner .leftcircle {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 0;
}

.index-banner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

@media(max-width: 1366px) and (min-width: 1025px) {
    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 32px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 38px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 16px;
    }

    .index-banner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
    }

    .index-banner .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .index-banner .f-center {
        padding-top: 0px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 26px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 30px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 14px;
    }

    .index-banner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .index-banner .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .b_line {
        margin: 0px auto 20px;
    }
}

@media(max-width: 768px) {
    .index-banner .f-center {
        padding-top: 0px;
        height: auto;
    }

    .index-banner .moimg {
        display: block;
        height: 100%;
    }

    .index-banner .pcimg {
        display: none;
    }

    .index-banner .banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }

    .index-banner .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .index-banner .rightcircle {
        display: none;
    }

    .index-banner .banner .swiper-pagination-bullet-active .wrapper_con {
        display: none;
    }

    .index-banner .f-14 {
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 18px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 20px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .b_line {
        width: 30px;
        margin: 0px auto 20px;
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .infoen {
        display: none;
    }

    .index-banner .banner .swiper-button-prev {
        display: none;
    }

    .index-banner .banner .swiper-button-next {
        display: none;
    }
}

.index-banner {
    width: 100%;
    max-width: none;
    min-width: 300px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}




.title{position:relative;width: 500px;padding-left: 100px;margin-bottom: 40px;}
.title::before{content:"";position: absolute;width: 70px;height:3px;background-color: #000;left: 0px;top: 30px;}
.title h1{font-size: 41px; color: rgb(51, 51, 51);font-weight: bold;display: inline;}
.title h3{font-size: 24px; color: rgb(51, 51, 51);font-weight: bold;}

.solution{
    background-color: #fafafa;
    padding: 30px;
}

.solution2{
    display:grid;
    grid-template-columns: repeat(3, 300px);
    grid-row-gap: 30px;
    grid-template-rows: 260px;
    margin-bottom:40px;
    width: 1100px !important;
    grid-column-gap: 6%;
}
.solution1{
    position: relative;
    overflow: hidden;
}
.solution1 .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.6s;
    text-align: center;
}

.solution1 .img1{
    border-radius:15px;
    transition: all .5s ease;
}
.solution1 .img1 img{
    width: 98%;
    height: 180px;
}

.solution1 h3{
    font-size: 20px;
    color: #121212;
    padding: 6px 10px;
    text-align:center;
    line-height:30px;
}

.solution1 h5{
    font-size: 12px;
    color: #666666;
}









.product{
    background-color: #fff;
    padding: 30px;
}

.product2{
    display:grid;
grid-template-columns: repeat(4, 23%);
grid-column-gap: 2%;
  grid-row-gap: 30px;
grid-template-rows: 310px;
margin-bottom:40px ;
width:1000px !important;
}
.product1{
    position: relative;
    overflow: hidden;
}
.product1 .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.6s;
    text-align: center;
}

.product1 .img1{
    border-radius:15px;
    transition: all .5s ease;
    height: 200px;
}
.product1 .img1 img{
    width: 98%;
}

.product1 h3{
    font-size: 20px;
    color: #121212;
    padding: 6px 10px;
    text-align:center;
    line-height:30px;
}

.product1 h5{
    font-size: 12px;
    color: #666666;
}


.about-bg{
    background-image: url('/images/about-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 451px;
    padding: 30px;
    color: #fff;
}

.about-bg .title h1{color: #fff;}
.about-bg .title h3{color: #fff;}
.about-bg .title::before{background-color: #fff;}

.about{}
.about p{font-size: 16px;text-indent: 2em;line-height: 30px;}

.news-bg{padding: 30px;}
.news-list{display: flex;padding:40px;background-color: #f7f7f7;margin-bottom: 30px;}
.news-list1{
    flex: 150px 0 auto;
    height: 80px;
}
.news-list1 img{width: 150px;height: 80px;}
.news-list2{
    flex: 650px 0 auto;padding-left: 30px;
    height: 80px;
}
.news-list2 h3{
    display: inline-block;
    font-size: 14px;
    color: #434343;
    font-weight: bold;
    line-height: 140%;
}
.news-list2 h5{
    display: block;
    font-size: 11px;
    color: #929292;
    line-height: 140%;
}
.news-list2 p{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding-top: 10px;
    color: #666666;
    font-weight: normal;
}


.message5{
    width: 100%;
    height: 700px;
}

.message{
    width: 100%;
    height: 352px;
    background-image: url('/images/message.jpg');
    background-attachment: fixed;
    padding-top: 120px;
}

.message1{
    width: 1200px;
    height: 600px;
    background-color: #fff;
    border-radius: 20px;
    padding:30px;
}



.message-list{
    display:grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 2%;
    grid-row-gap: 30px;
    grid-template-rows: 50px;
    margin-bottom:10px;
}

.message2{

}

.message2 h5{
    color: #5a5a5a;
    font-weight: bold;
    line-height: 40px;
}


.message2 input{
    border: 1px solid #dedede;
    font-size: 12px;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.message3{

}

.message3 input{
    background-color: #446de7;margin-top: 16px;
    font-size: 14px;border-style: solid;
    border-width: 0;
    line-height: 40px;
    height: 40px;
    width: 320px;text-align: center;
    color: #fff;
}




.partner-list{
    display:grid;
    grid-template-columns: repeat(7, 12%);
    grid-column-gap: 2%;
    grid-row-gap: 30px;
    grid-template-rows: 80px;
    margin-bottom:10px;
}


<!--0.0001838207244873-->