@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_4966493_5afm39iu2i4.css");
/** Generated by FG **/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GothamLight.eot');
	src: local('☺'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
/** Generated by FG **/
@font-face {
	font-family: 'FuturaBT-Light';
	src: url('../fonts/FuturaBT-Light.eot');
	src: local('☺'), url('../fonts/FuturaBT-Light.woff') format('woff'), url('../fonts/FuturaBT-Light.ttf') format('truetype'), url('../fonts/FuturaBT-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'futurabt-medium';
	src: url('../fonts/futurabt-medium.eot');
	src: local('☺'), url('../fonts/futurabt-medium.woff') format('woff'), url('../fonts/futurabt-medium.ttf') format('truetype'), url('../fonts/futurabt-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'impact-webfont';
	src: url('../fonts/impact-webfont.eot');
	src: local('☺'), url('../fonts/impact-webfont.woff') format('woff'), url('../fonts/impact-webfont.ttf') format('truetype'), url('../fonts/impact-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/Gotham-Book.eot');
	src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'av_garde_lindex_twodemibold';
    src: url('../fonts/avgardelindextwo-demi-webfont.woff2') format('woff2'),
         url('../fonts/avgardelindextwo-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'av_garde_lindex_twobook';
    src: url('../fonts/avgardelindextwo-book-webfont.woff2') format('woff2'),
         url('../fonts/avgardelindextwo-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'DM Sans Bold';
	src: url('../fonts/DM Sans Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DM Sans Medium';
	src: url('../fonts/DM Sans Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DM Sans Regular';
	src: url('../fonts/DM Sans Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

body,input,textarea,button{
	font-family: 'DM Sans Regular','GothamBook',Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
}
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:110px;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	padding: 0 36px 0 0;
	background: url(/web/pic/lihover.png) right center no-repeat;
	font-family: 'DM Sans Medium';
}
.lang-jp .nav .nLi h3 a{
	padding: 0 20px 0 10px;
}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	min-width:1400px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.clear{
	width:100%;
	clear:both;
}
.fl{float: left;}
.fr{float: right;}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
.content{
	line-height:2;
	font-size: 16px;
}
.content img{
	max-width:100%;
	height:auto;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:auto;
	padding:0;
	line-height:50px;
	background:#1CAA70;
}
#top_l{
	width:auto;
	float:left;
	line-height:50px;
	color: #fff;
	font-size: 14px;
}

.top-lxlist{
	height: auto;
	overflow: hidden;
	float: left;
}
.top-lxlist li{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.top-lxlist li i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.top-lxlist li p{
display:inline-block;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:30px;
	color: #fff;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #d71809; */
}
#top_link a:hover{
	color: #f00;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 110px;
	position:relative;
	z-index: 8888;
	margin-left: 6px;
}
/* .lang-zh_cn .nav .nLi{
	margin-left: 15px;
} */
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 5px;
}
.nav .nLi h3{
	display: block;
}


.nav .on h3 a{
	color: #122a88;

}


.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
	
}

.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}

.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding: 0 30px;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/** header **/
.full-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	background:#ff6801;
	/* position: relative;
	z-index: 9999; */
	/* border-bottom: 1px solid rgba(255,255,255,.62); */
}
.full-head.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.full-head.sticky.sticky-bgc{
	background-color: rgba(10,32,87,.5);
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.logo{
	overflow:hidden;
	float: left;
	height:131px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo h1{
	font-size:22px;
	color:#fff;
}
.logo img{
	display:block;
	max-height: 131px;
}
.logo-rt{
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #595656;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #595656;
	margin-left: 21px;
	padding-left: 20px;
}
.header-right{
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 99;
}
.lang-wrap{
	width: 151px;
	line-height: 48px;
	background: #ff6801;
	border-radius: 29px 29px 29px 29px;
	position: relative;
	z-index: 9999;
	margin-top: 40px;
}
.lang-wrap .open-lang{
	display: block;
	height: 48px;
	line-height: 48px;
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	padding: 0 8px 0 8px;
	font-family: 'DM Sans Medium';
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 5px;
	height: 48px;
	line-height: 48px;
	float:left;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	float:left;
	margin-right:10px;
	margin-top:2px;
}
/* .lang-wrap .open-lang::after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #909090;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -8px;
} */
.lan-menu{
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 100%;
	
	top: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
}
.lan-menu a:hover{
	color: #122a88;
}
.lan-menu a.jp{
	background-image:url(../images/jp2.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #1c1c1c;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top:30px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-mail-pic{
	height: 103px;
	overflow: hidden;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.foot-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	background:url(/web/pic/line.png) left bottom no-repeat;
	text-transform: uppercase;
	font-family: 'DM Sans Medium';
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-name.tel{
	font-size: 30px;
	font-family: 'GothamLight';
}
.foot-sort-list{
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.6);
	font-size: 18px;
	line-height: 2.1;
}
.foot-sort-list li a{
	color:#ffffff;
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-content{
	max-width: 320px;
	height: auto;
	overflow: hidden;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.85;
}
.foot-contact-content a{
	color:#d1d1d1;
}
.foot-contact-content a:hover{
	color: #fff;
}
.foot-contact-content.mail{
	color: #122a88;
	font-size: 18px;
	line-height: 1.25;
}
.foot-contact-content.mail a{
	color: #122a88;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	width: 117px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-ask-btm{
	height: auto;
	overflow: hidden;
}
.foot-ask-btm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #414447;
	border-radius: 21px;
	padding: 0 20px;
}
.foot-ask-btm i{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
	color: #7d8995;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li{
	margin-right: 15px;
}
.foot-social li a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	
}
.foot-social li a i{
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}


.full-copyright{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background: #ff6801;
	padding: 15px 0;
}
.copyright{
	color:#fff;
	font-size: 16px;
	line-height: 44px;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_follow{
	overflow:hidden;
	margin-top: 20px;
	text-align: left;
}

#footer_follow a{
	margin:0px 10px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 45px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:22px;
	transition: 0.6s;
	color: #fff;
	background:#394d5b;
	border:0;
	display:block;
}
#footer_follow a:hover i{background:#ff6801;}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.header-search{
	width:302px;
	height:48px;
	line-height:48px;
	margin-top:45px;
	margin-left:60px;
	float:left;
	background:none;
}
.header-email{
	width:300px;
	height:56px;
	margin-top:41px;
	margin-left:43px;
	float:left;
}
.header-email-left{
	width:56px;
	height:56px;
	line-height:56px;
	background:#e68966;
	border-radius:100%;
	float:left;
	text-align:center;
}
.header-email-left i{
	font-size:26px;
	color:#ffffff;
}
.header-email-right{
	float:left;
	line-height:56px;
	font-size:18px;
	color:#fff;
	margin-left:15px;
}
.header-phone{
	width:275px;
	height:56px;
	margin-top:41px;
	float:right;
}
.header-phone-left{
	width:56px;
	height:56px;
	line-height:56px;
	background:#e68966;
	border-radius:100%;
	float:left;
	text-align:center;
}
.header-phone-left i{
	font-size:28px;
	color:#ffffff;
}
.header-phone-right{
	float:left;
	width:200px;
	line-height:56px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin-left:10px;
}
.nav-kuan{
	height:110px;
	line-height:110px;
}
.nav-kuan-left{
	width:1170px;
	float:left;
}
.index-products{
	background:#f9f9f9;
	padding:123px 0 30px 0;
	text-align:center;
}
.index-products h2{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	color:#ff6801;
}
.index-products h3{
	font-size:48px;
	line-height:50px;
	font-weight:normal;
	color:#0a0a0a;
	margin-bottom:20px;
}
.index-products-bigbox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.product-list{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.product-list .product-list-pic{
    position:relative;
}
.product-list .hover-black{
    width:100%;
	height:100%;
	padding-top:30%;
	background: url(/web/img/orange.png);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: top;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.product-list:hover .hover-black{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.product-list .hover-black i{
	font-size:40px;
}
.product-list .product-list-pic img{
	width:100%;
	height:auto;
}
.product-list .product-list-title{
	font-size:18px;
	line-height:60px;
}
.index-aboutus{
	height:625px;
}
.index-aboutus-pic{
    width:650px;
	float:left;
	padding-top:40px;
}
.index-aboutus-pic img{
    width:100%;
	height:auto;
}
.index-aboutus-content{
	width:700px;
	float:right;
	text-align:left;
	padding-top:30px;
}
.index-aboutus-content h2{
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	color:#ff6801;
}
.index-aboutus-content h3{
	font-size:48px;
	font-weight:normal;
	line-height:50px;
	color:#0a0a0a;
	margin-bottom:15px;
}
.index-aboutus-content p{
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#0a0a0a;
	margin-bottom:15px;
}
.index-aboutus-content ul{
	padding-top:15px;
}
.index-aboutus-content ul li{
	line-height:30px;
	margin-bottom:10px;
}
.index-aboutus-content ul li font{
	display:block;
	float:left;
	width:26px;
	height:26px;
	line-height:26px;
	margin-right:15px;
	text-align:center;
	border-radius:100%;
	background:#ff6801;
}
.index-aboutus-content ul li font i{
	font-size:16px;
	color:#fff;
}
.index-aboutus-content ul li span{
	display:block;
	float:left;
	color:#ff6801;
	font-size:16px;
}
.index-aboutus-content-detail{
	width:167px;
	height:50px;
	line-height:50px;
	background:#ff6801;
	border-radius:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:15px;
}
.index-aboutus-content-detail:hover{
	background:#be3e0d;
}
.section-shili{
	margin-top:15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.section-shili ul{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.section-shili ul li{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#666666;
}
.section-shili ul li font{
	font-size:48px;
	color:#ff6801;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:10px;
}
.section-shili ul li span{
	font-size:48px;
	color:#ff6801;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.section-honor{
    height:810px;
	background:url(../../../../../img/img2.jpg) top center no-repeat;
	margin-top:20px;
	padding-top:30px;
	text-align:center;
}
.section-honor h2{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	color:#ff6801;
}
.section-honor h3{
	font-size:48px;
	line-height:50px;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:20px;
}
.section-honor-detail{
    width:195px;
	height:46px;
	line-height:46px;
	background:#ff6801;
	color:#ffffff;
	border-radius:30px;
	font-size:16px;
	margin:30px auto 0 auto;
}
.section-honor-detail font{
	font-size:18px;
	color:#ffffff;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:10px;
}
.section-honor-detail span{
	color:#ffffff;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.section-honor-detail span i{
	font-size:20px;
}
.section-honor-detail:hover{
	background:#cd410c;
}
.section-pinglun{
	margin-top:20px;
	text-align:center;
}
.section-pinglun h2{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	color:#ff6801;
}
.section-pinglun h3{
	font-size:48px;
	line-height:50px;
	font-weight:normal;
	color:#0a0a0a;
	margin-bottom:20px;
	padding:0 350px 0 350px;
}
.section-pinglun-box{

}
.section-pinglun-box-left{
	width:954px;
	height:467px;
	border:1px solid #e9e9e9;
	border-radius:20px;
	padding:35px;
	float:left;
}
.item11{
    width:100%;
	float:left;
}
.item11 dl{
    width:90%;
	float:left;
}
.item11 dl dt{
    width:72px;
	height:72px;
	float:left;
	border:1px solid #ccc;
	border-radius:100%;
	overflow:hidden;
}
.item11 dl dt img{
    width:100%;
	height:auto;
}
.item11 dl dd{
    width:232px;
	float:left;
	text-align:left;
	margin-left:20px;
	padding-top:10px;
}
.item11 dl dd h3{
	font-size:18px;
	line-height:25px;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.scroll .owl-dots .owl-dot{
	width:13px;
	height:13px;
    border-radius:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 10px;
	background: #c8c8c8;
}
.scroll .owl-dots .owl-dot.active{
	background: #f00;
	width:13px;
	height:13px;
    border-radius:100%;
}
.xingxing{
    width:140px;
	float:left;

}
.xingxing i{
    font-size:22px;
	margin-left:10px;
	color:#e5db00;
}
.item11_content{
	font-size: 16px;
	color: #2D4658;
	line-height: 26px;
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}
.section-pinglun-box-right{
    width:415px;
	height:465px;
	padding:60px 25px 25px 25px;
	float:right;
	background:url(../../../../../img/img3.png) top center no-repeat;
}
.section-pinglun-box-right ul{
    padding-bottom:40px;
}
.section-pinglun-box-right ul li{
    color:#ffffff;
	font-size:16px;
	line-height:35px;
}
.section-pinglun-box-right ul li font{
    font-size:48px;
}
.section-hezuo{
    text-align:center;
	margin-top:30px;
}
.section-hezuo h2{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#0a0a0a;
}
.section-hezuo h3{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#ff6801;
	margin-bottom:20px;
	padding:0 350px 0 350px;
}
.section-blogs{
    background:#f7f7f7;
	padding:40px 0 40px 0;
}
.section-blogs-title-left{
    width:50%;
	float:left;
	text-align:left;
}
.section-blogs-title-left h2{
	font-size:18px;
	line-height:40px;
	font-weight:normal;
	color:#ff6801;
}
.section-blogs-title-left h3{
	font-size:48px;
	line-height:50px;
	font-weight:normal;
	color:#0a0a0a;
	margin-bottom:20px;
}
.section-blogs-title-right{
    font-size:16px;
	line-height:24px;
	width:530px;
	float:right;
	padding-top:10px;
	color:#757575;
}
.item12{
    width:100%;
}
.item12-img{
    width:100%;
	position:relative;
}
.xinwen_time{
    width:146px;
	height:25px;
	line-height:25px;
	background:#ff6801;
	border-radius:30px;
	font-size:15px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:24px;
	top:24px;
}
.item12-img img{
    width:100%;
	height:auto;
}
.item12-title{
	background: #FFFFFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    padding:10px 20px 10px 20px;
	text-align:left;
}
.item12-title h3{
	font-size: 18px;
	color: #072032;
	line-height: 26px;
	text-align: left;
	margin-bottom:10px;
}
.item12-title h4{
	font-size: 14px;
	color: #2D4658;
	line-height: 24px;
	text-align: left;
}
.item12-title h5{
	font-size: 16px;
	color: #072032;
	line-height: 46px;
	text-align: left;
}
.section-feedback{
	margin-top:30px;
}
.section-feedback-left{
	width:668px;
	float:left;
}
.section-feedback-left h2{
	font-size:48px;
	line-height:70px;
}
.section-feedback-left p{
	font-size:16px;
	line-height:24px;
	color:#757575;
	margin-bottom:20px;
}
.section-feedback-right{
	width:701px;
	float:right;
	padding-top:15px;
}
.section-feedback-left ul{

}
.section-feedback-left ul li{
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}
.section-feedback-left h2{

}
.section-feedback-left h3{
	margin-top:30px;
	text-align:center;
}
.feedback-text1{
	width:328px;
	height:51px;
	line-height:51px;
	border-radius:10px;
	padding:10px;
	text-indent:10px;
	border:0;
	background:#f7f7f7;
	outline:0;
	color:#757575;
	font-size:16px;
}
.feedback-area{
	background:#f7f7f7;
	height:130px;
	border:10px;
	font-size:16px;
	padding:10px 20px 10px 20px;
}
.indexsubmit_btn{
	width:328px;
	height:51px;
	line-height:51px;
	background:#ff6801;
	color:#fff;
	font-size:16px;
	text-align:center;
	border:0;
	float:left;
	border-radius:10px;
	margin:0 auto;
	cursor:pointer;
}
.indexsubmit_btn:hover{
	background:#be3a07;
}
.footer-title{
	margin-bottom:50px;
}
.footer-title-left{
    width:700px;
	float:left;
	text-align:left;
	color:#ffffff;
	font-size:38px;
	line-height:44px;
}
.footer-title-right{
    width:61px;
	height:61px;
	line-height:61px;
	background:#ff6801;
	border-radius:100%;
	float:right;
	text-align:center;
}
.footer-title-right i{
	font-size:30px;
	color:#ffffff;
}
#footer_contact{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
}
#footer_contact h3{
	padding-top:20px;
}
#footer-lianluo{
	width:365px;
	float:right;
	text-align:left;
}
#footer-lianluo p{
	font-size:16px;
	line-height:30px;
	color:#ffffff;
}
.search_text{
	height:48px;
	line-height:48px;
	float:left;
	width:256px;
	overflow:hidden;
	outline:none;
	color:#666666;
	padding-left: 10px;
	background:#ffffff;
	border:1px solid #ffffff;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-right: none;
	outline:none;
	font-size:16px;
}
.search_main{
	width: 46px;
	height:48px;
	line-height: 48px;
	float: right;
	background:#ffffff;
	border:1px solid #ffffff;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 39px;
	height:39px;
	line-height: 39px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#ff6801;
	text-align: center;
	border:0;
	margin-top:4px;
}
.search_btn span,
.search_btn i{
	font-size: 24px;
	color:#ffffff;
}
.search_btn:hover{
	background:#be3907;
}
.section-inquiry{
	position:relative;
}
.section-inquiry-box{
	height:157px;
	background:#ffffff;
	box-shadow: 0px 4px 4px 0px rgba(204,204,204,0.25);
	position:absolute;
	left:0;
	right:0;
	top:-80px;
	z-index:99999;
	border-radius:30px;
}
.section-inquiry-box-left{
	width:75px;
	float:left;
	padding-top:45px;
	margin-left:30px;
}
.section-inquiry-box-left i{
	font-size:50px;
	color:#ff6801;
}
.section-inquiry-box-center{
	width:440px;
	float:left;
	text-align:left;
}
.section-inquiry-box-center h2{
	font-size:42px;
	line-height:60px;
	padding-top:30px;
}
.section-inquiry-box-center h2 span{
    color:#ff6801;
}
.section-inquiry-box-center h3{
    font-size:16px;
	line-height:30px;
}
.section-inquiry-box-right{
    width:740px;
	float:right;
	margin-right:20px;
	text-align:left;
}
.section-inquiry-box-right ul{
	float:left;
	margin-top:25px;
	margin-right:20px;
}
.section-inquiry-box-right ul li{
	font-size:16px;
	line-height:36px;
}
.feedback-text0{
    width:267px;
	height:50px;
	line-height:50px;
	background:#f1f1f1;
	border-radius:30px;
	border:0;
	outline:0;
	font-size:16px;
	text-indent:20px;
}
.indexsubmit_btn0{
    width:159px;
	height:50px;
	line-height:50px;
	background:#ff6801;
	color:#ffffff;
	border:0;
	font-size:18px;
	border-radius:30px;
	margin-top:33px;
}
.indexsubmit_btn0:hover{
	background:#bc3c0b;
}

.left_wrap{
	float:left;
	width:300px;
}
.left_wrap h2{
	width:auto;
	height:55px;
	line-height:55px;
	text-indent:20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:normal;
	color:#fff;
}
.left_wrap h2 .iconfont{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	/* font-size: 16px; */
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:auto;
	
	position:relative;
	
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	padding: 10px 15px 10px 20px;
	line-height: 20px;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #EEEEEE;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.left_lxxx h6{
	font-size:14px;
	line-height:36px;
	font-weight:normal;
	color:#adadad;
}
.left_lxxx h6 font{
	display:block;
	width:25px;
	margin-right:5px;
	float:left;
}
.left_lxxx h6 font i{
	font-size:20px;
	color:#01a1e9;
}
.left_lxxx h6 span{
	display:block;
	width:245px;
	font-size:13px;
	float:right;
}
.right_wrap{
	width: 1070px;
	overflow:visible;
	float:right;
	background:#fff;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2{
	font-size:26px;
	font-weight:normal;
}
.wz_zone{
	width:100%;
	min-width:1400px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:20px;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
.in-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.in-product-list li{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li .title{
	font-size: 16px;
	margin: 15px 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.in-product-list li .models{
	line-height: 20px;
	color: #7e7f7e;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
}

.in-product-list li:hover .pic img{
	transform: scale(1.1);
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:590px;
	float:left;
}
.pro_right{
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-left: 630px;
}
.pro_right h2{
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
.slideBox-product{
	margin-top:50px;
	overflow:hidden;
}
.slideBox-product .hd{

}
.slideBox-product .hd ul{
	width:100%;
	overflow:hidden;
	border-left:1px solid #ccc;
}
.slideBox-product .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background: #ff6801;
    color: #fff;
    border-color: #ff6801;
}
.slideBox-product .hd ul li.on a{
	color: #fff;
}
.slideBox-product .bd{
	border:1px solid #ccc;
}
.slideBox-product .bd ul{
	padding:10px;
	overflow:hidden;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
.in-fbk-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0px;
}
.in-fbk-row{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.in-fbk-full{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
}
.in-fbk-full label{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	margin-bottom: 5px;
}
.in-fbk-full label font{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	color: #FF0000;
}
.in-fbk-full input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 15px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
}
.in-fbk-full textarea{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 5px 15px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	resize: none;
}
.in-fbk-btm{
	padding: 0 10px;
	margin-top: 5px;
}
.in-fbk-code{
	height:auto;
	overflow: hidden;
	padding: 0 10px;
}
.in-fbk-code label{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	margin-bottom: 5px;
}
.in-fbk-code label font{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	color: #FF0000;
}
.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode input{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 15px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
	width: 100px;
}
.in-fbk-vecode img{
	display: inline-block;
	float: left;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 10px;
}
.ibtn{
	display: inline-block;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin-right: 20px;
	color:#fff;
	padding: 0 30px;
	min-width: 100px;
}
.ibtn:hover{
	/* -moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s; */
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}
.tuwenlist2{
	height: auto;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.tuwenlist2 li{
	list-style-type:none;
	width:33.333333%;
	height:auto;
	overflow:Hidden;
}
.tuwenlist2 li .inner{
	height: 100%;
	overflow: hidden;
	padding: 10px;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	padding:10px 0 10px 0;
	border-bottom:1px solid #ddd;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	padding:10px 0 20px 0;
	line-height:25px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
dl.tuwenlist{
	width:100%;
	margin:20px auto;
	padding-bottom:20px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
dl.tuwenlist:hover dt img{
	transform:scale(1.1);
}
dl.tuwenlist dd{
	margin-left:240px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:left;
}
dl.tuwenlist dd span a{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#fff;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}
.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}

.tulist_02{
	width:100%;
	overflow:hidden;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:25%;
	border-right:15px solid #fff;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
.tulist_02 li:hover img{
	transform:scale(1.1);
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:25px;
	margin-top: 10px;
}
.section-hezuo-boxs{
    width:1400px;
	margin:0 auto;
}
.section-hezuo-boxs ul {

}
.section-hezuo-boxs ul li{
	width:15%;
	float:left;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.section-hezuo-boxs ul li img{
	width:100%;
	height:auto;
}
#indexhz_m1{
	margin-right:2%;
}
#indexhz_m{

}