.index {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.index .banner .ma5slider {
    margin-bottom: 10px;
}

.index .banner .navs-wrapper {
    /* min-height: 27rem; */
    padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
    overflow: visible;
}

.index .banner .banner_box {
    display: inline-block;
    height: 100%;
}

.index .banner .banner_box .bnerimg {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
    height: 213px;
    width: 60%;
    margin: 0 auto;
}

.banner .navs-wrapper {
    /* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
    text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
    color: #4F0599;
    font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
    font-size: 1.15714286rem;
    color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
    /* background: #4F0599 !important; */
    color: #fff;
}

.index .banner .dots {
    margin: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}

/* .index .banner .banner1 {
    background-color: #c8e6f4;
}

.index .banner .banner2 {
    background-color: #F4F5F6;
}

.index .banner .banner3 {
    background-color: #bcdaff;
} */

.index .banner_fot .dots {
    display: none;
}

.index .banner_fot .banbox {
    background-color: #819ab1;
    color: #fff;
}

.index .banner_fot .slides_tit .banbox {
    font-size: 22px;
    line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
    font-size: 16px;
    display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
    padding: 9px 35px;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 100px;
}

.index .zycp {
    width: 100%;
    position: relative;
    z-index: 999;
}

.index .zycp .zycp_pic {
    width: 100%;
    display: block;
    overflow: hidden;
}

.index .zycp .zycp_pic ul {
    width: 100%;
    transition: all .5s;
}

.index .zycp .zycp_pic ul li {
    display: inline-block;
    padding: 0 !important;
    float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
    box-shadow: 0 0 5px #ccc;
}

.index .zycp .zycp_pic ul li .zc_pic {
    text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
    margin: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    /* background-color: #4e0499; */
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
    height: 250px;
}

.index .zycp .zycp_pic ul li .zc_pic img {
    width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
    background: #f7f7f7;
    overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
    padding: 25px 0;
    text-align: center;
    margin: 43px 43px 20px;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    overflow: hidden;
    height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
    color: #4e4f63;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
    color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
    text-align: center;
    padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
    font-size: 20px;
    width: 150px;
    height: 51px;
    background: transparent;
    border: 0;
    border-radius: 30px;
    outline: none;
    border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
    background: #5d7eb1;
    color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
    box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
    color: #fff !important;
    background: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
    text-align: center;
    margin-top: 50px;
}

.index .zycp .cpsub_btn button {
    width: 200px;
    height: 50px;
    /* background: #5d7eb1; */
    color: #fff;
    border: 0;
    border-radius: 6px;
    outline: none;
}

@media (min-width: 980px) {
    .banner_fot .navs-wrapper {
        display: block;
        height: 70px !important;
        padding: 0 !important;
    }

    .banner_fot .banbox span {
        display: inline-block;
        width: 100%;
        height: 100px;
    }

    .zycp_pic {
        padding: 20px 0px !important;
    }

    .zycp_pic ul li {
        margin: 25px;
        width: 28%;
    }

    .index .banner .banner_box .bnerimg {
        padding: 75px 0;
        overflow: hidden;
    }

    .banner .navs-wrapper {
        height: 570px;
    }

    .banner_img img {
        height: 570px !important;
    }

    .outside-dots .dots>.dot {
        width: 30px;
        margin: 4px 13px;
        height: 5px;
    }

    .outside-dots .dots>.dot.active {
        background-color: #819ab1 !important;
        width: 35px;
    }
}

.gwc {
    margin-top: 18px;
}

.zysearch .search .inpsea .input-group {
    width: 116%;
    margin: -3px -7%;
}

/*热销排行*/

#com_seach {
    margin: -2px -7% !important;
}

.rxph_tit h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    display: inline-block;
}

.rxph_tit p {
    float: right;
    margin-top: 1rem;
    padding: 5px 25px;
    font-size: 14px;
    color: #00afd1;
}

.rxph_tit p i {
    margin-left: 7px;
    color: #000 !important;
    font-size: 22px;
}

.rxph_tit.text-left {
    /* border-bottom: 1px solid #167fd7; */
}

.dian {
    display: inline-block;
    width: 10px;
    line-height: 7px;
    margin-right: 7px;
    height: 10px;
    margin-bottom: 3px;
    border-radius: 50%;
    background-color: #007c94;
}

