@charset "utf-8";

body{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px; background:#fff;color:#595959;}
body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,
hr{margin:0;padding:0;}
img{border:0;}
button,input,select,textarea{font-size:100%;}
ul,ol{margin:0; padding:0px;list-style-type: none;
    vertical-align: 0;}
.clear{ clear:both; }
ol, ul {
	list-style: none;
}
a{text-decoration:none;}
a{color:#000;}
a:hover{text-decoration:none;color:#000;}
.container:after, .container:before, .row:after, .row:before, .container-fluid:after, .container-fluid:before {
	display: table;
	content: " ";
	clear: both;
}
/*顶部区域*/
.index_top{
	  width: 100%;
	  background-color: rgba(38, 38, 38, 1);	   
}

.w_grid{	
	  width: 100%;
    max-width: 1280px;
    min-width: 0px;
    height: 40px;
    max-height: none;
    min-height: 40px;
    margin: 0 auto;  
    padding: 0;    	
}
.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
.p_gridbox1{
	  margin-left: 0;
    clear: left;
    margin-right: 0;
    width: 70%;
    float: left;
}
.p_welcome{	
	  width: auto;
    max-width: 373px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 1px;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:0;
}
.p_gridbox2,.p_gridbox3{
	  float: left;
		width:2%;
    margin-top: 4px;
    margin-right: 3%;
  
}

.p_gridbox4{
	  float: left;
  	width:18%;
}

/*菜单*/
.index-menu{	
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 110px;
    margin:0 auto;
    padding:0;
   
}

.w-menu{
	  width: 100%;
    max-width: 1440px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 110px;
    margin:0 auto;
    padding:0;

}
.logo{
		float:left;
		width:30%;
	}
.logo img{
		width:70%;
		max-width:220px;
		margin-top:20px;
		margin-bottom:19px;
}
.main-menu{
	  float:left;	
		width:48%;
	  margin-left: 0%;
	  margin-right: 0px;
	  clear: none;
}
.p-menu{	
	  position: relative;
    width: calc(100% / 6);
    height: 110px;
    float: left;
    text-align: center;
    line-height: 110px;
}
.p-menu a{
		color:#000;	
		line-height: 110px;
		height:110px;
		font-size:16px;
}
.p-menu a:hover{
		color:#fff;text-decoration:none;
}
.p-menu:hover{
		background-color: #f9c244;
		color:#fff;
}
.p-menu:hover a{
		background-color: #f9c244;
		color:#fff;
}

.search{
		float:left;
		width:20%;
		margin-right: 0px;
		margin-left: 0px;
}
.p_search{	
    margin-top: 41px;
  
}	
.search_box{

	  float:left;
	  width:70%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228,228,228,0);
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    
  
}
.search_box .p_input {
    width: 100%;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    color: inherit;
    position: relative;
    font-size: 14px;
}
.search_box input{
    display: inline-block;
    height: 100%;
    width: inherit;
    line-height: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(55, 43, 43);
    padding-left: 10px;
    padding-right: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgba(0,0,0,0);
    outline:none;
}

.search_botton{	
	  float:left;       
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: rgba(255,255,255,1);
    border-width: 1px;
  
    border-color: rgba(255,255,255,0);
    background-color: rgba(19, 4, 4, 0.93);

    margin-top: 0;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    cursor: pointer;
 
    text-decoration: none;
    background-size: 100% 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	}
.btn{
	
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 80%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;

	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 15px 5px 15px 5px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}



/*关于我们*/
.index_about{	
	  background-color: rgba(250, 250, 250, 1);
	  padding-bottom:20px;
}

.left_about{
	float:left;
	margin-left: 0px;
   
    margin-right: 0px;
    width: 50%;
}
.p_FLine{
    border-top-color: rgba(252, 186, 33, 1);
    border-top-width: 2px;
    border-top-style: solid;	
    width: 100%;
    max-width: 80px;
    margin-top: 60px;
}
.p_title{	
    margin-top:20px;	
}
.p_content{
	line-height:35px;
	font-size:16px;
	margin-top: 10px;
	color:#595959;
}
.p_more{
	margin-top:40px;
	text-align:center;
}

.p_more_btn{
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-width: 1px;
    border-style: solid;  
    color:#000;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(160, 160, 160, 1);
   
      
}
.p_more_btn:hover{
	background-color:rgba(255, 158, 31, 1);
	 border-width: 0;
}
.right_about{
	float:right;
	margin-right: 0px;
	width: 48%;
	
}
.right_image img
{
	  width: 100%; 
    margin-top: 60px;

	}
	/*首页产品中心*/
.index_product{
	background-color: #f1f2f6;
	  width: 100%;
   padding-top: 50px;
     padding-bottom: 50px;
}
.title_product{
    z-index:9999;
    height:90px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.ip_left{
	float:left;
	width:45%;
	
}
.ip_left .t1{
	font-family:微软雅黑;
	font-size:36px;
	line-height:60px;
	font-weight:bold;
	padding-left:15px;
	}
.ip_left .t2{
	color:#595959;
	font-size:30px;
	line-height:50px;
  padding-left:15px;
	}	
	
	
	
.ip_right{
	float:left;
	width: 55%;
	margin-top: 30px;
}
.ip_right .f1,.f2,.f3{
	background-color: rgba(252, 186, 33, 1);
	width:30%;
	float:left;
	margin-left:2%;
	text-align: center;
  max-width: 200px;
  min-width: 0px;

  max-height: none;
  min-height: 50px;
}
.ip_right a{
  color:#fff;	
  font-size:18px;
  line-height:50px;
}
.ip_right .f1:hover,.f2:hover,.f3:hover{
  background:#FF9E1F;
  cursor: pointer;
}
/**首页产品列表展示**/
.list_product{
	 position: relative;
	 z-index:2;
}
#four_flash{position:relative;width: 100%;
    max-width: 1280px;
    min-width: 0px;height:400px; margin:0 auto;bottom:40px;}
#four_flash .flashBg{width: 100%;max-width:1200px;height:400px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:400px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{float:left;text-align: center;
width:370px;height:340px;margin-right:25px;padding-top:40px;color:#6C6E85;transition:all 1s ease 0s;overflow: hidden;}

#four_flash .flashBg ul.mobile li .pro_title{
	background:#fff;
	border-radius: 0 0 30px 30px;

}

#four_flash .flashBg ul.mobile li img{width:100%;display:block; margin:0 auto; }

#four_flash .flashBg ul.mobile li a{display:block;border:0px;margin:0px auto;line-height:55px;}
#four_flash .flashBg ul.mobile li a:hover .pro_title{background:#FCBA21;text-decoration:none;}
#four_flash .flashBg ul.mobile li a:hover img{transform: scale(1.02);}

#four_flash .but_left{width:25px;height:100px;position:absolute; top:186px; left:-25px;font-size:60px;color:#7a7474;}
#four_flash .but_right{width:25px;height:100px; position:absolute; top:186px; right:-20px;font-size:60px;color:#7a7474;}

/**首页品质与服务**/
.index_service{
	  background:#fff;
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 50px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding:0;	
}
.index_service .s1{
	color:#FCBA21;
	font-family:微软雅黑;
	line-height:1.8;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-top:50px;
}
.index_service .s2{
	font-size:24px;
	text-align:center;
	padding-bottom:40px;
}
.index_service .s3{
	text-align:center;
	}
.index_service .s4{
	text-align:center;
	}
/**首页案例**/

.index_anli{
		position:relative;
		width:100%;
		background-image:url(../images/index_32.jpg);
}
.index_anli .anli_title{
		text-align:center;	
		padding-top:50px;
		padding-bottom: 20px;
}
.index_anli .anli_title .anli1{
		font-size:36px;
		color:#FCBA21;
}
.index_anli .anli_title .anli2{
		font-size:36px;
		color:#000;
}
.index_anli .anli_title p{
		font-size:18px;
		color:#000;
		line-height:50px;
}
.index_anli .swiper-container{

	  height:400px;
}
.list_anli    .swiper-wrapper{
    height:280px;
}
.list_anli   .swiper-slide {
		text-align: center;
		font-size: 18px;
		
		height: 280px;
		width:20%;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		transition-property:all;
    }

.list_anli .swiper-slide img{
	 width:100%;
}
.list_anli .swiper-slide img:hover{
	transform: scale(1.05);
}
.list_anli .swiper-slide a:hover img{
	transform: scale(1.05);
}
.list_anli .swiper-slide p{
	color:#707070;
	font-size:18px;
	padding-top:20px;
}
.button-prev{
	float:left;
	width:180px;
  margin-left:50px;
  cursor: pointer;
	}
.button-next{
	float:right;
	width:180px;
  margin-right:50px;
  cursor: pointer;
  text-align: right;
}
.button-prev i,.button-next i{
	margin-left:20px;
	margin-right:20px;
}
/**index_news**/

.index_news{
	  width: 100%;
   
    height: 600px;
    max-height: none;
    min-height: 200px;
   
    margin:0 auto;
    padding:0;
}

.title_news{
		padding-top:40px;
		padding-bottom: 20px;
		text-align:center;	
}
.title_news .news1{
		font-size:36px;
		color:#FCBA21;
}
.title_news .news2{
		font-size:36px;
		color:#000;
}
.title_news  p{
		font-size:18px;
		color:#000;
		line-height:50px;
}	
.index_news .left_news{
	float:left;
	width:40%;
	height: 400px;
  margin-left:5%; 
	}
.index_news .right_news{
   float:left;
	 width:50%;
	  margin-left:5%;
	 
	}	
.left_news img{width:480px;}

.left_news	.news_t1{
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	width:480px;
	 background: #eee;
}
.right_news .news_t2{
	margin-bottom:20px;
	 background: #eee;
	  height: 120px; 
}
.right_news .news_t2 .t2_time{
	width:30%;
	border-right:1px solid #d7cece;
	line-height:120px;
  text-align: center;
  font-size:16px;
  float:left;
}
.right_news .news_t2 .t2_title{
	 float:left;
	 	width:66%;
	 	padding-left:10px;
}
.right_news .news_t2 .t2_title h3{
	font-size:18px;
	padding-bottom:20px;
	padding-top:20px;
  color:#707070;
}
.right_news .news_t2 .t2_title p{
	font-size:16px;
		color:#595959;
}

/**friends**/
.index_friends{
		width: 100%;  
		background-color: rgba(252, 186, 33, 1);
}
.i_friends{
	
		text-align:right;
}
.i_friends span{
		color:#FFFFFF;
		font-family: "微软雅黑";
		font-size:14px;
		line-height:80px;
}
/**footer**/
.footer{
		width: 100%;  
	  padding:30px 0;
		
		background-color:rgba(49, 52, 55, 1);
}
.footer span{
	line-height:30px;
}
.footer span a{color:#fff;}
.footer .f_left{
		float:left;
		width: 26%;
		color:#fff;
}
.footer .f_left a{
			color:#fff;
}

.footer .f_middle{
	  margin-left:4%;
		float:left;
		width: 60%;
		color:#fff;
}
.footer .f_middle .fo1{
	float:left;
	width:20%;
}


.footer .f_right{
		float:left;
		width: 10%;
}
.footer .f_right img{
	width:100px;
	}


.index_bottom{
		width: 100%;  
    line-height:70px;
		height: 70px;
		border-top:1px solid rgba(70, 72, 75, 1);
		background-color:rgba(49, 52, 55, 1);
}

/******products********/
.products_bg{
		width:100%;
		height:200px;
		background-image: url(../images/cpb1j.jpg);
		font-weight:bold;
	  color:#fff;
}
.products_bg .bg_t1{
	
	  padding-top:40px;
}
.products_bg .bg_t1 h1{
	  font-weight:bold;
}
.products_bg .bg_t1 p{
	  line-height:40px;
	}
.products_bg .bg_t2{
	  text-align:right;
	  font-size:36px;	 
}

.shusongbeng_bg{
	background-color: rgba(249, 249, 249, 1);
  height:440px;
	margin-bottom:50px;
	margin-top:50px;
	padding-bottom:10px;
}
.pro_category{
	width:50%;
	float:left;	
	background-color: rgba(249, 249, 249, 1);
}
.pro_category .pro_title1{
	font-size:32px;
	margin-left:3%;
	margin-top:20px;
}
.pro_category .pro_category_title .cat_t{
	width:30%;
	margin-left:3%;
	float:left;	
	text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:10px;
	border: 1px solid #eee;
	border-radius: 10px;
	display: inline-block;
	line-height:24px;
	font-size:16px;
}

.pro_category .pro_category_title .cat_t a:hover{
	
  color:#fff;	
}
.pro_category .pro_category_title .cat_t:hover{
	background:#f7b624;
	color:#fff;	
}
.pro_category .pro_category_title .cat_t:hover a{
		color:#fff;	
}

.pro_r_img{
	width:49%;
float:left;	
}
.pro_r_img img{
width:100%;	
}

.pro_other_left{
	float:left;
	width:48%;
}
.pro_other_right{
	float:left;
	width:48%;
	margin-left:4%;
}
.pro_other_left span,.pro_other_right span{
	font-size:32px;
	font-weight:bold;

}


.pro_other_left img,.pro_other_right img{
 width:100%;	
 padding-top:20px;
 padding-bottom:20px;
}

/*****productlist****/

.products_menu{
	background-color: rgba(238, 238, 238, 1);
  width:100%;
  height:80px;

}
/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		margin:0; 
		padding:0; 
		list-style:none;
		height: 80px;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		float:left;			/* Show list items inline */
		width:180px; 
		position:relative; 
		height: 80px;
	}
		.navigation  li:hover{
			background:#FCBA21;	
		}
	/* Playing with Main Categories */
	.navigation  li a {
		font-size:16px;
		color:#000;
		display:block;  	/* Making sure a element covers whole li area */
	
		text-decoration:none; /* No underline */
	
		text-align:center; 
		line-height:80px;
	}

	.navigation  li a:hover {
			color:#fff;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0; 
		padding:0; 
		list-style:none;
	  background: rgba(238, 238, 238, 1);
	  z-index: 999;
	}
		
	.navigation  ul li {
		width:180px; 
		float:left; 
		border-top:none;
		height:40px;
	}
		
/* Sub Cat menu link properties */
.navigation  ul a {
	display:block;    	/* Making sure a element covers whole li area */
	
	color:#000;
	text-decoration:none;	
	border-top:none;
	font-size:14px;
	line-height:40px;
}

.navigation  ul a:hover {
	color:#fff;
}
.products_list{
	width:100%;
	margin-top:40px;	
}
.products_list .p_pro{
	display: inline-block;
	width:33%;
	text-align:center;
	margin-top:10px;
}
.products_list .p_pro:hover{
  color:#eee;
	transform:translate(0,-5px);
	-webkit-box-shadow: #ccc 0px 5px 5px;
	
	-moz-box-shadow: #ccc 0px 5px 5px;
	
	box-shadow: #ccc 0px 5px 5px; 
}
.products_list .p_pro:hover a{
  color:#60A9D7;
}
.products_list .p_pro .p_pro_img{
	padding-left:10px;
	padding-right:10px;
}
.products_list .p_pro img{
  width:100%;	
}
.products_list .p_pro .p_pro_t {
  line-height:80px;
  font-weight: bold;
  font-size: 18px;
}

/****products_details***/
.products_top{
	padding-top:60px;
	padding-bottom:60px;
}
.products_top_left{
	float:left;
	width:48%;
  margin-left:2%;
}

/* box */
.box{width:500px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;width:100%;}

.tb-thumb{margin:10px 0 0;overflow:hidden;width:90%;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{width:510px;}
.tb-s310, .tb-s310 img{max-width:510px;}

.tb-s40, .tb-s40 a{height:100px;width:130px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #1890FF;;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:300px;height:320px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.products_top_right{
	float:left;
	width:48%;
	margin-left:2%;
}
.products_top_right .products_top_title{
	font-size:30;
	font-weight:bold;	

}
.products_top_right .products_top_iso{
    margin-bottom: 0;
    margin-top: 20px;
    background: #fff !important;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    font-size:16px;
    color:#E60012;
}
.products_top_right .products_top_intro{
  	margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
	  font-size: 16px;
    line-height: 32px;
}
.products_top_right .products_top_query{
	  margin-top:20px;
   
   
}
.products_top_right .products_top_query button{
		line-height: 40px;
		border-radius: 4px;
		font-size: 16px;
		background: #E60012;
		border:0;
		padding:10 40px;
		color:#fff;
}

.products_top_right .products_top_query button:hover {
   background: #FCBA21;
}
.details_top{
	 border-bottom: 1px solid #eee;
	 display: flex;
   justify-content: center;
	 text-align:center;
	 width:100%;
}
.details_top .d_des,.details_top .d_param{ 
    float: left;
    width: auto;
    height: 45px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    font-size:18px;
  
 }
 .details_top .d_des:hover,.details_top .d_param:hover{
 	 color: #1890ff;
    border-bottom: 2px solid #1890ff;
 }
 .active{
 	 color: #1890ff;
    border-bottom: 2px solid #1890ff;
    display:block;
 }
.products_details .des{
	  padding-top:30px;
	  padding-bottom:50px;
	  font-size:16px;
	  line-height: 30px;
}
.products_details .des img{
	 width:100%;
}
.products_details .des h3{
	font-size:22px;
	font-weight:bold;
	color:#000;
	line-height: 40px;
}

.products_details .des1,.products_details .des2{
	 padding-bottom:30px;
	 line-height: 30px;
}

.products_details .des5{
	padding-top:30px;
	 padding-bottom:30px;
	 line-height: 30px;
}
.products_details .des6{
	
}
.products_details .des4 img{
   margin-bottom:30px;	
  padding-top: 30px;
}
.products_details .des3 img{
   margin-bottom:30px;	
 padding-top: 30px;
}
.products_details .des14 img{
   margin-bottom:30px;	
 
}
.products_details .param{
	display:none;
	padding-top:50px;
	padding-bottom:50px;
}
.products_details  .param td{line-height:45px;}

/***stir/product5**/
.stir1{
width:100%;
position:relative;	
}
.stir1 img{
width:100%;	
}
.stir2{
	  background-image: url(../images/b2.jpg);
    background-image-part-image: url(../images/b2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.stir2 .st_t{
	padding-top:20px;
	font-size:38px;
	color:#FFFFFF;
	font-weight:bold;
}
.stir2 .st_d{
	color:#C3E7FF;
	font-size:16px;
	padding-top:20px;
	padding-bottom:50px;
}
.stir3{
	padding-top:60px;
	color:#000;
	text-align: center;
	padding-bottom:60px;
}
.stir3 .st_cell {
	  margin-left: 0px;
    float: left;
    margin-right: 0px;
    width: 24.25%;	
}
.stir3 .st_cell span{
	font-size:24px;
	color:#000;
	line-height:60px;
}
.stir3 .st_cell p{
	color:#808080;
	font-size:14px;
	line-height:30px;
	padding:0 10px;
}
.stir3 .st_q{
  margin-top:40px;	

}

.stir3 .st_q  .e_btn{
		margin:0 auto;
		background-color: rgba(252, 186, 33, 1);
		width: 150px;
		height: 45px;
		line-height:45px;
		font-size: 18px;
		padding-right: 20px;
		padding-left: 20px;
		border-radius: 5px;
		color:#fff;
}
.stir3 .st_q  .e_btn:hover{
	  background-color:rgba(251, 1, 2, 1);
}

.stir4{
		background-color: rgba(245, 245, 245, 1);  
	  padding-top:60px;
	  padding-bottom:60px;
}
.stir4 .stir4_t{
		font-size:36px;
		text-align: center;
		padding-bottom:40px;
}
.stir4 .stir4_left{
	  float:left;
	  width:60%;
}
.stir4 .stir4_right{
	  float:left;
	  width:40%;
}
.stir4 .stir4_right .stir4_right_t{
	  font-size:24px;
	  padding-top:50px;
	  padding-bottom:20px;
}
.stir4 .stir4_right .stir4_right_d p{
	font-size:16px;
	line-height:40px;
}
.stir5{
		  padding-top:60px;
	  padding-bottom:60px;
}
.stir5_left,.stir5_right{
	 float:left;
	  width:50%;
}

.stir5 .stir5_t{
	 font-size:24px;
	 padding-bottom:10px;
}
.stir5 p{
	 font-size:16px;
	 line-height:40px;
}

.stir6{
	background-color: rgba(44, 45, 47, 1);
	padding-top:60px;
	padding-bottom:60px;
	color:#FFFFFF;
}
.stir6_t{
	font-size:36px;
  padding-bottom:30px;
	text-align:center;
}
.stir6_left{
  float:left;
  width:60%;	
}
.stir6_right {
	padding-left:40px;
	padding-top:80px;
	 float:left;
   width:40%;
	}
.stir6_right span{
	font-size:24px;

}
.stir6_right p{
	line-height:40px;
	font-size:16px;
}

.stir7{
	padding-top:60px;
	padding-bottom:60px;
}
.stir7_left,.stir7_right{
	width:50%;
	float:left;
}
.stir7_left{
	padding-top:40px;
}
.stir7_left span{
	font-size:36px;
	line-height:60px;
}
.stir7_left p{
	font-size:16px;
	line-height:40px;
}

.stir8{
	background-color: rgba(245, 245, 245, 1);
  padding-top:60px;
	padding-bottom:60px;
	
}
.stir8_left,.stir8_right{
	width:50%;
	float:left;
}
.stir8_right{
	padding-top:60px;
	padding-left:40px;
}
.stir8_right span{
		font-size:36px;
	line-height:60px;
}
.stir8_right p{
	font-size:16px;
	line-height:40px;
}
.stir9 {
	padding-top:60px;
	padding-bottom:60px;
}
.stir9_1{
	font-size:36px;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
.stir9_2{
	font-size:18px;
	text-align:center;
	padding-bottom:20px;
}

.stir9_4{
	margin-top:40px;
	margin-bottom:40px;
	padding-top:50px ;
	padding-bottom:50px ;
	padding-left:40px;
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(221, 221, 221, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
} 

.stir9_4 .stir9_4_1 {
	font-size:24px;
}
.stir9_4 p{
	font-size:16px;
	line-height:30px;
}
.stir10{
	background-color: rgba(245, 245, 245, 1);
  padding-top:60px ;
	padding-bottom:60px 

}
/**product5.html**/

.p5_4{
background-color: rgba(245, 245, 245, 1);
padding-top:60px;
padding-bottom:60px;
}

.p5_t_l{
 	float:left;
 	width:38%;
 	text-align:center;
}
.p5_t_r{
 	float:left;
 	width:62%;
 	color:#000;
 	
}
.p5_t_r span{
	font-size:36px;
	line-height:60px;
}
.p5_t_r p{
	font-size:16px;
}
.p5_des{
	margin-top:40px;
	margin-bottom:40px;
	padding-top:50px ;
	padding-bottom:50px ;
	padding-left:40px;
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(221, 221, 221, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  color:#000;
} 
.p5_des span{
	font-size:36px;
	line-height:60px;
}
.p5_des p{
	font-size:16px;
	line-height:30px;
}


.p5_5{
	padding-top:60px;
  padding-bottom:60px;
  color:#000000;
} 

.p5_5_t{
	text-align:center;
	font-size:36px
}
.p5_5_des{
	padding-top:20px;
	padding-bottom:30px;	
}
.p5_5_des p{
	font-size:16px;
	line-height:30px;
}

.p5_6{
		padding-top:60px;
	  padding-bottom:60px;	
    background-image: url(../images/index_27.png?tenantId);
    background-image-part-image: url(../images/index_27.png);
    background-repeat: repeat;
    background-position: top center;	
}

.p5_6_t1{
	  font-size:36px;
	  text-align:center;
	  color:#FFFFFF;
    background-image: url(../images/fff.png);
    background-image-part-image: url(../images/fff.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top:20px;
    padding-bottom:20px;
}
.p5_6_t2{
	padding-top:20px;
	padding-bottom:20px;
	font-size:34px;	
	color:#FFFFFF;
}

.p5_6_left{
  float:left;
  width:20%;
  border-color: rgba(123, 123, 123, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background: no-repeat;
  padding-top:35px;
  padding-bottom:35px;
  padding-left:20px;
}
.p5_6_left p{
	color:#BDBDBD;
	font-size:26px;
	line-height:40px;
}
.p5_6_right{
	float:left;
	width:75%;
	margin-left:5%;
	margin-bottom: 50px;
}
.p5_6_right p{
	color:#BDBDBD;
	font-size:16px;
	line-height:40px;
}

.p5_7{
  padding-top:80px;
  padding-bottom:60px;
}
.p5_7_left{
	width:57%;
	float:left;
}
.p5_7_right{
	width:35%;
	float:left;
	margin-left:8%;
}
.p5_001{
	  border-color: rgba(188, 188, 188, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
}
.p5_001 span{
	font-size:36px;
	line-height:50px;
}
.p5_001 p{
	font-size:18px;
	line-height:50px;
}
.p5_002 span{
	font-weight:bold;
	font-size:16px;
	line-height:50px;
}
.p5_002 p{

	line-height:30px;
}

.p5_8{
	background-color: rgba(45, 45, 47, 1);
	padding-top:60px;
  padding-bottom:60px;	
  text-align:center;
  color:#fff;
}
.p5_8_t1{
	font-size:36px;
}
.p5_8_t2{
	font-size:16px;
}
.p5_9{
	padding-top:60px;
  padding-bottom:60px;	
}
.p5_9_left{
	width:50%;
	float:left;
}
.p5_9_right{
	margin-left:10%;
	width:40%;
	float:left;
}
.p5_9_des{
	padding-bottom:40px;
	padding-top:120px;
	
	}
.p5_9_des span{
	font-size:36px;
}
.p5_9_des p{
	font-size:16px;
}
.p5_10{
	padding-top:60px;
  padding-bottom:60px;	
  background-color:  rgba(11, 11, 11, 1);
}
.p5_10_left{
	width:50%;
	float:left;
}
.p5_10_right{
	margin-left:10%;
	padding-top:100px;
	width:40%;
	float:left;
}
.p5_10_001{
	font-size:36px;
	color:#FFFFFF;
	padding-bottom:60px;
}
.p5_10_002{
	width:50%;
	padding-top:40px;
	padding-left:30px;
	padding-bottom:40px;
	line-height:40px;
	font-size:22px;
	color:#777879;
	border-color: rgba(56, 56, 57, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}
.p5_11{
	padding-top:60px;
  padding-bottom:60px;	
}
.p5_11_left,.p5_11_right{
	width:50%;
	float:left;
}
.p5_11_001{
	font-size:36px;
	color:#000000;
}
.p5_11_002{
	border-color: rgba(56, 56, 57, 1);
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	color:#777879;
	font-size:22px;
	width:50%;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.p5_11_003{
	font-size:16px;
	line-height:30px;
}

.p5_12{
	padding-top:60px;
  padding-bottom:60px;
  background-image: url(../images/index_27.png);
  background-image-part-image: url(../images/index_27.png);
  background-repeat: repeat;	
}
.p5_12_t{
	font-size:36px;
	color:#FFFFFF;
	text-align: center;
	padding-bottom:40px;
}


/******anlilist/newslist*****/

.anli_bg{
		background-image: url(../images/sgal.jpg);
		background-image-part-image: url(../images/sgal.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
		height:300px;
}


.news_bg{
	  background-image: url(../images/xwzx.jpg);
    background-image-part-image: url(../images/xwzx.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height:300px;
}
.bg_title {
    margin-top:100px;
    color:#FFFFFF;
}
.bread{
    margin-top:20px;
    color: #ddd;
}
.newslist{
padding-top:60px;
padding-bottom:60px;	
}
.list{
    display: inline-block; 
    text-align: center;
  	float: left;
    margin: 0 15px 30px;
    width: calc((100% - 96px)/3);
    overflow: hidden;
    border: solid 1px #e5e5e5;
    height:320px;
}

.newspic{
		position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    overflow: hidden;
  }
 .newspic img:hover{
 	transform:scale(1.04);
 } 
.newspic img{width:100%;transition: all .5s ease;}
.newscontent{
    display: flex;
    justify-content: space-between;
    padding: 15px;	
}
.leftTime {
    width: calc((25% - 21px)/1);
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    color: #333;
}
.newData {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
   
}
 .newYearMon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
  
    white-space: nowrap;
}
 .rightC {
    width: 75%;
  }
.newTitleLink {
    font-weight: bold;
    padding-bottom: 6px;
    display: block;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
 .newMs {
    display: block;
    font-weight: 100;
    font-size: 12px;
    height: 33px;
    overflow: hidden;
}
.readDetail {
    position: relative;
    padding: 0 15px 15px;
  }
.readLink {
    display: block;
    width: 100%;
    height:50px;
    line-height:50px;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 12px;
}

.iconRead {
    position: absolute;
    top: 18px;
    right: 20px;
    bottom: 0px;
    display: flex;
    
    font-size:16px;
}
.anliList{
	padding-top:60px;
	padding-bottom:60px;		
}

.al_list{
	  display: inline-block; 
    text-align: center;
  	float: left;
    margin: 0 15px 30px;
    width: calc((100% - 96px)/3);
    overflow: hidden;      	
}

.al_list img{
	width:100%;
	border-radius: 4px;
}
.al_list img:hover{
	transform:scale(1.01);
	border-radius: 4px;
}
.al_list:hover .look{
	 border: 1px solid #fd8800;
	 color:	#fd8800;
}
.al_list:hover .newTitle{
 color:	#fd8800;
}

.newTitle {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
 .lineBox {  
    width: 100%;
    height: 1px;
    background: #ededed;
    margin: 1rem 0;
 }
 .look{display: block;
    width: 30px;
    height: 25px;
    color: #ccc;
    border: 1px solid #d8d8d8;
    transition: all .5s ease;
 }
.news_details{
padding-top:60px;
padding-bottom:60px;	
}
.news_title{
	font-size: 36px;
	color: #262626;
	text-align: center;
}
.news_subhead {
 	height:50px;
 	margin-top:30px;
} 
.news_subhead li{
	display:inline-block;
	margin-right:20px;
}
.news_subhead li:last-child {
    float: right;
}
.news_content{
	  border-top: 1px solid #e8e8e8;
	  border-bottom: 1px solid #e8e8e8;
	  padding-top:40px;
	  padding-bottom:40px;
}


/*about*/
.about_bg{
    background-image: url(../images/about21.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-top:150px;
    padding-bottom:150px;
    color:#fff;	
}

.about_bg_title p{
	  line-height:40px;
	  font-size:18px;
}

.about_content{
	  padding-top:60px;
	  padding-bottom:60px;
	  text-align:center;
}
.about_title{
	color:#000000;
	font-size:32px;
	font-weight:bold;
}	
.about_c{
		color:#000000;
	font-size:15px;
	line-height:30px;
	  padding-top:20px;
	  padding-bottom:20px;
}
.about_more a{
	color:#fcba21;
}

.wrapper1{
	 float:left;
	 width:25%;
	 padding-top:50px;
	 text-align: center;
}
.counter {  border-radius: 5px;}

.wrapper1 .timer{ font-weight: bold;font-size:64px;font-family: Impact,sans-serif;color:#fcba21;}
.timex{ height:30px; margin-left:14px;font-size: 20px; }
.timey{ width:200px; font-size:16px;padding-top:30px;}

.about_culture{
	  background-image: url(../images/jkasdawdawdjawdawd.jpg);
    background-position: center center;
    padding-top:60px;
	  padding-bottom:60px;
	  text-align:center;
	  color:#fff;
}
.about_culture .c_title{
	font-size:32px;
	font-weight: 700;
}
.c_content{
	 padding-top:20px;
	  padding-bottom:30px;
}
.c_content p{
	font-size:16px;
	line-height:30px;
}
.p_CommonBtn {
    background-color: rgba(255, 102, 0, 0);
    border-color: white;
    color: rgba(255,255,255,1);
    border-width: 1px;
    border-style: solid;
    box-shadow: 3px 3px 0 1px white;
    height: 50px;
    line-height: 50px;
    width:150px;
    margin: 0 auto;
}
.about_pic{
	 padding-top:60px;
	  padding-bottom:60px;
}
.about_pic .a1{
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:20px;
}
.about_pic .a1 img:hover{
	transform:scale(1.01);
}


.honor_bg{
	background-image: url(../images/about1.jpg);
   
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 300px;
}
.qiye{
	padding-top:60px;
	padding-bottom:60px;
}
.qiye img{
	width:100%;
	margin-top:20px;
	}
.qiye_content{
	padding-top:20px;
	padding-bottom:20px;
}
.qiye_content span{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.qiye_content p{
	line-height:30px;
}
.qiye .jj p{
	line-height:30px;
	text-indent:25px;
	
}


/*contact*/

.contact_bg{
		background-image: url(../images/lxw.jpg);
		background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
     padding-top:100px;
	  padding-bottom:120px;
	  color:#fff;
}

.c_part1{
	padding-top:40px;
	padding-bottom:20px;
	font-size:18px;
	text-align:center;
	color:#000;
	line-height: 32px;
}

.c_part2 .info{
  float:left;
  width:50%;
	color:#000000;
	background-color: rgba(238, 238, 238, 1);
	padding-top:40px;
	padding-left:30px;
	padding-bottom:40px;
}
.c_part2 .info h3{
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	}
.c_part2 .info p{
	color:#000000;
	font-size:18px;
	line-height:30px;
}

.c_part2 .map{
		float:left;
    width:50%;
    height:380px;
    border:#ccc solid 1px;
    font-size:12px	
}

.c_part3 {
padding-top:20px;	
}



/***query**/

.theme-popover{
	  z-index: 9999;
    position: fixed;
    top: 200px;
    left: 50%;
    width: 660px;
  
    margin: -180px 0 0 -330px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
     
     
    overflow-y: auto; 
  
    min-width: 0px;
    max-width: 700px;
    height: 770px;

}
.form_box{
width:630px;	
}
.close_icon{
padding-top:10px;
padding-bottom:20px;	

text-align:right;
}
.close_icon i{
	font-size:30px;
	width:30px;
}
.form_content{
width:100%;	
overflow-y: auto; 

  
}
.theme-popover-mask{z-index: 9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.4;filter:alpha(opacity=40);display:none}