/*全局控制*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-family: "微软雅黑", Arial;
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}
area{outline: none;}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.container {
	margin: 0 auto;
	width: 1200px;
	line-height: 30px;
	color: #444;
}
.Inside_title ul li .current {
	display: inline-block;
	float: left;
	height: 40px;
	width: 140px;
	text-align: center;
	line-height: 39px;
	background-color: #98C65B;
	color: #fff;
	min-width: 100px;
	padding-top: 65px;
}
/*header样式*/
.header{
	 position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
	}
.header_top {
	width: 100%;
	height: 27px;
	background-color: #3E3E3E;
}
.header_top ul li {
	width: 74px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
}
.header_top ul li a {
	color: #ffffff;
	font-size: 12px;
}
.header_top ul li:hover {
	width: 74px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
	background-color: #98C65B;
}
.nav {
	height: 90px;
}
.nav_list{ float:right;}
.nav ul li {
	float: left;
}
.nav ul li a {
	width: 92px;
	height: 90px;
	display: inline-block;
	text-align: center;
	line-height: 90px;
}
.nav ul li a:hover {
	width: 92px;
	height: 90px;
	display: inline-block;
	text-align: center;
	line-height: 90px;
	color: #89CB6D;
	background-color: #F1F1F1;
}
.nav ul li .on{
	display: inline-block;
	text-align: center;
	color: #89CB6D;
	background-color: #F1F1F1;
	}
.nav ul li ul {
	padding: 10px;
	text-align: center;
}
.nav ul li ul li a {
	background: none;
}
.nav ul li.first a {
	background: none;
	padding-right: 0px;
}
.nav_list li:hover {
	background: #F1F1F1;
}
.nav_list li a:hover {
	text-decoration: none;
	color: #fff;
}
.nav_list li a:hover.on {
	text-decoration: none;
}
.nav_list li a.on2 {
	text-decoration: none;
	color: #89CB6D;
}
.nav_list li:hover.on {
	color: #89CB6D;
	text-decoration: none;
}
.nav_list li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	border-bottom: solid 1px #CCC;
	background: #F1F1F1;
}
.nav_list li ul li {
	float: none;
	display: block;
	position: relative;
	line-height: 20px;
	_display: inline;
	height: 32px;
}
.nav_list li ul li .s {
	position: absolute;
	top: 0;
	left: 140px;
	border-left: 1px solid transparent;
}
.nav_list li ul li .s li {
	float: none;
}
.nav_list li ul li a {
	display: block;
	height: 20px;
	padding: 8px;
	font-weight: normal;
	width: auto;
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 20px;
}
.nav_list li ul li a:hover {
	color: #89CB6D;
	background: none;
	height: 20px;
	display: block;
	width: auto;
	height: 20px;
	padding: 8px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.nav_list .t, .nav_list .t:hover {
	background: url(../img/nav_ico.gif) no-repeat 120px center #333;
}
.banner {
	width: 100%;
	margin-top:117px;
}
.about_nav {
	padding: 0 15px;
}
.banner_bg {
	width: 100%;
	height: 60px;
	background: url(../img/banner_bg.jpg) top center no-repeat;
	background-size: cover;
}
.slideBox {
	width: 100%;
	height: 608px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.slideBox .hd ul li {
	text-align: center;
	display: inline-block;
	margin-right: 4px;
	font-size: 0px;
	color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	line-height: 10px;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #89CB6D;
	color: #89CB6D;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 608px;
	display: block;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 608px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*main样式*/

.main {
	width: 100%;
}
/*关于我们*/
.video_box {
	width: 363px;
	height: 582px;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
}
.video_btn {
	width: 363px;
	height: 73px;
}
.video_btn a{display:block;}
.About_us {
	width: 100%;
	background-color: #ECECEC;
	height: 214px;
	padding-top: 60px;
}
.About_title {
	width: 770px;
	height: 140px;
	background: url(../img/About_us_title.jpg) 50px top no-repeat;
	padding-top: 75px;
	padding-left: 50px;
	text-indent: 2em;
}
.About_title p {
	line-height: 30px;
	font-size:16px;
}
.About_cont {
	width: 100%;
	height: 382px;
	background-color: #F3F3F3;
}
.About_box {
	width: 836px;
	height: 317px;
	padding-top: 65px;
}
.cont_box {
	width: 270px;
	height: 243px;
	float: left;
	text-align: center;
}
.cont_box p{ padding-left:10px; font-size:16px;}
.cont_box h3 {
	font-size: 16px;
	color: #97C55B;
	height: 60px;
	line-height: 60px;
}
.Img_box {
	width: 99px;
	height: 99px;
	position: relative;
	margin: 0 auto;
}
.Img_box img {
	z-index: 1;
}
.Img_bg {
	width: 99px;
	height: 99px;
	z-index: 99;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	border-radius: 50%;
	ilter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.Img_bg:hover {
	width: 99px;
	height: 99px;
	z-index: 99;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	border-radius: 50%;
	ilter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*商品动态焦点图*/
.focus {
	position: relative;
	width: 395px;
	height: 249px;
	background-color: #000;
	float: left;
}
.focus img {
	width: 395px;
	height: 249px;
}
.focus .shadow .title {
	width: 200px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}
.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}
.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}
.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display: block;
	text-align: left;
}
.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}
.focus .fcon img {
	display: block;
}
.focus .fbg {
	bottom: 5px;
	right: 20px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}
.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background: #98C65B;
}
.focus .D1fBt img {
	display: none
}
.focus .D1fBt i {
	display: none;
	font-style: normal;
}
.focus .prev, .focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}
.focus .prev:hover {
	background-position: 0 0;
}
.focus .next:hover {
	background-position: -40px 0;
}
/*产品应用领域图片滚动*/
.picScroll-left {
	float: right;
	width: 800px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
}
.picScroll-left .bd ul li {
	height: 247px;
	margin: 0 2px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	border: solid #EAEAEA 1px;
}
.picScroll-left .bd ul li .pic img {
	width: 396px;
	height: 247px;
	display: block;
}
/*产品应用领域*/
.product {
	width: 100%;
	margin-top: 100px;
}
.product_title {
	height: 84px;
	line-height: 84px;
	background: url(../img/product.gif) left top no-repeat;
}
.product_title ul {
	width: 960px;
	height: 64px;
	padding-top: 20px;
}
.product_title ul li {
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
}
.product_title ul li a {
	font-weight:bold;
	padding: 0 10px;
	height: 33px;
	margin: 0 5px;
	background-color: #EEEEEE;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	float: left;
	height: 33px;
}
.product_title ul li a:hover {
	padding: 0 10px;
	height: 33px;
	margin: 0 5px;
	background-color: #EEEEEE;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	float: left;
	height: 33px;
	background-color: #98C65B;
	color: #FFFFFF;
}
.product_banner {
	margin-bottom: 5px;
}
.news_partner {
	margin-top: 90px;
	width: 100%;
	margin-bottom: 35px;
}
.news_box {
	width: 597px;
	height: 354px;
}
.news_title {
	height: 74px;
	width: 597px;
	background: url(../img/news_title.gif) left top no-repeat;
	border-bottom: solid #C8C6C6 1px;
}
.news_title span {
	float: right;
	margin-top: 45px;
}
.news {
	width: 597px;
	height: 254px;
	padding-top: 20px;
}
.news_text {
	width: 350px;
	height: 122px;
	padding-left: 30px;
}
.news_text  a:hover{
	color:#7aab38;
	 }