.w.pqtj {
    margin-bottom: 2rem;
    background-color: #eff4fa;
}

.w.xx_list,
.w.rxph {
    /* background-color: #eff4fa; */
    margin-bottom: 1rem;
}

.rxph_img img {
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    /* border-radius: 10px 10px 0 0; */
}

.rxph_list {
    padding: 0;
    transition: all .2s;
    margin-left: 12px;
    margin-top: 1rem;
    width: 24%;
    border: 1px solid #ccc;
    background-color: #fff;
    /* border-radius: 10px; */
}

.rxph_img {
    /* padding: 10px; */
    position: relative;
}

.rxph_list2.row {
    margin: 0;
}

.rxph_login {
    text-align: center;
    padding: 10px;
    line-height: 33px;
    font-size: 15px;
}

.rxph_h {
    padding-left: 10px;
    text-align: center;
    margin: 15px 0;
}

.rxph_h h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.rxph_h p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.rxph_login h4 {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.rxph_login h4 a {
    font-size: 14px;
    color: #fff;
}

.rxph_list:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

#owl-demo {
    /* width: 900px; */
    margin-left: auto;
    margin-right: auto;
}

#owl-demo .item {
    display: block;
    margin: 5px;
}

#owl-demo img {
    display: block;
    width: 100%;
}

span.xh_tit {
    background-color: #007c94;
    color: #fff;
    font-size: 14px;
    padding: 3px 9px;
}

.rexa_iocn {
    position: absolute;
    top: 0;
    left: 0;
}

.rexa_iocn li {
    float: left;
    color: #fff;
    background-color: #fff;
    margin: 0 5px;
    font-size: 12px;
    padding: 5px 4px 10px 4px;
}

.rexa_iocn li:after {
    content: "";
    position: absolute;
    transform: rotateZ(90deg);
    border-right: 7px solid #ffffff;
    border-left: 4px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 18px solid transparent;
    margin-top: -24px;
}

.icon_after1:after {
    top: 93%;
    right: 89%;
}

.icon_after2:after {
    top: 93%;
    right: 67.5%;
}

.icon_after3:after {
    top: 93%;
    right: 47.5%;
}

.icon_after4:after {
    top: 93%;
    right: 27.5%;
}

.icon_after5:after {
    top: 93%;
    right: 7.5%;
}

.rexa_iocn li:nth-child(1) {
    margin-left: 0;
    background-color: #007c94;
}

.rexa_iocn li:nth-child(2) {
    background-color: #ff0000;
}

.rexa_iocn li:nth-child(3) {
    background-color: #2196f3;
}

.rexa_iocn li:nth-child(4) {
    background-color: #83c44e;
}

.rexa_iocn li:nth-child(5) {
    background-color: #ff6700;
}

/* 热销排行 结束 */

