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_bg.png) no-repeat center 0 #83b5e3;
}
.header_logo{
	width:1200px;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:15px;
}
.search{
	float: right;
	width:240px;
	border: 1px solid #ddd;
	height:38px;
	background: #fff;
	margin-top:46px;
	overflow: hidden;
}
.txt{
	width:180px;
	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 10px;
	color: #fff;
	height:38px;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
}
.search img{
	margin-top:10px;
	float:left;
	cursor: pointer;
}

/*gw 导航*/
.nav_box{
	width:100%;
	background: #005DBC;
}
.nav_action{
	width:1200px;
	margin: 0 auto;
}
.nav_action_one ul{
	display: flex;
}
.nav_action_one ul li{
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.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: #68A6E5;
}

.nav_action_one ul li .active{
	background: #68A6E5;
}


/*内容*/
.box_main{
	width:1200px;
	margin: 0 auto;
}
.banner{
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}
.new_box{
	width: 580px;
}
.tit{
	width:100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d6d6d6;
}
.tit h1{
	color:#005DBC;
	font-size: 18px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #005DBC;
}
.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{
	/*display: flex;*/
}
.course_item ul{
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	overflow: auto;
}
.course_item ul li{
	padding-top:28px;
}
.course_item ul li a{
	display: flex;
	align-items: center;
	color: #4c4c4c;
	justify-content: space-between;
}
.course_item ul li a i{
	background: #ddd;
	width: 4px;
	height: 4px;
}
.course_item ul li:hover a i{
	background: #005DBC;
	width: 4px;
	height: 4px;
}
.course_item ul li:hover a p{
	color: #005DBC;
}
.course_item ul li a p{
	font-size: 16px;
	color: #4c4c4c;
	width: 460px;
	padding: 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_item ul li a span{
	font-size: 14px;
	color: #999999;
}
.course_item ul li a img{
	width: 158px;
}
.tw_box a{
	display: flex;
	padding: 30px 10px 0 10px;
	justify-content: space-between;
}
.tw_box a img{
	width: 158px;
}
.tw_box a dd{
	display: flex;
	flex-direction: column;
	width: 380px;
	height: 89px;
	justify-content: space-between;
}
.tw_box a dd label{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #4c4c4c;
}
.tw_box a dd span{
    color: #999;
    font-size: 14px;
}
.section{
}
.example{
	position: relative;
    width: 580px;
    height:400px;
    float:left;
    }
.slideBox{
	float:left;
	width:100%;
	height: 400px;
	overflow: hidden;
}
.slideBox ul{
	width:100%;
	float: left;
}
.slideBox ul li{
	float: left;
	width:580px;
	height: 400px;
	position: relative;
}
.slideBox ul li img{
	width:100%;
	height: 400px;
}
.te1{
      position:absolute;
      left:0;
      bottom:0;
      height: 36px;
      line-height: 36px;
      background-color:#000;
      background: rgba(0, 0, 0, 0.5);
      color:#fff;
      width:100%;
}
.te1 p{
	opacity:1;
	width:80%;
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.num_slide{
	position: absolute;
	right: 4px;
	bottom: 12px;
}
.num_slide ul{
	float: left;
	}
.num_slide ul li{
	display: inline-block;
	font-size:0;
	width: 12px;
	height: 12px;
	background:rgba(255,255,255,0.5);
	margin: 0 4px;
	border-radius: 6px;
	cursor: pointer;
}
.num_slide ul li.current{
	background:rgba(255,255,255,0.9);
	width: 24px;;
}
.section_box{
	width: 376px;
}



.cation_box{
	padding: 40px  0 0 0;
}
.fuwu_item ul{
	display: flex;
	justify-content: space-around;
}
.fuwu_item ul li{
	border-bottom: 3px solid #2C8ECF;
	width: 220px;
	display: flex;
	align-items: center;
}
.fuwu_item ul li a{
	display: flex;
	border: 1px solid #ddd;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background: linear-gradient(180deg,#fff,rgba(44, 142, 207, 0.1));
	height: 146px;
	justify-content: center;
}
.fuwu_item ul li:hover a{
	border: 1px solid #2C8ECF;
}
.fuwu_item ul li p{
	font-size: 16px;
	color: #333;
}

.new_box2{
	width: 796px;
}
.bd{
	
}
.pic-scroll{
	width: 370px;
	padding-right: 20px;
	height: 240px;
	overflow: hidden;
	margin-top: 20px;
}
.pic-scroll ul li{
	position: relative;
	width: 160px;
	height: 100px;
	float: left;
	padding:10px;
}
.pic-scroll ul li img{
	width: 160px;
	height: 100px;
	cursor: pointer;
	display: block;
}
.te2{
      position:absolute;
      left:10px;
      bottom:10px;
      height: 30px;
      line-height: 30px;
      background-color:#000;
      background: rgba(0, 0, 0, 0.5);
      color:#fff;
      width:160px;
}
.te2 p{
	opacity:1;
	width:90%;
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_box3{
	width: 364px;
}







/*gw 尾部*/
.footer{
	width:100%;
	background:#2C8ECF;
	margin-top: 30px;
}
.footer-drugs{
	width:1200px;
	margin:0 auto;
}
.footer_box{
	width:100%;
	padding: 21px 0;
}
.footer_box p{
	line-height: 30px;
	width:100%;
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.footer_box p a{
	color: #fff;
}


.courdis{
	display:none;
}
.courblo{
	display: block;
}







































































































































