﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button{padding:0;margin:0;font-size:100%}
* { 
	margin:0px; padding:0px;/*去除页面中所有标签的默认间距、补白*/
}
body{
	font: 16px/1.5 "Microsoft YaHei","宋体",Arial,Sans-Serif;
	margin: 0;
	padding: 0;/*--for opera--*/
	background-color: #FFF;
}
html{
	font-size:10px;
	}
ul, li, dl, dt, dd {
	display:block;
	list-style-type:none;/*去除ol、ul、li的默认样式*/
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;/* 去除默认的字体样式 */
}
img{border:0;max-width:100%;_width:100%;}
td {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
div {
    margin: 0 auto;
}
.clear {
	border-top:0px solid transparent !important;
	margin-top:-0px !important;
	border-top:0;
	margin-top:0;
	clear:both;/* IE清除浮动必备代码 */
	visibility:hidden;
}
a {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	color: #333333;
	text-decoration: none;
}
a:hover  {
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	
	text-decoration: none;
}
/*title*/
.tle { margin-bottom:10px; position:relative}
.tle h4 { display:inline; font-size:25px; color:#5c5b5b; font-weight:normal}
.tle em { font-style:normal; font-size:15px; color:#b0b0b0; padding:0 5px}
.tle h4 a {
	color:#5c5b5b;
	font-size: 11pt;
}
.tle h4 a:hover { text-decoration:none}
.w{
	width: 1200px;
	/* width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box; */
}
.w12{
	width: 1200px;
}
.w13{
	width: 1300px;
}
.w14{
	width: 1480px;
}
.w16{
	width: 1680px;
}
.w19{
	width: 1920px;
}
#header_line{
	width: 100%;
	background-color: #2f2e34;
	height: 135px;
}
#header_line .w{
	position: relative;
	height: 135px;
}
.line_r{
	width: 685px;
	height: 135px;
	float: right;
}
.module{
	width: 25%;
	height: 135px;
	background: url(../images/line.png) repeat-y right;
	float: left;
	position: relative;
	
}
.module_c{
	width: 100%;
	position: absolute;
	top:50%;
	
	transform: translate(0,-50%);
	color: #fff;
	text-align: center;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.module_c span{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.module_c img{
	vertical-align:middle;
	margin-right: 10px;
}
/* 搜索 */
/*form-item*/
#search{
  position: absolute;
	right: 0;
	top:50%;
	transform: translate(0,-50%);
	border-bottom: #fff solid 1px;
	
}
.gjz{
	display: inline-block;
	line-height: 30px;
	background-color:transparent;
	font-size: 12px;
}
#search-form{	
	line-height: 35px;
}
#search-form form{
	padding: 0;
	margin: 0;
}
#keywords{
	width: 285px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	float: left;
	text-indent: 15px;
	background: none;
	color: #fff;
	
	
}
#post-search{
	width: 50px;
	height: 35px;
	line-height: 35px;
	padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
	color: #fff;
	background: url(../images/search2.png)no-repeat center center;
	float: left;
	
}
#header  {
	width:100%;
	
}
#header .w{position: relative}
#logo{
	width: 600px;
	
	overflow: hidden;
	float: left;
}
.head_tel{
	position: absolute;
	right: 0;
	top:50%;
	transform: translate(0,-50%);
	width: 370px;
	height: 87px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	line-height: 87px;
	text-indent: 40px;
	background: url(../images/tel2.png) left center no-repeat;
}
.head_tel span{
	font-size: 28px;
	color: #000;
	font-weight:bolder;
	background: url(../images/tel_l.png) left center no-repeat;
	vertical-align:bottom;
}
#nav {
	background: #0d6db7;
}

