@charset "utf-8";

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/bebas.ttf');
}

.navto {
    position: relative;
    top: -90px;
    display: block;
}

.nolink {
    opacity: .5;
    cursor: no-drop;
}

#bsWXBox {
    overflow: hidden;
}

.bsTop {
    width: 100% !important;
}

.bsFrameDiv>div {
    width: 100% !important;
    height: 210px !important;
}

.bsFrameDiv>div img {
    margin: 15px !important;
}


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #222;
    font-size: 15px;
}

a {
    font-size: 15px;
    color: #222;
}

a:hover {
    color: #079144;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.border {
    border: 1px solid #eee;
}

.border-p {
    padding: 2px;
}


/* 单一版心媒体查询修改最大最小宽度 */


@media screen and (min-width: 1600px) {
    .container {
        width: 1440px;
    }

}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}


/* 公共部分样式开始 */
/* 底部 */

.foottl_qtr img {
    width: 80%;
    float: right;
}

.foot {
    background-color: #222;
}

.foot-youlian {
    background-color: #292929;
    padding: 15px 0;
    font-size: 12px;
    color: #777;
}

.foot-youlian a {
    font-size: 12px;
    color: #777;
    padding-right: 10px;
}

.foot-youlian a:hover {
    color: #df252a;
}

.foott {
    display: flex;
}

.foottr {
    margin-left: 36px;
    position: relative;
}

.foottr img {
    transform: translateY(-104px);
    -webkit-transform: translateY(-104px);
    -moz-transform: translateY(-104px);
    -ms-transform: translateY(-104px);
    -o-transform: translateY(-104px);
    background-color: #fff;
    padding: 6px 6px 40px;
    max-width: 180px;
}

.foottr p {
    text-align: center;
    transform: translateY(-137px);
    -webkit-transform: translateY(-137px);
    -moz-transform: translateY(-137px);
    -ms-transform: translateY(-137px);
    -o-transform: translateY(-137px);
}

.foottl {
    flex: 1;
}

.foottl_nav {
    height: 71px;
    line-height: 70px;
    border-bottom: 1px solid #444444;
    display: flex;
    justify-content: space-between;
}

