*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    overflow: hidden;
}
img{
    border: none;
}
i,em{
    font-style: normal;
    display: block;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.wid{
    width: 1350px;
    margin: 0 auto;
}
/*header*/
.header{
    position: relative;
    z-index: 111;
}
.h_t{
    width: 100%;
    height: 40px;
    background: #2c9287;
}
.h_t_con,.h_b_con{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.h_t_con span{
    float: right;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}
.h_t_con span::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) -3px -3px no-repeat;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.h_b{
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,.6);
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
}
.nav{
    float: left;
    margin-left: 400px;
    margin-top: 28px;
}
.nav li{
    float: left;
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
}
.nav li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.nav li.active{
    background: #af9981;
    border-radius: 20px;
}
.nav li.active a{
    color: #fff;
}
.h_phone{
    float: right;
    position: relative;
    margin-top: 20px;
    padding-left: 60px;
}
.h_phone em{
    font-size: 14px;
    color: #333;
}
.h_phone h3{
    font-size: 36px;
    color: #e30b01;
    letter-spacing: -2px;
}
.h_phone::before{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 52px;
    height: 52px;
    background: url(../images/icon.png) -42px -6px no-repeat;
}
/*banner*/
.banner{
    height: 880px;
    position: relative;
    margin-top: -100px;
}
.banner .swiper-container {
    height: 880px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 880px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/*list*/
.pro_list{
    background: #f4f4f4;
    padding: 20px 0;
}
.list_con{
    width: 100%;
    overflow: hidden;
}
.list_go{
    width: 9999px;
    position: relative;
}
.list_a,.list_b{
    float: left;
}
.list_go ul li{
    float: left;
    width: 220px;
    height: 240px;
}
.list_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.list_go ul li:hover span{
    border: 8px solid #af9981;
}
.list_go ul li:hover span{
    box-shadow: 0 0 8px rgba(215,22,24,.6);
}
.list_go ul li:hover em{
    color: #d71618;
}
.list_go ul li span{
    display: block;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    overflow: hidden;
    margin: 5px auto;
}
.list_go ul li span img{
    width: 100%;
    height: auto;
    min-height: 175px;
}
.list_go ul li em{
    margin-top: 10px;
    text-align: center;
    color: #333;
}
/*pro*/
.pro{
    margin: 20px 0 40px 0;
}
.tit{
    text-align: center;
    position: relative;
    margin: 30px 0;
}
.tit::before{
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    background: url(../images/tit_bg.png);
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.tit h3,.tit h4{
    position: relative;
    z-index: 111;
}
.tit h3{
    font-size: 28px;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #2c9287;
    font-weight: normal;
}
.tit h4{
    font-size: 48px;
    color: #333;
}
.list{
    margin-bottom: 30px;
}
.list ul li{
    float: left;
    width: 190px;
    height: 50px;
    background: #2c9287;
    text-align: center;
    line-height: 50px;
    margin: 1px;
}
.list ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.list ul li:hover{
    background: #e30b01;
}
.pro_litpic {
    width: 95%;
    margin: 10px auto 0 auto;
    height: 645px;
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 4px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a {
    display: block;
    height: 310px;
    overflow: hidden;
}
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    min-height: 310px;
    transition: all 0.5s;
}
.pro_go>ul>li a em{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(175,153,129,.9);
    text-align: center;
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
/*com*/
.com{
    width: 100%;
    height: 745px;
	padding-top:70px;
    background: url(../images/com_bg.jpg) center center no-repeat;
    box-sizing: border-box;
}
.com_con{

}
.com_l{
    width: 550px;
    padding: 40px 0;
	float:right;
}
.com_l p{
    color: #000;
    font-size: 15px;
    margin-top: 25px;
    line-height: 25px;
}
.com_a{
    width: 343px;
    height: 53px;
    background: url(../images/com_more.png) center center no-repeat;
    margin-top: 26px;
    line-height: 53px;
}
.com_a h3{
    color: #fff;
    font-size: 24px;
    margin-left: 29px;
}
.com_a a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    margin-left: 38px;
    margin-top: 12px;
}
.com_a h3,.com_a a{
    float: left;
}
/*case*/
.case{
    background: url(../images/case_bg.jpg) top left no-repeat;
}
.case_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.case_l{
    float: left;
    width: 510px;
    height: 435px;
    background: url(../images/case_l.jpg) center center no-repeat;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    padding-top: 320px;
}
.case_l_des{
    background: url(../images/case_l.png);
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 20px;
}
.case_l i {
    font-size: 18px;
}
.case_l span{
    display: block;
    font-size: 30px;
    margin-top: 10px;
    font-family: '阿里巴巴普惠体';
    letter-spacing: -2px;
}
.case_l span::before{
    content: '';
    display: inline-block;
    width: 39px;
    height: 48px;
    background: url(../images/icon.png) -116px -8px no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 5px;
}
.case_l a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 15px;
    background: #ff810e;
    position: absolute;
    right: 20px;
    bottom: 7px;
}
.case_r{
    float: right;
    overflow: hidden;
    position: relative;
    width: 825px;
}
.case_r ul li{
    float: left;
    width: 260px;
    height: 210px;
    overflow: hidden;
    position: relative;
    margin: 5px 2px;
}
.case_r ul{    
    position: relative;
}
.case_r ul li img{
    width: 100%;
    height: auto;
    min-height: 215px;
    transition: all 0.6s;
}
.case_r ul li:hover img{
    transform: scale(1.1);
}
.case_r ul li span{
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 65px;
    color: #fff;
    background: url(../images/case_tit.png) center center no-repeat;
    font-size: 15px;
    transition: all 0.6s;
}
.case_r ul li:hover span{
    bottom: 0;
}
/*heng*/
.heng{
    width: 100%;
    height: 395px;
    background: url(../images/heng.jpg) center center no-repeat;
}
.heng h3{
	font-size:50px;
	color:#FFF; text-align:center; line-height:80px; padding-top:30px;
	font-weight:bold;}
	
.heng p{
	font-size:12px;
	color:#FFF; text-align:center;text-transform:uppercase;
	}
	.heng ul{
		width:1300px; margin:0px auto;}
.heng ul li{
	width:290px; height:220px; background:url(../images/xuan1.png) no-repeat center; margin-right:40px; float:left;}
.heng ul li:nth-child(4){
	width:290px; height:220px; background:url(../images/xuan1.png) no-repeat center; margin-right:0px; float:left;}
	
	.heng ul li h4{
		font-size:26px; padding-top:90px; text-align:center;}
		
	.heng ul li p{
		font-size:15px;  text-align:center; color:#333; padding:10px; line-height:30px;}
/*news*/
.news{
    margin: 0px auto;
}
.news_l{
    float: left;
    width: 630px;
    height: 450px;
    position: relative;
}
.news_l::after{
    content: '';
    display: block;
    width: 630px;
    height: 450px;
    background: #2c9287;
    position: absolute;
    top: 20px;
    left: -20px;
}
.news_l img{
    width: 100%;
    height: auto;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}
.news_r{
	padding-top:50px;
    float: left;
    margin-left: 30px;
    width: 935px;
}
.news_r ul li{
    width: 100%;
    height: 110px;
	border-bottom:#CCC dashed 1px;
    box-sizing: border-box;

    margin-bottom: 10px;
}
.news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_r ul li span,.news_des{
    float: left;
}
.news_r ul li span{
    width: 130px;
	background:#776259;
    height: 110px;
    overflow: hidden;
}
.news_r ul li span img{
    width: 100%;
    height: auto;
    min-height: 110px;
    transition: all 0.6s;
}

.news_rrr{
	width:285px; 
	height:180px;
	margin-right:40px;
	float:right;
	padding-top:60px;
}


.news_r_biao{
	text-align:center; line-height:70px; font-size:30px; font-weight:bold;}
.news_r_biaop{
	text-align:center; line-height:40px; font-size:20px; }
.news_des{
    width: 750px;
    position: relative;
    height: 110px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gengduo{
	 width:160px; height:40px; margin:0px auto; background:#fff; border:1px solid #bdbdbd; line-height:40px; text-align:center; margin-top:50px;}
	 
	
.gengduo a{
	display:block; color:#333;}
.gengduo a:hover{
	background:#666;  color:#fff; }
.news_des strong{
    font-size: 16px;
    color: #333;
}
.news_des strong::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/icon.png) -181px -23px;
    margin-right: 10px;
}
.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-top: 8px;
}
.news_des em{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: -30px;
    bottom: -7px;
    background: #ffad00;
}
.news_r ul li:hover{
    background: #776259;
}
.news_r ul li:hover strong,.news_r ul li:hover p{
    color: #fff;
}
.news_r ul li:hover img{
    transform: scale(1.1);
}
.news_r ul li:hover strong::before{
    background: url(../images/icon.png) -181px -58px;
}
/*footer*/
.footer{

}
.f_t{
    padding: 50px 0;
    width: 100%;
    height: 245px;
    box-sizing: border-box;
    background: url(../images/f_bg.jpg) center center no-repeat;
}
.f_logo,.f_contact{
    float: left;
}
.f_contact{
    margin-left: 160px;
    width: 580px;
}
.f_contact ul li{
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 0 8px;
    position: relative;
    padding-left: 40px;
    width: 230px;
    height: 60px;
}
.f_contact ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/icon.png);
    position: absolute;
    top: 10px;
    left: 0;
}
.f_contact ul li em{
    color: #888;
}
.f_contact ul li i{
    font-size: 18px;
    margin-top: 5px;
}
.f_code{
    float: right;
    overflow: hidden;
}
.f_code ul li img{
    width: 140px;
    height: 140px;
}
.f_code ul li{
    float: left;
    margin: 0 5px;
    text-align: center;
}
.f_code ul li em{
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
}
.f_contact ul li:nth-child(1)::before{
    background-position: -3px -78px;
}
.f_contact ul li:nth-child(2)::before{
    background-position: -47px -78px;
}
.f_contact ul li:nth-child(3)::before{
    background-position: -91px -78px;
}
.f_contact ul li:nth-child(4)::before{
    background-position: -135px -78px;
}
.f_contact ul li:nth-child(5)::before{
    background-position: -47px -78px;
}
.f_contact ul li:nth-child(4) i{
    font-size: 15px;
}
.f_b{
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: #131313;
    height: 60px;
    line-height: 60px;
}
.f_b,.f_b a{
    color: #7b7b7b;
}
.f_b img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-left: 8px;
}
/**/
.page_pro_litpic{
    overflow: hidden;
}
.page_litpic_l{
    float: left;
}
.page_litpic_l span{
    display: block;
    width: 650px;
    height: 450px;
    overflow: hidden;
}
.page_litpic_l span img{
    width: 100%;
    height: auto;
    min-height: 450px;
}
.page_r_des{
    float: right;
    margin-left: 10px;
    width: 565px;
}
.page_r_des h3{
    color: #333;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 22px;
}
.page_r_des>span{
    display: block;
    padding: 10px;
    background-color: #CDCDCD;
    margin: 20px 0;
}
.page_r_des>span i{
    color: #fff;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 30px;
    padding-left: 60px;
    background: url(../images/nycall.png) left center/8% no-repeat;
}
.page_r_des>span em,.page_r_des>span p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.page_code {
    overflow: hidden;
}
.page_code em,.page_code i{
    float: left;
}
.page_code em{
    margin-right: 30px;
}
.page_code em img{
    width: 130px;
    border: 1px solid #f2f2f2;
    padding: 2px;
    height: 130px;
}
.page_code i ul li{
    display: block;
    margin-top: 15px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #f2f2f2;

    background: #af9981;
}
.page_code i ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
/*hot*/
.hot{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.hot_go {
    width: 99999px;
    position: relative;
}
.hot_go ul{
    float: left;
}
.hot_go ul li{
    float: left;
    width: 290px;
    margin: 10px 5px;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.hot_go ul li a{
    width: 100%;
    display: block;
    height: 100%;
}
.hot_go ul li img{
    width: 100%;
    height: auto;
    min-height: 260px;
    transition: all 0.6s;
}
.hot_go ul li:hover img{
    transform: scale(1.1);
}
.hot_go ul li em{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #af9981;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
}
.hot_go ul li:hover em{
    background: #e40c01;
}
/**/
    @media screen and (max-width:1830px) {
        .h_t_con, .h_b_con{
           width: 90%;
        }
    }
        @media screen and (max-width:1630px) {
        .h_t_con, .h_b_con{
           width: 98%;
        }
    }
            @media screen and (max-width:1490px) {
        .h_t_con, .h_b_con{
           width: 100%;
        }
        .nav li{
            margin: 0;
        }
    }
	
	
	.shebei{


	height:530px;


}
.shebei_show {
    width: 100%;
    overflow: hidden;

}

.shebei_go {
    width: 99999px;
    position: relative;

    overflow: hidden;
	margin-left:20px;
	margin-top:30px;
}

#shebei_a,
#shebei_b {
    float: left;
}

#shebei_a li,
#shebei_b li {
    float: left;
    margin-right: 10px;
}

