﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    color: #5a5a5a;
    background: #FFFFCC;
}
i {
    font-style:normal;
} 
.background {
    background:#fff !important;
}
.container {
    padding:0 !important;
}

/*模板*/

.text-center {
    background: #232C33;
    height:35px;
}
.text-top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:35px;
}
.text-top {
    color: rgb(143, 155, 165);
}
.text-top i {
    margin-right: 5px;
    font-size:18px;
}
.text-top-left p {
    display: inline-block;
    font-size: 12px;
}

.text-top-right p,
.text-top-right span {
    display:inline-block;
}
.text-top-right p {
    margin-right:5px;
}
.text-top-right span {
    padding: 2px 6px;
    background-color: rgb(204, 204, 204);
    border-radius: 4px;
}
.text-top-right span a {
    font-size:12px;
    color:#666;
}
.bx-head {
    background: #EEF2F5;
}
.bx-index-top01 .bx-nav ul {
    position:relative;
}
.bx-index-top01 .bx-nav ul li {
    background: #EEF2F5;
}

.bx-index-top01 .bx-nav ul li a {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100px;
}
    .bx-index-top01 .bx-nav ul li a p {
        line-height:1;
    }
    .bx-index-top01 .bx-nav ul li a span {
        font-size: 30px;
        color: #B5B6B8;
        margin-bottom:10px;
    }
    .bx-index-top01 .bx-nav ul li a:hover,
    .bx-index-top01 .bx-nav ul li a.focus {
        color: #333;
        background-color: #E3E9ED;
    }

.active_b {
    color: #333 !important;
    background-color: #E3E9ED !important;
}

.bx-index-top01 .bx-nav ul li .two_ji {
    display:none;
    width:100%;
    position:absolute;
    left:0;
    top:100px;
    background:#fff;
    z-index:99999;
}

    .bx-index-top01 .bx-nav ul li .two_ji ul li {
        background: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        margin: 0 2px;
    }
.bx-index-top01 .bx-nav .two_ji ul li a {
    display: block;
    height: auto;
    width: auto;
    padding: 0 15px;
    
}
.bx-index-top01 .bx-nav .two_ji ul li:hover a {
    background: #FF6666;
    color:#fff;
}

    .bx-index-top01 .bx-nav ul li:hover .two_ji {
        display: block;
    }

.bx-index-top01 .bx-nav .two_ji.index_nav_Products ul li a {
    padding: 0 10px;
}
.two_ji.index_nav_Products ul li a span {
    display:none !important;
}


#ul-side li .div-fd {
    display: none;
    position: absolute;
    width:100%;
    left:0;
    background:#fff;
    padding:5px 0;
}
#ul-side li .div-fd a {
    display: inline-block;
    float: left;
    margin: 0 5px;
    color: #333;
    background: #fff;
}

        #ul-side li .div-fd a:hover {
            background: #FF6666;
            color: #fff;
        }
        #ul-side li:hover .div-fd {
            display: block;
        }
/*三级代做*/
/*侧栏*/
.bx-sideBar {
    right: 5px;
}
.bx-sideBar ul li:nth-child(-n +3) {
    display: none;
}
.bx-sideBar ul li {
    background:#333;
}

    .bx-sideBar ul li:hover {
        background:#333;
        opacity:.8;
    }
    .bx-sideBar ul li:last-child {
        border-radius: 3px;
    }
/*页脚*/
.bx-footer {
    background: #2A2A2A;
}

.bx-footer p span {
    background-color:transparent !important;
    color:#666 !important;
}

/*banner*/
.banner  {
    overflow:hidden;
    position:relative;
}

.swiper.mySwiper {
    position:relative;
}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: solid 2px #660000;
}

.banner .swiper-pagination-bullet-active {
    background: #660000;
}

.banner .understand {
    width:1100px;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    z-index:100;
}
.understand .posiu {
    width:auto;
}

.understand {
    color: #fff;
}

    .understand .understand-a {
        width:auto;
        margin-top:50px;
    }
        .understand .understand-a p {
            font-size: 36px;
            font-weight: bold;
            line-height:1;
        }
.understand .understand-a h3 {
    font-size:48px;
    font-weight:bold;
    margin:30px 0;
}
        .understand .understand-a i {
            color: rgb(255, 175, 175);
            font-size: 16px;
            line-height: 1;
        }
