/*内页通用*/
.list_main{
	background: #f7f7f7;
}
.list_common{
	position: relative;
	width: 100%;
	
}
.list_quotes{
	padding-bottom: 10px;
}
.top_ban{
	display: block;
	width: 100%;
	height:260px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.top_bt{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
}
.top_bt h2{
	font-size: 36px;
	font-weight: bold;
}
.top_bt h2 span{
	color: #da2720;
}
.top_bt h3{
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.top_nav{
	width: 100%;
	height: 60px;
	line-height: 56px;
	background: #fff;
	padding:10px 0 5px;
}
.top_nav ul{
	float: left;
}
.top_nav ul li{
	float: left;
	position: relative;
	display: block;
	padding:0 10px;
	text-align: left;
}
.top_nav ul li a{
	color: #000;
	font-size: 15px;
	display: block;
	padding:0 10px;
 	width:100%; 
	/*width:250px;*/
	height:100%;
	position: relative;
	transition: color 250ms ease 0s;
}
.top_nav ul li a::after{
	background-color: #da2720;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 0;
}
.top_nav ul li a:hover,{
	color: #da2720;
	font-weight: bold;
	
}
.top_nav ul li a.t_txt{
	color: #da2720;
	border-bottom: 1px solid #da2720;
}
.top_nav ul li a:hover::after{
	width: 100%;
}
.top_nav p{
	float: right;
	font-size: 12px;
	color: #666 !important;
}



/*公司文化*/
.wh_nr{
	position: relative;
	padding-top: 35px;
}
.wh_bt{
	position: relative;
	text-align: center;
}
.wh_bt h2{
	font-size: 40px;
	color: #303438;
}
.wh_bt h2 span{
	color: #da2720;
}
.wh_bt p{
	font-size: 16px;
	color: #666;
	line-height:2.4;
}
.list_wh1,.list_wh2,.list_wh3{
	padding: 80px 0;
}
.list_wh2{
	background: #fff;
}
.list_wh1 .wh_img ,.list_wh3 .wh_img{
	float: left;
}
.list_wh2 .wh_wz{
	float: left;
}
.list_wh1 .wh_wz ,.list_wh3 .wh_wz{
	float: right;
}
.list_wh2 .wh_img{
	float: right;
}
.wh_img{
	width: 460px;
	height: 260px;
	position: relative;
	background: #da2720;
}
.wh_img img{
	position: absolute;
	left:10px;
	bottom: 10px; 
}
.wh_wz{
	width: 650px;
	height: 260px;
}
.wh_wz h2{
	color: #303438;
	font-size: 30px;
	padding-top:40px;
}
.wh_wz h2 i{
	width: 60px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background: #da2720;
	margin-right:30px; 
}
.wh_wz p{
	font-size: 14px;
	color: #303438;
	padding-top: 30px;
	line-height: 2.4;
}
.wh_yj{
	background: url(../img/wh_yj.jpg)no-repeat 0 0;
	width: 100%;
	height: 435px;
	text-align: center;
	color: #fff;
}
.yj_zw{
	width: 100%;
	padding-top: 35px;
	color: #fff;
	background: url(../img/yj_wz.png)no-repeat top center;
}
.wh_yj h2{
	font-size: 40px;
	color: #fff;
	padding-top: 70px;
}
.wh_yj h3{
	font-size: 16px;
	padding-bottom: 60px;
	line-height: 2.4;
}
.yj_zw p{
	padding-bottom: 35px;
	font-size: 16px;
	color: #fff;
	line-height: 1.9;
	background: url(../img/yj_wz.png)no-repeat bottom center;
}


/*公司简介*/

.about_nr{
	position: relative;
	padding: 45px 0 15px 0;
}
.about_nr ul{
	width: 110%;
}
.about_nr ul li{
	width: 380px;
	height: 360px;
	margin-right:30px;
	background: #fff;
	position: relative;
	float: left;
	margin-bottom:30px; 
	transition: all 1.2s ease 0s;
	-o-transition: all 1.2s ease 0s;
	-moz-transition: all 1.2s ease 0s;
	-webkit-transition: all 1.2s ease 0s;
}
.about_nr ul li a {
	position:absolute;
	left:0;
	top: 0;
	display: block;
	width:100%;
	height:100%;
}
.about_nr ul li i{
	position:absolute;
	left:0;
	top: 0;
	display: block;
	width:378px;
	height:358px;
	z-index: 999;

}
.about_nr ul li a .about_img{
	width:100%;
	height: 180px;
	line-height: 180px;
	display: block;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.about_nr ul li a .about_img img{
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.about_nr ul li a .about_body{
	padding: 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_nr ul li a .about_body h2{
	font-size: 22px;
	color: #000;
	padding-bottom: 10px;
}
.about_nr ul li a .about_body p{
	font-size: 14px;
	color: #666;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}
.about_nr ul li:hover{
	box-shadow: 1px 4px 8px 2px rgba(0,0,0,0.3);
}
.about_nr ul li:hover i{
	border: 1px solid #d9281f;
}
.about_nr ul li:hover a h2 , .about_nr ul li:hover a p{
	color: #d9281f;
}



/*公司概况*/
.gk_nr{
	padding: 60px 0;
	position: relative;
	line-height: 1.9;
}
.gk_img1{
	float: left;
	display: inline-block;
	padding-bottom: 50px
}
.gk_img2{
	float: right;
	padding-bottom: 50px;
	display: inline-block;
}
.gk_nr h2{
	padding-left: 33px;
	font-size: 22px;
	color: #303438;
	background: url(../img/about_jt.png)no-repeat left center;
	margin-top:60px; 
}
.h2_btm{
	margin-top: 60px;
}
.h2_btm dl{
	float: left;
	padding-right: 95px;
	padding-left: 30px
}
.h2_btm dl dd{
	line-height: 2.4;
	font-size: 16px;
	color: #666;
}
.h2_btm dl  h3{
	margin-top:40px;
	padding-left: 0px !important;
	margin-bottom:10px; 
}
.gk_nr p{
	font-size: 16px;
	color: #666;
	line-height: 1.9;
}
.gk_nr p.p_top{
	margin-top:35px;
}
.gk_nr h3{
	padding-left: 33px;
	font-size: 16px;
	color: #303438;
	margin-top:60px;
	font-weight: bold; 
}
.gk_nr h3 span{
	color: #666666;
	font-weight:normal;
}
.gk_nr h3.h3_left{
	background: url(../img/about_jt.png)no-repeat left center;
	display: inline-block;
}
.gk_nr .h3_img{
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
.gk_nr .h3_img.h3_img_t{
	padding-top: 15px;	
}
.gk_nr .h3_img.h3_img_tp{
	padding-top: 15px;
	padding-left: 163px;	
}


/*发展历程*/
.lc_btm{
	padding-bottom: 60px;
	position: relative;
}

.focus{
	width:100%;
	position:relative;
	padding-top:20px;
	min-height:600px;
}
.tip_xh{
	width: 100%;
	height: 1px;
	background: #da2720;
	position: absolute;
	top:163px;
	left: 0;

}
.focus #pic{
	position: relative;
	padding-top: 20px;
}
.focus #pic ul{
	width:1200px;
}
.focus #pic li{
	width:100%;
	float:left;
}
.focus #pic li .lc_img{
	width: 135px;
	height: 135px;
	float: left;
	overflow: hidden;
}
.focus #pic li img{
	width:100%;
	height:100%;
	display: inline-block;
}
.focus #pic li .lc_nr{
	float: right;
	width: 100%;
	position: relative;
}
.focus #pic li .lc_nr i{
	width: 60px;
	height: 3px;
	background: #da2720;
	position: absolute;
	top: 23px;
	left: -50px;
}
.lc_nr p{
	font-size:20px;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 1.9;
	color: red; 
	font-weight:bold;
}
.focus #tip{
	width:100%;
	height: 230px;
	z-index:13; 
	position: relative;
}
.focus #tip ul{
	position: absolute;
	top:40px;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.focus #tip ul li{
	display:inline-block;
	position: relative;
	width: 60px;
	height:160px;
	text-align: center;
	margin: 0 27px;
	cursor:pointer;
	font-size: 16px;
	color: #000; 
	vertical-align:bottom;
	position: relative;

}
.focus #tip ul li i{
	width:12px;
	height: 12px;
	display: block;
	border-radius:50%; 
	border: 2px solid #da2720;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -8px; 
	background: #f7f7f7;
}
	