#shebei_a li a,
#shebei_b li a {
    width: 445px;
    height: 335px;
    overflow: hidden;
    display: block;
    position: relative;
}

#shebei_a li a img,
#shebei_b li a img {
    width: 100%;
    min-height: 335px;
    height: auto;
    transition: all 0.5s;
}

#shebei_a li span,
#shebei_b li span {
    display: block;
    color: #fff;
    background: rgba(0,0,0,.5);
    line-height: 335px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -335px ; /*-335px*/
    width: 100%;
    transition: all 0.6s;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
}
#shebei_a li span i,#shebei_a li span em,#shebei_b li span i,#shebei_b li span em{
	display:block;
  	position:absolute;
  	text-align:center;
  font-size:15px;
  color:#fff;
  line-height:30px;
  width:100%;
  left:0;
}
#shebei_a li span i,#shebei_b li span i{
	top:56%;
}
#shebei_a li span em,#shebei_b li span em{
	top:63%;
}
#shebei_a li:hover img {
    transform: scale(1.1);
}
#shebei_b li:hover img {
    transform: scale(1.1);
}
#shebei_a li:hover span,#shebei_b li:hover span{
    bottom: 0;
}




.newss_b{
	width:100%; height:565px; background:url(../images/new.jpg) no-repeat center;}