@media (max-width: 980px) {

    .time-line .time-box,
    .time-line {
        padding: 15px;
        width: 100% !important;
        overflow: auto !important;
    }

    .shutter-img,
    .shutter-img a {
        height: 130% !important;
    }

    .time-line .right-btn,
    .time-line .left-btn {
        display: none;
    }

    .index .banner .banner_box {
        /* height: 580px; */
    }

    .index .banner .banner_box .bnerimg .banntit h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .btn-group-justified {
        width: 100px;
    }

    .banner .navs-wrapper {
        height: 172px !important;
    }

    .index .banner .banner_box .bnerimg img {
        height: 100px;
        width: 147px;
    }

    .abt_text {
        top: 77% !important;
        left: 4% !important;
        padding: 10px !important;
        width: 91% !important;
    }

    .sanda_tit {
        float: right;
        width: 100% !important;
        position: absolute;
        top: 43%;
        left: 0;
    }

    .zysearch .search .inpsea .input-group {
        margin: -9px 0% !important;
    }

    .abt_btn {
        right: 27px !important;
    }

    .abt_h2 h2 {
        font-size: 18px !important;
    }

    .item.rxph_list.col-xs-4.col-xs-6.col-md-2 {
        width: 47%;
    }

    .rxph_img {
        position: relative;
    }

    .rxph_img img {
        border: none !important;
        width: 100%;
    }

    .sanda_list h2 {
        font-size: 15px !important;
        font-weight: bold;
    }

    .ico.ico_img img {
        width: 7%;
    }

    .pro_img img {
        width: 72% !important;
    }

    .pro_center {
        height: 393px !important;
    }

    .new_main.row {
        margin: 2rem 0rem 0 0 !important;
    }

    .pro_img {
        margin-top: -84px !important;
    }

    .pro_center {
        margin-top: 13rem;
    }

    .tit_width {
        margin-left: 15px;
    }

    .h2_border p {
        font-size: 16px !important;
    }

    .sanda_list {
        padding: 1rem 5px 0 5px !important;
    }

    .control-box {
        width: 95% !important;
        overflow: hidden;
    }

    /* .pro_img img,
    .shadow a,
    .bigbox {
        transform: none!important;
    } */
    .bigbox {
        height: 256px !important;
    }

    .pq_list ul {
        width: 800% !important;
    }

    .pq_list {
        margin-bottom: 0 !important;
    }

    .zczl_pic p {
        margin-left: -10rem;
        padding-top: 6rem !important;
    }

    .hezpq {
        margin-top: 8rem !important;
        width: 100%;
        overflow: hidden;
    }

    .h2_border {
        margin-bottom: 1rem !important;
    }

    .bcg_abt img {
        width: 100%;
    }

    .bcg_abt {
        padding: 10px;
    }

    .sanda_img2,
    .sanda_img3,
    .sanda_img1 {
        width: 100% !important;
    }

    .sanda_img:nth-child(2) {
        margin: 0px 18px !important;
    }

    .ma5slider .slide img,
    .ma5slider>img.slide {
        height: 173px !important;
    }

    .sanda_list a {
        font-size: 12px !important;
    }

    .index .banner .banner_box .bnerimg .banntit p {
        font-size: 12px;
    }

    .banner_fot .navs-wrapper {
        display: block;
        height: 70px !important;
        padding: 0 !important;
    }

    .banner_fot .banbox span {
        display: inline-block;
        width: 100%;
        height: 100px;
    }

    .zycp_pic {
        padding: 10px !important;
    }

    .bnerimg {
        overflow: hidden;
        padding: 20px 10px;
    }

    .zczl_pic {
        position: absolute;
        top: 26%;
        padding-left: 1rem;
        display: flex;
        justify-content: space-around;
    }

    .new_tit {
        padding-bottom: 12px;
        margin-top: 2rem;
    }

}

.banner_img {
    padding: 0;
}

/* 首页导航固定 开始 */
/* 导航 百叶窗  开始 */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #333333;
}

img {
    border: 0;
    vertical-align: top;
}

ul,
li {
    list-style: none;
}

.shutter {
    overflow: hidden;
    width: 1000px;
    height: 358px;
    position: relative;
    margin: 50px auto;
    border-radius: 10px;
}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a>img {
    width: 100%;
    height: 60.5%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url(../../assets/image/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url(../../assets/image/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../../assets/image/shutter_shadow.png) repeat;
}

.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

@media (min-width:980px) {
    .shutter {
        height: 567px !important;
        margin-top: 0 !important;
    }
}

@media (max-width:980px) {
    nav .nav__background {
        margin-top: 0 !important;
    }

    .shutter {
        width: 100%;
        height: 180px !important;
        margin-top: 0 !important;
    }

    header .navbar-header .zysearch {
        width: 58% !important;
        padding-left: 9px !important;
    }

    .gwc a {
        font-size: 12px !important;
    }

    /* .shutter-img a>img {
        margin-top: 7rem;
    } */
    .shutter-img,
    .shutter-img a {
        height: 103%;
    }

    .shutter-btn {
        display: none;
    }
}

/* 导航 百叶窗  结束 */
/*banner上面浮层*/

.cat_wrap {
    box-shadow: 1px 1px 2px #bfbcbc;
    box-shadow: 0 -4px 8px 0 rgba(7, 17, 27, .1), 0 4px 8px 0 rgba(7, 17, 27, .1);
    background: rgba(0, 124, 148, 0.7);
    width: 158px;
    position: absolute;
    z-index: 996;
    top: 27px;
    left: 0.5px;
    display: none;
}

#navb li:first-child hover .cat_wrap {
    display: block;
}