/*一级菜单*/ 
#nav>ul{margin-left: auto;margin-right: auto;}
#nav li {
	width:12.5%;
	
	height:100px;/* 菜单高度*/
	line-height:100px;
	float:left;
	text-align:center;
	position: relative;
	z-index:99999;
	background: #0d6db7;
}
#nav li:first-child{
	background: none;
}
#nav li a {
	display:block;
	color:#fff;
	font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
	font-size:16px;
	
}
#nav li a:hover {
	
	background: #f09601;
	text-decoration:none;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	transition:all 0.5s;
}
/*二级菜单*/
#nav li ul {
	display:none;
	position: absolute;
	top: 100px;/* 同上级LI菜单高度*/
	left: 0;
	padding: 0;
	margin:0;
	
	width:100%;
	filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity:0.9;
opacity:0.9;

}
#nav li:hover .ul2 {
	display: block;
}
#nav li ul li {
	float: left;
	margin: 0;
	padding:0;
	width:100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#fff;
	background:#0d6db7;
}
#nav li ul li a {
	display: block;
	margin: 0;
	padding:0;
	text-align: center;
	background:#0d6db7;
	color: #fff;
	font-size:14px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav li ul li a:hover {
	background:#f09601;
	
}
/*三级菜单*/
#nav li ul li ul {
	width:100%;
	display:none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
	margin:0;
	
	
	z-index: 99;
}
#nav li ul li:hover .ul3 {
	display: block;
}
#nav li ul li ul li {
	float: left;
	margin: 0;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	width: 100%;
	min-width: 100px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#fff;
	
}
#nav li ul li ul li a {
	display: block;
	margin: 0;
	font-size: 14px;
	
	text-align: center;
	background:#0d6db7;
	color: #fff;
}
#nav li ul li ul li a:hover {
	background: #f09601;
	
	
}
/* banner */
.banner-box{min-width:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}

