/*全局样式*/
	.more{
		display: block;
		text-align: center;
		color: #5b5b5b;
		padding-bottom: 10px;
		background: url(../img/about-img/more-bg.png) center bottom no-repeat;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.hr{
		border: ;
	}
	.h3{
		font-size: 24px;
		color: #2e2e2e;
		margin: 30px 0;
		text-align: center;
	}
	.fixed{
		position: fixed;
		right: -95px;top: 50px;
		width: 145px;
		font-size: 14px;
	 	border-radius: 10px;
	 	height: 470px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		cursor: pointer;
	}
	.fixed div{
		position: relative;
		height: 10px;
		top: 0;
		display: none;
	}
	.fixed div ul{
		width: 140px;
		position: absolute;
		left: 0;top: 0;
	}
	
	.fixed p{
	 	position: relative;
	 	height: 29px;
	 	border-top-left-radius: 5px;
	 	border-bottom-left-radius: 5px;
	 	background: #0c308f;
	 	padding: 7px 0 7px 10px;
	 	margin-bottom: 5px;
	 }
	.fixed ul li{
		background: #94a5cf;
		padding-left: 30px;
		margin-bottom: 1px;
	}
	.fixed ul .ul-header{
		font-weight: bold;
		background: #3856a4;
	}
	.fixed ul .ul-header:hover{
		background: #3BA9FF;
	}
	.fixed ul li a{
		color: #FFF;
		padding: 5px 0;
		display: block;
	}
	/*mask*/
	.mask{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 99999;
		left: 0;
		top: 0;
		background: url(../img/mask-bg.png) center top no-repeat;
		display: none;
	}

/*product*/
	.product-banner{
		background: url(../img/product/banner-bg.png) left bottom no-repeat;
		padding-bottom: 80px;
		position: relative;
	}
	.product-banner #imgbox{
		height: 470px;
		position: relative;
		
	}
	.product-banner #imgbox img{
		position: absolute;
		width: 100%;
		left: 0;top: 0;
		opacity: 0;
		transition: all 3s;
		-webkit-transition: all 3s;
		-moz-transition: all 3s;
		-o-transition: all 3s;
	}
	.product-banner #imgbox .active{
		opacity: 1;
	}
	.product-banner #box{
		position: absolute;
		left: 50%;bottom: 210px;
		margin-left: -18.5px;
	}
	.product-banner #box li{
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #FFF;
		border-radius: 50%;
		margin-right: 10px;
		position: relative;
		z-index: 999;
		cursor: pointer;
	}
	.product-banner #box .active{
		background: #3aa9ff;
	}
	
	
	/*product-content-header*/
	.product-content{
		padding: 0 80px;
		position: relative;
		z-index: 2;
		margin-top: -200px;
	}
	.product-content .product-content-header ul{
		margin-bottom: 50px;
	}
	.product-content .product-content-header ul li{
		background: #FFF;
		float: left;
		text-align: center;
		font-size: 20px;
		margin-right: 8px;
	   /*box-shadow: 1px 6px 19px #eceff6;*/
	}
	.product-content .product-content-header ul li a p{
		line-height: 40px;
		color: #2E2E2E;
	}
	.product-content .product-content-header ul li .active{
		box-shadow: 1px 1px 5px 1px #e7ebf4;
		transition: all 0.5s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.product-content .product-content-header ul li:nth-last-child(1){
		margin: 0;
	}
	.product-content ul li a{
		color: #FFF;
		display: block;
	}
	.product-content .product-content-header ul li a img{
		padding: 15px 15px 0 15px;
	}
	
	
	.productLaboratory-content .product-content-header ul{
		margin-bottom: 50px;
	}
	.productLaboratory-content .product-content-header ul li{
		background: #FFF;
		float: left;
		text-align: center;
		font-size: 20px;
		margin-right: 8px;
	}
	.productLaboratory-content .product-content-header ul li a p{
		line-height: 40px;
	}
	.productLaboratory-content .product-content-header ul li .active{
		box-shadow: 1px 1px 5px 1px #e7ebf4;
		transition: all 0.5s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.productLaboratory-content .product-content-header ul li:nth-last-child(1){
		margin: 0;
	}
	.productLaboratory-content .product-content-header ul li a{
		color: #2b2b2b;
		display: block;
	}
	.productLaboratory-content .product-content-header ul li a img{
		padding: 15px 15px 0 15px;
	}
	
	/*main01*/
	.product-content .product-content-main01{
		
	}
	.product-content .product-content-main01 ul.f_l{
		width: 277px;
		text-align: center;
	}
	.product-content .product-content-main01 ul.f_l li{
		line-height: 35px;
		padding: 5px 0;
		font-size: 16px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		background: #a1afd4;
	}
	.product-content .product-content-main01 ul.f_l .active{
		background: #0c308f;
	}
	.product-content .product-content-main01 div.f_r{
		width: 863px;
		background: #eaf0f7;
		padding-bottom: 60px;
	}
	.product-content .product-content-main01 div.f_r h3{
		font-size: 18px;
		color: #000;
		padding-left: 25px;
		padding-top: 20px;
	}
	.product-content .product-content-main01 div.f_r ul li{
		float: left;
		text-align: center;
		margin: 30px 0 0 26px;
		font-size: 18px;
	}
	.product-content .product-content-main01 div.f_r ul li a p{
		line-height: 40px;
		color: #000;
	}
	.product-content .product-content-main01 div.f_r ul li a img{
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	.product-content .product-content-main01 div.f_r ul li a img:hover{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
	
	/*product-main01*/
	.productLaboratory-content{
		padding: 0 80px;
		position: relative;
		z-index: 2;
		margin-top: -280px;
	}
	.productLaboratory-content .product-content-main01 h3{
		text-align: center;
		font-size: 24px;
		color: #2B2B2B;
		padding-left: 15px;
		line-height: 35px;
		background: url(../img/product/product-icon02.png) 21.5% center no-repeat;
	}
	.productLaboratory-content .product-content-main01 h3:nth-child(2){
		background: url(../img/product/product-icon02.png) 36.5% center no-repeat;
		margin-bottom: 30px;
	}
	.productLaboratory-content .product-content-main01 div.f_l p,
	.productLaboratory-content .product-content-main01 div.f_r p{
		color: #FFF;
		background: #0c308f;
		font-size: 25px;
		text-align: center;
		margin-top: 5px;
		line-height: 30px;
		padding: 10px 0;
	}
	.productLaboratory-content .product-content-main01 .main01-bottom{
		margin: 30px 0;
		line-height: 30px;
	}
	.productLaboratory-content .product-content-main01 .main01-bottom h4{
		font-size: 24px;
		color: #2E2E2E;
	}
	.productLaboratory-content .product-content-main01 .main01-bottom p{
		font-size: 15px;
		color: #6A6A6A;
	}