.foottl_navl .foottl_navla {
    display: inline-block;
    font-size: 15px;
    color: #999999;
    padding-right: 36px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foottl_navl .foottl_navla:hover {
    color: #fff;
    /* padding-left: 5px; */
}

.foottl_navrdt span {
    font-size: 15px;
    color: #999999;
}

.foottl_navrdt i {
    font-size: 24px;
    color: #999999;
}

.foottl_navrdt:hover span {
    color: #fff;
}

.foottl_navrdt:hover i {
    color: #fff;
}

.foottl_qt {
    padding: 65px 0 60px;
    display: flex;
    justify-content: space-between;
}

.foottl_qtl_item {
    margin-top: 5px;
    color: #999;
}

.foottl_qtl_item.foottl_qtl_itemts {
    display: flex;
}

.foottl_qtl_item span {
    font-size: 15px;
    margin-right: 5px;
}

.foottl_qtl_item a {
    font-size: 15px;
    color: #999999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foottl_qtl_item a strong {
    color: #fff;
    font-weight: normal;
}

.foottl_qtl_item:hover a {
    color: #fff;
}

.foottl_bq {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #666;
}
.foottl_bq a{
   
    color: #666;
}

.foottl_bq img {
    display: inline-block;
}


/* 内页通栏背景 */

.nytl {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.nytlbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}

.nytl:hover .nytlbox {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nytl .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.nytl_txt {
    width: 100%;
    padding-left: 200px;
}

.nytl_txth {
    font-size: 36px;
    font-weight: 700;
    color: #222333;
}

.nytl_x {
    margin-top: 15px;
    height: 1px;
    width: 70px;
    background-color: #079144;
}

.nytl_p {
    margin-top: 5px;
    font-size: 18px;
    color: #222333;
}

.nylinkbox {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
}

.nylinkbox .nylinkbox_item {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 30px;
}

.nylinkbox_item span {
    position: relative;
    font-size: 18px;
    color: #222333;
}

.nylinkbox_item span::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #222;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.on span {
    color: #079144;
    font-weight: 600;
}


/* 移动端 */

.nylink_mb {
    margin-top: 30px;
}

.nylink_mbtitle {
    height: 70px;
    background-color: #079144;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nylink_mbtitle span {
    font-size: 24px;
    color: #ffffff;
}

.nylink_mbtitle i {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

.nylink_mbbox {
    padding: 25px 0;
    background-color: #f5f5f5;
}

.nylink_mbboxbig {
    display: flex;
    flex-wrap: wrap;
}

.nylink_mbboxbig .nylink_mbboxbig_item {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #222333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nylink_mbboxbig .nylink_mbboxbig_item:nth-child(even) {
    border-right: 0;
}

.nylink_mbbox {
    display: none;
}

.nylink_mb {
    display: none;
}

.nylink_mbboxbig .nylink_mbboxbig_item:hover {
    background-color: #fff;
    color: #079144;
}

.nylink_mbboxbig .nylink_mbboxbig_item.on {
    background-color: #fff;
    color: #079144;
}

/* 服务与支持 */

.fwzc {
   
    background-color: #079144;
}

.fwzcbox {
    display: flex;
    height: 165px;
}

.fwzcboxl {
    font-family: 'BEBAS';
    text-transform: uppercase;
    width: 25%;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, .15);
}

.fwzcboxldw {
    position: absolute;
    top: 32px;
    left: 28px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.fwzcboxr {
    display: flex;
    align-items: center;
}

.fwzcboxr_box {
    display: flex;
}

.fwzcboxr_box .fwzcboxr_boxa {
    display: flex;
    margin-left: 80px;
}

.fwzcboxr_boxai {
    margin: 0 22px;
}

.fwzcboxr_boxai i {
    padding-top: 6px;
    font-size: 56px;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt span {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}

.fwzcboxr_boxatxt p {
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}

.fwzcboxr_box .fwzcboxr_boxa:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwzcboxr_box .fwzcboxr_boxa:hover .fwzcboxr_boxatxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}



/* 内页标语 */

.nyby {
    height: 40px !important;
    display: flex;
    align-items: center;
}

.nyby_txt {
    width: 100%;
    text-align: center;
    display: none;
}

.nyby_txth {
    font-size: 68px;
    color: #dfdfdf;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.nyby_txtp {
    font-size: 30px;
    color: #222333;
}


/*内页分页 */

.ntfy {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.ntfybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ntfybox .ntfybox_item {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #f1f1f1;
    color: #222333;
    margin: 0 5px;
    margin-bottom: 10px;
}

.ntfybox .ntfybox_item:first-of-type,
.ntfybox .ntfybox_item:last-of-type {
    width: 90px;
}

.ntfybox .ntfybox_item.on {
    border: 1px solid #079144;
    background-color: #fff;
}

.ntfybox .ntfybox_item.bends {
    color: #999999;
}


/* 客户分类 */

.khflbox {
    display: flex;
    flex-wrap: wrap;
}

.khflbox span {
    background-color: #f1f1f1;
    padding: 25px 50px;
    width: 99.6%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.khflbox .khflbox_item {
    background-color: #f1f1f1;
    width: 33.33%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #222333;
    text-align: center;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    border-right: 5px solid #fff;
}

.khflbox.khflboxs .khflbox_item {
    width: 25%;
}

.khflbox .khflbox_item:hover {
    background-color: #079144;
    color: #fff;
}

.khflbox .khflbox_item.on {
    background-color: #079144;
    color: #fff;
}


/* 内页面包屑 */

.nymbxbox {
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    line-height: 70px;
}

.nymbxbox_l {
    width: 87%;
    display: flex;
    overflow: auto;
}

.nymbxbox_l .iconweizhi {
    font-size: 24px;
    color: #9c9d9e;
}

.nymbxbox_l span {
    font-size: 15px;
    color: #999999;
    margin: 0 5px;
    flex-shrink: 0;
}

.nymbxbox_l a {
    font-size: 15px;
    color: #999999;
    padding: 0 8px;
    flex-shrink: 0;
}

.nymbxbox_l i {
    margin-top: 2px;
    font-size: 14px;
    color: #999999;
}

.nymbxbox_r {
    width: 13%;
}

.nymbxbox_r .nymbxbox_rfh {
    display: block;
    height: 42px;
    background-color: #e9e9e9;
    line-height: 42px;
    text-align: center;
}

.nymbxbox_rfh i {
    font-size: 20px;
    /* color: #111111; */
    margin-right: 10px;
}

.nymbxbox_rfh span {
    font-size: 15px;
    /* color: #222333; */
}


/* 侧边展开导航 */

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 1%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 10px;
}

.a_txt .div2 img {
    display: inline-block;
}

.a_txt .div3 {
    position: absolute;
    display: block;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #079144;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
}

.a_txt .div3 ul {
    padding: 10%;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    clear: both;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 55px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 15px;
    color: #fff;
    padding-left: 5%;
}

/*.mblink_itema:hover {
    color: #fff;
}
*/
.mblink_itemi {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

.icon-jianhao:before {
    content: "\e728";
}

.a_txt2 {
    display: none;
    padding: 3% 8% 5%;
    border-top: 1px dotted rgba(255, 255, 255, .1);
    overflow: hidden;
  
}

.a_txt2 a {
    font-size: 13px;
    display: block;
    height: 35px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    /*	color: #222;*/
    width: 100%;
    float: left;
}

.a_txt2 a i {
    font-size: 12px;
    margin-right: 5px;
    /*	color:#079144*/
    color: rgba(255, 255, 255, .5);
}

.a_closed i {
    margin: auto;
    font-size: 30px;
    color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.shenglue {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.shenglue2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.shenglue3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shenglue4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* .shenglue5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
} */

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    object-fit: cover;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pic:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

@media screen and (max-width: 1600px) {
    .headbox_logo {
        padding-right: 30px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 50px;
    }
    .nyby_txth {
        font-size: 58px;
    }
}

@media screen and (max-width: 1200px) {
    .head .container {
        width: 98%;
    }
    .foottr img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .foottr p {
        transform: translateY(-37px);
        -webkit-transform: translateY(-37px);
        -moz-transform: translateY(-37px);
        -ms-transform: translateY(-37px);
        -o-transform: translateY(-37px);
    }
    .headbox_nav {
        padding: 0 20px;
    }
    .foottl_navl .foottl_navla {
        margin-right: 20px;
    }
    .headbox_ssfrsr {
        width: 120px;
    }
    .headbox_navitem .headbox_navitema {
        font-size: 15px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 30px;
    }
    .fwzcboxr_boxai {
        margin: 0 10px;
    }
    .fwzcboxl {
        width: 30%;
    }
    .nylinkbox .nylinkbox_item {
        margin-right: 0;
        padding: 0;
        flex: 1;
        font-size: 15px;
    }
    .nyby_txth {
        font-size: 50px;
    }
    .nyby {
        height: 250px;
    }
}

@media screen and (max-width: 992px) {
    .headbox_nav {
        display: none;
    }
    .head .container {
        width: 100%;
    }
    .headbox {
        justify-content: space-between;
    }
    .headbox_ss .headbox_ssbox {
        padding-right: 15px;
    }
    .head {
        height: 80px;
    }
    .head_zw {
        height: 80px;
    }
    .foottr {
        display: none;
    }
    .fwzc {
        margin-top: 50px;
    }
    .fwzcbox {
        display: flex;
        flex-flow: column;
        padding: 30px 0;
        height: auto;
    }
    .fwzcboxl {
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
        display: none;
    }
    .fwzcboxldw {
        font-size: 28px;
        top: 10px;
        left: 0;
    }
    .fwzcboxr {
        align-items: flex-start;
    }
    .foottl_qt {
        padding: 40px 0;
    }
    .foottl_qtl_item {
        font-size: 14px;
        margin-top: 10px;
    }
    .foottl_bq {
        text-align: center;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .fwzcboxr_boxai {
        margin-left: 0;
    }
    .fwzcboxr_boxai i {
        font-size: 36px;
    }
    .fwzcboxr_boxatxt span {
        font-size: 15px;
    }
    .fwzcboxr_boxatxt p {
        font-size: 10px;
        line-height: 14px;
    }
    .khflboxdw {
        height: 45px;
    }
    .khflbox .khflbox_item {
        width:49.33%;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .nyby_txth {
        font-size: 46px;
    }
    .nyby {
        height: 200px;
    }
    .nyby_txtp {
        font-size: 28px;
    }
    .headbox_dwbox {
        top: 81px;
    }
    .headbox_btn {
        display: flex;
        padding: 0 7px;
    }
    .foot {
        padding-bottom: 0px;
    }
    .nytl {
        height: 240px;
    }
    .nytl_txt {
        text-align: center;
        padding-left: 0;
    }
    .nytl_x {
        display: none;
    }
    .nylinkbox {
        display: none;
    }
    .nylink_mb {
        display: block;
    }
    .ntfy {
        margin-top: 20px;
    }
    .nymbxbox {
        height: 51px;
        line-height: 50px;
    }
    .nymbxbox_l span {
        font-size: 14px;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 20px;
    }
    .nymbxbox_l a {
        font-size: 14px;
    }
    .nymbxbox_rfh span {
        font-size: 14px;
    }
    .nymbxbox_r .nymbxbox_rfh {
        height: 30px;
        line-height: 30px;
    }
    .nymbxbox_rfh i {
        font-size: 18px;
    }
    /* 内页 */
    .nytl {
        height: 160px;
    }
    .nytl_txth {
        font-size: 28px;
    }
    .nytl_p {
        font-size: 14px;
    }
    .nylink_mbtitle span {
        font-size: 18px;
    }
    .nylink_mbbox {
        padding: 0;
    }
    .nylink_mbboxbig .nylink_mbboxbig_item {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-color: #fff;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 18px;
    }
    .nylink_mbtitle i {
        font-size: 18px;
    }
    .nymbxbox_l span {
        font-size: 12px;
    }
    .nymbxbox_l a {
        font-size: 12px;
    }
    .nymbxbox_rfh span {
        font-size: 12px;
    }
    .nymbxbox_rfh i {
        margin-top: 0;
        font-size: 15px;
        margin-right: 2px;
    }
    .nymbxbox_l {
        width: calc(100% - 100px);
    }
    .nymbxbox_r {
        width: 90px;
        margin-left: 10px;
    }
    .ntfybox .ntfybox_item {
        font-size: 13px;
        width: 34px;
        height: 34px;
        margin: 0 2px;
        margin-bottom: 8px;
    }
    .nyby_txt {
        padding: 0 15px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .nyby {
        height: 150px;
    }
    .nytl {
        display: none;
    }
    .nytl_txt {
        display: none;
    }
    .nyby_txth {
        font-size: 36px;
    }
    .headbox_logoa img {
        padding-right: 20px;
    }
    .head {
        height: 72px;
     
    }
    .head_zw {
        height: 72px;
    }
    .headbox_ssfr {
        display: none;
    }.foot_logo {
   
    margin-top: 20px;
}
    .foottl_nav {
        display: none;
    }
    .foottl_qt {
        /* padding: 50px 0 60px; */
    }
    .foottl_qtr {
        display: none;
    }
    .fwzc {
        display: none;
    }
    .headbox_ssbox {
        display: none;
    }
    .headbox_btn i {
        color: #079144;
    }
    .headbox_logo {
        padding-right: 0;
    }
    .nytl {
        /* height: 200px; */
    }
    .nylink_mbtitle {
        height: 50px;
    }
    /*分页*/
    .ntfybox>a:first-child,
    .ntfybox>a:last-child {
        display: none;
    }
}

.por {
    position: relative
}


/* 补充 */

.zlx {
    display: flex;
    margin-bottom: 10px;
}

.zlx_tel {
    font-size: 16px;
    color: #222;
}

.zlx_txt {
    padding-left: 10px;
}

.zlx_txt>div {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    font-weight: 700;
}


#icon_menu_module span.border_line {
    display: none !important;
  }
  #icon_menu_module span.iconfont { font-size: 28px !important; margin-bottom: 0 !important;}
  #icon_module { }
  #qr_prev {
    width: 168px !important;
    height: 195px !important;
    border: none !important;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15) !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    border-radius: 5px !important;
    top: -50px !important;
  }
  #qr_prev span { border: none !important; width: 150px !important; height: 150px !important;}




/* xin */

.bannerbox {
    background-color: #111;
    min-height: 500px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-button-disabled {
    opacity: .3;
}

ol {
    list-style: inside;
}

ol li {
    color: #666;
    line-height: 1.8;
}

.maodian {
    position: relative;
    height: 0;
    top: -150px;
    display: block;
}

.pc {
    display: inline-block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .pc {
        display: none;
    }
    
}
@media screen and (max-width: 991px) {
    .pc {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
}


/*  */

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;
}

.swiper-pagination span {
    background-color: rgba(0, 0, 0, 0.4);
}

.kzqybox_pagination span {
    margin: 0 7px;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .98);
    outline: none;
    position: relative;
}

.kzqybox_pagination span::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: .5;
    display: none;
}

.kzqybox_pagination .swiper-pagination-bullet-active {
    background-color: #df002c;
}

.kzqybox_pagination .swiper-pagination-bullet-active::after {
    border-color: #df002c;
    display: block;
}


body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
}

a {
    font-size: 15px;
    color: #333333;
}

a:hover {
    color: #df002c;
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
}


/* 单一版心媒体查询修改最大最小宽度 */

.w3 {
    width: 94.8%;
    margin: 0 auto;
}

.w2 {
    width: 85%;
    margin: 0 auto;
}


/* 公共部分样式开始 */

.banner {
    position: relative;
    height: 100vh;
}

.bannerbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #079144;
}

.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;
    background-color: #079144;
}

.head {
    position: fixed;
    width: 100%;
    height: 100px;
    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;
}

.headbox {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.headbox .headbox_logo {
    display: flex;
    flex: 1;
    align-items: center;
}

.headlogo_img img {
    max-width: 500px;
}
.logo2{
    display: none;
}
.logo2 img {
    width: 500px;
}
.headlogo_txt {
    margin-left: 20px;
    display: none;
}

.headlogo_txth {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
	color: #fff;
   
}

.headlogo_txtp {
    font-family: 'ProximaNova-Regular';
    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: 17px;
    color: #fff;
    overflow: hidden;
}

.headnav_item .headnav_itema span {
    padding: 0 20px;
}
.headnav_item .headnav_itema.active span{ font-size: 17px;}

/* 新增下拉 */

.headnav_itemdw {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index: 10;
    display: none;
    background-color: #f9f9f9;
    /* box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25); */
}

.headnav_dwbox {
    padding: 20px 0;
}

.headnav_dwbox a {
    display: block;
    padding: 6px 10px;
    font-size: 15px;
    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: #df002c;
}


/* .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;
    margin-left: 30px;
}

.headbox_lxl {
    display: flex;
    align-items: center;
}

.headbox_lx .headbox_lxa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.headbox_lx .headbox_lxaz {
    width: 150px;
}

.headbox_lxa span {
    font-size: 18px;
    color: #fff;
	font-weight: 700;
}

.headbox_lxa i {
    margin-right: 10px;
    font-size: 26px;
    color: #fff;
}

.headbox_lxa:hover i {
    animation: rotates 1s linear infinite;
    -webkit-animation: rotates 1s linear infinite;
}

.headbox_search {}

.headbox_search form {
    position: relative;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
}

.headbox_search form i {
    font-size: 22px;
    color: #fff;
    padding-right: 20px;
    position: relative;
    right: 0;
    z-index: 1;
}

.headbox_search form input {
    position: absolute;
    right: 0;
    z-index: 0;
    border: none;
    background-color: transparent;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 20px;
    width: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headbox_search form .btn {
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 0;
    width: 60px !important;
    background-color: transparent !important;
}

.head.on .headbox_search.active i,
.head.active .headbox_search.active i {
    color: #fff;
}

.head.on .logo2,.head.active .logo2{
   display: block;
}
.head.on .headlogo_img,.head.active .headlogo_img{
    display: none;
 }

.headbox_search.active form input {
    background-color: #079144;
    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 {
    background-color: #079144;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    border-radius: 20px;
    line-height: 1;
}

.head.on,
.head.active {
    /* height: 90px; */
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.head.on .headlogo_txth,
.head.active .headlogo_txth {
    color: #333;
}

.head.on .headlogo_txtp,
.head.active .headlogo_txtp {
    color: rgba(0, 0, 0, 0.4);
}

.head.on .headnav_item .headnav_itema,
.head.active .headnav_item .headnav_itema {
    color: #999;
}

.head.on .headnav_item .headnav_itema:hover,
.head.active .headnav_item .headnav_itema:hover {
    color: #079144;
}


/* .head.on .headnav_item .headnav_itema::after,
.head.active .headnav_item .headnav_itema::after{
    background-color: rgba(0, 0, 0, 0.2);
} */

.head.on .headbox_lxa span,
.head.active .headbox_lxa span {
    color: #df1a2c;font-weight: 700;
}

.head.active .headbox_lxa i,
.head.on .headbox_lxa i,
.head.on .headbox_search i,
.head.active .headbox_search i {
    color: #999;
}

.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;
}


/* 移动行行 */

.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;
}