.banner-box .prev,.banner-box .next{width:40px;height:80px;position:absolute;z-index:1;top:50%;margin-top:-55px;} 
.banner-box .prev{left:50px;background:url(../images/slider-arrow.png) -126px -127px #0d6db7 no-repeat;display:none;} 
.banner-box .next{right:50px;background:url(../images/slider-arrow.png) -6px -127px #0d6db7 no-repeat;display:none;}

.banner-box .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:70px;line-height:70px;}
.banner-box .hd ul { text-align:center;}
.banner-box .hd ul li{width:10px;height:10px;border-radius: 50%;line-height:999px;margin-right:20px;background:#FFF;cursor:pointer;display:inline-block;*display:inline;zoom:1;}
.banner-box .hd ul li.on{background:#0d6db7;}
.banner-box img{width:100%;_width:100%;}
/* index */
/* 通用标题 */
.alltitle{
	width: 100%;
	text-align: center;
	text-transform:uppercase;
	font-weight: bolder;
	line-height: 30px;
}
.title_c{
	color:#000;
	font-size: 18px;	
}
.title_e{
	font-size: 18px;
	color: #c1c1c1;
}
.title_d{
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}
/*关于我们*/
#about{
	
	margin-top: 115px;
	background:url(../images/about.png) no-repeat;
	background-size: 100% 100%;
}
#about .w{
	position: relative;
}
.about_titlee{
	color: #0d6db7;
	text-transform: uppercase;
	transform: scale(1) rotate(90deg);
	font-size: 77px;
	line-height: 60px;
	position: absolute;
	right: 0;
	transform-origin: right top;
	z-index: 2;
	top:400px;
	font-weight: bolder;
}
.about_l{
	width: 570px;
	float: left;
	
}
.about_r img{
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.about_r img:hover{
	transform: scale(1.1);
}
.about_r{
	float: right;
	width: 505px;
	overflow: hidden;
	margin-right: 40px;
}
.about_title{
	background: url(../images/aboutt.png) no-repeat bottom left;
	font-size: 18px;
	line-height: 50px;
	font-weight: bolder;
	text-transform: uppercase;
}
.about_c{
	color: #000;
}
.about_c span{
	color:#c1c1c1;
}
.about_d{
	margin-top: 40px; 
	color: #636363;
	font-size: 14px;
	line-height: 35px;
	height: 185px;
	text-indent:2em;
	/* overflow: hidden; */
	text-overflow: ellipsis;
}
.about_more{
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	
	background: #0d6db7;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.about_more:hover{
	background: #f09601;
}

/*产品中心*/


#product{
	margin-top: 140px;
	
}
.product_t{
	margin-bottom: 30px;
	position: relative;
}
.product_t{
	width: 100%;
	
	text-align: center;
	font-size: 0;
}
.product_tlist{
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
	border: #cccccc solid 1px;
	text-align: center;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;
	color: #000;
	font-size: 16px;
	line-height: 45px;
	
}

.product_tlist:hover{
	color: #fff;
}
.product_tlist:hover{
	background: #0d6db7;
}
.product{margin-top: 30px;}
.product_all{
	display: none;
}

#product .pic{
	width: 31.75%;
	margin-right: 2.375%;
	float: left;
	position: relative;
	
	overflow: hidden;
}
#product .pic:nth-child(3n){
	margin-right: 0;
}
#product .pic_top{
	position: relative;
	float: left;
	height: 0;
	width: 100%;
	padding-bottom: 93.44%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
	
}
#product .pic_top img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#product .pic_top:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0d6db7;
	filter:alpha(opacity=66);
	-moz-opacity:0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

	
}
#product .pic:hover .pic_top:before{
	top:0;
}
#product .pic:hover .pic_h{
	
	top:50%;
	transform: translate(-50%,-50%)
	
}
#product  .pic_h{
	width: 100%;
	height: 100%;
	
	left: 50%;
	transform: translate(-50%,0);
	top:100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	color:#fff;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
	overflow: hidden;

}
#product .pic_h2{
	width: 62.5%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.pic_h_c{
	
	font-size:16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pic_h_x{font-size: 16px;margin-top: 20px;}
.pic_h_more{
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin-top: 30px;
	border: #fff solid 1px;
}
.pic_h_d{
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#product .pic_bottom{
	font-size: 14px;
	line-height: 60px;
	text-align: left;
	color: #a8a8a8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: #a8a8a8 solid 1px;
}
#product .pic:hover .pic_bottom{
	color:#0d6db7;
	border-bottom: #0d6db7 solid 1px;
}
/*成功案例*/
#case{
	
	margin-top: 80px;
}
.case_t{
	margin-bottom: 30px;
	position: relative;
}
.case_r{
	width: 70%;
	position: absolute;
	bottom:0;
	right: 0;
	text-align: right;
	font-size: 0;
}
.case_r_t{
	
	margin-right: 6.25%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
	background: url(../images/icon1.png) no-repeat left center;
	text-align: left;
	text-indent: 25px;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

	
}
.case_r_t:last-child{margin-right: 0}
.case_r_t:hover{
	background: url(../images/icon2.png) no-repeat left center;
	color: #0d6db7;
}
.case_r_t a{
	font-size: 16px;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.case_r_t:hover a{
	color: #0d6db7;
}
.case_all{
	margin-top: 30px;
	position: relative;
}
.swiper-button-prev2{
	position: absolute;
	left: -60px;
	top:50%;
	transform: translate(0,-50%);
	width: 35px;
	height: 35px;
	outline: none;
	background: url(../images/prev.png) no-repeat;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.swiper-button-prev2:hover{
	background: url(../images/prev2.png) no-repeat;
}
.swiper-button-next2{
	position: absolute;
	right: -60px;
	top:50%;
	transform: translate(0,-50%);
	width: 35px;
	height: 35px;
	outline: none;
	background: url(../images/next.png) no-repeat;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.swiper-button-next2:hover{
	background: url(../images/next2.png) no-repeat;
}
#case .pic{
	width: 31.4%;
	margin-right: 2.9%;
	float: left;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
#case .pic:nth-child(3n){
	margin-right: 0;
}
#case .pic_top{
	position: relative;
	float: left;
	height: 0;
	width: 100%;
	padding-bottom: 64.46%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
#case .swiper-slide:hover .pic_top{
	    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

}
#case .pic_top img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#case .pic_bottom{
	text-align: center;
	line-height: 45px;
}
#case .pic_title{
	font-size: 16px;
	line-height: 45px;
}
#case .pic_d{
	
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

	font-size: 14px;
	
}
#case .pic_more{
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	background: #3d3d3d;
	color: #fff;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
