/*
*	create by xiao
*/
@charset "UTF-8";
html{font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:12px;font-size:1.2rem ; /* 12÷10=1.2 */background:#f3f9f9 url(../images/bodybg.jpg) no-repeat left bottom/100%;}
a{color:#666;}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: middle;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.pt30{padding-top: 3rem;}
.pt20{padding-top:2rem;}
.pt10{padding-top: 1rem;}
.pb30{padding-bottom: 30px;}
/*.topbanner{background:url(../images/bannerbg.jpg) no-repeat left top/100% 100%;text-align:center;}*/
h4{margin-top: 30px;margin-bottom: 30px;height:24px;background:url(../images/title.png) no-repeat left top;}

.navbar{
	min-height:40px;
	background:url(../images/navbg.jpg) no-repeat left top/cover;
	border:none;
	border-radius:0;
	box-shadow: 0 0 5px 0 #4797f0;
	font-size: 1.6rem;
font-family: "黑体";
}
.nav>li>a {padding:10px 20px;}
.navbar-default .navbar-nav>li>a{width:100%;height:100%;display:block;color:#ffffff;}
/*.navbar-default .navbar-nav>li a:before{content:"丨";height:0;}*/
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#ffffff;background:none;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color:#ffffff;background:none;}

/*news*/
.news div h5{font-weight: normal;font-size: 16px;}
div ul li{font-size: 14px;line-height: 28px;}

/*.tab-content{text-align: center;}*/
/*主办单位*/
.zhuban{margin-left:0;margin-right:0;background:#fff;border:1px solid #b2bcfa;}
.zhuban h5{color:#0285fb;font-size: 14px;font-weight: bold;}
.zhuban p{color:#63bffe;}


.contactus{margin-top: 3rem;padding-top: 15px;margin-left:0;margin-right:0;border:1px solid #fff;background:rgba(102,102,255,.2);line-height: 24px;color:#fff;}
footer{margin-top: 30px;background:#363e4b;box-shadow:0 0 8px 0 #000;text-align:center;line-height:22px;color:#a1a1a1;}
footer a{color:#fff;}

/*jiabing*/
.jiabing p{
	line-height: 26px;
	text-align: center;
}
/*
.jiabing div img{
	margin-bottom: 10px;
	width: 60%;
	border:2px solid #fff;
	border-radius: 50%;

}*/

/*media */
.media div{margin-bottom:10px;}
.media div img{border:1px solid #cccccc;}

/*zanzhu*/
.zanzhu ul{clear:both;width: 100%;}
.zanzhu ul li{list-style: none;width:13%;float: left;
	margin-bottom:10px;margin-right: 1%;}
.zanzhu ul li img{width: 100%;border:1px solid #cccccc;}
@media screen and (max-width:768px) {
	.zanzhu ul li{width:30%;
margin-right: 3%;}
}
.histroy{text-align: center;}
.histroy p{line-height: 30px;}