@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "mofont"; src: url('fonts/iconfontb79b.html?t=1523436271711'); /* IE9*/ src: url('fonts/iconfontb79b.html?t=1523436271711#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconfontb79b-2.html?t=1523436271711') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('fonts/iconfontb79b-3.html?t=1523436271711#mofont') format('svg'); /* iOS 4.1- */
}

@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX'; src: url('fonts/HELVETICANEUELTPRO-THEX.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'CORMORANTGARAMOND-MEDIUM'; src: url('fonts/CORMORANTGARAMOND-MEDIUM.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'KAUSHANSCRIPT-REGULAR'; src: url('fonts/KAUSHANSCRIPT-REGULAR.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'HelveNueThin'; src: url('fonts/HelveNueThin.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'GOTHAM-BLACK'; src: url('fonts/GOTHAM-BLACK.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueThn'; src: url('fonts/HelveticaNeueThn.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'LANEUP'; src: url('fonts/LANEUP.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'AVGARDD'; src: url('fonts/AVGARDD.html'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'GOTHAMRND-BOOK'; src: url('fonts/GOTHAMRND-BOOK.html'); font-weight: normal; font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	float: left;
}

input {
	border: none;
	background: none;
}

input, textarea {
	font-family: Arial, "微软雅黑";
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

.yy_tag_I {
	margin: 0 5px
}

html, body {
	font: 12px Arial, "微软雅黑";
	color: #929292;
	width: 100%;
	height: 100%;
	background: #fff
}

.fw {
	margin: 0 auto;
	width: 1180px;
}

body {
	overflow-x: hidden;
	min-width: 1200px
}

.bx-wrapper {
	margin: 0 auto
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #999;
	border: 1px solid #999;
}

#pageWrapper {
}

#header {
	width: 100%;
	height: auto;
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	padding-top: 20px;
	font-size: 14px;
	transition: all ease .3s;
	transition-property: padding, background
}

.nobanner #header {
	background: rgba(255, 255, 255, 0.9);
}

#header .content {
	padding: 0 40px;
}


#header.mini ul li.navitem {
	padding-bottom: 0;
}

#header #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	margin-right: 50px
}

#header ul#nav {
}

#header ul li.navitem {
	padding: 0 20px 10px 20px;
	width: auto;
	height: 50px;
	line-height: 40px;
	float: left;
	position: relative;
}

#header ul li.navitem ul.subnav {
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	border-top: #838383 3px solid;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
}

#header ul li.navitem:hover ul.subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#header ul li.navitem a {
	color: #fff;
	transition: none ease-out .3s;
	transition-property: color, background, text-indent, opacity
}

#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #838383
}

#header ul li.navitem ul.subnav li {
	border-bottom: #2e2f29 1px solid
}

#header ul li.navitem ul.subnav li a {
	padding: 14px 30px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	background: rgba(0, 0, 0, .7);
	display: block;
	color: #bbb9b9;
	font-size: 12px;
}

#header ul li.navitem ul.subnav li a i {
	float: right;
	margin-top: 5px;
	transition: all ease-out .2s;
	opacity: 0
}

#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: rgba(0, 0, 0, 1);
	color: #fff
}

#header ul li.navitem ul.subnav li a:hover i {
	opacity: 1
}

#header .content { 
	padding:0px 
}
#header ul#nav {
	float:right; 
	margin-top:5px; 
}
#header ul li.navitem { 
	transition: all 0.4s ease-out 0s; 
	padding:0; 
	line-height:50px; 
}
#header ul li.navitem a { 
	color:#848484; 
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
	padding: 12px 0 0 46px; 
	border-radius: 3px; 
}
#header ul li.navitem a.active, #header ul li.navitem:hover a { 
	color:#333;  
}
#header ul li.navitem ul.subnav {
	width:192px; 
	background:#fff; 
	border:0; 
	box-shadow: 0 6px 10px  rgba(0, 0, 0, .1); 
	margin-left:20px;
}
#header ul li.navitem ul.subnav li {
	border-bottom:1px solid rgba(0, 0, 0, .08); 
}
#header ul li.navitem ul.subnav li a {
	text-align:center; 
	color: #666; 
	width:100%; 
	padding:14px 0; 
	background:none; 
}
#header ul li.navitem ul.subnav li a i {
	display:none; 
}
#header ul li.navitem ul.subnav li a:hover {
	background:#fff; 
	color:#000; 
	text-indent:inherit; 
}
#header ul li.navitem ul.subnav li a:hover::after, #header ul li.navitem ul.subnav li a:after {
	display:none;
}
#header ul li.navitem ul.subnav li a:hover {
	background-color:#f5f5f5; 
}