/* 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: 40px;
    color: #fff;
}

.bannersldtxt_h span {
    opacity: .5;
    margin-left: 15px;
}

.bannersldtxt_y {
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 110px;
    color: #fff;
}

.bannersldtxt_y span {
    color: #df002c;
}

.bannersldtxt_p {
    width: 65%;
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.bannersldtxt_m {
    display: inline-block;
    position: relative;
    padding: 10px 50px;
    border-radius: 50px;
    margin-top: 80px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
}

.bannersldtxt_m i {
    margin-left: 10px;
    font-size: 22px;
}

.bannersldtxt_m:hover {
    border-color: #df002c;
}


/* .kzqy {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
} */

.kzqybox {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 5;
}

.kzqybox_per,
.kzqybox_next {
    position: absolute;
    cursor: pointer;
    outline: none;
    transform: translateY(-100%);
}

.kzqybox_per i,
.kzqybox_next i {
    font-size: 60px;
    color: #fff;
}

.kzqybox_l {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.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_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;
}


/*推荐产品  */

.tjcp {
    padding: 50px 0 90px;
    position: relative;
    z-index: 5;
}

.tjcp_tle {
    text-align: center;
}

.tjcp_tleh {
    font-size: 48px;
}

.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;
}


/*  */

.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;
}


