*{
    margin: 0;
    padding: 0;
}
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong,input,button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}
a{
    text-decoration: none; color:#333;
}
.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}
ul{
    list-style: none;
}

.wapper{
    width: 80%;
    margin: 0 auto;
}

.head{
    height: 74px;
    position: relative;
    z-index: 9999;
}

.logo{
    height: 74px;
    float: left;
}

.logo a{
    display: block;
    height: 74px;
}

.logo a img{
    display: block;
    height: 74px;
}

.menu{
    height: 74px;
    float: right;
}

.menu li{
    float: left;
    margin: 0 10px;
    height: 74px;
    position: relative;
}

.menu li>a{
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
}

.menu li:hover>a{
    border-bottom: 4px solid #3aa857;
    border-radius: 1px;
}

.menu li dl{
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    box-shadow: 0 0 8px #000;
    display: none;
    background: #fff;
}

.menu li dl dd{
    height: 30px;
    line-height: 30px;
}

.menu li dl dd a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #000;
}

.menu li dl dd:hover a{
    color: #3aa857;
}

.menu li:hover dl{
    display: block;
}
.sp_header{ display:none;}
.sjj_nav{ display:none;}
@media screen and (max-width: 768px) {
    .head{ display:none;}
    .sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%; display:block;}
.sp_logo{padding:0px 10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#14a83b;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 50px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display:block;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#14a83b}
.sjj_nav ul li ul li>ul{margin-left:10px}
.banner{ padding-top:50px;}
.insBanner{ padding-top:50px;}
}
/* 本例子css */
.slideBox{ width:100%; height:100%; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;  width:14px; height:14px; line-height:14px; text-align:center; background:#c2bfa3; cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#856c51; color:#fff;border: 2px solid #fff;width:10px; height:10px; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


@media screen and (max-width: 1366px) {
    .slideBox{ width:100%; height:395px; overflow:hidden; position:relative;}
    .slideBox .bd img{ width:100%; height:395px; display:block;  }
}

@media screen and (max-width: 1280px) {
    .slideBox{ width:100%; height:370px; overflow:hidden; position:relative;}
    .slideBox .bd img{ width:100%; height:370px; display:block;  }
    .wapper{width: 100%; padding-left:15px; padding-right:15px; box-sizing:border-box;
    margin: 0 auto;
}

}

@media screen and (max-width: 767px) {
    .slideBox{ width:100%; height:100%; overflow:hidden; position:relative;}
    .slideBox .bd img{ width:100%; height:100%; display:block;  }
}

.con1bg{
    padding: 70px 0;
    background: url("../images/bj001.png") no-repeat center center;
    background-size: cover;
}

.con1{
    overflow: hidden;
}

.con1L{
    width: 49%;
    float: left;
}

.con1R{
    width: 49%;
    float: right;
}

.bq1{
    width: 42px;
    border: 1px solid #b0814c;
    padding: 10px 0;
    float: left;
}


.bq1 img{
    width: 22px;
    height: 20px;
    margin: 0 auto;
    display: block;
}

.bq1 span{
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-top: 8px;
    text-align: center;
}

.con1L>span{
    display: block;
    width: calc(100% - 70px);
    font-size: 15px;
    line-height: 26px;
    color: #000;
    float: left;
    margin-left: 10px;
}

.shipin{
    width: 100%;
    height: auto;
    display: block;
}

.con2{
    padding: 70px 0;
}

.Title{
    display: block;
    width: 149px;
    height: 89px;
    margin: 0 auto;
}

.con2M{
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
}

.con2ML{
    width: 50%;
    float: left;
    position: relative;
}

.con2MLImg{
    display: block;
    width: 100%;
    transition: 500ms;
	height: 500px;
    object-fit: contain;
}

.cengm{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
    transition: 500ms;
}

.hov{
    overflow: hidden;
}

.hov:hover .con2MLImg{
    transform: scale(1.5);
}

.hezi{
    width: 100%;
    height: 118px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.hezi:before{
    content: '';
    width: 10px;
    height: 33px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/yumao.png") no-repeat;
    background-size: cover;
    margin-left: 1.5px;
}

.hezi:after{
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/arr.png") no-repeat;
    background-size: cover;
}

.hezi i{
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    left: calc(50% - 0.5px);
    top: 0;
    background: #fff;
}

.wenziR{
    display: block;
    position: absolute;
    left: calc(50% + 5px);
    top: 7px;
    min-height: 50px;
    max-width: calc(50% - 5px);
    height: 104px;
    writing-mode: tb-rl;
    font-size: 14px;
    color: #fff;
}

.wenziL{
    display: block;
    position: absolute;
    right: calc(50% + 5px);
    top: 7px;
    min-height: 50px;
    max-width: calc(50% - 5px);
    height: 104px;
    writing-mode: tb-rl;
    font-size: 14px;
    color: #fff;
}


.daxiao{
    font-size: 30px;
}

.con2MR{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

.con2MR li{
    float: left;
    width: 50%;
    position: relative;
}

.con2MRImg{
    display: block;
    width: 100%;
    transition: 500ms;
	    object-fit: contain;
    height: 230px;
}

.hov:hover .con2MRImg{
    transform: scale(1.5);
}

.hov:hover .cengm{
    display: block;
}

.con3{
    padding: 70px 0;
}

.con3M{
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
}

.con3M li{
    width: 19%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
}

.con3M li:last-child{
    margin-right: 0;
    float: right;
}

.con3M li a{
    display: block;
    width: 100%;
    position: relative;
}

.con3M li a>img{
    width: 100%;
    display: block;
    transition: 500ms;
	height: 250px;
    object-fit: contain;
}


.hov:hover a>img{
    transform: scale(1.5);
}

.bq2{
    width: 48px;
    background-color: rgba(52,117,53,0.6);
    position: absolute;
    top: 36px;
    right: 34px;
    padding-top: 10px;
    padding-bottom: 35px;
    text-align: -webkit-center;
}


.bq2 span{
    display: block;
    font-size: 20px;
    color: #fff;
    writing-mode: tb-rl;
    letter-spacing: 4px;
}

.bq2:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 87px;
    height: 75px;
    background: url("../images/bq2bg.png") no-repeat;
    background-size: cover;
}



.footbg{
}

.ft1bg{
    background-color: #FFFFFF;
    padding: 60px 0;
}

.ftlogo{
    display: block;
    height: 30px;
    margin: 0 auto;
}

.ft2bg{
    background-color: #2c2c2c;
    padding: 10px 0;
}

.ft2bg>li{
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.ft2bg>li a{
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.ft1M{
    margin-top: 50px;
    overflow: hidden;
}

.f1_left {
    float: left;
    width: calc(24% - 1px);
    border-right: 1px solid #606060;
}

.f1_left dl {
    width: 33.3%;
    height: 100%;
    float: left;
}

.f1_left dl dt{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}

.f1_left dl dt a{
    display: block;
    color: #fff;
    opacity: .8;
}

.f1_left dl dt:hover a{
    opacity: 1;
}
.f1_left dl dd{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}

.f1_left dl dd a{
    display: block;
    color: #fff;
    opacity: .5;
    padding-left: 15px;
}

.f1_left dl dd:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: .5;
    left: 0;
    top: 10px;
}

.f1_left dl dd:hover:before{
    opacity: 1;
}


.f1_left dl dd:hover a{
    opacity: 1;
}

.f1_mid {
    float: left;
    width: calc(20% - 41px);
    padding: 0 20px;
    border-right: 1px solid #606060;
}
.f1_mid ul li {
    color: #818181;
    line-height: 34px;
    font-size: 14px;
}
.f1_mid1 {
    float:left;
    width: calc(15% - 41px);
    padding: 0 20px;
    border-right: 1px solid #606060;
}

.f1_mid1 ul li{
    color: #818181;
    line-height: 34px;
    font-size: 14px;
}



.f1_right {
    width: 41%;
    border-right: none; float:right;
}

.f1_right dl{
    height: 118px;
    float: left;
    margin-right:2%;
    margin-left: 2%;
    min-width: 142px;
}

.f1_right dl dt{
    height: 116px;
    width: 23px;
    text-align: center;
    border: 1px solid #8e8e8e;
    border-right: none;
    float: left;
    color: #000;
    display: table;
}

.f1_right dl dt span{
    font-size: 16px;
    opacity: .5;
    color:#9d9d9d;
    display: table-cell;
    vertical-align: middle;
}




.f1_right dl dd{
    float: left;
    height: 118px;
}

.f1_right dl dd img{
    display: block;
    height: 118px;
    width: auto;
}




@media screen and (max-width: 1024px) {
    .f1_left{ float:none; width:100%; overflow:hidden; border:none;}
    .f1_left dl{ width:16.666667%;}
    .f1_mid{ width:33.3333%; box-sizing:border-box;}
    .f1_mid1{ width:33.3333%; box-sizing:border-box;}
    .f1_right{ width:33.3333%;}
}


@media screen and (max-width: 768px) {
    .f1_left{ float:none; width:100%; overflow:hidden; border:none;}
    .f1_left dl{ width:33.33333%;}
    .f1_mid{  float:none; width:100%; box-sizing:border-box; border:none; padding:0px;}
    .f1_mid1{  float:none; width:100%; box-sizing:border-box; border:none; padding:0px;}
    .f1_right{ float:none; width:100%;}
}










    .sjBtn {
        display: none;
    }

    .sjMenu {
        display: none;
    }

    .sjftT {
        display: none;
    }

    /*自适应*/
    @media screen and (max-width: 767px) {
        .wapper {
            width: 100%;
            margin: 0 auto;
        }

        .w2 {
            width: 95% !important;
            margin: 0 auto;
        }

        .logo {
            margin-left: 10px;
        }

        .menu {
            display: none;
        }

        .sjBtn {
            display: block;
            float: right;
            margin-right: 10px;
            height: 30px;
            width: auto;
            margin-top: 22px;
        }

        .sjMenu {
            display: none;
            position: absolute;
            right: 0;
            top: 74px;
            background: #fff;
            width: 100%;
            border-top: 2px solid #3aa857;
        }

            .sjMenu li {
                height: 68px;
                line-height: 68px;
                border-bottom: 1px solid #3aa857;
                text-align: center;
            }

                .sjMenu li a {
                    display: block;
                    font-size: 18px;
                    line-height: 68px;
                    color: #000;
                }

                    .sjMenu li a:hover {
                        color: #3aa857;
                    }

        .con1L {
            width: 100%;
            float: none;
        }

        .con1R {
            width: 100%;
            float: none;
        }

        .con2ML {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }

        .con2MR {
            width: 100%;
            height: 100%;
            float: none;
        }

            .con2MR li {
                float: none;
                width: 100%;
                margin-bottom: 10px;
            }

        .cengm {
            left: 0;
            width: 35%;
            display: block;
        }

        .cengmR {
            right: 0 !important;
            left: auto;
        }

        .cengmL {
            left: 0 !important;
        }

        .con3M li {
            width: 100%;
            float: none;
            margin: 10px auto !important;
        }

        .sjftT {
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: 24px;
            color: #818181;
        }

        .ftlogo {
            display: none;
        }

        .ft1M > li {
            border-right: none;
            float: none;
            min-height: auto;
        }

            .ft1M > li:first-child {
                display: none;
            }

            .ft1M > li:nth-child(2) {
                display: none;
            }

            .ft1M > li:nth-child(3) {
                width: 100%;
                padding: 0;
                margin-top: 30px;
            }

            .ft1M > li:nth-child(4) {
                width: 100%;
                margin-top: 30px;
            }
    }


    /*inside*/

.update_tit {
    text-align: center;
    padding: 20px 0px;
}

    .update_tit h2 {
        font-weight: normal;
        font-size: 24px;
        color: #333;
    }

    .update_tit h3 {
        font-weight: normal;
        font-size: 14px;
        color: #999;
        padding-top: 10px;
    }
    .inside {
        margin: 30px auto;width:1200px;
    }

    .aqwz {
        font-size: 32px;
        line-height: 32px;
        font-weight: normal;
    }

    .insideCon {
        padding: 10px 0;
    }


    .erwei2 {
        display: none;
    }

@media screen and (max-width: 1200px) {
    .inside {
        width: 100%;
    }
    .insL {
        width: 24% !important;
    }

    .insR {
        width: 74% !important;
    }
}
    @media screen and (max-width: 767px) {



        .insL {
            float: none !important;
            width: 100% !important;
        }

        .insR {
            float: none !important;
            width: 100% !important;
        }

        .home-xxhd-com .col-lg-12 {
            height: auto !important;
            padding: 10px 0;
        }


        .col-lg-3 {
            width: auto;
            float: none;
        }

        .col-lg-9 {
            width: 62%;
            float: none;
            margin: 0 auto;
        }

        .home-xxhd-com .news-text {
            border_right: none;
        }


        .col-lg-3 {
            width: auto !important;
            float: none !important;
        }

        .home-xxhd-com .news-pic img {
            display: block;
            margin: 0 auto !important;
        }

        .home-xxhd-com .news-text .news-time {
            display: none !important;
        }

        .home-xxhd-com .news-text {
            border-right: none;
        }

        .erwei {
            display: none;
        }


        .erwei2 {
            display: block;
        }
    }




