

html{
		font-family: "Lato", sans-serif;
}
a:active,a:focus {
	outline: expression(hideFocus='true');
}


#wrapper {
	width: 960px;
	margin: 40px auto 0 auto;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	 line-height: 60px;
	background: #FFFFFF;
	text-decoration: none;
	color: #333333;
	font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
}
.FourFirst{width: 320px; text-align: center;}
.FourFirst2{width:480px; text-align: center;}
#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background:#6d6e72;
}

#tabs_container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background:#f4f6f5;
	border: 1px solid #dcdcdc;
}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: #6d6e72 !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

.tabulousclear {
	display: block;
	clear: both;
}


.xianBox1{ width: 960px;
	height: 3px; background-color: #6d6e72;clear: both;}
#tabs-1 .first, #tabs-2 .first, #tabs-3 .first{font-size: 16px; font-weight: bold; margin-bottom: 20px;}
#tabs-1 .firstP1, #tabs-2 .firstP1, #tabs-2 .firstP2, #tabs-3 .firstP1{text-indent:2em; margin-bottom: 30px; line-height:32px;}
#tabs-1 .firstP2, #tabs-2 .firstP2, #tabs-3 .firstP2{text-indent:2em; margin-bottom:10px;}
.FirstImg{display: block;  height: 536px; border: none;}
.FirstImg2{display: block;  height: 440px; border: none;}
.FirstImg3{display: block;  height: 445px; border: none; padding:30px 0 0 0px;}

.SerMain{width: 960px;height: 60px; margin:40px auto 0 auto; border-bottom:3px solid #6d6e72; }
.SerMain li{display: block; float: left; text-align: center;
	height: 60px; line-height: 60px;  background: #FFFFFF;
text-decoration: none;
color: #333333;
font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå"; width: 320px;}
.SerMain .current{background-color: #6d6e72; color: #ffffff; font-weight: bold;}
.SerMainBox{width:878px; overflow: hidden; margin:0  auto 40px auto; background: #f6f6f6; border: 1px solid #dcdcdc; padding: 40px;font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";line-height: 34px;}
.SerMainBox h2{ text-align: center; font-weight: bold; font-size:24px;font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå"; margin-bottom: 20px;}
.SerMainBox h3{ font-weight: bold; margin-top: 30px;}
.SerMainBox p{text-indent:2em; margin-bottom: 0;}
.SerMainBox .pone{ text-indent:50px;}
.SerMainBox h4{ font-weight: bold; }

.firsth2{ border-left:3px solid #f05544; line-height: 24px; font-size: 24px; font-family: "Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå" ; padding-left: 8px; margin: 10px 0; color: #f05544; font-weight: bold;}
.firstP3{ text-indent: 2em; line-height: 26px;}
.first3{ margin-bottom:6px; line-height: 30px;font-size: 18px; font-weight: bold;}
.firstP4{  border-bottom: 1px solid #e5e5e5; margin:10px 0  40px 0; padding-bottom:30px; font-weight: bold;}
.firstP4 span{ text-decoration: underline; color: #002f76;}
.firstP8{ line-height:40px;}