@charset "utf-8";

/* 轮播 */

.dingwei {
    position: relative;
    display: block;
    top: -150px;
    height: 0;
    overflow: hidden;
}

.cpxqlb {
    padding: 10px 0 0px;
    background-color: #f4f4f4;
}

@media (min-width: 1300px) {
    .cpxqlb .container {
        width: 1200px;
    }
}

.cpxqlb .nytop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cpxqlb .nytopl {
    width: 75%;
}

.cpxqlb .nytoplr {
    width: 20%;
}

.cpxqlb .bg-baise {
    background-color: #fff;
    overflow: hidden;
    padding: 37.5px;
}

.cpxqlb_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cpxqlb_box>div {
    width: 50%;
    /* padding-left: 40px; */
}

.cpxqlb_box .cpxqlb_boxr {
    padding-left: 40px;
}

.cpxqlb_boxl {
    /* padding-right: 40px; */
    /* margin-right: 40px; */
    position: relative;
    border: 1px solid #eee;
}

.cpxqlb_boxl .cpbigboxs_itemadw {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}

.cpxqlb_container {
    width: 100%;
}

.cpxqlb_slideimg {
    overflow: hidden;
    background-color: #fff;
    cursor: w-resize;
}

.cpxqlb_slideimg img {
    width: 100%;
}

.cpxqlb_boxr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpxqlb_boxrtxt {
    margin-top: 20px;
}

.cpxqlb_boxrtxth {
    font-size: 24px;
    color: #111;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cpxqlb_boxrtxtsm {
    margin-top: 10px;
    margin-bottom: 22px;
}

.cpxqlb_boxrtxtsm i {
    font-size: 18px;
    color: #27a937;
}

.cpxqlb_boxrtxtsm b {
    font-size: 16px;
    color: #111;
}

.cpxqlb_boxrtxtsm span:last-child {
    margin-left: 20px;
    float: right;
}

.cpxqlb_boxrtxtp {
    padding-top: 25px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    border-top: 2px solid #eee;
}

.cpxqlb_boxrzx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.cpxqlb_boxrzx .cpxqlb_boxrzxzx {
    width: 220px;
    height: 45px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #27a937;
    line-height: 47px;
    text-align: center;
    margin-right: 10px;
}

.cpxqlb_boxrzx .cpxqlb_boxrzxzx:first-of-type {
    background-color: #27a937
}

.cpxqlb_boxrzxzx span {
    font-size: 16px;
    color: #fff;
}

.cpxqlb_boxrzxzx i {
    font-size: 20px;
    color: #fff;
    margin-left: 8px;
}

