@charset "utf-8";
/* CSS Document */
*{
    box-sizing:border-box;
}
html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
    word-wrap: break-word;
}

img {
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

input {
    outline: 0;
}

.bigzm {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #999999;
    caret-color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

.w {
    width: 1600px;
    margin: 0 auto;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset !important;
}

.nav>li {
    position: unset !important;  
    display: unset !important;
}

.nav>li>a {
    padding: unset !important;
}

/* .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    display: unset !important;
    content: unset !important;
} */

.zbmhnrpt_box {
    width: 100%;
    display: block;
    position: relative;
}

.zbmhnrpt_box img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zbmhnrpt_box .zbm_lm {
    position: absolute;
    top: 36%;
    left: 8%;
    width: 100%;
    z-index: 2;
}

.zbmhnrpt_box .jjfa_title {
    position: absolute;
    top: 1.6rem;
    left: 0.85rem;
    width: 100%;
    z-index: 2;
}

.zbmhnrpt_box .jjfa_title span {
    font-size: 0.21rem;
    line-height: 0.3rem;
    color: #ffffff;
    display: block;
}

.zbmhnrpt_box .zbm_lm span {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    display: block;
}


/* ------------ banner 动效 start */

.dx_box {
    display: none !important;
}

/* con_one ------------------ start */

.con_one {
    width: 100%;
    background: url(../img/cpjj_bj.jpg) no-repeat center;
    background-size: cover;
    padding: 55px 0 50px;
}

.con_one h2 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 45px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
    position: relative;
}

.con_one h2::after {
    content: "";
    display: block;
    margin: 13px auto 0;
    width: 80px;
    height: 4px;
    background-color: #0046ddc7;
}

.con_one p {
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    font-weight: 500;
}

.con_one .cpgn_tu {
    width: 100%;
    display: block;
    margin-top: 25px;
    text-align: center;
}

.con_one .cpgn_tu img {
    width: auto;
    height: auto;
}

/* con_one ------------------ end */

/* con_two ------------------ start */

.con_two {
    width: 100%;
    padding-top: 55px;
}

.con_two h2 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 65px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.con_two .nr_gn {
    width: 100%;
    height: auto;
}

.con_two .nr_gn ul {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.con_two .nr_gn ul li {
    width: 32%;
    height: 202px;
    margin-right: 2%;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
}

.con_two .nr_gn ul li:nth-child(3n) {
    margin-right: 0;
}

.con_two .nr_gn ul li .cp_t {
    width: 12%;
    display: block;
    float: left;
    margin-right: 6%;
    margin-top: 1%;
}

.con_two .nr_gn ul li .cp_t img {
    width: auto;
}

.con_two .nr_gn ul li:hover .cp_t img {
    -webkit-animation: hvr-buzz-out 0.75s linear 1;
    animation: hvr-buzz-out 0.75s linear 1;
}

.con_two .nr_gn ul li:nth-child(2) .cp_t img {
    margin-left: 13%;
}

.con_two .nr_gn ul li .cp_text {
    width: 80%;
    float: left;
}

.con_two .nr_gn ul li .cp_text span {
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #333;
    margin-bottom: 17px;
}

.con_two .nr_gn ul li .cp_text p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: left;
     text-align:justify;
}

.con_two .nr_gn .cpgn-more {
    width: 100%;
    display: block;
    margin-top: 5px;
    /*background: url(../img/cpgn_mover1s.png) no-repeat center;*/
 background: url(../img/cpgn_mover1sb.png) no-repeat center;
    background-size: auto;
    background-position: 52.6% 47%;
    
}

.con_two .nr_gn .cpgn-more a {
    display: block;
    /*color: #1465f1;
    border: 1px solid #0046dd;*/
   color: #fff;
    border: 1px solid #fff;
    width: 150px;
    height: 40px;
    font-size: 18px;
    padding-left: 25px;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 38.5px;
    cursor: pointer;
    overflow: hidden;
    /* -webkit-transition: all 0.4s; 
    transition: all 0.4s; */
    -webkit-transition: unset; 
    transition: unset;
}

.con_two .nr_gn .cpgn-more a:hover {
    background-color: #2e81e9;
    color: #fff;
}

.cpgn-more a.Load-more-btn-mark {
    display: none;
}

.cpgn-more a.Load-more-btn-open {
    display: none !important;
}

.cpgn-more a.Load-more-btn-mark, .cpgn-more a:hover {
    background-color: #2e81e9 !important;
    color: #fff !important;
    background: url(../img/cpgn_move1.png) no-repeat center;
    background-size: auto;
    background-position: 83.6% 47%; 
}


@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}