/* 底部 */

.foott_litemt a{ color:#fff; font-weight: 700;}
.foot_logo {
    display: flex;
    flex: 1;
    align-items: center;
    margin-bottom: 30px;
}

.foot_logo .footlogo_img {
    height: 100%;
}

.foot_logo .footlogo_img img {
    max-width: 148px;
}

.foot_logo .footlogo_txt {
    margin-left: 20px;
}

.foot_logo .footlogo_txth {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.foot_logo .footlogo_txtp {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    color: #bbb;
}

.foott_ritem {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.foott_ritem p,
.foott_ritem p a {
    color: #efefef;
}


/*  */

.footny .foott_litemt .foott_litemta {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.foott_litemb {
    margin-top: 25px;
}

.foott_litemb .foott_litemba {
    display: block;
    padding: 6px 0;
    font-size: 15px;
    color: #efefef;
    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: #df1a2c;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.foott_r .foott_litem:last-child p {
    text-align: center;
    margin-top: 3px;
}

.foott_r .foott_litem:last-child img {
    max-width: 130px;
}

.foott_r {
    margin-left: 8%;
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.foott_ritem {
    display: flex;
    align-items: center;
}


/*  */

.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: #079144;
}

.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: #079144;
}

.footb {
    border-top: 1px solid #e2e2e2;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
}

.footbl,
.footbl>a,
.footbr,
.footbr>a {
    font-size: 13px;
    color: #999;
}

.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>a:hover,
.footny .footbr>a:hover {
    color: #333;
}

.footbr {
    position: relative;
}

.lxbox {
    display: flex;
    align-items: center;
}

.lxboxadw {
    position: absolute;
    bottom: 100%;
    left: 10px;
    margin-bottom: 10px;
    width: 120px;
    transform: translateX(-50%);
    border: 1px solid #e1e1e1;
    display: none;
}

.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;
}

.lxbox .lxboxa i {
    color: #777;
}

.lxbox .lxboxa:hover {
    border-color: #263e82;
}

.lxbox .lxboxa:hover i {
    color: #263e82;
}


/* 内页顶部 */

.nyhead {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
}

.nyheadtxt {
    height: 100%;
    padding: 150px 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-Semibold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nyheadtxtyxz {
    position: relative;
}

.nyheadtxty span {
    font-family: 'ProximaNova-Semibold';
    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: #079144;
    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: 15px;
    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: 15px;
}

.nybska.on .nybskabox_i i {
    color: #079144;
}

.nybska.on .nybskabox_t {
    color: #079144;
    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-Semibold';
    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;
    justify-content: center;
}

.pages li {
    margin: 0 5px;
}

.pages li a {
    border: 1px solid #f1f1f1;
    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 #079144;
    background: #fff;
    color: #079144;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #f1f1f1;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #f1f1f1;
}

.pages .current a {
    border: 1px solid #079144;
    background: #fff;
    color: #079144;
}


/* 在线留言 */

.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 {
    max-width: 100%;
    max-height: 100%;
}


/*  */

.sxy {
    display: flex;
    align-items: center;
}

.sxy_l,
.sxy_r {
    flex: 1;
}

.sxy .sxya {
    display: flex;
    align-items: center;
}

.sxya i {
    font-size: 20px;
    color: #777777;
}

.sxya span {
    flex: 1;
    font-size: 18px;
    color: #777777;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sxy_c {
    margin: 0 20px;
}

.sxy_c i {
    font-size: 28px;
    color: #777;
}

.sxy_r {
    text-align: right;
}

.sxy a:hover span {
    color: #333;
}

.sxy a:hover i {
    color: #df1a2c;
}

table.aui_border td {
    border: none;
}

.aui_buttons button {
    outline: none;
}


/* 样式补充 */

.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: #079144;
    background-color: #079144;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #079144;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #079144;
}

.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: 1920px) {
    .bannersldtxt_h {
        font-size: 30px;
    }
    .bannersldtxt_y {
        font-size: 60px;
    }
    .bannersldtxt_p {
        font-size: 15px;
        line-height: 1.8;
    }
    .bannersldtxt_m {
        padding: 8px 35px;
    }
}

@media screen and (max-width: 1600px) {
    /* 头部下拉 */
    .headnavxl {
        padding: 50px 0;
    }
    .headnavxl_slideatxt,
    .headnavtxtbox_t,
    .headnavtxtbox_b {
        font-size: 15px;
        line-height: 36px;
    }
    /* 头部 */
    .headlogo_txth {
        font-size: 12px;
		color: #fff;
    }
    .headnav_item .headnav_itema {
        font-size: 14px;
    }.headnav_item .headnav_itema.active span {
   
    font-size: 15px;
}
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 15px;
    }
    .headnavtxtbox_t,
    .headnavtxtbox_b span {
        font-size: 15px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 100px 0 80px;
    }
    .bannersldtxt_h {
        font-size: 28px;
    }
    .bannersldtxt_y {
        font-size: 55px;
        line-height: 90px;
    }
    .bannersldtxt_p {
        font-size: 15px;
        line-height: 26px;
    }
    .bannersldtxt_m {
        font-size: 15px;
    }
    /* 产品 */
    .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: 15px;
        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: 15px;
    }
    .tjcp_ct {
        margin-top: 35px;
    }
    /* 底部 */
   
    .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: 15px;
    }
    .foott_ritem {
        margin-bottom: 5px;
    }
    .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: 140px 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: 1440px) {
    .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: 240px;
    }
    .logo2 img {
        width: 240px;
    }

    .headlogo_txt {
        margin-left: 16px;
    }
    .headnav_item .headnav_itema {
        padding: 0 20px;
    }
    .headbox_lx .headbox_lxa {
        margin-right: 30px;
    }
    .headbox_lxa span {
        font-size: 14px;
    }
    .headbox_lxa i,
    .headnavtxtbox_b i {
        font-size: 22px;
        position: relative;
        top: 2px;
    }
    /* banner */
    .banner_slideatxt {
        padding: 90px 0 60px;
    }
    .bannersldtxt_h {
        font-size: 22px;
    }
    .bannersldtxt_y {
        font-size: 50px;
        line-height: 70px;
    }
    .bannersldtxt_p {
        font-size: 18px;
    }
    .bannersldtxt_p {
        font-size: 15px;
        line-height: 24px;
    }
    .bannersldtxt_m {
        font-size: 13px;
        margin-top: 50px;
        padding: 3px 30px;
    }
    .kzqybox_per i,
    .kzqybox_next i {
        font-size: 50px;
    }
    .kzqy {
        bottom: 90px;
    }
    .kztop {
        bottom: 130px;
    }
    /* 产品 */
    .cpfl {
        height: 60px;
        line-height: 60px;
    }
    .cpflt_slide .cpflt_slidea {
        font-size: 15px;
    }
    .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;
    }
    /* 底部 */
    .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: 15px;
    }
    .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: 140px 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: 15px;
    }
    /* 在线留言 */
    .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.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: 15px;
    }
    .cpxbbox_slidea_rp {
        font-size: 13px;
        line-height: 23px;
    }
    /* 底部 */
   
    .foott_litemt .foott_litemta {
        font-size: 15px;
    }
    .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) {
    .maodian {
        top: -100px;
    }
    .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 */
    .banner {
        height: 50vh;
    }
    .bannersldtxt_h {
        font-size: 18px;
    }
    .bannersldtxt_y {
        font-size: 28px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .kzqybox {
        display: none;
    }
    .kzqybox_l {
        bottom: 20%;
    }
    .banner_container .swiper-pagination {
        padding: 0 15px;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .bannersldtxt_p br {
        display: none;
    }
    .bannersldtxt_p {
        width: 90%;
        font-size: 12px;
        line-height: 20px;
        display: none;
    }
    .bannersldtxt_m {
        margin-top: 40px;
        font-size: 14px;
        line-height: 1;
    }
    /* 产品 */
    .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_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: 10px;
    }
    .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%;
    }
    /*  */
    .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: 15px;
    }
    /* 上下叶 */
    .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: 18px;
        line-height: 20px;
    }
    .bannerbox {
        min-height: unset;
    }
    .banner_slideatxt {
        padding: 10px;
    }
    .bannersldtxt_h {
        font-size: 13px;
    }
    .bannersldtxt_y {
        font-size: 20px;
    }
    .bannersldtxt_m {
        margin-top: 20px;
        font-size: 12px;
        padding: 4px 20px;
    }
    .bannersldtxt_m i {
        font-size: 13px;
    }
    .kzqybox_l {
        bottom: 10%;
    }
    .qpspbox {
        width: 95%;
    }
    .w3 {
        width: 100%;
        padding: 0 15px;
    }
    .w2 {
        width: 100%;
        padding: 0 15px;
    }
    .container {
        max-width: 100%;
        padding: 0 15px;
	
    }
    .nyby_txtp {
    font-size: 25px;
}
    /* 头部 */
    .headbox_lxl {
        display: none;
    }
    .head {
        height: 70px;
    }
    .head.on {
        height: 70px;
    }
    .headlogo_img img {
        width: 200px;
    }
    .logo2 img {
        width: 200px;
    }
    .headlogo_txt {
        margin-left: 6px;
    }
    /* 产品 */
    .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;
    }
    /* 卡片 */
    .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.33%;
        border-bottom: 1px solid #e1e1e1;
    }
    .nybsk .nybska:nth-child(3n) {
        border-right: 0;
    }
    .nybsk .nybska:nth-last-child(-n+3) {
        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: #079144;
    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;
    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: #079144;
    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: #079144;
    overflow: hidden;
}