.foot{
	width: 100%;
	height: 330px;
	background:url(../images/footbj.jpg) center no-repeat;
}
.dbtel{
	width: 350px;
	color: #fff

}
.dbtel span{
    font-size: 23px;
    display: block;
    padding-top: 80px;
}
.dbtel em{
	font-size: 15px;
	line-height: 50px;
}
.dbtel p{
	display: block;
	height: 60px;
	line-height: 60px;
	border-top: 1px #525252 solid;
	border-bottom: 1px #525252 solid;
	margin-top: 15px;
	background: url(../images/tela.png) 15px center no-repeat;
	padding-left: 60px;
	font-size: 28px;
	font-family: "Arial"
}
.dbdh{
	margin-left: 65px;
	width: 550px;
	margin-top: 60px;
}
.dbdh span{
	color: #fff;
	font-size: 25px;
}
.dbdh em{
	display: block;
	width: 45px;
	height: 3px;
	background: #fff;
	margin-top: 13px;
}
.dbdh ul{
	margin-top: 20px;
}
.dbdh ul li{
	width: 170px;
	height: 40px;
	background: #3b3b3b;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 40px;
}
.dbdh ul li a{
	display: block;
	color: #c6c6c6;
	font-size: 15px;
}
.dbdh ul li:hover a{
	background: #785f55;
	color: #fff
}
.dbewm{

}
.dbewm span{
	color: #fff;
	font-size: 18px;
	background: url(../images/xian.png) center no-repeat;
	display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}