.news .oli a:hover{
	color:#7aab38;
	 }
.news_text p {
	color: #A0A0A0;
	margin-top: 15px;
	line-height: 18px;
	font-size:14px;
}
.news .oli {
	line-height: 30px;
	background: url(../img/li_bg.jpg) left center no-repeat;
	padding-left: 20px;
}
.news .oli span {
	float: right;
	color: #B2B2B2;
}
.parrtner_title {
	height: 74px;
	width: 520px;
	background: url(../img/partner.gif) left top no-repeat;
	border-bottom: solid #C8C6C6 1px;
	margin-bottom: 25px;
}
.parrtner_title span {
	float: right;
	margin-top: 45px;
}
.partner_box {
	width: 522px;
	height: 300px;
}
.partner {
	width: 500px;
	height: 210px;
	padding-left: 15px;
}
.partner ul li a {
	float: left;
	width: 137px;
	height: 43px;
	border: solid #DDDDDD 1px;
	margin: 10px 12px;
}
.synopsis_text a{color:#828282;}
.synopsis_text a:hover{ color:#7aab38;}
/*footer*/
.footer {
	width: 100%;
	height: 315px;
	background-color: #282828;
	padding-top: 65px;
}
.MENU_title {
	margin-bottom: 20px;
}
.MENU_title p {
	color: #B2E071;
	font-size: 30px;
	font-family: "宋体";
	border-bottom: solid #B2E071 1px;
	width: 82px;
	height: 38px;
	line-height: 38px;
	letter-spacing: 5px;
}
.MENU ul {
	width: 680px;
	height: 25px;
}
.MENU ul li {
	float: left;
	color: #B2E071;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	width: 110px;
	height: 25px;
}
.MENU ul li ul {
	width: 110px;
	float: none;
	margin-top: 20px;
}
.MENU ul li ul li {
	line-height: 25px;
	height: 25px;
}
.MENU ul li ul a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	#B2E071
}
.MENU ul li ul a:hover {
	color: #B2E071;
	font-size: 14px;
	font-weight: normal;
	
}
.footer_left {
	width: 620px;
	height: 230px;
}
.footer_right {
	width: 530px;
	height: 225px;
}
.CONTACT_title {
	margin-bottom: 20px;
}
.CONTACT_title p {
	color: #B2E071;
	font-size: 30px;
	font-family: "宋体";
	border-bottom: solid #B2E071 1px;
	width: 114px;
	height: 38px;
	line-height: 38px;
	letter-spacing: 2px;
}
.CONTACT {
	color: #FFFFFF;
}
.contact_text li {
	height: 30px;
	line-height: 30px;
}
.footer_right .tips ul li {
	float: left;
	margin: 10px 8px;
}
.copyright {
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
	border-top: solid #3F3F3F 1px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
/*分页样式*/
.main_Inside {
	width: 100%;
}
.Inside_title h1 {
	color: #98C65B;
	width: 250px;
	height: 72px;
	line-height: 72px;
	border-bottom: solid #98C65B 2px;
	border-top: solid #98C65B 2px;
	text-align: center;
	margin: 0 auto;
}
.Inside_title .about_list {
	margin: 40px auto 0 auto;
	width: 300px;
}
.Inside_title .advantage_list {
	height: 44px;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 650px;
}
.Inside_title .product_list {
	height: 44px;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 1000px;
}
.Inside_title .news_list {
	height: 44px;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 310px;
}
.Inside_title .contact_list {
	height: 44px;
	text-align: center;
	margin: 40px auto 0 auto;
	width: 465px;
}
.Inside_title ul li {
	margin: 2px;
	display: inline-block;
	position: relative;
	background-color: #e1e1e1;
	float: left;
}
.Inside_title ul li a {
	display: inline-block;
	float: left;
	height: 40px;
	width: 140px;
	text-align: center;
	line-height: 39px;
	min-width: 100px;
	position: relative;
	padding-top: 65px;
}
.Inside_title ul li:hover {
	background-color: #98C65B;
	margin: 2px;
	display: inline-block;
	position: relative;
}
.Inside_title ul li:hover a {
	color: #fff;
}
.Inside_content {
	padding-bottom: 40px;
	padding-top: 45px;
	min-height: 500px;
}
.Inside_content h2 {
	color: #98C65B;
}

.ibg {
	background: url(../img/first-bg-01.gif) center center no-repeat;
	width: 18px;
	height: 5px;
	position: absolute;
	left: 45%;
	top: 50px;
	z-index: 1;
}
.contPage {
	text-align: center;
	margin-top: 10px;
}
.contPage a {
	margin: 0 5px;
}
/*新闻资讯*/
.Inside_content .news_cont li {
	height: 275px;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Inside_content .news_cont li h3 {
	line-height: 40px;
}
.Inside_content .news_cont li p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.Inside_content .news_cont .time {
	font-weight: normal;
	display: block;
}
.Inside_content .news_cont .more a {
	color: #98C65B;
	display: block;
	margin-top: 20px;
}
.text_box {
	padding: 20px;
	display: inline-block;
	width: 360px;
	height: 235px;
	background-color: #eff0f1;
}
.page_info {
	text-align: center;
	margin-top: 20px;
}
.page_list {
	text-align: center;
}
.page_list a {
	display: inline-block;
	border: solid 1px #000;
	margin: 10px;
	width: 15px;
	padding: 0 5px;
}
/*服务客户*/
.Inside_content .link_list {
	width: 820px;
	min-height: 300px;
	margin: 0 auto;
}
.Inside_content .link_list li {
	float: left;
	margin: 10px 10px 20px 10px;
}
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
/*新闻详细页*/
.box_left .listConts {
	line-height: 26px;
	color: #666;
	font-size: 12px;
}
.box_left .listConts .title {
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	color: #000;
	border: none;
}
.box_left .listConts .info {
	width: 480px;
	height: 27px;
	line-height: 28px;
	text-align: center;
	margin: 15px auto;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	color: #666;
	font-size: 12px;
}
.listConts .info small {
	margin-left: 8px;
	margin-right: 3px;
	color: #999;
	font-size: 12px;
}
.listConts .info .small, .info .big {
	font-family: Georgia;
	font-weight: bold;
	cursor: pointer;
}
.listConts .info .small {
	font-size: 10px;
	padding-right: 3px;
}
.listConts .info .big {
	color: #003ba6;
	padding-left: 3px;
}
.listConts .desc {
	margin: 20px 0 15px;
	padding: 5px 10px;
	line-height: 20px;
	border: 1px solid #f4e4b4;
	background: #fffff0;
}
.listConts .showimg {
	margin: 20px 0;
	text-align: center;
}
.listConts .showimg a img {
	border: 1px solid #ccc;
	padding: 1px;
}
.listConts .showimg a:hover img {
	border: 1px solid #F90;
	padding: 1px;
}
.listConts .conttitle {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #2f2f2f;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.listConts .author {
	text-align: right;
	color: #999;
}
#textarea {
	margin-top: 40px;
	min-height: 300px;
}
#textarea  img{
max-width:100% !important;
}
/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;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;}
/*商品列表*/
.subCont {
	line-height: 26px;
	color: #666;
}
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}
.goods_list li {
	width: 281px;
	float: left;
	margin: 7px 34px 7px 34px;
}
.goods_list li a.img {
	width: 278px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:125px;
*font-family:Arial;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
}
.goods_list li a.img:hover {
	border: 1px solid #F90;
}
.goods_list li .info {
	width: 280px;
	line-height: 22px;
	padding-top: 8px;
	text-align: center;
	clear: both;
}
.goods_list li .info div {
	font-family: Verdana;
	display: block;
}
.goods_list li .info i {
	color: #d94f44;
	font-style: normal;
	margin-right: 5px;
	font-family: Verdana;
	font-weight: bold;
}
.goods_list li .info i.lt {
	text-decoration: line-through;
	color: #333;
}
.goods_list li .info i.hits {
	font-weight: normal;
	margin-right: 0;
}
.goods_list li .info a {
	color: #555;
}
/*商品内容页*/
.goodsConts {
	color: #666;
}
.goodsConts h1.title {
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	color: #000;
}
.goodsConts .cloud-zoom {
	display: block;
	width: 300px;
	height: 280px;
	margin-bottom: 10px;
}
.goodsConts .cloud-zoom img {
	width: 300px;
	height: 280px;
	border: 1px solid #ccc;
}
.goodsConts .zoomlist li {
	float: left;
	margin-right: 3px;
	border: 1px solid #ccc;
	height: 45px;
}
.goodsConts .zoomlist li img {
	width: 45px;
	height: 45px;
}
.goodsConts .cloud-zoom-lens {
	background: #fff;
	cursor: move;
	height: 250px;
}
.goodsConts .cloud-zoom-title {
	font-family: Arial;
	position: absolute !important;
	background: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}