.mbfootdw {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: none;
    background-color: #079144;
    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 #0c215a;
    box-shadow: 1px 0px 0 #4663b3;
}

.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;
}
@media screen and (max-width: 1920px) {
    .kzqybox_per {
        left:50%;
        margin-left: -750px
    }

    .kzqybox_next {
        /* right:50%; */
        /* margin-right:-750px; */
    }
}

@media screen and (max-width: 1600px) {
    .kzqybox_per {
        left:2%;
        margin: 0
    }

    .kzqybox_next {
        right: 2%;
        margin: 0
    }

    .headnav_item .headnav_itema span {
        padding: 0 10px
    }

    .mbanner .txt .container>div h3 {
        font-size: 55px
    }

    .mbanner .txt .container>div p {
        font-size: 20px
    }
}
@media screen and (max-width: 992px){
.foottl_qt {
    padding: 0;
    flex-flow: column;
}
	.nylink{display:none;}
	.foott_r{display:none;}
.headlogo_txtp {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}}







.mini_wrap{
    min-height: 500px;
}











/* 案例列表 */

.case_wrap{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
   
    margin-bottom:4%;
}
.case_item{
	width: 32%;
	
	position: relative;
    margin-bottom: 2%;
}



    

.case_item_top{
	width: 100%;
	padding-top: 75%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	
}
.case_item_top_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;

	background:#079144;
	

}