.dbewm ul li{
	float: left;
	text-align: center;
	width: 120px;
	margin-left: 18px;
	line-height: 40px;
	color: #fff
}
.copy{
	width: 100%;
	height: 60px;
	background: #785f55;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
}
.copy a{
	color: #fff;
	font-size: 15px;
}
.baseDiv {
    width: 1300px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fl {
    float: left;
}

.fr {
    float:right;
}


.zizjh{
	width:1250px; height:150px;  margin:0px auto;}
	
.zizjh_l{
	float:left; width:130px;}
.zizjh_z{
	padding-top:60px; font-size:16px; padding-left:20px; width:900px; float:left; text-align:left;}
.zizjh_p{
 font-size:16px; padding-left:0px; line-height:50px; text-align:left; padding-left:20px;}
 
 
 .zizjh_r{
	 width:100px; height:40px; background:#999; float:right; background:#bea485; margin-top:80px;     border-radius: 20px;  line-height:40px; text-align:center; color:#FFF;}
	 
	 .zizjh_r a{
		 display:block;
		 color:#FFF;
	}
	
	 .zizjh_r a:hover{
		 background:#7d5f3a;
		 color:#FFF;
		  border-radius: 20px; 
	}
	
	.fffr{
		float:right;
		margin-right:10px;
		margin-top:20px;}
	.fffr form{
    width: 360px;
    height: 50px;
    background: #af9981;
    border-radius: 8px;
    margin-top: 10px;
}
.fffr form input{
    float: left;
    width: 280px;
    height: 40px;
    color: #333;
    font-size: 13px;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    margin: 5px;
    padding-left: 8px;
    box-sizing: border-box;
}
.fffr form button{
    float: left;
    width: 35px;
    height: 35px;
    background: url(../images/soun.png) no-repeat;
    margin-left: 15px;
    border: none;
    outline: none;
    margin-top: 8px;
    cursor: pointer;
}