@charset "utf-8";

/* 轮播 */

.homeban {
    padding-top: 126px;
    height: 100vh;
    transition: all .3s;
}

.homebanbox {
    height: 100%;
    overflow: hidden;
}

.homeban_swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.homeban_slide {
    height: auto;
}

.homeban_pcimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeban_pcimg {
    transition: transform 6s ease;
}

.homeban_slide.swiper-slide-active .homeban_pcimg {
    transform: scale(1.05);
}

.homeban_txt {
    height: 100%;
    padding-bottom: 85px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
    z-index: 5;
    color: var(--txt_white);
    text-align: center;
}

.homeban_txth {
    font-size: 60px;
    font-weight: 700;
    line-height: 2.2;
}

.homeban_txty {
    font-size: 24px;
    text-transform: capitalize;
}

.homeban_txtx {
    display: flex;
    margin: 22px 0;
}

.homeban_txtx_l,
.homeban_txtx_r {
    height: 2px;
    border-radius: 2px;
}

.homeban_txtx.homeban_txtxs .homeban_txtx_l,
.homeban_txtx.homeban_txtxs .homeban_txtx_r {
    height: 2px;
    border-radius: 2px;
}

.homeban_txtx_l {
    width: 33px;
    background-color: var(--btn_bg_color1);
}

.homeban_txtx_r {
    margin-left: 3px;
    width: 86px;
    background-color: var(--btn_bg_color);
}

.homeban_txtx_r.baise {
    background-color: var(--txt_white);
}

.homeban_txtp {
    width: 40%;
    font-size: 16px;
    line-height: 28px;
}

.homeban_txt .homeban_txta {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border-radius: 30px;
    background-color: #0047ba;
    color: var(--txt_white);
    font-size: 16px;
    text-transform: capitalize;
}

.homeban_txta i {
    margin-left: 10px;
    transform: rotate(-90deg);
    font-size: 18px;
    margin-top: 2px;
    transition: all .5s;
}

.news .homeban_txta:hover i {
    transform: translateX(5px) rotate(-90deg);
}

.homeban_txt .homeban_txta:hover i {
    transform: translateX(5px) rotate(-90deg);
}

.homeban_zj {
    position: absolute;
    height: 85px;
    bottom: 0;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: var(--txt_white);
    z-index: 10;
}

.homeban_jdt {
    display: flex;
    justify-content: center;
 /* 水平居中 */
    align-items: center;
     /* 垂直居中 */
    height: 100%;
            /* 使容器占满其父元素的高度 */
    margin: 0 auto;
}

.homeban_btn {
    display: flex;
    justify-content: center;
 /* 水平居中 */
    align-items: center;
     /* 垂直居中 */
    height: 100%;
            /* 使容器占满其父元素的高度 */;
}

.homeban_jdt .swiper-pagination-bullet {
    width: 65px;
    height: 3px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    opacity: 1;
    background: none;
    position: relative;
    z-index: 11;
    outline: none;
    overflow: hidden;
}

.homeban_jdt .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--txt_white);
    opacity: 0.2;
}

.homeban_jdt .swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--txt_white);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10;
}

.homeban_jdt .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.homeban_jdt .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-animation: w100 6000ms 1;
    animation: w100 6000ms 1;
}

@keyframes w100 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.homeban_down {
    cursor: pointer;
    text-align: center;
}

.homeban_down p {
    color: var(--txt_white);
    font-size: 18px;
    text-transform: capitalize;
}

.homeban_down i {
    margin-top: 10px;
    transform: rotate(90deg);
    font-size: 20px;
    color: var(--txt_white);
    opacity: .6;
    animation: jump 2s ease-in-out infinite;
}

.homeban_btn {
    display: flex;
}

.homeban_btn i {
    font-size: 30px;
    color: var(--txt_white);
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    transition: all .3s;
}

.swiper-button-disabled i {
    opacity: 0.3;
}


/*首页标题*/
.g-titb1 {
    text-align: center;
    overflow: hidden;
    line-height: 3.333vw;
    margin-bottom: 3%;
}

.g-titb1.white {
    color: #fff;
}

.g-titb1.black {
    color: #000;
}

.g-titb1 .link {
    color: #fff;
    font-size: .888vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-left: 1.666vw;
}

.g-titb1 .link.c9 {
    color: #909090;
}

