﻿html,body{
    font-size: 14px;
    background: #fff;
}
/* 页面内容宽度 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*  超链接  */
a{
    color: #333;
}
a:hover{
    color: #ff9600;
    text-decoration: underline;
}

/* 头部
------------------------ */
.top-bar{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: #2863a7;
}
.top-bar a{
    float: right;
    color: #fff;
}
.top-bar a:hover{
    text-decoration: underline;
}
.header{
	position: relative;
	height: 269px;
	background-attachment: scroll;
	background-color: #ededed;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header .logo{
    float: right;
    width: 401px;
    height: 179px;
    padding-top: 82px;
    background: url("../images/logo.png") center no-repeat;
}
.header .search{
    float: right;
    position: relative;
    width:300px ;
    height: 36px;
    margin-top: 40px;
    background:rgba(255, 255, 255)!important;
    filter:Alpha(opacity=30);
    background:#fff;
}
.header .search .inputtxt{
    width: 226px;
    height: 18px;
    line-height: 18px;
    padding: 9px 15px;
    color: #333;
    border: none;
    background: transparent;
}
.inputtxt::-webkit-input-placeholder{
    color:#333;
}
.inputtxt::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#333;
}
.inputtxt:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#333;
}
.inputtxt:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#333;
}
.header .search .submit{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 44px;
    color: #333;
    cursor: pointer;
    background: url("../images/icon_search.png") center no-repeat #2863a7;
    border: 0;
}
.nav-main-bg{
	background-attachment: scroll;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav-main li{
    position: relative;
    display: inline-block;
    padding: 5px 26px;
    font-size: 16px;

}

.nav-main li a{
    display: inline-block;
    line-height: 40px;
	color:#FFFFFF;
	text-align:center;
}
.nav-main a:hover, .nav-main li:hover a{
    color: #fff;
    background: #015fa6;
    text-decoration: none;
}
.nav-main li:hover, .nav-main li:hover .dropmenu{
    background: #015fa6;
}
.nav-main dl{
    position:absolute;
    top:50px;
    left:0px;
    z-index: 999;
    width: 160px;
    padding: 15px 0;
    font-size: 14px;
    background:#015fa6;

}
.nav-main dd{
    height: 36px;
    line-height: 36px;
	
}
.nav-main dd a{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 20px;
    color: #fff;
		text-align:left;
}
.nav-main dd a:hover{
    background: #ff9900;
}
.footer{
    margin-top: 30px;
    padding: 40px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #0166b6;
}
.footer a, .footer a:hover{
    color: #fff;
}
.footer a:hover{
    text-decoration: underline;
}
.footer .hd{
    font-size: 14px;
    margin-bottom: 20px;
}
.footer .logo{
    float: left;
    width: 294px;
    height: 170px;
    border-right: 1px solid #005494;
}
.footer .link{
    float: left;
    width: 295px;
    height: 170px;
    padding: 0 35px;
    border-left: 1px solid #0376ce;
    border-right: 1px solid #005494;
}
.footer .link a{
    float: left;
    display: inline-block;
    width: 89px;
    margin-right: 8px;
}
.footer .contact-i{
    float: left;
    width: 260px;
    height: 170px;
    padding-left: 50px;
    border-left: 1px solid #0376ce;
    border-right: 1px solid #005494;
}
.footer .qrcode{
    float: left;
    width: 118px;
    height: 170px;
    padding-left: 107px;
    text-align: center;
    border-left: 1px solid #0376ce;
}
.copyright{
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #004d87;
}
/*子页面*/
.page{
    padding: 50px 0;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.page a{
    float: left;
    display: inline-block;
    padding: 3px 8px;
    margin-right: 5px;
    border: 1px solid #999;
    color: #999;
}
.page a:hover, .page a.on, .page a.on:hover{
    color: #fff;
    border: 1px solid #337aca;
    background: #337aca;
    text-decoration: none;
}
.page a.disable{
    cursor: default;
}
.page a.disable:hover{
    border: 1px solid #999;
    color: #999;
    background: #fff;
}
.page img{
    display: inline-block;
    margin-top: 5px;
}