.goodsConts .cloud-zoom-big {
	overflow: hidden;
	background-repeat: no-repeat;
}
.goodsConts .cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
.goodsConts .tb-meta {
	width: 400px;
	color: #999;
}
.goodsConts .tb-meta li {
	padding-left: 10px;
	line-height: 30px;
}
.goodsConts .tb-meta li span {
	display: inline-block;
	width: 60px;
}
.goodsConts .tb-meta li strong.price {
	font-size: 24px;
	margin-right: 5px;
	font-family: Verdana;
	color: #c00;
}
.goodsConts .tb-meta li strong.lt {
	text-decoration: line-through;
	margin-right: 5px;
	font-family: Verdana;
	color: #333;
}
.goodsConts .tb-skin {
	width: 360px;
	background: #fcfaf9;
	border: 1px solid #f7f5f3;
	border-right: none;
	border-left: none;
	margin-top: 10px;
	padding: 20px;
}
.goodsConts .tb-skin .tb-note-title {
	height: 22px;
	margin-bottom: 8px;
}
.goodsConts .tb-skin .tb-note-title span {
	float: left;
}
.goodsConts .tb-skin .tb-note-title a {
	float: right;
	font-weight: bold;
	color: #333;
}
.goodsConts .tb-action {
	margin-top: 20px;
}
.goodsConts .tb-action a {
	background-image: url(../img/buybtn.png);
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
.goodsConts .tb-action a#buynow {
	width: 131px;
	height: 37px;
	display: block;
	background-position: left 0;
	margin-right: 10px;
}
.goodsConts .tb-action a#addcart {
	width: 156px;
	height: 37px;
	display: block;
	background-position: -132px 0;
}
.goodsConts .tb-prop dt {
	float: left;
	margin-bottom: 8px;
}
.goodsConts .tb-prop dd {
	margin-bottom: 8px;
}
.goodsConts .tb-prop dd a {
	border: 1px solid #eae5e3;
	padding: 2px 5px;
	background: #f0edec;
	color: #816957;
	margin-right: 5px;
}
.goodsConts .tb-prop dd a:hover {
	text-decoration: none;
	color: #000;
}
.goodsConts .tb-prop dd a.selected {
	border: 1px solid #816957;
}
.goodsConts .tb-note-title {
	color: #816957;
}
.goodsConts .tabs {
	border-bottom: 1px solid #ccc;
	height: 28px;
	margin: 35px 0 15px;
}
.goodsConts .tabs li {
	float: left;
	margin-right: 5px;
}
.goodsConts .tabs li a {
	width: 83px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 29px;
	font-size: 12px;
	font-weight: bold;
}
.goodsConts .tabs li a:hover {
	text-decoration: none;
}
/*.goodsConts .tabs li.active a{background: url(../img/soft_tabs_on.png) no-repeat;}*/
.goodsConts .tabs li.normal a {
	background: url(../img/soft_tabs.png) no-repeat;
}
.goodsConts .buynum {
	width: 50px;
	height: 20px;
	background: url(../images/input_gray_bg.png) repeat-x;
	border: 1px solid #ccc;
	text-align: center;
}
.goods_list {
	min-height: 500px;
	width: 1050px;
	margin: 0 auto
}
/*资质荣誉*/
.hq_list li a.img:hover {
	border: 1px solid #F90;
}
.ui-loading {
	width: 252px;
	display: inline-block;
}
.hq_list li .info {
	width: 252px;
	line-height: 22px;
	padding-top: 8px;
	text-align: center;
	clear: both;
	display: inline-block;
}
.hq_list li .info div {
	font-family: Verdana;
	display: block;
}
.hq_list li .info i {
	color: #d94f44;
	font-style: normal;
	margin-right: 5px;
	font-family: Verdana;
	font-weight: bold;
}
.hq_list li .info i.lt {
	text-decoration: line-through;
	color: #333;
}
.hq_list li .info i.hits {
	font-weight: normal;
	margin-right: 0;
}
.hq_list li .info a {
	color: #555;
}
.hq_list .Img_box {
	width: 250px;
	height: 330px;
	display: inline-block;
}
.hq_list .Img_box img {
	width: 250px;
	height: 300px;
}
.hq_list li a.img {
	width: 250px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:125px;
*font-family:Arial;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
}
.hq_list {
	min-height: 500px;
	width: 820px;
	margin: 0 auto
}
/*留言栏目*/
.subCont {
	line-height: 26px;
	color: #666;
}
.msgtitle {
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin:8px;
}
.message_block {
	color: #666;
}
.message_block p {
	padding: 12px;
}
.msg_input {
	width: 200px;
	border: 1px solid #e0e0e0;
	padding: 8px 9px;
	background: #fff;
	font-size: 13px;
	color: #888;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
}
.msg_input_on {
	width: 200px;
	border: 1px solid #8cd1ff;
	background: #f1f9ff;
	padding: 8px 9px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	font-size: 13px;
	color: #888;
}
.message_labes {
	font-size: 14px;
}
.message_title {
	height: 34px;
	line-height: 34px;
	background: #f6f9fb;
	padding: 0 12px;
}
.message_title h2 {
	color: #376b88;
	font-size: 14px;
	float: left;
}
.message_title span {
	float: right;
	font-weight: bold;
	color: #999;
}
.message_info {
	color: #8ea6b6;
	text-align: right;
}
.message_replay {
	background: #f5f5f5;
	padding: 0 12px;
}
.msg_btn_area {
	margin: 16px 0;
	text-align: center;
}
.msg_btn_area a {
	display: inline-block;
	padding: 5px 15px;
	background: #09F;
	color: #fff;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
}
.msg_btn_area a:hover {
	text-decoration: none;
	background: #F60
}
.message_block {
	font-size: 12px;
}