.g-titb1 .link.act,.g-titb1 .link:hover {
    color: #ff7200;
}

.g-titb1 .l .s {
    padding-left: 0;
}

.g-titb1.tal {
    text-align: center;
}

.g-titb1.tal .s {
    padding-left: 0;
}

.g-titb1 .s {
    font-size: 2.222vw;
    padding: 0 0vw;
    position: relative;
}

.g-titb1 .s::after {
    content: "";
    position: absolute;
    top: 0.8vw;
    left: -2vw;
    display: block;
    width: 1vw;
    height: 1vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: .166vw solid #0047ba;
    background-color: transparent;
}

.g-titb1 .p {
    font-size: .888vw;
    color: #666;
    line-height: 1.4;
}

.g-titb1 .p.white {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .g-titb1 {
        line-height: 45px;
    }

    .g-titb1 .s {
        font-size: 22px;
        padding: 0 12px;
    }

    .g-titb1 .s::after {
        width: 10px;
        height: 10px;
        border-width: 1px;
        top: 2vw;
        left: -4vw;
    }

    .g-titb1 .p {
        font-size: 14px;
    }
}



/* 产品 */

.box {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 8.3%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.p_110 {
    padding: 80px 0 80px 0;
    background-color: #f6f6f6;
    background: url(../images/img3.jpg) #f9f9f9 center center no-repeat;
}

.product_nav span {
    display: inline-block;
    position: relative;
	/*margin-right: 19px;
	min-width: 12px;*/;
}

.product_nav span:last-child {
    margin-right: 0;
    white-space: nowrap;
}

.product_nav span img {
    display: block;
}

.crumbs_nav {
    padding-top: 18px;
}

.product_nav span .img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.product_nav .item {
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 9px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}

.product_nav .item .con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    height: 56px;
}

.product_nav .item:hover {
    background-color: #0047ba;
    border: 1px solid #0047ba;
}

.product_nav .item.act {
    background-color: #0047ba;
    border: 1px solid #0047ba;
}

.product_nav .item.act span {
    color: #fff;
}

.product_nav .item:hover span {
    color: #fff;
}

.header .pro_con.two .pro_box {
    flex-wrap: wrap;
}

.header .pro_con.two .pro_box .item {
    margin-right: 0!important;
}

.product_nav .item:hover img:first-child,.product_nav .item.act img:first-child {
    opacity: 0;
}

.product_nav .item:hover .img2,.product_nav .item.act .img2 {
    opacity: 1;
}

