body{
	position: relative;
	clear: both;
	background: url(../img/bodybg.png) #FFF no-repeat;
	background-size: 100%;
	font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.maincolor{
	color: #8787c6;
}
.gray{
	color: #999;
}
/*top*/
.head{
	position: absolute;
	top: 30px;
	left: 15%;
	z-index: 999;
	clear: both;
	width: 85%;
}
.menu_nav{
	position: absolute;
	right: 15%;
	top: 0;
}
.logo{
	position: absolute;
	top: 0;
}
.nav-pills a{
	color: #b2b5bc;
}
.nav-pills li a:focus,.nav-pills li a:hover{
	background: rgba(0,0,0,0);
	color: #FFF;
}
/*mid*/
.line{
	display: block;
	height: 1px;
	background: #D9D9D9;
}
.body_mid{
	padding: 0 15%;
}
.titmain{
	text-align: center;
	margin: 8% auto 4% auto;
}
.row-tit-3{
	text-align: center;
}
.row-tit-3 h4{
	color: #55567a;
	margin: 8% auto 5% auto;
}
.row-tit-3 p{
	color: #959599;
	line-height: 1.7;
}
.row-tit-3 img{
	width: 40%;
}
#body_mid .tab-pane{
	background: url(../img/tabconbg.png) no-repeat;
	background-size: cover;
	margin-top: 20px;
}
.tabconbox{
	padding-left: 12%;
}
.tabconbox .tabcontext{
	margin-top: 12%;
}
.tabconbox .tabcontext h3{
	color: #8787c6;
	
}
.tabconbox .tabcontext p{
	color: #83838e;
	line-height: 2;
}
.tabconbox .tabcontext .small{
	color: #adaee1;
	margin-bottom: 8%;
}
.tabconbox .tabconimg img{
	width: 85%;
}
.bian a{
     padding: 0 4px !important; 
}
.adv_box{
	margin-top: 12px;
}
.adv_box .row-box{
	margin: 0 12px;
}
.adv_box .adv_box_01{
	margin: 5% 0;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 0;
}
.adv_box .adv_box_01 img{
	width: 100%;
}
.adv_box .adv_box_01 .adv_box_02{
	padding: 0 5%;
	color: #76767c;
}
.adv_box .adv_box_01 .adv_box_02 h4{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.adv_box .adv_box_01 .adv_box_02 .context{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}
/*mid-end*/
.foot{
	background: url(../img/footbg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	
	position: relative;
}
.foot .foot_test{
	color: #FFF;
	text-align: center;
	padding: 50px 15% 40px 15%;
	margin-bottom: 0;
}
.foot .code{
	width: 5em;
	position: absolute;
	right: 20%;
	top: 45px;
}




