html{
	width:100%;
}
body{
	width:100%;
	position:relative;
	min-width: 1200px;
}
img{
	border:none;
	}
a,input,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;
}


/*gw logo*/
.header_box{
	width:100%;
	height:126px;
	background: url(../img/top_bg2.png) no-repeat center 0;
}
.header_logo{
	width:1200px;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:20px;
}
.search{
	float: right;
	width:240px;
	height:38px;
	background: #fff;
	margin-top:46px;
	overflow: hidden;
	border-radius: 38px;
}
.txt{
	width:170px;
	height: 16px;
	float:left;
	color:#333;
	font-size:14px;
	padding:11px 0;
	margin-left:20px;
}
.txt::-webkit-input-placeholder{ /*WebKit 对placeholder起作用*/
	color:#b3b3b3;
}
.search span {
	float: right;
	padding: 0 15px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	background: #13ACB7;
}
.search img{
	margin-top:11px;
	float:left;
	cursor: pointer;
}

/*gw 导航*/
.nav_box {
	width: 100%;
	background: #13ACB7;
}
.nav_action{
	width:1200px;
	margin: 0 auto;
}
.nav_action_one ul{
	display: flex;
	position: relative;
}
.nav_action_one ul li{
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.ej_nav{
	position: absolute;
	background: #e0ebf8;
	z-index: 33;
	top:50px;
	left:0;
	width: 100%;
	display: none;
}
.nav_action_one ul li:hover .ej_nav{
	display: block;
}
.ej_nav dl{
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
}
.ej_nav dl dd{
	margin: 0 30px;
}
.ej_nav dl dd a{
	color: #333333 !important;
}
.ej_nav dl dd a:hover{
	background: none !important;
	color: #2c78cf !important;
}
.ej_nav dl dd a.ace{
	color: #2c78cf !important;
}
.nav_action_one ul li a{
	font-size:16px;
	padding: 0 20px;
	color: #fff;
	display: block;
	height: 50px;
}
.nav_action_one ul li a:hover{
	background: #0F949D;
	color: #fff;
}
.nav_action_one ul li .current_nav {
	background: #0F949D;
	color: #fff;
}



/*内容*/
.box_main{
	width:1200px;
	margin: 0 auto;
}
.banner{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 10px 0;
}
.new_box{
	width: 550px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.tit{
	width:100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
}
.tit h1{
	color:#333;
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 2px solid #2C8ECF;
}
.tit a{
	color:#999;
	font-size: 14px;
}
.tit dl{
	width: 480px;
	display: flex;
	height: 36px;
	background: #f2f2f2;
}
.tit dl dd{
	color: #333;
	width: 90px;
	cursor: pointer;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.tit dl dd.act{
	color: #fff;
	background: #0f71d9;
}
.course_item{
}
.course_item ul{
	display: flex;
	flex-direction: column;
	/*padding: 0 10px;*/
}
.course_item ul li{
	padding-top:20px;
}
.course_item ul li a{
	display: flex;
	align-items: center;
	color: #4c4c4c;
	justify-content: space-between;
}
.course_item ul li a i{
	background: #666;
	width: 4px;
	height: 4px;
	border-radius: 4px;
}
.course_item ul li:hover a i{
	background: #347a92;
	width: 4px;
	height: 4px;
}

.course_item ul li:hover a p{
	color: #347a92;
}
.course_item ul li a p{
	font-size: 16px;
	color: #4c4c4c;
	width: 400px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_item dd{
	padding: 30px 10px 0 10px;
}
.course_item dd a.vip_box{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 68px;
	width: 100%;
	background: url(../img/vip_bg.png) no-repeat left top;
}
.section{
}
.example{
	position: relative;
    width: 590px;
    height:400px;
    float:left;
    }
.slideBox{
	float:left;
	width:100%;
	height: 400px;
	border-radius: 5px;
	overflow: hidden;
}
.slideBox ul{
	width:100%;
	float: left;
}
.slideBox ul li{
	float: left;
	width:590px;
	height: 400px;
	position: relative;
}
.slideBox ul li img{
	width:100%;
	height: 400px;
}
.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;
  }
.section_box{
	width: 376px;
}
.course_box{
	display: flex;
	justify-content: space-between;
}
.course_item_all{
	display: flex;
	justify-content: space-between;
	width: 860px;
}
.newitem_box{
	width: 420px;
	background: #fff;
	border-radius: 5px;
}
.cou_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cou_tit h2{
	background: url(../img/tit_bg.png) no-repeat left top;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 70px 0 20px;
	border-top-left-radius: 5px;
}
.cou_tit a{
	color: #999;
	font-size: 14px;
	padding-right: 15px;
}
.lay_box{
	padding: 0 20px 20px 20px;
}
.dlbox2{
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	color: #808080;
}
.dlbox2 dd{
	color: #808080;
	cursor: pointer;
	padding: 0 15px 0 10px;
}
.dlbox2 dd.cnt2{
	color: #347a92;
	font-weight: bold;
}
.course_item2 ul li a span{
	color: #999;
	font-size: 14px;
}
.course_item2 ul li a p{
	width: 290px;
}
.cation_box{
	background: #fff;
}
.fuwu_item ul{
	display: flex;
	flex-wrap: wrap;
	width: 320px;
}
.fuwu_item ul li{
	display: flex;
	width: 160px;
	padding-top: 15px;
	flex-direction: column;
	align-items: center;
}
.fuwu_item ul li a{
	display: contents;
}
.fuwu_item ul li a img{
	margin-bottom: 10px;
	width:60px;
	height:60px;
}
.fuwu_item ul li p{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.img_item img{
	display: block;
}
/*咨询电话*/
.zx_item{
	padding:10px 20px;
}
.zx_item ul{
	width: 280px;
}
.zx_item ul li p{
	padding: 10px 0;
}
.phone_box{
	border: 1px solid #d0e9f1;
	padding: 10px;
}
.phone_box span{
	color: #333;
}


/*列表页*/
.cont{
	background: #f2f5f5;
}
.clme{
	padding:30px 0;
}
.dizhi{
	width:100%;
	color:#666;
	align-items: center;
	display: flex;
	font-size: 14px;
}
.dizhi img{
	margin-right: 7px;
	vertical-align: middle;
	margin-left: 16px;
}
.dizhi p a{
	color: #666;
}
.dizhi p a span{
	color:#333;
}
.listbox{
	background: #fff;
}
.tite{
	width:100%;
	height: 44px;
	display: flex;
	border-bottom: 1px solid #d6d6d6;
}
.tite h1{
	color:#4FA9B5;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	border-bottom: 2px solid #4FA9B5;
}
.listitem ul{
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-top: 20px;
}
.listitem ul li{
	width:100%;
	padding: 15px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d9d9d9;
}
.listitem ul li:last-child{
	border-bottom: none;
}
.listitem ul li a{
	color: #4c4c4c;
	display: contents;
}
.listitem ul li a i{
	background: #ddd;
	width: 4px;
	height: 4px;
}
.listitem ul li a p{
	color: #4c4c4c;
	width: 1030px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.listitem ul li:hover a p{
	color:#347a92;
}
.listitem ul li:hover a i{
	background: #347a92;
	width: 4px;
	height: 4px;
}
.listitem ul li span{
	color:#999;
}



/*详情页*/
.clme_item{
	display: flex;
	justify-content: space-between;
}
.cont_left{
	width: 230px;
	margin-right: 30px;
}
.cont_list{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.cont_list h1{
	font-size: 20px;
	color: #347a92;
	text-align: center;
	padding: 20px 0;
}
.cont_list ul{
}
.cont_list ul li{
	border-bottom: 1px solid #ddd;
}
.cont_list ul li a{
	padding: 15px 20px;
	font-size: 16px;
	display: block;
	color: #333;
	background: url(../img/right_img.png) no-repeat 200px center;
}
.cont_list ul li.act3 a.act{
	color: #fff;
	background:#347a92 url(../img/right_img2.png) no-repeat 200px center;
}
.cont_right{
	padding:20px 30px;
	flex: 1;
    background: #fff;
}
.contlink_box{
	color: #555555;
	padding-bottom: 10px;
}
.contlink_box a{
	font-size: 14px;
	color: #555555;
}
.h1_tit h1{
	width:100%;
	font-size:26px;
	color:#333333;
	text-align: center;
	font-weight: bold;
}
.mess_item{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mess_item dl{
	padding:15px 0;
	display: flex;
	align-items: center;
}
.mess_item dl img{
	margin-right: 5px;
}
.mess_item dl span{
	padding-right: 14px;
	text-align: center;
	font-size:14px;
	color:#999999;
}
.mess_item p{
	color: #666666;
	font-size: 14px;
}
.session{
	color: #555555;
	line-height: 36px;
	font-size:14px;
	width:100%;
	padding: 15px 0;
}
/*.session span{
	width:100%;
	display: inline-block;
	color:#333333;
	font-weight: bold;
}
*/


/*尾部gw*/
.footer {
	width: 100%;
	float: left;
	background: #13ACB7;
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
}
.footer_box{
	width:100%;
	padding:20px 0 40px 0;
}
.footer_box h1{
	color: #fff;
	font-size: 16px;
}
.sele_box{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.sele_box select{
	padding: 10px;
	width: 390px;
	background: #0EA0AB;
	color: #fff;
	outline: none;
	font-size: 14px;
	border: none;
}
.p_box{
	display: flex;
	justify-content: space-between;
}
.p_box p{
	font-size: 14px;
	color:#fff;
}
.p_box p a{
	color: #fff;
}




.courdis{
	display:none;
}
.courblo{
	display: block;
}



.dlbox{
	display: flex;
}
.dlbox dd{
	margin-right: 20px;
	color: #7b838b;
	cursor: pointer;
}
.dlbox dd.cnt{
	color: #4FA9B5;
	font-weight: bold;
	border-bottom: 2px solid #4FA9B5;
}

.cou_list b{
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	border-radius: 4px;
	background: #e2e5e7;
	color: #808080;
}
.cou_list b.b_bg{
	background: #13ACB7;
	color: #fff;
}
.cou_list h2{
	font-size: 16px;
	margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 490px;
}
.cou_list span{
	font-size: 14px;
	color: #999999;
	width: 490px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cou_box{
	background: #f0f6fc;
	padding: 20px 0;
	display: flex;
}

.all_cont{
	padding: 10px 0;
}

.jl_box{
	border-right: 1px solid #dcecfc;
	padding:0 30px;
}
.all_cou:last-child .jl_box{
	border: 0;
}
.jl_box ul{
	height: 230px;
}
.jl_box ul li{
	display: flex;
	width: 240px;
	cursor: pointer;
	align-items: center;
	padding: 10px 0;
	background: #fff;
	color: #333;
	border: 1px solid #dcecfc;
	padding: 12px;
	margin-bottom: 12px;
}
.jl_box ul li img{
	margin-right: 10px;
}
.jl_box dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jl_box dl dd{
	width: 195px;
	display: flex;
	cursor: pointer;
	padding: 20px;
	border: 1px solid #dcecfc;
	margin-bottom: 12px;
	align-items: center;
	background: #fff;
}
.jl_box dl dd img{
	margin-right: 15px;
}

.link_box{
	background: #fff;
}
.sobox{
	position: relative;
	padding: 30px 0;
}
.link_item{
	overflow: hidden;
	width: 1200px;
	height: 60px;
	position: relative;
}
.link_item ul{
	/*padding: 30px 0;*/
	position:absolute;
	left:0;
}
.link_item ul li{
	float: left;
	margin: 0 15px;
}
.link_item ul li a{
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;*/
}
.link_item ul li a img{
	width: 266px;
    height: 60px;
}
.slideleft{
	position: absolute;
	left:-46px;
	top:40px;
	cursor: pointer;
}
.slideright{
	position: absolute;
	right:-46px;
	top:40px;
	cursor: pointer;
}

















































































