.product_nav {
	/*display: flex;*/
	/* justify-content: center; */
    padding-top: 0px;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.product_nav .item:not(:last-child) {
    margin-right: 14px;
}

.product_list {
    margin: 0 0px;
    padding-top: 50px;
}

.product_list .swiper-slide {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.product_list .swiper-slide .con {
    display: block;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.product_list .pic img {
    display: block;
    width: 100%;
}

.product_list .txt {
    text-align: center;
    padding: 6px 0 54px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #efefef;
}

.product_list.new_s7 .txt {
    padding: 20px 10px 20px;
}

.product_list.new_s7 .txt .tit {
    margin-bottom: 0;
}

.product_list.new_s7 .pic {
	/* height: 380px; */
    overflow: hidden;
    position: relative;
}

.product_list.new_s7 .pic img {
    display: block;
    /* height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
	width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */;
}

.product_list .txt .tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4em;
    height: 1.4em;
}

.product_list .txt .desc p {
    font-size: 22px;
    color: #999999;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list .txt .desc {
    line-height: 2em;
}

.product_list .con:hover .tit {
    color: #0047ba;
}

.product_list .con:hover .desc p {
    color: #444;
}

.product_list .txt::before {
    content: '';
    width: 0%;
    background-color: #0047ba;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0px;
    height: 4px;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.product_list .con:hover .txt::before {
    width: 100%;
    left: 0;
    right: auto;
}


.product_list  .pri_d {
    bottom: 0;
}

.product_list .swiper-pagination-bullet {
    width: 20%;
    height: 2px;
    display: inline-block;
    border-radius: 0%;
    background: #c9cdd0;
    opacity: 1;
    margin: 0 !important;
}

.product_list .swiper-pagination-bullet-active {
    height: 3px;
    background-color: #e82837;
}

@media (max-width: 960px) {
    .box {
        padding: 0 4%;
    }
   .p_110 {padding-top: 50px;}
    .row2 .product_list {
        padding: 0px 0;
    }

    .product_nav .item .con {
        padding: 0 30px;
        height: 48px;
        overflow: hidden;
    }

    .product_nav .item,.new_box .new_l .tetx .time,.bot_t .t_item .t2 {
        font-size: 14px;
        margin-right: 14px;
    }

    .product_list .txt .tit {
        font-size: 14px;
    }

    .product_list.new_s7 .swiper-slide {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }

    .product_list.new_s7 {
        margin: 30px -5px 0;
    }

    .product_list.new_s7 .pic {
        height: 100%;
    }

    .product_nav.qhk2 {
        flex-wrap: nowrap;
        display: block;
    }

    .product_nav.qhk2 .item {
        margin-bottom: 10px;
    }
}


/* 关于 */
.s_width {
    width: 82%;
    margin: 0 auto;
}

.s_width2 {
    width: 85.5%;
    margin: 0 auto;
}

.s_width3 {
    width: 84%;
    margin: 0 auto;
}

.about {
    padding: 80px 0 80px 0;
    background: url(../images/cpbg.jpg) no-repeat center center #fafafc;
}

.about_con {
    display: flex;
    justify-content: space-between;
    padding: 0 0;
}

.about_l {
    width: 51%;
 /*display: flex;*/
    justify-content: space-evenly;
    flex-direction: column;
}

.about_t {
    font-size: 18px;
    line-height: 2.5;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about_t strong {
    font-size: 42px;
    line-height: 1.3;
}

.about_l a {
    display: block;
    width: 158px;
    line-height: 50px;
    border: 2px solid #333;
    text-align: center;
    font-size: 17px;
    border-radius: 45px;
}

.about_l a:hover {
    background-color: #0047ba;
    border: 2px solid #0047ba;
    color: #fff;
}

.about_con_c {
    font-size: 17px;
    line-height: 2.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 30px 0;
}

.about_line {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 25px 0;
}

.about_r {
    width: 42%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about_r a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: 0.5s;
    padding: 0 0 3rem 0;
}

.about_r a p {
}

.about_r a p strong {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: bold;
    display: block;
    transition: 0.5s;
    line-height: 2.6rem;
}

.about_r a p i {
    font-size: 1rem;
    color: #ffffff;
    font-style: normal;
    display: block;
    line-height: 2rem;
    transition: 0.5s;
}

.about_r a span {
    font-size: 30px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #ff0000;
    text-align: center;
    border-radius: 30px;
}

.about_r a:hover p strong {
    line-height: 2.1rem;
    font-size: 1.4rem;
}

.about_r a:hover p i {
    line-height: 2.3rem;
}
/*shuzi*/
.xinlai_num {
    padding: 50px 0 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xinlai_num #wrap {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xinlai_num section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.xinlai_num_x {
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, 0.1);
}

.xinlai_num .jumbo {
    font-size: 3rem;
    color: #0047ba;
    font-weight: bold;
    font-family: "pingfang sc";
    display: inline-block;
    line-height: 5rem;
    letter-spacing: -2px;
}

.xinlai_num #wrap .xinlai_num_li {
    font-size: 0.95rem;
    color: #646464;
    padding: 0 0 35px 0;
}

.xinlai_num #wrap .xinlai_num_li:nth-child(3),.xinlai_num #wrap .xinlai_num_li:nth-child(4) {
    padding: 0 0 0 0;
}

.xinlai_num #wrap .xin_li {
    display: flex;
    justify-content: center;
}

.xinlai_num #wrap .xin_li .xin_li_num {
}

.xinlai_num #wrap .xin_li .xin_li_num div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xinlai_num #wrap .xinlai_numd {
    background: none;
}

.xinlai_num #wrap .xinlai_num_li span {
    font-size: 18px;
    color: #646464;
    padding: 0 0 0 10px;
    font-family: "aven";
}

.xinlai_num #wrap .xinlai_num_li:nth-child(3) span {
    font-size: 18px;
}

.xinlai_num #wrap .xinlai_num_li:nth-child(4) span {
    font-size: 18px;
}

.xinlai_num #wrap .xinlai_num_li p {
    font-size: 18px;
    color: #646464;
    line-height: 2;
}