.focus #tip ul li h2{
	position: absolute;
	display: block;
	width: 60px;
	height: 67px;
	top:100px;
	left: 50%;
	line-height: 25px;
	margin-left:-30px;
	padding-top: 15px; 
}
.focus #tip ul li.tip_zj{
	width: 80px;
}
.focus #tip ul li.tip_zj h2{
	width: 80px;
	margin-left:-40px; 
}
.focus #tip ul li.tip_zj.on h2{
	width: 60px;
	margin-left:-30px;
}
.focus #tip ul li.on h2{
	top:20px;
	color: #fff;
	font-weight: bold;
	background: url(../img/lc_hd.png) no-repeat 0 0;
}
.focus #tip ul li.on i{
	background: #da2720;
}
.focus .btn li{
	position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 173px;
    left: -50px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 32px;
    width: 32px;
    background: transparent url("../img/lc_next.png") no-repeat left top;
    margin-top: -25px;
    cursor:pointer;
    transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.focus .btn li.next{
	left: auto;
    background-position: right top;
    right: -50px;
}
.focus .btn li:hover{
	opacity: 1;
}


/*服务项目*/
.fw_nr{
	position: relative;
	padding-top: 35px;
	padding-bottom: 10px;
}
.fw_zw{
	width: 100%;
	height: 360px;
	position: relative;
	background: #fff;
	margin-bottom: 35px;
}
.fw_zw .fw_img{
	position:absolute;
	left: 0;
	top: 0;
	width: 575px;
	height: 360px;
	background: #d9281f;
}
.fw_zw .fw_img1{
	right:0;
	top: 0;
	position:absolute;
	width: 575px;
	height: 360px;
	background: #d9281f;
}
.fw_zw .fw_img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
}
.fw_zw .fw_img1 img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
}
.fw_zw .fw_body{
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
	height: 360px;
}
.fw_zw .fw_body1{
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 360px;
	padding-left: 10px;
}
.fw_zw .fw_body i.it_1 ,.fw_zw .fw_body1 i.it_1{
	width: 80px;
	height: 3px;
	background: #d9281f;
	display:block;
	margin-top:70px; 
	margin-left:15px; 
}
.fw_zw .fw_body h2 ,.fw_zw .fw_body1 h2{
	padding: 50px 0 0 50px;
	color: #2f3337;
	font-size: 22px;
}
.fw_zw .fw_body p ,.fw_zw .fw_body1 p{
	color: #2f3337;
	font-size: 14px;
	padding: 15px 50px 0 50px;
	line-height: 2.4;
}
.fw_zw .fw_body a ,.fw_zw .fw_body1 a{
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 14px;
	color:#000;
}
.fw_zw .fw_body a i ,.fw_zw .fw_body1 a i{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 1px;
	background: #d9281f;
	margin-right:10px; 
}
.fw_zw .fw_body a:hover ,.fw_zw .fw_body1 a:hover{
	color: #d9281f;
}
/*服务项目通用*/
.fw_com{
	padding:60px 0;
}
.fw_com h2{
	font-size: 22px;
	color: #303438;
	padding-left: 35px;
	background: url(../img/about_jt.png)no-repeat left center;
}
.fw_com p{
	font-size: 16px;
	color:#666;
	line-height: 1.9;
}
.fw_com_nr{
	padding: 50px 0;
}