.case_item_top_small{
	position:absolute;
	left:10px;
	bottom:10px;
	z-index: 2;
	display:flex;
	overflow: hidden;
	
}

.small_item{ width: 38px;height:50px; border:2px solid #fff;border-radius: 5px;margin-right: 4px; overflow: hidden;}

.small_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.case_item_top_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}
.case_item_bot{
	height: 60px;
	display: flex;
	
	font-size: 16px;
	color: #333;
	justify-content: center;
    text-align: center;
    line-height: 30px;
}



.case_view_right_title{
	line-height: 32px;
	font-size: 30px;
	margin-bottom: 40px;
	color: #000;
}


.case_view_wrap{
	display: flex;
	
	justify-content: space-between;
	
}

.case_view_left{
	width: 55%;
}

.case_view_right{
	width: 40%;
}




.case_view_right_con{
	color: #555;
    font-size: 18px;
    line-height: 2.4;
}






@media screen and (max-width: 992px){
    .case_item{
        width: 49%;
        
        
    }
    .case_item_bot{
        height: 50px;
        line-height: 25px;
       
        font-size: 14px;
        
    }

    .case_view_right_title{
        line-height: 26px;
        font-size: 24px;
        margin-bottom: 30px;
        
    }
    
    
    .case_view_wrap{
        display: flex;
      
        justify-content: space-between;
        
    }
    
    .case_view_left{
        width: 45%;
    }
    
    .case_view_right{
        width: 50%;
    }
    
    
    
    
    .case_view_right_con{
      
        font-size: 16px;
        line-height: 1.8;
    }


}

