@charset "utf-8";
/* CSS Document */

/*base Start
=================================*/
body > div{margin-right:auto;margin-left:auto; } 
body,div,ul,ol,ul,li,ol,dl,dd,dt,form,span,p,textarea{margin:0;padding:0;list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input{padding-top:0;padding-bottom:0;}
input::-moz-focus-inner{border:none;padding:0;}
select,input{vertical-align:middle;}
select,input,textarea{font-size:12px;margin:0;}
input[type="text"],input[type="password"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td{font-size:12px;padding:0}
img,a img{border:0;margin:0;padding:0; width: 100%; max-width: 100%;}
a{outline-style:none;color:#000;text-decoration:none}
a:hover{text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clear{clear:both; height:0; font-size:0;overflow:hidden;}
.auto{margin-left:auto;margin-right:auto;}
.fl{float:left;}
.fr{float:right;}
.show{display:block!important;}
.hide{display:none!important;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
/*base End
=================================*/

/*Public Start
=================================*/
body, html {
    color: #444;
	background: #fff;
    font-family: "\u004c\u006f\u0072\u0061\u002c",Lora,"\u0050\u0061\u006c\u0061\u0074\u0069\u006e\u006f",Palatino,"\u0054\u0069\u006d\u0065\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e",Times New Roman,sans-serif;
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;font-size:16px;
	line-height: 1.4;
	background: url(bg_body_bcas.png) no-repeat top center #fff;
}
ul,li{
	list-style:none;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover,a:focus {
    color: #014099;
    text-decoration: none;
}
.mt5{margin-top: 0.5rem;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pd0{padding: 0;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.prl15{padding: 0 15px;}
.bg-fff{background: #fff;}
.bg-f2f2f2{background: #f2f2f2;}
.bgnone{background: none;}
.tc{text-align: center;}
.w100{width: 100%;}

/*Public End
=================================*/

/*header Start
=================================*/
header{
	padding: 5px 0;
	color: #fff;
	line-height: 46px;
}
header a{
	color: #fff;
}
header a:hover{
    color: #c5d6f2;
}
header .logo img{
	padding: 0;
	max-width: 161px;
}
.header-top .fa{
	color: #fff;
	font-size: 3.0rem; font-size: 30px;
	line-height: 46px;
}
.search{
/*Alpha
	================================================*/
	background-color: rgba(70,124,123,0.3);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	border-radius: 20px;
	height: 36px;
	line-height: 34px;
	margin-top: 5px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
	.search{
		background-color:#467ce9;
		filter:Alpha(opacity=30);
		position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
		*zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
	}
}
.search input{
	background: transparent;
	border: 0 none;
	color: #c5d6f2;
    width: 86%;
	height: 36px;
	line-height: 34px;
}
.search .btn-search{
	background: url(ico_search_white.png) no-repeat 50% 50%;
    float: left;
    width: 14%;
}

@media all and (min-width:992px) {
	header .logo img{
		padding: 25px 0 20px 0;
		max-width: 288px;
		width: auto;
	}
}
/* PC端：通用样式满足分辨率1280(1024) */
@media all and (max-width: 1169px) {
}

/* 小屏幕，主要是PAD */
@media screen and (min-width:480px) and (max-width: 991px) {
	.search input{
		width: 92%;	
	}
	.search .btn-search{
		width: 8%;
	}
}
/* 超小屏幕，主要是手机 */
@media all and (max-width: 767px) {
}
/* 微小屏幕，分辨率更低的手机 */
@media all and (max-width: 479px) {
	body{
		background: none;
	}
	header{
		background: #0e1d46;
	}
}

/*header End
=================================*/

/*footer Start
=================================*/
footer{
	background: url(bg_footer_bcas.jpg) no-repeat center top #0e1d46;
	color: #fff;
	font-size: 1.4rem; font-size: 14px;
	line-height: 1.7;
	padding: 0.5% 0;
}
footer img{
	width: auto;
}
footer .copyright{
}
/*footer End
=================================*/


/*toolbar Start
=================================*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:52px; height:52px; background:url(toolbar.png) no-repeat; position:fixed; right:0; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-184px -125px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-240px -125px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-184px -179px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:203px; height:210px; background:url(toolbar.png) 20px 1px no-repeat; position:fixed; right:54px; bottom:77px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}
/*toolbar End
=================================*/