.footern {
	background: #000;
}

.footern p {
	padding: 20px 0;
	width:1200px;
	margin:0 auto;
	font-size: 12px;
	color: #8e8e8e;
	height: 20px;
	line-height: 20px;
}

.footern a {
	display: inline-block;
	width: 50px;
	height: 20px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 40px;
}
.foot_up{
	padding:72px 0 60px;
	background-color:#f3f3f3;
}
.foot_up1{
	width:1200px;
	margin:0 auto;
}
.foot_up1_01{
	height:55px;
	font-size:16px;
	color:#666666;
	padding-left:20px;
}
.foot_up1_02{
	width:100%;
}
.foot_up1_02_erweima{
	width:315px;
	float:left;
}
.foot_up1_02_erweima img{
	vertical-align:top;
	padding-left:20px;
}
.foot_up1_02_dizhi{
	width:339px;
	float:left;
	font-size:14px;
	color:#999999;
}
.foot_up1_02_weixin{
	width:300px;
	float:left;
	font-size:14px;
	color:#999999;
}
.foot_up1_02_shouji{
	width:220px;
	float:left;
	font-size:14px;
	color:#999999;
}
.bannern{
	text-align:center;
	height:391px;
	z-index:0;
	position:relative;
	margin-top:82px;
}
.bannern img{
	vertical-align:top;
}
#contn{
	padding-bottom:40px;
}
.about{
	width:100%;
}
.about_up{
	height:64px;
	background-image:url(../images/neiye_1.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
.about_up1{
	width:1200px;
	margin:0 auto;
}
.about_up1 ul li{
	float:left;
}
.about_up1 ul li a{
	width:173px;
	height:62px;
	display:block;
	text-align:center;
	line-height:52px;
	font-size:16px;
	color:#333333;
}
.about_up1 ul li .about_up1_on{
	background-image:url(../images/neiye_11.gif);
	background-position: center top;
	background-repeat:no-repeat;
	color:#ffffff;
}
.about_down{
	width:1160px;
	margin:0 auto;
	padding:45px 0;
	font-size:14px;
	color:#6a6a6a;
	line-height:28px;
}
.about_3{
	background-image:url(../images/about_1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:568px;
}
.about_33{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
}
.about_3_up{
	padding-bottom:50px;
	text-align:center;
	font-size:30px;
	color:#ffffff;
}
.about_3_down{
	padding:0 44px;
}
.about_3_down ul li{
	padding-bottom:18px;
}
.about_3_down_left{
	width:149px;
	float:left;
}
.about_3_down_left span{
	width:122px;
	height:33px;
	display:inline-block;
	background-color:#a7700e;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#ffffff;
}
.about_3_down_right{
	width:828px;
	float:left;
	font-size:14px;
	color:#cfcfcf;
	line-height:30px;
}
.about_4{
	padding-top:76px;
	widows:1200px;
	margin:0 auto;
}
.about_4_up{
	padding-bottom:60px;
	text-align:center;
	font-size:30px;
	color:#161616;
}
.p_cont { OVERFLOW: hidden; HEIGHT: 342px; WIDTH: 1200px; POSITION: relative; margin:0 auto}
.tit { BORDER-TOP: #5e2325 3px solid }
.tit H2 { HEIGHT: 36px; WIDTH: 160px; BACKGROUND: url(../images/style_zxh_0513_title.html) no-repeat 10px 10px; FLOAT: left; TEXT-INDENT: -999em }
#scrollBox { MARGIN: 10px auto 0px }
#scrollBox IMG { DISPLAY: block }
.tit .more { FLOAT: right; PADDING-BOTTOM: 0px; PADDING-TOP: 16px; PADDING-LEFT: 0px; PADDING-RIGHT: 20px }
.tit H2 A { CURSOR: pointer; HEIGHT: 36px; DISPLAY: block }
.arrleft { OVERFLOW: hidden; CURSOR: pointer; HEIGHT: 34px; WIDTH: 18px; BACKGROUND: url(../images/arrow.html) no-repeat; POSITION: absolute; OUTLINE-STYLE: none; left: -25px; Z-INDEX: 99; DISPLAY: block; LINE-HEIGHT: 200px; TOP: 160px }
.arrright { OVERFLOW: hidden; CURSOR: pointer; HEIGHT: 34px; WIDTH: 18px; BACKGROUND: url(../images/arrow.html) no-repeat; POSITION: absolute; OUTLINE-STYLE: none; right: -25px; Z-INDEX: 99; DISPLAY: block; LINE-HEIGHT: 200px; TOP: 160px }
.piclist { BACKGROUND: #fff;  PADDING-RIGHT: 3px }
/*新闻*/
.news{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
}
.news ul li{
	padding-bottom:30px;
}
.news_time{
	width:99px;
	height:96px;
	float:left;
	background-color:#06aeb9;
	text-align:center;
	line-height:46px;
	font-size:14px;
	color:#ffffff;
}
.news_time h2{
	padding-top:16px;
	height:34px;
	font-size:34px;
	color:#ffffff;
}
.news_tt{
	width:1080px;
	height:96px;
	overflow:hidden;
	float:left;
	padding-left:20px;
	font-size:14px;
	color:#777777;
	line-height:22px;
}
.news_tt a{
	display:inline-block;
	line-height:32px;
	font-size:16px;
	color:#444444;
}
/*新闻详细*/
.news_show{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
}
.news_show_1{
	padding-bottom:12px;
	text-align:center;
	border-bottom:#BCBCBC 1px dashed;
	font-size:14px;
	color:#777777;
}
.news_show_1 h2{
	font-size:18px;
	color:#333333;
	padding-bottom:12px;
}
.news_show_2{
	padding:20px 0;
	font-size:14px;
	color:#333333;
	line-height:28px;
}
.news_show_3{
	line-height:30px;
	font-size:14px;
	color:#333333;
}
.news_show_3 a{
	color:#FF0004;
}
/*产品*/
.product{
	width:100%;
	padding-top:30px;
}
.list{
	padding-bottom:30px;
	text-align:center;
}
.list ul li{
	display:inline-block;
	margin:0 5px;
}
.list ul li a{
	height:30px;
	padding:0 20px;
	text-align:center;
	line-height:30px;
	display: inline-block;
	font-size:14px;
	color:#444444;
	border-radius:3px;
}
.list ul li:hover a{
	background-color:#4d4e50;
	color:#ffffff;
}
.list ul li .list_on{
	background-color:#4d4e50;
	color:#ffffff;
}
.chanpin{
	width:100%;
}
.chanpin ul li{
	width: 23%;
    margin-left: 1.6%;
    margin-bottom: 30px;
    background: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-right: unset;
	float:left;
	max-height:376px;
	overflow:hidden;
	position:relative;
}
.p_img{
	width:100%;
	text-align:center;
}
.p_img img{
	width:100%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.chanpin ul li:hover .p_img img{
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-o-transform:scale(1.08);
	transform:scale(1.08);
}
.p_tt{
	position:absolute;
	z-index:999;
	bottom:0;
	left:10px;
	line-height:70px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	font-size:15px;
	color:#333333;
}
.chanpin ul li:hover .p_tt{
	left:30px;
}
.p_xian{
	width:100%;
	height:1px;
	position:absolute;
	z-index:999;
	bottom:0;
	left:0;
	background-color:#D0D0D0;	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.chanpin ul li:hover .p_xian{
	bottom:70px;
}
.p_bj{
	width:100%;
	height:70px;
	position:absolute;
	z-index:99;
	bottom:0;
	left:0;
	background-color:#ffffff;	
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.chanpin ul li:hover .p_bj{
	opacity:0;
	bottom:100%;
}
/*产品详细*/
.pro_show{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
}
.pro_1{
	text-align:right;
	padding-bottom:20px;
}
.pro_1 a{
	width:100px;
	height:30px;
	display:inline-block;
	border:#C7C5C5 1px solid;
	border-radius:5px;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#555555;
}
.pro_2{
	padding-bottom:30px;
}
.pro_2_img{
	width:410px;
	float:left;
}
.pro_2_img img{
	width:400px;
	border:#DDDDDD 1px solid;
}
.pro_2_tt{
	width:auto;
	float:left;
	line-height:30px;
	font-size:14px;
	color:#444444;
	padding-left:30px;
}
.pro_3{
	width:100%;
}
.pro_3_up{
	height:30px;
	border-bottom:#f1f1f1 1px solid;
}
.pro_3_up span{
	display:inline-block;
	padding:0 20px;
	height:30px;
	background-color:#06aeb9;
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#ffffff;
}
.pro_3_down{
	padding-top:20px;
}





















