.understand .banner-more {
    display:inline-block;
    width:auto;
    padding:8px;
    border-radius:6px;
    overflow:hidden;
    margin-top: 70px;
    background-color: rgb(253, 156, 0);
}
    .understand .banner-more a {
        display:flex;
        align-items:center;
    }
    .understand .banner-more a p {
        font-size: 17px;
        line-height: 1;
        color: #5a5a5a;
        font-weight: bold;
    }

    .understand .banner-more:hover p {
        color: #47CDFF;
    }

    .understand .banner-more i {
        margin-left:5px;
        display:inline-block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #FB3300;
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }
    .understand .banner-more i span {
        color:#fff;
        font-size:18px;
    }

.border_back {
    padding: 14px;
    border: 1px solid rgb(224, 219, 214);
}

.modular {
    margin:30px 0;
}


.modular2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.aboutus-left {
    width: 66.82%;
}
.news-right {
    width: 30.45%;
}

.modu_top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid rgb(221, 221, 221);
}

    .modu_top span {
        color: #E34545;
        font-size:30px;
    }
    .modu_top .modu_top_left {
        display:flex;
        align-items:center;
    }

    .modu_top .modu_top_left h6 {
        font-size:14px;
        color:#000;
        margin-left:5px;
    }
    .modu_top p {
        font-size: 24px;
        color: #E6E6E6;
        font-weight:bold;
    }

.classification ul {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.classification ul li a h4 {
    padding:10px 5px;
    text-align:center;
    font-size:14px;
    white-space:nowrap;
    font-weight:400;
    color:#000;
}

    .classification ul li:hover h4 {
        color: #E34545 !important;
    }

    .classification .hr {
        margin: 15px 0;
        border-top: 4px solid rgba(153,102,0,.5);
        height:0;
    }

.Horse {
    border: 1px solid rgb(224, 219, 214);
    height:95px;
    display:flex;
}

    .Horse .partner {
        width: 7.3%;
    }
    .Horse .partner i {
        padding:0 25%;
        height:93px;
        display:inline-block;
        background: #E34545;
        width:68.75%;
        font-size:14px;
        color:#fff;
        letter-spacing:2px;
        font-weight:bold;
        position:relative;
    }

        .Horse .partner i::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 10px solid #E34545;
            border-bottom: 5px solid transparent;
        }

.Horse .horse_lamp {
    width: calc(100% - 7.3%);
    height: 100%;
    overflow:hidden;
    padding-right:25px;
}

.about_nei {
    margin: 30px 0 20px;
}

.about-content {
    margin:20px 0;
}

    .about-content p {
        text-indent:2em !important;
    }

    .about-content img {
        float: left;
        margin: 0 25px 0 0;
    }

.message_nei {
    padding:30px 0 40px;
}

.message_nei .liuyan {
    width:100%;
    display:flex;
}

    .message_nei .liuyan_left {
        width:30%;
    }

    .message_nei .liuyan_right {
        width:calc(100% - 30%);
        border:1px dotted #ccc;
        padding:10px;
    }
    .message_nei .liuyan_left span {
        font-size: 20px;
        color: #E34545;
        margin-right:5px;
    }
    .message_nei .liuyan_left p {
        display:inline-block;
        font-size:14px;
        color:#333;
    }

    .message_nei .liuyan_left ul li {
        margin:20px 0;
        display:flex;
    }


    .liuyan_right .map {
        width: 100%;
    }
/*paom*/
li {
    list-style: none;
}

#warp {
    position: relative;
    overflow: hidden;
    height:100%;
    line-height:95px;
}

.content {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
}

    .content li {
        height: 45px;
        float: left;
        padding:0 10px;
    }

    .content li img {
        width:115px;
        height:100%;
    }

/**/