/*模具/材料*/
.fw_com_le{
	float: left;
	width: 650px;
	color: #666666;
	font-size: 16px;
	line-height: 1.9;
}
.fw_com_le p{
	padding-bottom: 15px;
}
.fw_com_ri{
	float: right;
	width: 456px;
	height: 270px;
	position: relative;
	background: #d9281f;
} 
.fw_com_ri img{
	position: absolute;
	top: 10px; 
	right: 10px;
	display: inline-block;
}
.fw_com_btm{
	padding-top: 50px;
	position: relative;
}
.fw_com_btm ul{
	width: 110%;
}
.fw_com_btm ul li{
	float: left;
	width: 285px;
	height: 300px;
	position: relative;
	margin-right:20px; 
}
.fw_com_btm ul li img{
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	z-index: -999;
}
.fw_com_btm ul li p{
	width: 100%;
	height: 50px;
	position: absolute;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	bottom: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0,0.4);
}
/*服务鞋材用具*/
.fw_com p.yj_p{
	text-indent: 31px;
	padding-top: 50px;
}
.yj_img{
	width: 110%;
	padding-top: 60px;
	padding-bottom: 20px;
}
.yj_img img{
	display: inline-block;
	padding-right: 16px;
}
/*服务鞋具研发*/
.yf_le{
	width: 550px;
	float: left;
}
.yf_le h2{
	margin-top:30px; 
}
.yf_le p{
	padding-top: 50px;
	text-indent:30px;
}
.yf_ri{
	float: right;
	width: 600px;
	height: 376px;
	position: relative;
}
.yf_ri img{
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 5;
}
.yf_ri i{
	width: 40px;
	height: 40px;
	background: #d9281f;
	position: absolute;
	z-index: 1; 
}
.yf_ri i.i_yf1{
	top: 0;
	right: 0;
}
.yf_ri i.i_yf2{
	bottom:0;
	left: 0;
}