.cat_wrap .cat_title {
    width: 192px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(i/juxing.png) no-repeat;
    margin-left: -6px;
    margin-top: -15px;
    background-size: 100%;
    color: #fff;
    text-align: center;
}

.cat_wrap .cat_header {
    min-height: 450px;
}

.cat_subcont .cat_sublist .fore1 .fore_list li h3 a {
    font-size: 14px;
    color: #00afd1;
}

.cat_wrap .cat_list div:hover {
    background-color: #00afd1;
    border: none;
}

.cat_wrap .cat_list div li {
    float: left;
    color: #fff;
    font-size: 16px;
    margin: 23.7px 0px;
}

.cat_wrap .cat_list div i {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 0px 14px;
    transform: rotate(90deg);
    transform-origin: 26% 75%;
}

.prev i {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 9px 30px;
    transform: rotate(270deg);
}

.next i {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 9px 25px;
    transform: rotate(90deg);
}

.cat_wrap .cat_list div li:first-child {
    margin-left: 15px;
    margin-right: 10px;
}

.cat_wrap .cat_list {
    cursor: pointer;
}

/* .cat_wrap .cat_list div.active {
width: 177px;
position: relative;
z-index: 999;
border: none;
} */
/* .cat_wrap .cat_list div.active a {
border: none;
} */

ul.clearfix {
    border-bottom: 1px dashed #00afd1;
    margin: 0;
}

/*banner浮层滑动显示弹框*/

.cat_subcont {
    display: none;
}

.cat_subcont.active {
    display: block;
}

.cat_subcont .cat_sublist {
    position: absolute;
    z-index: 998;
    top: 0px;
    left: 158px;
    padding-top: 5px;
    min-height: 100%;
    width: 1037px;
    background: rgb(225, 225, 225, 0.8);
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #00a1ea;
    border-bottom: 1px solid #00a1ea;
    border-right: 1px solid #00a1ea;
}

.cat_subcont .cat_sublist .fore1 {
    width: 960px;
}

.sbu_list:last-child {
    width: 100% !important;
}

.cat_subcont .cat_sublist .fore1 .fore_list {
    padding: 0 0px;
}

.cat_subcont .cat_sublist .fore1 .fore_list h3 {
    float: left;
    width: 100%;
    margin: -5px 0;
    display: inline-block;
    border-bottom: 1px solid #00afd182;
}

.cat_subcont .cat_sublist .fore1 .fore_list h3 a {
    font-size: 14px;
    color: #00afd1;
}

.cat_subcont .cat_sublist .fore1 .fore_list li {
    float: left;
    margin-top: -10px !important;
    padding: 5px;
    width: 24%;
    /* margin-bottom: -10px; */
}

.cat_subcont .cat_sublist .fore1 .fore_list li a {
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    padding: 0 0px;
    border-right: none !important;
    margin-right: 3px;
    /* line-height: 20px; */
}

.cat_subcont .cat_sublist .fore1 .fore_list li a i {
    font-size: 13px;
    display: inline-block;
    width: 4px;
}

.cat_subcont .cat_sublist .fore1 .fore_list li a:hover {
    color: #00a1ea;
    text-decoration: none;
}

i.fa.fa-angle-right {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 26px 45px;
}

.float.for1 i {
    font-weight: bold;
}

/* 首页导航固定 结束 */
/* 三大品牌 开始 */

.sanda_list {
    text-align: center;
    padding-top: 3rem;
    background-color: rgb(0, 0, 0, 0);
}

.sanda_list h2 {
    font-size: 22px;
    color: #000;
}

.sanda_list a {
    font-size: 14px;
    padding: 5px 15px;
    color: #00afd1;
    border: 1px solid #00afd1;
}

.sanda_list a:hover {
    background-color: #00afd1;
    color: #fff;
}

.sanda_list a i {
    margin-left: 5px;
}

.sanda_tit {
    float: right;
    width: 50%;
}

.sanda_img2,
.sanda_img3,
.sanda_img1 {
    width: 50%;
    float: left;
}

.sanda_img2 img,
.sanda_img3 img,
.sanda_img1 img {
    width: 100%;
}

.sanda_img:nth-child(2) {
    margin: 0 60px;
}

.sanda_img3 {}

