﻿@charset "UTF-8";
/*重置样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0; padding:0; }
body {font-family: "Microsoft YaHei"; background: #fff; min-width: 1200px; }
table { border-collapse:collapse; border-spacing:0; } 
img { border:0;  }
ol,ul {  list-style:none; } 
h1,h2,h3,h4,h5,h6 { font-weight:normal;  }
a{ text-decoration: none;}
input {	vertical-align: middle;border:none; }
input,button,textarea,select {outline: none; font-family: "Microsoft YaHei";font-size: 14px; }

@font-face {
    font-family: 'myFirstFont';
    src: url('../font/THE.NORTHERN.BLOCK_ACROM.BOLD_0.eot');
    src: local('☺'), url('../font/THE.NORTHERN.BLOCK_ACROM.BOLD_0.woff') format('woff'),
    	 url('../font/THE.NORTHERN.BLOCK_ACROM.BOLD_0.ttf') format('truetype'), 
    	 url('../font/THE.NORTHERN.BLOCK_ACROM.BOLD_0.svg') format('svg');
   	

}
@font-face
{
	font-family: 'myFirstFont1';
	src: url('../font/SourceHanSansCN-Bold.eot');   
	src: local('☺'), url('../font/SourceHanSansCN-Bold.woff') format('woff'),
    	 url('../font/SourceHanSansCN-Bold.ttf') format('truetype'), 
    	 url('../font/SourceHanSansCN-Bold.svg') format('svg');
       
}
@font-face
{
	font-family: 'myFirstFont2';
	src: url('../font/THE.NORTHERN.BLOCK_ACROM_0.eot');  
	src: local('☺'), url('../font/THE.NORTHERN.BLOCK_ACROM_0.woff') format('woff'),
    	 url('../font/THE.NORTHERN.BLOCK_ACROM_0.ttf') format('truetype'), 
    	 url('../font/THE.NORTHERN.BLOCK_ACROM_0.svg') format('svg');
    
}
@font-face
{
	font-family: 'myFirstFont3';
	src: url('../font/SourceHanSansCN-Light.eot');   
	src: local('☺'), url('../font/SourceHanSansCN-Light.woff') format('woff'),
    	 url('../font/SourceHanSansCN-Light.ttf') format('truetype'), 
    	 url('../font/SourceHanSansCN-Light.svg') format('svg');
	font-style: normal;
	font-weight: normal;    
}
.main { width: 1400px; margin: 0 auto; }
@media (min-width: 1200px) and (max-width:1400px){
	.main {width:1200px;margin: 0 auto; }
}
.clear { clear: both; }

.clearfix:after { clear: both; display: block; content: '' }
.clearfix { zoom: 1 }


.bg{
	height: 300px;
	text-align: center;
	overflow: hidden;

}
.bg .bung h1{
	font-family: myFirstFont;
	font-size: 36px;
	color: white;
	margin-top: 100px;
}
.bg .bung h2{
	font-size: 24px;
	color: white;
	margin-bottom: 110px;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.fixed-nav{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #e4e4e4;
	background: white;
	z-index: 999;

}
.fixed-nav ul{
	
	float: left;
}
.fixed-nav ul li{
	float: left;
	margin-right: 70px;
}
.fixed-nav ul li a{
	display: inline-block;
	line-height: 60px;
	font-size: 14px;
	color: #444;
}
.fixed-nav ul li a:hover{
	color: #da231b;
	border-bottom: solid 2px #da231b;
}
.fixed-nav ul li.active a{
	color: #da231b;
	border-bottom: solid 2px #da231b;
}
.fixed-nav .mb{
	float: right;
	line-height: 60px;	
}
.fixed-nav .mb a{
	font-size: 14px;
	color: #444;
}
.fixed-nav .mb span{
	color: #c3c3c3;
	padding-right: 5px;
	font-size: 20px;
}
.padd60{
	padding-top: 60px;
}
.padd70{
	padding-top: 70px;
}
.padd80{
	padding-top: 80px;
}
.tit h1{
	font-family: myFirstFont1;
	color: #333;
	font-size: 24px;
	margin-bottom: 7px;
}
.tit h2{
	color: #666;
	font-size: 16px;
	font-family: myFirstFont2;
	margin-bottom: 30px;
}
.indent{
	text-indent: 2em;
}