.xinlai_num.se_xinlai_num .jumbo {
    color: #e12327;
}

.xinlai_num.se_xinlai_num #wrap .xinlai_num_li {
    font-size: 0.95rem;
    color: #333;
    padding: 0 0 35px 0;
}

.xinlai_num.se_xinlai_num #wrap .xinlai_num_li span {
    font-size: 1.9rem;
    color: #333;
    padding: 0 0 0 10px;
    font-family: "aven";
}

.xinlai_num.se_xinlai_num #wrap .xinlai_num_li p {
    font-size: 1.1rem;
    color: #333;
    line-height: 35px;
    text-align: center;
}

@media only screen and (max-width:1200px) {
 
    .s_width {
        width: 92%;
    }
	
	.s_width2 {
        width: 92%;
    }
	.s_width3 {
        width: 92%;
    }

    .about_con {
        flex-wrap: wrap;
    }

    .about_l {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .about_r {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .about_t strong {
        font-size: 24px;
    }

    .about_t {
        font-size: 20px;
        line-height: 10px;
    }

    .about {
        padding: 50px 0 50px 0;
    }

    .about_con_c {
        margin: 15px 0 25px 0;
        font-size: 16px;
        line-height: 2;
        -webkit-line-clamp: 6;
    }

    .about_l a {
        width: 128px;
        line-height: 40px;
        font-size: 16px;
    }

    .about_r a {
        padding: 15px 0 5px 0;
    }

    .about_r a p strong {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .about_r a span {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 25px;
    }

    .xinlai_num #wrap .xinlai_num_li {
        width: 45%;
        padding: 0 0 15px 0;
    }

    .xinlai_num .jumbo {
        font-size: 30px;
        line-height: 2;
    }

    .xinlai_num #wrap .xinlai_num_li span {
        font-size: 24px;
    }

    .xinlai_num #wrap .xinlai_num_li:nth-child(3) span {
        font-size: 24px;
    }

    .xinlai_num #wrap .xinlai_num_li p {
        font-size: 16px;
        line-height: 2;
    }

    .xinlai_num {
        padding: 10px 0 0 0;
    }
}



/* 方案 */

.yingyong {
    padding: 80px 0 100px 0;
    background: url(../images/yy.jpg) no-repeat center bottom;
}

.yingyong2 {
    padding: 60px 0 80px 0;
    background: url(../images/yingbg2.jpg) no-repeat center top;
}

.indexsec03 {
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
}