.hots_x {
    padding:20px 0;
    background:#ddd;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.message_nei .liuyan_left .hots_x span {
    font-size: 60px;
}

 .hots_x .hotsa {
    display: flex;
    flex-direction: column;
    text-align:left;
}
.hotsa p {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.hotsa i {
    font-size:22px;
    font-weight:bold;
    color:#333;
    font-style:oblique;
}

.Message {
    padding:60px 0 50px;
    display:flex;
}

.Message .message_jiy {
    width:41%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
    .Message .message_jiy h1 {
        font-size:50px;
        color:rgb(204,204,204);
        line-height:1;
    }
    .Message .message_jiy h6 {
        font-size: 13px;
        color: #333;
        margin:20px 0 5px;
    }
    .Message .message_jiy p {
        color:rgb(255, 102, 102);
        font-size:16px;
        line-height:1;
    }


.Message .message_form {
    width: calc(100% - 41%);
}
    .Message .message_form ul li {
        margin-top:10px;
    }

    .Message .message_form p {
        font-size: 16px;
        color: #777;
        line-height: 30px;
        padding-left: 2px;
    }

    .Message .message_form input,
    .Message .message_form textarea {
        font-size: 14px;
        color: #777;
        outline: none;
        border: 1px dashed #aaa;
        width: 100%;
        padding: 5px;
    }

    .Message .message_form textarea {
        min-height:120px;
    }

    .Message .message_form ul li span {
        margin-top:10px;
        display:inline-block;
        width:31%;
        background: #dd3939;
        padding:5px;
        color:#fff;
        font-size:14px;
        text-align:center;
        cursor:pointer;
    }

.News_nei {
    border:1px solid rgb(224, 219, 214);
    display:flex;
}

    .News_nei .News_left {
        width:24.54%;
        padding:15px;
        border-right:1px dashed #ddd;
    }
    .News_nei .News_right {
        width:calc(100% - 24.54%);
        padding:15px;
    }

.modu_top .modu_top_left .nei-nav p {
    font-size:12px;
    color:#333;
    font-weight:400;
}
.modu_top .modu_top_left .nei-nav i {
    color: rgb(153, 0, 0);
}
.modu_top .modu_top_left .nei-nav a {
    color:#333;
}
.modu_top .modu_top_left .nei-nav span {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.News_nei .modu_top p {
    font-size: 19px;
}

.News_left .news_list .news_img {
    margin:10px 0;
    width: 100%;
    max-height:85px;
    border: 1px solid rgb(204, 204, 204);
    padding:5px;
    overflow:hidden;
}
    .News_left .news_list .news_img .overf {
        height: 75px;
        overflow: hidden;
    }

.News_left .news_box ul li {
    padding-left: 0;
    border-bottom: 1px solid #d0d0d0;
}

    .News_left .news_box ul li a {
        padding-left: 10px;
        display: block;
        width: 100%;
        text-align: left;
        line-height: 50px;
        color: #333;
        font-size: 14px;
    }

    .News_left .news_box ul li:hover {
        background: #FF3333;
    }
    .News_left .news_box ul li:hover a {
        color:#fff;
    }

.active_c {
    color: #fff !important;
    background: #FF3333 !important;
}

.bx-index-news02 ul li .tet {
    padding-left: 0;
}
.bx-index-news02 ul li .tet h4 {
    font-size:14px;
    font-weight:bold;
    color:#333;
}

.bx-index-news02 ul li {
    padding: 10px 0;
    margin-top: 0;
}
.bx-index-news02 {
    margin-top:10px;
}
    .bx-index-news02 ul li .tet h3 {
        font-size: 12px;
        color: #929292;
        margin: 10px 0 5px;
    }
    .bx-index-news02 ul li .tet p {
        height:auto;
    }
.webdiyerCss .redcss, .webdiyerCss .page_go {
    background: #fff;
    border: 1px solid #D00;
    color: #D00;
}

    .bx-mb-nav .modu_top {
        border: 1px solid rgb(224, 219, 214);
        padding: 0 15px;
    }
.bx-mb-nav i {
    margin-left:10px;
    color: #333;
    font-size: 12px;
}

.contenet {
    margin-top:10px;
}
.content_mar {
    margin:30px 0 90px;
}

.nodata_text {
    width: 100%;
    padding: 5px 20px;
    margin:10px 0 0;
    background: #f5f5f5;
    border: 1px solid  #E5E5E5;
}
    .nodata_text h5 {
        font-size:14px;
        color: #868686;
        font-weight:400;
        text-align:left;
    }

.about_index {
    width:100%;
    display:flex;
    flex-direction:column;
    padding-top:20px;
}

.about_index .about_index_img {
    width:100%;
}
    .about_index .about_index_img img {
        height:100%;
    }

    .about_index .about_index_text {
        width: 100%;
        margin-top:10px;
    }

        .about_index .about_index_text p {
            font-size: 14px;
            color: rgb(39, 41, 52);
        }

        .about_index .about_index_text a {
            display:inline-block;
            line-height:28px;
            color: rgba(255,51,51,1);
            font-size:12px;
            text-align:center;
            padding:0 3px;
            border-radius:5px;
            overflow:hidden;
        }
            .about_index .about_index_text a:hover {
                background: rgb(255, 102, 102);
                color: #fff;
                text-decoration: inherit;
            }


.about_img {
    height:130px;
    line-height:130px;
}

    .about_img  .content  li {
        height:105px;
    }

.news_index {
    padding:10px 0;
}
    .news_index .news-index-img {
        width: 100%;
        height: 110px;
        overflow:hidden;
    }
    .news_index .news-index-img img {
        width:100%;
        height:100%;
    }

    .news_index .news_index_text ul li {
        padding: 10px 0;
        border-bottom: 1px dashed #e2e2e2;
    }

        .news_index .news_index_text ul li h3 {
            font-size: 14px;
            color: #666666;
        }

        .news_index .news_index_text .more_a {
            display:inline-block;
            border: 1px solid rgba(255,51,51,1);
            color: rgba(255,51,51,1);
            border-radius:5px;
            overflow:hidden;
            padding:2px;
            margin-top:3px;
            float:left;
            line-height:1;
        }

    .news_index .news_index_text .more_a:hover {
        background:#333;
        color:#fff;
        border:1px solid #333;
    }

.products_box {
    padding:20px 0;
}
.bx-Products01-item ul {
    margin: 0 -4px;
}
.bx-Products01-item ul li {
    padding: 0 4px;
    margin-top:15px;
}

    .bx-Products01-item ul li .bx-Products01-list {
        padding: 15px;
        border: 2px solid rgb(227, 213, 159);
    }

    .bx-Products01-item ul li:hover .bx-Products01-list {
        border: 2px solid #FF4242;
    }

.bx-Products01-img.bx-img-hover {
    max-height:225px;
    overflow:hidden;
}

.bx-Products01-bottom .bx-Products01-item ul li .bx-Products01-list .bx-Products01-text {
    background-color: #fff;
    padding: 10px 5px;
}
    .bx-Products01-bottom .bx-Products01-item ul li .bx-Products01-list .bx-Products01-text h3 {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }

.index_products .bx-Products01-bottom .bx-Products01-item ul {
    margin:0 -12.5px;
}

.index_products .bx-Products01-bottom .bx-Products01-item ul li {
    width: 25%;
    padding: 0 12.5px;
}

.index_products .bx-Products01-item ul li .bx-Products01-list {
    padding: 0;
    border: none;
}
.bx-Products01-bottom .bx-Products01-item ul li .bx-Products01-list .bx-Products01-text:hover h3 {
    text-align: center;
}
.bx-Products01-bottom .bx-Products01-item ul li .bx-Products01-list .bx-Products01-text p {
    text-align:center;
}
.index_products .bx-Products01-bottom .bx-Products01-item ul li:hover .bx-Products01-text {
    background-color: #F2F6FF;
}

.news_box.products_box #ul-side li a span  {
    display:none;
}
.news_box.products_box #ul-side li {
    position: relative;
}
    .news_box.products_box #ul-side li .div-fd {
        /*display:block;*/
       left:auto;
       right:0;
       transform:translateX(100%);
       top:0;
       z-index:999999;
       border:1px solid #ccc;
       width:55%;
       padding: 15px;
    }
    .news_box.products_box #ul-side li .div-fd a {
        margin:0;
        border-bottom:1px solid #ccc;
        text-align:center;
        line-height:35px;
    }
        .news_box.products_box #ul-side li .div-fd .wei_li:last-child a {
            border-bottom:none;
        }

.dis_none {
    display: none;
}

#container {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

    #container ul {
        list-style: none;
        width: 10000px;
        position: absolute;
    }

        #container ul li {
            float: left;
            margin-right: 20px;
        }

.dis_flex {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.news_index_text ul li .dis_flex i {
    font-size:12px;
    color:#ccc;
}
.news_index_text ul li p {
    font-size:14px;
    color:#666;
}
.about_index .about_index_text a {
    margin-top:20px;
}

.news-right.border_back {
    margin-top: 0;
}


