﻿﻿.topbox{
	height: 172px;
	background: url(../TAimages/bg_topbox.png) no-repeat center center;
	background-size: 100% 100%;
}
.topbox .topBar{
	height: 38px;
}
.welcomeText{
	height: 28px;
	line-height: 28px;
	color: #1a1a1a;
}
.login-box{
	height: 38px;
	line-height: 38px;
}
.login-box a:hover {
    color: #0676c9;
}
#header{
	padding-bottom: 40px;
}
#header .logo-box .logoImg{
	width: 60px;
	height: 61px;
	padding: 31px 22px 0 0;
}
#header .logo-box .logoImg img{
	width: 100%;
	height: 100%;
}
#header .logo-link {
    width: 440px;
    height: 62px;
    line-height: 62px;
    color: #d60000;
    margin-top: 30px;
    /*padding-left: 82px;*/
    /*background-size: 60px 61px;*/
}
.f_0676c9{
    color:#0676c9
}
.f_d60000{
    color:#d60000;
}
.w1200{
    width:1200px;
}
.f_bold{
    font-weight:bold;
}
.f34{
    font-size:34px;
}
#header .search-box {
    width: 248px;
    margin-right:36px
    /*margin-top: 48px;*/
}
#header .search-box .searchGroup{
	border: 1px solid #dddddd;
	border-radius: 50px;
	width: 248px;
	height: 26px;
}
#header .search-box .searchGroup .iconBox{
	width: 49px;
	height: 20px;
	margin-top: 3px;
	background: url(../TAimages/searchIcon.png) no-repeat 15px center;
	border-right: 1px solid #dddddd;
	/*margin: 10px 0 0 15px;*/
}
#header .search-box .searchGroup .inputBox{
	width: 117px;
	height: 24px;
	line-height: 24px;
	/*margin-top: 5px;*/
	padding: 0 10px;
	border: 1px solid #fff;
	background-color: initial;
}
#header .search-box .searchGroup .searchbtn{
	width: 58px;
	height: 26px;
	line-height: 26px;
	+line-height: 29px;
	color: #FFFFFF;
	background-color: #0676c9;
	border: 1px solid #0676c9;
	border-radius: 0 50px 50px 0;
}
/*logo search end*/
/*--导航栏  开始--*/
.nav{
	height: 50px;
	background-color: #0676c9;
	min-width: 1200px;
}
.nav .nav-cell {
    width: 14%;
    height: 50px;
    margin-right: 1px;
    position: relative;
}
.nav .nav-cell.noBg{
	background:none;
	margin-right: 0;
}
.nav .nav-cell > a{
    width: 100%;
	height: 50px;
	line-height: 50px;
}
.nav .nav-cell > a:hover{
	background: #0860a7;
}
.nav .nav-cell.on{
	background: #0860a7;
	z-index: 1000;
}
.nav .hasSub{
	position: relative;
	z-index: 901;
}
.nav .sub{
    width: 100%;
	display: none;
	top: 50px;
	background: #287bc1;
	z-index: 1000;
}
.nav .sub > a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #438fcf;
}
.nav .sub > a:hover{
	background: #186db5;
}
/*--导航栏  结束--*/
/*--底部 开始--*/
#footer{
	height: 160px;
	color: #fff;
	background: #0676c9;
	min-width: 1200px;
}
#footer .CodeBox{
	/*width: 200px;*/
	width: 316px;
	height: 98px;
	padding: 30px 5px 0 0;
}
#footer .CodeBox img{
	width: 98px;
	height: 98px;
}

#footer .findbug{
    padding: 52px 5px 0 0;
}
#footer .findbug img{
    width:110px;
    height:55px
}
#footer .linkBox{
	margin-bottom: 17px;
}
#footer .linkBox li:hover a{
	color: #b3b3b3;
}
.f_c{
	color: #cccccc;
}
#footer .foot_left p a:hover{
	color: #e4e4e4;	
}
/*--底部 结束 --*/