/********全局**********/
@back_wrap:none;/*网站主体背景*/
@back_body:#f0f0f0;/*大背景*/
@body_width:100%;/*网站宽度*/
@content_w:1400px; /*网站内容宽度*/
@back_header:#fff;/*header背景*/
@header_bg:#fff;;/*header头部背景*/
@qf_header_top_h:33px;/*顶部高度*/
/*--------------------------------------------------------全局开始---------------------------------------------------*/
body{background:@back_body;font-family: 'Microsoft YaHei,Arial';font-size: 14px;min-width: @content_w;
p{font-family: 'Arial,Microsoft YaHei';font-size: 14px;}}
li{list-style: none;}
.bk(@a:#000,@b:1px,@c:1px,@d:solid){border:@b @d @a;border-radius:@c;} /*边框*/
.img_max(@a:auto,@b:auto){max-width:@a;max-height:@b;} /*最大最小*/
.jz_h(@a:20px){line-height:@a;height:@a;}/*单行字体居中(默认20px)*/
.left{float:left;}
.main2{width:@content_w; margin:25px 0;z-index: 1;position: relative;}
.main3{margin:0 auto;width:@content_w;}
.main{margin:0 auto;width:@content_w;}
.off{display:none;} /*隐藏*/
.right{float:right;}
.trs(@a:0.3s){-webkit-transition: @a;-moz-transition: @a;-ms-transition: @a;-o-transition: @a;transition: @a;}
.trf(@a:scale(1.1)){-webkit-transform: @a;-moz-transform: @a;-ms-transform: @a;-o-transform: @a;transform: @a;}
.bgcover{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.boxsizing{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.center{text-align: center;}
.item{.trs(0.8s);}
.slh(){text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.slh{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.title{font-family: 'Microsoft YaHei';} /*所有.title样式内容使用微软雅黑*/
.wrap{margin:0 auto;background:@back_wrap;}
.home_wrap{margin:0 auto;width: @content_w;}
a:hover{text-decoration: none;}
/*搜索*/
#Sousuo{.right;
	margin-top: -28px;
}
/********消除浮动<div class="clear2"></div>*********/
.clear2{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;
	&:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;} 
}
/* 字体font icon */
@font-face {font-family: "iconfont";
  src: url('../font_icon/iconfont.eot'); /* IE9*/
  src: url('../font_icon/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font_icon/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font_icon/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------全局结束---------------------------------------------------*/
/* header样式start */
.qf_header {width:@body_width;background:@header_bg;margin:0 auto;}
.qf_header_top{width:@body_width;color:#fff;background:#22b599;font-size: 15px;}
.qf_header_top_mid {width:@content_w;height:@qf_header_top_h;margin:0 auto;}
.qf_header_top_left {height:@qf_header_top_h;line-height:@qf_header_top_h;float:left;}
.qf_header_top_right {height:@qf_header_top_h;float:right;}
.qf_header_top_right a{color:#fff;display: inline-block;height: @qf_header_top_h;line-height: @qf_header_top_h;}
.qf_header_top_right a:hover{color: #ea1919;}
.qf_header_logo {width:@content_w;height:143px;background:none;margin:0 auto;position:relative;}
.qf_header a.logo_img{margin-top:28px;float: left;}
.qf_header_logo .logo_text{float:left;background: url(../images/logo_lan.png) no-repeat left center;padding-left:20px;margin:42px 0 0 18px;}
.qf_header_logo .logo_text h3{font-weight:300;font-size:24px;color:#ea1919;line-height:33px;}
.qf_header_logo .logo_text p{font-size:18px;color:#1a1a1a;line-height:28px;margin:0;}
.qf_header .logo_tel{float:right;margin-top:52px;background:url(../images/h_tel.png) no-repeat left center;padding-left:78px;}
.qf_header .tel_mobile{float:left;font-size:18px;line-height: 39px;color:#1a1a1a;}
.qf_header .tel_mobile font{color: #ea1919;font-size:40px;font-weight: bold;vertical-align: bottom;}
/* header样式end */

/* menu样式start */
@height_nav:56px; 				/*导航条高度*/
@nav_bg:#fff;/*导航条背景*/
@nav_li_w:155px; 				/*选项卡宽度*/
@back_nav_li:none;				/*导航隔离条*/
@nav_li_h:url(../images/nav_hover.png) no-repeat center center;	/*导航条hover背景*/
@nav_li_a_color:#191919;			/*导航条字体颜色*/
.nav_main{min-width:@content_w;max-width:@body_width;background:@nav_bg;margin:0 auto;border-top: 1px solid #d2d2d2;}
.header{
	background:@back_header;
	margin: 0 auto;
	.nav{
		background:@nav_bg;
		height:@height_nav;
		width: @content_w;
		margin: 0 auto;
		border-radius: 5px;
		/*导航鼠标hover样式.lon*/
		.lon{
			a{
				background-position:50% 0;
				background: @nav_li_h;
				color: #fff;
			}
		}
		li{.left;
			background:@back_nav_li; 
			height: @height_nav;
			position:relative;
			text-align: center;
			width: @nav_li_w; 
			z-index: 1000;
			a{
				background:none;
				background-position:0% 50%;
				position: relative;
				color: @nav_li_a_color;
				display:block;
				font-size:18px; 
				height:@height_nav;
				line-height: @height_nav; 
				margin: 0px auto;
				text-decoration: none;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				
			}
			&:hover{.lon;}
		}		
		.dropdown{
			.dropdown-menu{
				background: rgba(255, 255, 255, 0.7);
				min-width: @nav_li_w;
				padding: 6px 0;
				width:@nav_li_w;
				z-index: 10000;
				li{
					background: none;
					a{
						background: none;
						color: #555;
						font-weight: 100;
					}
					&:hover{
						>a{
							background: #FCFCFC;
							border-radius:5px; 
							color:#555;
						}
					}
				}
			}
		}
		.nav-li{
			position: static;
			.nav-div{
				/*display: none;*/
				background: #f00;
				float: left;
				left: @nav_li_w;
				overflow: hidden;
				padding: 6px 0;
				position: absolute;
				top: 0px;
				width: 0px;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
			}
			&:hover{
				.nav-div{
					width: 100px;
				}
				
			}
		}
	}
}
.header .nav>li>a::after{
  position: absolute;
  content: '';
  right: -1px;
  top:50%;
  width:0;
  margin-top:-4px;
  height: 12px;
  border-left:1px solid #a6a6a6;
}
.header .nav>li:last-child a::after{
  display: none;
}

/* menu样式end */

/* banner大图样式start */
@banner_w:100%; /*滚动图片宽度*/
@banner_h:720px; /*滚动图片高度*/
/* flash轮播图 */
.flexslider {
	margin: 0px auto;
	position: relative;
	max-width: @banner_w;
	min-width: 1200px;
	height: @banner_h;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 60px; 
	height: 90px; 
	margin: -60px 0 0;
	line-height: 99em;
	overflow: hidden;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.4;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.4;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a {
	max-width: @banner_w;
	min-width: 1200px;
	height: @banner_h;
	display: block;
}
/* banner大图样式end */
/* 搜索样式start */
@sousuo_h:45px; 				/*搜索块的高*/
@sousuo_bg:#fff;				/*搜索块的背景*/
@sousuo_fc:#343434;				/*搜索块的字体颜色*/
.qf_search{max-width:@body_width;min-width:@content_w;height:@sousuo_h;background:@sousuo_bg;margin:0 auto;border-bottom:1px solid #dadada;}	/* 头部-关键词+搜索  */
.qf_search_mid{width: @content_w;height: @sousuo_h;margin: 0 auto;}
.qf_search_left {color:@sousuo_fc;height: @sousuo_h;line-height: @sousuo_h;float:left;font-size: 16px;}	/* 头部-左-关键词  */
.qf_search_left a{color:@sousuo_fc;}
.qf_search_left a:hover{color: red;}
.qf_search_right {float:right;margin-top: 5px;}/* 头部-右-关键词  */
.qf_search_right form{background: #f3f3f3;margin: 0;border-radius: 20px;height: 34px;line-height: 34px;padding-right:5px;}
.search{height: 34px;clear: right;}
input.search-text{background: #f3f3f3;border: none;height: 34px;width: 162px;margin: 0;
	padding:0 15px;border-radius: 20px;border:0;box-shadow: none;color: #898989;}
input.search-btn{float: right;margin: 0;display: block;
	width: 40px; height: 34px; line-height: 34px;background:url(../images/ss.png) no-repeat center center;
	color: #898989;border:0;box-shadow: none;
}
/* 搜索样式end */
/********头部**********/

#KinSlideshow {
	position:relative;
	ul{margin:0;padding:0;
		li{.left;margin:0;padding:0;
			a{.left;}
		}
	}
	/*大图导航圆点样式*/
	ol{position: absolute;bottom: 10px;width:100%;margin:0;left:0;text-align:center;
		li{cursor: pointer;display:inline-block;display:inline\9;width: 15px;height: 15px;border-radius:15px;font-size: 10px;padding: ~"0 3px\9"; opacity:0.8;background: #ccc;color: #ccc;margin: 0 1px;}
		.active{opacity:1;color: #000;background:#000;}
	}
}

/********底部**********/
.footer{
	background:#22b599;
	margin:0 auto;
	width:100%;
}
.qf_footer{width:@content_w;margin: 0 auto;padding: 45px 0;}
.footer_head_h{line-height:70px;margin:0 auto;text-align:center;color: #fff;font-size: 18px;border-bottom: 1px solid #76d1c0;}
.footer_head_h a{color: #fff;padding: 0 36px;position: relative;}
.footer_head_h a::after {
    position: absolute;
    content: '';
    right: -1px;
    top: 50%;
    width: 0;
    margin-top: -4px;
    height: 12px;
    border-left: 1px dashed #fff;
}
.footer_head_h a:last-child::after{
  display: none;
}
.footer_left{float: left;width: 300px;text-align: center;}
.footer_middle{line-height:40px;text-align: center;color: #fff;font-size: 18px;float: left;width:800px;}
.footer_middle a{color: #fff;}
.footer_right{float: right;width: 300px;text-align: center;}
.footer_right img{max-width: 110px;}
.footer_right p{font-size: 18px;margin: 0;line-height: 30px;color: #fff;}
/********************************************************内页******************************************************************/
#Mleft{float:left;width: 248px;}
#Mright{float: right;margin:0 0px 0 auto;width:1118px;}

.well{background: #FCFCFC;}
.list(){
	ul{margin: 0 auto;
		li{
			background: url('../image/list_li.gif') no-repeat 5px 50%;
			border-bottom: 1px dotted #b98424;padding: 5px 20px;
			margin: 0 auto;
			width: 90%;
			a{
			}
			span{.right;
			}
		}
	}
}
/*详细页样式1*/
.info-1{
	.block-1{margin: 0 10px;
		.d-img{text-align:center;
			img{max-width:100%;max-height: 500px;}
		}
		.title{
			text-align:center;
			margin: 10px;
			background: none;
			color: #383737;
			height: auto;
			border:0;
			h2{
				color: #666;
				font-size: 18px;
			}
		}
		.adc{
			padding: 0px;
			p{
				line-height: 30px;
				font-family: '微软雅黑';
				font-size: 14px;
				margin-bottom: 0;
				/* text-indent: 2em; */
			}
		}
		.con{
			line-height: 30px;
			font-family: '微软雅黑';
			font-size: 14px;
			margin-bottom: 0;
			p{
				margin-bottom: 0;
				line-height: 30px;
				font-family: '微软雅黑';
				font-size: 14px;/* text-indent: 2em; */
				img{max-width: 100%;}
			}
		}
	}
	
}
/********公司简历**********/
.article{
		margin-bottom: 20px;
		min-height: 20px;
		padding: 0px 0 10px 0;
	/* img{max-width:100%;} */  /* 这里是调整内页大小图片的，产品定位容易出错 */
	.well{}
	.title{.jz_h(60px);
		border-bottom: 1px solid #e3e3e3;
		color: #333;
		margin:0px auto 15px;
		h4{.left;
			font-size: 18px;
			line-height:60px;
		    padding-left: 35px;
		    font-weight: 100;
		    background: url(../images/read_03.png) no-repeat left center;
			span{.off}
		}
		span{margin-right: 18px;
			a{
				color:#333;
			}
		}
	}
	.com_con{padding:10px;line-height: 25px;}
	.content{margin: 20px 0;img{max-width:100%;}}
}
.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px; font-family:"微软雅黑";
	#page_num{ width:50px; margin-top:6px; border-radius:0px; }
	a{ display:inline-block; height:16px; line-height:16px; border:1px solid #ccc; padding:5px;color:#000; border-radius:0px; background:#fff; margin-right:4px;
		transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
		&:hover{.jz_h;
			background:#f4f4f4;border:none; padding:5px 25px;color:#000; text-decoration:none; border:1px solid #ccc; height:16px; line-height:16px;
		}
	}
}
.btn2 { border:solid 1px #ccc; padding:5px; }
.btn3 { border:solid 1px #ccc; background:#f4f4f4; padding:5px 25px; margin-right:4px; height:18px; }
#page_num1 { width:50px; height:29px; line-height:18px; margin-top:4px; border:solid 1px #ccc; border-radius:0px; }

.nei-q {width:auto;border-top:solid 1px #f4f4f4;margin-top: 25px;padding: 15px 0;border-bottom:solid 1px #f4f4f4;}
.nei-qz {}
.nei-qz a {display: block;height:36px; line-height:36px; font-family:"微软雅黑";color:#666; text-decoration:none; }
.nei-qz a:hover { color:#333; background:#eee; }
.nei-qy a {display: block;height:36px; line-height:36px; font-family:"微软雅黑";color:#666; text-decoration:none; }
.nei-qy a:hover { color:#333; background:#eee; }
/********留言页面**********/
.order{margin:40px 0 48px 111px;line-height:40px;
    img{vertical-align:-5px;cursor:pointer;}
}
.G_tips {
    width:591px;
    margin: 10px auto 0 auto;
    border: 1px solid #dedede;
    padding: 8px;
    margin-bottom: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    dd{line-height: 30px;}
}
/********新闻中心**********/
.right_main{.list;
	a { color:#000; text-decoration:none; font-family:"微软雅黑"; 
		&:hover { color:#ff0000; }
	}
}
.table{
	margin: 10px auto;
	width: 98%;
	tr{
		td{
			&:hover{}
		}
	}
}
h2 small {
    font-size: 14px;
}
/*带图片样式*/
.news-img{
	 ul{
	 	margin: 0;
		li{
			_width: 100px;
			_float:left; 
			_margin: 0 9px;
			.thumbnail{
				img{
					_float:left;
				}
				transition: all .3s;
				-moz-transition: all .3s;
				-webkit-transition: all .3s;
				-o-transition: all .3s;
				.caption{
					_float: left;
					h3{.slh;
						text-align: left;
						margin-bottom: 10px;
						font-weight: 100;
						font-size: 16px;
						a{color: #333;}
					}
				}
			}
			&:hover{
				.thumbnail{
					margin-left: 20px;

					-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
				}
			}
			
		}
	}
}
.row-fluid > .span3 {
    width: 18.404255%;
    max-width: 120px;
}
.row-fluid>[class*="span"] {
    margin-left: 0;
}
.row-fluid > .span11 {
    width: 96.489362%;
}
.row-fluid > .span8{
	width: 85.5%;
}
.wy_time{line-height: 40px;color: #8d8d8d;font-size: 40px;text-align: center;font-weight: bold;background: #eee;padding: 10px 0;}
.wy_time font{display: block;font-size: 18px;font-weight: 100;}
.thumbnail .caption{padding:0 0px 0 9px;line-height: 30px;}
.thumbnail .caption p{margin-bottom: 0;margin-top: 10px;}
.thumbnail{border-radius:0;box-shadow:none;border:0;border-bottom: 1px solid #ddd;padding: 6px 4px;}
/* 新闻内页 */
.newscss{
	width:100%;
}
.newscss ul{
	width: 100%;
}
.newscss ul li {
	padding: 10px 15px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
.newscss ul li .news_pic {
    width:238px;
    height: 150px;
  	float: left;
    text-align: center;
    overflow: hidden;
}
.newscss ul li .news_pic .wy_newsimg{
    width:238px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size:0px;
}
.newscss ul li .news_pic img{max-width: 238px;}
.newscss ul li:hover .news_btn a{
	background: #000;
	color: #fff;
}
.newscss ul li .news_pic span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ny-news-right{float: right;width:825px;}
.ny-news-right p{height: 36px;line-height: 36px;color: #333;float: left;width: 50%;}
.newscss ul li .news_capital {
   width:100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 15px;
    color: #414141;
}
.newscss ul li .news_capital h4{
	width: 80%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}
.newscss ul li .news_capital span {
 
    display: block;
    min-width: 20%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #414141;
    font-size: 15px;
    float: right;
}
.newscss ul li .news_detail {
    width: 100%;
    line-height: 26px;
    color: #606060;
    font-size: 13px;
    overflow: hidden;
    margin-top: 10px;
}
.newscss ul li .news_btn {
    width: 101px;
    height: 32px;
    float: right;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 28px;
    bottom: 10px;

}
.newscss ul li .news_btn a {
    display: block;
    background: #f4f4f4;
    color: #000;
    font-size: 12px;
    transition: all 0.5s;
}
/********人才招聘**********/
#jobs_03 {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 120px;
    background: none;
}
#jobs_03_mid {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
#jobs_title {
    padding: 0 10px;
    background: #464650;
    color: #fff;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
}
#jobs_03 .td1 {width: 17.33%;float: left;}
#jobs_03 .td2 {width: 17.33%;float: left;}
#jobs_03 .td3 {width: 33.91%;float: left;}
#jobs_03 .td4 {width: 17.41%;float: left;}
#jobs_03 .td5 {width: 13.4%;float: left;}
#jobs_ul{width: 100%;}
#jobs_ul ul{padding: 0 0% 73px;}
#jobs_ul li {width: 100%;}
#jobs_ul li .jobs_title {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    padding: 16px 10px;
    border-bottom: solid 1px #efefef;
}
#jobs_ul li .jobs_box {
    padding: 20px 3.5% 36px;
    background: #f5f5f5;
    position: relative;
    display:none;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    min-width: 24%;
    margin: 5px 0px;
    margin-right: 1%;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 .fl {
    width: 100%;
}
#jobs_ul li .jobs_box .info2 .fl h3{
	margin-bottom: 15px;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #f91747;
    font-size: 16px;
    color: #ffffff;
    float: left;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
    background: url(../images/all_ico.png) no-repeat 0 center;
}
/********产品展示**********/
/********产品展示**********/
.cpzs{
	ul{margin:10px -15px;
		li{}
	}
	.div_main{margin: 0 0px;}
	.div_Image{text-align:center;margin-bottom: 15px;background: #fff;float: left;width: 500px;
		 img{}
	}
	.div_Title{text-align:left;float: right;width: 692px;line-height: 44px;padding: 20px 40px;background: #f5f5f5;min-height: 536px;}
	.div_Content{}
	/* 相关产品代码开始 */
	.pro_con h4{height: 50px;line-height: 50px;background: #f4f4f4;color: #818181;font-size: 16px;margin-bottom: 10px;font-weight: 100;}
	.pro_con .content img{max-width: 100%;}
	.pro_con .xiangg{margin-top: 10px;*margin-right: -25px;overflow: hidden;}
	.pro_con .xiangg ul{margin-right: -25px;overflow: hidden;}
	.pro_con li{ float: left;width: 281px;margin-right: 25px;text-align: center;}
	.pro_con li .pictu{border: 1px solid #eee;width: 279px;height: 279px;}
	.pro_con li a{color: #333;text-decoration: none;display: block;width: 279px;height: 279px;overflow: hidden;}
	.pro_con li p{height: 40px;line-height: 40px;margin-top: 10px;}
	.pro_con li img{ max-width: 279px; max-height: 279px; }
	.pro_con li:hover .pictu{border: 1px solid #ccc}
}

.div_Title .pro_tt{border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;}
.div_Title .pro_tt p{font-size: 30px;color: #191411;font-family: 'Times New Roman', Arial;height: 36px;line-height: 36px;margin: 0;}
.div_Title .pro_tt span{font-size: 20px;color: #656565;display: block;height: 30px;line-height: 30px;}
.div_Title .pro_jj{line-height: 30px;margin-top: 15px;color: #666;}
.div_Title .pro_lx{margin-top: 15px;color: #666;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;}
.div_Title .pro_lx p{margin: 0;line-height: 30px;color: #666;}
.div_Title .pro_lx h2{font-size: 20px;color: #3d3d3d;}
.div_Title .pro_zx{display: block;}
/********购物车go**********/
/********购物车go**********/
#Gwc{
	position: fixed;
	right: 6px;
	width: 200px;
	bottom: 5px;
	border: 1px solid #D6D3D3;
	border-radius: 3px;
	h3{
		padding-left: 10px;
		background: #CA0811;
		a{
			color:#FFFFFF;
			&:hover{
				color:#000;
			}
		}
	}
	.d-1{
		li{.slh;

		}
		a{

		}
	}
}
#Order-form{
	ul{
		li{
			display: inline-block;display: ~"inline\9";margin: 0 10px;
			.btn{
				padding: 0 5px;
			}
		}
	}
}
/* 在线留言 */
.ly-k{padding: 10px 18px;}
.ly-k p{font-size: 18px;height: 50px;line-height: 50px;margin-bottom: 15px;color: #ca0135}
.ly-k .ly-k-k{
	display: inline-block;
	width: 47%;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	font-family: "微软雅黑";
    font-size: 18px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    margin-right: 6px;
    border-radius: 0;
    margin-bottom: 25px;
}
.ly-k .ly-k-k3{
	display: inline-block;
	width: 97%;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	font-family: "微软雅黑";
    font-size: 18px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 25px;
}
.ly-k .ly-k-k1{
	display: inline-block;
	width: 97%;
	height: 81px;
	padding: 10px;
	line-height: 35px;
	font-family: "微软雅黑";
    font-size: 18px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 25px;
}
.ly-k .ly-k-k2{
	display: inline-block;
	width: 280px;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	font-family: "微软雅黑";
    font-size: 18px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 25px;
}
.ly-k .ly_ti{
	float: right;
	width: 280px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #10549c;
	font-size: 20px;
	font-family: "微软雅黑";
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 25px;
	margin-right: 10px;
}
/********购物车end**********/
/********用户管理**********/
.vip-user{
	background: url('../image/login_bg_2.jpg');
}
#allmap .BMap_shadow img{
	height: auto;
}

.picturea{ float:left; width:327px;overflow:hidden;_width:327px;margin: 0 15px;}
.picture1a a {   
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display: block;
  }

.picture2a {text-align:center; line-height:48px;font-size: 18px;}
.picture2a a { color:#3c3c3c; text-decoration: none; }
.picture2a a:hover { color:#ff0000; }
.picture1a img{ vertical-align:middle; border:0;max-width: 100%;}
/*-------内页左分类--------*/
.qf_sidebar {width:100%;}
.qf_sidebar_title {
	height:50px;
	background: url(../images/x1.png) no-repeat left center ;
	border-bottom: 2px solid #24b79d;
	line-height:50px;
	font-size:18px;
	color:#24b79d;
	padding-left:33px;
}
.qf_sidebar_contact{
	line-height: 36px;
	padding:15px 0px;
}
.qf_sidebar_contact a{color: #333;}
.sidebar_about_content{padding:10px 0px 20px 0px;}
.sidebar_about_content ul li{
	height: 40px;line-height: 40px;
	background: url(../images/list.png) no-repeat 5px center;
	text-indent:23px;border-bottom: 1px dotted #dedede;
}
.sidebar_about_content ul li a{display: block;color: #333;}
.sidebar_about_content ul li:hover a{padding-left: 10px;}
.sid_contact{text-align: center;margin-top: 20px;}
.sid_contact img{margin-bottom: 10px;width: 100%;max-width: 180px;}
.sid_con{font-size: 16px;margin-top: 15px;}
.sid_con_t{
  font-size: 18px;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}

.qf_sidebar_contact ul li{width: 100%;text-align: center;}
.qf_sidebar_contact ul li a{display: block;color: #333;}
.qf_sidebar_contact ul li .pic_txt{line-height: 45px;font-size: 16px;}
.qf_sidebar_contact ul li img{max-width: 100%;}
.qf_sidebar_contact ul li .pic_img{border:5px solid #ebebeb;overflow: hidden;}

.pro_content{background:#f2f2f2;padding:15px 15px;}
.pro_content ul li{text-align: center;}
.pro_content ul li a{display: block;color: #555;overflow: hidden;}
.pro_content ul li img{max-width: 100%;}
.pro_content ul li p{line-height: 40px;}

/*-------产品内页左分类--------*/
.neiye { 
	width:100%;
	margin-bottom:15px; 
}
.neiye-z { 
	float:left;
	margin-right:36px; 
}
.neiye-zimg {
	width:500px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
	padding:5px;
 }
.neiye-zimg img{ 
	vertical-align:middle;
	border:0;
}
.neiye-y { 
	float:left;
	width:47%;
}
.neiye-yt { 
	width:auto;
	border-bottom:1px solid #e0e1dc;
	line-height:30px;
	text-align: center;
	font-size:16px;
	color:#666;
	overflow:hidden;
	margin-bottom: 15px;
}
.neiye-yk { 
	width:100%;
	line-height:46px;
	font-size:14px;
	color:#000; 
}
.neiye-yk ul li{
	line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #e0e1dc;
    color: #777;
}
.neiye-yk ul li a{color: #777;}
.bdsharebuttonbox{padding: 5px 0;}
.neiye-yk ul li.inquiry {
    border: none;
    margin-top: 12px;
}
.neiye-yk ul li.inquiry a {
    background:#ff6000;
    display: block;
    width: 145px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.neiye-yd { 
	width:auto;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: red;
	width: 150px;
}
.neiye-yd a{color: #fff;}
.neiye-yx { 
	width:auto;
	height:40px;
}
.neiyex { 
	background: #fff;
	padding:20px;
}
.xiangq{
	height: 40px;
	width: 100%;
	background: #eaeaea;
}
.xiangq h4{
	color: #666;
	font-size: 14px;
	line-height: 40px;
	padding-left:10px;
}
/* 产品详情页 */
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{width:300px;}
.tb-s310, .tb-s310 img{max-width:300px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;padding: 1px;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:400px !important;height:400px !important;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.neiye1-tle {
    height: 38px;
    line-height: 38px;
    background:#4e1f19;
    font-family: "微软雅黑";
    font-size: 16px;
    padding-left: 15px;
    margin: 15px 0;
    color: #fff;
}
.neiye1-img{*margin-right: -10px;width: 100%;margin-top: 15px;}
.neiye1-img ul{margin-right: -10px;}
.neiye1-img ul .pictureb {
    float: left;
    width: 220px;
    overflow: hidden;
    padding: 0px;
    _width: 220px;
    margin-right: 10px;

}
.neiye1-img ul .picture1b{
	width: 218px;
	text-align: center;
	padding: 1px;
    background:#f2f2f2;
    overflow: hidden;
}
.neiye1-img ul .picture1b img{
	width: 100%;
	height: 100%;
}
.neiye1-img ul  .picture2b {
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.neiye1-img ul  .picture2b a{
	color: #010101;
    text-decoration: none;
    font-family: '微软雅黑';
}
.neiye1-img ul .pictureb:hover .picture1b{
	background: #f5e167;
}



/* 首页样式 */
.why_choose{padding: 70px 0 90px 0;}
.why_choose_title{background: url(../images/title_bg1.png) no-repeat top center;text-align: center;}
.why_choose_title h2{font-size: 42px;color: #24b79d;line-height: 60px;}
.why_choose_title p{font-size: 18px;color: #4a4a4a;line-height: 30px;}
.why_choose_c{margin-top: 45px;}
.why_choose_c ul{margin: 0 -12px;}
.why_choose_c ul li{float: left;width: 332px;text-align: center;margin: 0 12px;}
.why_choose_c ul li a{display: block;;background: #fff;box-shadow: 0 1px 8px #ddd;padding: 30px 20px;min-height: 206px;}
.why_choose_c ul li h3{color: #313131;font-size: 20px;line-height: 45px;margin-bottom: 5px;}
.why_choose_c ul li p{margin: 0;color: #313131;font-size: 16px;line-height: 30px;}
.why_choose_c ul li:hover a{
    -webkit-transform: translate3d(0,-12px,0);
    -moz-transform: translate3d(0,-12px,0);
    transform: translate3d(0,-12px,0);
    box-shadow: 0 1px 15px #ccc;
}

.home_product{}
.home_pro_category{
    width: 100%;
    height: 551px;
    padding:92px 0 0px 0;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1200px;
}
.home_pro_category .category_img{float: left;width: 700px;text-align: center;}
.home_pro_category .category_img img{max-width: 100%;}
.home_pro_category .category_text{float:right;width:592px;background:url(../images/j1.png) no-repeat left 10px;padding-left:80px;margin-top: 90px;}
.home_pro_category .category_text h2{font-size: 48px;color: #22b599;line-height: 65px;margin-bottom: 20px;}
.home_pro_category .category_text p{color: #2b2b2b;font-size: 18px;margin: 0;line-height: 33px;}
.home_pro_category .category_text a{display:block;font-size:20px;color:#22b599;font-weight:bold;border:1px solid #22b599;border-radius:25px;width: 159px;line-height: 43px;text-align: center;margin: 28px 0 0 0;}
.home_pro_category .category_text a:hover{background: #22b599;color: #fff;}

.home_pro_category1{
    width: 100%;
    height: 551px;
    padding:92px 0 0px 0;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1200px;
}
.home_pro_category1 .category_img{float: right;width: 700px;text-align: center;}
.home_pro_category1 .category_img img{max-width: 100%;}
.home_pro_category1 .category_text{float:left;width:588px;background:url(../images/j2.png) no-repeat left 10px;padding-left:80px;margin-top: 90px;}
.home_pro_category1 .category_text h2{font-size: 48px;color: #fff;line-height: 65px;margin-bottom: 20px;}
.home_pro_category1 .category_text p{color: #fff;font-size: 18px;margin: 0;line-height: 33px;}
.home_pro_category1 .category_text a{display:block;font-size:20px;color:#fff;font-weight:bold;border:1px solid #fff;border-radius:25px;width: 159px;line-height: 43px;text-align: center;margin: 28px 0 0 0;}
.home_pro_category1 .category_text a:hover{background: #ff8c8e;border:1px solid #ff8c8e;}

.home_title{background: url(../images/title_bg2.png) no-repeat top center;text-align: center;}
.home_title h2{font-size: 42px;color: #24b79d;line-height: 60px;}
.home_title p{font-size: 18px;color: #4a4a4a;line-height: 30px;}
.home_product1 .home_title h2{color: #ff6b72;}
.home_pro_content{padding: 60px 0 30px 0;}
.home_pro_content ul{margin:45px -10px 0 -10px;}
.home_pro_content ul li{float: left;margin:0 10px 22px 10px;width: 453px;text-align: center;}
.home_pro_content ul li a.home_pro_img{display: block;overflow: hidden;border: 1px solid #dcdcdc;position: relative;}
.home_pro_content ul li a.home_pro_img img{max-width: 100%;}
.home_pro_content ul li p{line-height: 45px;text-align: center;margin: 15px 0 0 0;font-size: 20px;background: #24b79d;}
.home_pro_content ul li p a{color: #fff;}
.home_product1 .home_pro_content ul li p{background: #ff6b72;}
.wjdh-link {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.item-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
li:hover .item-mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.item-mask .item-link-icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.home_about{width: 100%;padding: 60px 0;background: #f9f9f9;}
.home_about_c{}
.home_about_l{float: left;width: 652px;}
.home_about_l h2{font-size: 42px;color: #24b79d;line-height: 60px;margin-bottom: 15px;background: url(../images/about_lan.png) no-repeat left center;padding-left: 28px;}
.home_about_l p{font-size: 20px;color: #3d3d3d;line-height: 48px;margin: 0;}
.home_about_l h3{background: url(../images/about_tel.png) no-repeat left center;line-height: 59px;font-size: 22px;color: #ff6000;font-weight:300;padding-left: 73px;margin-top: 30px;}
.home_about_l h3 font{font-weight: bold;font-size: 42px;color: #ff6000;vertical-align: top;}
.about_href{margin-top: 25px;}
.about_href a{display: block;width: 151px;text-align: center;line-height: 43px;color:#fff;font-size: 22px;background: #24b79d;border-radius: 25px;float: right;}
.about_href a:hover{background: #ff6000;}

.home_about_r{float: right;width: 703px;}
.home_about_r .swiper-slide{text-align: center;position: relative;}
.home_about_r .swiper-slide a.package_img{overflow: hidden;display: block;}
.home_about_r .swiper-slide a.package_img img{max-width: 100%;}
.home_about_r .swiper-pagination-bullet-active{background: #24b79d;}

.home_honor{padding: 60px 0;}
.home_honor_c{}
.home_honor_c .swiper-container{padding-bottom: 36px;}
.home_honor_c .swiper-slide{text-align: center;position: relative;}
.home_honor_c .swiper-slide a.package_img{overflow: hidden;display: block;}
.home_honor_c .swiper-slide a.package_img img{max-width: 100%;}
.home_honor_c .swiper-slide .package_t{line-height: 40px;margin-top: 10px;}
.home_honor_c .swiper-slide .package_t a{color: #414141;font-size: 18px;}
.home_honor .swiper-button-next,.home_honor .swiper-button-prev{
    transition: opacity .5s;
    -moz-transition: opacity .5s ;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    top: 38%;
}
.home_honor .swiper-pagination-bullet-active{background: #24b79d;}

.home_history{
    background-image: url(../images/bg3.jpg);
    width: 100%;
    height: 570px;
    padding:74px 0 0px 0;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1200px;
}
.home_title1 {text-align: center;}
.home_title1 h2 {background: url(../images/title_bg3.png) no-repeat top center;font-size: 40px;line-height: 65px;color: #fff;}
.home_title1 p {color: #fff;font-size: 18px;line-height: 30px}
.home_history_c{margin-top: 45px;}
.event_box{width:1200px;margin:3% auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:100%;display:inline-block;overflow:hidden;}
.parHd ul{width:100%;text-align:center;margin:0 auto;padding-top:265px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:1140px;height:1px;background:#ffffff;position:absolute;/* top:33%;*//* right:-140%;*/left: 27px;top:80%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:20px;color:#fff;margin:0 26px;position:relative;line-height: 33px;}
.parHd li p{position: absolute;top:-265px;width: 146px;height: 146px;text-align: center;line-height: 146px;background: #fff;border-radius: 50%;font-size: 40px;color: #22b599;margin: 0;font-weight: bold;}
.parHd li div{position: absolute;width: 1px;background: #fff;height: 108px;top:-119px;margin: 0 auto;left: 0;right: 0;}
.parHd li:nth-child(2n+1) p{top:-200px;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:26px;height:26px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd img{max-width: 100%;}
.aboutimg{margin-top: 20px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:10px;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:18px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:248px;cursor: pointer;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:26px;height:26px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:62px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}  

.home_advantage{background: #fff;padding: 90px 0 120px 0;}
.advantage_title{text-align: center;}
.advantage_title p{font-size: 26px;color: #595959;line-height: 36px;}
.advantage_title h2{font-size: 42px;color: #24b79d;line-height: 50px;}
.home_advantage_c{position: relative;background: url(../images/yss.png) no-repeat top center;min-height: 536px;margin-top: 80px;padding: 0 60px;}

.home_advantage_c ul li{background: #22b599;padding:20px 0 20px 20px;width: 308px;height: 131px;}
.home_advantage_c ul li .numa{float: left;color: #fff;font-size: 48px;width: 77px;text-align: center;line-height: 77px;background: url(../images/num.png) no-repeat center center;margin-top: 31px;}
.home_advantage_c ul li .texta{float: right;width: 212px;}
.home_advantage_c ul li h2{color: #fff;font-size: 24px;line-height: 33px;}
.home_advantage_c ul li.right{background: #22b599;padding:20px 20px 20px 10px;width: 298px;height: 132px;}
.home_advantage_c ul li p{margin: 3px 0 0 0;color: #fff;font-size: 16px;line-height: 26px;}

.home_advantage_c ul li.right .numa{float: right;color: #fff;font-size: 48px;width: 77px;text-align: center;line-height: 77px;background: url(../images/num.png) no-repeat center center;margin-top: 31px;}
.home_advantage_c ul li.right .texta{float: left;width: 212px;}
.home_advantage_down{margin-top: 176px;}

.youshi{position:absolute;left: 0;right: 0;margin: 0 auto;width: 491px;height: 491px;top:27px;border-radius: 50%;}
.youshi img{
    animation: sliderzoom linear 10s infinite alternate;
    -webkit-animation: sliderzoom linear 10s infinite alternate;
    animation-iteration-count: infinite;
}
@-webkit-keyframes sliderzoom {
    from {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
    }
    to {
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1);
    }
}

.home_title2 {text-align: center;}
.home_title2 h2 {background: url(../images/title_bg4.png) no-repeat top center;font-size: 40px;line-height: 65px;color: #22b599;}
.home_title2 p {color: #4a4a4a;font-size: 18px;line-height: 30px}

.home_news{padding: 80px 0;background: #dff6f2;}
.home_news_c{margin-top: 42px;}
.home_news_c ul{margin: 0 -12px;}
.home_news_c ul li{float: left;margin: 0 12px;width: 628px;margin-bottom: 25px;background: #fff;padding:30px;}
.wy_news_time{width: 167px;height: 146px;overflow: hidden;float: left;}
.wy_news_time a{display: block;width: 167px;height: 146px;}
.home_news_c ul li .rightr{display: block;width: 429px;float: right;}
.home_news_c ul li .rightr h2{font-size: 22px;color: #181818;line-height: 36px;margin-bottom: 5px;}
.home_news_c ul li .rightr p{font-size: 18px;color: #181818;line-height: 30px;margin: 0;}
.home_news_c ul li .rightr a.more_news{display: block;font-size: 18px;color: #fff;background: #22b599;border-radius: 25px;text-align: center;width: 102px;line-height: 27px;margin-top: 20px;}
.home_news_c ul li .rightr a.more_news:hover{background: #ff6000;}

.home_message{
    background-image: url(../images/bg4.jpg);
    width: 100%;
    height: 480px;
    padding:66px 0 0px 0;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1200px;
}
.home_message .home_title2 p{color: #fff;}
.home_message_c{margin-top: 33px;}
.home_message_c form{margin: 0;}
.home_message_c form input.list-m{
    margin-bottom: 20px;
    width: 393px;height: 57px;line-height: 57px;
    border: 0;padding: 0 8px;margin-right: 26px;float: left;border-radius: 0;
    box-shadow: none;font-size: 18px;padding-left: 48px;
}
.home_message_c form textarea{width: 1344px;font-size: 18px;border: 0;box-shadow: none;padding: 15px 8px 15px 48px;border-radius: 0;background: #eeeeee;height: 80px;margin-bottom: 20px;}
.home_message_c form .yanzhengma{background: #eeeeee;height: 57px;line-height: 57px;width: 300px;margin-bottom: 20px;float: left;}
.home_message_c form input#captcha{width: 206px;font-size: 18px;height: 57px;box-shadow: none;line-height: 57px;border: 0;padding: 0 8px;border-radius: 0;background: #eeeeee;}
.home_message_c form input#submit_tj{width: 160px;height: 57px;line-height: 57px;border:0;padding: 0 5px;border-radius: 0;
    background: #ff6b72;color: #fff;float: left;margin-left: 30px;font-size: 18px;
}

.ny_banner{
	background:url(../images/ny_banner.jpg) no-repeat center center;text-align: center;
	width: 100%;
    height: 300px;
    background-repeat: repeat !important;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
    background-size: cover !important;
    min-width: 1200px;
}
.ny_banner h3{font-size: 42px;color: #fff;line-height: 60px;font-weight: 300;padding-top:90px;text-shadow: 0 1px 3px #666;}
.ny_banner span{display: block;width: 43px;height: 3px;background: #fff;margin: 15px auto;}
.ny_banner p{font-size: 24px;line-height: 36px;color: #fff;text-shadow: 0 1px 3px #666;}

.about_banner{height: 400px;background:url(../images/about_banner.jpg) no-repeat center center;width: 100%;min-width: @content_w;}
.about_banner h3{font-size: 42px;color: #fff;line-height: 60px;font-weight: 300;padding-top:120px;}
.about_banner span{display: block;width: 43px;height: 3px;background: #fff;margin: 15px 0;}
.about_banner p{font-size: 24px;line-height: 36px;color: #fff;}








.hoverimg:hover .wy_newsimg{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}



.hover_animation{	
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.hoverimg:hover img{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.hoverimgup:hover img{
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.tc_animation {
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
@-webkit-keyframes fadeInDown {
    0% {opacity:0;-webkit-transform:translateY(20px)}
    100% { opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes fadeInDown {
    0% {opacity:0;-moz-transform:translateY(20px)}
    100% {opacity:1;-moz-transform:translateY(0)}
}
@-o-keyframes fadeInDown {
    0% {opacity:0;-o-transform:translateY(20px)}
    100% {opacity:1;-o-transform:translateY(0)}
}
@keyframes fadeInDown {
    0% {opacity:0;transform:translateY(20px)}
    100% { opacity:1;transform:translateY(0)}
}
.tc_animation.fade-in-down{
    opacity:0;
    /* opacity:1\0/IE9;  */
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
    -o-transform:translateY(20px);
    transform:translateY(20px);
    /* -ms-transform:translateY(0)\0/IE9; */
}
.tc_animation.fadeInDown {
    -webkit-animation-name:fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name:fadeInDown;
}
@-webkit-keyframes fadeInUp {
    0% {opacity:0;-webkit-transform:translateY(-20px)}
    100% { opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes fadeInUp {
    0% {opacity:0;-moz-transform:translateY(-20px)}
    100% {opacity:1;-moz-transform:translateY(0)}
}
@-o-keyframes fadeInUp {
    0% {opacity:0;-o-transform:translateY(-20px)}
    100% {opacity:1;-o-transform:translateY(0)}
}
@keyframes fadeInUp {
    0% {opacity:0;transform:translateY(-20px)}
    100% { opacity:1;transform:translateY(0)}
}
.tc_animation.fade-in-up{
    opacity:0;
    /* opacity:1\0/IE9;  */
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    transform:translateY(-20px);
    /* -ms-transform:translateY(0)\0/IE9; */
}
.tc_animation.fadeInUp {
    -webkit-animation-name:fadeInUp;
    -moz-animation-name:fadeInUp;
    -o-animation-name:fadeInUp;
    animation-name:fadeInUp;
}
@-webkit-keyframes fadeInLeft {
    0% {opacity:0;-webkit-transform:translateX(-100px)}
    100% {opacity:1;-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInLeft {
    0% {opacity:0;-moz-transform:translateX(-100px)}
    100% {opacity:1;-moz-transform:translateX(0)}
}
@-o-keyframes fadeInLeft {
    0% {opacity:0;-o-transform:translateX(-100px)}
    100% {opacity:1;-o-transform:translateX(0)}
}
@keyframes fadeInLeft {
    0% {opacity:0;transform:translateX(-100px)}
    100% {opacity:1;transform:translateX(0)}
}
.tc_animation.fade-in-left{
    opacity:0;
    /* opacity:1\0/IE9; */
    -webkit-transform:translateX(-100px);
    -moz-transform:translateX(-100px);
    -o-transform:translateX(-100px);
    transform:translateX(-100px);
    /* -ms-transform:translateX(0)\0/IE9; */
}
.tc_animation.fadeInLeft {
    -webkit-animation-name:fadeInLeft;
    -moz-animation-name:fadeInLeft;
    -o-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {opacity:0;-webkit-transform:translateX(100px)}
    100% {opacity:1;-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRight {
    0% {opacity:0;-moz-transform:translateX(100px)}
    100% {opacity:1;-moz-transform:translateX(0)}
}
@-ms-keyframes fadeInRight {
    0% {opacity:0;-ms-transform:translateX(100px)}
    100% {opacity:1;-ms-transform:translateX(0)}
}
@-o-keyframes fadeInRight {
    0% {opacity:0;-o-transform:translateX(100px)}
    100% {opacity:1;-o-transform:translateX(0)}
}
@keyframes fadeInRight {
    0% {opacity:0;transform:translateX(100px)}
    100% {opacity:1;transform:translateX(0)}
}
.tc_animation.fade-in-right{
    opacity:0;
    /* opacity:1\0/IE9; */
    -webkit-transform:translateX(100px);
    -moz-transform:translateX(100px);
    -o-transform:translateX(100px);
    transform:translateX(100px);
    /* -ms-transform:translateX(0)\0/IE9; */
}
.tc_animation.fadeInRight {
    -webkit-animation-name:fadeInRight;
    -moz-animation-name:fadeInRight;
    -o-animation-name:fadeInRight;
    animation-name:fadeInRight;
}

/* 内页关于我们 */
.article_about{padding:0px;}
.article_about p{line-height: 30px;font-size: 16px;}
.article_about p img{max-width: 100%;}
/* 内页联系我们 */
.ny_contact{padding:20px 0 30px 0;*margin-right: -15px;overflow: hidden;}
.ny_contact ul{margin-right: -15px;overflow: hidden;}
.ny_contact ul li{width: 278px;padding:60px 30px;text-align: center;float:left;margin: 0 15px 0 0;height: 100px;background: #fff;}
.ny_contact ul li .icon{font-size: 32px;}
.ny_contact ul li h2{font-size:18px;font-weight: 100;color: #333;}
.ny_contact ul li p{font-size: 16px;}
.ny_contact ul li a{color:#333;}

.block-1 .con tr,.block-1 .adc tr{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.block-1 .con td,.block-1 .adc td{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;padding: 5px 10px;height: 33px;line-height: 33px;}


.news-links ul{}
.news-links ul li{width: 221px;text-align: center;float: left;margin: 0 5px;margin-bottom: 25px;}
.news-links ul li a{display: block;width: 219px;height: 103px;border: 1px solid #efefef;line-height: 103px;}
.news-links ul li img{width: auto;}

/* 产品放大 */
.pica{ float:left;width:222px;overflow:hidden; display:inline;margin: 0 5px;}
.pica1{   
  height:220px;
  width:220px;
  text-align:center;
  vertical-align:middle;
  background-color:#FFFFFF;
  border:1px solid #f1e6d7;
  overflow:hidden;
  display:table-cell; 
  /* position:relative;  */
  *display: block;
  *font-size: 70px; /*此处的font-size为height除以1.14 */
  }
.pica2{width:222px height:42px; text-align:center;line-height: 42px;}
.pica2 a{color: #333;}
.pica1 img{ vertical-align:middle; border:0;}


/* messagetk */
.forms-warp {
    padding: 40px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0 40px #333;
}
.forms-warp h3 {
    font-size: 22px;
    margin-bottom:20px;
}
.wrap_shadow {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    display: none;
}
.nycontact_content {
    position: fixed;
    top: 17%;
    width: 88%;
    margin: 0 auto;
    left: 0;display: none;
    right: 0;
    max-width: 450px;
    z-index: 99999;
    box-shadow: 0 1px 8px 0 #333;
}
.new-fc-one-modal-close {
    cursor: pointer;
    border: 0;
    background: transparent;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
    color: #333;
    outline: 0;
    padding: 5px;
}
.nycontact_content label {
    display: block;
    margin-top: 10px;
    color: #777777;
}
.nycontact_content input, .forms select, .forms textarea {
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 96%;
    padding: 0 2%;margin: 0;
}
.nycontact_content .description textarea {
    width: 96%;border: 1px solid #d4d4d4;
    padding: 5px 2% 0 2%;border-radius: 5px;margin-bottom: 0;

}
.nycontact_content .code .code-input {
    width: 255px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.nycontact_content .code .code-input img{vertical-align: sub;}
.nycontact_content .code .code-img {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.nycontact_content .code .code-img input {
    background:#22b599;
    border: 0;color: #fff;width: 100%;
    border-radius: 5px;font-size: 16px;
    height: 45px;
}

/* qq */
.sideqq{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.sideqq ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.sideqq ul li a{color: #333;}
.sideqq ul li:hover{background:#fe6000;color:#fff}
.sideqq ul li:hover a{color:#fff}
.sideqq ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.sideqq ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.sideqq ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.sideqq ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.sideqq ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.sideqq ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.sideqq ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.sideqq ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.sideqq ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.sideqq ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.sideqq ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.sideqq ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.sideqq ul li .sideqqbox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.sideqq ul li.sideqqtop{background:#22b599;color:#fff}
.sideqq ul li.sideqqtop:hover{opacity:.8;filter:Alpha(opacity=80)}
.sideqq ul li.sideqqewm .ewBox.son{width:240px;display:none;color:#363636;text-align:center;position:absolute;left:-240px;top:0;}
.sideqq ul li.sideqqewm .ewBox.son img{max-width: 100%;}
.sideqq ul li.sideqqetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0px;}
.sideqq ul li.sideqqetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.sideqq ul li.sideqqetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.sideqq ul li.sideqqetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#fe6000}
.sideqq ul li.sideqqetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.sideqq ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}


.ny_title{text-align: center;}
.ny_title h3{font-size: 42px;color: #22b599;line-height: 60px;font-weight: 300;}
.ny_title span{display: block;width: 68px;height: 2px;background: #22b599;margin: 15px auto 0;}
.product_classid{text-align: center;margin: 0px 0 50px 0;}
.product_classid a{display: inline-block;background: #22b599;color: #fff;margin: 0 8px;width: 168px;line-height: 45px;font-size: 20px;}
.product_classid a:hover{background: #ea1919;}


/* 面包屑 */
.xk_curmbs{background:#dcdcdc;width: 100%;}
.xk_curmbs h2{font-size: 33px;line-height: 60px;color: #fff;}
.xk_curmbs div.curmbs_title{font-size: 16px;line-height: 60px;background: url(../images/ss1.png) no-repeat left center;
	padding-left: 36px;color: #fff;}
.xk_curmbs div.curmbs_title a{color: #fff;}

.sec-wrap{background: #fff;margin:45px 0 0 0;}
.left-cont {padding: 25px;}
.left-cont .tit {
    line-height: 36px;
    font-family: '黑体';
    font-size: 24px;
    color: #333;
}
.left-cont .line {
    display: block;
    width: 38px;
    height: 2px;
    background-color: #999;
    margin-top: 20px;
}
.left-cont .word{
    display: block;
    line-height: 33px;
    font-size: 16px;
    margin-top: 20px;
}
.left-cont .word p{
    line-height: 33px;
    font-size: 16px;	
}
.thi-wrap{margin: 36px 0 60px 0;}


.thi-wrap a{display: block;overflow: hidden;}
.thi-wrap img{max-width: 100%;}