#case .pic:hover .pic_more{
	background: #0d6db7
}
/*服务流程*/
#process{
	
}
.process_all{
	background: url(../images/8.png) center 68px no-repeat;
}
.process_list{
	width: 225px;
	margin-left: 100px;
	float: left;
	color:000;
}
.process_list:first-child{
	margin-left: 0;
}
.process_pic{text-align: center;}
.process_t{
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color:000;
}
.process_d{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color:000;
}
/*流程*/
#deplay{
	margin-top: 90px;
}
.deplay_all{
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.deplay_list{
	font-size: 14px;
	width: 10%;
	height: 120px;
	margin-left: 60px;
	border: #ebebeb solid 1px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.deplay_list:first-child{
	margin-left: 0;
}
.deplay_c{
	position: absolute;
	width: 100%;
	top:50%;
	transform: translate(0,-50%);
	
}
.deplay_list:hover{
	-webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.deplay_title{
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-top: 10px;
}
/*新闻中心*/
#news{
	margin-top: 60px;
}
.news_l{
	width: 780px;
	height: 510px;
	float: left;
	background: #f7f7f7;
}
.news_ltitle{
	height: 65px;
	line-height: 65px;
	
	
}
.news_ltlist{
	width: 50%;
	float: left;
	background: #0d6db7;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.news_ltc span{
	color: #ccc;
}
.news_ltitle a:nth-child(2) .news_ltlist{
	background: #f09601;
}
.news_list{
	margin-top: 20px;
}
.news_lall{
	display: none;
	width: 90%;
}
.news_first{
	
}
.news_fl{
	width: 230px;
	float: left;
}
.news_pic{
	float: left;
	height: 0;
	width: 100%;
	padding-bottom: 70%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.news_fr{
	width: 460px;
	float: right;
}
.news_frt{
	margin-top: 10px;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.news_frc{
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}
.news_frmore{
	margin-top: 20px;
	text-align: center;
	color: #a2a2a2;
	border: #a2a2a2 solid 1px;
	font-size: 12px;
	text-transform: uppercase;
	width: 110px;
	height: 25px;
	line-height: 25px;
	float: left;
	transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}

.news_first:hover .news_frmore{
	background:#f09601;
	color: #fff;
}
.news_other{
	margin-top: 20px;
}
.news_li{
	line-height: 36px;
	color: #b6b6b6;
transition:All 0.5s ease-in-out;
-webkit-transition:All 0.5s ease-in-out;
-moz-transition:All 0.5s ease-in-out;
-o-transition:All 0.5s ease-in-out;

}
.news_li:hover{
	transform: translate(-2px,-2px);
	box-shadow:  #ccc 2px 2px 4px ;
}
.news_li a{
	color: #b6b6b6;
}
.news_lt{
	width: 570px;
	float: left;
	font-size: 14px;
	text-indent: 20px;
	background: url(../images/newsl.png) left center no-repeat;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	
}
.news_ltime{
	width: 80px;
	float: right;
	font-size: 12px;
}
.news_r{
	height: 510px;
	width: 400px;
	float: right;
	background: #f7f7f7;
}
.q_title{
	width: 345px;
	margin-top: 20px;
	background: url(../images/qt.png) no-repeat bottom left;
}
.q_e{
	font-size: 18px;
	line-height: 18px;
	color:#0d6db7;
	text-transform: uppercase;
}
.q_c{
	font-size: 16px;
	line-height: 50px;
}
.q_all{
	width: 345px;
}
.q_list{margin-top: 20px;}

.q_imgq{
	width: 18px;
	height: 36px;
	background: url(../images/q.png) no-repeat center center;
	float: left;
}
.q_q{
	width: 315px;
	float: right;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	font-size: 14px;
	line-height: 36px;

}
.q_imga{
	width: 18px;
	height: 30px;
	background: url(../images/a.png) no-repeat center center;
	float: left;
}
.q_a{
	width: 315px;
	float: right;
	overflow: hidden;
text-overflow: ellipsis;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #878787
}
/* 二级页面 */
#main{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	}
#main_left{
	width: 22%;
	}
.catname{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	background-color: #0d6db7;
}
.catname .dir{
	width: 100%;
	text-align: center;
	padding-top: 5px;
	line-height: 26px;
	color: #ddd;
	text-transform:uppercase;
	font-size: 26px;
}
.catname .zh{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12pt;
}

.left_list{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
	line-height: 200%;
}
.left_ss{
	display: none;
	padding:5px;
	margin-top:10px;
}
/* 左侧栏目导航*/
.left_nav {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.left_nav ul a {
	/* 整体字体颜色*/
	font-size:11pt;
	text-decoration: none;
	color: #000;
}
.left_nav ul a:hover {
	text-decoration: none;
}
.left_nav>ul>li {
	text-align:center;
	line-height:50px;
	min-height:50px;
	position:relative;
}
.left_nav>ul>li ul {
	display:none;
	background-color:#FFF;
}
.left_nav>ul>li ul a {
	color: #000;/* 三级分类字体颜色 */
	font-size: 10pt;
}
.left_nav>ul>li ul a:hover {
	color: #f00;
}
.left_nav>ul>li>a {
	position:relative;/*jquery的slideDow效果不兼容IE7*/
	*+position: !important;/*IE7去效果代码*/
	display:block;
	font-size:12pt;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.left_nav>ul>li>span a {
	position:absolute;
	z-index:99;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	left: 40px;/*如果标题字数过长，可以调节数值*/
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
	color: #F00;
}
.left_nav>ul>li:hover {
	/* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
	color:#f00;
}
.left_sub a {
	font-size:14px;
	color:#FFF;
}
.left_sub a:hover {
	color:#5390cd;
	text-decoration: none;
}
.highlight {
/*当前栏目高亮预制*/
}
.highlight a {
	color: #F00;
}
/* 左侧栏目导航_结束*/
#main_right{
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	margin-left: 30px;
	}
/* 二级页面右侧*/
#content_lm{
	width: 100%;
	box-sizing: border-box;
	text-indent: 1rem;
	line-height:3.6rem;
	height:3.6rem;
	overflow: hidden;/* 超出部分自动隐藏 */
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	font-size:2rem;
	margin-bottom: 5px;
	border-left:4px solid #0d6db7;
	}
#content_lm span{
	font-weight: normal;
	font-family:"宋体",Arial,Sans-Serif;
	font-size:9pt;
	float:right;
	padding-right:10px;
	}
#content_lm span a{
	font-family:"宋体",Arial,Sans-Serif;
}
#content{
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	border-top: 1px solid #ccc;
	min-height: 376px;
	}