.cpxqlb_boxrzxtel {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpxqlb_boxrzxtel i {
    font-size: 45px;
    color: #c6c6c6;
}

.cpxqlb_boxrzxteltxt {
    margin-left: 15px;
}

.cpxqlb_boxrzxtelh {
    font-size: 14px;
    color: #333333;
}

.cpxqlb_boxrzxtelp {
    line-height: 1.2;
}

.cpxqlb_boxrzxtelp a {
    font-size: 30px;
    font-weight: 600;
    color: #27a937;
    margin-top: -5px;
}

.cpxqlb_boxrblb {
    position: relative;
    padding: 0 60px;
}

.cpxqlbb_slideimg {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.cpxqlbb_slideimg img {
    width: 100%;
}

.cpxqlb_boxrblb_per,
.cpxqlb_boxrblb_next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    /*    border: 1px solid #e1e1e1;*/
    background: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    outline: none;
}

.cpxqlb_boxrblb_per {
    left: 0;
}

.cpxqlb_boxrblb_next {
    right: 0;
}

.cpxqlbb_slide.swiper-slide-thumb-active .cpxqlbb_slideimg {
    border: 1px solid #27a937;
}

.neirongtitle {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: -o-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: -ms-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: linear-gradient(to left, #27a937 0%, #27a937 10);
}

.neirongtitle span {
    display: block;
    font-size: 18px;
    color: #fff;
    /* width: 150px; */
    /* float: left; */
    padding-left: 30px;
    line-height: 40px;
    font-weight: bold;
    background-image: url(../images/bt-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}

.nr03 {
    padding: 30px;
    border: 1px dashed #e1e1e1;
    border-radius: 10px;
    margin: 20px 0;
}

.list-paddingleft-2 {
    max-width: 100%;
    padding-left: 2rem;
    list-style: unset;
    color: #ff0000;
    font-size: 24px;
    line-height: 30px;
}

.nr03 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 10px 0 5px;
}

.nr03 p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.nr04 {
    margin: 20px 0;
}

.nr04 table td {
    border: 1px solid #afc4d1;
    padding: 8px;
    text-align: center;
}

.nr04 table tr:nth-child(2n) {
    background-color: #eaeff0;
}

.nr04 table tr:nth-child(2n) td:nth-child(2n-1) {
    background-color: #c3e3ee;
}

.nr05 {
    background: url(../images/bg-hangye.jpg) no-repeat top center;
    padding: 70px 0 50px;
}

.nr05 h3 {
    font-size: 52px;
    color: #fff;
    text-align: center;
}

.nr05 h3 span {
    color: #ff0000;
}

.nr05 p {
    text-align: center;
    font-size: 16px;
    color: #72a8d7;
    text-transform: uppercase;
    margin-top: 10px;
}

.nr05 .bg-hy {
    background-color: #fff;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    padding: 30px;
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.nr05 .bg-hy>div {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.nr05 .bg-hy>div:nth-child(3n) {
    border-right: none;
}

.nr05 .bg-hy>div:nth-last-child(1),
.nr05 .bg-hy>div:nth-last-child(2),
.nr05 .bg-hy>div:nth-last-child(3) {
    border-bottom: none;
}

.nr05 .bg-hy a {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.nr05 .bg-hy a i {
    font-size: 72px;
    color: #27a937;
}

.nr05 .bg-hy a h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.nr05 .bg-hy a p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.cpxqlb .xgct {
    padding-top: 70px;
}

.cpxqlb .xgcp .xgcpplb {
    margin-top: 30px;
}

.cpxqlb .xgcpplb_item_ctp {
    background-color: #fff;
}

.cpxqlb #owl_xgcpplb {
    width: calc(100% + 28px);
}

.cpxqlb .xgcpplb_item_ctimg {
    border: none;
}

.cpxqlb .cpxqct_sy_l,
.cpxqlb .cpxqct_xy_l {
    width: 100%;
}

.cpxqlb .cpxqct_sy:hover,
.cpxqct_xy:hover {
    border-color: #27a937;
}

.cpxqlb .cpxqct_sy:hover b,
.cpxqlb cpxqct_sy:hover span,
.cpxqlb .cpxqct_sy_l:hover b,
.cpxqlb .cpxqct_xy_l:hover b,
.cpxqlb .cpxqct_sy_l:hover span,
.cpxqlb .cpxqct_xy_l:hover span {
    color: #27a937;
}

@media screen and (max-width: 1300px) {
    .cpxqlb_boxrzxtelp a {
        font-size: 24px;
    }
    .cpxqlb_boxrzxteltxt {
        margin: 0;
    }
    .cpxqlb_boxrzx .cpxqlb_boxrzxzx {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .cpxqlb_boxrzx .cpxqlb_boxrzxzx {
        height: 40px;
        line-height: 40px;
    }
    .cpxqlb_boxrzxtel i {
        font-size: 36px;
    }
    .cpxqlb_boxrzxtelp a {
        font-size: 24px;
    }
    .cpxqlb .xgcp .xgcpplb {
        margin: 0;
        margin-top: 30px;
    }
    .cpxqlb #owl_xgcpplb {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .dingwei {
        top: 0px;
    }
    .cpxqlb_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cpxqlb_box>div {
        width: 100%;
        padding-left: 0;
        margin-right: 0;
    }
    .cpxqlb_boxl {
        padding: 0;
    }
    .cpxqlb_boxrblb {
        margin-top: 20px;
        order: -1;
        -webkit-order: -1;
        -moz-order: -1;
        -moz-order: -1;
    }
    .cpxqlb_boxrtxt {
        margin-top: 30px;
    }
    .cpxqlb_boxrzx {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-flow: wrap;
    }
    .cpxqlb_boxrzxtel {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .cpxqlb_boxrzxtelh {
        font-size: 12px;
    }
    .cpxqlb_boxrzxtel i {
        font-size: 40px;
    }
    .cpxqlb_boxl .cpbigboxs_itemadw {
        top: 20px;
        left: 20px;
    }
    .neirongtitle span {
        font-size: 16px;
    }
    .nr03 {
        padding: 15px;
    }
    .nr03 p {
        font-size: 12px;
        line-height: 20px;
    }
    .nr04 table td {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
    }
    .nr05 {
        padding: 50px 0 20px;
    }
    .nr05 h3 {
        font-size: 18px;
    }
    .nr05 p {
        font-size: 12px;
    }
    .nr05 .bg-hy {
        margin-top: 30px;
        padding: 0 15px;
    }
    .nr05 .bg-hy>div {
        border-right: none;
        padding: 0;
        width: 100%;
    }
    .nr05 .bg-hy a {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .nr05 .bg-hy a i {
        font-size: 50px;
    }
    .nr05 .bg-hy>div:nth-last-child(2),
    .nr05 .bg-hy>div:nth-last-child(3) {
        border-bottom: 1px solid #eee;
    }
    .nr05 .bg-hy a h4 {
        font-size: 18px;
    }
    .nr05 .bg-hy a p {
        font-size: 12px;
        line-height: 20px;
    }
    .cpxqlb .cpxqct_sy,
    .cpxqlb .cpxqct_xy {
        height: 50px;
        line-height: 48px;
    }
    .cpxqlb .cpxqct_sy_l,
    .cpxqlb .cpxqct_xy_l {
        width: 100%;
    }
    .cpxqlb .cpxqct_sy_l span,
    .cpxqlb .cpxqct_xy_l span {
        font-size: 12px;
    }
    .cpxqlb .xgct {
        padding-top: 50px;
    }
    .cpxqlb .xgcp .xgcpplb {
        margin: 30px 0 0;
    }
    .cpxqlb .xgcpplb_item_ctp {
        font-size: 12px;
        padding: 10px;
    }
}


/* 详情 */

.cpxqct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpxqct_l {
    width: 67%;
}

.cpxqct_lxqbox {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cpxqct_ltitle {
    padding: 0 35px;
    height: 80px;
    line-height: 80px;
    background: -webkit-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: -o-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: -ms-linear-gradient(left, #27a937 0%, #27a937 100%);
    background: linear-gradient(to left, #27a937 0%, #27a937 10);
}

.cpxqct_ltitle a {
    display: inline-block;
}

.cpxqct_ltitle i {
    font-size: 35px;
    color: rgba(255, 255, 255, .3);
    transition: all .5s
}

.cpxqct_lxqbox .cpxqct_ltitle i {
    font-size: 42px;
}

.cpxqct_ltitle span {
    font-size: 20px;
    color: #fff;
    padding: 0 2px;
    /* transition:all .5s */
}

.cpxqct_ltitle a:hover i {
    color: rgb(255, 120, 0);
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.cpxqct_ltitle a:hover span {
    font-weight: bold;
    color: rgb(255, 120, 0);
}

.cpxqct_ltitle b {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    padding: 0 20px;
}

.cpxqct_lct {
    padding: 45px 31px;
    overflow: hidden;
}

.cpxqct_lct p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.cpxqct_lct strong {
    line-height: 2;
}

.cpxqct {
    margin-top: -80px;
}

.cpxqct_rtel {
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 35px;
}

.cpxqct_rtel_tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpxqct_rtel_txi i {
    font-size: 50px;
    color: #fff;
}

.cpxqct_rtel_txp {
    margin-left: 12px;
}

.cpxqct_rtel_txp>div a {
    font-size: 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.cpxqct_rtel_txp>div:last-child {
    margin-top: -5px;
}

.cpxqct_rnav_itemtitle i.sanjiao {
    font-size: 12px;
    float: right;
    color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.cpxqct_rnav_itemtitle.active i.sanjiao {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
}

@media screen and (max-width: 992px) {
    .cpxqct_lxqbox .cpxqct_ltitle i {
        font-size: 38px;
    }
    .cpxqct_ltitle span {
        font-size: 16px;
        padding: 0;
    }
    .cpxqct_ltitle b {
        padding: 0 10px;
    }
    .cpxqct_r {
        display: none;
    }
    .cpxqct_l {
        width: 100%;
        margin-bottom: 30px;
    }
    .cpxqlb {
        padding: 10px 0 50px;
    }
    .cpxqlb .bg-baise {
        padding: 15px;
    }
    .cpxqlb .nytopl {
        width: 100%;
    }
}


/* 相关产品 */

.xgct {
    padding-top: 50px;
    background-color: #f4f4f4;
}

.zixunbox_xt.xgcpp {
    padding: 0;
}

.xgcpplb {
    margin-top: 30px;
}

.xgcpp .xgcpplb {
    width: 100%;
}

.xgcpplb_item {
    margin: 0 12px;
    background-color: #fff;
}

.xgcpplb_item_ct {
    display: block;
}

.xgcpplb_item_ctimg {
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.xgcpplb_item_ctimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xgcpplb_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xgcpplb_item_ctp {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #f4f4f4;
}

.xgcpplb_item:hover .xgcpplb_item_ctimg {
    border-color: #27a937;
}

.xgcpplb_item:hover .xgcpplb_item_ctp {
    background-color: #27a937;
    color: #fff;
}

.xgcpplb .owl-controls .owl-page.active span {
    background-color: #ff0000;
}

.cpzxzx {
    margin-top: 50px;
}