@charset "utf-8";

/*  */

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-button-disabled {
    opacity: .3;
}

ol,
ul {
    list-style: none;
}

.neirong ol,
.neirong ul {
    list-style: inside;
}

ol li,
ul li {
    color: #666;
    line-height: 2;
}

.maodian {
    position: relative;
    height: 0;
    top: -150px;
    display: block;
}

.position {
    position: relative;
    margin-bottom: 20px;
}


/*  */

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

.swiper-pagination {
    font-size: 15px;
    left: 50%;
    transform: translate(-50%, 40px);
    -webkit-transform: translate(-50%, 40px);
    -moz-transform: translate(-50%, 40px);
    -ms-transform: translate(-50%, 40px);
    -o-transform: translate(-50%, 40px);
}

.kzqybox_pagination {
    display: flex;
    align-items: center;
}

.kzqybox_pagination span {
    margin: 0 7px;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    outline: none;
    position: relative;
}

.banner .kzqybox_pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper .swiper-slide {
    height: auto;
}


/* 字体 */

@font-face {
    font-family: 'p-b';
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'p-sb';
    src: url('../font/ProximaNova-Semibold.eot');
    src: url('../font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Semibold.woff2') format('woff2'), url('../font/.woff') format('woff'), url('../font/ProximaNova-Semibold.ttf') format('truetype'), url('../font/ProximaNova-Semibold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'p-r';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Regular.woff2') format('woff2'), url('../font/.woff') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype'), url('../font/ProximaNova-Regular.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'p-l';
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Light.woff2') format('woff2'), url('../font/.woff') format('woff'), url('../font/ProximaNova-Light.ttf') format('truetype'), url('../font/ProximaNova-Light.svg#iconfont') format('svg');
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media (max-width: 991px) {
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
}


/* 单一版心媒体查询修改最大最小宽度 */

.w3 {
    width: 94.8%;
    margin: 0 auto;
}

.w2 {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 1399px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1359px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1259px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 94%;
    }
}


/* 公共部分样式开始 */

.banner {
    position: relative;
    height: auto;
}

.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: auto;
    height: 566px;
    object-fit: cover;
}

@media screen and (min-width: 1922px) {
    .banner_slideaimg img {
        width: 100%;
        height: 100%;
    }
}


/*  */

.head {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 50;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headbox {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.headbox .headbox_logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.headlogo_img {
    height: 100%;
    width: 30px;
    padding: 30px 0;
    float: left;
}

.headlogo_img img {
    width: auto;
    max-height: 100%;
}

.head_txt {
    float: left;
    padding: 30px 0;
    margin-left: 15px;
}

.head_txt h1 {
    font-size: 18px;
    font-family: 'p-b';
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -.5px;
}

.head_txt p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #999;
    font-family: 'p-l';
}

.headlogo_txtp {
    font-family: 'p-r';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.headbox_nav {
    display: flex;
}

.headnav_item {
    position: relative;
}

.headnav_item .headnav_itema {
    position: relative;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.headnav_item .headnav_itema i {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    line-height: 1;
    font-weight: normal;
}

.headnav_item .headnav_itema:hover {
    color: #000;
}

.headnav_item .headnav_itema:hover i {
    color: #000;
}


/* 新增下拉 */

.headnav_itemdw {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    background-color: #f9f9f9;
    /* box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25); */
    /* transform: translateY(-1px); */
}

.headnav_dwbox {
    padding: 20px 0;
}

.headnav_dwbox a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    color: #666;
    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: #df002c;
}

.headnav_itema:hover::before {
    bottom: 0.5px;
}


/* 多语言按钮 */

.headbox_lx {
    display: flex;
    margin-left: 30px;
}

.headbox_lx a {
    display: flex;
    align-items: center;
    color: #666;
}

.headbox_lx i {
    font-size: 18px;
    color: #999;
    margin-right: 5px;
}

.headbox_lx span {
    font-size: 18px;
}

.headbox_lx a:hover {
    color: #333;
}

.headbox_lx a:hover i {
    color: #e03a3a;
}


/*  */

.head.on .headbox_search.active i,
.head.active .headbox_search.active i {
    color: #fff;
}

.headbox_search.active form input {
    background-color: #204084;
    width: 220px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headbox_search input::-webkit-input-placeholder {
    color: #99ace4;
}

.headbox_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #99ace4;
}

.headbox_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #99ace4;
}

.headbox_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #99ace4;
}

.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: #f9f9f9;
    height: auto;
    /* box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25); */
    display: none;
}

.headnavxl {
    padding: 65px 0;
}

.headnavxlbox {
    display: flex;
    justify-content: center;
}

