.header{
	padding-left: 40px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	color: #000000;
	font-size: 32px;
	vertical-align: middle;
}
.left-icon{
	position: relative;
	width: 25px;
	background: #6a6a6a;
	height: 3px;
	top: -18px;
	margin-right: 15px;
	display: inline-block;
	ransform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
.left-icon:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 3px;
	left: -14px;
    top: 12px;
	background: #6a6a6a;
	ransform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
}
.wrap{
	background: url(../images/bg.jpg);
	background-size: 100% 100%;
	position: relative;
}
.tip{
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
	/*position: absolute;*/
	left: 30px;
	top: -5px;
	position: relative;
	ransform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 
}
.tip:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 8px;
	top: -11px;
	display: inline-block;
	ransform:rotate(95deg);
	-ms-transform:rotate(95deg); 	/* IE 9 */
	-moz-transform:rotate(95deg); 	/* Firefox */
	-webkit-transform:rotate(95deg); /* Safari 和 Chrome */
	-o-transform:rotate(95deg); 
}
.down-tip{
	left: 20px;
    top: -10px;
}
.down-tip:after{
	right: -10px;
	top: 11px;
}
.tabs{
	margin: 0 5px;
	background: url(../images/title_bg.png);
	background-size: 100% 100%;
	height: 79px;
	line-height: 79px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	z-index: 3;
	position: relative;
}
.tab{
	display: inline-block;
	width: 50%;
	float: left;
}
.clo-show{
	padding: 0 23px 20px 12px;
	line-height: 0;
	font-size: 0;
}
.clo-info{
	float: left;
	padding: 2px;
	margin: 11px 0 0 10px;
	border: 2px solid #cbd1d8;
	border-radius: 0 0 15px 15px;
	background: rgba(255, 255, 255, 0.6);
}
.clo-pic{
	width: 220px;
	height: 300px;
	display: inline-block;
}
.clo-img{
	width: 100%;
	height: 100%;
}
.clo-name{
	font-size: 20px;
	color: #000;
	line-height: 42px;
	text-align: center;
}
.sec-tabs{
	top: 100%;
	left: 0;
	right: 0;
	padding: 18px 108px 18px 18px;
	position: absolute;
	background: #fff;
	z-index: 3;
	font-size: 0;
	line-height: 0;
	display: none;
}

.tab-item{
	color: #1b4e8f;
	width: 107px;
	height: 50px;
	line-height: 52px;
	margin-left: 90px;
	margin-bottom: 36px;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	font-size: 30px;
}
.tab-active{
	color: #d31f1f;
}
.tab-active .tip{
	background: #d31f1f;
}
.tab-active .tip:after{
	background: #d31f1f;
}
.item-active{
	border: 1px solid #1b4e8f;
	background: #1b4e8f;
	color: #fff;
	border-radius: 15px;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	display: none;
}
.img-part{
	padding: 68px 75px;
}
.img-show{
	padding: 36px 34px;
	background: url(../images/img_bg.png);
	background-size: 100% 100%;
}
.img-bor{
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.detail-img{
	width: 100%;
	/*height: 728px;*/
	min-height: 830px;
}
.left-tip{
	display: inline-block;
	width: 58px;
	height: 96px;
	background: url(../images/left_tip.png);
	background-size: 100% 100%;
	vertical-align: middle;
}
.right-tip{
	display: inline-block;
	width: 58px;
	height: 96px;
	background: url(../images/right_tip.png);
	background-size: 100% 100%;
	vertical-align: middle;
}
.cho-part{
	margin: 44px -50px 0 -50px;
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.img-name{
	color: #1b4e8f;
	font-size: 32px;
	margin: 0 35px;
	width: 479px;
	height: 155px;
	text-align: center;
	display: inline-block;
	line-height: 155px;
	background: url(../images/name_bg.png);
	background-size: 100% 100%;
	vertical-align: middle;
}