.sanda_img {
    background-color: #fff;
    transition: all .2s;
    width: 30%;
    padding: 20px;
    height: 188px;
    box-shadow: 0 5px 20px #e6e6e6 !important;
}

.sanda_img:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

.h2_border span {
    width: 50px;
    margin-left: 15px;
    display: inherit;
    height: 4px;
    background-color: #00afd1;
}

.h2_border {
    margin-bottom: 3rem;
}

/* 三大品牌 结束 */
/* 关于我们 开始 */

.about_us {
    position: relative;
    background-color: rgb(0, 0, 0, 0);
    margin-bottom: 50px;
    margin-top: -30px;
}

.abt_text {
    position: absolute;
    top: 15%;
    width: 46%;
    padding: 30px;
    color: #000;
    left: 40%;
    background-color: #f2f2f2;
}

.ck_more {
    text-align: right;
    width: 100%;
    margin-bottom: 2rem;
}

.ck_more a {
    padding: 5px 11px;
    border: 1px solid #00afd1;
    font-size: 14px;
    color: #00afd1;
}

.ck_more a i {
    font-size: 21px;
}

.ck_more a:hover {
    background-color: #00afd1;
    color: #fff;
    text-decoration: none;
}

.ck_more a:hover i {
    color: #fff;
}

.abt_h2 h2 {
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
}

.h2_border p {
    display: inline-block;
    color: #bebebe !important;
    font-size: 21px;
}

.abt_text p {
    color: #444343;
    font-size: 15px;
    line-height: 32px;
}

.abt_bor {
    margin-bottom: 1rem;
}

.new_tit span,
.abt_bor span {
    margin-left: 0;
}

.abt_btn {
    height: 135px;
    width: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid #007c94;
}

.btn_abc {
    position: absolute;
    top: -20px;
    padding: 7px;
    left: -14%;
    text-align: center;
    color: #fff;
    background-color: #007c94;
    height: 120px;
}

.btn_abc p {
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 15px;
}

.btn_abc i {
    font-size: 45px;
    font-family: -webkit-pictograph;
}

.map_bcg {
    background: url(../../assets/image/bg_01.png) center top no-repeat;
    background-size: 75%;
    padding-top: 4rem;
    margin-top: -3rem;
}

/* 关于我们 结束 */
/* 产品中心  开始 */

.rxph_h {
    padding-left: 10px;
    text-align: left !important;
    padding: 15px 0;
    margin: 0 !important;
    background-color: #007c94;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_name {
    position: absolute;
    bottom: 0;
}

span.xh_tit {
    font-size: 20px !important;
    font-weight: bold;
}

.rxph_img img {
    border: none !important;
}

