.header .th{
	background: url(/ylxkb/images/thbg.jpg) no-repeat center/cover;
}
.header .th .wrap{
	height: 120px;display: flex;justify-content: space-between;
	align-items: center;
}
.logo a{
	display: flex;
	align-items: center;
	gap:15px;
}
.logo img{
	height: 54px;display: block;
}
.logo .txt h3{
	font-size: 32px;color: #fff;line-height: 1.4;margin-right:50px;
}
.logo .txt h4{
	font-size: 28px;color: #fff;line-height: 1.4;
}
.logo .txt p{
	font-size: 16px;display: flex;justify-content: space-between;
	align-items: center;color: #fff;
}
.logo .txt p i{
	width: 24px;height: 1px;
	background: #fff;opacity: 0.66;
	display: block;
}
.search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius:40px ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding:2px ;
	width: 325px;
	overflow: hidden;
}
.search .txt{
	flex: 1;padding-left: 12px;
	font-size: 14px;color: #333;
	border: none;height: 36px;
}
.search .btn{
	width: 64px;height: 36px;
	background: url(/ylxkb/images/qw1.png) no-repeat center/20px auto #58a6d4;border-radius: 50px;
	border: none;cursor: pointer;
}
.wrap{
	width: 1280px;
	margin: 0 auto;
}
.naver{
	background: #308dc4;
}
.naver ul{
	display: flex;
	justify-content: space-between;
}
.naver li{
	flex: 1;position: relative;
}
.naver li h3 a{
	font-size: 18px;line-height: 55px;display: block;text-align: center;color: #fff;
}
.naver li dl{
	position: absolute;z-index: 1000;background: #308dc4;
	left: 50%;transform:translateX(-50%);white-space: nowrap;
	display: none;
}
.naver li h3 a:hover,
.naver li.on h3 a{
	background: #0e7ec0;
}
.naver li dd a{
	padding: 0 20px;min-width: 120px;
	text-align: center;display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;color: #fff;
	line-height: 46px;border-bottom: 1px solid rgba(255,255,255,0.1);
}
.banner{
	height: 600px;position:relative;
	overflow: hidden;
}
#banner{height:300px;}
.spans{
	position: absolute;
	left: 0;right: 0;bottom: 30px;z-index: 112;
	text-align: center;
}
.spans span{
	width: 10px;height: 10px;border-radius: 50%;
	background: #fff;margin: 0 10px !important;
	opacity: 0.3;
}
.spans span.swiper-pagination-bullet-active{
	opacity: 1;
}
.hsection{
	padding:60px 0;
}
.hsection .wrap{
	display: flex;
	justify-content: space-between;
}
.hsection .picswiper{
	overflow: hidden;
	width:calc((100% - 36px)/2) ;position: relative;border-radius: 5px;
}
.hsection .picswiper .ovs{
	overflow: hidden;height: 405px;position: relative;
}
.hsection .picswiper .ovs img{
	width: 100%;height: 100%;display: block;object-fit: cover;
}
.hsection .picswiper p{
	font-size: 18px;color: #ffffff;line-height: 1.6;
	padding: 50px 20px 20px;background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
	position: absolute;
	left: 0;right: 0;bottom: 0;
}
.hsection .picswiper .spans{
	position: absolute;right: 15px;bottom: 25px;z-index: 11;left: auto;
	width: auto;
}
.hsection .picswiper .spans span{
	margin: 0 5px !important;
}
.hsection .hnews{
	width:calc((100% - 36px)/2) ;
}
.htit{
	display: flex;
	justify-content: space-between;align-items: center;
	position: relative;margin-bottom: 20px;
}
.htit span{
	flex: 1;
	height: 1px;
	background: #a5cfe8;
}
.htit span.on{
	flex: inherit;width: 10px;
}
.htit h3{
	display: flex;
	align-items: center;
	font-size: 24px;color: #363636;font-weight: bold;
	padding-right: 10px;position: relative;
	z-index: 2;
}
.htit h3 img{
	display: block;width: 23px;display: block;margin-right: 8px;
}
.htit h3 i{
	color: #58a6d4;
}
.hmore{
	font-size: 14px;color: #58a6d4;display: inline-block;
	line-height: 2;padding: 0 5px;position: relative;
	z-index: 2;margin-right: 10px;
}
.hnelist dt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 10px;border-radius: 4px;
	/* background: #58a6d4; */
}
.hnelist dt .icon{
	width: 140px;height: 96px;overflow: hidden;
	border-radius: 5px;
}
.hnelist dt .icon img{
	width: 100%;height: 100%;display: block;object-fit: cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hnelist dt a:hover{
	background: #58a6d4;
}
.hnelist dt a:hover .icon img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.hnelist .text{
	flex: 1;padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
} 
.hnelist .text h4{
	font-size: 16px;color: #333;line-height: 1.6;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hnelist .text p{
	font-size: 14px;color: #333;opacity: 0.5;margin: 10px 0 20px;word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hnelist .text .htime{
	color: #777;background: url(/ylxkb/images/qw7-1.png) no-repeat left center/13px auto;
	opacity: 0.5;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hnelist dt a:hover .text .htime{
	background: url(/ylxkb/images/qw7.png) no-repeat left center/13px auto;
	color: #fff;
}
.hnelist dt a:hover .text p,
.hnelist dt a:hover .text h4{
	color: #fff;
}


.htime{
	padding-left: 18px;
	background: url(/ylxkb/images/qw7.png) no-repeat left center/13px auto;
	font-size: 14px;color: rgba(255,255,255,0.5);
}
.hnelist dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hnelist dd p{
	padding-left: 10px;
	background: url(/ylxkb/images/tico1.png) no-repeat left center/4px auto;
	font-size: 16px;color: #363636;
}
.hnelist dd{
	margin-top: 25px;
}
.hnelist dd i{
	font-size:15px ;color: #999999;
}

.hsection2{
	padding: 80px 0;
}
.hsection2 .wrap{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.hsection2 .video{
	width: calc((100% - 36px)/2);border-radius: 5px;
	overflow: hidden;
}
.hsection2 .video video{
	width: 100%;display: block;object-fit: cover;
}
.hsection2 .text{
	width: calc((100% - 36px)/2);
} 
.htit.wh{
	color: #fff;
}
.htit.wh::before{
	display: none;
}
.htit.wh h3{
	background: none;color: #fff;
}
.hsection2 .txt p{
	font-size: 16px;color: #ffffff;line-height:2;
	margin: 15px 0;
}
a.tbtn{
	width: 140px;line-height: 38px;border: 1px solid #fff;
	text-align: center;text-align: center;font-size: 14px;color: #ffffff;
	display: block;margin-top: 25px;
}

.hteam{
	padding: 80px 0;
}
.hteam .porc{
	position: relative;
}
.hteam .porc .prev,
.hteam .porc .next{
	position: absolute;
	left: 0;width: 20px;height: 34px;top: 50%;
	background: url(/ylxkb/images/prev.png) no-repeat center/contain;
	cursor: pointer;z-index: 11;margin: -17px -60px 0;
}
.hteam .porc .prev:hover, .hteam .porc .next:hover{
	background: url(/ylxkb/images/prev1.png) no-repeat center/contain;
}
.hteam .porc .next{
	left: auto;right: 0;
	transform: rotate(180deg);
}
.teamlist{
	overflow: hidden;
	padding-top: 10px;
}
.teamlist .icon{
	width: 190px;height: 245px;border-radius: 6px;overflow: hidden;
}
.teamlist .icon img{
	width: 100%;height: 100%;display: block;object-fit: cover;
}
.teamlist .text h4{
	font-size: 16px;color: #363636;
	line-height: 44px;word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px solid #58a6d4;
}
.teamlist .text dd{
	font-size: 14px;color: #666666;line-height: 26px;
	padding-left:10px ;background: url(/ylxkb/images/qw14.png) no-repeat left center/5px auto;
}
.teamlist li{
	position: relative;
	top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.teamlist li:hover{
	top: -8px;
}
.hfuwu{
	padding-bottom: 80px;
}

.piclist{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.piclist ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.piclist ul li{
	flex: 1;
}
.piclist ul li a{
	display: block;
	height: 100%;
	width: 100%;overflow: hidden;border-radius: 6px;
	position: relative;
}
.piclist ul li a p{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;z-index: 11;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
	padding: 2.5rem 1rem 0.5rem;
	font-size: 0.78rem;
	color: #fff;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.piclist ul li img{
	width: 100%;display: block;height: 100%;
	object-fit: cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.piclist ul li a:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}

.footer{
	background: url(/ylxkb/images/qw29.jpg) no-repeat center/cover;
	padding: 60px 0 40px;
}
.footer .th{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fnav ul{
	display: flex;
} 
.fnav ul li a{
	font-size: 14px;
	color: #ffffff;
}
.fnav ul li{
	margin-left: 26px;
}
.footer .logo .txt h4{
	font-size: 22px;
}
.footer .logo .txt p{
	font-size:12px ;
}
.footer .tb{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.footer .tb .txt p{
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 2;
}
.footer .tb .lsele{
	width: 264px;height: 40px;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;border-radius: 4px;
	box-sizing: border-box;background-color: transparent;outline: 0;
	-webkit-appearance: none;
	background: url(/ylxkb/images/qw30.png) no-repeat right 15px center/10px auto;
}
.footer .tb .lsele option{
	color: #fff;background: #58a6d4;
}

.copyright{
	text-align: center;
	margin-top: 65px;
}
.copyright a{
	font-size:14px ;
	color: #ffffff;
	display: inline-block;
	opacity: 0.6;line-height: 2;
}
.copyright a:hover{
	opacity: 1;
}

.hmore:hover{
	font-weight: bold;
}
.hnelist dd a:hover p{
	color: #58a6d4;
}

a.tbtn:hover{
	background: #fff;color: #58a6d4;
}
.naver li dd a:hover{
	background: #0e7ec0;
}
.search .btn:hover{
	background-color: #0e7ec0;
}
.hsection .picswiper .ovs img,
.search .btn{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.hsection .picswiper a:hover .ovs img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}



.banner .picnum{
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 22;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);
}
.banner .picnum dl{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -100px;
}
.banner .picnum dd{
	width: 230px;height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: url(/ylxkb/images/qw3-1.png) no-repeat center/contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 45px 15px;
	margin: 20px 20px;
}
.banner .picnum h4{
	font-size: 20px;
	color: #e9d094;
	line-height: 1;
	display: flex;
	align-items: flex-end;
}
.banner .picnum h4 i{
	font-size: 55px;line-height: 1.2;
	margin-bottom: -10px;
	font-weight: bold;
}
.banner .picnum p{
	font-size:18px ;
	color: #fff;
	line-height: 1.2;
	margin-top: 15px;
}

#Sidebar {
  margin-right: 4.0833333333333335rem;
  width: 18rem;
  display: flex;
  flex-direction: column;
}
.tit_title {
  background:#0e5ec0;
  height: 80px;
  color: #fff;
  display: table;
}
.tit_title h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;font-weight:700;}
.nav_left {
  padding:0;
  background:#fff;
}
.nav_left ul li {
  font-size: 1.125rem;
  position: relative; 
  margin-top:5px;
  text-align:center;
}
.nav_left ul li > a {
  color: #333333;
  display: block;
  transition: 0.36s;
	text-align:center;
  border:1px solid #eee;
}
.nav_left ul .hover > a {
  color: #fff;
  background:#308dc4;
}
.nav_left ul li > a:hover{
	background:#308dc4;
	color:#fff;
    padding-left:1rem;box-shadow:3px 3px 3px rgba(0,0,0,.2);
}
.nav_left ul li a i {
	line-height:3.5rem;
	font-size:16px;
	display:block;
}
#Mainbody {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#Mainbody .zxlist li {border-bottom:dotted 1px #ddd;}
#position {line-height:1.5rem;text-align:right;font-size:1rem;color:#999;}
#position a {color:#58a6d4;}
.content {padding:30px 10px;font-size:16px;}
.content p {margin:10px 0; text-indent:2em;width:100%;text-align:justify;text-align-last:left; }
.title {text-align:center;border-bottom:1px dotted #ccc;}
.title h3 {font-size:24px;line-height:60px; font-weight:400;}
.tit_attr {margin-bottom:5px;font-size:14px;color:#666;}
.pageChanger {margin-top:3rem;}
.xslist {margin:0 2rem;}
.xslist li {border-bottom:dotted 1px #999;line-height:4rem;}
.xslist li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xslist li p{
	padding-left: 10px;
	background: url(/ylxkb/images/tico1.png) no-repeat left center/4px auto;
	font-size: 16px;color: #363636;
	transition:all 0.3s;
}
.xslist li a:hover p {color:#58a6d4;padding-left:15px;}
.xslist li i{
	font-size:16px ;color: #999999;
}