@media screen and (max-width: 700px){
    .case_item{
        width: 49%;
        
        
    }
    .case_item_bot{
        height: 50px;
        line-height: 25px;
       
        font-size: 14px;
        
    }
    .case_view_right_title{
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 20px;
        
    }
    
    
    .case_view_wrap{
      
      
        
        flex-direction: column;
        
    }
    
    .case_view_left{
        width: 100%;
    }
    
    .case_view_right{
        margin-top: 3%;
        width: 100%;
    }
    
    
    
    
    .case_view_right_con{
      
        font-size: 14px;
        line-height: 1.6;
    }

}
@media screen and (max-width: 600px){
    .case_item{
        width: 100%;
        
        
    }
    .case_item_bot{
        height: 44px;
        line-height: 22px;
       
        font-size: 12px;
        
    }
    .case_view_right_con{
      
        font-size: 12px;
        line-height: 1.4;
    }

}










#pages{
    display: flex;
    justify-content: center;
}



/* 内页QA */

.qa_wrap{
	display: flex;
	justify-content: space-between;
    flex-direction: column;
	
}
.qa_left{
	width: 100%;
}
.qa_right{
	width: 24.35%;
}

.qa_right_con{
	background: #f7f7f7;
	
	
}

.qa_left_item_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
}
.qa_left_item_title img{
	margin-left: 20px;
}

