.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}




/*样式*/
.wh{max-width: 1600px;width: 96%;margin:0 auto;}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}





.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}




.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.web_tt{	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #222222;text-align: center;line-height: 1.2;}



.head_11{position: absolute;background: #fff;z-index: 999;left:0px;width: 100%;transition: all .3s;}


.skya{background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/e4eb527f48yrxwts.png) repeat-x ;line-height: 39px;height:39px}

.ttdh1{color:#fff;font-size: 16px;line-height: 39px;
background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/20e1e7ae56nyydlk.png) no-repeat 0 50%;padding-left: 30px;}


.ttdh2{color:#fff;font-size: 16px;line-height: 39px;
background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/1aa4994c5dwpbtyw.png) no-repeat 0 50%;padding-left: 30px;}

.ttdh3{color:#fff;font-size: 16px;line-height: 39px;}
.ttdh3 a{color:#fff;}




.head_23{width: 70.625%;}

.hh_aa{width: 118px;}


.logo_a{line-height: 100px;}
.logo_a img{max-width: 100%;}



.xxtb{width: 1px;height:12px;background:#999;}


/* 导航样式 */
.x-menu{width:calc(100% - 108px);}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 40px;
}

.x-menu > li > a {
    font-size: 20px;
    color: #333333;font-weight: 600;
    display: block;text-transform: capitalize;position: relative;
}
.x-menu > li:hover > a {
    color: #c70125!important;
}



.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 0 auto; background: #d7000f;
        transition: all ease .5s
    }


.x-menu > li:hover::after {
        width: 48px
    }






.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 300%;
    left: -100%;
    top: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display: none;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 40px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}




