blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {margin:0;padding:0}    
h1,h2,h3,h4,h5,h6 {font-size:100%}    
address,cite,dfn,em,var {font-style:normal}    
code,kbd,pre,samp {font-family:courier new,courier,monospace}    
small {font-size:12px}    
ol,ul {list-style:none}    
a {text-decoration:none}    
a:active, a:hover, a:focus, a:visited {text-decoration:none}    
sup {vertical-align:text-top}    
sub {vertical-align:text-bottom}    
legend {color:#000}
fieldset,img {border:0}
button,input,select,textarea {font-size:100%}    
table {border-collapse:collapse;border-spacing:0}

html,body{
	min-width: 1650px;
	font-family: 'Microsoft YaHei', 'Hiragino Sans GB', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.v-header{
	height: 83px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #242529;
	background-size: auto 83px;
	background-repeat: repeat-x;
	border-radius: 0;
	filter:none;
	border: none;
	box-sizing: border-box;
	/* border-bottom: 1px solid #333969; */
	border-bottom: 1px solid #333638;
}
.v-header .brand{
	/* margin: 34px 64px 16px 460px; */
	margin: 34px 64px 16px 160px;
	padding: 0;
	height: 32px;
}
.v-header .brand img{
	width: 142px;
	height: 33px;
}
.v-header>.nav{
	margin: 40px 0 0px 0;
}
.v-header>.nav>li{
	margin-right: 50px;
}
.v-header .nav>li>a{
	color: #fff;
	padding: 0;
	font-size: 18px;
	text-shadow: none;
}
.v-header .nav>li>a:hover{
	color: #fff;
}
.v-header .nav>li>a:visited{
	color: #f5f5f5;
}
.v-header .nav>li>a>.v-icon{
	margin-left: 5px;
	transform: scale(.7);
	vertical-align: baseline;
}
.v-header .nav>li.active>a, .v-header .nav>li.active>a:hover, .v-header .nav>li.active>a:focus{
	color: #3a6;
	/* font-weight: 600; */
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}
.v-nav{
	display: none;
	background: #242529;
	background-size: auto 28px;
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
	/* border-top: 1px solid #333638; */
}
.v-nav>.nav{
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	padding-left: calc(160px + 170px);
	font-size: 14px;
	box-sizing: border-box;
}
.v-nav>.nav>li{
	margin-left: 20px;
}
.v-nav>.nav>li.active>a, .v-nav>.nav>li.active>a:hover, .v-nav>.nav>li.active>a:focus{
	color: #3a6;
	border: none;
	line-height: 14px;
	background: none;
	box-shadow: none;
}
.v-nav>.nav>li>a{
	color: #f5f5f5;
	text-shadow: none;
	box-shadow: none;
	height: 28px;
	line-height: 14px;
	padding: 7px 15px;
}
.v-nav>.nav>li>a:hover, .v-nav>.nav>li>a:visited{
	background: none;
	border: none;
	color: #fff;
}
.content{
	width: 1600px;
	margin: 0 auto;
	margin-top: -20px;
}
.content>.banner{
	font-size: 0;
	position: relative;
}
/* 三角形 */
.triangle{
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
}
.triangle>div{
	width: 46px;
	height: 25px;
	margin: 0 auto;
	background-image: url('imagesindextriangle.png');
	background-size: 100% 100%;
}
.content>.banner.img, .footer img{
	width: 100%;
}
.content>.banner.img, .footer{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer{
	position: relative;
	width: 1600px;
	margin: 0 auto;
	background-image: url('imagesindexfooter_bkg.png');
	padding-top: 57px;
	box-sizing: border-box;
}
.footer>.text-box{
	margin: 0 auto;
	width: 1600px;
	height: 342px;
	color: #fff;
}
.footer>.text-box>.title{
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.footer>.text-box>.bottom-box{
	font-size: 0;
}
.footer>.text-box>.bottom-box>.inline-b{
	display: inline-block;
	width: 128px;
	padding-top: 87px;
	text-align: center;
	vertical-align: top;
}
.inline-b:first-of-type{
	margin-left: 160px;
}
.inline-b:nth-of-type(2){
	margin-left: 90px;
}
.footer>.text-box>.bottom-box>.inline-b>p{
	font-size: 14px;
	color: #fff;
}
.footer>.text-box>.bottom-box>.last{
	width: 330px;
	padding-top: 105px;
	margin-left: 544px;
	text-align: left;
}
.footer>.text-box>.bottom-box>.last p{
	font-size: 14px;
	line-height: 23px;
}
.footer>.text-box>.bottom-box>.last>p:first-of-type{
	font-size: 16px;
	margin-bottom: 15px;
}
.footer>.text-box>.bottom-box>.last>div{
	margin-top: 33px;
}
.footer>.text-box>.bottom-box>.last>div>p{
	color: #fff;
}
.footer>.text-box>.bottom-box>.inline-b>img{
	width: 128px;
	height: 128px;
	margin-bottom: 25px;
}
@media screen and (min-width:10px) and (max-width:1400px){
}