
*{
	margin:0; 
	padding:0;
}
.main-wrap{
	width:100%;	
}
.main-wrap img{
    display:inline-block;
    _margin-top:54px;
    _zoom：1;
    _display:inline;
}
.bsb{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
.guide-title{
	margin-bottom:10px;
        
}
.guide-title span{
    _background-image:url("/img/title-decoration.png");
    _background-repeat:no-repeat;
    _background-size:auto;
    _background-position-x:2px;
    _background-position-y:1px;
    width:100%;
    display:inline-block;
    height:20px;
    line-height:20px;
    font-size: 16px;
    padding-left:10px;
    position:relative;
    
}
.guide-title span::before{
	content:'';
	display:inline-block;
	height:100%;
	width:4px;
	position:absolute;
	background-color:#49a0f2;
	left:0px;
	bottom:0px;
}
.guide-nav{
	width:100%;
	border:1px solid #eee;
	box-sizing: border-box;
	min-height: 930px;
}
.nav-wrap{
	width: 92%;
	padding-top:54px;
	padding-left:6%;
	padding-right: 2%;
	padding-bottom: 54px;
}
.nav-top{
	width:100%;
	overflow:hidden;
	/* height: 50%; */
	background:#fff;
	height: 440px;
}
.nav-top-left{
    width:58%;
    float:left;
}
.nav-top-left h2{
	height:106px;
	line-height:106px;
	font-size: 48px;
	font-weight:normal;
	position: relative;
}
.nav-top-left h2::before{
	content:"";
	display:inline-block;
	width:32px;
	height:2px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: #49a0f2;

}
.nav-top-left a{
	text-decoration: none;
	display:inline-block;
	height:14px;
	line-height:14px;
	width:100%;
	color:rgb(114,117,116);
	margin-bottom:30px;
}
.nav-top-left p{
	width:100%;
	line-height:30px;
}
.nav-top-right{
	width:42%;
	float:right;
	/* height: 256px; */
}
.nav-top-right img{
	display:inline-block;
	height:256px;
	width: 100%;
	/* margin:0 auto; */
	padding-top: 54px;
	/* padding-left: 18%; */
}
.nan-btm{
	height: 440px;
	width:100%;
	background:rgb(250,250,250);
}
.nan-btm .nav-top-left{
	float:right;
}
.nan-btm .nan-top-right{
	float:left;
}
.main .main-top .mtop-left .medserwin{
       color:#000;
}
.main .main-top .mtop-left .renspot{
      color:#49a0f2;
}

.main .nav-height{
     height:880px;
}
.uni-title {
  _background-position-y:2px;
}

.nav-top img,.nan-btm img{
  _margin-top:54px;
}
.nav-top a,.nan-btm a{
 _height:20px;
 _line-height:20px;
}
.guide-instruction{
    min-height: 600px;
    margin-bottom: 22px;
    border: 1px solid #eee;
}