/* 效果CSS开始 */
.hq_list .goodsarea {
	width: 850px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #2f2929;
	margin-top: 20px;
}
.hq_list .goodsarea .btn {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.hq_list .goodsarea .prev {
	left: 20px;
	background: url(../img/prevBtn.png) no-repeat;
}
.hq_list .goodsarea #prevTop, .goodsarea #nextTop {
	top: 296px;
	width: 32px;
	height: 48px;
}
.hq_list .goodsarea #prev, .goodsarea #next {
	top: 655px;
	width: 10px;
	height: 16px;
}
.hq_list .goodsarea #prevTop {
	background: url(../img/prevBtnTop.png) 0 0 no-repeat;
	display: none;
}
.hq_list .goodsarea #nextTop {
	background: url(../img/nextBtnTop.png) 0 0 no-repeat;
	display: none;
}
.hq_list .goodsarea .next {
	right: 20px;
	background: url(../img/nextBtn.png) no-repeat;
}
.hq_list .goodsarea li {
	float: left;
}
.hq_list .goodsarea .cf li {
	position: relative;
	color: #fff;
}
.hq_list .goodsarea .picBox li img {
	width: 850px;
	height: 565px;
}
.hq_list .goodsarea .cf li span {
	display: none;
	width: 486px;
	position: absolute;
	left: 75px;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = "#60000000", endColorstr = "#60000000");
}
.hq_list .goodsarea .picBox {
	width: 850px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #0D0D0D;
}
.hq_list .goodsarea .picBox ul {
	height: 600px;
	position: absolute;
	left: 0;
}
.hq_list .goodsarea .picBox li {
	padding-left: 0px;
	padding-right: 0px;
	width: 1100px;
	overflow: hidden;
}
.hq_list .goodsarea .listBox {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.hq_list .goodsarea .listBox ul {
	height: 88px;
	position: absolute;
	padding-left: 5px;
}
.hq_list .goodsarea .listBox li {
	width: 127px;
	cursor: pointer;
	position: relative;
	padding: 5px 0 0 0;
}
.hq_list .goodsarea .listBox li i {
	display: none;
}
.hq_list .goodsarea .listBox li a {
	display: block;
	width: 108px;
	height: 77px;
}
.hq_list .goodsarea .listBox img {
	border: 3px solid #fff;
	width: 114px;
	height: 83px;
}
.hq_list .goodsarea .listBox .on img {
	border: 3px solid #FFF;
}
.hq_list .goodsarea .listBox .on {
	background: url(../img/img_bg.jpg) center top no-repeat;
}
.hq_list .goodsarea .listBox .on i {
	display: block;
}
.tabs {
	border-bottom: 1px solid #ccc;
	height: 32px;
	width: 1100px;
	margin: 35px auto 15px;
}
.tabs li {
	float: left;
	margin-right: 5px;
}
.tabs li a {
	width: 83px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}
.tabs li a:hover {
	text-decoration: none;
}
.tabs li.active a {
	background: #98C65B;
	color: #fff;
}
.tabs li.normal a {
	background: #c9c9c9;
}
#textstyle {
	width: 1100px;
	margin: 0 auto;
}
/*慈善与风采*/
.charity_list {
	min-height: 500px;
	width: 820px;
	margin: 0 auto;
}
.charity_list .ui-loading {
	width: 320px;
	display: inline-block;
	margin: 7px 15px;
}
.charity_list li a.img {
	width: 320px;
	height: 220px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
}
.charity_list .info {
	width: 320px;
	line-height: 22px;
	padding-top: 8px;
	text-align: center;
	clear: both;
	display: inline-block;
}
/*荣誉*/
/*.Inside_content .picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.Inside_content .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
}
.Inside_content .picScroll-left .bd ul li {
	background: #fff;
	height: 240px;
	margin: 0 4px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	padding:5px;
	border: solid #EAEAEA 1px;
}
.Inside_content .picScroll-left .bd ul li .pic {
	text-align: center;
}
.Inside_content .picScroll-left .bd ul li .pic img {
	width:auto;
	height: 200px;
	display: inline-block;
	padding: 1px;
}
.Inside_content .picList p {
	border-top: solid #EAEAEA 1px;
	padding: 0;
	margin: 0;
	line-height: 35px;
	display: inline-block;
	height: 35px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}*/
