@charset "utf-8";
.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 字体图标 */


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #777;
    font-size: 16px;
}

a {
    font-size: 16px;
    color: #777777;
}

a:hover {
    color: #2899e1;
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
    overflow: hidden;
}

p {
    font-size: 13px;
    color: #999999;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-color: #2899e1;
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
    opacity: 1;
}

.p1 {
    padding: 120px 0;
}

.mt1 {
    margin-top: 50px;
}

.mt2 {
    margin-top: 30px;
}
#cpvideo{border: none; outline: none;}


/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1500px) {
    .container {
        width: 1400px;
        max-width: 1400px;
    }
}

@media screen and (max-width: 992px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .container {
        padding: 0 15px;
    }
}


/* 公共部分样式开始 */

.head {
    height: 95px;
}

.heads {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 95px;
    z-index: 5;
    background-color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.heads.on {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.headsbox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 90%;
}

.head_logo img {
    height: 42px;
}

.headx_r {
    height: 100%;
    display: flex;
    align-items: center;
}

.headx_rnav {
    height: 100%;
    display: flex;
}

.headx_rnavitem {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.headx_rnavitemdw {
    position: absolute;
    top: 100%;
    left: 50%;
    width: calc(100% + 60px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 5;
    background-color: #333;
    display: none;
}

.headx_rnavitemdw .headx_dwitem {
    padding: 0 5px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #434343;
}

.headx_rnavitemdw .headx_dwitem:hover {
    /* background-color: rgba(40, 153, 225, 1); */
    /* background-color: #333; */
    padding-left: 15px;
}

.headx_rnavitem>a {
    position: relative;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.headx_rnavitem>a:hover {
    color: #333;
}

.headx_rnavitem>a.on {
    color: #333;
}

.headx_rnavitem>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #2899e1;
    transform: translate(-50%, 0) scale(0);
    -webkit-transform: translate(-50%, 0) scale(0);
    -moz-transform: translate(-50%, 0) scale(0);
    -ms-transform: translate(-50%, 0) scale(0);
    -o-transform: translate(-50%, 0) scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    display: none;
}

.headx_rnavitem>a:hover:after {
    transform: translate(-50%, 0) scale(1);
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    display: none;
}

.headx_rnavitem>a.on:after {
    transform: translate(-50%, 0) scale(1);
    -webkit-transform: translate(-50%, 0) scale(1);
    -moz-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    -o-transform: translate(-50%, 0) scale(1);
    display: none;
}

.headx_rbd {
    margin-left: 80px;
}

.headx_rfr {
    position: relative;
    display: flex;
    padding: 0 20px;
    height: 36px;
    width: 215px;
    background-color: #f1f1f1;
}

.headx_rfrdw {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headx_rfrdw i {
    font-size: 14px;
    color: #000000;
}

.headx_rfrsr {
    flex: 1;
    display: block;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
}

.headx_rfrtj {
    position: relative;
    width: 50px;
    height: 100%;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.headx_rfrsr::input-placeholder {
    font-size: 14px;
    color: #999;
}

.headx_rfrsr::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.headx_rfrsr::-moz-input-placeholder {
    font-size: 14px;
    color: #999;
}

.headx_rfrsr::-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}


/* 尾部 */

.foot {
    padding: 100px 0 110px;
    background-color: #222222;
}

.foot_t {
    padding: 0 70px 0 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #333333;
}

.foot_tnav {
    display: flex;
    align-items: center;
}

.foot_tlogo img {
    height: 42px;
}

.foot_tnav .foot_tnava {
    position: relative;
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_tnav .foot_tnava:hover {
    color: #fff;
}

.foot_tnav .foot_tnava::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #555555;
    transform: translate(50%, -30%);
    -webkit-transform: translate(50%, -30%);
    -moz-transform: translate(50%, -30%);
    -ms-transform: translate(50%, -30%);
    -o-transform: translate(50%, -30%);
}

.foot_tnav .foot_tnava:last-child::after {
    display: none;
}

.foot_b {
    padding-top: 50px;
    display: flex;
    align-items: center;
}

.foot_bl {
    position: relative;
    width: 40%;
    padding-left: 100px;
}

.foot_bl::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background-color: #333333;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.foot_bl .foot_bla {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_bl .foot_bla:hover {
    color: rgba(255, 255, 255, 1);
}

.foot_br {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_brlitem {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
}

.foot_brlitem>a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.foot_brlitem>a:hover {
    color: rgba(255, 255, 255, 1);
}

.foot_brr {
    margin-left: 100px;
}

.foot_brr img {
    width: 90px;
}


/* 下拉按钮 */

.mbhead_rx {
    padding: 0 20px;
}

.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 #e5e5e5;
    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: #2899e1;
    color: #fff;
}

.mbheadxlbox_dh {
    border-top: 1px solid #e5e5e5;
}

.mbxldh_itemt {
    border-bottom: 1px solid #e5e5e5;
}

.mbxldh_itemt .mbxldh_itemtl {
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 20px;
    flex: 1;
    font-size: 16px;
    color: #777;
}

.mbxldh_itemtr {
    height: 50px;
    line-height: 50px;
    width: 60px;
    text-align: center;
}

.mbxldh_itemtr i {
    margin-top: -4px;
    font-size: 18px;
    font-weight: 700;
    color: #777;
}

.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: #777;
    border-bottom: 1px dashed #e5e5e5;
}


/* 手机版底部 */

.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: 26px;
    color: #fff;
}


/* 内页背景 */

.nybj {
    position: relative;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 分页 */

.fenye {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}


/* 面包屑 */

.mbx {
    padding: 25px 0;
}

.mbxbox {
    display: flex;
    justify-content: space-between;
}

.mbxbox_l {
    flex: 1;
    display: flex;
    align-items: center;
}

.mbxbox_l {
    font-size: 14px;
    color: #333;
}

.mbxbox_l i {
    font-size: 14px;
    color: #777;
}

.mbxbox_l>i {
    margin: 0 3px;
}

.mbxbox_l span,
.mbxbox_l a {
    font-size: 14px;
    color: #777;
}

.mbxbox_l a:hover {
    color: #2899e1;
}

.mbxbox_l a:hover span {
    color: #2899e1;
}

.mbxbox_l .mbxbox_lsy {
    margin-left: 8px;
}

.mbxbox_lsy i {
    margin-top: -2px;
}

.mbx .container {
    overflow: visible;
}

.mbxbox_ra span {
    font-size: 16px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.mbxbox_ra i {
    margin-top: -4px;
    font-size: 24px;
    color: #333;
    transition: all .4s;
}

.mbxbox_ra:hover i,
.mbxbox_ra:hover span {
    color: #2899e1;
}

.mbxbox_ra:hover i {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}


/* 行业分类 */

.hyfl {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}

.hyflbox {
    display: flex;
    justify-content: center;
    border-left: 1px solid #ddd;
}

.hyflbox .hyflboxa {
    flex: 1;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #ddd;
    text-align: center;
}

.hyflboxa_i i {
    font-size: 30px;
    color: #ddd;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hyflboxa_p {
    font-size: 16px;
    color: #333;
    transition: all .4s;
}

.hyflboxa:hover i {
    color: #2899e1;
}

.hyflboxa.on i {
    color: #2899e1;
}
.xzfl_li{margin-top: 80px;}
.zfl_li_pl{display: flex; height: 80px; line-height: 80px; background: #f5f5f5;  border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;}
.zfl_li_pl li a{padding: 0 25px; color: #333;}
.zfl_li_pl li.on a{color: #2899e1;}
/* 分类 */


/* 通用分页样式 */

.pages {
    display: flex;
    justify-content: center;
}

.pages ul {
    display: flex;
}

.pages li {
    margin-right: 5px;
}

.pages li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    color: #666;
    font-size: 14px;
}

.pages li a:hover {
    border: 1px solid #2899e1;
    background: #2899e1;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    width: 50px;
    height: 30px;
    color: #c4c4c4;
}

.pages .current a {
    border: 1px solid #2899e1;
    background: #2899e1;
    color: #fff;
}

.pages ul li:last-child a,
.pages ul li:first-child a {
    width: 50px;
}

#baguetteBox-overlay .full-image figcaption {
    line-height: 2.6;
    background: #2899e1;
    color: #fff;
}

@media screen and (max-width: 1650px) {
    .p1 {
        padding: 100px 0;
    }
    .head,
    .heads {
        height: 85px;
    }
    /* 头部 */
    .headx_rnavitem>a {
        padding: 0 20px;
    }
    .headx_rbd {
        margin-left: 40px;
    }
    /* 内页背景 */
    .nybj {
        height: 400px;
    }
}

@media screen and (max-width: 1500px) {
    .foot {
        padding: 90px 0;
    }
    .foot_t {
        padding: 0 50px 40px 50px;
    }
    .foot_b {
        padding-top: 40px;
    }
    .foot_tnav .foot_tnava {
        padding: 0 20px;
    }
    .foot_bl {
        padding-left: 40px;
    }
    /* 内页背景 */
    .nybj {
        height: 340px;
    }
    /* 分类 */
    .hyflbox .hyflboxa {
        height: 100px;
    }
    .hyflboxa_i i {
        font-size: 28px;
    }
    .hyflboxa_p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .p1 {
        padding: 80px 0;
    }
    .mt1 {
        margin-top: 40px;
    }
    .mt2 {
        margin-top: 25px;
    }
    .head,
    .heads {
        height: 80px;
    }
    /* 头部 */
    .headsbox {
        width: 95%;
    }
    .headx_rnavitem>a {
        padding: 0 10px;
    }
    /* 尾部 */
    .foot {
        padding: 70px 0;
    }
    .foot_t {
        padding: 0 30px 40px 30px;
    }
    .foot_bl {
        padding-left: 30px;
    }
    /* 分页 */
    .fenye {
        margin-top: 30px;
    }
    .nybj {
        height: 300px;
    }
    .hyflbox .hyflboxa {
        height: 95px;
    }
    .hyflboxa_i i {
        font-size: 26px;
    }
    .hyflboxa_p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .p1 {
        padding: 65px 0;
    }
    .mt1 {
        margin-top: 35px;
    }
    /* 头部 */
    .headsbox {
        width: 100%;
        padding: 0 20px;
    }
    .headx_rnavitem>a {
        font-size: 14px;
    }
    .headx_rbd {
        margin-left: 20px;
    }
    .headx_rfr {
        width: 180px;
        padding: 0 5px;
    }
    .headx_rfrdw {
        right: 5px;
    }
    /* 尾部 */
    .foot {
        padding: 60px 0;
    }
    .foot_t {
        padding: 0 20px 30px 20px;
    }
    .foot_bl {
        padding-left: 20px;
    }
    .foot_b {
        padding-top: 30px;
    }
    .foot_tnav .foot_tnava {
        font-size: 14px;
    }
    .foot_bl .foot_bla {
        margin-bottom: 12px;
    }
    .foot_bl .foot_bla,
    .foot_brlitem,
    .foot_brlitem>a {
        font-size: 13px;
    }
    .nybj {
        height: 250px;
    }
    .hyflbox .hyflboxa {
        height: 90px;
    }
    .hyflboxa_i i {
        font-size: 24px;
    }
    .hyflboxa_p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .headx_rnavitem>a{padding:0 5px;}
    .p1 {
        padding: 55px 0;
    }
    .mt1 {
        margin-top: 30px;
    }
    .mt2 {
        margin-top: 20px;
    }
    .head,
    .heads {
        height: 75px;
    }
    /* 头部 */
    .headx_rbd {
        display: none;
    }
    .headsbox {
        padding: 0 15px;
    }
    /* 尾部 */
    .foot {
        padding: 50px 0;
    }
    .foot_t {
        padding: 0 0 25px;
    }
    .foot_tnav .foot_tnava {
        font-size: 12px;
        padding: 0 12px;
    }
    .foot_b {
        padding-top: 25px;
    }
    .foot_bl .foot_bla,
    .foot_brlitem,
    .foot_brlitem>a {
        font-size: 12px;
    }
    .foot_brr {
        margin-left: 50px;
    }
    .cndns-right {
        display: none;
    }
    .nybj {
        height: 220px;
    }
    .hyflbox .hyflboxa {
        height: 80px;
    }
    .hyflboxa_i i {
        font-size: 24px;
    }
    .hyflboxa_p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .head_logo img {
        height: 35px;
    }
    .p1 {
        padding: 50px 0;
    }
    .mt1 {
        margin-top: 25px;
    }
    .mt2 {
        margin-top: 15px;
    }
    /* 头部 */
    .headx_rnav {
        display: none;
    }
    .head,
    .heads {
        height: 65px;
    }
    /* 顶部下拉 */
    .mbhead_rx {
        padding-right: 0;
        display: flex !important;
    }
    .mbheadxl {
        top: 65px;
        height: calc(100% - 65px);
    }
    .mbheadxlbox_ss {
        padding: 15px 20px;
    }
    .mbheadxlbox_ss .headx_rfr {
        padding: 0 20px;
        width: 100%;
    }
    .mbheadxlbox_ss .headx_rfrdw {
        right: 20px;
    }
    /* 底部 */
    .foot {
        padding: 40px 0;
    }
    .foot_tlogo {
        display: none;
    }
    .foot_tnav {
        width: 100%;
        flex-wrap: wrap;
    }
    .foot_tnav .foot_tnava {
        width: 33.33%;
        margin-bottom: 8px;
        padding: 10px 0;
        text-align: center;
    }
    .foot_tnav .foot_tnava::after {
        height: 50%;
    }
    .foot_tnav .foot_tnava:nth-child(3n)::after {
        display: none;
    }
    .foot_t {
        padding-bottom: 15px;
    }
    .foot_b {
        padding-top: 15px;
    }
    .foot_bl {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
    .foot_bl::after {
        display: none;
    }
    .foot_br {
        display: none;
    }
    /* 手机端尾部 */
    .mbfoot_top {
        display: flex;
    }
    .nybj {
        height: 160px;
    }
    .hyflbox {
        flex-wrap: wrap;
    }
    .hyflbox .hyflboxa {
        height: 70px;
        width: 25%;
        flex: none;
        border-top: 1px solid #ddd;
    }
    .hyflbox .hyflboxa:nth-child(-n +4) {
        border-top: 0;
    }
    .hyflboxa_i i {
        font-size: 22px;
    }
}