.hh_aa{float: right;}
.hh_aa .btn{border:none;outline: none;color: #FFF;}
.hh_aa .language-group .btn{color:#FFF}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}


.head_11.scroll{position: fixed;left:0px;}


.hh_aa .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";color: #FFF;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent}







/* bb_swiper */
.bb_swiper{overflow: hidden;}
.bb_swiper li{position: relative;}
.bb_swiper li .img{width: 100%;overflow: hidden;}
.bb_swiper li .img img{width: 100%;}
.bb_banner{position: relative;z-index: 99;
    padding-top: 139px;
}

.bb_banner .swiper-pagination1 {
	bottom: 30px;text-align: center;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	background: #ffffff;
	margin: 0 10px!important;
    border-radius: 3px;
	transition: width .3s ease;
	opacity: 1;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #c70125;opacity: 1;
}

.bb_banner .bb_tt1{max-width: 785px;color:#fff;font-size: 45px;font-weight: 600;line-height: 62px;}

.wwzz{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top:43%;z-index: 11;}

.bb_more{max-width: 285px;margin-top: 50px;}
.bb_more h2{background: #c70125;border-radius: 5px;line-height: 45px;margin-bottom: 0px;height:45px;font-size: 15px;}
.bb_more h2 a{text-align: center;color:#fff;font-size: 15px;line-height: 45px;padding: 0 20px;font-weight: 400;}


.bb_more h3{background: #fff;border-radius: 5px;line-height: 45px;margin-bottom: 0px;height:45px;font-size: 15px;}
.bb_more h3 a{text-align: center;color:#c70125;font-size: 15px;line-height: 45px;padding: 0 20px;font-weight: 400;}



.bb_tt1{	    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0}

.bb_banner li.swiper-slide-active .bb_tt1 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
    }


.bb_more{-webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0}



.bb_banner li.swiper-slide-active .bb_more{    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1}




@media(max-width: 992px) {
    .bb_banner{
        padding-top: 0;
    }
}


/* boxpro1 */
.boxpro1{margin-top: 80px;}
.pp1_swiper{position: relative;overflow: hidden;}
.pp1_swiper li{padding: 100px 30px 10px 30px;}
.pp_con1{width: 50%;}
.pp_con1 h2{	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;height:90px;overflow: hidden;}

.pp_con1 h3{	font-size: 15px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0px;width: 110px;
	color: #ffffff;background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/e40934b78acw2tp7.png) no-repeat right 50%;}

.img_pp1{width: 45%;}
.img_pp1 img{width: 100%;}


.pp1_swiper li:hover .img_pp1 img{    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);}






.pp1_swiper {
    position: relative;
}



.pp1-pagination {
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.pp1-fraction {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.pp1-progressbar {
  position: relative;
  height: 3px;
  background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/2fba7a4ac796seu8.png);
  width: 260px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
}
.pp1-progressbar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #c00; /* 红色进度条 */
  transition: width 0.4s ease;
}





/* boxhot */
.boxhot{margin-top: 80px;}
.pp_list{position: relative;overflow: hidden;}
.hott h2{	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;}

.hott h2 span{	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
	color: #c70125;display: block;margin-bottom: 10px;}


.xxv{	width: 1px;
	height: 58px;
	background-color: #000000;
	opacity: 0.6;margin: 0 20px;}

.cpnr_tt{	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;max-width: 660px;}

.cpnr_tt p{margin-bottom: 0px;}



 .P_jt{width: 105px!important;position: relative;}
 .P_jt .swiper-button-prev {
        left: 0%;background: #7f7f7f;
      }
      


.P_jt .swiper-button-next{
        right: 0%;background:#7f7f7f;
      }
    

.P_jt .swiper-button-next,
.P_jt .swiper-button-prev {
        outline: none;
        position: absolute;
        top:100%;
        z-index: 9999;height:42px;
        width: 42px;margin-top: -21px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; border-radius: 0%;}




.P_jt .swiper-button-prev:after{
font-size: 14px!important;color:#fff;z-index: 22;} 

.P_jt .swiper-button-next:after{
font-size: 14px!important;color:#fff;z-index: 22;}





.P_jt .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2079d2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;z-index:1;
}

.P_jt .swiper-button-prev:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



.P_jt .swiper-button-next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2079d2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;z-index:1;
}

.P_jt .swiper-button-next:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}












.pp_list{overflow: hidden;margin-top: 50px;border: 1px solid #cbcbcb;border-right: none;}
.pp_list li + li{border-right: 1px solid #cbcbcb;}
.pp_list li .xw_imga{width: 100%;margin:0 auto;}
.pp_list li .xw_imga img{width:100% ;}
.pp_list li{padding: 30px;}


.links_11 a.lk11{display: block;	width: 44px;
	height: 44px;
	border: solid 1px #cbcbcb;position: relative;overflow: hidden;
    }


.tk1{width:42px;height:42px;background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/df8f2d89a8b1c1gq.png) no-repeat 50%;position: relative;z-index: 11;display: block;}



.pp_list li a.lk11:hover .tk1{	border: solid 1px #2079d2;    background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/bdd0843ed1m8ukat.png) no-repeat 50%;position: relative;z-index: 111;}


.links_11 a.lk22{width: 44px;
	height: 44px;
	border: solid 1px #cbcbcb;
    background:url() no-repeat 50%;margin-left: 8px;position: relative;}



.tk2{width:42px;height:42px;
background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/351a5df433bhdvtm.png) no-repeat 50%;position: relative;z-index: 11;display: block;}




.pp_list li a.lk22:hover .tk2{	border: solid 1px #2079d2;  z-index: 22;  background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/60ca3abe24yf3nhc.png) no-repeat 50% ;position: relative;}


.links_11 a.lk11::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2079d2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;z-index: -1;
}

.links_11 a.lk11:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



.links_11 a.lk22::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2079d2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;z-index: -1;
}

.links_11 a.lk22:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}








.pp_list li .pp_wza{width: 88%;margin:0 auto;margin-top: 15px;}
.pp_list li .pp_wza h4{
    margin-bottom: 0px;	
    font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222222;text-align: center;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pp_list li:hover .pp_wza h4{	text-decoration: underline;}

.pp_wza h3{width: 178px;
	height: 50px;
	background-color: #a1a1a1;	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;margin: 0 auto;margin-top: 26px;transition-duration: .6s;}


.pp_list li:hover .pp_wza h3{	background-color: #2079d2;margin-top: 16px;}
























/* boxAbout */
.boxAbout{background:#e3f1ff;padding-top: 135px;margin-top: 85px;}
.ab_a{width: 61%;}

.ab_br{	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #545454;margin-top: 40px;}

.flex_d{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;align-items: flex-end;}


.ab_b{width: 31.25%;position: relative;}
.honor_ll{width: 60%;margin:0 auto;position: relative;overflow: hidden;padding-bottom: 50px;}
.honor_ll li{width: 100%;}
.honor_ll li img{width: 100%;}

.ab_b .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 11px!important;
    position: absolute;
}


.ab_b .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #65b2ff;
    opacity: 1;
}

.ab_b .swiper-pagination .swiper-pagination-bullet-active {
    background: #65b2ff;
}


.ab_33{margin-top: 60px;position: relative;}
.ab_44{width: 48.03125%;float: right;}
.ab_44 img{width: 100%;}

.ab_ss{position: absolute;left:0px;top:0px;width: 100%;}
.ac_a{width: 46%;}
.img_aba{width: 100%;}
.img_aba img{width: 100%;}


.p4a{margin-top: 93px;}
.p4a li {position: relative;text-align: center;}
.p4a li h3 {font-size: 48px; color: #1a1a1a;font-weight: 600;}

.p4a li h3 a{color: #1a1a1a;}
.p4a li p {font-size: 16px;font-weight: normal;color: #1a1a1a; text-align: center;margin-top:10px;font-family: Arial;}
.p4a li span {font-size: 48px;color: #1a1a1a;}








/* boxcf */
.boxcf{overflow: hidden;margin-top: 80px;}
.boxcf_a{width: 60%;position: relative;overflow: hidden;}
.boxcf_a .swiper-button-prev{   font-family: MicrosoftYaHei;
border-radius: 50%;
        letter-spacing: 0px;border: none;background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/8ab507968ajgeuaf.png) no-repeat center #2079d2!important ;}

        

 
.boxcf_a .swiper-button-next{   font-family: MicrosoftYaHei;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
    border: none;border-radius: 50%;background:url(//wm.cdn.cn86.cn/xinfuhua/2025/09/772ba88c15h8nf9a.png) no-repeat center #2079d2!important;}
     

.boxcf_a .swiper-button-prev {
        left: 10px;}
      
.boxcf_a .swiper-button-next{
        right: 10px;}
      
.boxcf_a .swiper-button-next,
.boxcf_a .swiper-button-prev {
        outline: none;
        position: absolute;
        top:50%;
        z-index: 9999;width: 53px;
        height: 53px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }

.boxcf_b{width: 38.75%;overflow: hidden;}
.boxcf_b li{width:48.5%;}
.boxcf_b li .img_bb{width: 100%;}
.boxcf_b li .img_bb img{width: 100%;}

.boxcf_b li:nth-child(3){margin-top: 19px;}
.boxcf_b li:nth-child(4){margin-top: 19px;}


.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}





/* boxWhy */
.boxWhy{margin-top: 110px;}
.Why_ll{margin-top: 80px;}
.Why_ll li{	background-color: #e3f1ff;
	border-radius: 25px;width: 23.75%;overflow: hidden;padding: 25px 15px;transition-duration: .6s;}

.Why_ll li .img_aa{width: 75px;}
.Why_ll li .img_aa img{max-width: 100%;}
.Why_ll li h3{	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #444444;height:90px;overflow: hidden;margin-top: 30px;}
.Why_ll li h2{	font-size: 38px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #dadada;margin-top: 30px;}

.Why_ll li:hover{  transform: translateY(-30px);background:#2079d2;}

.Why_ll li:hover .img_aa img{filter: brightness(100);}
.Why_ll li:hover h2{color:#fff}
.Why_ll li:hover h3{color:#fff}

.why_wz{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;text-align: center;max-width: 815px;margin:0 auto;margin-top: 50px;}



/* boxfqa */
.boxfqa{background:#e3f1ff;padding: 70px 0;margin-top: 100px;}
.faq_ll{max-width: 1200px;margin:0 auto;margin-top: 70px;}

.faq_ll li{	background-color: #ffffff;
	border-radius: 10px;padding: 15px 25px;}

.faq_ll li + li{margin-top: 25px;}
.faq_ll li h2{	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #4e4e4e;margin-bottom: 0px;}


.faq_ll li h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #4e4e4e;height: 90px;overflow: hidden; margin-bottom: 10px; margin-top: 20px;}


.faq-content {
    display: none;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.faq-item.active .faq-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.faq-title {
    cursor: pointer;
}
.faq-item .toggle-icon {
    margin-left: 10px;
    font-weight: bold;
}


.faq-item.active h2{	color: #2079d2;font-weight: 600;}


.faq-title{position: relative;}
.faq-item .toggle-icon{position: absolute;right:10px;top:50%;transform: translateY(-50%);font-size: 50px;font-weight: 100!important;width: 40px;text-align: center;}






/* footer */
.dff{background:#2c2c2c;padding-top: 90px;padding-bottom: 100px;}

.df_a{width: 31.25%;}
.dftt{	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}

.dftt2{	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;margin-top: 30px;}


.lxwm{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;margin-top: 30px;}


.ps_rot{margin-top: 30px;}
.ps_rot li{line-height: 30px;font-size: 16px;color: rgba(255, 255, 255, .5);}
.ps_rot li a{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;color: rgba(255, 255, 255, .5);}


.wm_ll{margin-top: 30px;}
.wm_ll li{width: 135px;}
.wm_ll li img{max-width: 100%;}
.wm_ll li + li{margin-left: 36px;}






.dff2{background:#161616;padding: 20px 0;}
.seo_a{	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0px;color: rgba(255, 255, 255, .3);text-align: center;}

.seo_a a{color: rgba(255, 255, 255, .3);}
.seo_a p{margin-bottom: 0px;}



@media(max-width: 1440px) {
    .x-menu > li > a{font-size: 18px;}
    .bb_banner .bb_tt1{max-width: 785px;color:#fff;font-size: 30px;font-weight: 600;line-height: 45px;}
    .bb_more{margin-top: 30px;}

    .hott h2{font-size: 30px;}

    .web_tt{font-size: 50px;}
    .p4a li h3{font-size: 40px;}
    .p4a li span{font-size: 40px;}

.dftt{font-size: 17px;}
.dftt2{font-size: 25px;}

.web_tt{font-size: 50px;}
}




@media(max-width: 1370px) {
  
    .bb_banner .bb_tt1{max-width: 785px;color:#fff;font-size: 25px;font-weight: 600;line-height: 45px;}
    .bb_more{margin-top: 20px;}

    .hott h2{font-size: 25px;}

    .web_tt{font-size: 40px;}
    .p4a li h3{font-size: 30px;}
    .p4a li span{font-size: 30px;}


.web_tt{font-size: 40px;}
.pp_con1 h2{font-size: 20px;}

.faq_ll li h2{font-size: 20px;}

.p4a{margin-top: 60px;}
}


@media(max-width: 1280px) {
.pp1_swiper li{padding: 60px 20px 10px 20px;}

.ac_a{width: 51%;}
.p4a li p {font-size: 14px;font-weight: normal;color: #1a1a1a;text-align: center;margin-top:10px;font-family: Arial;}

.ab_33{margin-top: 30px;position: relative;}
.ab_44{width: 45.03125%;float: right;}
.p4a{margin-top: 40px;}

.boxcf_b li:nth-child(3){margin-top: 19px;}
.boxcf_b li:nth-child(4){margin-top: 19px;}


.boxAbout{background:#e3f1ff;padding-top: 55px;margin-top: 45px;}
.boxcf{overflow: hidden;margin-top: 45px;}
.boxWhy{margin-top: 45px;}
.Why_ll{margin-top: 45px;}
.boxpro1{margin-top: 45px;}

}

@media(max-width: 1260px) {
.df_b{display: none;}
}


@media(max-width: 992px) {
.wwzz{display: none;}
.img_pp1{width: 100%;}
.pp_con1{width: 100%;}

 .P_jt{width: 105px!important;position: relative;margin-top: 30px;}


 .ab_a{width: 100%;}

 .ab_b{width: 100%;position: relative;}
.honor_ll{width: 90%;margin:0 auto;position: relative;overflow: hidden;padding-bottom: 50px;}

.ac_a{width: 100%;}
.ab_ss{position: relative;left:auto;top:auto;width: 100%;}

.ab_44{width: 100%;float: right;}

.boxcf_a{width: 100%;}
.boxcf_b{width: 100%;overflow: hidden;margin-top: 25px;}


.Why_ll li{
	background-color: #e3f1ff;
	border-radius: 25px;
	width: 48.5%;
	overflow: hidden;
	padding: 15px 10px;
	transition-duration: .6s;margin-bottom: 15px;
	}

    .Why_ll li .img_aa{width: 53px;}

    .df_a{width: 100%;}
    .dff2{margin-bottom: 50px;}

    .dff{background:#2c2c2c;padding-top: 30px;padding-bottom: 30px;}


    
.lxwm{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;margin-top: 20px;}


.pp1_swiper li{padding: 60px 10px 10px 10px;}
}