/* con_two ------------------ end */

/* con_three ------------------ start */

.con_three {
    width: 100%;
    background: url(../img/cpld_bj.jpg) no-repeat center;
    background-size: cover;
    padding: 55px 0 50px;
}

.con_three h2 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 45px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.con_three .cpld_box {
    width: 100%;
    position: relative;
}


/* 产品亮点轮播 -------------------------- start */

.home-swiper3 {
    width: 100%;
    height: 100%;
    margin: unset !important;
    padding: 20px 0 80px !important;
}

.home-swiper3 .swiper-slide {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
}

.home-swiper3 .swiper-slide .con_text {
  /* width: 100%; */
    height: 300px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.4s;
    padding: 50px 6% 52px;
}

.home-swiper3 .swiper-slide:hover .con_text {
    box-shadow: 8px 12px 9px #ddd;
    transition: all 0.4s;
    transform: translateY(-10px);
}

.home-swiper3 .swiper-slide .con_text .s1_fw {
    width: 7%;
    margin-right: 4%;
    margin-top: 12px;
    float: left;
}

.home-swiper3 .swiper-slide .con_text .s1_fw img {
    width: auto;
}

.home-swiper3 .swiper-slide .con_text .s2_fw {
    width: 88%;
    float: left;
}

.home-swiper3 .swiper-slide .con_text .s2_fw span {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 32px;
    display: block;
    margin-bottom: 20px;
}

.home-swiper3 .swiper-slide .con_text .s2_fw div {
    width: 30px;
    height: 2px;
    background-color: #0046dd;
    margin-bottom: 20px;
}

.home-swiper3 .swiper-slide .con_text .s2_fw p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.home-pagination3 {
    text-align: right !important;
    padding-right: 5%;
    top: unset !important;
    bottom: 0 !important;
    /* background-color: #36AC4E !important; */
    background: rgb(227, 227, 227) !important;
    
}

.home-pagination3 .swiper-pagination-progressbar-fill {
    background-color: #3B84B7 !important;
}

.home-pagination3 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 4.5px !important;
    /* border: 1px solid #fff; */
    background-color: #C4C4C4;
    -moz-border-radius: 50%;
    /* Gecko browsers */
    -webkit-border-radius: 50%;
    /* Webkit browsers */
    border-radius: 50%;
    /* W3C syntax */
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=30);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-pagination3 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #008EDA;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: translateY(2.5px);
    opacity: 1;
}

.swiper-container-horizontal>.home-pagination3.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px !important;
    display: block;
}

.swiper-button-prev.home_prev3 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2.png) left center no-repeat;
    background-position: center;
    left: -128.5%;
    top: 44%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.swiper-button-prev.home_prev3:hover {
    background: url(../img/jt_1s.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}

.swiper-button-next.home_next3 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2s.png) left center no-repeat;
    background-position: center;
    right: -128.5%;
    top: 44%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.con_three:hover .cpld_box .swiper-button-next.home_next3{
    right: -6.5%;
    transition: ease-in-out 0.6s;
}

.con_three:hover .cpld_box .swiper-button-prev.home_prev3 {
    left: -6.5%;
    transition: ease-in-out 0.6s;
}