/*main-body*/
#main-body { }
.innerp { position:relative; padding-top:30px}
/*product*/
.prolist ul li { float:left; margin:0 40px 20px 0; position:relative; z-index:12}
.prolist ul li .img-de{
	position: absolute;
	right: -15px;
	top: 20px;
	overflow: hidden;
	height: 86px;
}
.prolist ul li .img-de .img-l {
	height: 86px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 20px;
	background: url(../images/sprites.png) no-repeat 0px -487px;
	max-width: 200px;
	float:left;
	position:relative;
	right:-500px; 
}
.prolist ul li .img-de .img-l{ _background: url(../images/sprites.gif) no-repeat 0px -487px;}

.prolist ul li .img-de .img-l .img-title{
	font-size: 16px;
	margin-bottom: 2px;
}

.prolist ul li .img-de .img-l .img-title a{
	text-decoration: none;
	color: #49494b;
}

.prolist ul li .img-de .img-l .img-date{
	font-size: 12px;
	text-align: right;
	color: #7b7b7b;
}

.prolist ul li .img-de .img-r{
	float: right;
	width: 15px;
	height: 96px;
	cursor:pointer;
	background: url(../images/sprites.png) no-repeat 0px -579px;
}
.prolist ul li .img-de .img-r{_background: url(../images/sprites.gif) no-repeat 0px -579px;}

