@charset "utf-8";
.bannerbox {
    background-color: #111;
    min-height: 500px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-button-disabled {
    opacity: .3;
}


/*news*/


.xwylb {
    margin-top: -70px;
}

.xwylb_ct {
   
    background-color: #fff;
}


.xwylb_ct .xwylb_cta {
    position: relative;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.xwylb_ct .xwylb_cta::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #106ecb;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover::after {
    width: 100%;
}


.xzly_tle {
    text-align: center;
	margin-bottom: 50px;
}

.xzly_tleh {font-weight: 700;color: #333;
    font-size: 48px;
}

.xzly_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    color: #888;
    text-transform: capitalize;
}
@media screen and (max-width: 1600px) {

    .xzly_tleh {
        font-size: 40px;
    }
    .xzly_tlep {
        font-size: 18px;
    }
}
@media screen and (max-width: 1400px) {
 .xzly_tleh {
        font-size: 36px;
    }}
@media screen and (max-width: 1200px) {

    .xzly_tleh {
        font-size: 32px;
		
		
    }
}
@media screen and (max-width: 992px) {
 .xzly_tleh {
        font-size: 30px;
    }}
@media screen and (max-width: 768px) {

    .xzly_tleh {
        font-size: 24px;
    }
    .xzly_tlep {
        font-size: 14px;
    }}
.fenye{ overflow:hidden; text-align:center; padding:2% 0 6% 0;}
.fenye ul li a,.fenye a{     display: inline-block;
    float: left;
   
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    /* border-radius: 50%; */
    margin: 0 3px;
    border: 1px solid #ccc;
    padding: 0px 10px}
		
		.fenye	.active a{background:#106ecb; color: #fff;}
.fenye span,.fenye a:hover{color:#ffffff;  background:#106ecb; }
.fenye a.prev,.fenye a.next{ border:none;font-size:16px; }
.fenye a.prev:hover,.fenye a.next:hover{border:none;color:#106ecb; background: none;}


    .sqzzbox_lcta a {
        display: block;
        width: 142px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border: 1px solid #ababab;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    
    .sqzzbox_lcta a:hover {
        border: 1px solid #d60505;
    }
    
    .sqzzbox_lcta .hvr-sweep-to-right:hover {
        background-color: #d60505;
    }
    

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

.swiper-pagination {
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
}

.kzqybox_pagination {
    display: flex;
    align-items: center;
}

.swiper-pagination span {
    margin: 0 3px;
}

.swiper-pagination span {
    background-color: rgba(0, 0, 0, 0.4);
}

.kzqybox_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .98);
}

.kzqybox_pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
}

.xwylb_ctn img {
    margin: auto;
}
/* 字体图标 */

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot') format('embedded-opentype'), url('../fonts/proximanova-bold.woff2') format('woff2'), url('../fonts/31f1d4e2ba5b448798fd4ac506db6ecf.woff') format('woff'), url('../fonts/proximanova-bold.ttf') format('truetype'), url('../fonts/proximanova-bold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot') format('embedded-opentype'), url('../fonts/proximanova-regular.woff2') format('woff2'), url('../font/.Regular') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype'), url('../font/ProximaNova-Regular.svg#iconfont') format('svg');
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
}
/*
a {
    font-size: 16px;
    color: #333333;
}

a:hover {
    color: #106ecb;
}


 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
}


/* 单一版心媒体查询修改最大最小宽度 */

.w3 {
    width: 95%;
    margin: 0 auto;
}

.w2 {
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 78%;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}


/* 公共部分样式开始 */

.banner {
    position: relative;
    height: calc(100vh - 25px);
}

.bannerbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_container {
    width: 100%;
    height: 100%;
}

.banner_slide {
    height: auto;
}