.swiper-button-next.home_next3:hover {
    background: url(../img/jt_1.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}

/* 产品亮点轮播 -------------------------- end */


/* con_three ------------------ end */


/* con_four ------------------ start */

.con_four {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0 30px;
}

.con_four h2 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 45px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.con_four .yycj_box {
    width: 100%;
    position: relative;
}


/* 应用场景轮播 -------------------------- start */

.home-swiper4 {
    width: 100%;
    height: 100%;
    margin: unset !important;
    padding: 20px 0 40px !important;
}

.home-swiper4 .swiper-slide {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.home-swiper4 .swiper-slide .con_text {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
}

.home-swiper4 .swiper-slide:hover .con_text {
    /* box-shadow: 4px 10px 6px #ccc; */
    transition: all 0.4s;
    /* transform: translateY(-10px); */
}

.home-swiper4 .swiper-slide .con_text .s1_fw {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.home-swiper4 .swiper-slide .con_text .s1_fw img {
    width: auto;
    transition: all 0.4s;
}

.home-swiper4 .swiper-slide:hover .con_text .s1_fw img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.home-swiper4 .swiper-slide .con_text .s2_fw {
    width: 88%;
    position: absolute;
    left: 6%;
    bottom: 6px;
    z-index: 3;
}

.home-swiper4 .swiper-slide .con_text .s2_fw span {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    display: block;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.home-swiper4 .swiper-slide:hover .con_text .s2_fw span {
    transform: translateX(10px);
    transition: all 0.4s;
}

.home-swiper4 .swiper-slide .con_text .s3_fw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.home-swiper4 .swiper-slide .con_text .s3_fw img {
    width: auto;
}

.home-pagination4 {
    text-align: right !important;
    padding-right: 5%;
    top: unset !important;
    bottom: 0 !important;
    /* background-color: #36AC4E !important; */
    background: rgb(227, 227, 227) !important;
}

.home-pagination4 .swiper-pagination-progressbar-fill {
    background-color: #3B84B7 !important;
}

.home-pagination4 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 4.5px !important;
    /* border: 1px solid #fff; */
    background-color: #C4C4C4;
    -moz-border-radius: 50%;
    /* Gecko browsers */
    -webkit-border-radius: 50%;
    /* Webkit browsers */
    border-radius: 50%;
    /* W3C syntax */
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=30);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-pagination4 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #008EDA;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: translateY(2.5px);
    opacity: 1;
}

.swiper-container-horizontal>.home-pagination4.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px !important;
    display: block;
}

.swiper-button-prev.home_prev4 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2.png) left center no-repeat;
    background-position: center;
    left: -128.5%;
    top: 48%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.swiper-button-prev.home_prev4:hover {
    background: url(../img/jt_1s.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}


.swiper-button-next.home_next4 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2s.png) left center no-repeat;
    background-position: center;
    right: -128.5%;
    top: 48%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.con_four:hover .yycj_box .swiper-button-next.home_next4{
    right: -6.5%;
    transition: ease-in-out 0.6s;
}

.con_four:hover .yycj_box .swiper-button-prev.home_prev4 {
    left: -6.5%;
    transition: ease-in-out 0.6s;
}

