/* CSS common */
.clearFloat:after {
	height: 0px;content: ".";
	clear: both;visibility: hidden;
	display: block;
}
.clearFloat { zoom: 1; }
*{margin: 0px;padding: 0px;}
img{margin: 0;border: none;}
.fl{float:left;}
.fr{float: right;}
a{text-decoration: none;font-family: "微软雅黑";}
dl, ul{list-style:none;}
li{list-style:none;}
input{outline: none;font-family: "微软雅黑";}
i,em{font-style: normal;}
body{font-family:"微软雅黑";}
.w1200{width: 1200px;margin: auto;min-width: 1200px;}

/* 头部 */
.head_in{height: 106px;background: #1e0f00;min-width: 1200px;}
.head_in .left{height: 106px;line-height: 116px;}
.head_in .left img{vertical-align: middle;}

.head_in .right .nav li{float: left;position: relative;}
.head_in .right .nav li a{display: inline-block;padding: 0 15px;height: 106px;line-height: 106px;color: #fff;font-size: 16px;transition: all 0.4s;}
.head_in .right .nav li.active a{background: #a82107;}
.head_in .right .nav li:hover a{background: #a82107;}
.head_in .right .nav li dl{position: absolute;width: 160px;padding: 10px 0;background: rgba(255,255,255,0.7);z-index: 10;top: 106px;display: none;left: 50%;margin-left: -81px;border: solid 1px #a82107;}
.head_in .right .nav li dl dt{position: absolute;top: -17px;left: 50%;margin-left: -13px;}
.head_in .right .nav li:hover dl{display: block;}
.head_in .right .nav li dl dd{text-align: left;}
.head_in .right .nav li dl dd a{padding: 0;height: 28px;line-height: 28px;border-bottom: none;padding-left: 30px;color: #666;font-size: 14px;}
.head_in .right .nav li:hover dl dd a{background: none;border-bottom: none;display: block;}
.head_in .right .nav li.active dl dd a{border-bottom: none;color: #666666;font-size: 12px;}
.head_in .right .nav li dl dd a:hover{color: #fff;background: #a82107;}
.head_in .right .right_lang{width: 102px;height: 34px;border-radius: 17px;background: #fff;margin-top: 40px;margin-left: 40px;position: relative;}
.head_in .right .right_lang a{display: block;width: 50px;text-align: center;height: 32px;line-height: 32px;top: 1px;position: absolute;background: #1e0f00;color: #fff;}
.head_in .right .right_lang a.a1{left: 1px;border-top-left-radius: 16px;border-bottom-left-radius: 16px;}
.head_in .right .right_lang a.a2{right: 1px;border-top-right-radius: 16px;border-bottom-right-radius: 16px;}
.head_in .right .right_lang a.active{background: #fff;color: #000000;}
.swiper1{
        width: 100%;
        height: 535px;
    }
.swiper1 .swiper-pagination1{bottom: 15px;position: absolute;text-align: center;width: 100%;}
.swiper1 .swiper-pagination-switch{background: url(../images/index3.png) no-repeat center;width: 15px;height: 15px;opacity: 1;display: inline-block;cursor: pointer;margin: 0px 5px;}
.swiper1 .swiper-active-switch{background: url(../images/index4.png) no-repeat center;}

.swiper3{
    width: 100%;
    height: 380px;
}
.swiper3 .swiper-pagination3{bottom: 15px;position: absolute;text-align: center;width: 100%;}
.swiper3 .swiper-pagination-switch{background: url(../images/index3.png) no-repeat center;width: 15px;height: 15px;opacity: 1;display: inline-block;cursor: pointer;margin: 0px 5px;}
.swiper3 .swiper-active-switch{background: url(../images/index4.png) no-repeat center;}



/* 产品展示 */
.product_in{min-width:1200px;background: url(../images/index30.jpg) no-repeat center bottom;background-size:cover;padding: 45px 0;}
.product .det{margin-top: 45px;}
.product .det .det_top{text-align: center;font-size: 0;}
.product .det .det_top li{height: 46px;line-height:46px;text-align: center;display: inline-block;}
.product .det .det_top li a{display: block;height: 100%;padding: 0 25px;color: #563b26;font-size: 16px;background: none;border-radius: 5px;transition: all 0.4s;}
.product .det .det_top li.active a{background: #a82107;color: #fff;}
.product .det .det_top li:hover a{background: #a82107;color: #fff;}
.product .det .det_down{margin-top: 55px;}
.swiper2{height: 390px;}
.swiper2 ul{width: 1200px;overflow: hidden;}
.swiper2 li{float: left;width: 264px;height: 275px;background: url(../images/index10.png) no-repeat center;margin: 0 18px;transition: all 0.4s;}
.swiper2 li .li_ig{width: 254px;height: 191px;margin: auto;overflow: hidden;margin-top: 4px;}
.swiper2 li .li_ig img{width: 254px;height: 191px;transition: all 0.4s;}
.swiper2 li:hover .li_ig img{transform: scale(1.1);}
.swiper2 li .li_tit{text-align: center;color: #563b26;font-size: 15px;margin-top: 24px;}
.swiper2 li p{text-align: center;color: #563b26;font-size: 15px;margin-top: 2px;}
.swiper2 .arrow-left{width: 51px;height: 51px;bottom: 0;position: absolute;left: 50%;margin-left:-54px;background: url(../images/index11.png) no-repeat center;z-index: 10;transition: all 0.4s;}
.swiper2 .arrow-right{width: 51px;height: 51px;bottom: 0;position: absolute;right: 50%;margin-right:-54px;background: url(../images/index12.png) no-repeat center;z-index: 10;transition: all 0.4s;}
.swiper2 .arrow-left:hover{background: url(../images/index11_h.png) no-repeat center;}
.swiper2 .arrow-right:hover{background: url(../images/index12_h.png) no-repeat center;}

/* 关于我们 */
.com_tit{text-align: center;}
.com_tit span{display: block;line-height: 100%;color: #999;font-size: 34px; text-transform: uppercase;}
.com_tit em{display: block;line-height: 100%;color: #333;font-size: 24px;margin-top: 15px;}
.about{padding: 48px 0;}
.about .det{margin-top: 52px;height: 386px;background: url(../images/index6.png) no-repeat center right;}
.about .det .left{width: 584px;height: 386px;}
.about .det .left img{width: 584px;height: 386px;vertical-align: middle;}
.about .det .right{width: 512px;margin-right: 48px;margin-top: 65px;}
.about .det .right .sp1{height: 55px;background: url(../images/index8.png) no-repeat left bottom;color: #000000;font-size: 26px;}
.about .det .right p{margin-top: 10px;color: #563b26;font-size: 14px;line-height: 22px;}
.about .det .right .right_down{margin-top: 18px;}
.about .det .right .right_down a{display: block;float: left;height: 40px;line-height: 40px;padding: 0 12px;border-top: solid 1px #dddee3;border-bottom: solid 1px #dddee3;margin-right: 40px;color: #666666;font-size: 15px;}
.about .det .right .right_down a:hover{color: #111;}

/* 新闻中心 */
.news{margin-top: 30px;}
.news .det{margin-top: 65px;}
.news .det .left{width: 720px;height: 366px;background: #a82107;}
.news .det .left .left_ig img{width:446px;height: 366px;vertical-align: middle;}
.news .det .left .fon{width: 274px;position: relative;}
.news .det .left .fon .fon_top{width: 80px;height: 65px;background: #fff;position: absolute;left: 0;top: 0;text-align: center;}
.news .det .left .fon .fon_top span{display: block;line-height: 100%;color: #828282;font-size: 30px;padding-top: 6px;}
.news .det .left .fon .fon_top em{display: block;line-height: 100%;color: #828282;font-size: 15px;padding-top: 5px;}
.news .det .left .fon .fon_down{width: 220px;margin: auto;margin-top: 85px;}
.news .det .left .fon .fon_down h3{color: #ffffff;font-size: 16px;font-weight: normal;line-height: 24px;padding-bottom: 15px;border-bottom: solid 1px #fff;}
.news .det .left .fon .fon_down p{margin-top: 10px;color: #ffffff;font-size: 14px;line-height: 25px;}

.news .det .right{width: 480px;}
.news .det .right li{margin-top: 20px;}
.news .det .right li .time{width: 90px;margin-left: 12px;text-align: center;height: 68px;background: url(../images/index14.png) no-repeat right center;}
.news .det .right li .time span{display: block;line-height: 100%;color: #828282;font-size: 30px;padding-top: 8px;}
.news .det .right li .time em{display: block;line-height: 100%;color: #828282;font-size: 15px;padding-top: 10px;}
.news .det .right li .fon{width: 360px;margin-left: 8px;}
.news .det .right li .fon h4{color: #333333;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;padding-top: 10px;}
.news .det .right li:hover .fon h4{color: #000;}
.news .det .right li .fon p{color: #666666;font-size: 14px;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/* 代理加盟 */
.jion{height: 300px;background: url(../images/index15.jpg) no-repeat center;background-size: cover;margin-top: 60px;}
.jion li{width: 400px;height: 300px;float: left;}
.jion li a{display: block;height: 100%;}
.jion li .ig{text-align: center;height: 105px;line-height: 105px;margin-top: 55px;}
.jion li .ig img{vertical-align: middle;}
.jion li .sp1{line-height: 100%;text-align: center;color: #fff;font-size: 24px;}
.jion li .sp2{line-height: 100%;text-align: center;color: #fff;font-size: 15px;margin-top: 10px;}
.jion li:hover{background: url(../images/index19.png) no-repeat center;}

.foot_in{height:438px;min-width: 1200px;background: url(../images/index31.jpg) no-repeat center;background-size: cover;}
.foot .det1{width: 380px;padding-top: 55px;}
.foot .det1 .tit{margin-bottom: 15px;}
.foot .det1 .tit span{color: #fff;font-size: 18px;display: block;line-height: 100%;}
.foot .det1 .tit em{color: #a82107;font-size: 30px;display: block;line-height: 100%;margin-top: 18px; font-weight: bold;}
.foot .det1 p{line-height: 44px;color: #cccccc;font-size: 16px;padding-left: 48px;}
.foot .det1 p.p1{background: url(../images/index20.png) no-repeat left center;}
.foot .det1 p.p2{background: url(../images/index21.png) no-repeat left center;}
.foot .det1 p.p3{background: url(../images/index22.png) no-repeat left center;}
.foot .det2{width: 150px;padding-top: 45px;}
.foot .det2 .tit{color: #ffffff;font-size: 18px;margin-bottom: 15px;}
.foot .det2 a{display: block;line-height: 24px;color: #a5a5a5;font-size: 14px;}
.foot .det2 a:hover{color: #fff;}
.foot .det3{width: 150px;}
.foot .det4{width: 200px;padding-top: 45px;color: #a5a5a5;font-size: 14px;}
.foot .det4 .tit{color: #ffffff;font-size: 18px;margin-bottom: 15px;}
.foot .det4 a{display: inline-block;line-height: 24px;color: #a5a5a5;font-size: 14px;margin: 0 15px 0 10px;}
.foot .det4 a:hover{color: #fff;}
.foot .det5{width: 245px;padding-top: 50px;}
.foot .det5 .tit{color: #ffffff;font-size: 18px;padding-left: 10px;}
.foot .det5 .fon{padding: 15px 0 10px 10px;border-bottom: solid 1px #999999;}
.foot .det5 .fon .sp{line-height: 84px;color: #999999;font-size: 14px;}
.foot .det5 .fon2{border-bottom: none;}
.foot .det5 .fon2 .sp{line-height: 50px;}
.foot2{height: 44px;line-height: 44px;background: #141414;min-width: 1200px;color: #999999;font-size: 14px;}




.new-leftinfo {
    width: 97%;
    background: #fff;
    font-size: 14px;
    line-height: 1.85;
    color: #7e7e7e;
    padding: 25px 22px;
}
.new-leftinfo-next {
    font-family: "microsoft yahei", simhei;
    font-size: 14px;
    padding-top: 10px;
    color: #3c3c3c;
}
.new-leftinfo-h3 {
    color: #3c3c3c;
    font-size: 24px;
    border-left: 8px solid #038fe0;
    line-height: 1;
    padding-left: 15px;
    font-weight: 100;
    font-family: "microsoft yahei", simhei;
}
.new-leftinfo-date {
    color: #c1c1c1;
    padding: 15px 0 20px 25px;
    border-bottom: 1px solid #eee;
}
.new-leftinfo-text {
    padding: 30px 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 15px;
}
.new-leftinfo-text p{
    margin-top:5px;
}
.new-leftinfo-text img {
    max-width: 100%;
    padding: 10px 0;
}

































