@import url("base.css");
/*header*/
    #header{
        width: 100%;
        background: url("../images/hBg.png") repeat-x top center;
    }
    #header .box{
        width: 1200px;
        height: 46px;
        line-height: 46px;
    }
    #header .box .left{
        width: 300px;
    }
    #header .box .left h3{
        text-align: left;
        font-weight: 400;
    }
    #header .box .right{
        min-width: 120px;
    }
    #header .box .right a,#header .box .right span{
        margin-left: 16px;
    }


/*logo*/
    .logo-box{
        width: 1200px;
        height: 120px;
    }
    .logo-box .logo{
        width: 290px;
        height: 100%;
        text-align: center;
    }
.logo-box .logo a{
    display: block;
    line-height: 120px;
}
.logo-box .logo a img{
    vertical-align: middle;
}
.logo-box .cont{
    /*width: 343px;*/
    margin: 12px 0 12px 0;
}
.logo-box .cont .zx,.logo-box .cont .kf{
    padding-left: 38px;
    height: 28px;
    margin-top: 11px;
    line-height: 28px;
    color: #666;
    position: relative;
}
.logo-box .cont i{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.logo-box .cont .zx i,.logo-box .cont .kf i{
    color: #C50000;
}
.logo-box .cont span,.logo-box .cont a{
    color: #666;
}


/* 导航 */
.nav{
	height: 50px;
	width: 100%;
	background: #306ac8;
	/*overflow: hidden;*/
}
.nav_bx{
	width: 100%;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav_bx ul li{
	float: left;
	line-height: 50px;
	width: 110px;
	text-align: center;
}
.nav_bx ul li a{
	color:#fff;
	display:block;
	transition: all 0.35s;
}
.nav_bx ul li a:hover{
	background:#0093dd;
}
.nav_bx ul li .color{
	background:#0093dd;
}

/*footer*/
#footer{
	margin-top: 0;
	background: #F6F6F6;
}
#footer .top{
	width: 1200px;
	margin:  26px auto;
	height: 130px;
	/*padding-top: 21px;*/
}
#footer .top .fInf{
	width: 600px;
	padding-top: 10px;
}
#footer .top .fInf p{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
#footer .top .wx{
	width: 160px;
	height: 158px;
}
#footer .top .wx div{
	text-align: center;
}
#footer .top .wx div img{
	vertical-align: middle;
	width: 130px;
	height: 131px;
}
#footer .top .wx div span{
	line-height: 20px;
}
#footer .bot{
	height: 46px;
	background: #313131;
	text-align: center;
	line-height: 46px;
	color: #fff;
	vertical-align: middle;
}

/*友情链接*/
 #link{
    border: 1px solid #ADADAD;
    overflow: hidden;
    margin-top: 30px;
    /*height: 44px;*/
    position: relative;
    padding: 0 10px;
 }
 .link_bg {
    width:100%;
    height: 100%;
    line-height: 44px;
    padding: 0 auto;
    color: #fa8c00;
    font-weight: 700;
}
.link_bg span {
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #ADADAD;
}

.ljUl{
	/*height: 44px;*/
	width: 100%;
	overflow: hidden;
}
/*.ljShow{
	display: block;
}*/
.ljUl li{
	display: inline-block;
	height: 44px;
	width: 20%;
	line-height: 44px;
	padding-left: 10px;
	
}
.ljUl li a:hover{
	text-decoration: underline;
}
/*footer*/

/*设置下拉菜单*/
#cnzz span>a>img{
    display: inline-block;
    width: 50px !important;
    margin:0;
}
#cnzz span>a{
    display: inline-block;
    width: 50px !important;
}
/*设置行内块*/

.inBlock{
    display: inline-block;
}





