*{margin:0;padding:0;list-style: none;}
body {
	background-color:#fff;
	color:#555555;
        font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
}
h4 {
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	color:#555555;
	font-size:16px;
}
h3 {
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	color:#555555;
}
p {
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	color:#333;
	font-size:16px;
        line-height:29px;
        font-weight:normal;
        
}
#vsb_content_2 .vsbcontent_start {
    
    text-indent: 2em;
    font-size: 16px;
}
a {
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	color:#0F3C80;
        font-size:16px;
	text-decoration:none;
}
p a {
	font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	color:#0F3C80;
        font-size:14px;
	text-decoration:none;
}
#header{
   width: 100%;
   min-width: 1280px;

}
#header .h-top{
	width: 100%;
	min-width: 1280px;
	height: 30px;
	line-height: 30px;
	background-color: #F8F8F8;
	font-size: 14px;
	border-bottom:1px solid #eee;
}
#header .h-left{
    float: left;
    margin-left: 100px;
}
#header .h-right{
   float:right;
   margin-right: 200px;
}
#header .h-center{
    
    overflow: hidden;
    position: relative;
    width: 1280px;
    height: 130px;
    margin:0 auto;
}
#header .h-center img{
	margin-left:  130px;
	width: 600px;
	height:123px;
}
@-webkit-keyframes lighteffect {
	from {
		left: -20%;
	}
	to {
		left: 120%;
	}
}

@keyframes lighteffect {
	from {
		left: -20%;
	}
	to {
		left: 120%;
	}
}

#header .head_two_left{width:800px;height:130px;float:left;overflow: hidden;position: relative;}
#header .head_two_left:before {
	content: "";
	position: absolute;
	width: 20%;
	height: 90%;
	top: 5%;
	left: -10%;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=70);
	/*border-bottom-right-radius: 20px;*/
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .1)), color-stop(50%, rgba(255, 255, 255, .4)), color-stop(100%, rgba(255, 255, 255, .1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .1) 100%);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-animation: lighteffect 2s infinite both;
	animation: lighteffect 2s infinite both;
}
#header .head_two_right{
	float: left;
	width: 380px;
	height:130px;
	margin-left: 60px;
}
#header .head_two_right img{
	
	width: 300px;
	height:60px;
	margin:20px 0 0 0
}
#header .text{
	width: 240px;
	height: 25px;
    margin:0 0 0 30px;
    border-radius: 14px;
    border: 1px solid #ccc;
    outline: none;
}
#header .icon-search{
	position: relative;
	top:3px;
	left: -25px;
	cursor: pointer;
}
#header .tmie{
	display: inline-block;
	width:350px;
	height:30px;
	line-height:30px;
	color:#0F3C80;
	font-size:14px;
	text-align: left;
}
.nav{
	width:100%;
}
.nav .title{
	height:50px;
	background-color:#70B2DF;
	color: #FFFFFF;
	display:-webkit-flex;
	display:flex;
	justify-content: center;
}
.nav .nav-top{
	width: 1080px;
}
.nav .nav-top li{ 
	width: 120px;
	line-height:50px;
	text-align: center; 
	float: left;
	margin:0 auto; 
}
.nav .nav-top li a{
	color: #FFFFFF;
}
.nav .nav-top li.on{
	background-color:#4e7da6;
	color:#FFFFFF; 
	font-weight:600;
	cursor: pointer;
}
.nav-bottom{
	background-color:#4e7da6;
}
.product{
	width: 1080px;
	height:50px;
	margin: 0 auto;
	line-height: 50px; 
	display:none;
	background-color:#4e7da6;
	color:#FFFFFF;
}
.product ul{ 
	width:1080px;
	margin: 0 auto;
}
.nav-bottom .show{ 
	display: block;
}
.nav-bottom .product li{ 
	float: left; 
	margin-right: 20px;
	cursor: pointer;
}
#header .nav .product li a{
	display: inline-block;
	color:#FFFFFF;
	font-size:16px;
	font-weight:500;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;		  
}
#header .nav .product li a:hover{
	color:#f17c67;
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
}
#section{
	width: 1000px;
	margin: 0 auto;
}
.tabmain{width:1000px;
	height:500px;
	margin:20px auto;
	background: #F3F3F3;
	border:1px solid #F3F3F3;
}
 .tabmain .tabGroup{
 	float:left;
 	width:200px;
 	height:auto; 
 	z-index:3;
 }
.tabmain .tabGroup li{
	height:48px;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	-webkit-user-select:none; 
	-moz-user-select:none;
	font-size:18px;
	font-family:'Microsoft yahei';
	color:#666;
}
.tabmain .tabGroup li.selectedTab{
	padding-left:10px;
	background:#fff;
	color:#1d9fd3;
	font-weight:bold;
}
.tabmain .tabContent{
	padding:10px 20px;background-color:#fff;
	color:#777; 
	min-height:384px;
	height: 500px;
}
.tabContent p a{
	margin-right:15px;
	text-decoration:none;
	text-align:center;
	color:orange; 
	font-weight:bold;
}
.tabContent ul li a:hover{
	color: #000000;
	font-weight: bold;
	
}
.tabContent h3{
	margin-bottom:5px;
	padding-left:10px;
	background:#70B2DF;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:left;
}
.tabmain .blueline{
	position:absolute;
	top:0px;left:0px;
	width:3px;
	height:48px;
	background:#1d9fd3;
	overflow:hidden;
}
.tabContent li{
	height:30px;
	line-height:30px;
}
.tabContent li a{
	color:#888888;
}
.tabContent .witness p{
	position:relative;
	padding-left:20px;
}
.tabContent .witness p em{
	color:orange; 
	font-weight:bold;
}
.tabContent .witness p a{
	color:#666;
	font-weight:normal;
	display:block; 
	line-height:24px; 
	text-align:left;
}
.tabContent .witness p a:hover{
	background-color:#efefef;
}
.tabContent .witness p .ele{
	left:0px;
}
#container{
	float:left;
	width:800px;
	height:500px;
	background:#fff;
	overflow:hidden;
}
#slider{
	position:absolute;
	top:0px;
	right:0;
	width:6px;
	border-radius:6px;
	background:#FFFFFF;
	opacity:0;
	cursor:pointer;
}
#sliderParent{
	position:absolute;
	left:0;
	height:0;
	right:0;
	width:608px;
	z-index:999;
}
#outerWrap{
	position:relative;
	z-index:999;
}


#footer{
	width:100%;
	height:200px;
	margin: 0 auto;
	background-color:#4C556E;
}
#footer span{
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-right:20px;
}
.footer-1{
	width: 1000px;
	height: 100px;
	display:flex;
	margin: 0 auto;
	display:-webkit-flex;
	justify-content:center;
	align-items: center;
	border-bottom: solid 1px #FFFFFF;
}
#footer ul li{
	float: left;
	margin: 0 10px;
}
#footer .footer-1 li a{
	color: #FFFFFF;
}
#footer .footer-2{
	width: 1000px;
	height: 100px;
	margin:0 auto;
	display:-webkit-flex;
	 flex-direction: column;
	justify-content:center;
	align-items: center;
}
#footer .footer-2 p{
	font-size: 14px;
	display: block;
	margin:8px 0;
	text-align: center;
	color: #EEEEEE;
}