/*=== 头部 ====*/
.header{
	height: 105px;
	animation-fill-mode: inherit !important;
}
.logo{
	float: left;
	margin-top: 3px;
}
.nav{
	float: right;
}
.nav ul{
	/*overflow: hidden;*/
}
.nav ul li{
	float: left;
}
@font-face {
	font-family: "OpenSans-Light";
	src: url(../font/OpenSans-Light.ttf);
}
.nav ul li a{
	display: block;
	padding: 0px 32px;
	color: #222;
	text-transform: uppercase;
	height: 105px;
	line-height: 105px;
	font-size: 18px;
	font-family: "OpenSans-Light";
}
.nav ul li.current a{
	color: #000000;
	font-weight: bold;
} 
.nav ul li a:hover{
	color: #000000;
	font-weight: bold;
}
#sub_dl{
	position: absolute;
	width: 100%;
	top: 105px;
	left: 0;
	background: rgba(255,255,255,0.5);
	z-index: 2;
	display: none;
}
.sub_dl{
	height: 43px;
	line-height: 43px;
	width: 646px;
	margin: 0 auto;
	padding-left: 554px;
}
.sub_dl dd{
	display: inline-block;
	text-align: center;
}
.sub_dl dd a{
    font-size: 16px !important;
    display: inline-block !important;
   	height: 43px !important;
	line-height: 43px !important;
    padding: 0px !important;
    margin-right: 48px !important;
    margin-top: 0 !important;
    color: #222222 !important;
    font-family: "OpenSans-Light";
}
.sub_dl dd a:hover{
	color: #000000 !important;
	font-weight: bold;
}
/*=== end 头部  ===*/

/*=== banner ==*/
#banner{
	position: relative;
	width: 100%;
	height: 747px;
	overflow: hidden;
}
#banner .bd_banner{
	width: 1920px;
	height: 747px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.bd_banner ul li img{
	display: block;
	width: 1920px;
	height: 747px;
}

/*==== end  banner ====*/

/* 关于我们  */
@font-face {
	font-family:"OpenSans";
	src: url(../font/OpenSans-Regular.ttf);
}
.about_box{
	font-family:"OpenSans";
	text-transform: uppercase;
	font-size: 16px;
	color: #1c1c1c;
	padding-top: 148px;
	height: 221px;
	letter-spacing:2.8px;
	text-align: center;
	line-height: 26px;
}
/* 产品介绍 */
#woven{
	width: 100%;
	height: 768px;
	position: relative;
	background: url(../images/woven.jpg) no-repeat left fixed;
}
.woven_img{
	position: absolute;
	left: 0;
	width: 960px;
	height: 768px;
	background: url(../images/woven.jpg) no-repeat left;
}
.woven_text{
	position: absolute;
	right: 0;
	width: 960px;
	height: 767px;
	border-top: 1px solid #bfbfbf;
}
.woven_right{
	width: 509px;
	margin-left: 227px;
	margin-top: 210px;
	text-align: center;
}
@font-face {
	font-family:"OpenSans-Bold";
	src: url(../font/OpenSans-Bold-webfont.ttf);
}
.woven_right h3{
	font-family:"OpenSans-Bold";
	font-size: 42px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 54px;
}
.woven_right .woven_nr{
	font-size: 16px;
	color: #1c1c1c;
	font-family:"OpenSans";
	letter-spacing: 2.8px;
	font-weight: 600;
}
@font-face {
	font-family:"OpenSans-Bold";
	src: url(../font/OpenSans-Bold-webfont.ttf);
}
.index_link{
	display: block;
	font-family:"OpenSans-Bold";
	font-weight: bold;
	font-size: 21px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 6px;
	letter-spacing: -2px;
	margin-top: 50px;
	background: url(../images/index_link.png) no-repeat bottom;
}

/* SPEED */
#speed{
	width: 100%;
	height: 575px;
	position: relative;
	background: url(../images/s.png) no-repeat 109px fixed #f7f7f7;
}
.speed_box{
	width: 920px;
	padding-left: 132px;
	padding-top: 160px;
}
.speed_box h3,.innovation_box h3{
	font-family:"OpenSans-Bold";
	font-size: 42px;
	line-height: 42px;
	color: #000000;
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 1px solid #000000;
}
.speed_nr,.innovation_nr{
	font-family:"OpenSans";
	font-size: 16px;
	color: #1C1C1C;
}
.speed_box .index_link{
	background: url(../images/index_link.png) no-repeat left bottom;
}

/* innovation */
#innovation{
	height: 602px;
	width: 100%;
	position: relative;
	background: url(../images/n.png) no-repeat right 91px fixed;
}
.innovation_box{
	width: 916px;
	padding-top: 180px;
	padding-right: 122px;
	padding-left: 151px;
	text-align: right;
}
.innovation_nr{
	font-size: 16px;
}
.innovation_box .index_link{
	background: url(../images/index_link.png) no-repeat right bottom;
}

