html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei";
    font-size:14px;   
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;    
}
a:hover{
	text-decoration: none;
}
/* index */
/*  home */

.container_box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.middle_box{
	width: 1200px;
	margin: 0 auto;
}
.navfixed{	
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(12, 7, 9, 0.35);  
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  left: 0;
  z-index:9999;  
}
.logo img{
	margin-top: 25px;
	float: left;
}
.navtable{
	width:740px;
	height:46px;	
	margin-top: 35px;	
	margin-left: 8px;
	float: right;
}
.navtable li{
	float:left;
	width: 92px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	position:relative;
}
.navtable li a{
	color:#191919;
	text-decoration:none;
	display:block;
}
.navtable li a:hover{
	color: #d7171c;
}
.navtable li a.link{
	float:left;
	width: 85px;
	padding-bottom: 24px;	
}
.navtable ul li a.current{
	color: #d7171c !important;	
}
.navtable dl{
	width:156px;	
	font-size:16px;
	background:#d7171c;
	position:absolute;
	top:70px;
	left:0px;
}
.navtable dl dd{
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.navtable dl dd a{
	color:#fff;
	height: 46px;
	line-height: 46px;
	text-align: left;
	padding-left: 15px;
}
.mainmenu:hover .link{
	color:#d7171c;
}
.navtable dl dd a:hover{
	color:#d7171c;
	background:#fff;	
}
	

.tel{
	float: right;
	background: url(../images/img-tel.png) no-repeat -8px center;
	font-size: 26px;
	color: #d7171c;
	letter-spacing: -2px;
	padding-left: 15px;
	margin: 38px 0px 0px 20px;
}

.product_title img{
	display: block;
	margin: 0 auto;
}
.product_title span{
	display: block;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
}

.areabox{
	background: #dedede;
	padding: 50px 0px;
}
.navpros { 
	width: 1200px; 
	margin: 30px auto; 
	text-align: center; 
	font-size: 0;
	}
.navpros li { 
	display: inline-block; 
	margin: 0 5px; 
	padding: 10px 20px; 
	font-size: 14px; 
	color: #333; 
	background-color: #ccc; 
	cursor: pointer;
	}
.navpros .action { 
	color: #fff; 
	background-color: #d7171c;
	}
.dowebok { 
	width: 1200px; 
	margin: 0 auto; 
	font-size: 14px;
	}
.filtr-item { 
	display: inline-block; 
	/*width: 400px; */
	padding: 10px;	
	}
.filtr-item li{
	float: left;    
    width: 393px;
}
.filtr-item img { 
	width: 100%;
	}
 .scale{  
    width: 380px;  
    height: 285px;    
    overflow: hidden;  
}  
.scale img{  
    cursor: pointer;  
    transition: all 3s;  
}  
.scale img:hover{  
    transform: scale(1.5);  
}  
.titpic{
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #333;
}


.aboutbox{
	margin-top: 30px;
	height: 785px;
}
.jtbg{
	background: url(../images/about_img.jpg) no-repeat center center;
	height: 380px;
	background-size: 100% 100%;	
	margin-top: 40px;
}
.company_profile{
	background: #dbdbdb;
	width: 512px;
	padding: 20px 16px;
	margin-top: 316px;
	overflow: hidden;
	float: left;
}
.company_profile p{
	text-indent: 28px;
	color: #000;
	line-height: 32px;
}
.moreA{	
	width: 88px;
	height: 26px;
	line-height: 26px;
	text-align: center;	
	border: solid 1px #000;
	border-radius: 13px;
	float: right;
	margin: 20px 0px 0px 0px;
}
.moreA a{
	color: #000;
}
.picbox{ 
	width: 688px;
	float: left;
	margin-top: 415px;		
	}
.picbox .content { 
	overflow:hidden;
	position:relative; 
	}
.picbox .content ul { 
	overflow:hidden; 
	margin-right:-12px; 
	}
.picbox .content ul li { 
	width:212px; 
	overflow:hidden;	
	float:left;
	margin-left:20px; 
	}
.picbox .content ul li .tit { 
	height:50px; 
	line-height:50px; 
	text-align:center; 
	}
.picbox .content .prev,.picbox .content .next{
	width:60px;
	height:90px;
	margin:-45px 0 0;
	display:none;
	background:url(../images/banner_btn.png) no-repeat 0 0;
	}
.picbox .content .prev,.picbox .content .next{
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	text-indent:-9999px;
	filter:alpha(opacity=20);
	opacity:.2;
	}
.picbox .content .prev{
	left:20px;
	}
.picbox .content .next{
	background-position:0 -90px;
	right:0;
	}
.picbox .content .prev:hover,.picbox .content .next:hover{
	filter:alpha(opacity=50)!important;
	opacity:.5!important;
	}
	
	
.newsbox{
	margin: 75px 0px 120px 0px;	
}
.newlist{
	overflow: hidden;
}
.left_img{
	float: left;
	margin-right: 14px;
}
.left_img img{
	width: 139px;
	height: auto;
}
.newlist li{
	width: 600px;
	float: left;	
	margin-top: 56px;	
}
.infobox{
	width: 570px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	border-bottom: solid 1px rgba(0,0,0,0.16);
}
.ani{
	position: absolute;
    border-bottom: 2px solid #c2c2c2;
    left: 0;
    bottom: 0;
    width: 0px;
    transition: all 3s;
    -webkit-transition: all 3s;
}
.infobox:hover .ani{
	width: 570px;
}
.context a:hover{
	text-decoration: none;
}
.context h6{
	font-size: 18px;
	color: #333;
	margin: 12px 0px;
}
.context p{
	color: #737373;
	line-height: 22px;
}
.context span{
	color: #707070;
	line-height: 36px;
}
.context span:last-child{
	float: right;
	padding-right: 15px;
}

.linkbox{
	overflow: hidden;
	background: #ccc;
	height: 26px;
	line-height: 26px;
}
.link_img,.linkword,.linkword li{
	float: left;
}
.link_img strong{
	color: #4c4c4c;
}
.linkword{
	width: 1000px;
	float: left;
	margin-left: 26px;
}
.linkword li{	
	margin:0px 10px;		
}
.linkword li a{
	color: #4c4c4c;
	padding-right: 20px;
}

.footerbox{
	background: #454545;	
	padding: 34px 0px;
	overflow: hidden;
}
.footer_logo,.footer_navbar{
	float: left;
	width: 400px;
	border-right: solid 1px rgba(255,255,255,0.15);
}
.footer_navbar{
	padding: 24px 0px;
}
.footer_navbar li{
	float: left;
	width: 198px;
	text-align: center;
	line-height: 52px;
}
.footer_navbar li a:hover{
	text-decoration: none;
}
.footer_navbar li a{
	color: rgba(255,255,255,0.5);
}
.footer_lainxi{
	float: right;
	/*margin-top: 30px;*/
}
.footer_lainxi p{
	color: rgba(255,255,255,0.5);
	line-height: 26px;
}
.footer_lainxi span{
	display: block;
	color: #fff;
	font-size: 18px;
	padding-top: 12px;
}


/*About us*/

.navfree{
	background-color: rgb(255, 255, 255);	
	width: 100%;
	height: 102px;
}
.inside_bigbox{
	background: #e8e8e8;
	padding-bottom: 100px;
}
.inside_box {
    width: 1200px;
    margin: 0 auto;
}
.inside_boxA{
	width: 1200px;
	margin:0 auto;
	background: #e8e8e8;
}
.inside_boxB{
	width: 1200px;
	margin:0 auto;
	background: #fff;
}
/* to 1 */
.inside_navtable_copy{
	float: left;						
}
.inside_navtable_copy li{
	float: left;
	width: 110px;
	text-align: center;
	line-height: 46px;
	margin-right: 15px;
}
.inside_navtable_copy li a{
	font-size: 16px;						
	color: rgba(0,0,0,0.55);	;
}
.inside_navtable_copy li:first-child a{
	display: block;
	text-align: center;
	background: #d7171c;
	color: #fff;
}
.inside_navtable_copy li:hover a{
	display: block;
	background: #d7171c;
	color: #fff;
}
/* to 2 */
.inside_navtable_copy2{
	float: left;						
}
.inside_navtable_copy2 li{
	float: left;
	width: 110px;
	text-align: center;
	line-height: 46px;
	margin-right: 15px;
}
.inside_navtable_copy2 li a{
	font-size: 16px;						
	color: rgba(0,0,0,0.55);	;
}
.inside_navtable_copy2 li:nth-child(2) a{
	display: block;
	text-align: center;
	background: #d7171c;
	color: #fff;
}
.inside_navtable_copy2 li:hover a{
	display: block;
	background: #d7171c;
	color: #fff;
}
/* to 3 */
.inside_navtable_copy3{
	float: left;						
}
.inside_navtable_copy3 li{
	float: left;
	width: 110px;
	text-align: center;
	line-height: 46px;
	margin-right: 15px;
}
.inside_navtable_copy3 li a{
	font-size: 16px;						
	color: rgba(0,0,0,0.55);	;
}
.inside_navtable_copy3 li:nth-child(3) a{
	display: block;
	text-align: center;
	background: #d7171c;
	color: #fff;
}
.inside_navtable_copy3 li:hover a{
	display: block;
	background: #d7171c;
	color: #fff;
}

.location {
    padding: 32px 0px;
    border-bottom: solid 1px rgba(0,0,0,0.16);
    overflow: hidden;
}

.right_t {
    float: right;
}
.right_t img {
    margin-top: 4px;
}
					
.localbox{
	margin: 50px 0px;
}
.left_t1 strong{
	color: #191919;
    font-size: 20px;
}
.left_t1 span{
	color: #707070;
	line-height: 30px;
}
					
.left_t1 a{
	color: #707070;
	display: inline-block;					    
	padding-left: 12px;
	margin-right: 12px;
	background: url(../images/home_ico1.gif) no-repeat 0 center;
	vertical-align: top;
}
.left_t1 .g_home{
	background: url(../images/home_ico.gif) no-repeat 0 center;
	padding-left: 20px;
}

.textbox{
	padding: 0px 15px;
}

.details_box{
	margin: 0px;
	padding: 50px 0px;
}

.text_content{
	padding: 0px 30px 50px;
}

.contect_box{
	margin-bottom: 100px;
	padding-bottom:50px;
}
.contect_box ul{
	overflow: hidden;
}
.contect_box li:first-child{
	float: left;
}
.contect_box li:last-child{
	float: right;
}
.textbox p{
	color: #707070;
	line-height: 34px;
	text-indent: 28px;
	margin-top: 32px;
}

 /* product css */

.prosbox{
	margin: 50px 0px 100px 0px;
	overflow: hidden;
}
.left_classification{
	width: 216px;
	border: solid 1px rgba(0,0,0,0.16);
	background: #dedede;
	padding: 36px 18px;
	float: left;
}
.big_title{
	background: url(../images/img-st.png) no-repeat left center;
	height: 25px;
	line-height: 22px;
	font-size: 28px;
	color: #e40000;
	padding-left: 18px;	
} 
.prosbox ul.listbox{
	border-top: solid 1px rgba(0,0,0,0.16);
	margin-top: 16px;
	padding-top: 16px;
}
.prosbox ul.listbox li{
	height: 46px;
	line-height: 46px;
	border-bottom: solid 1px rgba(0,0,0,0.16);
}
.prosbox ul.listbox li a{
	color: rgba(0,0,0,0.7);
}
.left_classification li span{
	padding-top: 16px;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}
.left_classification li .b_linebox{
	width: 178px;	
	position: relative;
}
.baseline{
	position: absolute;
    border-bottom: 1px solid #d7171c;
    left: 0;
    bottom: 0;
    width: 18px;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.b_linebox:hover .baseline{
	width: 178px;
}
.line_tel{
	margin-top: 30px;
}

.right_progroup,.detail_pages{
	width: 984px;
	float: left;
}
.right_progroup ul,.right_progroup2 ul,.right_progroup3 ul{
	overflow: hidden;
}
.right_progroup ul li{
	float: left;
	margin-left: 16px;
	margin-bottom: 6px;
	margin-top: 3px;
	transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.right_progroup2 ul li{
	float: left;
	margin:0px 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.right_progroup3 ul li{
	float: left;
	margin:0px 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.right_progroup ul li img{
	width: 312px;
	height: auto;	
}
.right_progroup2 ul li img,.right_progroup3 ul li img{
	width: 380px;
	height: 290px;	
}
.right_progroup ul li h6,.right_progroup2 ul li h6,.right_progroup3 ul li h6{	
	color: rgba(0,0,0,0.7);	
	font-size: 14px;
	text-align: center;
	line-height: 56px;	
}
.style5 ul li:hover,.style5s ul li:hover,.style51s ul li:hover {
	transform:translate(0,-3px);    
	-webkit-transform:translate(0,-3px);    
	-moz-transform:translate(0,-3px);    
	-o-transform:translate(0,-3px);    
	-ms-transform:translate(0,-3px);
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.3);
	box-shadow:0 8px 30px rgba(0,0,0,0.3);
}   
.chanyoubox{
	margin-left: 24px;
	overflow: hidden;
}
.chanyou{
	float: left;
}
.chanyou img{
	width: 400px;
	height: auto;
}
.picFocus{	
	width:600px; 
	border:2px solid #ccc;   
	position:relative;  
	overflow:hidden;  
	zoom:1;
	float: left;
}
.picFocus .hd ul{
	overflow:hidden; 
	zoom:0.8; 
}
.picFocus .hd ul li{ 
	padding-top:5px; 
	float:left;  
	text-align:center; 
	overflow:hidden; 
}
.picFocus .hd ul li img{ 
	width:123px; 
	height:90px; 
	border:2px solid #ddd; 
	cursor:pointer;  
	margin: 0 5px;
}
.picFocus .hd ul li.on{ 
	background:url(../images/icoUp.gif) no-repeat center 0;
}
.picFocus .hd ul li.on img{ 
	border-color:#f60; 
}
.picFocus .bd li{ 
	vertical-align:middle; 
}
.picFocus .bd img{ 
	width:100%; 
	height:400px; 
	display:block;
}
.description{
	float: left;
	width: 480px;
	margin-left: 20px;
}
.des_title{
	border-bottom: solid 1px rgba(0,0,0,0.16);
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.description p{
	line-height: 34px;
}
.img-call{
	margin-top: 30px;
}
.product_introduction{
	margin: 42px 0px 0px 24px;
}
.info_title{
	border-bottom: solid 2px rgba(0,0,0,0.16);
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.info_title h5{
	font-size: 26px;
	color: #010101;
}
.downline{
	position: absolute;
    border-bottom: 2px solid #d7171c;
    left: 0;
    bottom: -2px;
    width: 22px;
}
.product_introduction p span{
	line-height: 34px;
}

/* news */

.new_list_box{
	overflow: hidden;
}
.new_list_box li{
	width: 380px;
	float: left;
	margin: 0px 10px 60px 10px;
}
.part h5{
	line-height: 40px;
	color: #333;
}
.part p{
	margin-top: 4px;
	color: #707070;
}
.part span{
	color: #707070;
}
.part span.moreB{	
	display: block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #e40000;
	margin: 16px auto 0;
}
/*.part:hover a.moreB{
	display: block;
	background: #e40000;
	color: #fff;
	transition: 3s all;
}*/

.details_box{
	margin-bottom: 100px;
}
.details_box div.date{
	color: #7b7b7b;
	line-height: 42px;
}
.details_box div.text_content{
	line-height: 40px;
	margin-top: 50px;
}

/*  contact us  */

.contact_box{
	overflow: hidden;
	margin-top: 65px;
	margin-bottom: 65px;
}
.left_infont strong{
	font-size: 16px;
	line-height: 56px;
}
.left_infont p{
	line-height: 36px;
}
.left_infont{
	float: left;
	width: 342px;
}


.dowebok{
	height: 684px !important;
	overflow:hidden;
}