.headnavxlbox .headnavxl_slidea {
    width: 18.4%;
    margin-right: 2%;
    padding: 0 30px;
    display: block;
    border-right: 1px solid #e1e1e1;
}

.headnavxlbox .headnavxl_slidea:last-child {
    border-right: none;
    margin-right: 0;
}

.headnavxl_slideaimg {
    overflow: hidden;
}

.headnavxl_slideaimg {
    font-size: 18px;
    line-height: 1;
    color: #111;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slideatxt {
    margin-top: 15px;
    overflow: hidden;
}

.headnavxl_slideatxt li {
    display: flex;
    align-items: center;
}

.headnavxl_slideatxt li a {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #777;
}

.headnavxl_slideatxt li span {
    margin-right: 0;
    color: #df002c;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slideatxt li:hover span {
    margin-right: 10px;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headnavxl_slideatxt li:hover a {
    color: #df002c;
}

.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: 15px;
    color: #333;
}

.headnav_item .headnav_itema.active span {
    color: #df3a3a;
    font-weight: bold;
}

.ydbtn {
    padding: 0 10px;
    display: flex;
    align-items: center;
    display: none;
    cursor: pointer;
}

.ydbtn i {
    font-size: 26px;
    color: #333;
}

.head.on .ydbtn i {
    color: #333;
}


/* 移动行行 */

.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: 5px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div2 .a_closed i {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    transform: rotate(45deg);
}

.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: 15px;
    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;
}

.kzqybox {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 5;
}

@media screen and (min-width: 1600px) {
    .kzqybox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-720px);
        width: 100%;
        max-width: 1440px;
        z-index: 5;
    }
}

@media screen and (min-width: 2000px) {
    .kzqybox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 90%;
        z-index: 5;
    }
}

.kzqybox_per,
.kzqybox_next {
    position: absolute;
    cursor: pointer;
    outline: none;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 10px;
}

.kzqybox_per i,
.kzqybox_next i {
    font-size: 28px;
    color: #fff;
}

.kzqybox_per {
    left: 0;
}

.kzqybox_next {
    right: 0;
}

.kzqybox_l {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.kzqybox_rl {
    font-family: 'p-r';
    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: 'p-r';
    font-size: 24px;
    color: rgba(255, 255, 255, .2);
}

.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: 'p-r';
    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;
}


/*推荐产品  */

.tjcp {
    padding: 50px 0 90px;
    position: relative;
    z-index: 5;
}

.tjcp_tle {
    text-align: center;
}

.tjcp_tleh {
    font-size: 48px;
}

.tjcp_tlep {
    font-family: 'p-r';
    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;
}


/*  */

.tjcpkz {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xgimg_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;
}

.xgimg_per,
.xgimg_next {
    outline: none;
}

.xgimg_per i,
.xgimg_next i {
    font-size: 26px;
    cursor: pointer;
}

.xgimg_pagination span {
    margin: 0 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.xgimg_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #333333;
    background-color: transparent;
}


/* 底部 */

.foot {
    background-color: #333;
}

.foott {
    position: relative;
    padding: 80px 0 100px;
    display: flex;
    justify-content: space-between;
}

.foott_ritem {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.foott_litemb .foott_litemba,
.foott_ritem p,
.foott_ritem p a {
    color: #999;
    font-size: 15px;
}

.foott-lianxi {
    width: 43%;
    margin-left: 5%;
}

.foott-lianxi .foott_ritem p a.tel {
    font-family: 'p-b';
    font-size: 22px;
    color: #e3001d;
    transform: translateY(2px);
    padding-bottom: 0;
    display: inline-block;
}

.foott-weixin {
    max-width: 130px;
}

.foott-weixin p {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}


/*  */

.footny .foott_litemt .foott_litemta {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.foott_litemb {
    margin-top: 25px;
}

.foott_litemb .foott_litemba {
    display: block;
    padding: 6px 0;
    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: #fff;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.foott_ritem p a:hover {
    color: #fff;
}


/*  */

.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: #204084;
}

.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: 15px;
    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: #204084;
}

.footb {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
}

.footbl,
.footbl>a,
.footbr,
.footbr>a {
    font-size: 13px;
    color: #666;
}

.footbl>a,
.footbr>a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.footny .footbl span {
    color: #999;
}

.footny .footbl>a:hover,
.footny .footbr>a:hover {
    color: #999;
}

.footbr {
    position: relative;
}


/* 分页 */


/* 通用分页样式 */

.pages {
    margin-top: 20px;
}

.pages ul {
    display: flex;
    justify-content: center;
}

