table{border-right:1px solid #ccc;border-bottom:1px solid #ccc} 
table td{border-left:1px solid #ccc;border-top:1px solid #ccc} 

table td {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	box-sizing: border-box;

}
table td br{
	display: none;
}
table {
	width: 100%;
}
table tr {
	width: 100%;
}
table tr td:nth-child(2n+1) {
   width: 20%;
   font-weight: 700;
   font-size: 14px;
 
}
table tr td:nth-child(2n) {
   width: 85%;
   font-size: 14px;
}








 .main .content {
	 position: relative;
	box-sizing: border-box;
 }


.share {
	margin-top: 45px;

	text-align: right;
	
}

.share a {
	display: inline-block;
	margin: 0 10px;
}
.main .content  {
	box-sizing: border-box;
	padding-top: 50px;
}
.main .content .left {
	box-sizing: border-box;
	width: 40%;
	padding-left: 100px;
}
.main .content .right {
	box-sizing: border-box;
width: 50%;
padding-left: 1%;
padding-right: 5%;

}
.main .content .right h5 {
	font-size: 25px;
	color:#ff6601 ;
	
}
.main .content .right h6 {
	font-size: 14px;
	 color:#ff6601 ;
	 margin: 10px 0 ;
	 font-weight: 400;
}
.main .content .right h4 {
	font-size: 14px;
	line-height: 30px;
	color: #959595;
	font-weight: 400;
}
.main .content-two {
	margin-top: 20px;
}
.main .content-two h1.tit-h1 { font-size:38px; text-align:center; margin:30px 0 15px; color:#f60;}

/* 本案例需要的css样式 */

.main .content-two .tab{ width:100%; margin:0 auto 50px;}
.main .content-two .tab-hd { background:#F93; overflow:hidden; zoom:1;}
.main .content-two .tab-hd li{ float:left; width:33.33%; color:#fff; text-align:center; cursor:pointer;height: 40px;line-height: 40px; font-size: 20px;}
.main .content-two .tab-hd li.active{ background:#F60;}
.main .content-two .tab-bd li{display:none; padding:20px; border:1px solid #ddd; border-top:0 none; font-size:24px;}
.main .content-two .tab-bd li.thisclass{ display:list-item;}

.main .content-two .tab-bd  li h5{
	font-size: 20px;
}
.main .content-two .tab-bd  li>p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.tab-bd p {
	color: #959595 !important;
}
.tab-bd td {
	color: #959595 !important;
	
}

.tab-bd h6 {
	color: #959595 !important;
}

.tab1 {
	margin-top: 40px;
}
.tab1 a {
	margin-right: 20px;
	padding-bottom: 10px;
	
	color: #000;
}
.tabmain {
	width: 60%;
	margin-top: 40px;
	background-color: #fff;
	padding-left: 20px;
	margin-right: 10%;
	box-sizing: border-box;
}

.tabmain .renzh img,
.tabmain .renzh1 img,
.tabmain .renzh2 img{
	width: 80px;
	height: 80px;
}


.tab-color{
	color: #f60 !important;
	border-bottom: 2px solid #f60;
}
.content-two .tab-bd li .one,
.content-two .tab-bd li .two {
	width: 100%;
}
.content-two .tab-bd li .two {
	margin-top: 10px;
}
.content-two .tab-bd li .one h6,
.content-two .tab-bd li .two h6{
	

	font-size: 14px;
	float: left;
	padding-top: 10px;
	line-height: 30px;
	width: 80%;
	font-weight: 400;
}
.content-two .tab-bd li  .one a,
.content-two .tab-bd li  .two a {
	float: right;
}
.item666 {
	height: 30px;
}



.leftBox{
	border:1px solid #f1f1f1;
	float: left;
	position: relative;
	width: 350px;
	height: 350px;
	
}
.leftBox img{
	position: absolute;
	width: 100%;
	
	text-align: center;
	max-height: 350px;
}
.mark{
	width: 250px;
	height: 250px;
	position: absolute;
	z-index:333;
	/* background: yellow; */
	opacity: 0.5;
	 /* 设置滤镜 */
	filter:alpha(opacity=50);
	/*默认隐藏*/
	display: none;
	cursor: move;
}
.rightBox{
	top: 50px;
	left: 500px;
	position: absolute;
	width: 500px;
	height: 500px;
	float: left;
	border:1px solid #f1f1f1;
	overflow: hidden;
	/*设置右侧盒子默认隐藏*/
	display: none;
	margin-left: 10px;
	z-index: 3;
	background-color: #fff;
}
.rightBox #daxie{
	position: absolute;
	width: 100%;
	height: 100%;
}
.items{
	/* position: absolute; */
	width: 360px;
	height: 80px;

}
.items .item img{
	width: 60px;
	height: 60px;
}
.items .item{
	float: left;
	list-style: none;
	margin-right: 4px;
}




@media screen and (max-width: 1450px) {
	.main .container {
		width: 1200px;
	}
	
	
	  .main .content .left {
		
		
		padding-left: 0 !important; 
	}
	.main .content .right {
	
		padding-right: 0;
		padding-left:0 ;
		
	}
	.rightBox{
		top: 50px;
		left: 350px;
		position: absolute;
		width: 500px;
		height: 500px;
		float: left;
		/* border:1px solid #000; */
		overflow: hidden;
		/*设置右侧盒子默认隐藏*/
		display: none;
		margin-left: 10px;
		z-index: 3;
		background-color: #fff;
	}

}

@media screen and (max-width: 1250px) {
	.main .container {
		width: 1000px;
	}

	  .main .content-two .tab-hd {
		  
		  font-size: 14px;
	  }
	

	
}

@media screen and (max-width: 1050px) {

	.main .container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		background-color:#fff;
	}

	  .main .content .left {
		  width: 100%;
		 
	  }
	  .main .content .right {
		
		width: 100%;
		
	}
	.rightBox {
		display: none !important;
	}
	.main .content-two .tab-hd li {
		font-size: 16px;
	}

	
}
@media screen and (max-width: 900px) {
	

}
@media screen and (max-width: 800px) {
	.main .container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		background-color:#fff;
	}
	.main .content  {
		height: auto;
		overflow: hidden;
	}
	.main .content .swiper-container {
		top: 20%;
	}

	
	.main .content-two .tab-hd li {
		font-size: 10px;
	}
	table tr td:nth-child(2n+1) {
		width: 40%;
		font-weight: 700;
		font-size: 14px;
	 }
	 table tr td:nth-child(2n) {
		width: 60%;
		font-size: 14px;
	 }
	 .tabmain {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0;
	}
	.tabmain .renzh img,
.tabmain .renzh1 img,
.tabmain .renzh2 img{
	width: 60px;
	height: 60px;
}

	.r{
		float: right !important;
	}
	.share {
		margin-top: 0;
	}
	table td br{
		display: block;
	}
	
	
}
@media screen and (max-width: 600px) {
	
	
}
