body,html{
	width:100%;
}
body{
	position:relative;
	min-width: 1200px;
	background: #f5f5f7;
}
img{
	border:none;
	}
a,span,label,li,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}
 

 

/*弹层*/
.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;*/
}


/*gw logo*/
.header_box{
	width:100%;
	height:126px;
	background:#fff;
}
.header_logo{
	width:1200px;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:30px;
}
.logo h1{
	font-size: 28px;
	color: #535a60;
}
.search{
	float: right;
	width:280px;
	height:38px;
	background: #fff;
	margin-top:46px;
	overflow: hidden;
	border: 1px solid #447256;
	border-radius: 38px;
}
.txt{
	width:186px;
	height: 16px;
	float:left;
	color:#333;
	font-size:14px;
	padding:11px 0 11px 20px;
}
.txt::-webkit-input-placeholder{ /*WebKit 对placeholder起作用*/
	color:#b3b3b3;
}
.search span{
	float:right;
	padding: 0 20px;
	color: #fff;
	height:38px;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	background: #447256;
}
.search img{
	margin-top:10px;
	float:left;
	cursor: pointer;
}



/*gw 导航*/
.nav_box{
	width:100%;
	background: #447256;
}
.nav_action{
	width:1200px;
	margin: 0 auto;
}
.nav_action_one ul{
	position:relative;
	display: flex;
	align-items: center;
}
.nav_action_one ul li{
	padding:0 20px;
	line-height: 48px;
	height: 48px;
}
.nav_action_one ul li a{
	font-size:16px;
	color: #fff;
	height: 100%;
	display: block;
	width: 100%;
}
.nav_action_one ul li:hover{
	background: #2d5c3f;
}
.nav_action_one ul .cur {
	background: #2d5c3f;
}