.swiper-button-next.home_next4:hover {
    background: url(../img/jt_1.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}

/* 应用场景轮播 -------------------------- end */


/* con_four------------------ end */

.jjfa_box {
    width: 100%;
    background-color: #f5f7fa;
}

.jjfa_box h2 {
    font-size: 36px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 42px;
    margin-bottom: 45px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.jjfa_box .jjfa_hz {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0 0.2rem;
}

.jjfa_box .jjfa_hz h4 {
    float: left;
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_hz h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box .jjfa_hz p {
    width: 80%;
    float: right;
    font-size: 18px;
    line-height: 0.22rem;
    margin-bottom: 15px;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

/* --------------------------------- */

.jjfa_box .jjfa_hz2 {
    width: 100%;
    padding: 55px 0 50px;
    overflow: hidden;
    background-color: #ffffff;
}

.jjfa_box .jjfa_hz2 .fn_p {
    width: 100%;
    /* margin-top: 0.2rem; */
    display: inline-block;
}

.jjfa_box .jjfa_hz2 .fn_p p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

.jjfa_box .jjfa_hz2 .fn_p p img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.jjfa_box .jjfa_hz2 .box_z {
    width: 45%;
    float: left;
}

.jjfa_box .jjfa_hz2 .box_z h4 {
    margin-top: 60px;
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0.2rem;
    font-weight: 500;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_hz2 .box_z h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box .jjfa_hz2 .box_z p {
    font-size: 18px;
    line-height: 0.2rem;
    margin-bottom: 15px;
    color: #666666;
    text-align: justify;
    font-weight: 500;
    text-indent: unset;
}

.jjfa_box .jjfa_hz2 .box_y {
    width: 45%;
    float: right;
    overflow: hidden;
}

.jjfa_box .jjfa_hz2 .box_y img {
    width: 100%;
    transition: all 0.4s;
}

/* .jjfa_box .jjfa_hz2 .box_y img:hover {
    transform: scale(1.03);
    transition: all 0.4s;
} */


/* ------------------------------------ 头部结构修改 start */

.jjfa_box .jjfa_tb {
    width: 100%;
    background: url(../img/jjfabj_bj.png) no-repeat;
    padding-top: 55px;
    background-size: cover;
    background-color: #ffffff;
}

.jjfa_box .jjfa_tb h2 {
    font-size: 36px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 42px;
    margin-bottom: 45px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
}

.jjfa_box .jjfa_tb .jjfa_hz {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0 0.2rem;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjz{
    width: 27%;
    float: left;
    margin-right: 4.5%;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjz img {
    width: 100%;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjy {
    width: 68.5%;
    float: left;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjy h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjy h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjy p {
    width: 100%;
    float: right;
    font-size: 18px;
    line-height: 0.22rem;
    margin-bottom: 15px;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

.jjfa_box .jjfa_tb .jjfa_hz .tb_bjy p img {
    width: 100%;
}

/* --------------------------------- */

.jjfa_box .jjfa_tb .jjfa_hz2 {
    width: 100%;
    padding: 35px 0 40px;
    overflow: hidden;
    background-color: unset !important;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .fn_p {
    width: 100%;
    /* margin-top: 0.2rem; */
    display: inline-block;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .fn_p p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .fn_p p img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_z {
    width: 53%;
    float: left;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_z h4 {
    margin-top: 60px;
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0.2rem;
    font-weight: 500;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_z h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_z p {
    font-size: 18px;
    line-height: 0.2rem;
    margin-bottom: 15px;
    color: #666666;
    text-align: justify;
    font-weight: 500;
    text-indent: unset;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_y {
    width: 42%;
    float: right;
    overflow: hidden;
    padding-top: 9%;
}

.jjfa_box .jjfa_tb .jjfa_hz2 .box_y img {
    width: 100%;
    transition: all 0.4s;
}

/* 
.jjfa_box .jjfa_tb .jjfa_hz2 .box_y img:hover {
    transform: scale(1.03);
    transition: all 0.4s;
} */

.jjfa_box .jjfa_tb .jjfa_hz3s {
    width: 100%;
    overflow: hidden;
    padding: 0.2rem 0 0.2rem;
}

.jjfa_box .jjfa_tb .jjfa_hz3s h4 {
    float: left;
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_tb .jjfa_hz3s h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box .jjfa_tb .jjfa_hz3s p {
    width: 80%;
    float: right;
    font-size: 18px;
    line-height: 0.22rem;
    margin-bottom: 15px;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

/* ------------------------------------ 头部结构修改 end */


.jjfa_box .jjfa_hz3 {
    width: 100%;
    background: url(../img/hxnl.jpg) no-repeat center;
    background-size: cover;
    background-position: center center;
    padding: 0.3rem 0 0.18rem;
}

.jjfa_box .jjfa_hz3 h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0.2rem;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.jjfa_box .jjfa_hz3 h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}


.jjfa_box .jjfa_hz3 .hxnl_box {
    width: 100%;
    margin-top: 20px;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul {
    width: 100%;
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li {
    width: 48.3%;
    height: 1.56rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    background-color: #ffffff;
    padding: 0.2rem;
    overflow: hidden;
    transition: all 0.8s;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li:hover {
    transform: translateY(-8px);
    transition: all 0.8s;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li:nth-child(2n) {
    margin-right: 0;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_z {
    width: 9%;
    float: left;
    margin-right: 0.15rem;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_z img {
    width: auto;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li:hover .hn_z img {
    -webkit-animation: hvr-buzz-out 0.75s linear 1;
    animation: hvr-buzz-out 0.75s linear 1;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_y {
    width: 85.2%;
    float: left;
    text-align: left;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_y span {
    font-size: 0.13rem;
    line-height: 30px;
    
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_y div {
    width: 30px;
    height: 3px;
    background-color: #0046ddc7;
    margin: 0.1rem 0;
}

.jjfa_box .jjfa_hz3 .hxnl_box ul li .hn_y p {
    font-size: 18px;
    line-height: 32px;
    text-indent: unset;
    margin-bottom: unset;
}

/* -------------------------------------- */

.jjfa_box .jjfa_hz4 {
    width: 100%;
    background: url(../img/fnys.jpg) no-repeat center;
    background-size: contain;
    background-position: center center;
    padding: 0.3rem 0 0.2rem;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

/* 方案优势轮播 -------------------------- start */

.home-swiper5 {
    width: 100%;
    height: 100%;
    margin: unset !important;
    padding: 20px 0 30px !important;
}

.home-swiper5 .swiper-slide {
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
}

.home-swiper5 .swiper-slide .con_text {
    width: 100%;
    height: 1.62rem;
    overflow: hidden;
    transition: all 0.4s;
    padding: 50px 3% 5px;
    cursor: pointer;
}

.home-swiper5 .swiper-slide:hover .con_text {
    /* box-shadow: 8px 12px 9px #ddd; */
    transition: all 0.4s;
    transform: translateY(-12px);
}

.home-swiper5 .swiper-slide .con_text .s1_fw {
    width: auto;
    text-align: center;
    margin-bottom: 0.2rem;
}

.home-swiper5 .swiper-slide .con_text .s1_fw img {
    width: auto;
}

.home-swiper5 .swiper-slide .con_text .s2_fw {
    width: 100%;
}

.home-swiper5 .swiper-slide .con_text .s2_fw span {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 32px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.home-swiper5 .swiper-slide .con_text .s2_fw div {
    width: 30px;
    height: 2px;
    background-color: #0046dd;
    margin-bottom: 20px;
}

.home-swiper5 .swiper-slide .con_text .s2_fw p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    text-indent: unset;
}

.home-pagination5 {
    text-align: right !important;
    padding-right: 5%;
    top: unset !important;
    bottom: 0 !important;
    /* background-color: #36AC4E !important; */
    background: rgb(227, 227, 227) !important;
    
}

.home-pagination5 .swiper-pagination-progressbar-fill {
    background-color: #3B84B7 !important;
}

.home-pagination5 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 4.5px !important;
    /* border: 1px solid #fff; */
    background-color: #C4C4C4;
    -moz-border-radius: 50%;
    /* Gecko browsers */
    -webkit-border-radius: 50%;
    /* Webkit browsers */
    border-radius: 50%;
    /* W3C syntax */
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=30);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-pagination5 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background-color: #008EDA;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: translateY(2.5px);
    opacity: 1;
}

.swiper-container-horizontal>.home-pagination5.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px !important;
    display: block;
}

.swiper-button-prev.home_prev5 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2.png) left center no-repeat;
    background-position: center;
    left: -96%;
    top: 54%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.swiper-button-prev.home_prev5:hover {
    background: url(../img/jt_1s.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}

.swiper-button-next.home_next5 {
    width: 70px;
    height: 45px;
    background: url(../img/jt_2s.png) left center no-repeat;
    background-position: center;
    right: -96%;
    top: 54%;
    background-size: auto;
    border-radius: 40px;
    border: 1px solid #1465f1;
    outline: 0;
    transition: ease-in-out 1s;
}

.jjfa_hz4:hover .swiper-button-next.home_next5 {
    right: 4.5%;
    transition: ease-in-out 0.6s;
}

.jjfa_hz4:hover .swiper-button-prev.home_prev5 {
    left: 4.5%;
    transition: ease-in-out 0.6s;
}

.swiper-button-next.home_next5:hover {
    background: url(../img/jt_1.png) left center no-repeat;
    background-size: auto;
    background-position: center;
    transition: all 0.4s;
    background-color: #1465f1;
}

/* 方案优势轮播 -------------------------- end */


.jjfa_box .jjfa_hz5 {
    width: 100%;
    padding: 0.3rem 0 0.4rem;
}

.jjfa_box .jjfa_hz5 .jdal_logos {
    width: 100%;
}

.jjfa_box .jjfa_hz5 .jdal_logos ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}

/* .jjfa_box .jjfa_hz5 .jdal_logos ul li {
    width: 15%;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #ccc;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0.03rem 0;
    overflow: hidden;
    position: relative;
} */

.jjfa_box .jjfa_hz5 .jdal_logos ul li {
    width: 15%;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.jjfa_box .jjfa_hz5 .jdal_logos ul li div {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    z-index: 2;
    transition: all 0.5s;
    background-color: #0046dd;
}

.jjfa_box .jjfa_hz5 .jdal_logos ul li:hover div  {
    left: 0;
    transition: all 0.5s;
}

.jjfa_box .jjfa_hz5 .jdal_logos ul li img {
    width: auto;
    height: auto;
    margin: auto;
}


/* -------------------------------------- */

.mbx_box {
    width: 100%;
    background-color: #f5f7fa;
    border-bottom: 1px solid rgba(211,211,211,.45);
}

.mbx_box .mbx{
 padding: 2% 0 2%;
 /*height: 0.45rem;*/
 font-size: 16px;
 line-height: 22px;
 color: #999;
}

.mbx_box .mbx img {
    width: auto;
    margin-right: 0.2%;
    transform: translateY(2px);
}

.mbx_box .mbx a {
    display: inline-block;
    color: #999;
    transition: all 0.4s;
}

.mbx_box .mbx a:hover {
    color: #333;
    transition: all 0.4s;
}

.mbx_box .mbx span {
    color: #436cb2;
}


.jjfa_box h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 0;
    text-align: left;
    position: relative;
}

.jjfa_box h4::after {
    content: "";
    display: block;
    margin: 8px 0 0;
    width: 64px;
    height: 3px;
    background-color: #0046ddc7;
}

.jjfa_box p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #666666;
    text-align: left;
    font-weight: 500;
}

.jjfa_box p img {
    width: auto;
    display: block;
    margin: 30px auto !important;
    text-align: center;
}

.jjfa_box p span {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-align: left;
    font-weight: 700;
    display: block;
    margin: 15px 0 5px;   
}

.jjfa_box div ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.25rem;
}

.jjfa_box div ul li {
    width: 15%;
    text-align: center;
}

.jjfa_box div ul li img {
    width: auto;
    height: auto;
}
section.con_one>div.w>p{text-align:left;}