.control-box {
    width: 89%;
    background-image: url(../../assets/image//hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
    margin-left: auto;
    margin-right: auto;
}

.control-box ul {
    list-style: none;
    position: relative;
}

.control-box ul li {
    display: inline-flex;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.bigbox {
    transform: skewX(-20deg);
    overflow: hidden;
    width: 100%;
    height: 410px;
}

#switcher {
    height: 410px;
    left: 0px;
}

.content_1.content_2 {
    width: 100%;
    float: left;
}

.box {
    /* transform: rotate(20deg); */
    position: relative;
    transition: all .7s ease 0s;
    width: 284px !important;
    float: left;
    border: 10px white solid;
    overflow: hidden;
}

.shadow {
    position: absolute;
    right: -9px;
    top: -10px;
    background: rgba(0, 124, 148, 0.7);
    width: 284px;
    color: white;
    font-size: 14px;
}

.shadow a {
    transform: skewX(20deg);
    display: inline-block;
    width: 225px;
    color: white;
    text-decoration: none;
    margin-left: 18px;
    margin-top: 10px;
}

.pto_tit {
    display: flex;
    justify-content: space-between;
    background-color: #ffff;
}

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

.butt_next ul li {
    display: inline-block;
    width: 50px;
}

.next i,
.prev i {
    color: #007d95 !important;
    font-size: 20px !important;
    font-weight: 0 !important;
}

.pro_img {
    margin-top: -20px;
    width: 509px;
    overflow: hidden;
}

span.xh_tit a {
    color: #fff;
}

.pro_img img {
    transform: skewX(20deg);
    width: 112%;
    margin-left: -5rem;
}

.shadow a {
    /* font-weight: bold; */
    font-size: 22px;
}

.shadow i {
    font-size: 18px;
    color: #fff;
}

.pro_lis li {
    float: left;
    font-size: 18px;
    color: #fff;
    margin: 5px 8px;
}

.pro_lis li:hover {
    color: #00afd1;
}

.pro_lis a {
    width: auto;
    height: auto;
}

.pro_lis {
    padding-left: 14px;
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    background: rgba(000, 000, 000, 0.1);
    width: 100%;
}

.shadow a:hover {
    color: #00afd1;
}

.pro_center {
    height: 546px;
    /* background-color: #eaeaea; */
}

.tit_width {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

/* 产品中心 结束 */
/*解决方案 结束*/
/*新闻中心开始*/

.new_tit {
    padding-bottom: 12px;
    margin-top: 5rem;
}

a.new_m.text-right {
    display: block;
}

.new_main.row {
    position: relative;
    margin: 2rem 1rem 0 0;
}

.tab_tit {
    text-align: center;
    background-color: #f5f5f5;
}

.yehy {
    background-color: whitesmoke;
    height: 105px;
    padding-top: 2rem;
    padding-left: 9rem;
}

.tab_p {
    font-weight: bold;
    font-size: 16px;
    color: #494949;
}

.tab_p h4 {
    font-size: 14px;
    font-weight: bold;
}

.tab_p p {
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
}

.new_main:hover .tab_p h4 {
    color: #007d95 !important;
}

span.ico_new {
    font-size: 10px;
    margin-left: 5px;
}

.hyyy_tit {
    display: none;
}

.tab_tit h1 {
    font-size: 28px !important;
    font-weight: bold;
    margin: 0.67em 0 !important;
    color: #494949 !important;
}

.tab_tit h4 {
    font-size: 16px;
    color: #494949 !important;
    margin-bottom: 20px;
}

.zczl_pic p {
    display: inline-block;
    font-size: 14px;
    color: #777;
    line-height: 25px;
    padding-top: 3rem;
    padding-left: 1rem;
}

.zczl_pic {
    position: absolute;
    top: 68%;
    padding-left: 1rem;
    display: flex;
    justify-content: space-around;
}

.zczl_pic p {
    display: inline-block;
}

/*新闻中心结束*/
/* 合作品牌 开始 */

.hezpq.w {
    margin-top: 3rem;
}

.pq_list {
    margin-bottom: 62px;
    overflow: hidden;
}

.pq_list li {
    float: left;
    width: 180px;
    height: 126px;
    margin: 0 5px;
}

.pq_list img {
    width: 100%;
    border: 1px solid #ccc;
}

.pq_list ul {
    width: 250%;
    animation: moving 15s linear infinite;
}

@keyframes moving {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-1080px);
    }
}

.pq_list ul:hover {
    animation-play-state: paused;
    /*鼠标经过暂停动画*/
}

/* 合作品牌  结束 */
/* 商城首页 开始 */

.login_user {
    height: 570px;
    background: rgba(0, 124, 148, 0.7);
    position: absolute;
    top: 10px;
    width: 250px;
    z-index: 8;
    right: 0;
}

ul.clearfix li img {
    width: 13%;
    margin-right: 7px;
}

/* 首页新导航 开始 */

.cat_wrap .cat_list div li a {
    color: #fff;
    font-size: 16px;
}

.cat_wrap .cat_list div li i {
    display: inline-block;
    float: right;
    padding-right: 2rem;
}

.cat_wrap .cat_list div li {
    width: 100%;
}

.cat_wrap .cat_list div li:hover .cat_subcont {
    display: block !important;
}

.fore_list:hover,
.cat_sublist:hover {
    background: rgb(225, 225, 225, 1) !important;
}

.cat_subcont .cat_sublist .fore1 .fore_list:hover {
    background: rgb(225, 225, 225, 1) !important;
}

/* 新 关于我们 */

.new_about {
    width: 100%;
    min-width: 1200px;
    height: 522px;
    background: url(../../assets/image/new_pinc.jpg) no-repeat center / cover;
    margin-top: 40px;
}

.new_box {
    width: 960px;
    height: 360px;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: relative;
    top: 80px;
}

.new_titbox {
    text-align: center;
    padding: 15px 0;
}

