@charset "utf-8";
header{
	width:100%;
	background:#fff;
	padding-top:30px;
	position:fixed;
	z-index:333;
	transition: 0.5s;
	border-bottom: 1px solid #cdcdcd;
}
.header2{
	width:100%;
	background:#fff;
	padding-top:0px;
	position:fixed;
	transition: 0.5s;
}
.top {
	width:1200px;
	height:70px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between;
}

.logo{
	float:left;
	margin-top:10px;
	height:50px;
}
.logo img{
	height: 50px;
}


.nav {
	width:492px;
	height: 50px;
	margin-top:10px;
}

.nav ul {
	width:100%;
}

.nav ul li {
	float: left;
	width:82px;
	text-align:center;
	font-size: 14px;
	position:relative;
}

.nav ul li a {
	float: left;
	width:82px;
	height: 50px;
	line-height:50px;
	color:#888;
}

.nav ul li a:hover,
.nav ul li a.nav_on{
	float: left;
	width:82px;
	height: 50px;
	color:#ff933f;
}
.nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 80px;
	display: none;
	margin:0px auto;
	width:160px;
	background:#fff;
	border: 1px solid #e6e6e6;
    padding: 1.6rem;
}
.nav ul li ol img{
	display:block;
	position: absolute;
	height:10px;
	top:-10px;
	left:40px;
}
.nav ul li ol li {
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	margin: 0;
}

.nav ul li ol li a {
	display: block;
	width: 100%;
	height: 40px;
}

