@charset "utf-8";
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div,span,a {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*box-sizing:border-box;
	font-size: 72%*/
}
ul{
	list-style:none;
}

li{
	list-style:none;
}
a:hover,a:active{
	color: #fff;
	text-decoration: none;

}
a.active{
	text-decoration: none;
	
}
img{
	border:none;
	vertical-align:middle;
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
.clearfix {
	*zoom: 1;
	clear: both; 
	height:0px;
}
.clear {
	clear: both;
}
/*字体引入*/


@font-face {
	font-family: 'times';
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot');
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot?#iefix') format('embedded-opentype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'),
		url('../fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.svg#TIMESLTSTD-ROMAN') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'ligasan';
	src: url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot');
	src: url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.woff') format('woff'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.ttf') format('truetype'),
		url('../fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.svg#LIGASANSLTSTD-BOLD') format('svg');
	font-weight: normal;
	font-style: normal;
	
}



@font-face {
	font-family: 'AvenirLTStd-light';
	src: url('../fonts/Avenir-light/AvenirLTStd-light.eot');
	src: url('../fonts/Avenir-light/AvenirLTStd-light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-light/AvenirLTStd-light.woff') format('woff'),
		url('../fonts/Avenir-light/AvenirLTStd-light.ttf') format('truetype'),
		url('../fonts/Avenir-light/AvenirLTStd-light.svg#AvenirLTStd-light') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'AvenirLTStd';
	src: url('../fonts/Avenir/AvenirLTStd-Medium.eot');
	src: url('../fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'),
		url('../fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype'),
		url('../fonts/Avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
body{   
	font-size:14px;
    font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
    color:#666;  
    /*min-width: 1170px;*/
   /*响应式不要加最小宽度*/
 
}

/*nav导航开始*/

.navbar-nav{
	/* 转化为table 并且，宽度百分百，*/
	/*display: table;   
	width: 100%;*/
	float: none;
}
.navbar-nav>li {
    display: inline-block;
    /*padding: 10px;*/
    position: relative;
    
    /*居中并且转为table-cell*/
    /*text-align: center; 
	display: table-cell;
	float: none;*/
	
}
.navbar-default .navbar-nav>li>a {
    color: #fff ;
    font-size: 18px;
    padding: 15px 11px;
   
 
}
.navbar-default .navbar-nav > li > a.visited{
	color: #fff;
	/*background: #489d20;*/
	
	/*transition: all 1.5s;*/
}
.navbar-default .navbar-nav > li > a:hover{
	color: #ff;
}
.navbar-nav>li>a.active{
	color: #ffcd46;


	transition: all 1.5s;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;


	transition: all 1.5s;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background: #edb51f;

	transition: all 1.5s;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default {
    background-color:#3669c7;
    border:none;
    margin-bottom: 0;
    border-radius: 0;
}


.navbar-nav>li>.dropdown-menu{
	background-color:#e9b72f;
	
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: #e9b72f;
	color: #fff;
}
.dropdown-menu>li>a{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.dropdown-menu>li>a i{
	font-size: 12px;
}
.navbar-default .navbar-nav>a, .navbar-default .navbar-nav>a:focus, .navbar-default .navbar-nav>a:hover{
	background: #e9b72f;
	color: #fff;
}

.dropdown-menu>li>a:hover{
	background: #dba81c;
	color: #fff;
}


/*banner开始*/
 .banner{
 	width: 100%;
 	height: auto;
 }
.banner img{
	display: block;
	width: 100%;
	height: auto;
}
