﻿* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	min-width: 1366px;
	font-size: 14px;
	background-color: #F2FCFD;
font-family:Source Han Sans;
}

img {
	/* display: block; */
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #039DB0;
}

ul,
li {
	list-style: none;
}

.main {
	width: 1200px;
	margin: 0px auto;
}

.nav_main {
	width: 1366px;
	margin: 0px auto;
}

.ov {
	overflow: hidden;
}

.pr {
	position: relative;
}

.mt30 {
	margin-top: 30px;
}

.head {
	background-color: #4FBCC9;
	padding: 60px 0px;
}

.head_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_box {
	border: 1px solid #fff;
	width: 255px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_box>.search_input {
	background-color: rgba(255, 255, 255, 0);
	border: 0px;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	outline: none;
	text-indent: 20px;
}

.search_box>.search_btn {
	margin-right: 15px;
}

.search_box>.search_input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: white;
}

.search_box>.search_input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: white;
}

.search_box>.search_input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: white;
}

.search_box>.search_input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: white;
}

.nav_box {
	background-color: #039DB0;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	position: relative;
}

.nav li {
	text-align: center;
	display: block;
	flex: 1;
	height: 50px;
	box-sizing: border-box;
	padding: 15px 0px;
	position: relative;
	z-index: 2;
}

.nav li>a {
	font-weight: 500;
}

.nav li>a:hover {
	color: #B5F9F2;
}

.nav li .sub_nav {
	position: absolute;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.7);
	top: 50px;
	display: none;
	margin-left:-50%;
}

.nav li .sub_nav a {
	line-height: 40px;
	height: 40px;
	border: 0px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0px 5px;
}

.nav li .sub_nav a:hover {
	background-color: #4FBCC9;
}

.nav li a {
	color: #fff;

	display: block;
}

.jzzn_title {
	float: left;
	background-color: #039DB0;
	width: 52px;
	height: 120px;

	color: white;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}

.jzzn_list li {
	width: 164px;
	height: 130px;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F0F0F0;
	flex-flow: column;

}

.jzzn_list li>a {
	display: block;
	margin: 0px auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}
.banner_box{
	height:490px;
}
.jzzn_list li>a>img {
	position: relative;
}

.jzzn_list li:hover img {
	top: -123px
}

.jzzn_list li:hover {
	background-color: #4FBCC9;
}

.jzzn_list li:hover a {
	color: #fff;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}

.swiper_box {
	width: 380px;
}

.newsswiper .swiper_title {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	height: 40px;
	box-sizing: border-box;
	padding: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}

/* 轮播 */
#banner_video {
	width: 380px;
	height: 280px;
	position: relative;
	overflow: hidden;
}

#banner_video ul {
	position: absolute;
	left: 0;
}

#banner_video ul li {
	float: left;
}

#banner_video ul li img {
	position: relative;
	left: 0;
	width: 400px;
	height: 280px;
}

#btn_video {
	position: absolute;
	right: 10px;
	bottom: 8px;
	height: 24px;
}

#btn_video a {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: white;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	font-family: "Arial";
}

#btn_video a.myactive {
	background: #039DB0;
	color: white;
}

#btn_video a:hover {
	background: #039DB0;
	color: white;
}

#txtBlock_video {
	height: 40px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;

}

#txtBlock_video a {
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 305px;
	height: 40px;
	line-height: 40px;
	display: none;
	margin-left: 10px;

}

.yydt_box {
	width: 380px;
}

.index_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.index_title span {
	color: #039DB0;
	font-size: 22px;
	display: block;
	float: left;
	margin-left: 10px;
}

.index_title .title_img {
	float: left;
	margin-top: 5px;
}

.index_title .more_img {
	float: right;
	margin-top: 5px;
}

.rect_newsList li {
	height: 60px;
	margin-top: 21px;
}

.rect_newsList li .l_Txt {
	width: 60px;
	height: 60px;
	background: #039DB0;
	float: left;

}

.rect_newsList li .l_Txt .topDiv {
	height: 50%;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid white;
	line-height: 30px;
	color: white;
	font-weight: bold;
}

.rect_newsList li .l_Txt .bottomDiv {
	height: 50%;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid white;
	line-height: 30px;
	color: white;
}

.rect_newsList li .rightTxt {
	height: 60px;
	line-height: 60px;
	color: #666;
	margin-left: 10px;
	float: left;
	width: 295px;
}

.rect_newsList li .rightTxt a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 295px;
	display: block;
}

.zj_swiper {
	margin-top: 30px;
}

.zj_swiper img {
	width: 216px;
	height: 240px;
	object-fit: cover;
}

.button_prev {
	margin-right: 10px;

}

.button_prev,
.button_next {
	float: right;
	border-radius: 10px;
}

.button_prev:hover {
	background-color: #96f4fe;
}

.button_next:hover {
	background-color: #96f4fe;
}