.new_titbox h2 {
    font-weight: bold;
    color: #000;
}

.new_titbox p {
    color: #000;
    margin: 0;
}

.box_text {
    text-align: center;
    padding: 20px;
}

.box_text p {
    font-size: 16px;
    color: #000;
    line-height: 33px;
    margin-bottom: 2rem;
}

.box_text a {
    padding: 11px 21px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #007c94;
    border: 1px solid #007c94;
}

@media (min-width: 1200px) {
    .ma5slider.outside-navs.outside-dots>.slides {
        padding-left: 40px;
        padding-right: 40px;
        height: 563px;
    }
}

.box_text a i {
    color: #fff;
}

.box_text a:hover {
    background-color: #fff;
    color: #007c94;
    border: 1px solid #007c94;
}

.box_text a:hover i {
    color: #007c94;
}

.new_titbox span {
    display: inline-block;
    height: 3px;
    width: 40px;
    text-align: center;
    background-color: #00afd1;
}

/* 发展历程 开始 */

.time-line {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}

.time-line .left-btn,
.time-line .right-btn {
    position: absolute;
    margin-top: -15px;
    cursor: pointer;
}

.time-line .left-btn {
    left: 0;
    top: 47%;
    transform: rotate(270deg);
}

.time-line .left-btn i {
    color: #777;
    font-size: 34px;
}

.time-line .right-btn i {
    color: #777;
    font-size: 34px;
}

.time-line .right-btn {
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.time-line .left-btn i:hover,
.time-line .right-btn i:hover {
    color: #007c94;
}

.time-line .time-box {
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

.time-line .time-box ul {
    padding-top: 0px !important;
    overflow: hidden;
    position: relative;
    height: 433px;
}

.time-line .time-box ul:after {
    content: "";
    background: #d2d2d2;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 43%;
}

.time-line .time-box li {
    width: 210px;
    float: left;
    color: #000;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.time-line .time-box li dl {
    margin-top: 5px;
    font-size: 14px;
}

.time-line .time-box li dl dd {
    font-size: 14px;
}

.time-line .time-box li dl dt {
    margin-top: 5px;
}

.time-line .time-box li:nth-child(odd) {
    height: 165px;
}

.time-line .time-box li:nth-child(2n) {
    margin-top: 210px;
}

.time-line .time-box li:before {
    content: "";
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    bottom: -9px;
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -8px;
}

.time-line .time-box li:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../assets/image/point.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    bottom: -30px;
    z-index: 1;
}

.time-line .time-box li:nth-child(2n):before {
    bottom: auto;
    top: -10px;
    transform: rotate(-225deg);
}

.time-line .time-box li:nth-child(2n):after {
    bottom: auto;
    top: -30px;
}

.time-line .time-box li:hover,
.time-line .time-box li.active {
    background: #007c94;
    color: #fff;
    border-color: #007c94;
}

.time-line .time-box li:hover a {
    color: #fff;
}

.time-line .time-box li:hover:before,
.time-line .time-box li.active:before {
    border-color: #007c94;
    background: #007c94;
}

.time-line .time-box li:hover:after,
.time-line .time-box li.active:after {
    background: url(../../assets/image/point-hover.png) no-repeat;
}

.time-line .time-box li h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.time-line .time-box li p {
    font-size: 13px;
}

/* 发展历程  结束 */
/*Plugin CSS*/
.jq22 {
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 110px 0 0;
}

.jq22 ul {
    display: flex;
    position: relative;
    padding: 0;
}

.jq22 ul li {
    width: 25%;
    float: left;
    padding: 10px;
    position: relative;

}

.jq22 ul::after {
    content: "";
    background: #d2d2d2;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 68%;
}

.jq22 ul li:nth-child(even) {
    position: relative;
    top: 110px;
}

.jq22 ul li:nth-child(odd) {
    position: relative;
    top: -50px;
}

.jq22 ul li:nth-child(even):after {
    position: absolute;
    top: -15px;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #00afd1;
    content: '';
    z-index: 2;
}

.jq22 ul li:nth-child(odd):after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #00afd1;
    content: '';
    z-index: 2;
}

.jq22 ul li h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.jq22 ul li p {
    line-height: 28px;
    color: #333;
    margin: 0
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    padding: 60px 0;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}