.nav ul li ol li a:hover {
	width: 100%;
	height:40px;
}
.t_r{
	width:280px;
	margin-top:18px;
	display: flex;
    justify-content: space-between;
}
.search{
	width:220px;
	height:34px;
	line-height:34px;
	border:1px solid #cdcdcd;
	border-radius:40px;
}
.t_c{
	width:34px;
}
.t_c img{
	width:100%;
}
.t_c a{
	display: block;
	width: 34px;
	filter:grayscale(100%) brightness(400%);
	-webkit-filter: grayscale(0) brightness(400%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.t_c a:hover{
	filter: grayscale(0) brightness(100%);
	-webkit-filter: grayscale(0) brightness(100%);
}
	
.search_w{
float: left;
width:84%;
border:none;
padding: 0px 6%;
line-height:34px;
font-size: 14px;
height:34px;
background:none;
color:#999;
box-sizing:border-box;
outline: none;
}

.search a{
	float: left;
    width:14%;
}
.search img{
	width:26px;
	vertical-align: -6px;
    display: inline-block;
	margin-right:8px;
}



.banner {
  width: 100%;
  height: 600px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  
  background-position: center center !important;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img{
	 width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-button-prev .bal{
  right: 20px;
  outline: none;
}

.banner .swiper-container .swiper-button-next .baf{
  left: 20px;
  outline: none;
}

@media screen and (max-width: 1200px) {
 .banner {
    height: 560px;
  }
   .s_b{
	   height: 300px;
	 }
}

@media screen and (max-width: 992px) {
  .banner {
    height: 450px;
  }
  .s_b{
	   height: 200px;
	 }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
  }
 
}

@media screen and (max-width: 576px) {
 .banner {
    height: 400px;
  }
  .banner .swiper-container {
    --swiper-navigation-size: 30px;
  }
}




/*.banner{
	width:100%;
	min-width:1200px;
	height:750px;
	object-fit: cover;
	overflow:hidden;
	position:relative;
}
.banner img{
	width:100%;
	height:750px;
	object-fit: cover;
}
.banner_t{
	width:100%;
	margin:0px auto;
	text-align:center;
	position:absolute;
	top:40%;
	color:#fff;
	font-size:16px;
	line-height:200%;
	z-index:2;
}
.banner_t p{
	font-size:30px;
	font-weight:bold;
	padding-bottom:10px;
}
.banner_t img{
	width:82px;
	height:3px;
	margin:12px 0px;
}
.banner_t a{
	color:#ff933f;
	font-size:14px;
}*/
.banner_fl{
	position: relative;
	width:1200px;
	height:150px;
	display:block;
	margin:0px auto;
}
.banner_fl_c{
	position: absolute;
	width:1200px;
	height:150px;
	top:-75px;
	z-index:3;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: flex;
    justify-content: space-between;
}
.banner_fl_li{
	width:33.3%;
	padding:20px;
	height:150px;
	line-height:26px;
	box-sizing:border-box;
	border-right:1px solid #e3e3e3;
	display: flex;
    justify-content: space-between;
}
.banner_fl_li:nth-child(3){
	border-right: none;
}
.banner_fl_li .banner_fl_img{
	width:80px;
	padding:15px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.banner_fl_img img{
	width:100%;
}
.banner_fl_li:hover .banner_fl_img{
	padding:0px 15px 15px 15px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.banner_fl_tt{
	width:180px;
	margin-right:50px;
	
}
.banner_fl_tt p{
	width:100%;
	font-weight:bold;	
	font-size:18px;
	padding-bottom:6px;
		overflow: hidden;       
		text-overflow:ellipsis;  
		white-space: nowrap;     
}
.banner_fl_tt a.b,.w_btn a,.lx_btn a,.about_tl a,.fw_ct_btn a{
	font-size:12px;
	color:#ff933f;
	text-decoration:none;
}
.banner_fl_tt a.b:hover,.w_btn a:hover,.lx_btn a:hover,.about_tl a:hover,.fw_ct_btn a:hover{
	color:#ff933f;
	text-decoration: underline;
}
.product{
	width:1200px;
	height:630px;
	margin:-30px auto 0px auto;
}
.product_li{
	float:left;
	width:276px;
	margin-right:32px;
	box-sizing:border-box;
	padding:30px;
	position:relative;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product_li:nth-child(4){
	margin-right:0px;
}

.product_li .product_tb,.c_prod_li .product_tb{
	position:absolute;
	z-index:3;
	width:80%;
	font-size:34px;
	font-weight:bold;
	font-family:Arial;
	color:#ff933f;
	transition: 0.5s;
}
.product_tb img{
	float:right;
	width:30px;
}
.product_li:hover .product_tb,.c_prod_li:hover .product_tb{
	width:84%;
	transition: 0.5s;
}
.product_img{
	width:226px;
	height:226px;
}
.product_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product_tl{
	width:100%;
	font-size:16px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-weight:bold;
}
.product_fbt{
	width:100%;
	font-size:12px;
	line-height:18px;
	height:36px;
	margin:10px 0px;
	overflow:hidden;
	color:#1e1e1e;
}
.product_tt{
	width:100%;
	height:220px;
	line-height:18px;
	overflow:hidden;
	color:#5a5a5a;
}
.product_tt p{
	font-size:12px;
	color:#999999;
	margin-top:16px;
}
.np{
	width:1200px;
	height:260px;
	padding:35px;
	box-sizing:border-box;
	margin:0px auto;
	background:url(../images/np_bg.jpg) no-repeat;
	background-size:100% auto;
}
.np_img{
	float:left;
	width:520px;
}
.np_img img{
	width: auto;
	height: 200px;
}
.np_ct{
	float:left;
	width:400px;
	padding:0px 40px;
	color:#fff;
}
.np_ct span{
	font-size:18px;
	color:#ff933f;
}
.np_ct p{
	font-size:30px;
	font-weight:bold;
	margin:35px 0px;
}
.np_ct a{
	color:#fff;
}
.np_btn{
	float:left;
	width:90px;
	height:40px;
	margin-top:120px;
	line-height:40px;
	text-align:center;
}
.np_btn a{
	float:left;
	width:90px;
	height:40px;
	border:1px solid #ff933f;
	border-radius:4px;
	color:#ff933f;
}
.np_btn a:hover{
	border:1px solid #ff933f;
	border-radius:4px;
	background:#ff933f;
	color:#fff;
}
.w{
	width:1200px;
	margin:45px auto;
}
.js{
	float:left;
	width:66%;
	box-sizing:border-box;
	padding:60px;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.xzzx{
	float:right;
	width:30%;
	box-sizing:border-box;
	padding:60px;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.w_tl{
	width:100%;
	font-size:24px;
	font-weight:bold;
	color:#1e1e1e;
	margin-bottom:20px;
}
.w_li{
	width:100%;
	border-bottom:1px solid #e3e3e3;
	padding:20px 0px;
}
.w_li_tl{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.w_li_tl a.b{
	color:#888888;
}
.w_li_ct{
	width:100%;
	font-size:12px;
	color:#999;
	height:30px;
	line-height:30px;
	overflow:hidden;

	text-overflow:ellipsis;  /*显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;     /*文本不换行*/
}
.w_btn{
	width:100%;
	margin-top:30px;
}
.tit{
	width:1200px;
	margin:0px auto;
	color:#888;
	text-align:center;
	line-height:300%;
}
.tit p{
	font-size:36px;
	font-weight:bold;
	color:#1e1e1e;
}
.lx{
	width:1200px;
	margin:45px auto;
	display: flex;
    justify-content: space-between;
}
.lx_li{
	width:31%;
	background:#fff;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lx_tl{
	width:100%;
	height:36px;
	line-height:36px;
	overflow:hidden;
	font-size:18px;
	margin:30px 0px 10px 0px;
	font-weight:bold;
}
.lx_ct{
	width:80%;
	height:48px;
	margin:0px auto;
	line-height:24px;
	overflow:hidden;
	color:#888;
}
.lx_btn{
	width:100%;
	margin:20px 0px;
}
.mess{
	width:100%;
	background:#1e1e1e;
	padding:80px 0px;
}
.mess_ct{
	width:1200px;
	margin:0px auto;
}
.mess_tit{
	width:100%;
	margin:0px auto;
	color:#888;
	text-align:center;
	line-height:300%;
}
.mess_tit p{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.mess_tt{
	width:80%;
	margin:16px auto;
	display: flex;
    justify-content: space-between;
}
.mess_li{
	width:24%;
	height:42px;
}
.mess_yz{
	width:10%;
	height:42px;
}
.mess_yzm{
	width:110px;
}
.messin{
    width:100%;
	height:42px;
	line-height:42px;
	border: none;
	padding:0px 2%;
	background:#fff;
	color:#888;
}
.mess_btn{
	width:160px;
	margin:0px auto;
	height:42px;
	line-height:40px;
	text-align:center;
}
.mess_btn a{
	float:left;
	width:160px;
	height:40px;
	border:1px solid #ff933f;
	border-radius:4px;
	color:#ff933f;

}
.mess_btn a:hover{
	border:1px solid #ff933f;
	border-radius:4px;
	background:#ff933f;
	color:#fff;
}

.mess_btn input{
	float:left;
	width:160px;
	height:40px;
	border:1px solid #ff933f;
	border-radius:4px;
	color:#ff933f;
	background: #1e1e1e;
	cursor:pointer;
}
.mess_btn input:hover{
	border:1px solid #ff933f;
	border-radius:4px;
	background:#ff933f;
	color:#fff;
}
.bottom{
	width:1200px;
	margin:30px auto;
	display: flex;
    justify-content: space-between;
}
.about{
	width:35%;
	
}
.about_tl{
	color:#1e1e1e;
	margin-bottom:20px;
	font-weight:bold;
}
.about_ct{
	width:100%;
	height:96px;
	line-height:24px;
	overflow:hidden;
	font-size:12px;
}
.bottom_rg{
	width:50%;
	display: flex;
    justify-content: space-between;
}
.bottom_li{
	width:19%;
	margin-right:1%;
}
.bottom_lit{
	font-weight:bold;
	margin-bottom:20px;
}
.bottom_lit a{
	color:#1e1e1e;
}
.bottom_lic{
	font-size:12px;
	line-height:24px;
	height:24px;
	
}
.bottom_lic a{
	color:#888;
}
.foot{
	width:1200px;
	font-size:12px;
	margin:0px auto;
	border-top:1px solid #e3e3e3;
	padding:20px 0px;
}
.foot a{
	color:#888;
}
/* 内页 */
.add{
	width:100%;
	background:#fbfbfb;
	padding:120px 0px 20px 0px;
	border-bottom: 1px solid #cdcdcd;
}
.add_ct{
	width:1200px;
	font-size:12px;
	margin:0px auto;
	color:#1e1e1e;
}
.add_ct a{
	color:#888;
	padding:0px 20px;
}
.c_prod{
	width:1200px;
	margin:30px auto;
}
.c_prod_lf{
	float:left;
	width:260px;
}
.c_prod_rg{
	float: right;
	width:930px;
}
.cla_tl{
	width:100%;
	font-size:18px;
	margin-bottom:60px;
	color:#1e1e1e;
	font-weight:bold;
}
.cla_tl a{
	width:auto;
	height:50px;
	line-height: 50px;
	color:1e1e1e;
	transition: all 0.5s ease;
	position: relative;
    display: inline-block;
	border-bottom: 2px solid transparent;
}
.cla_tl a:hover,.cla_tl a.active{
	font-size:22px;
	border-bottom:2px solid #ff933f;
    color:#ff933f;
    transition: all 0.5s ease;
}
.cla_e{
	width:100%;
	font-size:16px;
	line-height:48px;
}
.cla_e a{
	width:100%;
	padding-left:24px;
	box-sizing:border-box;
}
.cla_e a:hover{
	width:100%;
	background:url(../images/cla02.jpg) left no-repeat;
}
.cla_li{
	width:100%;
	font-size:14px;
	margin-left:24px;
	box-sizing:border-box;
	line-height:48px;
}
.cla_li a{
	width:100%;
	color:#888;
	padding-left:24px;
	box-sizing:border-box;
}
.cla_li a:hover{
	width:100%;
	background:url(../images/cla03.png) left no-repeat;
}
.cla_dc{
	width:100%;
	font-size:14px;
	line-height:48px;
}
.cla_dc a{
	color:#888;
}
.c_prod_li{
	float:left;
	width:276px;
	margin-left:32px;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:30px;
	position:relative;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.js_tl{
	width:100%;
	font-size:30px;
	color:#1e1e1e;
	font-weight:bold;
	margin-bottom:25px;
}
.js_lx{
	width:100%;
	font-size:16px;
	color:#1e1e1e;
	margin-bottom:40px;
}
.js_dh{
	width:100%;
	line-height:260%;
}
.www{
	float:right;
	width:900px;
}
.c_js{
	float:right;
	width:900px;
	background:#fff;
	box-sizing:border-box;
	padding:36px;
}
.c_js_li{
	width:100%;
	border-bottom:1px solid #e3e3e3;
	padding:20px 0px;
}
.c_js_tl{
	width:100%;
	font-size:24px;
	line-height:200%;
	font-weight:bold;
	color:#1e1e1e;
}
.c_js_rq{
	width:100%;
	font-size:12px;
	color:#999;
	padding:10px 0px 30px 0px;
	border-bottom:1px solid #e3e3e3;
}
.c_js_ct{
	width:100%;
	margin:30px 0px 120px 0px;
	line-height:180%;
}
.c_js_nt{
	width:100%;
	color:#999;
	padding:25px 0px;
	border-top:1px solid #e3e3e3;
}
.c_js_nt a{
	color:#999;
}
.xz_a{
	width:100%;
}
.xz_a a{
	float:left;
	width: auto;
	font-size:16px;
	padding:10px 15px;
	border:1px solid #cdcdcd;
	border-radius:4px;
	color:#888;
	margin-right:10px;
	margin-bottom:10px;
}
.xz_a a:hover{
	color:#ff933f;
	border:1px solid #ff933f;
}
.c_xz{
	width:100%;
	border-bottom:1px solid #e3e3e3;
	padding:20px 0px;
	display: flex;
    justify-content: space-between;
} 
.c_xz_lf{
	width:70%;
}
.c_xz_rg{
	text-align:right;
	width:20%;
	line-height:66px;
}
.c_xz_rg01{
	text-align:right;
	width:20%;
	line-height:30px;
}
.w_li_tl img{
	width:30px;
	margin-right:10px;
	vertical-align: -10px;
    display: inline-block;
}
.c_xz_rg a,.c_xz_rg01 a{
	color:#ff933f;
	margin:0px 10px;
}
.c_xz_rg a:hover,.c_xz_rg01 a:hover{
	color:#ff933f;
	text-decoration: underline;
}
.cont_tl{
	width:100%;
	color:#1e1e1e;
	font-size:24px;
	font-weight:bold;
}
.cont_ts{
	width:100%;
	margin:20px 0px;
}
.cont_ct{
	width:620px;
	height:330px;
	margin:40px 0px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	padding:50px;
	line-height:240%;
}
.cont_ct p{
	font-size:24px;
	color:#1e1e1e;
	padding-bottom:30px;
}
.cont_ct p span{
	color:#ff933f;
}
.cont_map{
	width:100%;
	height:500px;
}
.cont_map img{
	width:100%;
	height:500px;
}
.c_about{
	width:100%;
	line-height:200%;
	margin:30px 0px;
}
.fw{
	width:1200px;
	margin:30px auto;
}
.fw_li{
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:6%;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fw_li:nth-child(2),.fw_li:nth-child(4){
	margin-right:0px;
}
.fw_img{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	height:16vmax;
	min-height:200px;
}
.fw_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.fw_ct{
	width: 100%;
	padding:40px;
	box-sizing:border-box;
}
.fw_ct_tl{
	width: 100%;
	font-size:18px;
	font-weight:bold;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.fw_ct_tt{
	width: 100%;
	height:48px;
	overflow:hidden;
	margin:10px 0px;
	line-height:24px;
}
.fw_ct_btn{
	width: 100%;
	margin-top:20px;
}
.cp_tl{
	width: 100%;
	font-size:30px;
	color:#1e1e1e;
}
.cp_ftl{
    width:100%;
	font-size:12px;
	line-height:20px;
	margin:10px 0px 40px 0px;
	color:#1e1e1e;
}
.cp_stl{
	width:100%;
	height:40px;
	line-height: 40px;
    color:#ff933f;
	font-size:18px;
	margin-bottom:40px;
}
.cp_stl a{
	width:auto;
	color:#ff933f;
	padding-bottom:10px;
	border-bottom:2px solid #ff933f;
}
.cp_stl_kj{
	width:100%;
	height:40px;
	line-height: 40px;
}
.cp_stl_kj a{
	color:#888;
}
.cont_rtop{
	width: 100%;
	padding:2% 0px;
}
.cont_rtopl{
    width:450px;
    float: left;
}

.cont_rtopr{
    width: 320px;
    float: right;
	color:#888;
	line-height:200%;
}
.jqzoom{
    border: none;
    padding: 0px;
    margin: 0px;
	width:450px;
	height:450px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.jqzoom img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
	margin: 0px auto;
}

.zoomdiv{
    z-index:3;
    position: absolute;
    top: 0px;
    left: 0px;
    width:450px;
    height:450px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup{
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

/*图片小图预览列表*/
.spec-preview{
   width: 450px;
    height:450px;
    border: 1px solid #DFDFDF;
	background:#fff;
}
.spec-preview img{
	width: 450px;
    height:450px;
}

.spec-scroll{
    clear: both;
    margin-top: 5px;
    width:450px;
}

.spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 400px;
    height: 90px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 90px;
}

.spec-scroll .items ul li {
    float: left;
    width:102px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 84px;
    height:84px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #FF6600;
    padding: 1px;
}
.ccc{
	width:100%;
	padding:20px 0px;
	line-height:200%;
}
.ccc_li{
	width:100%;
	border-bottom:1px solid #e3e3e3;
	padding:20px 0px;
	display: flex;
    justify-content: space-between;
}
.ccc_lf{
	width:24%;
	color:#999;
}
.ccc_rg{
	width:72%;
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 4px;
    cursor: pointer;
}

.sjs{
		display: block;
	}
@media screen and (min-width:200px) and (max-width:800px)
{
	.open_mnav {
        display: block;
    }
	.nav,.t_r,.sjs{
		display: none;
	}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	margin-top: 5px;
	height: 50px;
}
.logo img{
	height: 50px;
}
.banner {
    width: 100%;
    min-width: inherit;
    height: 500px;
}
.banner_fl {
    position: relative;
    width: 100%;
    height: 240px;
}
.banner_fl_c {
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
}
.banner_fl_li {
    width: 33.3%;
    padding:2%;
    height: 240px;
    line-height: 26px;
	display: block;
    justify-content: space-between;
}
.banner_fl_li .banner_fl_img {
    width: 50px;
    padding: 5px;
	margin:0px auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.banner_fl_tt {
    width: 100%;
	text-align:center;
    margin-right: 0px;
}
.cont_rtopl {
    width: 100%;
    float: left;
}
.cont_rtopr {
     width: 100%;
    float: left;
}
.spec-preview{
     width: 100%;
    height: 45vh;
    border: 1px solid #DFDFDF;
    background: #f5f9fe;
}

.jqzoom{
    border: none;
    padding: 0px;
    margin: 0px;
	width:100%;
	height: auto;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
	
}
.spec-scroll{
    clear: both;
    margin-top: 5px;
   width:100%;
}
.spec-preview img {
    width:100%;
    height:100%;
	object-fit: cover;
}
.spec-scroll .items {
    float: left;
    position: relative;
    width:85%;
    height: 60px;
    overflow: hidden;
}
.spec-scroll .items ul {
    position: absolute;
    width:100%;
    height: 60px;
}

.spec-scroll .items ul li {
    float: left;
    width:60px;
	height:60px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 52px;
    height:52px;
}
.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 5%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #CCC;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}
.product {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.product_li,.c_prod_li{
    float: left;
    width: 46%;
    padding: 3%;
	margin:2%;
}
.product_li:nth-child(4){
	margin:2%;
}
.product_img {
    width: 100%;
    height: auto;
}
.np {
    width: 100%;
    height: 140px;
    padding: 3%;
    box-sizing: border-box;
    margin: 0px auto;
    background: url(../images/np_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.np_img {
    float: left;
    width: 40%;
}
.np_ct {
    float: left;
    width: 50%;
	font-size:12px;
    padding: 0px 4%;
    color: #fff;
}
.np_ct span {
    font-size: 12px;
    color: #ff933f;
}
.np_ct p {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
}
.np_btn,.bottom_rg{
	display:none;
}
.w,.lx,.mess_ct,.bottom,.c_prod,.fw{
    width: 96%;
    margin: 20px auto;
}
.js,.xzzx{
    float: left;
    width: 100%;
    padding:5%;
}
.xzzx{
	margin-top:20px;
}
.tit {
    width: 100%;
	line-height: 200%;
}
.tit p {
    font-size: 20px;
	margin:10px 0px;
}
.lx_li {
    width: 31%;
    padding: 4px;
}
.lx_tl{
	font-size:14px;
	margin: 10px 0px;
}
.lx_ct{
	font-size:12px;
	height: 40px;
	line-height:20px;
}
.lx_btn {
    width: 100%;
    margin: 6px 0px;
}
.mess {
    padding: 30px 0px 120px 0px;
}
.mess_tit{
	line-height:180%;
}
.mess_tit p {
    font-size:16px;
    font-weight: bold;
    color: #fff;
}
.mess_tt {
    width: 100%;
	display: block;
    margin: 10px auto;
}
.mess_li {
	float:left;
    width: 46%;
	margin:2%;
    height: 42px;
}
.mess_yz {
	float:left;
    width: 25%;
    margin:2%;
}
.mess_yzm {
	float:left;
    width: 20%;
	margin-top:2%;
}
.product_li .product_tb, .c_prod_li .product_tb{
	font-size:20px;
}
.product_fbt {
    margin: 4px 0px;
}
.product_tt {
	font-size:12px;
	height:190px;
}
.product_tt p {
    margin-top: 10px;
}

.about,.add_ct,.c_prod_lf{
    width:100%;
}
.foot{
    width:94%;
	padding:20px 3%;
}
.c_prod_rg,.www{
	float:left;
	 width:100%;
}
.cla_tl {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.cla_e {
    width: 100%;
    font-size: 12px;
    line-height: 36px;
}
.cla_li {
	float:left;
    width:33%;
    font-size: 12px;
    margin-left: 0px;
    box-sizing: border-box;
    line-height: 20px;
}
.cla_e a {
    width: 100%;
    padding-left:0px;
    box-sizing: border-box;
}
.cla_tl a{
	width:auto;
	height:40px;
	line-height: 40px;
}
.cla_li a {
    width: 100%;
    color: #888;
    padding-left: 0px;
    box-sizing: border-box;
}
.cla_tl a:hover,.cla_tl a.active{
	font-size:16px;
}
.c_js {
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
}
.c_xz_rg {
    text-align: right;
    width: 28%;
    line-height: 66px;
}
.c_xz_rg01 {
    text-align: right;
    width: 28%;
    line-height: 30px;
}
.c_xz_rg a, .c_xz_rg01 a {
    color: #ff933f;
    margin: 0px 2px;
}
.cont_ct {
    width: 100%;
    height: auto;
    margin: 30px 0px;
   
    padding: 6%;
    line-height: 200%;
}
.cont_map {
    width: 100%;
    height: 300px;
}
.cont_map img {
    width: 100%;
    height: 300px;
}
.fw_li {
    float: left;
    width: 100%;
    margin-right:0%;
    margin-bottom: 6%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fw_ct {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.fw_ct_btn {
    width: 100%;
    margin-top: 0px;
}
.fw_img {
    min-height: inherit; 
}
.jqzoom img {
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.cont_tl {
    font-size: 20px;
}
}
#map img {
max-width: inherit;
}
