html{
	width:100%;
}
body{
	width:100%;
	position:relative;
	min-width: 1200px;
}
*{
	font-family: "微软雅黑" !important;	
}
img{
	border:none;
}
a{
	text-decoration: none;
}




/*gw 登录页*/
/*弹层*/
.zhezhao{
	width:100%;
	height:100%;
	overflow: auto;
	background:#000;
	opacity:0.3;
	filter: alpha(opacity=57);   /*ie8透明度兼容*/
	position:fixed;
	top:0;
	left:0;
	z-index: 5;
	/*display: none;*/
}
.bigbox{
	float:left;
	width:100%;
	position:relative;
}
.containerContent {
  	width: 1200px;
  	margin: 0 auto;
  	display: flex;
}
.Contentbox{
	float:left;
	width:100%;
	margin: 20px 0 50px 0;
	position: relative;
}
.left {
  	width: 170px;
  	float:left;
  	background: #f3f5f7;
}
.left ul li{
	width:92%;
	margin: 0 4%;
	float:left;
	border-bottom: 1px solid #e6e6e6;
}
.left ul li:last-child{
	border: none;
}
.left ul li a {
  	color: #333;
	float:left;
	font-size: 15px;
	margin-left: -4%;
	width:170px;
  	display: block;
  	text-align: center;
  	height: 60px;
  	line-height: 60px;
  	color: #333;
}
.left ul li a.active {
  	color: #fff;
  	width:178px;
  	background: url(../img/list_bg.png) no-repeat left top;
}

.left ul li .dropdown a{
  	color:#777777;
  	font-size: 13px;
  	background: none;
  	height: 46px;
  	width:170px;
  	line-height: 46px;
  	background: url(../img/d2.png) no-repeat 50px center;
}
.left ul li .dropdown a.active{
	color:#228aac;
	background: url(../img/d1.png) no-repeat 50px center;
}
.con {
  	float:right;
  	width:1000px;
}
/*.con{
	 -ms-scroll-chaining: chained; -ms-overflow-style: none; -ms-content-zooming: zoom; -ms-scroll-rails: none; -ms-content-zoom-limit-min: 100%; -ms-content-zoom-limit-max: 500%; -ms-scroll-snap-type: proximity; -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%); -ms-overflow-style: none; overflow: auto; 
}

.con::-webkit-scrollbar{
	display:none;
} */


.content-block {
	float:left;
	width:96%;
	padding:0 2%;
	background: #f3f5f7;
	border-top:1px solid #228AAC;
}
.title {
	float:left;
  	padding: 13px 0;
  	color: #228AAC;
  	font-size: 18px;
  	background: url(../img/t_img.png) no-repeat left center;
  	text-indent: 12px;
  	border-bottom: 1px solid #e6e6e6;
  	width:100%;
  	font-weight: bold;
}
.content{
	float:left;
	width:100%;
}
.content p{
	float:left;
	width:100%;
	padding: 20px 0;
	color: #333;
	line-height: 35px;
	position: relative;
}
.content p span{
	float:left;
	width:100%;
	font-weight: bold;
}
.imgbox{
	float:left;
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
.imgbox img{
	margin-bottom: 10px;
}



/*面授*/
.content ul{
	float:left;
	width:100%;
	margin-bottom: 30px;
}
.content ul li{
	float:left;
	width:300px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #333;
}
.content ul li:nth-of-type(3n){
	margin-right: 0;
}


/*海外合作 */
.content p span[op]{
	color:#228AAC;
	display: inline-block;
	width:auto;
	float:none;
}
.content p a{
	display: inline-block;
	position: absolute;
	bottom: 7px;
	left:24%;
	background: url(../img/swb_img.png) no-repeat left top;
	width:160px;
	height: 48px;
}


/*联系我们*/
.Contactus{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.Contactus dl{
	background: #fff;
	border: 1px solid #cccccc;
	width: 900px;
	margin-left: 30px;
	margin-bottom: 30px;
	float:left;
}
.Contactus dl dd{
	padding: 2%;
	float:left;
	line-height: 36px;
	width:96%;
}



































