.indexsec03 .topbox {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.indexsec03 .topbox p {
    width: 37%;
    line-height: 23px;
}

.indexsec03 .topbox .headLine01 {
    width: 60%;
}

.indexsec03 .listul li {
    float: left;
    width: 13.3%;
    margin-right: 1.42%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.indexsec03 .listul li:nth-child(6) {
    margin-right: 0;
}

.indexsec03 .listul p {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 22px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 75px;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s;
    writing-mode: tb-rl;
    letter-spacing: 3px;
}

.indexsec03 .listul p i {
    display: block;
    width: 40px;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

.indexsec03 .listul .listul_h {
    opacity: 0;
    transform: translate(0,-50%);
    padding: 0 35px;
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: 3;
    transition: 0.5s;
    ;
	-moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.listul_bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    ;
}

.indexsec03 .listul .on .listul_h {
    transform: none;
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
}

.indexsec03 .listul .on .listul_h span {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    display: block;
    margin-top: 21px;
    width: 100%;
}

.indexsec03 .listul .listul_h strong {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.indexsec03 .listul .on {
    width: 26.35%;
}

.indexsec03 .listul .on p {
    opacity: 0;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    top: inherit;
    bottom: 0px;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
}

.more {
    margin-top: 47px;
    padding: 0 19px;
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    background: #0047ba;
    background-size: cover;
    border-radius: 6px;
    font-style: normal;
}

.more a {
    height: 50px;
    line-height: 50px;
    background: url(../images/i_pic1.png) no-repeat right center;
    background-size: 7px 12px;
    padding-right: 21px;
}

@media only screen and (max-width:1200px) {
 
    .yingyong {
        padding: 50px 0 50px 0;
    }

    .indexsec03 .listul li {
        width: 49%;
        height: 240px;
        margin-bottom: 2%;
    }

    .indexsec03 .listul li:nth-child(2n+0) {
        margin-right: 0;
    }

    .indexsec03 .listul .on {
        width: 49%;
    }

    .indexsec03 .listul .on .listul_h {
        opacity: 0;
    }

    .indexsec03 .listul p {
        font-size: 16px;
    }

    .indexsec03 .listul .on p {
        font-size: 16px;
        opacity: 1;
    }

    .indexsec03 .listul .on .listul_bg {
        background: rgba(0, 0, 0, 0.5);
    }
}

/* 案例 */
.i-product {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8fbff;
    background: #fafafc url(../images/img26.png) center right no-repeat;
}

.i-product .box {
    margin-top: 50px;
}

.product li {
    float: left;
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: #eeeeee solid 1px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    position: relative;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product li:hover {
    box-shadow: 0px 0px 35px rgba(7,22,39,0.11);
}

.product li a, .product_li a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.product_li {
    padding: 22px;
    box-sizing: border-box;
}

.product_li a {
    border: #eeeeee solid 1px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FFFFFF;
}

.product_li a:hover {
    box-shadow: 0px 0px 35px rgba(7,22,22,0.11);
}

.product li .img, .product_li .img {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    border-bottom: #eeeeee solid 1px;
    box-sizing: border-box;
}

.product li .img img, .product_li .img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.product li:hover .img img, .product_li:hover .img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.product li .txt, .product_li .txt {
    padding: 4% 6% 6%;
}

.product li .txt .t1, .product_li .txt .t1 {
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.product li .txt .t2, .product_li .txt .t2 {
    font-family: "syl";
    color: #777777;
    font-size: 16px;
    line-height: 1.7;
}

.product li .btn, .product_li .btn {
    margin-top: 25px;
}

.product li .btn span , .product_li .btn span {
    display: inline-block;
    min-width: 150px;
    padding: 0px 20px;
    height: 48px;
    line-height: 46px;
    border: #e4e4e4 solid 1px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #777777;
    font-size: 16px;
}

.product li:hover .btn span, .product_li:hover .btn span {
    color: #FFFFFF;
    border: #1376e1 solid 1px;

    background: #1376e1;
}

.i-product .box p {
    padding-top: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .i-product {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .i-product .box {
        margin-top: 40px;
    }

    .product li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .product li:nth-child(3n) {
        margin-right: 4%;
    }

    .product li:nth-child(2n) {
        margin-right: 0;
    }

    .i-number ul li .timer, .i-number ul li .sp1, .i-number ul li .sp3 {
        font-size: 36px;
    }

    .product li .btn span, .product_li .btn span {
        height: 44px;
        line-height: 42px;
        font-size: 15px;
    }

    .product li .txt .t1, .product_li .txt .t1 {
        font-size: 15px;
    }

    .product li .txt .t2, .product_li .txt .t2 {
        font-size: 15px;
    }

    .i-product .box p {
        font-size: 15px;
        line-height: 40px;
    }
}




/* 合作伙伴 */
.hezuo {
    padding: 80px 0 86px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.hezuo .homeban_txtx {
    justify-content: center;
}

.hezuo_hb {
    margin-top: 50px;
    overflow: hidden;
}

.hezuo_container {
    width: 100%;
}

.hezuo_slide_img {
    overflow: hidden;
}

.hezuo_slide_img img {
    width: 100%;
}

.hezuo_slide {
    height: auto;
    transform: scale(.8);
    transition: 300ms;
    padding: 3px;
    filter: grayscale(100%);
    opacity: 0.6;
}

.hezuo_slide_img {
    border-radius: 35px;
    padding: 45px 70px 50px 70px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hezuo_slide.swiper-slide-active {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
}

.hezuo_pagination {
    margin-top: 50px;
}

.hezuo_pagination span {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.hezuo_pagination .swiper-pagination-bullet-active {
    background-color: var(--btn_bg_color1);
}

.hezuo_prev,
.hezuo_next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1.5px solid #0047ba;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 5;
    background: rgba(255, 255, 255, .6);
    font-weight: bold;
}

.hezuo_prev {
    left: 17%;
}

.hezuo_next {
    right: 14%;
}

.hezuo_prev i,
.hezuo_next i {
    font-size: 20px;
    color: var(--btn_bg_color1);
}

.news {
    background: #f7f7f7;
    overflow: hidden;
    padding: 80px 0 86px 0;
}

.hdnews {
    clear: both;
    margin-top: 2%;
    padding-bottom: 6%;
}

.hdnews li {
    float: left;
    width: 49%;
}

.hdnews li:nth-child(2n+0) {
    float: right;
}

.hdnews li .boxs2 {
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.hdnews li .boxs2:hover {
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}

.hdnews li .boxs2.bgs1 {
    height: 740px;
}

.hdnews li .boxs2.bgs2 {
    height: 420px;
}

.hdnews li .boxs2.bgs3 {
    height: 300px;
}

.hdnews li .boxs {
    max-width: 700px;
    margin: 0 auto;
    width: 94%;
    overflow: hidden;
}

.hdnews li .tit {
    height: 74px;
    line-height: 74px;
    display: block;
    overflow: hidden;
    background: url(../images/i_news_bg2.png) right center no-repeat;
    background-size: 8px 16px;
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.hdnews li .tit:hover {
    background-image: url(../images/i_news_bg1_on.png);
}

.hdnews .i_news_img {
    position: relative;
    padding-top: 300px;
    overflow: hidden;
}

.hdnews .i_news_img img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hdnews .i_news_img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hdnews .i_news_img .bgs {
    background: url(../images/i_news_bg1.png) center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hdnews .i_news_img .bgs .cons {
    margin: 0 auto;
    width: 94%;
    max-width: 634px;
    color: #fff;
}

.hdnews .i_news_img .bgs .cons .date {
    width: 76px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 34px;
}

.hdnews .i_news_img .bgs .cons .label {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 32px;
    font-weight: bold;
}

.hdnews .i_news_img .bgs .cons .h3 {
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    margin-top: 115px;
    font-size: 18px;
}

.hdnews .i_news_img .bgs .cons .p {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-top: 6px;
}

.hdnews .dl {
}

.hdnews li:first-child .dl {
    margin-top: 27px;
}

.hdnews .dl dd {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
/* border-bottom:1px solid #e5e5e5;*/
    position: relative;
    z-index: 0;
}

.hdnews .dl dd:last-child {
    border-bottom: 0;
}

.hdnews .dl dd:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    background: #e5e5e5;
}

.hdnews .dl dd:last-child:before {
    display: none;
}

.hdnews .dl dd:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    width: 0%;
    background: #0047ba;
    transition: all 0.6s;
    z-index: 1;
    transition-delay: 0.2s;
}

.hdnews .dl dd:hover:after {
    width: 100%;
}

.hdnews .dl dd:last-child:after {
    display: none;
}

.hdnews .dl dd .imgs {
    width: 150px;
    float: left;
    position: relative;
    padding-top: 85px;
    overflow: hidden;
    margin-right: 3%;
    border-radius: 4px;
}

.hdnews .dl dd .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.hdnews .dl dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hdnews .dl dd .cons {
    overflow: hidden;
}

.hdnews .dl dd .cons .date {
    float: right;
    border-left: 1px solid #e6e6e6;
    width: 114px;
    text-align: center;
    margin-top: 10px;
    margin-left: 2%;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
}

.hdnews .dl dd .cons .date .label {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #999999;
    font-size: 28px;
    font-weight: bold;
}

.hdnews .dl dd .cons .h3 {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    margin-top: 10px;
    font-size: 18px;
}

.hdnews .dl dd:hover .cons .h3 {
    color: #0047ba;
}

.hdnews .dl dd .cons .p {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #666666;
}

.tititle {
    display: none;
}

@media screen and (max-width: 1200px) {
/*新闻资讯*/
   .news {
    padding: 50px 0 50px 0;
}
    .hdnews .i_news_img .bgs .cons .h3 {
        font-size: 16px;
    }

    .hdnews .i_news_img .bgs .cons .p {
        font-size: 14px;
    }

    .hdnews .dl dd .cons .p {
        font-size: 14px;
    }

    .hdnews .dl dd .cons .h3 {
        font-size: 16px;
    }

    .hdnews .dl dd .cons .date {
        width: 90px;
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
/*新闻资讯*/
    .hdnews {
        margin-top: 4%;
    }

    .hdnews li {
        float: none;
        width: 100%;
        margin-bottom: 2%;
    }

    .hdnews li:nth-child(2n+0) {
        float: none;
    }

    .hdnews li .boxs2 {
        margin-bottom: 2%;
        display: none;
    }

    .hdnews li:first-child .boxs2 {
        display: block;
    }

    .hdnews li .boxs {
        max-width: 840px;
    }

    .hdnews .i_news_img .bgs .cons {
        max-width: 770px;
    }

    .hdnews .i_news_img .bgs .cons .date {
        margin-top: 4%;
    }

    .hdnews li .tit {
        height: 60px;
        line-height: 60px;
    }

    .hdnews li .boxs2.bgs1 {
        height: auto;
    }

    .hdnews li .boxs2.bgs2 {
        height: auto;
    }

    .hdnews li .boxs2.bgs3 {
        height: auto;
    }

    .tititle {
        float: right;
        overflow: hidden;
        margin-top: -36px;
        display: block;
    }

    .tititle li {
        float: left;
        margin-left: 10px;
        font-weight: bold;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
    }

    .tititle li.on {
        color: #0047ba;
    }

    .hdnews li .boxs2.bgs2 {
        display: block;
    }
}

@media screen and (max-width: 780px) {
/*轮显*/
    .main .banner .swiper-slide .cons .imgs {
        width: 220px;
        margin-right: 20px;
    }

    .main .banner .swiper-slide .cons .txts {
        width: calc(100% - 240px);
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
    }

    .main .banner .swiper-slide .txt {
        font-size: 32px;
    }

    .main .banner .swiper-slide .rbtn span {
        height: 46px;
        line-height: 46px;
    }

    .c-banner1 .swiper-pagination {
        bottom: 30px;
    }
/*关于我们*/
    .i_more.rbtn {
        padding: 0 20px;
    }

    .i_about .i_about_l .label {
        font-size: 18px;
    }
/*数字*/
    .i_about .counter .h6 {
        font-size: 14px;
    }

    .i_about .counter ul li:nth-child(1) label {
        font-size: 14px;
    }

    .i_about .counter ul li:nth-child(4) label {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {

/*新闻资讯*/
    .hdnews .dl dd .imgs {
        margin-right: 2%;
    }

    .hdnews .i_news_img {
        padding-top: 43%;
    }

    .hdnews .i_news_img .bgs .cons .date {
        margin-top: 5%;
    }

    .hdnews .i_news_img .bgs .cons .h3 {
        margin-top: 12%;
        height: 26px;
        line-height: 26px;
    }

    .hdnews .i_news_img .bgs .cons .p {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
    }

    .hdnews li:first-child .dl {
        margin-top: 20px;
    }

    .hdnews .dl dd:last-child {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .hdnews li .tit {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .tititle {
        margin-top: -30px;
    }

    .tititle li {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 640px) {

/*新闻资讯*/
    .hdnews .dl dd .imgs {
        margin-right: 2%;
    }

    .hdnews .i_news_img {
        padding-top: 43%;
    }

    .hdnews .i_news_img .bgs .cons .date {
        margin-top: 5%;
    }

    .hdnews .i_news_img .bgs .cons .h3 {
        margin-top: 12%;
        height: 26px;
        line-height: 26px;
    }

    .hdnews .i_news_img .bgs .cons .p {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
    }

    .hdnews li:first-child .dl {
        margin-top: 20px;
    }

    .hdnews .dl dd:last-child {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .hdnews li .tit {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .tititle {
        margin-top: -30px;
    }

    .tititle li {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
/*新闻资讯*/
    .hdnews .dl dd .cons .date {
        width: 75px;
    }

    .hdnews .dl dd .cons .p {
        display: none;
    }

    .hdnews .dl dd .cons .h3 {
        height: 60px;
        white-space: unset;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .hdnews .dl dd .imgs {
        width: 130px;
        padding-top: 74px;
    }

    .hdnews .i_news_img {
        padding-top: 186px;
    }

    .hdnews .i_news_img .bgs .cons .date {
        margin-top: 16px;
    }

    .hdnews .i_news_img .bgs .cons .h3 {
        margin-top: 36px;
    }

    .hdnews li .tit {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }

    .tititle {
        margin-top: -26px;
    }

    .tititle li {
        font-size: 14px;
        line-height: 26px;
        height: 26px;
    }

    .wrapper .footer .contact {
        display: block;
        margin-left: 25%;
    }

    .hdnews .dl dd .cons .date .label {
        font-size: 17px;
    }
}

@media screen and (max-width: 1800px) {

    /* homeban */
    .homeban_txth {
        font-size: 60px;
    }

    .homeban_txty {
        font-size: 16px;
    }

    .homeban_txtp {
        line-height: 26px;
    }

    .homeban_txt .homeban_txta {
        height: 55px;
    }
 

    .homeban_txtx {
        margin: 20px 0;
    }

    .hezuo_ct {
        margin-top: 45px;
    }

    .hezuo_pagination {
        margin-top: 30px;
    }

    .hezuo_next {
        right: 13.5%;
    }
}

@media screen and (max-width: 1600px) {

    /* homeban */
    .homeban_txt {
        width: 90%;
    }

    .homeban_txth {
        font-size: 50px;
    }

    .homeban_txty {
        font-size: 14px;
    }

    .homeban_txtp {
        font-size: 14px;
        line-height: 24px;
    }

    .homeban_txt .homeban_txta {
        margin-top: 40px;
        height: 50px;
        font-size: 16px;
        width: 200px;
    }

    .homeban_txta i {
        font-size: 16px;
    }

    .hezuo_ct {
        margin-top: 40px;
    }

    .hezuo_next {
        right: 13%;
    }
}

@media screen and (max-width: 1400px) {
    
    /* homeban */
    .homeban_txth {
        font-size: 40px;
    }

    .homeban_txty {
        font-size: 12px;
    }

    .homeban_txtp {
        font-size: 13px;
        line-height: 22px;
    }

    .homeban_txt .homeban_txta {
        margin-top: 30px;
        height: 45px;
        width: 180px;
    }

    .homeban_txt .homeban_txta {
        font-size: 14px;
    }

    .homeban_txta i {
        font-size: 14px;
    }

    .hezuo_prev, .hezuo_next {
        width: 50px;
        height: 50px;
    }

    .hezuo_next {
        right: 12%;
    }

    .hezuo_next {
        right: 13%;
    }
}

@media screen and (max-width: 1200px) {
    .homeban {
        padding-top: 116px;
    }

    .homeban_txth {
        font-size: 36px;
    }

    .homeban_txt .homeban_txta {
        width: 160px;
    }
    .hezuo {
        padding: 50px 0;
    }

    .hezuo {
        font-size: 12px;
        line-height: 20px;
    }

  .hezuo_hb{margin-top: 35px;padding: 0 4%;}
    /* 客户 */
    .hezuo_pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
  
    .homeban_txtx_l {
        width: 20px;
        background-color: var(--btn_bg_color1);
    }

    .homeban_txtx_r {
        margin-left: 3px;
        width: 50px;
        background-color: var(--btn_bg_color);
    }

    .homeban {
        padding-top: 50px;
    }

    .footer_t {
        padding: 50px 0;
    }

    .homeban_txt {
        width: 100%;
        padding: 0 25px;
    }

    .homeban {
        height: 550px;
    }

    .homeban_txth {
        font-size: 30px;
        line-height: 32px;
    }

    .homeban_down {
        display: none;
    }

    .homeban_zj {
        width: 100%;
        padding: 0 25px;
    }

    .homeban_txtx {
        justify-content: center;
    }

    .hezuo_slide_img {
        padding: 30px 50px;
    }

    .hezuo_next {
        right: 12%;
    }

    .homeban .homeban_txtx {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {

  
    .homeban {
        height: 450px;
    }

    .homeban_txth {
        font-size: 24px;
        line-height: 2;
    }

    .homeban_txtp {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
    }

    .homeban_txt .homeban_txta {
        margin-top: 20px;
        font-size: 12px;
        width: 130px;
        height: 34px;
    }

    .homeban_txta i {
        font-size: 12px;
    }

    .homeban_zj {
        height: 65px;
    }

    .homeban_jdt .swiper-pagination-bullet {
        width: 40px;
    }

    .homeban_btn i {
        font-size: 26px;
    }

    .homeban_txtx {
        margin: 15px 0;
    }

    


    /* 伙伴 */
    .hezuo_slide_img {
        padding: 20px;
    }

    .hezuo_prev, .hezuo_next {
        display: none;
    }

    .hezuo_slide_img {
        border-radius: 10px;
    }

    .hezuo_pagination span {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }

    .hezuo_slide.swiper-slide-active {
    }

   
}