/* 地图 */
#map{
	position: relative;
	width: 100%;
	height: 1216px;
	overflow: hidden;
}
#map .map_img{
	width: 1920px;
	height: 1216px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.map_img img{
	width: 1920px;
	height: 1216px;
	display: block;
}

/* 底部版权 */
.footer{
	height: 161px;
	text-align: center;
	padding-top: 70px;
}
.footer_nav a{
	display: inline-block;
	font-family:"OpenSans";
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 9px;
}
.copyright{
	font-size: 12px;
	font-family:"OpenSans";
	margin-top: 44px;
	color: #c3c1c1;
}


/* 内页 */
.inside_banner {
    height: 747px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inside_banner>img {
    width: 1920px;
   	height: 747px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
}

.main{
	padding: 50px 0px 50px;
	border-bottom: 1px solid #dcdcdc;
}

/* 左侧 */
.left{
	width: 230px;
	float: left;
}
.left_title h3{
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 3px solid #000000;
	font-family: "OpenSans-Bold";
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.left_ul li a{
	font-size: 20px;
	color: #000000;
	font-family: "OpenSans-Bold";
	font-weight: bold;
	display: block;
	padding-left: 34px;
	background: url(../images/left_a.png) no-repeat left 5px;
}
.left_ul li a:hover{
	background: url(../images/lefta.png) no-repeat left 10px;
}
.left_ul li:last-child a{
	margin-top: 5px;
}
.left_ul li.producttype1sel a{
	background: url(../images/lefta.png) no-repeat left 10px;
	padding-left: 34px;
	margin-bottom: 5px;
}
.left_ul li.producttype2 a{
	font-size: 12px;
	color: #666666;
	font-family: "OpenSans";
	font-weight: normal;
	background: none;
	padding-left: 55px;
}
.left_ul li.producttype2 a:hover{
	color: #000000;
	font-weight: bold;
}

/* 右侧 */
.main_right{
	width: 937px;
	float: right;
}
.main_ul li{
	float: left;
	margin-right: 15px;
}
.main_ul li:nth-child(4n+4){
	margin-right: 0;
}
.main_ul li a{
	display: block;
	position: relative;
}
.main_ul li a img{
	display: block;
}
.main_ul li a .a_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 296px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
}
.main_ul li a .a_hover>img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20.5px;
	margin-left: -20.5px;
}
.main_ul li a:hover .a_hover{
	opacity: 1;
}
.main_ul li a p{
	height: 43px;
	line-height: 43px;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-family: "OpenSans";
	font-weight: bold;
}

/* 新闻 */
.news_ul li{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 40px;
	padding-top: 48px;
}
.news_ul li a{
	display: block;
}
.news_ul li a h4{
	font-size: 24px;
	line-height: 32px;
	font-family: "OpenSans";
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.news_ul li a span{
	display: block;
	background: url(../images/sz.png) no-repeat left;
	padding-left: 20px;
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}
.news_ul li a .news_nr{
	font-size: 16px;
	color: #000000;
	font-family: "OpenSans";
	margin-top: 15px;
}
.news_ul li a em{
	display: block;
	font-style: normal;
	width: 91px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background: #000000;
	margin-top: 20px;
}


/* 关于我们 */
.main_content{
	font-size: 16px;
	color: #000000;
	width: 937px;
	float: right;
}


.products ul{
	overflow: hidden;
	padding: 0px 6px;
}
.products ul li{
	float: left;
	margin-right: 13px;
}
.products ul li:nth-child(4n+4){
	margin-right: 0;
}
.products ul li a{
	display: block;
	position: relative;
}
.products-img{
	overflow: hidden;
}
.products-img img{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.products_hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 287px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
}
.products ul li a:hover .products_hover{
	opacity: 1;
}
.products ul li a:hover .products-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.products ul li a p{
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #000000;
	font-size: 16px;
}
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}

/* 新闻 */
.news_content ul{
	overflow: hidden;
}
.news_content ul li{
	height: 159px;
	background: #FFFFFF;
	padding: 0px 26px 0px 22px;
	border: 8px solid #f7f7f7;
	border-radius: 8px;
	margin-bottom: 25px;
}
.news_content ul li a{
	display: block;
}
.news_content ul li a h3{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding: 18px 0px 10px;
}
.news_content ul li a:hover h3{
	color: #f5c53a;
}
.news_text{
	font-size: 16px;
	color: #333333;
	max-height: 48px;
	overflow: hidden;
	padding-bottom: 14px;
}
.news_content ul li a span{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	margin-right: 8px;
}
.news_content ul li a em{
	font-style: normal;
	background: url(../images/m.png) no-repeat left;
	padding-left: 25px;
	font-size: 16px;
	color: #666666;
}