.pages li {
    margin: 0 5px;
    font-size: 15px;
}

.pages li a {
    border: 1px solid #e1e1e1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.pages li:last-child a,
.pages li:first-child a {
    width: 120px;
}

.pages li a:hover {
    border: 1px solid #204084;
    background: #fff;
    color: #204084;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #e1e1e1;
}

.pages .current a {
    border: 1px solid #204084;
    background: #fff;
    color: #204084;
}


/* 媒体查询 */

@media screen and (max-width: 1259px) {
    .maodian {
        top: -100px;
    }
    .lxbox {
        display: none;
    }
    .w2 {
        width: 98%;
    }
    /* 头部 */
    .headbox_nav {
        display: none;
    }
    .head {
        height: 80px;
    }
    .head.on {
        height: 80px;
    }
    .headbox {
        height: 100%;
    }
    .headbox .headbox_logo {
        display: flex;
        align-items: center;
    }
    .headlogo_img {
        padding: 0;
        height: unset;
        width: unset;
    }
    .headlogo_img img {
        width: 30px;
    }
    .head_txt {
        padding: 0;
        margin-left: 10px;
    }
    .head_txt h1 {
        font-size: 17px;
        margin-bottom: 0;
        /* font-family: 'p-sb'; */
    }
    .head_txt p {
        font-size: 12px;
        color: #999;
        display: none;
    }
    .headbox_lx span {
        font-size: 15px;
    }
    .headbox_lx i {
        font-size: 18px;
    }
    .headbox_lx .ydbtn i {
        font-size: 28px;
        margin-right: 0;
    }
    .kzqybox {
        display: none;
    }
    /*  */
    .banner_slideaimg img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }
    /* 产品 */
    .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: 15px;
    }
    .tjcp {
        padding: 20px 0 55px;
    }
    .tjcp_tleh {
        font-size: 30px;
    }
    .tjcp_tlep {
        font-size: 15px;
    }
    .tjcp_ct {
        margin-top: 25px;
    }
    /*底部 */
    .foot {
        padding-top: 50px;
    }
    .foott {
        padding: 0;
        flex-flow: column;
    }
    .foot_logo {
        margin-bottom: 20px;
    }
    .foot_logo .footlogo_img img {
        max-width: 36px;
    }
    .foot_logo .footlogo_txt {
        margin-left: 0;
        transform: scale(.8);
    }
    .foott_ritem {
        margin-bottom: 5px;
    }
    .foott_r {
        width: 100%;
        margin: 0;
        padding: 30px 0;
        flex-flow: column;
    }
    .foott_r .foott_litem:last-child {
        display: none;
    }
    .foott_litemt {
        background-color: #f3f3f3;
        padding: 8px 20px;
        border-radius: 5px;
    }
    .footny .foott_litemt .foott_litemta {
        font-size: 15px;
        color: #333;
        font-weight: bold;
    }
    .foott_litemb {
        margin: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foott_litemb a {
        width: 49%;
    }
    .foott-lianxi {
        width: 100%;
        margin-left: 0;
    }
    .foott_litemb .foott_litemba,
    .foott_ritem p,
    .foott_ritem p a {
        font-size: 13px;
        padding: 3px 0;
    }
    .foott-lianxi .foott_ritem p a.tel {
        font-size: 18px;
    }
    /*  */
    .footb {
        padding: 12px 0;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .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: 15px;
    }
    /* 上下叶 */
    .sxy {
        margin-top: 25px;
    }
    .pages li span,
    .pages li a {
        height: 40px;
        font-size: 12px;
    }
    .pages .current a {
        width: 40px;
    }
    .pages li span {
        width: 70px;
    }
    /* 在线留言 */
    .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;
        padding-right: 0;
        padding-left: 20px;
    }
    .pages li a {
        width: 45px;
    }
    .pages li:last-child a,
    .pages li:first-child a {
        width: 80px;
    }
}

.mbzd {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: #204084;
    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: normal;
    transform: rotate(180deg);
}

@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;
    justify-content: space-between;
}

.xzbtn .xzbtna {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #204084;
    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 {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}


/* 手机版底部 */

.mbfoot {
    height: 50px;
    background-color: #204084;
    overflow: hidden;
}

.mbfootdw {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: none;
    background-color: #204084;
    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 #0d275f;
    box-shadow: 1px 0px 0 #385fb3;
}

.mbfootdw .mbfootdw_item:last-child {
    border-right: none;
    box-shadow: none;
}

.mbfootdw_itemi i {
    font-size: 15px;
    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%;
    width: 90%;
    margin: auto;
    max-width: 250px;
}

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;
}