/* CSS Document */
@charset "utf-8";
body{ padding:0px; margin:0 auto; font-size:14px; color:#333333; font-family:Verdana, Geneva, sans-serif; font-family:Microsoft YaHei,微软雅黑; background: #fff; font-weight: 300;}
*{margin:0; padding:0px; font-family:Microsoft YaHei,微软雅黑;}
ul,li,dl,dt,dd{list-style:none;}
input,select,img,textarea{vertical-align:middle; outline:medium;}
img{border:none;}
a{color:#333333; text-decoration:none; font-family:Microsoft YaHei,微软雅黑;}
a:hover{color:#ff4400; text-decoration:none; font-family:Microsoft YaHei,微软雅黑;}
a:focus{ outline-style:none; font-family:Microsoft YaHei,微软雅黑;}
a{blr:expression(this.onFocus=this.blur()); font-family:Microsoft YaHei,微软雅黑;}/*ie6*/

/* comm css */
.mainColor{ background: #086ad8;}
.bgGray{ background:#f9f7f7;}
.bgWhite{ background:#fff;}
.disNone{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.commWidth{ width:1200px; margin:0px auto;}
.commBigWidth{ width:1300px; margin:0px auto;}
.addShadow{ transition: box-shadow 0.6s, transform 0.5s; box-shadow: 0px 0px 7px 3px #eee;}
.addShadow:hover{ box-shadow: 0px 0px 12px 6px #ccc; transition: box-shadow 0.5s;}
.addNoShadow{ transition: box-shadow 0.6s, transform 0.5s;}
.addNoShadow:hover{ box-shadow: 0px 0px 12px 6px #ccc; transition: box-shadow 0.5s;}

/* mask layer */
#maskLayer{ position:fixed; width:100%; height:100%; top:0; left:0; background:#000; opacity:0.3; z-index:999; display:none;}

/* top */
.top{ background: #086ad8; min-height: 80px; position: fixed; top: 0; width: 100%; z-index: 1000;}
.top .logo{ margin-top: 17px; display: block; float: left; }
.top .go{ margin: 22px 0px 0px 22px; float: left;}
.navigation{ overflow: auto; zoom: 1; float: right; margin-top: 21px;}
.navigation li{ float: left; display: block; line-height: 40px; padding: 0px 20px; font-size: 16px; color: #fff; border-radius: 99px; cursor: pointer;}
.navigation li.hover{ background: #fff; color: #086ad8;}
.topSpace{ height: 80px;}

/* header */


/* breadcrumb */


/* footer */
.footer{ min-height: 95px; width: 100%; position: fixed; bottom: 0; z-index: 120; background: url(../images/opacity-bg-black.png);}
.footer .left{ padding-top: 15px;}
.footer .left p{ color: #fff; font-size: 16px; color: #d7d7d7; line-height: 30px;}
.footer .left p a{ color: #fff; font-size: 16px; color: #d7d7d7;}
.footer .left p span{ margin-right: 20px;}
.footer .left .img{ float: right; margin-top: -60px;}
.footer .left .img a{ margin-left: 20px;}

/* sitemap */


/* right navigation */


/* pager */

/* friendship link */


/* 备注[手机电脑自适应] */
@media screen and (max-width: 800px) {
	
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
	
}