.zj_swiper a {
	display: block;
	background-color: #F0F0F0;
	padding-bottom: 5px;
}

.zj_swiper a p {
	font-size: 22px;
	margin: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #039DB0;
}

.zj_swiper a span {
	color: #666;
	font-size: 16px;
	display: block;
	margin: 20px;
	margin-bottom: 10px;
}

.ksjs .l_con {
	height: 220px;
	width: 778px;
	float: left;

}

.ksjs .r_con {
	height: 220px;
	width: 380px;
	height: 220px;
	float: right;
}

.ksjs .l_con .ks {
	margin-top: 20px;
}

.ksjs .l_con .ks li {
	width: 129px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.ksjs .l_con .ks li a {
	color: #666;
}

.newsList {
	margin-top: 12px;
	min-height: 160px;
}

.newsList li {
	height: 30px;
	line-height: 30px;
}

.newsList li a {
	color: #666;
	float: left;

}

.newsList li span {
	float: right;
	color: #666;
}

.ywgk_box {
	width: 380px;
}

.zdzk_list li {
	width: 180px;
	height: 60px;
	line-height: 60px;
	float: left;
	background-color: #039DB0;
	margin-top: 20px;
}

.zdzk_list li:hover {
	background-color: #028f9e;
}

.zdzk_list li:nth-child(2n) {
	float: right;
}

.zdzk_list li a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.bmfw_list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	gap:15px
}

.bmfw_list li {

	margin-top: 20px;
	text-align: center;
}

.bmfw_list li .border {
	border: 1px solid #039DB0;
	display: block;
	width: 113px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bmfw_list li .border:hover {
	background-color: #fff;
}

.bmfw_list li p {
	font-size: 16px;
	margin-top: 10px;
}

.gsxx_box {
	width: 585px;
}

.ldgh_box {
	width: 278px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	background-color: #039DB0;
}

.ldgh_box:hover {
	background-color: #028f9e;
}

.ldgh_box a {
	color: #fff;
	display: block;
}

.frlink_select {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 240px;
	margin-left: 32px;
}
.linkList .title{
	float:left;font-size:22px;color:#039DB0;
}
footer{
	background-color: #039DB0;
}
footer p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px;
}
footer p img{
	display: inline;
	vertical-align: middle;
}
.speedlink{
	background-color: #fff;
	display: flex;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	align-items: center;
}
.speedlink img{
	margin-right: 10px;
}
.left_class{
	width: 220px;
}
.left_class .classname{
	background: url('../images/class_bg.png')center center no-repeat;
	background-size: 100%;
	height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
}
.left_class .class_list{
	background-color: #fff;
	border: 1px solid #f4f4f4;
	padding: 10px;
	box-sizing: border-box;
}
.left_class .class_list a{
	display: block;
	color: #666;
	padding: 10px;
	text-align: center;
	border: 1px solid #f4f4f4;
	margin-top: 10px;
}
.left_class .class_list a:hover{
	border-color: #039DB0;
}
.left_class .class_list a.act{
	border-color: #039DB0;
}

.right_content{
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #f4f4f4;
	width: 960px;
}
.content_list li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
}
.content_list li img{
	margin-right: 10px;
}
.content_list li span{
	margin-left: auto;
	color: #666
}
.pagination{
	display: flex;
	justify-content: center;
	margin: 40px 0px;
	font-size: 14px;
}


.page-link {
  position: relative;
  display: block;
  padding: 7px 10px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:hover{
	background-color: #F2F6FA;
}
.page-link.active{
	background-color: #F2F6FA;
	color: #039DB0;
}
.img_content_list{
	overflow: hidden
}
.img_content_list li{
	border: 1px solid #f4f4f4;
	padding: 10px;
	float: left;
	width: 299px;
	margin: 10px;
	box-sizing: border-box;
}
.img_content_list li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.img_content_list li:hover{
	border-color: #039DB0;
}
.news_content{
	padding: 15px;
}
.news_content img{
	max-width: 100%;
}
.news_content>.news_title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.news_content>.news_small_title{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.contact_box{
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #f4f4f4;
}
.contact_box p{
	margin: 10px 0px;
}
.form_box{
	padding: 30px;
}
.form_item{
	padding: 20px;
	display: flex;
	align-items: center;
}
.form_item input[type="text"]{
	width: 400px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	height: 30px;
	line-height: 30px;
	outline: none;
}
.form_item span{
	display: inline-block;
	width: 100px;
	color: #666
}
.form_item textarea{
	width: 400px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	outline: none;
	line-height: 30px;
}
.form_item >.sm_input{
	width: 100px !important;
}
.yzCode{
	display: flex;
	margin-left: 10px;
}
.form_item .msg_submit{
	width: 100px;
	height: 40px;
	border: 0px;
	background-color: #039DB0;
	color: #fff;
	outline: none;
}