*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 86%;
    margin: 0 auto;
}

.head{
    height: 120px;
    position: relative;
    z-index: 9999;
}

.logo{
    height: 74px;
    float: left;
}

.logo a{
    display: block;
    height: 74px;
}

.logo a img{
    display: block;
    height: 74px;
	margin-top: 40px;
}

.menu{
    height: 74px;
    float: right;
}

.menu li{
    float: left;
    margin: 0 10px;
    height: 120px;
    position: relative;
}

.menu li>a{
    display: block;
    height: 100px;
    line-height: 160px;
    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;
}


/* 本例子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;  }
}

@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/con1bg.jpg") no-repeat center center;
    background-size: cover;
}

.con1{
    overflow: hidden;
}

.con1L{
    width: 49%;
    float: left;
}

.con1R{
    width: 49%;
    float: right;
}

.bq1{
    width: 250px;
    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;
}

.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;
}

.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: 24%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 1.33%;
}

.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;
}


.hov:hover a>img{
    transform: scale(1.5);
}

.bq2{
    width: 100%;
    background-color: rgba(52,117,53,0.6);
    position: absolute;
    top: 340px;
   /* right: 34px;*/
    padding-top: 17px;
    padding-bottom: 11px;
    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: #3c3c3c;
    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;
}

.ft1M>li{
    border-right: 1px solid #606060;
    float: left;
    min-height: 140px;
}

.ft1M>li:first-child{
    width: 30.3%;
}

.ft1M>li:first-child dl{
    width: 25%;
    height: 100%;
    float: left;
}

.ft1M>li:first-child dl dt{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}

.ft1M>li:first-child dl dt a{
    display: block;
    color: #fff;
    opacity: .8;
}

.ft1M>li:first-child dl dt:hover a{
    opacity: 1;
}



.ft1M>li:first-child dl dd{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
}

.ft1M>li:first-child dl dd a{
    display: block;
    color: #fff;
    opacity: .5;
    padding-left: 15px;
}

.ft1M>li:first-child dl dd:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: .5;
    left: 0;
    top: 10px;
}

.ft1M>li:first-child dl dd:hover:before{
    opacity: 1;
}


.ft1M>li:first-child dl dd:hover a{
    opacity: 1;
}


.ft1M>li:nth-child(2){
    width: calc(20% - 40px);
    padding: 0 20px;
}

.ft1M>li:nth-child(2) ul li{
    color: #818181;
    line-height: 34px;
    font-size: 14px;
}

.ft1M>li:nth-child(3){
    width: calc(17% - 40px);
    padding: 0 20px;
}

.ft1M>li:nth-child(3) ul li{
    color: #818181;
    line-height: 34px;
    font-size: 14px;
}

.ft1M>li:nth-child(4){
    width: 31%;
    border-right: none;
}

.ft1M>li:nth-child(4) dl{
    height: 118px;
    float: left;
    margin-right:2%;
    margin-left: 2%;
    min-width: 142px;
}

.ft1M>li:nth-child(4) dl dt{
    height: 116px;
    width: 23px;
    text-align: center;
    border: 1px solid #8e8e8e;
    border-right: none;
    float: left;
    color: #000;
    display: table;
}

.ft1M>li:nth-child(4) dl dt span{
    font-size: 16px;
    opacity: .5;
    color:#9d9d9d;
    display: table-cell;
    vertical-align: middle;
}




.ft1M>li:nth-child(4) dl dd{
    float: left;
    height: 118px;
}

.ft1M>li:nth-child(4) dl dd img{
    display: block;
    height: 118px;
    width: auto;
}

















.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*/
.insBanner{
    height: 456px;
}

.inside{
    margin: 30px auto;
}

.aqwz{
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}

.insideCon{
    padding: 10px 0;
}


.erwei2{
	display:none;
	}


@media screen and (max-width: 767px) {
    .insBanner{
        height: 200px;
    }
	
	
	 .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;
	}
}