#div1{ height:252px;}
#div1 img{ height:200px; width:auto;}
#div2 li,#div3 li{ 
    background: #fff;
    height: 240px;
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    border: solid #EAEAEA 1px;}
#div2 li p,#div3 li p{ 
    border-top: solid #EAEAEA 1px;
    padding: 0;
    margin: 0;
    line-height: 35px;
    display: inline-block;
    height: 35px;
    width: 100%;
    text-align: center;
    font-size: 16px;}
/*人才招聘表格样式*/
.container.table_box td {
	border-bottom: solid 1px #e1e1e1;
}
.container.table_box .jobConts td{ border-bottom:none;}
.container.table_box .jobConts  tr:hover{background-color:#fff;  }
/*.container.table_box table {
	border-right: solid 1px #FFF;
}*/
.container.table_box tr:hover{ background-color:#e1e1e1;  }
/*历程*/
.about4 {
	width: 648px;
	margin: 40px auto 0 auto;
}
.about4_ch {
	font-size: 18px;
	color: #d80017;
	margin-bottom: 30px;
}
.about4_main {
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
/*.line {
	width: 1px;
	height: 100%;
	background-color: #999;
	position: absolute;
	left: 26px;
	z-index: -1;
}*/
.about4_main ul li {
	padding-left: 25px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 30px;
	background: url(../img/about4_icon.png) left center no-repeat;
}
.about4_main ul li:last-child {
	margin-bottom: 0px;
}
/*走进冠业*/
.breadcrumb {
	width: 100%;
	background-color: #7aab38;
	height: 50px;
}
.nav_title {
	width: 222px;
	height: 155px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #FFF;
	z-index: 2;
	line-height: 40px;
}
.nav_title span {
	margin-top: 12px;
	display: inline-block;
}
.nav_title_bg {
	background-color: #94c256;
	ilter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav_title h1 {
	margin-top: 30px;
}
.nav_title h1 a{
	color:#fff;}
.place {
	line-height: 50px;
	color: #FFF;
}
.place a {
	color: #FFF;
}
.place span {
	background: url(../img/abot_08.png) left center no-repeat;
	padding-left: 20px;
}
.box_left {
	width: 850px;
}
.box_left .title {
	border-bottom: solid 1px #d9d9d9;
	line-height: 50px;
	margin-bottom: 15px;
	color:#7aab38;
}
/*.text_contant {
	padding-right: 30px;
}*/
.Inside_title .i1 {
	position: absolute;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
	background: url(../img/i1.png) center no-repeat;
}
.Inside_title .i2 {
	position: absolute;
	top: 15px;
	left: 42px;
	width: 52px;
	height: 50px;
	background: url(../img/i2.png) center no-repeat;
}
.Inside_title .i3 {
	position: absolute;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
	background: url(../img/i3.png) center no-repeat;
}
.Inside_title .i4 {
	position: absolute;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
	background: url(../img/i4.png) center no-repeat;
}
.Inside_title .i5 {
	position: absolute;
	top: 15px;
	left: 38px;
	width: 56px;
	height: 58px;
	background: url(../img/i5.png) center no-repeat;
}
.Inside_title .i6 {
	position: absolute;
	top: 15px;
	left: 46px;
	width: 48px;
	height: 56px;
	background: url(../img/i6.png) center no-repeat;
}
.Inside_title .i7 {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
	background: url(../img/i7.png) center no-repeat;
}
.Inside_title .i9 {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
	background: url(../img/i9.png) center no-repeat;
}
.Inside_title .i10 {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
	background: url(../img/i10.png) center no-repeat;
}
.Inside_title ul li:hover .i1 {
	background: url(../img/i1_2.png) center no-repeat;
	top: 15px;
	position: absolute;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title ul li:hover .i2 {
	background: url(../img/i2_2.png) center no-repeat;
	width: 52px;
	height: 50px;
	position: absolute;
	left: 42;
	top: 15px;
}
.Inside_title ul li:hover .i3 {
	background: url(../img/i3_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title ul li:hover .i4 {
	background: url(../img/i4_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title ul li:hover .i5 {
	background: url(../img/i5_2.png) center no-repeat;
	top: 15px;
	left: 38px;
	width: 56px;
	height: 58px;
}
.Inside_title ul li:hover .i6 {
	background: url(../img/i6_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 48px;
	height: 56px;
}
.Inside_title ul li:hover .i7 {
	background: url(../img/i7_2.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
.Inside_title ul li:hover .i9 {
	background: url(../img/i9_1.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
.Inside_title ul li:hover .i10 {
	background: url(../img/i10_1.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
.Inside_title .sub_menu .current .i1 {
	background: url(../img/i1_2.png) center no-repeat;
	top: 15px;
	position: absolute;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title .sub_menu .current .i2 {
	background: url(../img/i2_2.png) center no-repeat;
	width: 52px;
	height: 50px;
	position: absolute;
	left: 42;
	top: 15px;
}
.Inside_title .sub_menu .current .i3 {
	background: url(../img/i3_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title .sub_menu .current .i4 {
	background: url(../img/i4_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 52px;
	height: 50px;
}
.Inside_title .sub_menu .current .i5 {
	background: url(../img/i5_2.png) center no-repeat;
	top: 15px;
	left: 38px;
	width: 56px;
	height: 58px;
}
.Inside_title .sub_menu .current .i6 {
	background: url(../img/i6_2.png) center no-repeat;
	top: 15px;
	left: 46px;
	width: 48px;
	height: 56px;
}
.Inside_title .sub_menu .current .i7 {
	background: url(../img/i7_2.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
.Inside_title .sub_menu .current .i9 {
	background: url(../img/i9_1.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
.Inside_title .sub_menu .current .i10 {
	background: url(../img/i10_1.png) center no-repeat;
	top: 10px;
	left: 40px;
	width: 60px;
	height: 62px;
}
/*企业优势*/

/*新闻动态*/
.news_list {
	float: right;
	height: 50px;
}
.news_list li {
	float: left;
}
.news_list li a {
	width: 150px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #FFF;
}
.current2 {
	color: #fff;
	background-color: #94c256;
	width: 150px;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
.place_ {
	color: #969696;
}
.place_ a {
	color: #969696;
}
.place_ span {
	background: url(../img/home_03.jpg) left center no-repeat;
	color: #969696;
	padding-left: 20px;
}
.news_cont .news_title {
	font-size: 24px;
	background: none;
	border: none;
	width: auto;
	height: auto;
}
.news .time {
	display: inline-block;
	height: 75px;
	width: 100px;
	text-align: center;
	background-color: #e6e6e6;
	padding-top: 25px;
	margin-right: 40px;
}
.news .box{  
  display: inline-block;
    width: 530px;}
.news .day {
	font-size: 28px;
	color: #808080;
}
.news .news_title {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	background: none;
	width: auto;
	height: auto;
	border: none;
}
.news .news_con {
	color: #746969;
	margin-bottom: 10px;
	min-height: 38px;
}
.news .hits {
	color: #746969;
	display: block;
}
.Inside_content .news {
	width: 850px;
	height: auto;
	padding: 0;
}
.Inside_content .news li {
	width: 850px;
	padding: 35px 0px;
	border-bottom: dashed 1px #000;
	height: 117px;
}
.news li:hover .time {
	color: #fff;
	background-color: #7aab38;
}
.news li:hover .day {
	color: #fff;
}
.news li:hover .news_title a {
	color: #7aab38;
}
.search {
	width: 300px;
	height: 35px;
	margin: 15px 0;
	position: relative;
}
.search input {
	line-height: 33px;
	border-radius: 5px;
	width: 288px;
	padding-left: 10px;
	outline: none;
	border: solid 1px #e1e1e1;
}
.search button {
	background: url(../img/search_bg.png) left center no-repeat;
	width: 30px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 10px;
	border: 0;
	outline: none;
}
.synopsis {
	width: 300px;
	height: 325px;
	line-height: 0;
}
.synopsis .synopsis_text {
	height: 153px;
	padding: 10px 10px 5px 10px;
	background-color: #f5f5f5;
	color: #828282;
	line-height: 20px;
font-size:12px;
}
.synopsis .synopsis_text h3 {
	line-height: 30px;
}
.article {
	border: solid 1px #e4e4e4;
	width: 300px;
	height: 263px;
	margin-top: 10px;
}
.article_title {
	color: #7aab38;
	background-color: #f5f5f5;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
}
.article_title .more {
	color: #7aab38;
	float: right;
	font-size: 24px;
}
.article ul {
	padding: 15px 10px;
	line-height: 16px;
	font-size:14px;
}
.article ul li {
	padding: 10px;
	border-bottom:dashed 1px #ccc;
	
}

.article ul li a:hover{
	color:#7aab38;
 
	
}
/*产品展示*/
.product_list ul li {
	float: left;
	width: 240px;
	height: 250px;
	text-align: center;
}
.product_list .product_img img {
	width: 200px;
	height: 200px;
}
.product_list .product_img .mask {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	ilter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	transition: top 1s ease;
}
.product_list .product_img:hover .mask {
	top: 0;
	display: block;
}
.spinner {
	width: 180px;
	height: 180px;
	border: 10px solid #7AAB38;
	border-right-color: #98c65b;
	border-bottom-color: #98c65b;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	opacity:0;
}
.product_list .product_img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}
.product_list span {
	text-align:left;
	margin-left:-50px;
	text-align:center;
	display: block;
	line-height: 25px;
}
.product_contant {
	background-color: #f5f5f5;
	width: 100%;
	min-height: 500px;
	margin-top: 40px;
}
.product_contant .goodsConts .goodsarea {
	float: left;
	width: 400px;
	position: relative;
	z-index:1;
}
.product_contant #tabs_content0 {
	width: 800px;
	display: inline-block;
}
.product_contant h1.title {
	line-height: 35px;
	color: #FFF;
	background: #98c65b;
	padding:0px 15px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}
/*
.product_contant .MsoNormal {
	display: inline-block;
}
*/
.product_contant .title_box .title_ {
	line-height: 35px;
	color: #FFF;
	background: #98c65b;
	width: 208px;
	display: block;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.product_contant .title_box {
	margin-bottom: 20px;
	border-bottom: solid 1px #bdbdbd;
}
.product_contant .list ul li {
	margin: 24px 0;
}
.product_contant .list ul li a {
	width: 178px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	background-color: #bdbdbd;
	display: inline-block;
}
.product_contant .list ul li a:hover {
	width: 178px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	background-color: #98c65b;
	display: inline-block;
}
.product_contant .list ul li a.current_list {
	width: 178px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	background-color: #98c65b;
	display: inline-block;
}
.product_contant .list span {
	float: right;
	display: inline-block;
	margin-right: 10px;
}
/*产品展示圆圈旋转*/
.case-content {
	overflow: hidden;
	margin: 80px auto 0 auto;
	width: 1200px
}
.case-item {
	margin-bottom: 20px
}
.ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ih-item a {
	color: #333
}
.ih-item a:hover {
	text-decoration: none
}
.ih-item img {
	width: 100%;
	height: 100%
}
.ih-item.circle{ margin-left:0px;position: relative;
	width: 210px;
	height: 210px;
	border-radius: 50%;}
.ih-item.circle .img {
	position: relative;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}
.ih-item.circle .img img {
	border-radius: 50%
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3)
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.ih-item.circle.effect1 .spinner{
	width: 215px;
	height: 215px;
	border: 5px solid #7AAB38;
	border-right-color: #98c65b;
	border-bottom-color: #98c65b;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.ih-item.circle.effect1 .img {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 5px;
	right: 0;
	width: auto;
	height: auto;
	border: solid 1px #ccc;
}
.ih-item.circle.effect1 .img:before {
	display: none
}
.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26,74,114,.6)
}
.ih-item.circle.effect1 .info {
	top: 5px;
	bottom: 0;
	left: 5px;
	right: 0;
	background: #333;
	background: rgba(152,198,91,.6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 30px;
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0,0,0,.3)
}
.ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,.5)
}
.ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}
.ih-item.circle.effect1 a:hover .info {
	opacity: 1;
}
.ih-item.circle.effect1 .current .spinner{opacity: 1;}
.ih-item.circle.effect1 .current .info {
	opacity: 1;
}
/*设备仪器*/
.equipment_list li a.img:hover {
	border: 1px solid #F90;
}
.ui-loading {
	width: 252px;
	display: inline-block;
	margin: 10px 8px;
}
.equipment_list li .info {
	width: 252px;
	line-height: 22px;
	padding-top: 8px;
	text-align: center;
	clear: both;
	display: inline-block;
}
.equipment_list li .info div {
	font-family: Verdana;
	display: block;
}
.equipment_list li .info i {
	color: #d94f44;
	font-style: normal;
	margin-right: 5px;
	font-family: Verdana;
	font-weight: bold;
}
.equipment_list li .info i.lt {
	text-decoration: line-through;
	color: #333;
}
.equipment_list li .info i.hits {
	font-weight: normal;
	margin-right: 0;
}
.equipment_list li .info a {
	color: #555;
}
.equipment_list .Img_box {
	width: 250px;
	height: 280px;
	display: inline-block;
}
.equipment_list .Img_box img {
	width: 250px;
	height: 250px;
}
.equipment_list li a.img {
	width: 250px;
	height: 250px;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:125px;
*font-family:Arial;
	border: 1px solid #ccc;
	overflow: hidden;
	float: left;
}
.equipment_list {
	min-height: 350px;
	width: 820px;
	margin: 0 auto
}
.Img_list li{ float:left; margin:0 10px;}
.Img_{ padding-left:20px;}