/*marquee-products*/
.marqu-holder { position:relative}
.marqu-holder .marqu-arrow { background:url(../images/sprites.png) no-repeat left -115px; width:52px; height:52px; position:absolute; left:0; top:35px; overflow:hidden; cursor:pointer; z-index:11}
.marqu-holder .marqu-arrow { _background:url(../images/sprites.gif) no-repeat left -115px;}
.marqu-holder .marqu-right { right:0; left:auto; background-position:-104px -115px}
.marqu-holder .marqu-right:hover { background-position:-156px -115px}
.marqu-holder .marqu-left:hover { background-position:-52px -115px}

.marqu-prolist .marqu-area { overflow:hidden; position:relative; z-index:10; height:120px}
.marqu-prolist .marqu-area ul { *height:120px; }
.marqu-prolist .marqu-area ul li { float:left; padding:0 13px; *width:220px;}
.marqu-prolist .marqu-area ul li .img-info { position:relative; height:120px; overflow:hidden}
.marqu-prolist .marqu-area ul li .img-title { position:absolute; background:url(../images/trbg.png) repeat-x; height:25px; line-height:25px; width:100%; color:white; bottom:-25px; left:0; text-align:center}
.marqu-prolist .marqu-area ul li .img-title a { color:#fff}
.marqu-prolist .marqu-area ul { width:4920px; height:120px}
.friend{
	margin-top: 70px;
}
.friend_title{
	float: left;
	margin-right: 30px;
	line-height: 40px;
	font-weight: bolder;
}
.friend_list{
	float: left;
	margin-right: 30px;
	line-height: 40px;
}
/*footer*/
#footer{
	width: 100%;
	background: #000;
	
	padding-top: 60px;
	padding-bottom: 30px;
	color: #fff;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #ccc;
}
.footer_l{
	width: 260px;
	float: left
}
.footer_cl{
	width: 240px;
	float: left;
}
.footer_nav{
	width: 50%;
	text-align: right;
	font-size: 14px;
	margin-bottom: 30px;
	float: left;
	
}
.footer_cr{
	margin-left: 180px;
	float: left;
	width: 220px;
}
.footer_telt{
	color: #b7b7b7;
	margin-bottom: 10px;
}
.footer_telc{
	color: #0d6db7;
	font-size: 28px;
}
.footer_r{
	width: 300px;
	text-align: right;
	float: right;
}
#copyright{
	background:#000;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: #3d3d3d solid 1px;
	font-size: 14px;
	color:#b7b7b7;
}
#copyright a{
	font-size: 14px;
	color: #b7b7b7;
}
#copyright a:hover{
	color:#ccc;
}
/*social-bar*/

