@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{
        max-width:100%;
	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('/_upload/tpl/0b/44/2884/template2884/fonts/times/TIMESLTSTD-ROMAN.eot');
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/times/TIMESLTSTD-ROMAN.eot?#iefix') format('embedded-opentype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/times/TIMESLTSTD-ROMAN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'ligasan';
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot');
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.eot?#iefix') format('embedded-opentype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.woff') format('woff'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.ttf') format('truetype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Ligasansltstd-bold/LIGASANSLTSTD-BOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}



@font-face {
	font-family: 'AvenirLTStd-light';
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir-light/AvenirLTStd-light.eot');
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir-light/AvenirLTStd-light.eot?#iefix') format('embedded-opentype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir-light/AvenirLTStd-light.woff') format('woff'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir-light/AvenirLTStd-light.ttf') format('truetype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir-light/AvenirLTStd-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir/AvenirLTStd-Medium.eot');
	src: url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir/AvenirLTStd-Medium.woff') format('woff'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir/AvenirLTStd-Medium.ttf') format('truetype'),
		url('/_upload/tpl/0b/44/2884/template2884/fonts/Avenir/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
body{   
	font-size:14px;
    font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
    color:#666;
    /*border-top: 11px solid #fff;*/
}

/*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: #333 ;
    font-size: 18px;
    padding: 15px 36px;
   font-weight: bold;
 
}
.navbar-default .navbar-nav > li > a.visited{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;
	/*transition: all 1.5s;*/
}
.navbar-default .navbar-nav > li > a:hover{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;
}
.navbar-nav>li>a.active{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;

}
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;


}
.navbar-default .navbar-nav > li > a:hover{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;
	
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-default {
    background-color:#fff;
    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: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;
}

.dropdown-menu>li>a:hover{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #f77524;
}


/*banner开始*/
 .banner{
 	width: 100%;
 	height: auto;
 }
.banner img{
	display: block;
	/* width: 100%; */
	height: auto;
}
/*顶部弹出搜索样式*/
	/*header-top*/
.header-top{
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}
.search-btn{
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.search-btn:hover{
    opacity: .9;
    text-decoration: none;
}
.search-box{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}
.search-box h2{
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 50px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
   
}
.search-box .close i{
	 font-style: normal;
}
.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ebc32a;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}
.search-form .form-text:focus{
    font-style: normal;
      outline: none;
    border-bottom-color: #ebc32a;
   
  
}

.search-form .form-submit{
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-form .form-submit:hover{
    background: #009fe3;
    color: #fff;
}

.searchbg2{
	height: 30px;
    margin-top: 3px;
}

/*顶部弹出样式 end*/

.ny-ban img.nban{
	max-width: 100%;
	height: auto;
}

.nbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: url(/_upload/tpl/0b/44/2884/template2884/images/nybanbg.png) repeat left top;
	height: 100%;
}
.ny-nav-panel-title{
	position: absolute;
	left: 0px;
	top: 40%;
	width: 100%;
 text-align: center;
 color: #fff;
 z-index: 1;
 
 /*高度能不能做成上下居中？*/
}
.ny-nav-title{
	padding:0 80px;
 border-bottom: 2px solid #fff;
 display: inline-block;
padding-bottom: 10px;
 
}
.ny-nav-panel-title h4{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
}
.ny-nav-panel-title span{
	display: block;
	font-size: 24px;
	color: #fff;text-transform: uppercase;
	font-weight: bold;
	font-family: arial;
	text-shadow: 2px 2px 2px #333;
	margin-top: 10px;
    display: none;
}


.ny-title2{
	position: absolute;
	left: 0px;
	bottom: -46px;
	width: 100%;
	
}

.ny-nav{
	background: #2d3644;
	border-top: 3px solid #ebc32a;
	border-bottom: 1px solid #ebc32a;
}

 .ny-nav ul li {
        float: left;
        /*border-right: 1px solid #fff;*/
       background: url(/_upload/tpl/0b/44/2884/template2884/images/sbg1.jpg) no-repeat right center;
        /*height: 102px;*/
    }

        .ny-nav ul li a {
            float: left;
            color: #fff;
      padding: 25px 30px 30px;
            font-size: 18px;
          text-align: center;
            position: relative;

        }
.ny-nav ul li a span{
    line-height: 0;
    display: block;
   padding-top:19px;
    font-style: normal;text-transform: uppercase;
    font-size:12px;
   font-weight: bold;
   font-family: Arial;
    display: none;
}
            /*.ny-nav ul li a i {
                position: absolute;
                left: 40%;
                bottom: -11px;
                width: 0px;
                height: 0px;
                opacity: 0;
                border-top: 12px solid #346e95;
                border-right: 20px solid transparent;
                border-left: 20px solid transparent;
            }*/

            .ny-nav ul li a:hover, .ny-nav ul li a.active,.ny-nav ul li a.selected,.ny-nav ul li a.parent{
                background: #ebc32a;
                color: #2d3644;
            }

                .ny-nav ul li a:hover i, .ny-nav ul li a.active i {
                    opacity: 1;
                }




/*内页头部重复end*/