/*公司动态*/
.dt_nr{
	padding: 50px 0;
}
.dt_bt {
	width: 100%;
	position: relative;
	height: 50px;
	margin-bottom:40px; 
}
.dt_bt .bt_le{
	float: left;
	border-left:2px solid #d9281f;
	padding-left: 15px; 
	
}
.dt_bt .bt_le h3{
	color: #2f3337;
	font-size: 22px;
}
.dt_bt .bt_le h4{
	color: #666;
	font-size: 12px;
}
.dt_bt .bt_ri{
	float: right;
	font-size: 14px;
	color: #666;
	padding-right: 40px;
	line-height: 50px;
	background: url(../img/dt_jt.png)no-repeat;
	background-position:68px 11px;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.dt_bt a.bt_ri:hover{
	color: #d9281f;
	background-position:68px -58px;

}
.xy_dt {
	padding-bottom: 50px;
	width: 110%;
}
.xy_dt li{
	width: 318px;
	height: 138px;
	padding: 30px;
	border: 1px solid #c4c4c4;
	margin-right:30px;
	float: left; 
	position: relative;
}
.xy_dt li h2{
	font-size: 18px;
	color: #000000;
}
.xy_dt li p{
	padding-top: 15px;
	line-height: 1.9;
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 80px;
}
.xy_dt li a{
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 14px;
	color: #000;
}
.xy_dt li a i{
	width: 40px;
	height: 1px;
	background: #d9281f;
	display:inline-block;
	vertical-align: middle;
	margin-right:15px; 
}
.xy_dt li a:hover{
	color: #d9281f;
}
.dt_nr .jd_dt{
	padding-top: 0px;
}
.jd_dt{
	position: relative;
	padding-top: 30px;
}
.jd_dt  ul{
	width: 110%;
	padding-bottom: 20px; 
	padding-left: 10px !important;
	margin-left:-10px !important; 
	zoom:1;
}
.jd_dt  li{
	width: 285px;
	height: 354px;
	float: left;
	margin-left:7px;
	margin-right:7px;
	position: relative;
	text-align:center; 
	padding-bottom: 20px;
	margin-top: 10px;
}
.jd_dt  li a{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1.2s ease 0s;
	-o-transition: all 1.2s ease 0s;
	-moz-transition: all 1.2s ease 0s;
	-webkit-transition: all 1.2s ease 0s;
}
.jd_dt  li .new_img{
	width: 100%;
	height:165px;
	display: block;
	overflow: hidden;
	position: relative;
}
.jd_dt  li .new_img img{
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.jd_dt  li .new_img span{
	position: absolute;
	left: 0;
	bottom:0;
	padding: 12px 13px;
	background:rgba(194,67,62,0.8);
	color: #fff;
	font-size: 16px;
}
.new_art{
	display: inline-block;
	width: 283px;
	height: 188px;
	text-align: left;
	position: relative;
}
.new_art h2{
	padding:15px 10px;
	padding-bottom: 8px;
	font-size: 18px; 
}
.new_art p{
	font-size:14px;
	color: #666;
	padding: 0 10px;
	line-height: 1.9; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 79px;
}
.new_art span{
	position: absolute;
	bottom: 30px;
	right: 10px;
	font-size: 14px;
	display: inline-block;
}
.new_art span i{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 1px;
	background: #da281f;
	margin-right:15px;

}
.jd_dt li:hover a{
	box-shadow: -1px 3px 7px 2px rgba(0,0,0,0.2);
}
.jd_dt li:hover .new_art{
	border: 1px solid #da281f;
	border-top:0px; 
}

.m-slide{ 
	position: relative; 
	width:100%; 
	height: 568px;
	overflow: hidden;
	padding-bottom: 50px;   
}
.m-slide .img { 
	float: left; 
	width: 720px !important;
	height: 568px !important;
	position: relative;
	background: #fff ; 
}
.m-slide .img li, .m-slide .img a{ 
	display: block; 
	width: 100%; 
	height: 100%; 

}
.m-slide .img .dtm_img {
	width: 680px;
	height: 394px;
	display: block;
	padding: 20px;
	position: relative;
}
.m-slide .img .dtm_img img{
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 1;
}
.m-slide .img .dtm_img p{
	width: 640px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	z-index: 66;
	position: absolute;
	left: 20px;
	bottom:20px;
	background: rgba(0,0,0,0.4);
}
.m-slide .img li h3{
	padding: 0 50px;
	color: #666;
	font-size: 14px;
}
.m-slide .img li h4{
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #2f3337;
	font-size: 16px;
}
.m-slide .img li { 
	display: none; 
	position: absolute; 
	left: 0; 
	top: 0 ;
}
.m-slide .img .first { display: block ;}

.m-slide .tab { 
	float: right ;
	width: 460px;
	
}
.m-slide .tab li { 
	margin-bottom:20px; 
	background: #fff ;
	display: block; 
	position: relative;
	width: 400px;
	height:67px; 
	padding: 30px;
	overflow: hidden;
	cursor: pointer;
}

.m-slide .tab  .title { 
	font-size:28px;
	color: #666666; 
	float: left;
	line-height:67px;
	width: 100px;
	text-align: center;
	padding-right: 20px;
	border-right:2px dashed #c4c4c4; 
}
.m-slide .tab  .des{
	width: 235px;
	padding: 0 20px;
	float: right;
	line-height:1.9;
	color: #000;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 67px;
}
.m-slide .tab .on a {  }

/*行业动态*/
.hy_dt{
	padding: 30px 0;
	position: relative;
}
.hy_nr{
	padding: 20px 0;
	border-bottom:1px dashed #d6d6d6; 
}
.hy_le{
	float: left;
	width:160px; 
	height: 140px;
	background: url(../img/hy_bj.jpg)no-repeat center center;
	text-align: center;
}
.hy_le h2{
	font-size: 32px;
	color: #000;
	width: 100px;
	display: inline-block;
	padding:30px 10px 0 10px;
	border-bottom: 1px solid  #da281f;
}
.hy_le p{
	font-size: 18px;
	color: #666;
	padding-top: 15px;
}
.hy_ri{
	float: right;
	width: 1000px;
	height: 140px;
	line-height: 1.9;
}
.hy_ri h2{
	font-size: 18px;
	color: #000000;

}
.hy_nr a:hover .hy_ri  h2{
	color: #da281f;
}
.hy_ri h3{
	font-size: 16px;
	color: #a6a6a6;
}
.hy_ri h3 span{
	padding-left: 20px;
}
.hy_ri p{
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 79px;
}
/*新闻详细页*/
.art_xw_le{
	width: 860px;
	float: left;
}
.art_xw_le h2{
	font-size: 24px;
	color: #303438;
	font-weight: bold;
	border-bottom:1px dashed #999; 
	padding-bottom: 20px;
}
.art_xw_le h3{
	font-size: 16px; 
	color: #a6a6a6;
	line-height: 2.4;
	padding: 10px 0;
}
.art_xw_le h3 span{
	padding-left: 20px;
}
.art_xw_nr {
	width: 100%;
	position: relative;
	padding:30px 0;
	
	text-align: justify;
}
.art_xw_nr img{
	display: inline-block;
	max-width: 100%;
}
.art_xw_bz{
	border-top:1px dashed #999; 
	font-size: 16px;
	color: #000;
	padding: 20px 0;
	line-height: 2.4;
}
.art_xw_ri{
	float: right;
	width: 300px;
}
.art_xw_img{
	position: relative;
	width: 100%;
	height:174px;
	overflow: hidden;
}
.art_xw_img li{
	width: 100%;
	height: 174px;
	position: relative;
}
.art_xw_img img{
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: -9;
}
.art_xw_img p{
	z-index: 5;
	position: absolute;
	bottom:30px;
	left: 0;
	padding: 0 20px;
	width: 260px;
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	font-size: 16px;
	display:inline-block;
	background: rgba(0,0,0,0.4);
}
.art_xw_ri h2{
	font-size: 18px;
	color: #000;
	padding-top:20px;
}
.art_xw_ri h2 i{
	display: inline-block;
	vertical-align: middle;
	margin-right:20px; 
	width: 50px;
	height: 3px;
	background: #da281f;

}
.art_xw_ri li{
	padding: 15px 0;
}
.art_xw_ri li a h3 ,.art_xw_ri li a p{
	font-size: 14px;
	color: #666666;
}

/*产品*/
.cp_nr{
	padding: 50px;
}
.cp_nr ul{
	width: 110%;
}
.cp_nr ul li{
	width: 285px;
	height: 325px;
	margin-right:20px;
	margin-bottom:20px;
	float: left;
}
.cp_nr ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.cp_nr ul li a:hover{
	box-shadow:1px 3px 7px 2px rgba(0,0,0,0.3);
}
.cp_nr ul li a:hover i{
	width:283px;
	height:323px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #da281f;
}
.cp_nr ul li a:hover .cp_bt{
	background: #da281f;
}
.cp_nr ul li a:hover .cp_bt span{
	background: #fff;
}
.cp_nr ul li a:hover h2{
	color: #fff;
}
.cp_img{
	width:100%;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
.cp_img img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.cp_bt {
	text-align: center;
	background: #fff;
	width: 100%;
	height: 75px;
}
.cp_bt span{
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #da281f;
	margin-top:15px; 
}
.cp_bt h2{
	padding:10px 15px;
	font-size: 16px;
	color: #333;
	line-height:1.9;
}

/*产品详细页*/

#showbox { 
	background:#eee;
}
/*
#showbox span { 
	cursor: none;
	background: url(../img/art_cp_fw.png)no-repeat center center;
}*/
/*
#showbox p{
	background: #fff;
	height: 526px !important;
	width: 590px !important;
}
#showsum { 
	left:25px; 
	margin-top:10px;
}
#showsum span { 
	border:1px solid #ddd;
	width: 100px !important;
	height: 88px !important;
}
#showsum span img{
	top: 0px !important;
	width: 100% !important;
	height: 100% !important;
}

#showsum span.sel { 
	border:1px solid #f60;
	width: 100px !important;
	height: 88px !important;
}
#showsum p{
	left: 0 !important
}
.showpage { 
	width:600px; 
	position:relative;
}
.showpage a { 
	display:block; 
	width:15px; 
	border:1px solid #ddd; 
	height:88px; 
	line-height:88px; 
	background: url(../img/cp_art_an.png) no-repeat -10px 0px; 
	text-align:center; 
	font-size:18px; 
	position:absolute; 
	left:0; 
	top:-102px; 
	text-decoration:none; 
	color:#999;
}
.showpage a#shownext { 
	left:auto; 
	right:0;
	background-position: -78px 0px;
}
.showpage a:hover { 
	background-position: -10px -118px;
}
.showpage a#shownext:hover{
	background-position: -78px -118px;
}
*/
.cp_art_nr{
	padding-top: 50px;
}
.cp_art_img{ 
	position: relative; 
	width: 600px; 
	float: left;
}

.cp_art_img .bigImg{ 
	height: 600px !important; 
	position: relative;
}
.cp_art_img .bigImg li img{ 
	vertical-align:middle; 
	width:100%; 
	height:100%;
	display: inline-block;   
}

.cp_art_img .smallScroll{ 
	height: 105px;
	position: relative;
}
.cp_art_img .sPrev,.cp_art_img .sNext{ 
	position: absolute;
	z-index: 9999;
	top: 11px;
	display: block; 
	width: 20px; 
	height: 88px;
	text-indent: -9999px; 
	background: url(../img/cp_art_an.png) no-repeat -8px 0px; 
}
.cp_art_img .sPrev{
	left: 0;
}
.cp_art_img .sNext{ 
	right: 0;
	background-position: -74px 0px;
}
.cp_art_img .sPrev:hover{ 
	background-position: -8px -118px;
}
.cp_art_img .sNext:hover{ 
	background-position: -74px -118px;
}

.cp_art_img .smallImg{ 
	position: absolute;
	top: 0px;
	left: 15px;
	display:inline; 
	width:543px; 
	overflow: hidden;
	margin:10px 15px; 
}
.cp_art_img .smallImg ul{ 
	height:90px;  
	width: 9999px; 
	overflow: hidden; 
}
.cp_art_img .smallImg li{ 
	float: left; 
	padding: 0 10px 0 0; 
	width:100px; 
	height: 88px; 
	cursor:pointer;  
	display: inline;  
}
.cp_art_img .smallImg img{ 
	border: 1px solid #dcdddd; 
	width:100px; 
	height: 88px;  
}
.cp_art_img .smallImg .on img{ 
	border-color: #da2720;
}

.cp_art_img .pageState{ 
	position: absolute; 
	top: 235px; 
	right: 5px; 
}
.cp_art_img .pageState span{ 
	color: #f00; 
	font-size: 16px;
}

.cp_art_js{
	width: 575px;
	height: 696px;
	float: right;
	overflow:hidden;
	border-bottom: 1px dashed #d8d8d8;
}
.cp_art_js dt{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 66px;
	line-height: 66px;
}
.cp_art_js dd{
	color: #333;
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	border-top: 1px dashed #d8d8d8;
}
.cp_sx{
	border-top: 1px dashed #d8d8d8;
	padding: 26px 0;
	overflow: hidden;
	height:245px;
}
.cp_sx  .cp_sx_bt{
	font-size: 16px;
	color: #333;
}


.cp_wzbt{
	margin-top:40px; 
	width: 100%;
	height: 40px;
	background: #e9e9e9;
}
.cp_wzbt h2{
	display: inline-block;
	padding: 0 42px;
	line-height: 40px;
	color: #fff;
	background: #da2720;
	font-size: 14px;
}
.cp_wzjs{
	width: 100%;
	padding: 40px 0;
}
.cp_xgcp{
	border-bottom: 1px solid #d8d8d8;
}
.cp_xgcp h2{
	font-size: 20px;
	color: #333333;
	line-height: 2.4;
	display: inline-block;
	margin-bottom:-1px; 
	border-bottom:1px solid #da2720; 
}
.cp_xgcp_img{
	padding: 20px 0 50px 0;
	position: relative;
}

.cp_xgcp_img ul{
	overflow: hidden;
}
.cp_xgcp_img .tempWrap{
	width: 100% !important;
	overflow: hidden !important;
}
.cp_xgcp_img li{
	float:left;
	width:285px;
	height: 320px;
	margin-right:20px;
	display:inline;
	background: #fff;
	position: relative;
	background: #f7f7f7;
	
}
.cp_xgcp_img li .c3_tx{
	width:100%;
	height: 250px;
	background: #fff;
	overflow:hidden;

}
.cp_xgcp_img li .c3_tx img{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.cp_xgcp_img li a{
	display:block;
	width: 100%;
	height: 100%;
	position: relative;
}
.cp_xgcp_img .prev ,.cp_xgcp_img .next{
	width:40px;
	height:37px;
	display:block;
	background:url(../img/i_fwlr.png)no-repeat 0 0;
	top:45%;
	left:-50px;
	position:absolute;
	cursor:pointer;
	z-index: 9999;
}
.cp_xgcp_img .next{
	left:auto;
	right:-50px;
	background-position:right 0;
}
.cp_xgcp_img .xg_bt {
	height: 70px;
	width: 100%;
	background: #fff;
	text-align: center;
}
.cp_xgcp_img .xg_bt i{
	display: inline-block;
	width:30px;
	height: 2px;
	margin-top: 10px;
	background: #da2720;
}

.cp_xgcp_img .xg_bt h2{
	color: #333;
	padding-top: 10px;
	font-size: 16px;
}
.cp_xgcp_img  li a:hover .xg_bt{
	background: #da2720;
}
.cp_xgcp_img li a:hover i{
	background: #fff;
}
.cp_xgcp_img li a:hover h2{
	color: #fff;
}
.cp_xgcp_img li a:hover span{
	position:absolute;
	left: 0;
	top: 0;
	width: 283px;
	height: 100%;
	display: block;
	border: 1px solid #da2720;
}

/*旗下公司通用*/
.qx_com{
	padding:60px 0;
}
.qx_com h2{
	font-size: 22px;
	color: #303438;
	padding-left: 35px;
	background: url(../img/about_jt.png)no-repeat left center;
}
.qx_com p{
	font-size: 16px;
	color:#666;
	line-height: 1.9;
}
.qx_com_nr{
	padding: 50px 0;
}
/*模具/材料*/
.qx_com_le{
	float: left;
	width: 650px;
	color: #666666;
	font-size: 16px;
	line-height: 1.9;
}
.qx_com_le p{
	padding-bottom: 15px;
}
.qx_com_ri{
	float: right;
	width: 456px;
	height: 270px;
	position: relative;
	background: #d9281f;
	top: 10px;
	right: 10px;
} 
.qx_com_ri img{
	position: absolute;
	top: -10px; 
	right: -10px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.qx_com_btm{
	padding-top: 50px;
	position: relative;
}
.qx_com_btm .hd .prev,.qx_com_btm .hd .next{
	width:25px;
	height:48px;
	display:block;
	top:50%;
	margin-top:-20px; 
	left:-60px;
	position:absolute;
	cursor:pointer;
	z-index: 9999;
}
.qx_com_btm .hd .prev {
	background:url(../img/lb_lt.png)no-repeat 0 0;
}
.qx_com_btm .hd .next{
	left:auto;
	right:-60px;
	background:url(../img/lb_rt.png)no-repeat 0 0;
}

.qx_com_btm ul{
	width: 110%;
}
.qx_com_btm ul li{
	float: left;
	width: 220px;	
	position: relative;
	margin-right:25px; 
	margin-bottom:25px;
	text-align: center;
	display: block;
}
.qx_com_btm ul li .img{
	width: 220px;
	height: 160px;
	display: block;
	text-align: center;
	line-height: 160px;
}
.qx_com_btm ul li img{
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	z-index: -999;
	vertical-align: middle;
}
.qx_com_btm ul li h3{
	font-size: 14px;
	line-height: 1.9;
}
.qx_com_btm ul li p{
	width: 100%;
	height: 50px;
	position: absolute;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	bottom: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	background: rgba(0,0,0,0.4);
}



/*人才招聘*/
.join_zp{
	position: relative;
	padding: 50px 0;
}
.join_zp dd{
	padding: 20px;
	border-bottom:1px dashed #c4c4c4; 
}
.join_txt{
	position: relative;
	cursor: pointer;
	text-align: right;
	font-size: 14px;
	color: #000;
}
.more_h2{
	color: #010101;
	font-size: 18px;
	
}
.more_h2 span{
	font-size: 14px;
	color: #da2720;
}
.more_p{
	font-size: 14px;
	color: #666;
	line-height:2.4;
	padding-top: 10px;
}

.join_bt{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	width: 1050px;
}
.join_nr{
	display: none;
}
.join_nr a{
	display: block;
	padding: 8px 15px;
	border-radius:8px;
	background: #da2720;
	color: #fff;
	width: 80px;
	text-align: center;
	margin-top:20px;
	font-size: 14px;  
}

#outer .more .join_nr{
	padding: 30px 0;
	display: none;
}
#outer div.click .join_nr{
	display: block;
}
.join_txt i{
	width:11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;  
	background: url(../img/join_img.png)no-repeat 0 0;
}
#outer div.click .join_txt i{
	background: url(../img/join_img1.png)no-repeat 0 0;
}
/*招聘详细页*/
.function{
	background: #fff;
	padding: 60px 0;
}
.fun_bt{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #da2720;
	line-height: 35px;
	letter-spacing:3px;

}
.fun_list{
	padding-top: 30px;
	width: 420px;
	margin: auto;
}
.fun_list li{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 35px;
}
.fun_list li input,.fun_list li textarea{
	background: none;
	border:1px solid #e7e7e7;
	width: 300px;
	padding-left: 15px;
	color: #999;
	float: right;
	height: 35px;
	line-height: 35px;
}
.fun_list li textarea{
	height: 100px;
	margin-top: 3px;
}
.div_sub{
	padding-top: 30px;
	text-align: center;
}
.div_sub input.submit {
	width: 100px ;
	height: 30px;
	background: #da2720;
	border: 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}


/*联系我们*/
#main .w_1200{
	position: relative;
}
.lx_map{
	position:relative;
	height: 800px;
}
.lx_yr{
	position: fixed;
	top:50%;
	left:310px;
	width: 400px;
	padding:40px 50px;
	background:rgba(255,255,255,0.88);
	z-index: 999;
	
	margin-top:-138px;
	display: block;
}
.lx_yr .img{
	float: right;
	width: 125px;
}
.lx_yr h2{
	font-size: 40px;
	font-weight: bold;
	color: #2f3337;
}
.lx_yr h2 span{
	color: #da2720;
}
.lx_yr h3{
	color: #7c7c7c;
	font-size: 22px;
}
.lx_yr h4{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
}
.lx_yr p{
	font-size: 14px;
	color:#666666;
	line-height: 2.4;
}
.lx_yr p i{
	background:#da2720;
	width:3px;
	height:10px;
	display:inline-block;
	margin-right:10px; 
}
.gk_l li{
	float: left;
	margin-right: 148px;
	margin-bottom: 10px;
}
#cke_pastebin{
		position: relative !important;
		left: 0px !important;
		width: 100% !important;
		height: 100% !important;
		top:0px !important;
		overflow:visible !important;
	}