.qa_left_item{
	margin-bottom: 20px;
	background: #f7f7f7;
	
	border-radius:10px;
	overflow: hidden;
	cursor: pointer;
}

.qa_leftxx{
 flex: 1;
 margin-left:10px;
 margin-right:10px;
 font-size: 16px;
 color: #181818;
}

.show_detail_icon{
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 10px;
	padding-right: 10px;
	border-left:1px solid #ccc;
}

.show_detail_icon .dd{
	padding-left: 27px;
	width: 16px;
}
.show_detail_icon .dd .ddt{
	width:16px ;
	height:8px ;
}

.qa_left_item .qa_left_item_con{
	line-height: 2;
	font-size: 16px;
	
	box-sizing: border-box;
	height:0;
	overflow: hidden;
	padding: 0;
	transition: height linear .5s;
}

.qa_left_item.active .qa_left_item_con{
	height:auto;
	padding: 15px;

}


.qa_left_item_con2{
	width: calc(100% - 40px);
    padding-left: 40px;
    color: #808080;
}

.qa_left_item_title img{
	width: 22px;
	height:22px;
	overflow: hidden;
	display:block;
}

.show_detail_icon .dd .ddt img{
	width: 16px;
	height:8px;
	display:block;
	margin-left:0;
}

.qa_right_title{
	height: 52px;
	display: flex;
	align-items: center;
	background: #079144;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 20px;
	padding-right:20px;

}
.qa_right_title img{
 width:16px;
 display:block;
}
.qa_right_title span{
	font-size:18px;
	display:block;
	color: #fff;
	margin-left:6px;
   }

   .qa_rr{

   }

   .formclass{
	display: flex;
	flex-direction: column;
   }

   .qa_right_con{
	padding: 20px;
   }

   .input_text{
	height: 40px;
	border:1px solid #ccc;
	border-radius:6px;
	margin-top: 14px;
	padding-left: 10px;
   }

   .textarea{
	height: 75px;
	 border:1px solid #ccc;
	 border-radius:6px;
	 padding: 10px;
   }



.download_wrap{
	border-radius: 6px;
	background: #fafafa;
	
	padding: 30px;
	

}

.download_item{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
	margin-bottom: 16px;
	cursor: pointer;
}

.download_item_right{
	display: flex;
	align-items: center;
	
	justify-content: space-around;
}

.download_item_right a{
	padding:6px;
	
	border-radius:4px;
	border:1px solid #ccc;
	color: #333;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 10px;
}

.download_item_left{
	font-size: 16px;
	font-weight: bold;
	color: #787878;
}

.download_item:hover{
	background: #fff;
}

.download_item:hover .download_item_right a{
	color: #fd8204;
}
@media screen and (max-width: 800px){
    .download_wrap{
       
        
        padding: 10px;
        
    
    }
    .download_item{
        flex-direction: column;
        padding: 10px;
    }
    .download_item_left{
        font-size: 12px;
        font-weight: normal;
        color: #787878;
    }
    .download_item_right{
        margin-top: 2%;
        
        
        justify-content: flex-start;
        padding-bottom:10px;
        border-bottom:1px solid #ddd;
    }
    .download_item_right a{
       
        
       font-size: 12px;
        
    }
}