#social-bar{
	display: block;
	position: absolute;
	top: -40px;
	left: 0px;
	height: 74px;
	overflow: hidden;
	color: #49494b;
	background: url(../images/social-bg.png) no-repeat;
	z-index: 999;
}
#social-bar{_background: url(../images/social-bg.gif) no-repeat;}
#social-bar #share_code { margin:40px 0 10px 20px}
.ptop{ position:relative; height:74px}
#top-social-bar {
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	height: 60px;
	line-height:60px;
	padding:0 20px;
	overflow: hidden;
	color: #49494b;
	font-size: 16px;
	background: url(../images/title-bg.png) no-repeat;
}
/*visit_path*/
.visit_path a { color:#7796ce}
.visit_path span { }
/*left*/
.left-nav-list li{ padding:5px 0; border-bottom:1px dashed #ccc}
.left-nav-content li{ padding:5px 0; border-bottom:1px dashed #ccc}

/*单/详情页*/

.single-p { line-height:24px;color:#666;}
.single-p .title{font-size:24px;font-size: 2.4rem;text-align:center;line-height:40px;color:#000;}
.single-p .info{height:27px;line-height:28px;text-align:right;margin:15px auto;color:#666;}
.single-p .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.single-p .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.single-p .info .small{font-size:10px;padding-right:3px;}
.single-p .info .big{color:#003ba6;padding-left:3px;}
.single-p .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}

.preNext { position:relative}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .text li { margin-bottom:5px}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}

/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}

/*lanmu*/
.lanmu { margin-bottom:10px}
.contactus {}
/*image-list*/
.image-list{
	width: 100%;
}
.image-item:hover{
	border: 1px solid #0B3B6B;
	box-shadow: 0px 14px 15px -20px rgba(0, 0, 0, 0.65);
}
.image-item:hover img{
	-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
    filter: grayscale(60%);
}
.image-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-item {
	width:31%;
	float: left;
	margin:1%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background:#FFF;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	}
.image-item:hover .image-item-img{
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}
.image-item-img {
	margin: 2px;
	height: 0;
    padding-bottom: 68%;/* 高同宽的默认比例 */
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    }
.image-item-img img{
	width: 100%;/* 兼容IE8 */
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.image-item-wenzi { 
	width: 100%;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.image-item-wenzi a {
	font-size: 12pt;
	font-size: 1.4rem;
}
.image-item:hover a { text-decoration:none;}
/*text-list*/
.news-title {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	height: 25px;
	line-height:25px;
}
.news-title a{
	font-size:16px;
	color:#8f8f8f;
}
.thumb-news-item{
	min-height: 80px;	
}
.thumb-news-item .news-date  { 
	float:right; 
	color:#ccc;
}
.thumb-news-item .news-content .news-descri {}
.thumb-news-item a {
	display:block;
	cursor:pointer;
	padding:5px
}
.news-thumb{
	float: left;
}
.news-thumb img{
	max-width:300px;
	max-height:150px;
	padding-right:10px;
	}
.news-list{
	min-height: 80px;
	}
.news-time{
	width: 80px;
	height: 60px;
	padding-top: 10px;
	margin-right: 10px;
	float:left;
	color:#CCC;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 7pt;
	font-size: 1rem;
	overflow: hidden;
	}
/*descri*/
.short-note { text-indent:24px; line-height:24px; color:#8f8f8f}
.short-note2 { line-height:20px; color:#8f8f8f; word-break:break-all; word-wrap:break-word; font-size:14px;}
a:hover .news-time,
a:hover .news-title{
	color:#F00;
}
a:hover .news-descri{
	color: #000;
}
.news-time span{
	width:100%;
	padding:0;
	margin:0;
	font-size: 50px;
	font-size: 5rem;
	display: block;
}
/*category-list*/
.category-list { margin-bottom:15px; padding-bottom:20px; border-bottom:1px dashed #ccc}

/*normal-news-list*/
.normal-news-list li{ *clear:both;}
.normal-news-list li a{*float:left;}
.normal-news-list li .news-date { float:right; color:#ccc; margin-right:5px}
/*pages*/
#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; background:#FFF}
#pages a:hover { background:#F3F2F0; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#0d6db7; border:1px solid #CCC; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/*table_form*/
.table_form tr td { padding:5px}

/*form-guide*/