.seach_nav{
	margin-top:100px; 
	width: 100%;
	padding: 10px 0;
	text-align: center;
	min-height: 290px;
}
.seach_nav img{
	display: inline-block;
	padding-bottom: 30px;
}
.seach_nav form{
	display: inline-block;
	border:1px solid #cfcfcf;
	background: #da2720;
}
.search-keyword {
	width: 400px;
	height: 35px;
	padding:5px 10px;
	border: none;
}
.search-btn{
	width: 60px; 
	height: 45px;
	background: url(/zs_pc/img/search.png) no-repeat center center;
	border: none;
	cursor: pointer;
	float: right;
}
.seach{
	padding: 50px 0;
}
.seach_nr{
	padding: 10px 0;
	position:relative;
}
.seach h2{
	font-size: 16px;
	color: #000;
	line-height: 1.9;
	float: left;
	width: 80%;
	display: block;
}
.seach span{
	color: #ccc;
	font-size: 14px;
	line-height: 1.9;
	float: right;

}



/********留言板***********/

.ly_nr{
	position: relative;
	width: 100%;
	background: #fff;
}
.ly_nr h2{
	border-bottom:1px solid #efefef;
	padding: 40px 0;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px; 
} 
.ly_nr_jy{
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.ly_nr_jy h3{
	font-size: 12px;
	line-height: 2.4;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ly_le{
	float: left;
	width: 315px;
	margin-right:20px;
	margin-bottom:20px; 
}
.ly_ri{
	float: right;
	width: 315px;
	margin-bottom:20px; 
}
.ly_wit{
	width: 100%;
	margin-bottom:20px;
}

.ly_xp{
	padding:20px 0;
	width: 100%;
}
.ly_xp ul{
	width: 100%;
	display:block;
}
.ly_xp li{
	width: 33.33% !important;
	height: 60px !important;
	margin: 0 !important;
}
.ly_xp li input{
	margin: 0;
	width: 70px;
	overflow: hidden;
}
.ly_xp li img{
	padding-left: 20px;
}

.ly_wit dl{
	padding-left: 15px;
}

.ly_wit dd{
	margin-top:20px;
	float: left;
	font-size: 12px; 
	color: #000;
	width: 33.33%;
}
.ly_wit dd input{
	border: 0;
	vertical-align: middle;
	box-shadow:none;
	height: 15px;
	height: 15px;
	margin-right:10px; 
}
.ly_wit dd lable{
	vertical-align: middle;
	margin-right:10px; 
}
.ly_wit dd .ly_qt{
	padding-left: 5px;
	border-radius:8px;
	height: 40px;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.8);
	background: none;
	width: 564px;
	margin-right:0px;
	display: inline-block;
}



.ly_nr_table.tabletwo{
	padding-top:40px;
}
.ly_nr_table.tabletwo  .ly_wit dl{
	display: block;
	padding-left: 0;
}
.ly_nr_table.tabletwo  .ly_wit dd{
	margin-top:0;
	float: left;
	font-size: 12px; 
	color: #000;
	width:80px;
}
.ly_nr_table.tabletwo  .ly_wit dd input{
	border: 0;
	vertical-align: middle;
	box-shadow:none;
	height: 15px;
	height: 15px;
	margin-right:10px; 
}
.ly_nr_table.tabletwo  .ly_wit dd lable{
	vertical-align: middle;
	margin-right:10px; 
}





.ly_wit textarea{
	height: 165px;
	display: block;
	padding:0 15px;
	width: 620px;
	border-radius:8px;
	border: 0;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.8); 
}
.ly_wit.ly_wit_t{
	text-align: center;
}
.ly_wit .ly_wit_sub{
	display: inline-block;
	vertical-align: middle;
	margin:0 30px;
	width: 120px;
	height: 40px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.ly_wit .ly_wit_sub:hover{
	background: #c90000;
	color: #fff;
}



.ly_nr_table.tabletwo .ly_wit .ly_wit_sub{
	display: inline-block;
	vertical-align: middle;
	margin:0 30px;
	width: 120px;
	height: 40px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.ly_nr_table.tabletwo .ly_wit .ly_wit_sub:hover{
	background: #c90000;
	color: #fff;
}



.ly_nr_table.tabletwo input{
	padding-left: 40px;
	border-radius:8px;
	border: 0;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.8); 
	background: url(../img/ly_c1.png)no-repeat;
}
.ly_nr_table input{
	padding-left: 40px;
	border-radius:8px;
	border: 0;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.8); 
	background: url(../img/ly_c2.png)no-repeat;
}
.ly_nr_table h4{
	margin-top:20px;
	font-size: 12px;
	padding-left: 40px;
	color: #000;
	background:url(../img/ly_c2.png)no-repeat;
	background-position: 12px -114px;
}
.ly_nr_table h5{
	font-size: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.ly_nr_table input.ly_wit_img{
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	padding: 0;
	border: 0;
	border-radius:0;
	box-shadow: none;
}
.ly_nr_table  img{
	display: block;
	position: absolute;
}

.ly_nr_table .ly_ip1 ,.ly_nr_table .ly_ip2,.ly_ip6,.ly_ip7,.ly_ip8,.ly_ip9{
	width: 275px;
}
.ly_ip1,.ly_ip2,.ly_ip3,.ly_ip4,.ly_ip5,.ly_ip6,.ly_ip7,.ly_ip8,.ly_ip9{
	height: 40px;
}
.ly_nr_table .ly_ip1{
	background-position: 12px 10px;
}
.ly_nr_table .ly_ip2{
	background-position: -291px 10px;
}
.ly_nr_table .ly_ip3,.ly_ip4,.ly_ip5{
	width: 610px;
	background-position: 12px -51px;
}




.ly_nr_table.tabletwo .ly_ip1{
	background-position: 12px 7px;
}
.ly_nr_table.tabletwo .ly_ip2{
	background-position: 12px -121px;
}
.ly_nr_table.tabletwo .ly_ip3{
	background-position: 12px -53px;
}
.ly_nr_table.tabletwo .ly_ip4{
	background-position: 12px -325px;
}
.ly_nr_table.tabletwo .ly_ip5{
	background-position: 12px -325px;
}
.ly_nr_table.tabletwo .ly_ip6{
	background-position: 12px -449px;
}
.ly_nr_table.tabletwo .ly_ip7{
	background-position: 12px -210px;
}
.ly_nr_table.tabletwo .ly_ip8{
	background-position: 12px -512px;
}
.ly_nr_table.tabletwo .ly_ip9{
	background-position: 12px -272px;
}



.lx_map{
	min-height:720px !important;
}
.lx_map iframe{
	width:100%;
	height:100% !important;
	padding:0 !important;
}

	.sybm {
				width: 1200px;
				max-width: 100%;
				color: #666;
				margin: auto;
			}
			.sybm dl:first-child{
				padding-top: 0;
				width: 40%;
			}
			.sybm dl{
				width: 30%;
				float: left;
			}
			.sybm dl dt{
				font-size: 16px;
				font-weight: bold;
				height: 30px;
			}
			.sybm dl dd{
				line-height: 1.9;
				margin-left: 0;
				font-size: 16px;
			}