.banner_slide .banner_slidea {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.banner_slideaimg {
    height: 100%;
    overflow: hidden;
}

.banner_slideaimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head {
    position: fixed;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(139, 139, 139, 0.2);
    z-index: 50;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.head.cpxq {
    background-color: #fff;
}

.head.on {
    height: 90px;
    background-color: #fff;
}

.headbox {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.headbox .headbox_logo {
    display: flex;
    align-items: center;
}

.headlogo_txt {
    margin-left: 25px;
}

.headlogo_txth {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.headlogo_txtp {
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.headbox_nav {
    display: flex;
}

.headnav_item {
    position: relative;
}

.headnav_item .headnav_itema {
    position: relative;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}


/* 新增下拉 */

.headnav_itemdw {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.headnav_dwbox {
    padding: 20px 0;
    background-color: #f1f1f1;
}

.headnav_dwbox a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headnav_dwbox a:hover {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    color: #106ecb;
}

.headnav_item .headnav_itema::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headnav_item:last-child .headnav_itema::after {
    display: none;
}

.headnav_itema::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #f1f1f1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    z-index: 15;
}

.headnav_itema:hover::before {
    bottom: 0.5px;
}

.headbox_lx {
    display: flex;
}

.headbox_lxl {
    display: flex;
    align-items: center;
}

.headbox_lx .headbox_lxa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #106ecb;
}

.headbox_lxa span {
    font-size: 16px;
    color: #fff;
}

.headbox_lxa i {
    margin-left: 8px;
    font-size: 18px;
    color: #fff;
}

.headbox_lxa:hover i {
    animation: rotates 1s linear infinite;
    -webkit-animation: rotates 1s linear infinite;
}

.headbox_lx .headbox_lxa.headbox_lxaz {
    margin-left: 25px;
    background-color: transparent;
    border: 1px solid #fff;
}

.headnav_itemxl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    height: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.headnavxl {
    padding: 65px 0;
}

.headnavxlbox {
    display: flex;
    justify-content: center;
}

.headnavxlbox .headnavxl_slidea {
    width: 18.4%;
    margin-right: 2%;
    padding: 30px;
    display: block;
    background-color: #ffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.headnavxlbox .headnavxl_slidea:nth-child(5n) {
    margin-right: 0;
}

.headnavxl_slideaimg {
    overflow: hidden;
}

.headnavxl_slideaimg img {
    width: 100%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slideatxt {
    margin-top: 15px;
    height: 42px;
    overflow: hidden;
}

.headnavtxtbox {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slidea:hover .headnavtxtbox {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headnavtxtbox_t {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.headnavtxtbox_b {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #106ecb;
}

.headnavtxtbox_b span {
    font-size: 16px;
    color: #fff;
}

.headnavtxtbox_b i {
    font-size: 18px;
    color: #fff;
}

.head.on .headlogo_txth {
    color: #333;
}

.head.on .headlogo_txtp {
    color: rgba(0, 0, 0, 0.4);
}

.head.on .headnav_item .headnav_itema {
    color: #333;
}

.head.on .headnav_item .headnav_itema::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.head.on .headbox_lxa span,
.head.on .headbox_lxa i {
    color: #333;
}

.head.on .headbox_lxa:first-child span,
.head.on .headbox_lxa:first-child i {
    color: #fff;
}

.head.on .headbox_lx .headbox_lxa.headbox_lxaz {
    border-color: #333;
}

.ydbtn {
    padding: 0 10px;
    display: flex;
    align-items: center;
    display: none;
    cursor: pointer;
}

.ydbtn i {
    font-size: 26px;
    color: #fff;
}

.head.on .ydbtn i {
    color: #333;
}

.youlian{padding: 0 0 0px!important;}
.yqlj{}
.yqlj a{display: inline-block; padding-left:10px; font-size: 14px; color: #777;}
/* 合作客户 */
    
    .hzkhbox_l {
        padding: 90px 0;
        width: 77%;
    }
    
    .hzkhbox_l .hzkhbox_lbox {
        display: block;
    }
    
    .hzkh_container {
        border-top: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
    }
    
    .hzkh_slideitem {
        padding: 10px;
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        overflow: hidden;
		background: #fff;
    }
    
    .hzkh_slideitem img {
        max-width: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .hzkh_slideitem:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .hzkhbox_rbox_btna.hvr-sweep-to-right::before {
        background-color: #d60505;
    }
    
    .hzkhbox_r {
        position: relative;
        width: 23%;
    }
    
    .hzkhbox_rdw {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100%);
        background-image: linear-gradient(to right, #0d92d7, #0048a2);
    }
    
    .hzkhbox_rbox {
        position: relative;
        padding: 0 40px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    
    .hzkhbox_rbox_tleh {
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .hzkhbox_rbox_tlep {
        font-size: 18px;
        color: #fff;
    }
    
    .hzkhbox_rbox_ct {
        margin: 30px 0 40px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    
    .hzkhbox_rbox_btn .hzkhbox_rbox_btna {
        display: block;
        width: 140px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
        border: 1px solid #fff;
    }
    
    .hzkhbox_rbox_btn .hzkhbox_rbox_btna:hover {
        border: 1px solid #d60505;
    }
    
    .hzkhbox_rbox_btna i {
        font-size: 22px;
        color: #fff;
    }
/* 移动行行 */

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 20px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itemi {
    height: 60px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mblink_itemi {
    font-size: 20px;
    color: #555;
}

.a_txt2 {
    display: none;
    padding-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #777;
}


/* banner */

.banner_slideatxt {
    position: absolute;
    padding: 100px 0 90px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bannersldtxt_h {
    font-size: 48px;
    color: #fff;
}

.bannersldtxt_y {
    margin: 0 0 25px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 100px;
    line-height: 110px;
    color: #fff;
}

.bannersldtxt_p {
    width: 48%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.bannersldtxt_m {
    display: inline-block;
    position: relative;
    padding: 6px 2px;
    margin-top: 80px;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.bannersldtxt_m::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #106ecb;
    z-index: 2;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.bannersldtxt_m:hover::after {
    width: 100%;
}

.cpfl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    z-index: 5;
}

.cpflbox {
    height: 100%;
    background-color: #106ecb;
}

.cpflbox .cpflt_thumbs {
    overflow: visible;
}

.cpflt_slide {
    position: relative;
    border-right: 1px solid #0d4883;
}

.cpflt_slide:last-child {
    border-right: 0;
}

.cpflt_slide::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #106ecb;
    z-index: 2;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpflt_slide.swiper-slide-thumb-active:after {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.cpflt_slide:hover .cpflt_slidea {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

.cpflt_slide .cpflt_slidea {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.kzqy {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.kzqybox {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.kzqybox_l {
    margin-right: 65px;
    display: flex;
    align-items: center;
}

.kzqybox_r {
    width: 120px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.kzqybox_rl {
    font-family: 'ProximaNova-Regular';
    font-size: 48px;
    color: #fff;
}

.kzqybox_rc {
    padding-bottom: 10px;
    margin: 0 15px;
    font-size: 20px;
    color: rgba(255, 255, 255, .2);
}

.kzqybox_rr {
    padding-bottom: 5px;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    color: rgba(255, 255, 255, .2);
}

.kzqybox_per,
.kzqybox_next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.kzqybox_per i,
.kzqybox_next i {
    font-size: 26px;
    color: #fff;
}

.kzqybox_pagination {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.kzqybox_y {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.kzqybox_y span {
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
}

.kztop {
    position: absolute;
    bottom: 170px;
    right: 2.5%;
    z-index: 5;
}

.kztopbox {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
}

.kztopbox_y {
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, .2);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.kztopbox_i i {
    margin-left: 6px;
    font-size: 30px;
    color: rgba(255, 255, 255, .2);
    transition: all .4s;
}

.kztopbox:hover .kztopbox_y,
.kztopbox:hover i {
    color: #fff;
}

.kztopimg {
    cursor: pointer;
}

.cpxb {
    position: relative;
}

.cpxbbox_slide .cpxbbox_slidea {
    padding-top: 90px;
    display: flex;
}

.cpxbbox_slidea>div {
    width: 50%;
}

.cpxbbox_slidea_l {
    padding-right: 110px;
    display: flex;
    justify-content: flex-end;
}

.cpxbbox_slidea_r {
    padding-top: 20px;
}

.cpxbbox_slidea_rh {
    font-size: 48px;
    color: #333;line-height: 55px;
}

.cpxbbox_slidea_rp {
    margin-top: 30px;
    width: 60%;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
}

.cpxbbox_slidea_rp span {
    font-weight: 700;
    color: #333;
}

.cpxbbox_slidea_rm {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.cpxbbox_slidea_rm>div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    background-color: #106ecb;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slidea:hover .cpxbbox_slidea_rm>div {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cpxbbox_slidea_rm>div>i {
    font-size: 24px;
    color: #fff;
}

.cpxbbox_slidea_rm span {
    margin-left: 15px;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    color: #d8d8d8;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbbox_slide_b {
    padding: 120px 0;
}

.cpxbboxb_container {
    background-color: #fff;
}

.cpxbboxb_slide .cpxbboxb_slidea {
    padding: 40px 0 20px;
    display: block;
    border-right: 1px solid #f2f5f8;
}

.cpxbboxb_slideat {
    overflow: hidden;
}

.cpxbboxb_slideat img {
    width: 80%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpxbboxb_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpxbboxb_slideab {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpxbbox_slide_bdw {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cpxb_pre,
.cpxb_next {
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.cpxb_pre {
    left: 0;
}

.cpxb_next {
    right: 0;
}

.cpxb_pre i,
.cpxb_next i {
    font-size: 40px;
}


/*推荐产品  */

.tjcp {
    padding: 50px 0 90px;
    position: relative;
    z-index: 5;
}

.tjcp_tle {
    text-align: center;
}

.tjcp_tleh {
    font-size: 48px;
	font-weight: 700;
}

.tjcp_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    text-transform: capitalize;
    color: #ccc;
}

.tjcp_ct {
    margin-top: 40px;
}

.tjcpkz {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpxbboxb_pagination {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.tjcpkz_per,
.tjcpkz_next {
    outline: none;
}

.tjcpkz_per i,
.tjcpkz_next i {
    font-size: 26px;
    cursor: pointer;
}

.cpxbboxb_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.cpxbboxb_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #333333;
    background-color: transparent;
}


/* 底部 */

.foot {
    margin-top: 0px;
    background-color: #f5f5f5;
}

.foot.footny {
    background-color: #333333;
}

.foott {
    position: relative;
    padding: 80px 0 120px;
    display: flex;
}

.lxbox {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
}

.foott_l {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.lxbox .lxboxa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0 3px;
}

.footny .lxbox .lxboxa {
    border: 1px solid rgba(255, 255, 255, .4);
}

.lxboxadw {
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 100px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lxboxadw img {
    width: 100%;
}

.lxboxawx:hover .lxboxadw {
    bottom: 110%;
    opacity: 1;
}

.lxboxa i {
    font-size: 18px;
    color: #777;
}

.footny .lxboxa i {
    color: #fff;
}

.foott_litemt .foott_litemta {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.footny .foott_litemt .foott_litemta {
    color: #fff;
}

.foott_litemb {
    margin-top: 25px;
}

.foott_litemb .foott_litemba {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #777777;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foott_litemb .foott_litemba:hover {
    color: #333;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.footny .foott_litemb .foott_litemba {
    color: rgba(255, 255, 255, .4);
}

.footny .foott_litemb .foott_litemba:hover {
    color: #fff;
}

.foott_r {
    margin-left: 20%;
}

.foott_ritem {
    display: flex;
    align-items: center;
}

.foott_ritem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.foott_ritem i {
    font-size: 18px;
    color: #c9c9c9;
}

.footny .foott_ritem i {
    color: #fff;
}

.foott_ritem span {
    margin-left: 10px;
    font-size: 16px;
    color: #D7D7D7;
}

.footny .foott_ritem span {
    color: rgba(255, 255, 255, .4);
}

.foott_rlink {
    margin-top: 55px;
    display: flex;
    width: 290px;
    height: 42px;
    text-align: center;
    overflow: hidden;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background-color: #106ecb;
}

.footny .foott_rlink {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: #333;
}

.foott_rlink>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 50%;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foott_rlink>a:hover {
    padding-left: 5px;
}

.foott_rlink .foott_rlinkr {
    background-color: #333333;
}

.footny .foott_rlink .foott_rlinkr {
    background-color: #106ecb;
}

.footb {
    border-top: 1px solid #e2e2e2;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
}

.footny .footb {
    border-color: #484848;
}

.footbl,
.footbl>a,
.footbr,
.footbr>a {
    font-size: 14px;
    color: #999999;
}

.footbl>a,
.footbr>a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.footbl>a:hover,
.footbr>a:hover {
    color: #333;
}

.footny .footbl,
.footny .footbl>a,
.footny .footbr,
.footny .footbr>a {
    color: rgba(255, 255, 255, .4);
}

.footny .footbl>a:hover,
.footny .footbr>a:hover {
    color: #fff;
}


/* 内页顶部 */

.nyhead {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
}

.nyheadtxt {
    height: 100%;
    padding: 100px 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.nyheadtxth {
    font-size: 48px;
    color: #fff;
}

.nyheadtxty {
    position: relative;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nyheadtxtyxz {
    position: relative;
}

.nyheadtxty span {
    font-family: 'ProximaNova-Bold';
    position: relative;
    font-size: 70px;
    color: #fff;
    z-index: 2;
}

.nyheadtxtyxz::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: calc(100% + 60px);
    height: 35px;
    background-color: #106ecb;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nyheadtxtt img {
    width: 110px;
    margin: auto;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    animation: sfdh .5s linear infinite;
    -webkit-animation: sfdh 1s linear infinite;
}

.nyheadtxtp {
    margin-top: 5px;
    font-size: 16px;
    color: #ffffff;
}

.nyheadtxti {
    margin-top: 30px;
    text-align: center;
}

.nyheadtxti i {
    font-size: 38px;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    animation: rotate .5s linear infinite;
    -webkit-animation: rotate .8s linear infinite;
}

.nybsk {
    height: 130px;
    display: flex;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nybsk .nybska {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e1e1e1;
}

.nybsk .nybska:last-child {
    border-right: 0;
}

.nybskabox {
    text-align: center;
}

.nybskabox_i i {
    font-size: 40px;
}

.nybskabox_t {
    font-size: 16px;
}

.nybska.on .nybskabox_i i {
    color: #106ecb;
}

.nybska.on .nybskabox_t {
    color: #106ecb;
    font-weight: 700;
}


/* 上下页  */

.sxy {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}


/*  卡片区域*/

.kpqybox {
    display: flex;
}

.kpqybox>a {
    padding: 60px 70px 0;
    width: 50%;
    height: 270px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.kpqybox>a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.kpqyboxal {
    margin-right: 20px;
}

.kpqyboxh {
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
}

.kpqybox>a:last-child .kpqyboxh {
    color: #333;
}

.kpqyboxm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kpqyboxm i {
    font-size: 24px;
    color: #fff;
}

.kpqybox>a:last-child .kpqyboxm i {
    color: #777;
}

.kpqyboxm span {
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
}

.kpqybox>a:last-child .kpqyboxm span {
    color: #333;
}

.kpqyboxar {
    margin-left: 20px;
}


/* 分页 */


/* 通用分页样式 */

.pages ul {
    display: flex;
}

.pages li {
    margin-right: 5px;
}

.pages li a {
    border: 1px solid #f1f1f1;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.pages li:last-child a,
.pages li:first-child a {
    width: 130px;
}

.pages li a:hover {
    border: 1px solid #106ecb;
    background: #fff;
    color: #106ecb;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #f1f1f1;
    width: 130px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #f1f1f1;
}

.pages .current a {
    border: 1px solid #106ecb;
    background: #fff;
    color: #106ecb;
}


/* 在线留言 */

.zalycp {
    margin-top: 90px;
}

.zalycp_t {
    text-align: center;
}

.zalycp_th {
    font-size: 48px;
}

.zalycp_tp {
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #777;
}

.zalycp_b {
    margin-top: 50px;
}

.zalycp_bf {
    width: 100%;
}

.zalycp_bft {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zalycp_bft>input {
    padding: 0 30px;
    width: 49%;
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfc {
    margin-bottom: 20px;
}

.zalycp_bfc>textarea {
    display: block;
    width: 100%;
    padding: 20px;
    height: 180px;
    border: 1px solid #eeeeee;
    outline: none;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.zalycp_bfy {
    height: 60px;
    display: flex;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.zalycp_bfy>input {
    flex: 1;
    border: 0;
    padding: 0 20px;
}

.zalycp_bfyimg {
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zalycp_bfyimg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #eee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zalycp_bfz {
    padding: 15px 0;
    color: #777;
}

.zalycp_bfd {
    display: flex;
    justify-content: space-between;
}

.zalycp_bfd>input {
    width: 49%;
    height: 60px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zalycp_bfd>input:hover {
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
}

.zalycp_bfdt {
    background-color: #0070c3;
    color: #fff;
}

.zalycp_bfdc {
    background-color: #eaeaea;
    color: #333;
}


/* 全屏视频 */

.qpsp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999;
}

.gbbtn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 3;
}

.gbbtn i {
    font-size: 30px;
    color: #fff;
}

.qpspzg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.qpspbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    width: 60%;
}

.qpspbox>div {
    width: 100%;
}

.video-js .vjs-tech {}


/* 样式补充 */

.video-js {
    /* 给.video-js设置字体大小以统一各浏览器样式表现，因为video.js采用的是em单位 */
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.video-js button {
    outline: none;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    /* 视频占满容器高度 */
    height: 100%;
    background-color: #161616;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #111;
}

.vjs-poster {
    background-color: #161616;
    background-size: cover;
}

.video-js .vjs-big-play-button {
    /* 中间大的播放按钮 */
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.12em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

.video-js.vjs-paused .vjs-big-play-button {
    /* 视频暂停时显示播放按钮 */
    display: block;
}

.video-js.vjs-error .vjs-big-play-button {
    /* 视频加载出错时隐藏播放按钮 */
    display: none;
}

.vjs-loading-spinner {
    /* 加载圆圈 */
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js .vjs-control-bar {
    /* 控制条默认显示 */
    display: flex;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}

.vjs-button>.vjs-icon-placeholder:before {
    /* 控制条所有图标，图标字体大小最好使用px单位，如果使用em，各浏览器表现可能会不大一样 */
    font-size: 22px;
    line-height: 1.9;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 2.4;
    font-size: 18px;
}


/* 进度条背景色 */

.video-js .vjs-play-progress {
    color: #106ecb;
    background-color: #106ecb;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #106ecb;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #106ecb;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none!important;
}

.video-js .vjs-time-control {
    padding: 0 0.5em;
}

.video-js .vjs-big-play-button {
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* 媒体查询 */

@media screen and (max-width: 1600px) {
    /* 头部下拉 */
    .headnavxl {
        padding: 50px 0;
    }
    .headnavxl_slideatxt,
    .headnavtxtbox_t,
    .headnavtxtbox_b {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    /* 头部 */
    .headlogo_txth {
        font-size: 19px;
    }.headlogo_txtp {
   
    font-size: 12px;
    
}
    .headnav_item .headnav_itema {
        font-size: 16px;
    }
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 16px;
    }
    .headnavtxtbox_t,
    .headnavtxtbox_b span {
        font-size: 16px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 100px 0 80px;
    }
    .bannersldtxt_h {
        font-size: 40px;
    }
    .bannersldtxt_y {
        font-size: 90px;
        line-height: 90px;
    }
    .bannersldtxt_p {
        font-size: 16px;
        line-height: 26px;
    }
    .bannersldtxt_m {
        font-size: 16px;
    }
    /* 产品 */
    .cpfl {
        height: 80px;
        line-height: 80px;
    }
    .cpflt_slide .cpflt_slidea {
        font-size: 18px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 75px;
    }
    .cpxbbox_slidea_rh {
        font-size: 40px;
    }
    .cpxbbox_slidea_rp {
        margin-top: 20px;
        width: 70%;
        font-size: 16px;
        line-height: 26px;
    }
    .cpxbbox_slidea_rm {
        margin-top: 40px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 48px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 20px;
    }
    .tjcp {
        padding: 45px 0 75px;
    }
    .tjcp_tleh {
        font-size: 40px;
    }
    .tjcp_tlep {
        font-size: 20px;
    }
    .cpxbboxb_slideab {
        font-size: 16px;
    }
    .tjcp_ct {
        margin-top: 35px;
    }
    /* 底部 */
    .foot {
        margin-top: 75px;
    }
    .foott {
        padding: 70px 0 90px;
    }
    .foott_litemt .foott_litemta {
        font-size: 18px;
    }
    .foott_litemb {
        margin-top: 14px;
    }
    .foott_litemb .foott_litemba {
        font-size: 14px;
        padding: 4px 0;
    }
    .foott_ritem span {
        font-size: 14px;
    }
    .foott_ritem i {
        font-size: 16px;
    }
    .foott_ritem {
        margin-bottom: 15px;
    }
    .foott_rlink {
        margin-top: 35px;
    }
    .foott_rlink>a {
        font-size: 14px;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 13px;
    }
    /* 内页背景 */
    .nybsk {
        height: 120px;
    }
    .nyhead {
        height: 500px;
    }
    .nyheadtxt {
        padding: 100px 0 60px;
    }
    .nyheadtxth {
        font-size: 40px;
    }
    .nyheadtxty span {
        font-size: 55px;
    }
    .nyheadtxtyxz::after {
        height: 25px;
    }
    .nyheadtxtp {
        font-size: 14px;
    }
    .nyheadtxti {
        margin-top: 20px;
    }
    .nybskabox_i i {
        font-size: 32px;
    }
    /* 卡片区域 */
    .kpqybox>a {
        padding: 40px 50px 0;
    }
    .kpqyboxh {
        font-size: 30px;
    }
    .kpqyboxm span {
        font-size: 18px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 40px;
    }
    .pages li span,
    .pages li a {
        height: 50px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 75px;
    }
    .zalycp_b {
        margin-top: 40px;
    }
    .zalycp_th {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {

	
    .headnavxl {
        padding: 45px 0;
    }
    .headnavxlbox .headnavxl_slidea {
        padding: 25px;
    }
    .headnavxl_slideatxt {
        margin-top: 10px;
    }
    .headnavtxtbox_t,
    .headnavtxtbox_b span {
        font-size: 12px;
    }
    /* 头部 */
    .head {
        height: 90px;
    }
    .head.on {
        height: 80px;
    }
    .headlogo_img img {
        width: 137px;
    }
    .headlogo_txt {
        margin-left: 16px;
    }
    .headnav_item .headnav_itema {
        padding: 0 25px;
    }
    .headbox_lx .headbox_lxa {
        height: 40px;
    }
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 16px;
    }
    .headbox_lx .headbox_lxa {
        width: 150px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 90px 0 60px;
    }
    .bannersldtxt_h {
        font-size: 36px;
    }
    .bannersldtxt_y {
        font-size: 70px;
        line-height: 70px;
    }
    .bannersldtxt_p {
        font-size: 14px;
        line-height: 24px;
    }
    .bannersldtxt_m {
        font-size: 14px;
    }
    .kzqy {
        bottom: 90px;
    }
    .kztop {
        bottom: 130px;
    }
    /* 产品 */
    .cpfl {
        height: 60px;
        line-height: 60px;
    }
    .cpflt_slide .cpflt_slidea {
        font-size: 16px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 65px;
    }
    .cpxbbox_slidea_l {
        padding-right: 90px;
    }
    .cpxbbox_slidea_rh {
        font-size: 36px;
    }
    .cpxbbox_slidea_rp {
        width: 80%;
    }
    .cpxbbox_slidea_rp {
        font-size: 14px;
        line-height: 24px;
    }
    .cpxbbox_slidea_rm {
        margin-top: 30px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 45px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 18px;
    }
    .tjcp {
        padding: 35px 0 65px;
    }
    .tjcp_tleh {
        font-size: 36px;
    }
    .tjcp_tlep {
        font-size: 18px;
    }
    .tjcp_ct {
        margin-top: 30px;
    }
    .tjcpkz {
        margin-top: 20px;
    }
    .cpxbboxb_slideab {
        font-size: 14px;
    }
    .cpxbboxb_slide .cpxbboxb_slidea {
        padding: 40px 0 10px;
    }
    /* 底部 */
    .foot {
        margin-top: 65px;
    }
    .foott {
        padding: 60px 0 80px;
    }
    .foott_litemt .foott_litemta {
        font-size: 18px;
    }
    .foott_litemb .foott_litemba {
        font-size: 14px;
    }
    .foott_ritem span {
        font-size: 14px;
    }
    .foott_ritem i {
        font-size: 16px;
    }
    .foott_rlink {
        height: 40px;
    }
    .foott_rlink>a {
        font-size: 14px;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 13px;
    }
    .footb {
        padding: 16px 0;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 36px;
    }
    .nyheadtxty span {
        font-size: 50px;
    }
    .nyheadtxtyxz::after {
        height: 22px;
    }
    .nyheadtxtp {
        font-size: 13px;
    }
    .nyhead {
        height: 450px;
    }
    .nyheadtxt {
        padding: 100px 0 50px;
    }
    .nyheadtxti {
        margin-top: 15px;
    }
    .nybskabox_t {
        font-size: 14px;
    }
    .nybskabox_i i {
        font-size: 28px;
    }
    .nybsk {
        height: 100px;
    }
    .nyheadtxti i {
        font-size: 32px;
    }
    /* 卡片区域 */
    .kpqybox>a {
        height: 220px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 35px;
    }
    .pages li span,
    .pages li a {
        font-size: 16px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 65px;
    }
    .zalycp_b {
        margin-top: 35px;
    }
    .zalycp_th {
        font-size: 36px;
    }
    .zalycp_bft>input {
        height: 50px;
    }
    .zalycp_bfc>textarea {
        height: 160px;
    }
    .zalycp_bfy {
        height: 50px;
    }
    .zalycp_bfd>input {
        height: 50px;
    }
    .qpspbox {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .qpspbox {
        width: 80%;
    }
    /* 头部 */
    .w3 {
        width: 98%;
    }
    .w2 {
        width: 95%;
    }
    .container {
        max-width: 95%;
    }
    .headbox_lx .headbox_lxa {
        width: 150px;
    }
    .headnav_item .headnav_itema {
        padding: 0 25px;
    }
    .headbox_lx .headbox_lxa.headbox_lxaz {
        display: none;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 32px;
    }
    .bannersldtxt_y {
        font-size: 64px;
        line-height: 64px;
    }
    .bannersldtxt_p {
        font-size: 13px;
        line-height: 23px;
    }
    .bannersldtxt_m {
        font-size: 13px;
    }
    .kzqy {
        bottom: 80px;
    }
    .kzqybox_rl {
        font-size: 42px;
    }
    .kzqybox_rr {
        font-size: 20px;
    }
    .kztop {
        bottom: 180px;
    }
    /* 产品 */
    .cpflt_slide .cpflt_slidea {
        font-size: 14px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 60px;
    }
    .cpxbbox_slidea_l {
        padding: 0 40px;
    }
    .cpxbbox_slidea_rh {
        font-size: 32px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 40px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 18px;
    }
    .tjcp {
        padding: 30px 0 60px;
    }
    .cpxbbox_slide_bdw {
        height: 60%;
    }
    .tjcp_tleh {
        font-size: 32px;
    }
    .tjcp_tlep {
        font-size: 16px;
    }
    .cpxbbox_slidea_rp {
        font-size: 13px;
        line-height: 23px;
    }
    /* 底部 */
    .foot {
        margin-top: 60px;
    }
    .foott {
        padding: 50px 0 70px;
    }
    .foott_litemt .foott_litemta {
        font-size: 16px;
    }
    .footb {
        padding: 15px 0;
    }
    .cndns-right {
        display: none;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 12px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 32px;
    }
    .nyhead {
        height: 400px;
    }
    .nyheadtxt {
        padding: 140px 0 45px;
    }
    .nyheadtxtt img {
        width: 100px;
    }
    .nyheadtxtp {
        font-size: 12px;
    }
    .nybsk {
        height: 90px;
    }
    .nybskabox_i i {
        font-size: 24px;
    }
    .nyheadtxti {
        margin-top: 15px;
    }
    /* 卡片 */
    .kpqybox>a {
        height: 180px;
        padding: 30px 40px 0;
    }
    .kpqyboxh {
        font-size: 26px;
    }
    .kpqyboxm span {
        font-size: 18px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 30px;
    }
    .pages li span,
    .pages li a {
        height: 45px;
        font-size: 14px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 55px;
    }
    .zalycp_b {
        margin-top: 30px;
    }
    .zalycp_th {
        font-size: 32px;
    }
    .zalycp_bfc>textarea {
        height: 140px;
    }
}

@media screen and (max-width: 992px) {
    .lxbox {
        display: none;
    }
    .w2 {
        width: 98%;
    }
    .container {
        max-width: 98%;
    }
    /* 头部 */
    .headbox_nav {
        display: none;
    }
    .head {
        height: 80px;
    }
    .head.on {
        height: 80px;
    }
    .banner_slideatxt {
        padding: 80px 30px 50px;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 30px;
    }
    .bannersldtxt_y {
        font-size: 56px;
    }
    /* 产品 */
    .cpfl {
        height: 50px;
        line-height: 50px;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 55px;
    }
    .cpxbbox_slidea_r {
        padding-top: 30px;
    }
    .cpxbbox_slidea_rh {
        font-size: 30px;
    }
    .cpxbbox_slidea_rp {
        margin-top: 15px;
        font-size: 13px;
        line-height: 23px;
        width: 85%;
    }
    .cpxbbox_slidea_rm {
        margin-top: 25px;
    }
    .cpxbbox_slidea_rm i {
        font-size: 36px;
    }
    .cpxbbox_slidea_rm span {
        font-size: 16px;
    }
    .tjcp {
        padding: 20px 0 55px;
    }
    .tjcp_tleh {
        font-size: 30px;
    }
    .tjcp_tlep {
        font-size: 16px;
    }
    .tjcp_ct {
        margin-top: 25px;
    }
    /*底部 */
    .foot {
        margin-top: 55px;
    }
    .foott {
        padding: 50 0 60px;
    }
    .foott_r {
        display: none;
    }
    .footb {
        padding: 12px 0;
        flex-wrap: wrap;
    }
    .footb>div {
        width: 100%;
        text-align: center;
    }
    .footbl,
    .footbl>a,
    .footbr,
    .footbr>a {
        font-size: 12px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 30px;
    }
    .nyheadtxty span {
        font-size: 36px;
    }
    .nyheadtxtyxz::after {
        bottom: 10px;
        height: 20px;
    }
    .nyhead {
        height: 350px;
    }
    .nyheadtxt {
        padding: 120px 0 40px;
    }
    .nyheadtxtt img {
        width: 80px;
    }
    .nyheadtxti {
        margin-top: 10px;
    }
    .nybsk {
        height: 86px;
    }
    /* 卡片 */
    .kpqyboxh {
        font-size: 24px;
    }
    .kpqyboxm span {
        font-size: 16px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 25px;
    }
    .pages li span,
    .pages li a {
        height: 45px;
        font-size: 14px;
    }
    .pages .current a {
        width: 45px;
    }
    .pages li span {
        width: 80px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 50px;
    }
    .zalycp_b {
        margin-top: 30px;
    }
    .zalycp_th {
        font-size: 30px;
    }
    .zalycp_bft>input {
        height: 50px;
    }
    .zalycp_bfc>textarea {
        height: 160px;
    }
    .zalycp_bfy {
        height: 50px;
    }
    .zalycp_bfd>input {
        height: 50px;
    }
    .zalycp_bfz {
        font-size: 14px;
    }
    .ydbtn {
        display: flex;
    }
    .pages li a {
        width: 45px;
    }
    .pages li:last-child a,
    .pages li:first-child a {
        width: 80px;
    }
}

@media screen and (max-width:768px) {
    .pages li a {
        width: 36px;
    }
    .pages li:last-child a,
    .pages li:first-child a {
        width: 60px;
    }
    .headlogo_txth {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }.headlogo_txtp {
    font-size: 10px;
}
    .banner_slideatxt {
        padding: 70px 10px 100px;
    }
    .qpspbox {
        width: 95%;
    }
    .w3 {
        width: 100%;
        padding: 0 15px;
    }
    .w2 {
        width: 100%;
        padding: 0 15px;
    }
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    /* 头部 */
    .headbox_lxl {
        display: none;
    }
    .head {
        height: 70px;
    }
    .head.on {
        height: 70px;
    }
    .headlogo_img img {
        width:118px;
    }
    .headlogo_txt {
        margin-left: 6px;
    }
    /* banner */
    .bannersldtxt_h {
        font-size: 24px;
    }
    .bannersldtxt_y {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 1.1;
    }
    .bannersldtxt_p br {
        display: none;
    }
    .bannersldtxt_p {
        width: 90%;
        font-size: 12px;
        line-height: 20px;
    }
    .bannersldtxt_m {
        margin-top: 20px;
        font-size: 14px;
    }
    .cpflt_slide>.cpflt_slidea {
        border-bottom: 1px solid #0d4883;
    }
    .cpflt_slide:last-child .cpflt_slidea {
        border-right: 1px solid #0d4883;
    }
    .cpflt_slide:nth-last-child(-n+2) .cpflt_slidea {
        border-bottom: 0;
    }
    .cpflt_slide:hover .cpflt_slidea {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .cpflt_slide.swiper-slide-thumb-active:after {
        display: none;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        padding-top: 30px;
    }
    .cpxb_pre,
    .cpxb_next {
        top: 30%;
    }
    .cpfl {
        height: auto;
    }
    .kzqybox_l {
        display: none;
    }
    .kzqy {
        bottom: 125px;
    }
    .kzqybox_rl {
        font-size: 30px;
    }
    .kzqybox_rc {
        padding-bottom: 5px;
        margin: 0 10px;
        font-size: 16px;
    }
    .kzqybox_r {
        width: auto;
    }
    .kzqybox_rr {
        padding-bottom: 2px;
        font-size: 16px;
    }
    .kzqybox_l {
        margin-right: 20px;
    }
    .kztopbox {
        margin: 0;
    }
    .kztop {
        bottom: 150px;
        right: -30px;
    }
    /* 产品 */
    .banner {
        overflow: hidden;
    }
    .cpfl .w2 {
        padding: 0;
    }
    .cpxbbox_slide .cpxbbox_slidea {
        flex-wrap: wrap;
    }
    .cpxbbox_slidea>div {
        width: 100%;
    }
    .cpxbbox_slidea_r {
        padding-top: 25px;
    }
    .cpxbbox_slidea_rh {
        font-size: 20px;
        text-align: center;
    }
    .cpxbbox_slidea_rp {
        font-size: 12px;
        line-height: 20px;
        margin: 10px auto 0;
        width: 80%;
        text-align: center;
    }
    .cpxbbox_slide_bdw {
        display: none;
    }
    .cpxbbox_slidea_rm {
        display: none;
    }
    .cpxbbox_slidea_rm i {
        font-size: 28px;
    }
    .cpxbbox_slidea_rm span {
        display: none;
    }
    .cpxbbox_slide_bdw {
        height: 46%;
    }
    .tjcp {
        padding: 50px 0 0;
    }
    /* 推荐产品 */
    .cpxbbox_slidea_l img {
        width: 100%;
    }
    .tjcp_tleh {
        font-size: 24px;
    }
    .tjcp_tlep {
        font-size: 14px;
    }
    .tjcpkz {
        margin-top: 15px;
    }
    .cpxbboxb_slideab {
        font-size: 12px;
    }
    .cpxbboxb_slide .cpxbboxb_slidea {
        border-top: 1px solid #f2f5f8;
        border-bottom: 1px solid #f2f5f8;
    }
    .cpxbboxb_container {
        border-left: 1px solid #f2f5f8;
    }
    .cpxbboxb_slide .cpxbboxb_slidea {
        padding: 25px 0 0;
    }
    .cpxbboxb_slideat img {
        width: 100%;
    }
    /* 尾部 */
    .footbr {
        display: none;
    }
    .foott {
        padding: 50px 20px;
    }
    .foott_litemt .foott_litemta {
        font-size: 16px;
    }
    .foott_litemb {
        margin-top: 15px;
    }
    .foott_litemb .foott_litemba {
        font-size: 13px;
        padding: 5px 0;
    }
    /* 卡片 */
    .kpqybox {
        flex-wrap: wrap;
    }
    .kpqybox>a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .kpqyboxh {
        font-size: 22px;
        line-height: 1.1;
    }
    .kpqyboxm i {
        font-size: 22px;
    }
    /* 内页背景 */
    .nyheadtxth {
        font-size: 18px;
    }
    .nyheadtxty span {
        font-size: 28px;
    }
    .nyheadtxtyxz::after {
        height: 12px;
    }
    .nyheadtxtt img {
        width: 50px;
    }
    .nyhead {
        height: 260px;
    }
    .nyheadtxt {
        padding: 70px 0 0px;
    }
    .nyheadtxtt img {
        width: 60px;
    }
    .nyheadtxti {
        display: none;
    }
    /* 变色块 */
    .nybsk {
        flex-wrap: wrap;
        margin-top: 35px;
        height: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .nybsk .nybska:last-child {
        border-right: 1px solid #e1e1e1;
    }
    .nybsk .nybska {
        padding: 16px 0;
        flex: none;
        width: 33%;
        border-bottom: 1px solid #e1e1e1;
    }
    .nybsk .nybska:nth-child(3n) {
        border-right: 0;
    }
    .nybsk .nybska:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .nybskabox_i i {
        font-size: 22px;
    }
    .nybskabox_t {
        font-size: 12px;
    }
    .nyheadtxtp {
        margin-top: 0;
        padding: 0 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .nyheadtxti {
        margin-top: 10px;
    }
    .nyheadtxti i {
        font-size: 30px;
    }
    /* 上下叶 */
    .pages li span,
    .pages li a {
        height: 36px;
        font-size: 12px;
    }
    .pages .current a {
        width: 36px;
    }
    .pages li span {
        width: 60px;
    }
    /* 在线留言 */
    .zalycp {
        margin-top: 50px;
    }
    .zalycp_b {
        margin-top: 25px;
    }
    .zalycp_th {
        font-size: 24px;
    }
    .zalycp_tp {
        font-size: 14px;
    }
    .zalycp_bft>input {
        height: 45px;
    }
    .zalycp_bfc>textarea {
        height: 120px;
    }
    .zalycp_bfy {
        height: 45px;
    }
    .zalycp_bfd>input {
        height: 45px;
    }
    .zalycp_bft,
    .zalycp_bfc {
        margin-bottom: 10px;
    }
    .zalycp_bfz {
        font-size: 12px;
        padding: 10px 0;
    }
    .kpqybox>a {
        height: 160px;
    }
}

.mbzd {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: #106ecb;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: .8;
    cursor: pointer;
}

.mbzd.on {
    display: flex;
}

.mbzd i {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width:992px) {
    .cndns-right {
        display: none !important;
    }
}

.cplrz {
    padding: 50px 0;
}

@media screen and (min-width:992px) {
    .mbzd {
        display: none!important;
    }
}

.xzbtn {
    padding: 0 30px;
    margin-top: 30px;
    display: flex;
}

.xzbtn .xzbtna {
    width: 49%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #106ecb;
    overflow: hidden;
}

.xzbtn .xzbtna:last-child {
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #333;
}

.xzbtn .xzbtna:last-child span {
    color: #333;
}

.xzbtna i {
    font-size: 18px;
    color: #fff;
}

.xzbtna span {
    margin-left: 6px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}


/* 手机版底部 */

.mbfoot {
    height: 50px;
    background-color: #106ecb;
    overflow: hidden;
}

.mbfootdw {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: none;
    background-color: #106ecb;
    z-index: 10;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.mbfoot.on .mbfootdw {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.mbfootdw .mbfootdw_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #0061c1;
    box-shadow: 1px 0px 0 #3780c8;
}

.mbfootdw .mbfootdw_item:last-child {
    border-right: none;
    box-shadow: none;
}

.mbfootdw_itemi i {
    font-size: 16px;
    color: #fff;
}

.mbfootdw_itemp {
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .mbfootdw {
        display: flex;
    }
}

@media screen and (min-width:768px) {
    .mbfoot {
        display: none!important;
    }
}


/* 微信弹出 */

#wechat-lightbox {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0px;
    right: 0px;
    left: 0px;
    transition: opacity 0.1s ease-in 0s;
    background: rgba(0, 0, 0, 0.75);
}

.mip-fill-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

i.guanbi {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

#MIP-LLIGTBOX-MASK {
    background: rgba(0, 0, 0, .4)
}

.form-wechat-model-ctn .model-mask {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

.mip-sjh-wechat-model {
    width: 100%;
    height: 100%
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer {
    width: 20.6875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: .8125rem
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .close {
    position: absolute;
    right: .9375rem;
    top: .9375rem
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success {
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.wechat-model-success .image i {
    font-size: 50px;
    line-height: 1;
    color: #1aad19;
    margin-bottom: 10px
}

.wechat-model-success .guide-img {
    margin-top: 10px;
    margin-bottom: 20px
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button {
    background-color: #1aad19;
    border-radius: .25rem;
    width: 100px;
    margin: auto;
    margin-top: .9375rem;
    line-height: 2.2;
}

.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button span {
    color: #fff;
}


    /* 授权资质 */
    
    .sqzz {
        padding: 110px 0;
		background: #f9f9f9;
    }
    
    .sqzzbox_ltle {
        position: relative;
    }
    
    .sqzzbox_l {
        width: 33%;
        padding-right: 90px;
    }
    
    .sqzzbox_ltleh {
        font-size: 50px;
        font-weight: 700;
        color: #222222;
    }
    
    .sqzzbox_ltledw {
        position: absolute;
        top: 5px;
        right: 0;
    }
    
    .sqzzbox_ltlep {
        font-size: 18px;
        color: #666;
    }
    
    .sqzzbox_lct {
        margin: 30px 0;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .sqzzbox_lcta a {
        display: block;
        width: 142px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border: 1px solid #ababab;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }
    
    .sqzzbox_lcta a:hover {
        border: 1px solid #d60505;
    }
    
    .sqzzbox_lcta .hvr-sweep-to-right:before {
        background-color: #d60505;
    }
    
    .sqzzbox_lcta a span {
        font-size: 14px;
        color: #222;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    
    .sqzzbox_lcta a i {
        font-size: 22px;
        color: #222;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    
    .sqzzbox_lcta a:hover span,
    .sqzzbox_lcta a:hover i {
        color: #fff;
    }
    
    .sqzzbox_r {
        position: relative;
        width: 67%;
    }
    
    .sqzz_container {
        width: 100%;
        height: 100%;
    }
    
    .sqzz_slide .sqzz_slidea {
        display: block;
        overflow: hidden;
        border: 5px solid #d3a659;
    }
    
    .sqzz_slidea img {
        width: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .sqzz_slidea:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .sqzz_per,
    .sqzz_next {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        width: 50px;
        height: 50px;
        background-color: rgba(214, 5, 5, 0.8);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
        outline: none;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    
    .sqzz_per {
        left: -25px;
    }
    
    .sqzz_next {
        right: -25px;
    }
    
    .sqzz_per i,
    .sqzz_next i {
        font-size: 30px;
        color: #fff;
    }
    
    .sqzz_next.swiper-button-disabled,
    .sqzz_per.swiper-button-disabled {
        background-color: rgba(112, 114, 117, .4);
    }
    /* 选择理由 */
    
    .xzlyt {
        padding-top: 90px;
    }
    
    .xzlyt_tle {
        text-align: center;
    }
    
    .xzlyt_tleh {
        font-size: 50px;
        font-weight: 700;
        color: #222;
    }
    
    .xzlyt_tlep {
        font-size: 18px;
        color: #999;
    }
    
    .xzlyt_ct {
        margin-top: 40px;
    }
    
    .xzlyt_top {
        width: 100%;
        height: 100%;
    }
    
    .xzlyt_slide {
        height: auto;
    }
    
    .xzlyt_slideitem {
        width: 100%;
        height: 100%;
    }
    
    .xzlyt_slideitem_l {
        width: 55%;
        overflow: hidden;
    }
    
    .xzlyt_slideitem_l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .xzlyt_slideitem_r {
        width: 45%;
        padding: 30px 80px;
        background-color: #f5f5f5;
    }
    
    .xzlyt_slideitem_rbox {
        width: 100%;
    }
    
    .xzlyt_rbox_tleh {
        font-size: 24px;
        color: #222222;
        margin-bottom: 12px;
    }
    
    .xzlyt_rbox_tlep {
        margin-top: -5px;
        font-size: 30px;
        font-weight: 700;
        color: #222222;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        line-height: 36px;
    }
    
    .xzlyt_slideitem:hover .xzlyt_rbox_tlep {
        color: #d60505;
    }
    
    .xzlyt_rbox_ct {
        margin: 30px 0;
    }
    
    .xzlyt_rbox_ct p {
        font-size: 14px;
        line-height: 24px;
        color: #888888;
        margin-bottom: 15px;
    }
    
    .xzlyt_rbox_ct i {
        font-size: 10px;
        font-weight: 700;
        color: #d60505;
    }
    
    .xzlyt_rbox_tuitem {
        padding: 22px;
        overflow: hidden;
        margin-right: 10px;
        background-color: #fff;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .xzlyt_rbox_tuitem img {
        width: 120px;
        margin: auto;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .xzlyt_rbox_tuitem p {
        margin-top: 6px;
        text-align: center;
        font-size: 14px;
        color: #222;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .xzlyt_rbox_tuitem:hover {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    
    .xzlyt_rbox_tuitem:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .xzlyt_rbox_tuitem:hover p {
        color: #d60505;
    }
    
    .xzlyt_rbox_btn {
        margin-top: 40px;
    }
    
    .xzlyt_rbox_btn .xzlyt_rbox_btna {
        display: block;
        width: 245px;
        height: 50px;
        font-size: 18px;
        color: #222;
        text-align: center;
        line-height: 48px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border: 1px solid #b0b0b0;
        overflow: hidden;
    }
    
    .xzlyt_rbox_btna:hover {
        color: #fff;
    }
    
    .xzlyt_rbox_btna.hvr-sweep-to-right::before {
        background-color: #d60505;
    }
    
    .xzlyb {
        background-color: #222222;
    }
    
    .xzlyb_slide {
        cursor: pointer;
    }
    
    .xzlyb_slideitem {
        position: relative;
        height: 150px;
    }
    
    .xzlyb_thumbs {
        overflow: visible;
    }
    
    .xzlyb_slideitem_sj {
        position: absolute;
        top: 0;
        left: 50px;
        transform: translate(0, -98%);
        -webkit-transform: translate(0, -98%);
        -moz-transform: translate(0, -98%);
        -ms-transform: translate(0, -98%);
        -o-transform: translate(0, -98%);
        z-index: 3;
        display: none;
    }
    
    .xzlyb_slideitemct_l i {
        margin-top: 5px;
        font-size: 50px;
        color: #fff;
    }
    
    .xzlyb_slideitemct_l img {
        width: 80px;
    }
    
    .xzlyb_slideitemct_r {
        margin-left: 5px;
    }
    
    .xzlyb_slideitemct_rh {
        font-size: 26px;
        color: #ffffff;
    }
    
    .xzlyb_slideitemct_rp {
        font-size: 14px;
        color: #ffffff;
    }
    
    .xzlyb_slide.swiper-slide-thumb-active {
        background-color: #d60505;
    }
    
    .xzlyb_slide.swiper-slide-thumb-active .xzlyb_slideitem_sj {
        display: block;
    }
    /* 合作客户 */
    
    .hzkhbox_l {
        padding: 90px 0;
        width: 77%;
    }
    
    .hzkhbox_l .hzkhbox_lbox {
        display: block;
    }
    
    .hzkh_container {
        border-top: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
    }
    
    .hzkh_slideitem {
        padding: 10px;
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        overflow: hidden;
    }
    
    .hzkh_slideitem img {
        max-width: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .hzkh_slideitem:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .hzkhbox_rbox_btna.hvr-sweep-to-right::before {
        background-color: #d60505;
    }
    
    .hzkhbox_r {
        position: relative;
        width: 23%;
    }
    
    .hzkhbox_rdw {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100%);
        background-image: linear-gradient(to right, #0d92d7, #0048a2);
    }
    
    .hzkhbox_rbox {
        position: relative;
        padding: 0 40px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    
    .hzkhbox_rbox_tleh {
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .hzkhbox_rbox_tlep {
        font-size: 18px;
        color: #fff;
    }
    
    .hzkhbox_rbox_ct {
        margin: 30px 0 40px;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    
    .hzkhbox_rbox_btn .hzkhbox_rbox_btna {
        display: block;
        width: 140px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
        border: 1px solid #fff;
    }
    
    .hzkhbox_rbox_btn .hzkhbox_rbox_btna:hover {
        border: 1px solid #d60505;
    }
    
    .hzkhbox_rbox_btna i {
        font-size: 22px;
        color: #fff;
    }
    /* 服务流程 */
    
    .fwlcb {
        padding: 0 35px;
    }
    
    .fwlc.fwlcjc {
        margin-bottom: 50px;
    }
    
    .fwlcb_slideitem {
        position: relative;
        margin: 4px;
        padding: 40px 35px 0;
        height: 162px;
        margin-right: 32px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .1);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .fwlcb_slideitem:hover {
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
    }
    
    .fwlcb_slideitemdw {
        position: absolute;
        right: 0;
        top: 50%;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-weight: 700;
        font-size: 30px;
        color: #fff;
        background-color: #0359ae;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
    }
    
    .fwlcb_slideitemh {
        font-size: 12px;
        color: #b3b3b3;
    }
    
    .fwlcb_slideitemx {
        margin: 8px 0;
        width: 15px;
        height: 1px;
        background-color: #d60505;
    }
    
    .fwlcb_slideitemp {
        font-size: 14px;
        line-height: 24px;
        color: #222;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .fwlcb_slideitem:hover .fwlcb_slideitemp {
        color: #d60505;
    }
    /* 移动端头部 */
    
    .mbhead {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
        height: 80px;
        z-index: 50;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        display: none !important;
    }
    
    .mbhead_llogo img {
        height: 60px;
    }
    
    .mbhead_ltxth {
        font-size: 18px;
        font-weight: 700;
        color: #0359ae;
    }
    
    .mbhead_ltxt {
        margin-left: 7px;
    }
    
    .mbhead_ltxp {
        font-size: 12px;
        color: #666;
    }
    
    .mbhead_rtela i {
        font-size: 38px;
        color: #222;
    }
    
    .mbhead_ryy {
        margin-left: 20px;
    }
    
    .mbhead_ryy .mbhead_ryyabox {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        overflow: hidden;
    }
    
    .mbhead_rx {
        padding: 0 15px;
    }
    
    .mbhead_rxboxitem {
        margin-bottom: 8px;
        width: 24px;
        height: 2px;
        transform-origin: 9px;
        background: #000;
        transition: transform .3s;
    }
    
    .mbhead_rxboxitem:last-child {
        margin-bottom: 0;
    }
    
    .mbhead_rx.on .mbhead_rxboxitemc {
        visibility: hidden;
    }
    
    .mbhead_rx.on .mbhead_rxboxitemt {
        transform: translateY(7.5px) rotate( 45deg);
        -webkit-transform: translateY(7.5px) rotate( 45deg);
        -moz-transform: translateY(7.5px) rotate( 45deg);
        -ms-transform: translateY(7.5px) rotate( 45deg);
        -o-transform: translateY(7.5px) rotate( 45deg);
    }
    
    .mbhead_rx.on .mbhead_rxboxitemb {
        transform: translateY(-7.5px) rotate( -45deg);
        -webkit-transform: translateY(-7.5px) rotate( -45deg);
        -moz-transform: translateY(-7.5px) rotate( -45deg);
        -ms-transform: translateY(-7.5px) rotate( -45deg);
        -o-transform: translateY(-7.5px) rotate( -45deg);
    }
    /* 顶部下拉 */
    
    .mbheadxl {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100% - 80px);
        background-color: #fff;
        border-top: 1px solid #ddd;
        z-index: 999;
        display: none;
    }
    
    .mbheadxlbox {
        width: 100%;
        height: 100%;
    }
    
    .mbheadxlboxs {
        width: 50%;
        height: 20000px;
        background-color: pink;
    }
    
    .mbheadxlbox_ss {
        padding: 15px 30px;
    }
    
    .mbheadxlbox_ssfr {
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: #efefef;
        overflow: hidden;
    }
    
    .mbheadxlbox_ssfrl {
        width: 90%;
    }
    
    .mbxlboxss_i {
        width: 50px;
        text-align: center;
    }
    
    .mbxlboxss_ipt {
        width: calc(100% - 50px);
    }
    
    .mbxlboxss_ipt input {
        height: 100%;
        width: 100%;
        border: none;
        background-color: transparent;
    }
    
    .mbheadxlbox_ssfrr {
        width: 10%;
    }
    
    .mbheadxlbox_ssfrr input {
        height: 100%;
        width: 100%;
        border: none;
        background-color: #0359ae;
        color: #fff;
    }
    
    .mbheadxlbox_dh {
        padding: 0 20px;
    }
    
    .mbxldh_itemt {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
    }
    
    .mbxldh_itemt .mbxldh_itemtl {
        padding: 0 15px 0 20px;
        flex: 1;
        font-size: 16px;
        color: #000;
    }
    
    .mbxldh_itemtr {
        width: 60px;
        text-align: center;
    }
    
    .mbxldh_itemtr i {
        margin-top: -4px;
        font-size: 14px;
        font-weight: 700;
        color: #888;
    }
    
    .mbxldh_itemb {
        padding: 0 15px 15px;
        display: none;
    }
    
    .mbxldh_itemb .mbxldh_itemba {
        display: block;
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #333;
        border-bottom: 1px dashed #ddd;
    }
    /* 手机版底部 */
    
    .mbfoot {
        height: 0;
    }
    
    .mbfootdw {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        display: none;
        z-index: 10;
        background-color: #0359ae;
    }
    
    .mbfootdw .mbfootdw_item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border-right: 1px solid #01386f;
        box-shadow: 1px 0px 0 #3780c8;
    }
    
    .mbfootdw .mbfootdw_item:last-child {
        border-right: none;
        box-shadow: none;
    }
    
    .mbfootdw_itemi i {
        font-size: 16px;
        color: #fff;
    }
    
    .mbfootdw_itemp {
        font-size: 12px;
        color: #fff;
    }
    /* top */
    
    /*.mbfoot_top {
        position: fixed;
        right: 10px;
        bottom: 80px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, .6);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }*/
    
    .mbfoot_top i {
        margin-top: -4px;
        font-size: 16px;
        color: #fff;
    }
    
    .mbfoot_topp {
        margin-top: -5px;
        font-size: 12px;
        color: #fff;
    }
    /*  内页banner*/
    
    .nybanner img {
        width: 100%;
    }
    
    .mbxnavbox {
        margin-top: -40px;
        padding: 0 25px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }
    
    .mbxnavbox::-webkit-scrollbar {
        display: none;
    }
    
    .mbxnavbox {
        scrollbar-width: none;
    }
    
    .mbxnavbox {
        -ms-overflow-style: none;
    }
    /*  面包屑导航*/
    
    .mbxnav {
        background: rgba(0, 0, 0, .4);
    }
    
    .mbxnavboxsy i {
        margin-top: -3px;
        padding-right: 5px;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        flex-shrink: 0;
    }
    
    .mbxnavboxsy span {
        font-size: 13px;
        color: rgba(255, 255, 255, 1);
        flex-shrink: 0;
    }
    
    .mbxnavbox>i {
        margin: 1px 3px 0;
        font-size: 13px;
        color: rgba(255, 255, 255, .8);
        flex-shrink: 0;
    }
    
    .mbxnavbox>a {
        font-size: 13px;
        color: rgba(255, 255, 255, 1);
        flex-shrink: 0;
    }
    /*  遇到问题*/
    
    .ydwt {
        padding: 120px 0 80px;
    }
    
    .ydwtboxt_l {
        position: relative;
        width: 35%;
    }
    
    .ydwtboxt_ldw {
        position: absolute;
        bottom: -50px;
        left: 20px;
    }
    
    .ydwtboxt_r {
        width: 65%;
    }
    
    .ydwtboxt_rr {
        flex: 1;
    }
    
    .ydwtboxt_rrt {
        font-size: 48px;
        font-weight: 700;
        color: #222;
    }
    
    .ydwtboxt_rrc {
        margin-top: -10px;
        font-size: 50px;
        font-weight: 700;
        color: #222;
    }
    
    .ydwtboxt_rrb {
        padding: 10px 0 20px;
        font-size: 20px;
        color: #666;
    }
    
    .ydwtboxt_rrb span {
        color: #0359ae;
    }
    
    .ydwtboxc {
        padding: 35px 35px 35px 110px;
        background-color: #0359ae;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
    }
    
    .ydwtboxcitem {
        position: relative;
        width: 16.8%;
        margin-right: 4%;
        padding-left: 40px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #333333;
        background-color: #fff;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .ydwtboxcitem:last-child {
        margin-right: 0;
    }
    
    .ydwtboxcitemdw {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        background-color: #d60505;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .ydwtboxcitem:hover .ydwtboxcitemdw {
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
        -moz-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        -o-transform: translateX(-50%) rotate(180deg);
    }
    
    .ydwtboxcitemdw i {
        margin-top: -5px;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
    }
    
    .ydwtboxb {
        margin-top: 45px;
    }
    
    .ydwt_slideitemtxt {
        flex: 1;
        padding-left: 10px;
    }
    
    .ydwt_slideitemi i {
        font-size: 100px;
        color: #e8e8e8;
    }
    
    .ydwt_slideitemtxth {
        padding-bottom: 5px;
        border-bottom: 1px solid #dddddd;
        font-size: 24px;
        font-weight: 700;
        color: #333333;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .ydwt_slideitem:hover .ydwt_slideitemtxth {
        color: #d60505;
    }
    
    .ydwt_slideitemtxthp {
        padding: 15px 0;
        font-size: 18px;
        line-height: 30px;
        color: #333333;
    }
    /* 常见问题 */
    
    .cjwt {
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    
    .cjwt.cjwtxq {
        padding: 0;
        margin-top: 50px;
    }
    
    .cjwt.cjwtxq .container {
        max-width: 100%;
        padding: 0;
    }
    
    .cjwttle {
        font-size: 50px;
        font-weight: 700;
        color: #333333;
        text-align: center;
        text-transform: uppercase;
    }
    
    .cjwttle.cjwttlexq {
        text-align: left;
        font-size: 30px;
        text-transform: uppercase;
    }
    
    .cjwttle.cjwttlexq span {
        color: #0359ae;
    }
    
    .cjwtct {
        margin-top: 50px;
    }
    
    .cjwtct.cjwtctxq {
        padding: 32px 20px;
        margin-top: 20px;
        background-color: #fff;
        border: 1px solid #eee;
        border-top: 2px solid #0359ae;
    }
    
    .cjwtct>div {
        position: relative;
        width: 50%;
    }
    
    .cjwtct>div:first-child::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        height: 100%;
        border-left: 1px dashed #e7e7e7;
    }
    
    .cjwtct>div:first-child {
        padding-right: 45px;
    }
    
    .cjwtct>div:last-child {
        padding-left: 45px;
    }
    
    .cjwtctbox .cjwtcta {
        display: flex;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .cjwtxq .cjwtctbox .cjwtcta {
        border-bottom: none;
    }
    
    .cjwtctal {
        flex: 1;
        font-size: 16px;
        color: #333333;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .cjwtcta:hover .cjwtctal {
        color: #d60505;
    }
    
    .cjwtctal i {
        padding-right: 10px;
        font-size: 12px;
        color: #d60505;
        font-weight: 700;
    }
    
    .cjwtctar {
        padding: 0 10px;
        font-size: 16px;
        color: #acacac;
    }
    
    .cjwtzx {
        margin-top: 45px;
    }
    
    .cjwtzx>a {
        display: block;
        margin: 0 auto;
        width: 415px;
        height: 60px;
        text-align: center;
        line-height: 56px;
        border: 2px solid #d60505;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        overflow: hidden;
    }
    
    .cjwtzx>a::before {
        background-color: #d60505;
    }
    /* 常见问题新增 */
    
    .cjwtctbox_l {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cjwtctbox_l .cjwtctbox_la {
        height: auto;
        line-height: normal;
    }
    
    .cjwtctbox_l .cjwtctbox_la {
        padding: 20px 0;
    }
    
    .cjwtctal_t {
        width: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    .cjwtctal_b {
        margin-top: 6px;
        font-size: 12px;
        color: #666;
    }
    
    .cjwtctbox_la .cjwtctar {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cjwtctbox_ra span {
        padding-left: 2px;
        width: 26px;
        height: 26px;
        line-height: 23px;
        text-align: center;
        background-color: #999;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .cjwtctbox_ra i {
        color: #d60505;
    }
    
    .cjwtctbox_la:hover .cjwtctal_t {
        color: #d60505;
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }
    
    .cjwtctbox_la:hover .cjwtctbox_ra span {
        background-color: #d60505;
    }
    
    .cjwtctar_gr>span {
        padding: 0 10px;
        height: 30px;
        line-height: 28px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: #999;
        font-size: 12px;
        color: #fff;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        text-transform: capitalize;
    }
    
    .cjwtctbox_la:hover .cjwtctar_gr>span {
        background-color: #d60505;
    }
    
    .cjwtctar_rr {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cjwtctar_rr i {
        color: #fff;
    }
    
    .cjwtctal {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    .cjwtctal_rl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    .cjwtctbox_ra:hover .cjwtctal_rl {
        color: #d60505;
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }
    
    .cjwtctbox_ra:hover .cjwtctar_rr>span {
        background-color: #d60505;
    }
    /* 关于凯威 */
    
    .gykw {
        padding: 105px 0 90px;
        background-color: #f1f1f1;
    }
    
    .gykwt>div {
        width: 50%;
    }
    
    .gykwt_l {
        background-color: #fff;
    }
    
    .gykwt_l .gykwt_lbox {
        display: block;
        padding: 60px 60px 0;
    }
    
    .gykwt_ltleh {
        font-size: 50px;
        font-weight: 700;
        color: #0359ae;
    }
    
    .gykwt_ltlep {
        font-size: 16px;
        color: #666666;
    }
    
    .gykwt_ltlei i {
        font-size: 26px;
        color: #666;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .gykwt_ltlei i:hover {
        color: #d60505;
    }
    
    .gykwt_lp {
        margin: 40px 0 55px;
    }
    
    .gykwt_lp p {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
    
    .gykwt_llink {
        border-top: 1px solid #e3e3e3;
    }
    
    .gykwt_llink .gykwt_llinka {
        width: 25%;
        height: 115px;
        text-align: center;
        border-right: 1px solid #e3e3e3;
    }
    
    .gykwt_llink .gykwt_llinka:last-child {
        border-right: none;
    }
    
    .gykwt_llinka i {
        font-size: 36px;
        color: #0359ae;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .gykwt_llinka p {
        font-size: 14px;
        color: #222;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .gykwt_llinka:hover i {
        color: #d60505;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .gykwt_llinka:hover p {
        color: #d60505;
    }
    
    .gykwt_rbox {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .gykwt_rct {
        position: relative;
        background-color: rgba(3, 89, 174, .8);
    }
    
    .gykwt_rct_item {
        position: relative;
        width: 25%;
        height: 115px;
    }
    
    .gykwt_rctdw {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% / 4);
        height: calc(100% + 12px);
        background-color: #d60505;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    
    .gykwt_rct_itemtle,
    .gykwt_rct_itemp {
        position: relative;
        z-index: 2;
    }
    
    .gykwt_rct_itemtlel {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .gykwt_rct_itemtler {
        margin-left: 4px;
    }
    
    .gykwt_rct_itemtlert {
        font-size: 14px;
        color: #fff;
    }
    
    .gykwt_rct_itemtlerb {
        font-size: 14px;
        color: #fff;
    }
    
    .gykwt_rct_itemp {
        margin-top: -10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    
    .gykwb {
        margin-top: 70px;
    }
    
    .gykwbt .gykwbt_item {
        margin: 0 10px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #333333;
        background-color: #fff;
    }
    
    .gykwbt_item .gykwbt_itema {
        display: block;
        width: 100%;
        height: 100%;
        color: #333333;
        background-color: #fff;
    }
    
    .gykwbt .gykwbt_item:hover .gykwbt_itema {
        background-color: #222;
        color: #fff;
    }
    
    .gykwbt .gykwbt_item.on .gykwbt_itema {
        background-color: #222;
        color: #fff;
    }
    
    .gykwbt_item.hvr-bubble-bottom::before {
        border-color: #222 transparent transparent transparent;
    }
    
    .gykwbt_item.on.hvr-bubble-bottom::before {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
    
    .gykwbb {
        margin-top: 30px;
    }
    /*  */
    
    .gykwbbct_slide .gykwbb_slideitema {
        display: block;
        width: 100%;
        background-color: #fff;
    }
    
    .gykwbb_slideitema_img {
        overflow: hidden;
    }
    
    .gykwbb_slideitema_img img {
        width: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .gykwbb_slideitema_p {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #666666;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .gykwbb_slideitema:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .gykwbb_slideitema:hover .gykwbb_slideitema_p {
        color: #d60505;
    }
    /* 内页认证部分 */
    
    .nyrzbf {
        padding: 40px 0;
        background-color: #f5f5f5;
    }
    
    .nyrzbfboxl {
        width: 27%;
        padding-right: 50px;
    }
    /* 详情页检测服务 */
    
    .jcfwt {
        position: relative;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .jcfwth {
        font-size: 50px;
        font-weight: 700;
        color: #222222;
    }
    
    .jcfwtp {
        font-size: 18px;
        color: #808080;
    }
    
    .xqjcfw {
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }
    
    .xqjcfwt {
        padding: 30px 25px;
        background-color: #0359ae;
    }
    
    .xqjcfwth {
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .xqjcfwtp {
        font-size: 13px;
        color: rgba(255, 255, 255, .5);
        text-transform: uppercase;
    }
    
    .xqjcfwb {
        padding: 10px 20px 20px;
    }
    
    .xqjcfwb .xqjcfwba {
        position: relative;
        padding-left: 25px;
        display: block;
        height: 55px;
        line-height: 54px;
        border-bottom: 1px solid #ededed;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .xqjcfwb .xqjcfwba:hover {
        color: #d60505;
    }
    
    .xqjcfwb .xqjcfwba.on {
        color: #d60505;
    }
    
    .xqjcfwb .xqjcfwba::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        width: 6px;
        height: 6px;
        background-color: #d60505;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    /* 详情认证服务 */
    
    .xqrzfw {
        margin-top: 30px;
        /* border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; */
        overflow: hidden;
    }
    
    .nyrzbfboxlrzfu .xqrzfw {
        margin-top: 0;
    }
    
    .nyrzbfboxlrzfu .xqjcfw {
        margin-top: 30px;
    }
    
    .xqrzfwb_itemt {
        height: 55px;
        line-height: 55px;
        background-color: #767676;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid #444;
    }
    
    .xqrzfwb_itemt.on {
        background-color: #d60505;
        border-bottom: none;
    }
    
    .xqrzfwb_itemt>a {
        flex: 1;
        padding: 0 20px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    
    .xqrzfwb_itemt>i {
        display: flex;
        height: 100%;
        width: 50px;
        font-size: 20px;
        font-weight: 700;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .xqrzfwb_itemb {
        padding: 0 20px 30px;
        background-color: #fff;
    }
    
    .xqrzfwb_itembitem {
        border-bottom: 1px solid #ededed;
    }
    
    .xqrzfwb_itemb_t {
        font-size: 18px;
        font-weight: 700;
    }
    
    .xqrzfwb_itemb_t:hover>a {
        color: #d60505;
    }
    
    .xqrzfwb_itemb_t:hover span {
        background-color: #d60505;
    }
    
    .xqrzfwb_itemb_t>a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 20px 0 10px;
        color: #222;
    }
    
    .xqrzfwb_itemb_tr {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .xqrzfwb_itemb_tr span {
        padding-left: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22px;
        height: 22px;
        background-color: #999;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    
    .xqrzfwb_itemb_tr i {
        font-size: 14px;
        color: #fff;
    }
    
    .xqrzfwb_itemb_b {
        padding: 0 0 10px;
    }
    
    .xqrzfwb_itemb_b .xqrzfwb_itemb_ba {
        display: block;
        padding: 4px 0;
        width: 49%;
        margin-right: 2%;
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .xqrzfwb_itemb_b .xqrzfwb_itemb_ba:hover {
        color: #d60505;
    }
    
    .xqrzfwb_itemb_b .xqrzfwb_itemb_ba.on {
        color: #d60505;
    }
    
    .xqrzfwb_itemb_b .xqrzfwb_itemb_ba.active {
        color: #d60505;
    }
    
    .xqrzfwb_itemb_b .xqrzfwb_itemb_ba:nth-child(2n) {
        margin-right: 0;
    }
    
    .xqrzfwb_item:last-child .xqrzfwb_itemt {
        border-bottom: none;
    }
    
    .nyrzbfboxr {
        width: 73%;
    }
    /* 内页上下页 */
    
    .nysxy {
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    
    .nysxy .nysxy_item {
        padding: 0 25px;
        width: 50%;
        height: 60px;
        line-height: 59px;
        color: #b8b8b8;
    }
    
    .nysxy .nysxy_item:last-child {
        justify-content: flex-end;
    }
    
    .nysxy_item .nysxy_itema {
        flex: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .nysxy_item .nysxy_itema:hover {
        color: #0359ae;
    }
    
    .nysxy_item i {
        font-weight: 700;
        font-size: 18px;
        color: #333;
    }
    
    .nysxy_iteml {
        border-right: 1px solid #eee;
    }
    
    .nysxy_itemr {
        text-align: right;
    }
    
    .nysxy_iteml i {
        margin-right: 10px;
    }
    
    .nysxy_itemr i {
        margin-left: 10px;
    }
    /*内页在线申请  */
    
    .nyzxsq {
        margin-top: 45px;
    }
    
    .nyzxsq_tle {
        font-size: 30px;
        font-weight: 700;
        color: #333333;
    }
    
    .nyzxsq_tle span {
        /* color: #0359ae; */
    }
    
    .nyzxsq_ct {
        margin-top: 20px;
    }
    
    .nyzxsq_ctfr_t>input {
        padding: 0 20px;
        margin-right: 2%;
        width: 49%;
        height: 60px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        color: #333;
    }
    
    .nyzxsq_ctfr_t>input:last-child {
        margin-right: 0;
    }
    
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }
    
    input::-moz-placeholder,
    textarea::-webkit-input-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }
    
    input:-moz-placeholder,
    textarea::-webkit-input-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }
    
    input:-ms-input-placeholder,
    textarea::-webkit-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    
    .nyzxsq_ctfr_c {
        margin-top: 15px;
    }
    
    .nyzxsq_ctfr_c>textarea {
        padding: 20px;
        display: block;
        width: 100%;
        height: 160px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        resize: none;
        outline: none;
        color: #333;
    }
    
    .nyzxsq_ctfr_y {
        margin-top: 15px;
        height: 60px;
        background-color: #fff;
        border: 1px solid #eaeaea;
    }
    
    .nyzxsq_ctfr_y>input {
        padding: 0 20px;
        flex: 1;
        height: 100%;
        border: 0;
    }
    
    .nyzxsq_ctfr_yimg {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .nyzxsq_ctfr_yimg::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 30px;
        background-color: #eee;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .nyzxsq_ctfr_yimg img {
        margin: 0 20px;
    }
    
    .nyzxsq_ctfr_s {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #999;
    }
    
    .nyzxsq_ctfr_b>input {
        padding: 0 20px;
        margin-right: 2%;
        width: 49%;
        height: 60px;
        background-color: #fff;
        border: none;
        color: #333;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .nyzxsq_ctfr_b>input:hover {
        transform: scale(.97);
        -webkit-transform: scale(.97);
        -moz-transform: scale(.97);
        -ms-transform: scale(.97);
        -o-transform: scale(.97);
    }
    
    .nyzxsq_ctfr_b>input:last-child {
        margin-right: 0;
    }
    
    .nyzxsq_ctfr_b .nyzxsq_ctfr_btj {
        background-color: #0359ae;
        color: #fff;
    }
    
    .nyzxsq_ctfr_b .nyzxsq_ctfr_bcz {
        background-color: #ebebeb;
        color: #333;
    }
    /* 内页背景大图 */
    
    .nybjdt {
        height: 230px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .nybjdtbox {
        height: calc(100% - 30px);
        text-align: left;
    }
    
    .nybjdtbox_h {
        font-size: 32px;
        font-weight: 700;
        color: #222;
        width: 100%;
        padding: 0 0 0 50px;
    }
    
    .nybjdtbox_h span {
        font-size: 16px;
        color: #777;
        font-weight: normal;
    }
    
    .nybjdtbox_p {
        font-size: 16px;
        color: #777;
        width: 100%;
        padding: 0 0 0 50px;
    }
    /* 内页主题导航 */
    
    .nyztnavbox {
        background-color: #f5f5f5;
    }
    
    .nyztnav {
        display: flex;
        /* background-color: #f5f5f5; */
        overflow: hidden;
    }
    
    .nyrzbfshj.nyrzbfs {
        padding-top: 40px;
    }
    
    .nyztnavgy.nyztnav {
        display: block
    }
    
    .nyztnav .nyztnava {
        flex: 1;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background-image: linear-gradient(to bottom, #444444, #111111);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
    
    .nyztnav .nyztnava:last-child {
        border-right: none;
    }
    
    .rzfwnav.nyztnav .nyztnava {
        width: 200px;
    }
    
    .nyztnav .nyztnava:hover {
        background-image: linear-gradient(to bottom, #d60505, #d60505);
    }
    
    .nyztnav .nyztnava.on {
        background-image: linear-gradient(to bottom, #d60505, #d60505);
    }
    
    .gywmboxs .nyztnavgy {
        /* background-color: #fff; */
        padding: 0;
    }
    
    .gywmboxs,
    .nyztnavbox {
        /* background-image: linear-gradient(to bottom, #444444, #111111); */
        margin-top: -30px;
    }
    /* 分页代码 */
    
    .pages {
        padding: 20px 0 20px;
        clear: both;
    }
    
    .pages:after {
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
    }
    
    .pages li {
        float: left;
        margin-right: 5px;
    }
    
    .pages li a {
        display: block;
        border: 1px solid #e1e1e1;
        padding: 0 20px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        color: #666;
        background-color: #fff;
    }
    
    .pages li a:hover {
        border: 1px solid #0359ae;
        background: #fff;
        color: #0359ae;
        text-decoration: none;
    }
    
    .pages li span {
        display: block;
        border: 1px solid #e1e1e1;
        height: 40px;
        line-height: 38px;
        color: #c4c4c4;
        padding: 0 20px;
    }
    
    .pages .current a {
        border: 1px solid #0359ae;
        background: #fff;
        color: #0359ae;
    }
    
    #baguetteBox-overlay .full-image figcaption {
        line-height: 3;
        background-color: #0359ae;
        color: #fff;
    }
    /* 详细页内容 */
    
    .nyrzxqct_ctbc {
        text-align: center;
        padding: 45px 0;
        background-color: #f5f5f5;
        font-size: 14px;
        color: #222;
    }
    
    .rzfwpd .nyrzxqct_ctbc {
        background-color: #fff;
    }
    
    .jcfwany a {
        margin-top: 30px;
        width: 410px;
        height: 60px;
        line-height: 56px;
        text-align: center;
        border: 2px solid #d60505;
        font-size: 18px;
        color: #222;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        overflow: hidden;
    }
    
    .jcfwany .hvr-sweep-to-right:before {
        background-color: #d60505;
    }
    /* 补充搜索 */
    
    .bcss {
        margin-bottom: 70px;
    }
    
    .bcssfr {
        padding: 0 10px 0 30px;
        height: 60px;
        display: flex;
        /* border-radius: 5px;
        border: 1px solid #e1e1e1; */
        /* -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; */
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1;
        /* box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 20%); */
    }
    
    .bcssfr_sr {
        flex: 1;
        border: 0;
        background: none;
        font-size: 12px;
    }
    
    .bcssfr_ss {
        width: 60px;
        background-position: center;
        background-repeat: no-repeat;
        border: 0;
        cursor: pointer;
        background-color: transparent;
    }
    /* 媒体查询 */
    
    @media screen and (max-width: 1500px) {
        .headtbox_logo img {
            width: 70px;
        }
        /* 头部导航 */
        .headb_navboxitemt .headb_navboxitema {
            padding: 0 14px;
        }
        /* 检测服务 */
        .jcfwth {
            font-size: 40px;
        }
        .jcfwtp {
            font-size: 16px;
        }
        .jcfwi {
            padding: 25px 0;
        }
        .mt1 {
            margin-top: 70px;
        }
        .mt2 {
            margin-top: 40px;
        }
        /* 头部 */
        .headtbox_logotxt_lh {
            font-size: 30px;
        }
        .headtbox_logotxt_lp {
            font-size: 16px;
        }
        .headtbox_logotxt_rh {
            font-size: 22px;
        }
        .headtbox_logotxt_rp {
            font-size: 14px;
        }
        .headtbox_lxhxtxt_p {
            font-size: 20px;
        }
        .headtbox_lxhxi i {
            font-size: 46px;
        }
        .headtbox_logox {
            margin: 5px 15px 0;
        }
        /* 热门项目 */
        .rmrz {
            padding: 65px 0;
        }
        .rmrzbox_lbox {
            padding: 0 20px;
        }
        .rmrzbox_lboxtleh {
            font-size: 22px;
        }
        .rmrzbox_lboxrxp {
            font-size: 18px;
        }
        .rmrzbox_lboxdw {
            transform: translate(-50%, -60%);
            -webkit-transform: translate(-50%, -60%);
            -moz-transform: translate(-50%, -60%);
            -ms-transform: translate(-50%, -60%);
            -o-transform: translate(-50%, -60%);
        }
        /* 授权资质 */
        .sqzz {
            padding: 65px 0;
        }
        .sqzzbox_ltleh {
            font-size: 40px;
        }
        .sqzzbox_ltlep {
            font-size: 16px;
        }
        .sqzzbox_lct {
            margin: 20px 0;
        }
        .sqzzbox_l {
            padding-right: 70px;
        }
        /* 选择理由 */
        .xzlyt {
            padding-top: 65px;
        }
        .xzlyt_tleh {
            font-size: 40px;
        }
        .xzlyt_tlep {
            font-size: 16px;
        }
        .xzlyt_ct {
            margin-top: 30px;
        }
        .xzlyt_slideitem_r {
            padding-left: 30px;
        }
        .xzlyb_slideitem {
            height: 120px;
        }
        .xzlyb_slideitemct_rh {
            font-size: 22px;
        }
        .xzlyb_slideitemct_rp {
            font-size: 12px;
        }
        .xzlyb_slideitemct_l i {
            font-size: 46px;
        }
        /* 合作客户 */
        .hzkhbox_l {
            padding: 65px 0;
        }
        .hzkhbox_rbox_tleh {
            font-size: 40px;
        }
        .hzkhbox_rbox {
            padding: 0 20px;
        }
        .hzkhbox_rbox_tlep {
            font-size: 16px;
        }
        .hzkhbox_rbox_ct {
            margin: 20px 0 30px;
        }
        /* .hzkhbox_rdw {
            top: -30px;
            height: calc(100% + 30px);
        } */
        .fwlcb_slideitemdw {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px;
        }
        .fwlcb_slideitem {
            padding: 30px 30px 0;
        }
        .fwlcb_slideitem {
            margin-right: 28px;
        }
        /* 尾部 */
        .foott {
            padding: 50px 0;
        }
        .foott_r {
            padding-left: 100px;
        }
        /* 关于凯威 */
        .gykw {
            padding: 65px 0;
        }
        .gykwt_l .gykwt_lbox {
            padding: 40px 40px 0;
        }
        .gykwt_ltleh {
            font-size: 40px;
        }
        .gykwt_lp {
            margin: 30px 0 35px;
        }
        .gykwt_llink .gykwt_llinka {
            height: 100px;
        }
        .gykwt_rct_item {
            height: 100px;
        }
        .gykwt_rct_itemtlel {
            font-size: 38px;
        }
        .gykwt_rct_itemtlerb {
            margin-top: -4px;
        }
        .gykwb {
            margin-top: 40px;
        }
        .gykwbt .gykwbt_item {
            font-size: 16px;
        }
        /* 内页背景 */
        .nybjdt {
            height: 240px;
        }
        .nybjdtbox_h {
            font-size: 30px;
        }
        .nybjdtbox_p {
            font-size: 16px;
        }
        .nybjdtbox {
            height: calc(100% - 30px);
        }
        /* 面包屑导航 */
        .mbxnavbox {
            height: 50px;
            margin-top: -50px;
            line-height: 50px;
        }
        .mbxnavboxsy span {
            font-size: 14px;
        }
        .mbxnavboxsy i {
            font-size: 16px;
        }
        .mbxnavbox>a {
            font-size: 14px;
        }
        /* 内页主题导航 */
        .nyztnav .nyztnava {
            height: 50px;
            line-height: 50px;
            font-size: 18px;
        }
        /* 内页遇到问题 */
        .ydwt {
            padding: 80px 0 65px;
        }
        .ydwtboxt_rrt,
        .ydwtboxt_rrc {
            font-size: 40px;
        }
        .ydwtboxt_rrb {
            font-size: 22px;
        }
        .ydwtboxc {
            padding: 30px 30px 30px 80px;
        }
        .ydwtboxcitem {
            font-size: 20px;
            padding-left: 35px;
        }
        .ydwtboxb {
            margin-top: 30px;
        }
        .ydwt_slideitemi i {
            font-size: 80px;
        }
        .ydwt_slideitemtxth {
            padding-bottom: 10px;
            font-size: 18px;
        }
        .ydwt_slideitemtxthp {
            padding: 10px 0 0;
            font-size: 16px;
            line-height: 23px;
        }
        .ydwtboxt_ldw {
            bottom: -40px;
        }
        /* 常见问题 */
        .cjwt {
            padding: 65px 0;
        }
        .cjwttle {
            font-size: 40px;
        }
        .cjwtct {
            margin-top: 35px;
        }
        .cjwtzx {
            margin-top: 30px;
        }
        /*内容详情页  */
        .nyrzbf {
            padding: 65px 0;
        }
        .nyrzbfboxl {
            padding-right: 40px;
        }
        .xqjcfwb .xqjcfwba {
            font-size: 16px;
        }
        .xqrzfwb_itemb_b .xqrzfwb_itemb_ba {
            font-size: 14px;
        }
        /* 上下页 */
        .nysxy_item .nysxy_itema,
        .nysxy_item {
            font-size: 14px;
        }
        .xqjcfwth {
            font-size: 30px;
        }
    }
    
    @media screen and (max-width: 1400px) {
			
	.lanmu01 .lanmu11 dd a{font-size:14px;}
        .headtbox_logo img {
            width: 65px;
        }
        /* 头部导航 */
        .headb_navboxitemt .headb_navboxitema {
            padding: 0 13px;
        }
        .headb_navboxitemt_dws.headb_navboxitemt_dw {
            padding: 35px 20px;
        }
        .headb_dwsitem {
            padding: 0 5px;
        }
        .headb_dwsitemb {
            padding-left: 10px;
        }
        .headb_dwsitemblr {
            padding: 0 10px;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .headtbox_logo img {
            width: 60px;
        }
        /* 头部导航 */
        .headb_navboxitemt .headb_navboxitema {
            padding: 0 10px;
        }
        /* 检测服务 */
        .jcfwth {
            font-size: 36px;
        }
        .jcfwtp {
            font-size: 14px;
        }
        .jcfwb .jcfwb_item {
            padding: 20px 0;
        }
        .jcfwb_itemi i {
            font-size: 40px;
        }
        .jcfwb_itemt {
            font-size: 16px;
        }
        .jcfwi {
            padding: 15px 0;
        }
        .mt1 {
            margin-top: 60px;
        }
        .mt2 {
            margin-top: 35px;
        }
        /* 头部 */
        .headtbox_ss {
            display: none;
        }
        .headtbox_logotxt_lh {
            font-size: 26px;
        }
        .headtbox_logotxt_lp {
            font-size: 14px;
        }
        .headtbox_logotxt_rh {
            font-size: 24px;
        }
        .headtbox_lxhxtxt_p {
            font-size: 24px;
        }
        .headb_navboxitema span {
            font-size: 14px;
        }
        /* 热门项目 */
        .rmrz {
            padding: 55px 0;
        }
        .rmrzbox_lbox {
            padding: 0 15px;
        }
        .rmrzbox_lboxtleh {
            font-size: 20px;
        }
        .rmrzbox_lboxrxp {
            font-size: 16px;
        }
        .rmrzbox_lboxbtn a span {
            font-size: 12px;
        }
        .rmrz_slide .rmrz_slidea {
            padding: 15px 10px;
        }
        .rmrz_slidea_txt {
            font-size: 12px;
        }
        /* 授权资质 */
        .sqzz {
            padding: 55px 0;
        }
        .sqzzbox_ltleh {
            font-size: 36px;
        }
        .sqzzbox_ltlep {
            font-size: 14px;
        }
        .sqzzbox_lct {
            margin: 15px 0;

            font-size: 12px;
            line-height: 20px;
        }
        .sqzzbox_ltledw img {
            width: 80px;
        }
        /* 选择理由 */
        .xzlyt {
            padding-top: 55px;
        }
        .xzlyt_tleh {
            font-size: 36px;
        }
        .xzlyt_tlep {
            font-size: 14px;
        }
        .xzlyt_rbox_tleh {
            font-size: 18px;
        }
        .xzlyt_rbox_tlep {
            font-size: 22px;
        }
        .xzlyt_rbox_ct {
            margin: 20px 0;
        }
        .xzlyt_rbox_ct p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px;
        }
        .xzlyt_rbox_tuitem {
            padding: 15px 10px;
        }
        .xzlyt_rbox_tuitem p {
            font-size: 12px;
        }
        .xzlyt_rbox_btn {
            margin-top: 30px;
        }
        .xzlyb_slideitem {
            height: 100px;
        }
        .xzlyb_slideitemct_rh {
            font-size: 20px;
        }
        .xzlyb_slideitemct_l i {
            font-size: 42px;
        }
        /* 合作客户 */
        .hzkh_container {
          
        }
        .hzkhbox_lbox {
            position: relative;
        }
        .hzkhbox_lbox::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 4px;
            height: 30px;
            background-color: #fff;
            z-index: 5;
        }
        .hzkhbox_l {
            padding: 55px 0;
        }
        .hzkhbox_rbox {
            padding: 0 15px;
        }
        .hzkhbox_rbox_tleh {
            font-size: 36px;
        }
        .hzkhbox_rbox_tlep {
            font-size: 14px;
        }
        .hzkhbox_rbox_ct {
            font-size: 12px;
            line-height: 20px;
        }
        /* 服务流程 */
        .fwlcb_slideitem {
            padding: 20px 30px 0;
        }
        .fwlcb_slideitemp {
            font-size: 12px;
            line-height: 20px;
        }
        /* 尾部 */
        .foott_r {
            padding-left: 60px;
        }
        .foott_rrimg img {
            width: 120px;
            margin: auto;
        }
        /* 关于凯威 */
        .gykw {
            padding: 55px 0;
        }
        .gykwt_l .gykwt_lbox {
            padding: 30px 30px 0;
        }
        .gykwt_ltleh {
            font-size: 36px;
        }
        .gykwt_ltlep {
            font-size: 14px;
        }
        .gykwt_lp p {
            font-size: 12px;
            line-height: 20px;
        }
        .gykwt_lp {
            margin: 20px 0 25px;
        }
        .gykwt_llink .gykwt_llinka,
        .gykwt_rct_item {
            height: 90px;
        }
        .gykwt_llinka i {
            font-size: 30px;
        }
        .gykwb {
            margin-top: 30px;
        }
        /* 内页背景大图 */
        .nybjdt {
            height: 200px;
        }
        .nybjdtbox {
            height: calc(100% - 30px);
        }
        .nybjdtbox_h {
            font-size: 26px;
        }
        .nybjdtbox_p {
            font-size: 14px;
        }
        /* 面包屑导航 */
        .mbxnavbox {
            height: 40px;
            line-height: 40px;
            margin-top: -40px;
        }
        /* 内页主题导航 */
        .nyztnav .nyztnava {
            font-size: 16px;
        }
        /*遇到问题  */
        .ydwt {
            padding: 70px 0 55px;
        }
        .ydwtboxt_rrt,
        .ydwtboxt_rrc {
            font-size: 30px;
        }
        .ydwtboxt_rrb {
            font-size: 20px;
        }
        .ydwtboxt_rl img {
            max-width: 80%;
        }
        .ydwtboxt_ldw {
            bottom: -34px;
        }
        .ydwtboxc {
            padding: 25px 25px 25px 50px;
        }
        .ydwtboxcitem {
            font-size: 16px;
        }
        .ydwt_slideitemi i {
            font-size: 60px;
        }
        .ydwt_slideitemtxth {
            font-size: 16px;
        }
        .ydwt_slideitemtxthp {
            font-size: 14px;
            line-height: 22px;
        }
        /* 常见问题 */
        .cjwt {
            padding: 55px 0;
        }
        .cjwttle {
            font-size: 36px;
        }
        .cjwtct {
            margin-top: 30px;
        }
        .cjwtctal {
            font-size: 14px;
        }
        .cjwtctar {
            font-size: 14px;
        }
        /* n内部详情页 */
        .nyrzbf {
            padding: 55px 0;
        }
        .nyrzbfboxl {
            padding-right: 30px;
        }
        .xqjcfwt {
            padding: 20px;
        }
        .xqjcfwth {
            font-size: 26px;
        }
        .xqjcfwtp {
            font-size: 12px;
        }
        .xqjcfwb {
            padding: 30px 20px;
        }
        .xqjcfwb .xqjcfwba {
            font-size: 14px;
            padding-left: 18px;
        }
        .xqrzfwb_itemb_b .xqrzfwb_itemb_ba {
            font-size: 12px;
        }
        /* 内页在线申请 */
        .nyzxsq {
            margin-top: 35px;
        }
        .nyzxsq_tle {
            font-size: 26px;
        }
        /* 内页常见问题 */
        .cjwt.cjwtxq {
            margin-top: 35px;
        }
        .cjwttle.cjwttlexq {
            font-size: 26px;
        }
        .cjwtctxq {
            padding: 25px 15px;
        }
        .cjwtct.cjwtctxq {
            padding: 20px 15px;
        }
        .nyrzbfboxl {
            padding-top: 0;
        }
        /* 详情侧边栏 */
        .xqjcfwt {
            padding: 20px 15px;
        }
        .xqjcfwb .xqjcfwba {
            height: 50px;
            line-height: 49px;
        }
        .xqrzfwb_itemt {
            height: 50px;
            line-height: 50px;
        }
        .xqrzfwb_itemb_t>a {
            padding: 12px 0 8px;
            font-size: 16px;
        }
        .xqrzfwb_itemt>a {
            padding: 0 15px;
        }
        .xqrzfwb_itemb {
            padding: 0 15px 25px;
        }
        .xzlyt_slideitem_l {
            padding: 0;
        }
        .xzlyb_slideitemct_l img {
            width: 60px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .mbhead_llogo img {
            height: 45px;
        }
        .jcfwany a {
            height: 50px;
            font-size: 16px;
            line-height: 46px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
        }
        /* 检测服务 */
        .jcfwt {
            background-size: 0;
        }
        .jcfwth {
            font-size: 28px;
        }
        .jcfwtp {
            font-size: 12px;
        }
        .jcfwb .jcfwb_item {
            padding: 15px 0;
        }
        .jcfwb_itemi i {
            font-size: 36px;
        }
        .jcfwb_itemt {
            font-size: 12px;
        }
        .jcfwi {
            padding: 10px 0;
        }
        .jcfwa a {
            height: 50px;
            font-size: 16px;
            line-height: 46px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
        }
        .rzcpfwbox_rcitem .rzcpfwbox_rcitemdw {
            display: flex;
        }
        .cndns-right {
            display: none;
        }
        /* 头部 */
        .headt,
        .headb {
            display: none;
        }
        .head {
            height: 80px;
        }
        .mbhead {
            display: flex !important;
        }
        .mt1 {
            margin-top: 50px;
        }
        .mt2 {
            margin-top: 30px;
        }
        /* 热门认证项目 */
        .rmrz_container {
            padding-bottom: 30px;
        }
        .rmrz {
            padding: 45px 0;
        }
        .rmrzbox {
            flex-wrap: wrap;
        }
        .rmrzbox>div {
            width: 100%;
        }
        .rmrzbox_l {
            padding-right: 0;
        }
        .rmrzbox_lbox {
            padding: 10px 15px;
            align-items: center;
            flex-direction: row !important;
            justify-content: space-between!important;
        }
        .rmrzbox_lboxtleh {
            font-size: 28px;
        }
        .rmrzbox_lboxtlep {
            display: none;
        }
        .rmrzbox_lboxrx {
            display: none;
        }
        .rmrzbox_lboxbtn {
            margin: 0;
        }
        .rmrzbox_lboxbtn a {
            height: 40px;
            line-height: 38px;
            padding: 0 15px;
        }
        .rmrzbox_r {
            margin-top: 30px;
        }
        .rmrzbox_lboxdw {
            display: none;
        }
        /* 授权资质 */
        .sqzzbox_ltledw {
            display: none;
        }
        .sqzz {
            padding: 45px 0;
        }
        .sqzzbox {
            flex-wrap: wrap;
        }
        .sqzzbox>div {
            width: 100%;
        }
        .sqzzbox_l {
            padding-right: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sqzzbox_lct {
            display: none;
        }
        .sqzzbox_ltlep {
            display: none;
        }
        .sqzzbox_ltleh {
            font-size: 28px;
        }
        .sqzzbox_r {
            margin-top: 30px;
        }
        .sqzz_per {
            left: 0;
        }
        .sqzz_next {
            right: 0;
        }
        /* 检测理由 */
        .xzlyt {
            padding-top: 45px;
        }
        .xzlyt_tleh {
            font-size: 28px;
        }
        .xzlyt_tlep {
            font-size: 12px;
        }
        .xzlyt_slideitem_l {
            width: 50%;
        }
        .xzlyt_slideitem_r {
            width: 50%;
        }
        .xzlyt_rbox_tleh {
            font-size: 16px;
        }
        .xzlyt_rbox_tlep {
            font-size: 20px;
        }
        .xzlyt_rbox_ct {
            margin: 15px 0;
        }
        .xzlyt_rbox_tuitem {
            padding: 10px;
        }
        .xzlyt_rbox_btn .xzlyt_rbox_btna {
            font-size: 16px;
        }
        /* 合作客户 */
        .hzkh {
            padding: 45px 0;
        }
        .hzkhbox_r {
            order: 2;
        }
        .hzkhbox_l {
            order: 3;
        }
        .hzkhbox_rdw {
            display: none;
        }
        .hzkhbox_l {
            padding: 30px 0 0;
        }
        .hzkhbox_rbox_tleh {
            font-size: 28px;
            color: #222;
        }
        .hzkhbox_rbox_btn .hzkhbox_rbox_btna {
            border-color: #ababab;
        }
        .hzkhbox_rbox_btna span,
        .hzkhbox_rbox_btna i {
            color: #222;
        }
        .hzkhbox_rbox_tlep,
        .hzkhbox_rbox_ct {
            display: none;
        }
        .hzkhbox {
            flex-wrap: wrap;
        }
        .hzkhbox>div {
            width: 100%;
        }
        .hzkhbox_rbox {
            flex-direction: row !important;
            justify-content: space-between!important;
            align-items: center;
        }
        /* 服务流程 */
        .fwlcb {
            padding: 0;
        }
        .fwlcb_container {
            padding-bottom: 30px;
        }
        /* 尾部 */
        .foott {
            padding: 45px 8px;
        }
        .foott_r {
            display: none !important;
        }
        .footb {
            border-top: 1px solid rgba(255, 255, 255, .1);
            padding: 15px 0;
        }
        .footblx {
            display: none;
        }
        .footbbq {
            width: 100%;
            text-align: center;
        }
        .footbbq,
        .footblx,
        .footblx a,
        .footbbq a {
            font-size: 12px;
        }
        /* 关于凯威 */
        .gykw {
            padding: 45px 0;
        }
        .gykwt_l .gykwt_lbox {
            padding: 20px 20px 0;
        }
        .gykwt_ltleh {
            font-size: 28px;
        }
        .gykwt_ltlep {
            font-size: 12px;
        }
        .gykwt_lp {
            margin: 10px 0 20px;
        }
        .gykwt_llink .gykwt_llinka,
        .gykwt_rct_item {
            height: 80px;
        }
        .gykwt_llinka i {
            font-size: 28px;
        }
        .gykwt_llinka p {
            font-size: 12px;
        }
        .gykwt_rct_itemtlel {
            font-size: 28px;
        }
        .gykwt_rct_itemtlert {
            font-size: 12px;
        }
        .gykwt_rct_itemtlerb {
            font-size: 12px;
        }
        .gykwt_rct_itemp {
            margin-top: -5px;
            font-size: 12px;
        }
        .gykwbb_slideitema_p {
            font-size: 12px;
        }
        /* 服务流程 */
        .fwlcb_slideitemh {
            display: none;
        }
        .fwlcb_slideitem {
            height: 130px;
        }
        /* 内页背景大图 */
        .nybjdt {
            display: none;
        }
        /* 面包屑导航 */
        .mbxnav .container {
            max-width: 100%;
            padding: 0 15px;
        }
        .mbxnavbox {
            padding: 0 15px;
            margin-top: 0;
            background-color: transparent;
        }
        .mbxnav {
            background-color: #0359ae;
        }
        /* 内页主题导航 */
        .nyztnav .nyztnava {
            font-size: 14px;
            height: 45px;
            line-height: 45px;
        }
        /* 内页banner */
        .nybanner {
            display: none;
        }
        /* 遇到问题 */
        .ydwt {
            padding: 40px 0 45px;
        }
        .ydwtboxt_rrt,
        .ydwtboxt_rrc {
            font-size: 20px;
        }
        .ydwtboxt_rrb {
            font-size: 16px;
            margin-top: 0;
            padding: 10px 0;
        }
        .ydwtboxt_l {
            display: none;
        }
        .ydwtboxt_r {
            width: 100%;
        }
        .ydwtboxt_rl {
            display: none;
        }
        .ydwtboxc {
            padding: 25px 30px;
        }
        .ydwtboxcitem {
            font-size: 12px;
            height: 40px;
            line-height: 40px;
        }
        .ydwtboxcitemdw {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .ydwt_slideitemi {
            display: none;
        }
        .ydwt_slideitemtxth {
            font-size: 14px;
        }
        .ydwt_slideitemtxthp {
            font-size: 12px;
            line-height: 20px;
        }
        /* 常见问题 */
        .cjwt {
            padding: 45px 0;
        }
        .cjwttle {
            font-size: 28px;
        }
        .cjwtctar {
            font-size: 12px;
        }
        .cjwtctal i {
            padding-right: 5px;
        }
        .cjwtctbox_l .cjwtctbox_la {
            padding: 12px 0;
        }
        /* 内容详情页 */
        .nyrzbfboxl {
            margin-top: 40px;
        }
        .nyrzbf {
            padding: 45px 0;
        }
        .nyrzbfbox {
            flex-wrap: wrap;
        }
        .nyrzbfbox>div {
            width: 100%;
        }
        .nyrzbfboxl {
            padding-right: 0;
            order: 2;
        }
        /* 详情侧边栏 */
        .xqjcfwt {
            padding: 15px 10px;
        }
        .xqjcfwb {
            padding: 15px;
        }
        .xqrzfwb_itemt>a {
            padding: 0 10px;
        }
        .xqrzfwb_itemb {
            padding: 0 15px 20px;
        }
        /* 上下页 */
        .nysxy_item .nysxy_itema {
            font-size: 12px;
        }
        .nysxy_item {
            font-size: 12px;
        }
        .nyzxsq_tle,
        .cjwttle.cjwttlexq {
            text-align: center;
        }
        /* 手机端尾部 */
        .mbfoot_top {
            display: flex;
        }
        .gywmboxs,
        .nyztnavbox {
            margin-top: 30px;
        }
    }
    
    .sqzz_pagination {
        display: none;
    }
    
    @media screen and (max-width: 768px) {
        /* 面包屑 */
        .mbxnavbox {
            padding: 0;
        }
        .mt1 {
            margin-top: 40px;
        }
        .jcfwany a {
            width: 100%;
            height: 40px;
            line-height: 36px;
            font-size: 14px;
        }
        /* 检测服务 */
        .jcfwth {
            font-size: 22px;
        }
        .jcfwb {
            border: 1px solid #e1e1e1;
        }
        /* 头部 */
        .head {
            height: 70px;
        }
        .mbhead {
            height: 70px;
        }
        .mbhead_llogo img {
            height: 40px;
        }
        .mbhead_rtela i {
            font-size: 25px;
        }
        .mbhead_ryy {
            margin-left: 10px;
        }
        .mbhead_rx {
            padding-right: 0;
        }
        .headtbox_lxyya_img {
            width: 30px;
        }
        .headtbox_lxyya_tx {
            width: 30px;
            font-size: 20px;
        }
        .mbhead_ryy .headtbox_lxyya_tx {
            width: 34px;
            height: 34px;
            line-height: 32px;
            color: #222;
        }
        .mbhead_ryy .mbhead_ryyabox {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }
        /* 顶部下拉 */
        .mbheadxl {
            top: 70px;
            height: calc(100% - 70px);
        }
        .mbheadxlbox_ss {
            padding: 15px 20px;
        }
        .mbheadxlbox_ssfrl {
            width: 80%;
        }
        .mbheadxlbox_ssfrr {
            width: 20%;
        }
        /* 热门项目 */
        .rmrzbox_lboxtleh {
            font-size: 22px;
        }
        .rmrz_slidea_txt {
            margin-top: 5px;
        }
        .rmrz_slide .rmrz_slidea {
            padding: 10px;
        }
        .rmrz_slidea_img img {
            padding: 0;
        }
        .rmrzbox_lbox {
            background-color: transparent;
        }
        .rmrzbox_lboxbtn a {
            background-color: transparent;
            text-align: right;
            padding: 0;
        }
        .rmrzbox_lboxbtn a span,
        .rmrzbox_lboxbtn a i {
            color: #fff;
        }
        .rmrzbox_lboxtleh {
            color: #fff;
        }
        /* 授权资质 */
        .sqzz_per,
        .sqzz_next {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .sqzz_per i,
        .sqzz_next i {
            font-size: 26px;
        }
        .sqzzbox_ltleh {
            font-size: 22px;
        }
        .sqzzbox_lcta a {
            border: none;
            text-align: right;
        }
        .sqzzbox_lcta a:hover {
            border: none;
        }
        .sqzz_per,
        .sqzz_next {
            display: none;
        }
        .sqzz_pagination {
            display: block;
        }
        .sqzz_container {
            padding-bottom: 30px;
        }
        .sqzz_slide .sqzz_slidea {
            border: 2px solid #d3a659;
        }
        /* 选择理由 */
        .xzlyt_rbox_tuitem img {
            width: 60px;
        }
        .xzlyt_tleh {
            font-size: 22px;
        }
        .xzlyt_ct {
            height: auto;
        }
        .xzlyt_slideitem {
            flex-wrap: wrap;
        }
        .xzlyt_slideitem>div {
            width: 100%;
        }
        .xzlyt_slideitem_r {
            padding: 0 !important;
        }
        .xzlyt_rbox_btn .xzlyt_rbox_btna {
            width: 100%;
            height: 40px;
            line-height: 38px;
            font-size: 14px;
        }
        .xzlyb_slideitemct_l {
            display: none;
        }
        .xzlyb_slideitemct_rp {
            display: none;
        }
        .xzlyb_slideitem {
            height: 60px;
        }
        .xzlyb_slideitemct_rh {
            font-size: 18px;
        }
        .xzlyt_rbox_btn {
            display: none;
        }
        .xzlyt_rbox_tu {
            display: none !important;
        }
        .xzlyt_rbox_tle {
            padding: 15px 10px;
            background-color: rgba(0, 0, 0, .6);
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
        }
        .xzlyt_rbox_tleh {
            color: #fff;
            font-size: 14px;
            margin-bottom: 2px;
        }
        .xzlyt_rbox_tlep {
            color: #fff;
            font-size: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .xzlyt_rbox_ct {
            margin-top: -80px;
            padding: 20px 10px 0;
        }
        /* 合作客户 */
        .hzkhbox_rbox {
            padding: 0;
        }
        .hzkhbox_rbox_tleh {
            font-size: 22px;
        }
        .hzkhbox_rbox_btn .hzkhbox_rbox_btna {
            border: none;
            text-align: right;
        }
        .hzkhbox_rbox_btn .hzkhbox_rbox_btna:hover {
            border: none;
        }
        /* 服务流程 */
        .fwlcb_slideitem {
            padding: 15px 30px 0 15px;
        }
        /* 合作客户 */
        .hzkh_slideitem {
            height: auto;
            padding: 10px 15px;
        }
        /* 尾部 */
        .footb {
            padding: 10px 0;
        }
        .footbbq>a {
            display: none;
        }
        .foott_l {
            flex-wrap: wrap;
        }
        .foott_l>div {
            width: 100%;
        }
        .foott_litemb {
            display: none;
        }
        .foott_litemti {
            display: block;
        }
        .foott_litemt {
            position: relative;
            height: 50px;
            line-height: 50px;
        }
        .foott_litemt .foott_litemta {
            font-size: 16px;
            font-weight: 400;
        }
        .foott_litemti i {
            font-size: 14px;
        }
        .foott_litemt.on {
            height: 60px;
        }
        .foott_litemt.on::before {
            background-color: currentColor;
            border-radius: inherit;
            bottom: 0;
            content: "";
            left: 0;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            transition: opacity .3s cubic-bezier(.25, .8, .5, 1);
        }
        .foott_litemt.on i {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }
        .foott_litemb {
            margin-top: 0;
            padding: 0 15px 15px;
        }
        .foott_litemb .foott_litemba {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px dashed rgba(255, 255, 255, .4);
            padding: 0;
            font-size: 13px;
        }
        .mbfoot {
            height: 50px;
        }
        .mbfootdw {
            display: flex;
        }
		
		
		
		.foot .footer{display:none;}
        /* 关于凯威 */
        .gykwt {
            flex-wrap: wrap;
        }
        .gykwt>div {
            width: 100%;
        }
        .gykwt_ltleh {
            font-size: 22px;
        }
        .gykwt_r {
            display: none;
        }
        .gykwbt_item .gykwbt_itema {
            font-size: 16px;
        }
        /* 内页主题导航 */
        .nyztnav {
            padding: 30px 0 25px;
            flex-wrap: wrap;
        }
        .nyztnav .nyztnava {
            width: 32%;
            margin: 0;
            margin-right: 2%;
            margin-bottom: 10px;
            height: 40px;
            line-height: 40px;
        }
        .nyztnav .nyztnava:nth-child(3n) {
            margin-right: 0;
        }
        /* .nyztnav.nyztnavgy .nyztnava:last-child {
            display: none;
        } */
        /* 遇到问题 */
        .ydwtboxt_rrt,
        .ydwtboxt_rrc {
            font-size: 18px;
            line-height: 30px;
        }
        .ydwtboxt_rrb {
            padding: 5px 0 10px;
            font-size: 14px;
        }
        .ydwtboxc {
            flex-wrap: wrap;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }
        .ydwtboxcitem {
            width: 45%;
            margin-right: 10%;
            margin-bottom: 6px;
            padding-left: 30px;
        }
        .ydwtboxcitem:nth-child(2n) {
            margin-right: 0;
        }
        .ydwtboxcitem:last-child {
            display: none;
        }
        .ydwt_slideitemtxt {
            padding-left: 0;
        }
        .ydwt_container {
            padding-bottom: 30px;
        }
        .ydwt_slideitemtxth {
            font-size: 16px;
        }
        /* 常见问题 */
        .cjwttle {
            font-size: 22px;
        }
        .cjwtct {
            flex-wrap: wrap;
        }
        .cjwtct>div {
            width: 100%;
        }
        .cjwtct>div:last-child {
            display: none;
        }
        .cjwtct>div:first-child {
            padding-right: 0;
        }
        .cjwtct>div:first-child::after {
            display: none;
        }
        .cjwtzx>a {
            width: 100%;
            height: 40px;
            line-height: 36px;
            font-size: 14px;
        }
        /* 内页详情 */
        .nyrzxqct_tle {
            font-size: 24px;
        }
        /* 内页上下页 */
        .nysxy_iteml {
            border-right: 0;
        }
        .nysxy .nysxy_item {
            padding: 0 10px;
        }
        .nysxy {
            flex-wrap: wrap;
        }
        .nysxy .nysxy_item {
            width: 100%;
            height: 50px;
            line-height: 50px;
        }
        .nysxy .nysxy_item:first-child {
            border-bottom: 1px solid #eee;
        }
        .nysxy_itemr {
            text-align: left;
        }
        .nysxy_itemr i {
            order: -1;
            margin-left: 0;
            margin-right: 10px;
        }
        .nyzxsq_tle,
        .cjwttle.cjwttlexq {
            font-size: 22px;
        }
        .nyzxsq_ctfr_t>input,
        .nyzxsq_ctfr_y,
        .nyzxsq_ctfr_b>input,
        .nyzxsq_ctfr_s {
            height: 50px;
            line-height: 48px;
        }
        .nyzxsq_ctfr_c,
        .nyzxsq_ctfr_y {
            margin-top: 10px;
        }
        .nyzxsq_ctfr_s {
            font-size: 12px;
        }
        .xqjcfwth {
            font-size: 22px;
        }
        .nysxy .nysxy_item:last-child {
            justify-content: flex-start;
        }
        /* 关于我们导航 */
        .gywmboxs .nyztnavgy {
            padding: 0;
        }
        .gywmboxs .nyztnavgy .nyztnava {
            flex: none;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
        }
        .gywmboxs {
            background-image: linear-gradient(to bottom, #fff, #fff);
        }
        .gywmboxs.gywmboxshj {
            background-image: linear-gradient(to bottom, #fff, #fff);
        }
        .gywmboxs.gywmboxshj .nyztnav {
            background-image: linear-gradient(to bottom, #fff, #fff);
        }
        .gywmboxs .nyztnav {
            background-image: linear-gradient(to bottom, #fff, #fff);
        }
        .nyztnavbox {
            background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
        }
        .nyrzbfshj.nyrzbfs {
            padding-top: 0;
        }
        /* 服务流程 */
        .fwlcb_slideitemdw {
            top: 0;
            right: 50%;
            transform: translate(-50%-50%);
            -webkit-transform: translate(-50%-50%);
            -moz-transform: translate(-50%-50%);
            -ms-transform: translate(-50%-50%);
            -o-transform: translate(-50%-50%);
        }
        .fwlcb_container {
            padding: 30px 2px;
        }
        .fwlcb_slideitem {
            height: 140px;
            margin-right: 0;
        }
        .fwlcb_slideitem {
            padding: 30px 15px 0;
        }
        /* 面包屑 */
        .mbxnavboxsy span,
        .mbxnavbox>a {
            font-size: 12px;
        }
        .mbxnavboxsy i {
            font-size: 14px;
        }
        /* 分页 */
        .pages li:last-child,
        .pages li:first-child {
            display: none;
        }
    }
    /* 新增更改 */
    
    .fwlc {
        padding: 70px 0 80px;
        background-color: #f1f1f1;
    }
    
    .fwlcb_slideitem {
        background-color: #fff;
    }
    
    .xzkcgd {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    
    .xzkcgd a {
        padding: 0 60px;
        height: 50px;
        text-align: center;
        line-height: 46px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border: 2px solid #d60505;
        color: #222;
        overflow: hidden;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        overflow: hidden;
        font-size: 13px;
    }
    
    .xzkcgd a.hvr-sweep-to-right::before {
        background-color: #d60505;
    }
    /*  新增验证查询*/
    
    .xzyzcx {
        margin-top: 8px;
        display: flex;
        align-items: center;
    }
    
    .xzyzcx_l img {
        width: 20px;
        margin-right: 10px;
    }
    
    .xzyzcx_r>a {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #222;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        font-size: 13px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .xzyzcx_r>a:hover {
        color: #d60505;
    }
    .yqlj{
        margin: 30px 0;
    }
    .yqljbox{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .yqljbox a{
        font-size: 14px;
        padding: 8px 15px;
    }
    @media screen and (max-width: 1500px) {
        .fwlc {
            padding: 65px 0;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .fwlc {
            padding: 55px 0;
        }
    }
    
    @media screen and (max-width: 992px) {
        .fwlc {
            padding: 45px 0;
        }
        .xzkcgd a {
            height: 50px;
            line-height: 50px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
            font-size: 16px;
        }
        .yqlj{
            display: none;
        }
    }
    
    @media screen and (max-width: 768px) {
        .xzkcgd a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }
        
    }



/*åº•éƒ¨css*/

.foot {

	overflow: hidden;

}

.foot .footer {

	background: #282828;

	overflow: hidden;

	padding: 80px 0;

}



 .liangshi .dianhua {

	opacity: 0.5;

}

.footer .liangshi .dianhua p {

	font-size: 12px;

	color: #5f5f5f;

	line-height: 10px;

	padding: 0 5px;

	text-transform: uppercase;

	font-style: italic;

}.footer .liangshi {
    width: 18%;
    float: left;
    margin-right: 30px;
}

.liangshiren {

	background: #111;

	text-align: center;

	width: 90%;

	height: 30%;

	margin: 20px 0;

}

.liangshi .liangshiren p {

	color: #a1a1a1;

	font-size: 22px;

	line-height: 51px;

}

.footico01 {

	display: block;

}

.lanmu01 {

	width: 77%;

	float: left;

}

.lanmu01 .lanmu11 {

	width: 20%;

	float: left;

	padding: 0 40px;

	text-align: center;

}

.lanmu_left {

	border-left: 1px solid #323232;

	border-right: 1px solid #323232;

}

.lanmu01 .lanmu11 dt {

	margin-bottom: 16px;

}

.lanmu01 .lanmu11 dt a {

	color: #fff;

	font-size: 18px;

	font-weight: normal;

}

.lanmu01 .lanmu11 dd a {

	color: #777;

	font-size: 16px;

	display: block;

	line-height: 30px;

	white-space:nowrap; 

overflow:hidden; 

text-overflow:ellipsis;

}

.lanmu01 .lanmu11 dl a:hover {

	color: #fff;

}

.footer_tel {

	width: 40%;

	float: left;

	padding: 0 69px;

	border-left: 1px solid #323232;

}

.footer_tel dl {

	margin-bottom: 0.5rem;

}

.footer_tel dt {

	margin-bottom: 16px;

}

.footer_tel dt a {

	color: #fff;

	font-size: 18px;

	font-weight: normal;

}

.footer_tel dd {

	margin-bottom: .27rem!important;

}

.footer_tel dd a {

	color: #666;

	font-size: 15px;

	line-height: 32px;

}

.footer_tel p {

	color: #777;

	font-size: 14px;

	line-height: 30px;

}

.footer_erwen {

	float: right;

	width: 10.8%;

}

.erwen_img {

	width: 125px;

	height: 125px;

	background: #fff;

	text-align: center;

	border-radius: 5%;

}

.erwen_wen {

	font-size: 14px;

	color: #fff;

	text-align: center;

	padding: 10px 0;

}

.dingbu02 {

	padding: 13px 0;

	background: #191919;

	overflow: hidden;

}

.footer_lj {

	width: 100%;

}

.dingbu02 .banquan p {

	color: #fff;

	font-size: 12px;

	display: block;

	line-height: 37px;

	padding: 0 10px;

	float: left;

	opacity: 0.5;

}

.dingbu02 .banquan span {

	font-size: 12px;

	display: block;

	line-height: 37px;

	float: left;

	color: #5e7eb9;

}

.dingbu02 .youqign, .dingbu02 .banquan {

	color: #555;

	font-size: 12px;

	line-height: 37px;

}

.dingbu02 .youqign a, .dingbu02 .banquan a {

	color: #555;

	font-size: 12px;

	line-height: 37px;

}

.dingbu02 .youqign a:hover {

	color: #fff;

}

.dingbu02 .youqig {

	width: 50%

}

.lanmu22 {

	width: 26%!important;

	padding: 0 61px!important;

	text-align: left!important;

}



@media screen and (min-width: 1200px) and (max-width: 1499px) {

.footer_tel {

	width: 41%;

	padding: 0px 0 0 39px;

}

.lanmu01 .lanmu11 {

	width: 22%!important;

	padding: 0 20px!important;

}

.lanmu01 {

	width: 75%;

}

.footer .liangshi .liangshiren p {

	font-size: 17px;

}

.liangshiren {

	width: 103%;

}

.dianhua img {

	width: 100%;

	height: 100%;

}

}



@media screen and (min-width: 1200px) and (max-width: 1499px) {

.footer_erwen {

	width: 14.5%;

}
	
}

 @media screen and (max-width: 1400px) {
			
	 .lanmu01 .lanmu11 dd a{font-size:13px;}

.footer .liangshi .liangshiren p {
    font-size: 16px;
}}
/* 案例中心 */

.caseList{ padding-top: 0px;}
.caseList ul{ overflow: hidden; margin: 0 -20px;}
.caseList ul li{ float: left; width:  22.3%; margin: 0 20px 45px 20px; }
.caseList ul li:nth-child(4n){margin-right:0px;}
.caseList ul li .img{ width: 100%; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;border: 10px solid #eaeaea;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.caseList ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.caseList ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.caseList ul li .text{ background: #eaeaea; padding: 15px 30px 20px 30px;}
.caseList ul li .text h6{ font-size: 17px;  height: 20px; overflow: hidden;text-align: center;}
.caseList ul li .text .info{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 15px;margin-top: 15px; overflow: hidden; color: #565656;}
.caseList ul li .text .more{ font-size: 12px; font-weight: bold; color: #106ecb;}
.caseList ul li .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}
.caseList ul li:hover .text{ background: #106ecb;}
.caseList ul li:hover h6{ color: #fff;}
.caseList ul li:hover .text a{ color: #fff;}
.caseList ul li:hover .info{ color: #fff;}
.caseList ul li:hover .more{ color: #fff;}
.caseList ul li:hover .text .more::before{ background: #fff;}
@media (max-width:1400px ) {
.caseList{ padding-top: 00px;}
.caseList ul li{ width: 22%;}
	.caseList ul li .text h6{ font-size: 14px; height: 20px;}
}
@media (max-width:1023px ) {
.caseList{ padding-top: 0px;}
.caseList ul{ margin: 0;}
.caseList ul li{ width: 31.3%; margin: 0 1% 15px 1%;}
.caseList ul li .text{ padding: 5px 10px 8px 10px;}
.caseList ul li .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}
.caseList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}
.caseList ul li .text .more{ font-size: 12px;}
.caseList ul li .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}
}
@media (max-width:768px ) {
.caseList ul li{ width: 48%; margin: 0 1% 15px 1%;}
}
@media (max-width:640px ) {
.caseList ul li{ width: 100%; margin: 0 0 15px 0;}
}

/* 案例详细 */
.caseCon{ padding: 105px 0 60px 0; overflow: hidden;}
.caseLeft{ float: left; width: 48%; position: relative; margin-bottom: 70px;}
.caseLeft .slick-prev{ width: 43px; height: 86px; background: url(../images/case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-next{ width: 43px; height: 86px; background: url(../images/case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-prev:hover{ background: url(../images/case7.jpg) no-repeat center;}
.caseLeft .slick-next:hover{ background: url(../images/case8.jpg) no-repeat center;}
.caseLeft .slick-dots{ position:static; z-index: 10; margin-top:-6%; height:15px;}
.caseLeft .slick-dots li{ vertical-align:top; width: 15px; height: 15px; background: #fff; margin:0 5px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}
.caseLeft .slick-dots .slick-active{ background: #dc0000;}
.caseRight{ float: right; width: 48%;}
.caseRight h5{ font-size: 30px; margin: 36px 0 20px 0; color: #5a4e4a;}
.caseRight .text1{ font-size: 16px; line-height: 26px; color: #4c4c4c; margin-bottom: 30px;}
.caseRight .text2{ font-size: 16px; line-height: 36px; padding: 30px 0; color: #808080; border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc;}
.caseRight .more{ display: block; float: left; width: 150px; height: 46px; line-height: 46px; font-size: 16px; margin: 40px 20px 0 0; border-radius: 23px; text-align: center; background: #6a6a6a; color: #fff;}
.caseRight .more:hover{ background: #dc0000;}
.caseRight .bdsharebuttonbox{ display: block; float: left; margin-top: 40px;}
.caseRight .bds_more{ width: 44px!important; height: 44px!important; background: url(../images/case9.png) no-repeat center!important; margin: 0!important;}

.relaLeft{ float: left; width: 78%;}
.relaLeft h6{ font-size: 20px; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #f7f7f7; position: relative; font-weight: bold; color: #dc0000;}
.relaLeft h6::after{ content: ""; position: absolute; bottom: -1px; left: 0; display: block; width: 85px; height: 2px; background: #dc0000;}
.relaLeft .info{ font-size: 16px; line-height: 28px; color: #666666;}

.relaRight{ width: 20%; float: right; background: #f0f0f0; padding: 30px 30px 150px 30px;}
.relaRight h4{ font-size: 16px;}
.relaRight h5{ font-size: 18px;}
.relaRight ul li{ margin-top: 30px;}
.relaRight ul li .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.relaRight ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.relaRight ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.relaRight ul li .text{ background: #fff; padding: 15px;}
.relaRight ul li .text h6{ font-size: 16px; color: #474747; margin-bottom: 10px;}
.relaRight ul li .text .more{ font-size: 12px; font-weight: bold; color: #dc0000;}
.relaRight ul li:hover .text{ background: #dc0000;}
.relaRight ul li:hover .text h6{ color: #fff;}
.relaRight ul li:hover .text .more{ color: #fff;}

.sx_fy{ font-size: 16px; color: #5a4e4a; height: 40px; line-height: 40px; margin-top: 20px; border-top: 1px solid #e0e0e0;}
.sx_fy .l_fy{ float: left; width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sx_fy .r_fy{ float: left; width: 80%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newsCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: 25px; text-align: center; background: #dc0000; color: #fff;} 
.caseCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: -15px; text-align: center; background: #dc0000; color: #fff;} 
.sx_fy b{font-weight:normal;}

@media (max-width:1400px ) {
.caseCon{ padding: 55px 0 30px 0;}
.caseLeft{ margin-bottom: 50px;}
.caseRight h5{ margin: 10px 0 10px 0; }
.caseRight .text1{ margin-bottom: 10px;}
.caseRight .text2{ padding: 10px 0;}
.caseRight .more{ margin: 20px 20px 0 0;}
.caseRight .bdsharebuttonbox{ margin-top: 20px;}
}
@media (max-width:1023px ) {
.caseCon{ padding: 20px 0;}
.caseLeft{ margin-bottom: 15px;}
.caseLeft .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-dots{ height: 8px;}
.caseLeft .slick-dots li{width: 8px; height: 8px;}
.caseRight h5{ font-size: 18px; margin: 10px 0 5px 0;}
.caseRight .text1{ font-size: 14px; line-height: 24px;}
.caseRight .text2{ font-size: 14px; line-height: 24px;}
.caseRight .more{ width: 100px; height: 30px; line-height: 30px; font-size: 14px; margin: 10px 10px 0 0; border-radius: 15px;}
.caseRight .bdsharebuttonbox{ margin-top: 10px;}
.caseRight .bds_more{ width: 30px!important; height: 30px!important; background-size: cover!important;}

.relaLeft{ width: 100%;}
.relaLeft h6{ font-size: 16px; padding: 10px 0 8px 0; margin-bottom: 10px;}
.relaLeft h6::after{ width: 60px; height: 2px;}
.relaLeft .info{ font-size: 14px; line-height: 20px;}

.relaRight{ width: 100%; padding: 0; background: #fff;}
.relaRight h4{ font-size: 14px; padding-top: 10px;}
.relaRight h5{ font-size: 16px; margin-bottom: 10px;}
.relaRight ul li{ width: 48%; float: left; margin: 10px 1% 0 1%;}

.relaRight ul li .text{ padding: 5px;}
.relaRight ul li .text h6{ font-size: 14px; margin-bottom: 5px;}
.relaRight ul li .text .more{ font-size: 12px;}
.sx_fy{ font-size: 14px; height: 30px; line-height: 30px; margin-top: 15px;}
.sx_fy .l_fy{ width: 70%;}
.sx_fy .r_fy{ width: 70%; float: left; text-align: left;}
.newsCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: 20px auto 0 auto;}
.caseCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: -14px auto 0 auto;}

}
@media (max-width:768px ) {
.caseLeft{ width: 100%;}
.caseRight{ width: 100%;}
.caseRight h5{ font-size: 18px; margin: 15px 0 5px 0;}
.caseRight .text1{ margin-bottom: 5px;}
.caseRight .text2{ padding: 5px 0;}
}
@media (max-width:640px ) {
.relaRight ul li{ width: 100%; float: left; margin: 10px 0 0 0;}
}
@media screen and (max-width: 1200px) {

   

.lanmu22 {

	width: 26%!important;

	padding: 0 25px!important;

	text-align: left!important;

}}