/*gw 轮播图*/
.box_main{
}
.banner{
	width:1200px;
	margin: 0 auto;
}
.section{
	width:100%;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.example{
	position: relative;
    width: 820px;
    border-radius: 4px;
    }
.slideBox{
	width:100%;
	height: 380px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
	border-radius: 3px;
}
.slideBox ul{
	width:100%;
}
.slideBox ul li{
	height: 380px;
	position: relative;
	display: flex;
	justify-content: center;
}
.slideBox ul li a{
	display: contents;
}
.slideBox ul li img{
	width: 100%;
	height: 380px;
}
.te1{
      position:absolute;
      left:0;
      bottom:0;
      height: 40px;
      line-height: 40px;
      background-color:#000;
      background: rgba(0, 0, 0, 0.5);
      color:#fff;
      width:100%;
}
.te1 p{
	opacity:1;
	float:left;
	width:70%;
	margin-left: 4%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.num_slide{
	position: absolute;
	bottom: 14px;
	width: 100%;
}
.num_slide ul{
	display: flex;
	justify-content: flex-end;
}
.num_slide ul li{
	display: inline-block;
	font-size:0;
	width: 12px;
	height: 12px;
	background:rgba(0,0,0,0.5);
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
.num_slide ul li.current2{
	background:rgba(255,255,255,0.9);
}
  
  

/*登录前后*/
.login{
	background:#fff;
	width:320px;
	position:relative;
	padding:20px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.login h1{
	font-size:16px;
	color:#808080;
}
.login_box{
	padding-top:20px;
	width:100%;
}
.login_fir{
	display: flex;
	height:40px;
	border:1px solid #e5e3e4;
	border-radius: 20px;
	background:#f6f8fa;
	margin-bottom: 18px;
	overflow: hidden;
}

.login_fir input{
	padding: 11px 0 11px 18px;
	flex:1;
	color: #333;
	font-size: 14px;
}
.login_fir input.yanz{
}
.login_fir img{
	width:120px;
	height:40px;
	margin-left: 10px;
	cursor: pointer;
}
.ty_box{
	display: flex;
	justify-content: space-between;
	padding:0 8px 20px 8px;
}
.ty_item{
	display: flex;
	align-items: center;
}
.ty_item input{
	margin-right: 5px;
}
.ty_item p{
	font-size: 14px;
	color: #808080;
}
.ty_item p a{
	color: #447256;
}
.ty_box a{
	font-size: 14px;
	color: #447256;
}
.dl button{
	width:100%;
	height:40px;
	line-height: 40px;
	background:#447256;
	color:#fff;
	font-size:16px;
	border-radius: 40px;
	cursor: pointer;
}

.dl p{
	text-align: center;
	font-size: 14px;
	color: #808080;
	padding: 10px 0;
}
.dl p a{
	font-size:14px;
	color:#447256;
}

/*登陆后*/
.login_after{
	width:100%;
	display: none;
}
.tx{
	padding:15px 0;
	text-align: center;
	border-bottom: 1px dashed #ddd;
}
.tx img{
	border-radius: 68px;
	height: 68px;
	width:68px;
}
.login_after ul{
	padding-bottom: 10px;
}
.login_after ul li{
	display: flex;
	align-items: center;
	padding: 8px 0;
	font-size: 14px;
	color: #666;
}
.login_after ul li p{
	color: #666;
}
.login_after ul li label{
	color: #447256;
}
.login_after button{
	width:90%;
	margin:13px 5% 0 5%;
	height:40px;
	line-height: 40px;
	border:none;
	outline: none;
	background:#004986;
	color:#fff;
	font-size:16px;
	cursor: pointer;
	border-radius: 20px;
}
.login_after button.tc{
	background:#fff;
	color:#333;
	width: 100px;
	border: 1px solid #ddd;
}





.main_left{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.new_box{
	width: 780px;
	padding:0 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d6d6d6;
}
.tit h1{
	color:#333;
	padding: 15px 0;
	border-bottom: 2px solid #447256;
}
.tit a{
	color:#999;
	font-size: 14px;
}
.course_item ul{
	padding: 12px 0;
}
.course_item ul li{
	background: url(../img/list_img2.png) no-repeat left center;
	padding: 8px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.course_item ul li a{
	display:contents;
	color: #333;
}

.course_item ul li:hover a p{
	color: #447256;
}
.course_item ul li p{
	font-size: 16px;
	color: #333;
	width: 680px;
	padding-left: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_item ul li span{
	color:#999;
	font-size: 14px;
}
.news{
	width: 320px;
	padding:0 20px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(213,213,213,0.5);
}
.news:nth-of-type(3n){
	margin-right: 0;
}
.news_tab{
	width:346px;
	border-bottom: 1px solid #ddd;
}

.news_tab a{
	float: right;
	line-height: 60px;
	color: #808080;
	font-size: 14px;
	height: 60px;
}
.section_box{
}
.section_box ul{
	padding: 12px 0;
}
.section_box ul li{
	background: url(../img/list_img2.png) no-repeat left center;
	padding: 8px 0;
	font-size: 16px;
}
.section_box ul li p{
	width:300px;
	padding-left: 14px;
	color: #4c4c4c;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}



 



/*列表*/
.clme{
	background: #fff;
	margin: 20px 0;
	min-height: calc(100vh - 454px);
	padding: 20px 0;
	border-radius: 4px;
}
.dizhi{
	padding: 0 30px;
    width: 1140px;
}
.dizhi dl{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
}
.dizhi dl dd{
	color:#333;
	font-size: 20px;
}
.listitem{
    padding: 0 30px;
    width: 1140px;
}
.listitem ul{
	width:100%;
}
.listitem ul li{
	display: flex;
	padding: 14px 0;
	background: url(../img/list_img2.png) no-repeat left center;
	border-bottom: 1px dashed #ddd;
	line-height: 28px;
}
.listitem ul li a{
	color: #4c4c4c;
}
.listitem ul li a p:hover{
	color: #447256;
}
.listitem ul li p{
	float:left;
	width:970px;
	margin-left: 14px;
	color: #4c4c4c;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.listitem ul li span{
	color:#999;
	float: right;
}


/*内容*/
.dz_item{
	padding: 0 70px;
    width: 1000px;
}
.dz_item img{
	margin-top: -2px;
	margin-right: 6px;
	vertical-align: middle;
}
.dz_item a{
	color:#555555;
	line-height: 30px;
	font-size: 14px;	
}
.cont_next {
	/* float:left; */
	padding: 0 100px;
	width: 1000px;
}

.session {
	/* float:left; */
	/* width:100%; */
}
	.session .title {
		/* float:left; */
		width: 100%;
		color: #333333;
		display: block;
		font-size: 22px;
		text-align: center;
		padding: 20px 0;
	}

	.session dl {
		/* float:left; */
		/* width:100%; */
		display: block;
		background: url(../img/ma_t_bg.png) no-repeat center bottom;
		padding-bottom: 40px;
	}

		.session dl dd {
			float: left;
			margin-right: 14px;
			font-size: 14px;
			color: #999999;
		}

.sect_item {
	/* margin-top: 20px; */
	/* float:left; */
	line-height: 30px;
	color: #333;
	width: 100%;
	/* padding-bottom: 20px; */
	padding-top: 20px;
}



/*gw 尾部*/
.footer{
	width:100%;
	float:left;
	background:#2f3034;
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
}
.footer_box{
	width:100%;
	padding:20px 0 40px 0;
}
.footer_box h1{
	color: #9e9ea0;
	font-size: 16px;
}
.sele_box{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.sele_box select{
	padding: 10px;
	width: 230px;
	background: #545663;
	color: #fff;
	outline: none;
	font-size: 14px;
	border: none;
}
.p_box{
	display: flex;
	justify-content: space-between;
}
.p_box p{
	font-size: 14px;
	color:#9e9ea0;
}
.p_box p a{
	color: #9e9ea0;
}


/*弹框*/
.tan_box{
	position: fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin: auto;
	width:380px;
	padding: 20px;
	height: 220px;
	background: #fff;
	z-index: 333;
	border-radius: 10px;
}
.clo_btn{
	float: right;
	cursor: pointer;
}
.tan_mess{
	float:left;
	width: 100%;
	text-align: center;
	padding: 28px 0;
}
.tan_mess p{
	margin-top: 16px;
	color: #333;
}
.btn_box{
	float:left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.btn_box button{
	width: 150px;
	height: 38px;
	margin: 0 10px;
	font-size: 16px;
	cursor: pointer;
	line-height: 38px;
	background: #447256;
	text-align: center;
	border-radius: 38px;
	color: #fff;
}












































































































