﻿.ny-ban {
	height: 350px;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 350px;
}

.loca {
	height: 60px;
	background: url(../images/loca.jpg) no-repeat center;
	margin-bottom: 60px;
}

.loca .box1 {
	background: url(../images/loca.png) no-repeat left;
	padding-left: 20px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.loca .box1 a {
	font-size: 14px;
	color: #25282A;
	line-height: 60px;
}

.loca .box1 span {
	font-family: 宋体;
	margin: 0 10px;
}

.loca .box2 dt {
	height: 30px;
	line-height: 30px;

	background: #006a8e;
	border: 1px solid #006a8e;
	box-sizing: border-box;
	margin-top: 15px;
	float: left;
	margin-left: 20px;
	padding: 0 15px;
	border-radius: 3px;
}

.loca .box2 dt a {
	color: #fff;
	font-size: 14px;
	display: block;
}

.loca .box2 dt:hover,
.loca .box2 dt.cur {
	background: #fff;
	border: 1px solid #f1f1f1;
}

.loca .box2 dt:hover a,
.loca .box2 dt.cur a {
	color: #25282A;
}

.contact .lx {
	width: 41%;
	border-top: 5px solid #eee;
}

.contact .lx h3 {
	font-size: 19px;
	color: #25282A;
	font-weight: bold;
	margin: 30px 0 40px;
}

.contact .lx li {
	height: 44px;
	line-height: 44px;
	padding-left: 54px;
	font-size: 16px;
	color: #25282A;
	margin-bottom: 20px;
}

.contact .lx li:nth-child(1) {
	background: url(../images/lx_ic1.png) no-repeat left;
}

.contact .lx li:nth-child(2) {
	background: url(../images/lx_ic2.png) no-repeat left;
}

.contact .lx li:nth-child(3) {
	background: url(../images/lx_ic3.png) no-repeat left;
}

.contact .lx li:nth-child(4) {
	background: url(../images/lx_ic4.png) no-repeat left;
}

.contact .ly {
	width: 54%;
	overflow: hidden;
}

.contact .ly .i_ly {
	width: 47.3%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	font-family: Calibri;
	padding-left: 2%;
	outline: none;
	border: none;
	background: #f2f2f2;
	margin-bottom: 10px;
}

.contact .ly .i_ly:nth-child(2n) {
	float: right;
}

.contact .ly .i_ly:nth-child(7) {
	width: 100%;
}

.contact .ly .i_wd {
	height: 100px;
	font-size: 14px;
	color: #999;
	font-family: Calibri;
	padding-left: 2%;
	outline: none;
	border: none;
	background: #f2f2f2;
	line-height: 30px;
	padding-top: 10px;
	width: 100%;
}

input.i_ly::-webkit-input-placeholder,
textarea.i_wd::-webkit-input-placeholder {
	color: #999;
}

.contact .ly .i_sub {
	width: 200px;
	height: 50px;
	background: #006a8e;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	outline: none;
	margin-top: 10px;
	cursor: pointer;
}

.contact .map {
	width: 100%;
	margin-top: 40px;
	border: 1px solid #f2f2f2;
}

.accordion .accordion-item {
	margin-bottom: 10px;
}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #eee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	outline: none;
	font-size: 18px;
	color: #25282A;
	font-weight: bold;
}

.accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #006a8e;
}

.accordion button:hover::after,
.accordion button:focus::after {
	cursor: pointer;
	color: #006a8e;
}

.accordion button .accordion-title {
	padding-left: 20px;
}

.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 40px;
}

.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 15px;
	height: 3px;
	background: currentColor;
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 3px;
	left: 11px;
	width: 3px;
	height: 15px;
	background: currentColor;
}

.accordion button[aria-expanded=true] {
	color: #006a8e;
}

.accordion button[aria-expanded=true] .icon::after {
	width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 100%;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity;
}

.accordion .accordion-content,
.accordion .accordion-content p {
	font-size: 16px !important;
	line-height: 36px !important;
	color: #25282A !important;
}

.accordion-c {
	padding: 30px 20px;
	font-size: 15px;
	color: #25282A;
	line-height: 28px;
}

.job1 h2 {
	font-size: 20px;
	color: #006a8e;
	font-weight: bold;
}

.job1 .des {
	font-size: 15px;
	color: #25282A;
	line-height: 28px;
	margin: 20px 0;
}

.about h2 {
	font-size: 20px;
	color: #006a8e;
	font-weight: bold;
	margin-bottom: 30px;
}

.about .des {
	font-size: 15px;
	color: #25282A;
	line-height: 28px;
	height: auto;
	overflow: hidden;
	text-align: justify;
}

.about .des p strong {
	color: #f68d2e;
}

.about .des p img {
	max-width: 100%;
}

.about .des .a0 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about .des .a1 {
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
}

.about .des .a2 {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}

.about .des .a2 img {
	max-width: 100%;
}

.about .des .a3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.about .des .a3 ul li {
	float: left;
}

.about .des .a3 li {
	width: 33%;
	height: auto;
	overflow: hidden;
	min-height: 230px;
}

.about .des .a3 li i {
	color: #f68d2e;
}



.about .pic {
	margin-top: 35px;
}

.about .pic .imgfd {
	width: 70%;
	height: 406px;
	overflow: hidden;
}

.about .pic .imgfd img {
	min-height: 406px;
}

.about .pic .num {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.boxt_title {
	background: #006a8e;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.about .pic .num li {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 27px;
	border: 1px solid #006a8e;
	box-sizing: border-box;
	border-right: 0;
}

.about .pic .num li:nth-child(5) {
	border-right: 1px solid #006a8e;
	box-sizing: border-box;
}



.about .pic .num li img {
	margin: 0 auto;
	display: block;
	padding-top: 34px;
}

.about .pic .num li p {
	font-size: 18px;
	color: #25282A;
	margin-top: 20px;
	display: block;
	font-weight: 600;
}

.about .pic .num li b {
	font-size: 24px;
	color: #006a8e;
	overflow: hidden;
}

.about .pic .num .box {
	padding: 30px 15px 0;
}

.list-xz .z_sx {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #25282A;
	background: #f5f5f5;
}

.list-xz .z_sx th:first-child {
	padding-left: 60px;
}

.list-xz .xz-flmc {
	border-bottom: 1px solid #ddd;
}

.list-xz .xz-flmc td {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.list-xz .xz-flmc a {
	display: block;
	font-size: 14px;
	color: #25282A;
}

.list-xz .xz-flmc td:last-child img {
	padding-left: 12px;
}

.list-xz .xz-flmc:hover a {
	color: #006a8e;
}

.list-xz .xz-flmc td:first-child {
	/* background: url(../images/xz-jt2.png) no-repeat 5%; */
	padding-left: 70px;
}

.list-vid {
	display: inline-block;
}

.list-vid li {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 10px;
}

.list-vid li:nth-child(3n) {
	margin-right: 0;
}

.list-vid li h2 {
	font-size: 16px;
	color: #006a8e;
	line-height: 1.2;
	font-weight: normal;
	margin: 15px 0;
}

.dig {
	text-align: center;
	margin-top: 10px;
	width: 100%;
}

.dig .box {
	display: inline-block;
}

.dig dt {
	width: 32px;
	height: 32px;
	background: #f2f2f2;
	line-height: 32px;
	text-align: center;
	float: left;
	margin: 0 4px;
}

.dig dt a {
	font-size: 15px;
	color: #777;
	display: block;
}

.dig dt:first-child,
.dig dt:last-child {
	font-family: 宋体;
}

.dig dt:hover {
	background: #006a8e;
}

.dig dt:hover a {
	color: #fff;
}

.list-new li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	/* max-height: 440px; */
}

.list-new li:nth-child(3n) {
	margin-right: 0;
}

.list-new li .imgfd {
	height: 180px;
	border: 1px solid #efefef;
}

.list-new li .txt {
	background: #f6f6f6;
	height: auto;
	overflow: hidden;
}

.list-new li .box {
	padding: 25px 15px;
}

.list-new li .txt h2 {
	font-size: 16px;
	color: #006a8e;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.list-new li .txt .des {
	font-size: 14px;
	color: #25282A;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin: 10px 0;
}

.list-new li .txt span {
	font-size: 14px;
	color: #999;
	background: url("../images/time.png") no-repeat left;
	height: 16px;
	line-height: 16px;
	padding-left: 24px;
}

.list-new li:hover .txt h2 {
	color: #006a8e;
}




.show-new .box-fl {
	width: 100%;
}

.show-new .box-fr {
	display: none;

	width: 22%;
	background: #006a8e;
	color: #fff;
}

.show-new .box-fr .pad {
	padding: 20px 15px 15px;
	display: inline-block;
	text-align: center;
}

.show-new .box-fr a {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-weight: normal;
}

.show-new .box-fr a:hover {
	text-decoration: underline;
}

.show-new .box-fr b {
	margin-bottom: 10px;
	display: block;
}

.show-new .box-fl h1 {
	font-size: 20px;
	color: #25282A;
}

.show-new .box-fl .info {
	margin: 20px 0;
	padding-bottom: 18px;
	border-bottom: 1px dashed #bbb;
	display: inline-block;
	width: 100%;
}

.show-new .box-fl .info span {
	float: left;
	margin-left: 25px;
	font-size: 14px;
	color: #999;
	height: 16px;
	line-height: 16px;
}

.show-new .box-fl .info span:first-child {
	background: url("../images/time.png") no-repeat left;
	margin-left: 0;
	padding-left: 24px;
}

.show-new .box-fl .des {
	font-size: 14px;
	color: #25282A;
	line-height: 28px;
}

.show-new .box-fl .des img {
	max-width: 100%;
	margin: 10px auto;
}


.show-video .box-fl {
	width: 100%;
}

.show-video .box-fr {
	width: 22%;
	background: #006a8e;
	color: #fff;
}

.show-video .box-fr .pad {
	padding: 20px 15px 15px;
	display: inline-block;
	text-align: center;
}

.show-video .box-fr a {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-weight: normal;
}

.show-video .box-fr a:hover {
	text-decoration: underline;
}

.show-video .box-fr b {
	margin-bottom: 10px;
	display: block;
}

.show-video .box-fl h1 {
	font-size: 20px;
	color: #25282A;
}

.show-video .box-fl .info {
	margin: 20px 0;
	padding-bottom: 18px;
	border-bottom: 1px dashed #bbb;
	display: inline-block;
	width: 100%;
}

.show-video .box-fl .info span {
	float: left;
	margin-left: 25px;
	font-size: 14px;
	color: #999;
	height: 16px;
	line-height: 16px;
}

.show-video .box-fl .info span:first-child {
	background: url("../images/time.png") no-repeat left;
	margin-left: 0;
	padding-left: 24px;
}

.show-video .box-fl .des {
	font-size: 14px;
	color: #25282A;
	line-height: 28px;
}

.show-video .box-fl .des img {
	max-width: 100%;
	margin: 10px auto;
}


.fan-y {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #f6f6f6;
	border-radius: 3px;
	font-size: 14px;
	color: #25282A;
	margin: 50px 0 60px;
}

.fan-y .box {
	padding: 0 20px;
}

.fan-y a {
	display: block;
	width: 46%;
	float: left;
	color: #25282A;
	height: 36px;
	overflow: hidden;
	background: url("../images/pre.png") no-repeat left;
	padding-left: 20px;
}

.fan-y a:nth-child(2) {
	text-align: right;
	background: url("../images/next.png") no-repeat right;
	padding-right: 20px;
	padding-left: 0;
}

.tit-tj {
	height: 20px;
	line-height: 20px;
	border-left: 5px solid #006a8e;
	padding-left: 8px;
	font-size: 20px;
	color: #25282A;
	font-weight: bold;
	margin-bottom: 30px;
}

.show-pro .box1 .txt {
	width: 66%
}

.show-pro .box1 .img {
	width: 33%
}

.show-pro .box1 .img img {
	max-width: 100%;
	float: right;
}

.show-pro .box1 h1 {
	font-size: 22px;
	color: #006a8e;
	line-height: 35px;
}

.show-pro .box1 h1 a {
	display: block;
	float: right;
	padding: 3px 15px;
	background: #006a8e;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 500;
}

.show-pro .box1 h1 a img {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.show-pro .box1 h2 {
	font-size: 16px;
	color: #f68d2e;
	font-weight: normal;
	margin: 20px 0 20px;
	line-height: 30px;
}

.show-pro .box1 h2 img {
	border: 0;
	display: flex;
	float: left;
	margin-right: 10px;
}

.show-pro .box1 .info1,
.show-pro .box1 .info2 {
	width: 100%;
	background: #006a8e;
	border-bottom-right-radius: 50px;
	/* min-height: 120px; */
}

.show-pro .box1 .info2 {
	background: #f68d2e;
	margin-top: 20px;
}

.show-pro .box1 .info1 p,
.show-pro .box1 .info2 p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	padding: 20px;
}

.show-pro .box2 .des {
	width: 48%;
	font-size: 14px;
	color: #25282A;
	line-height: 24px;
	margin-top: 40px;
}

.show-pro .box2 .des b {
	display: block;
	font-size: 16px;
	color: #006a8e;
	margin-bottom: 10px;
}

.show-pro .box2 p {
	font-size: 15px;
	color: #25282A;
	line-height: 24px;
}

.show-pro .box2 p strong {
	font-size: 16px;
	color: #006a8e;
}

.list-pro li .txt {
	width: 58%;
	/* margin-top: 30px; */
	margin: 10px 0px;
}

.list-pro li .img {
	width: 40%;
}

.list-pro li .img img {
	max-width: 100%;
}

.list-pro li .txt h2 {
	font-size: 36px;
	color: #006a8e;
	font-weight: normal;
}

.list-pro li .txt .rec {
	width: 35px;
	height: 3px;
	background: #006a8e;
	margin: 10px 0px;
	display: block;
}

.list-pro li .txt .des {
	font-size: 15px;
	line-height: 28px;
	color: #25282A;
	width: 100%;
}

.list-pro li .txt .more {
	display: block;
	width: 140px;
	height: 45px;
	border-radius: 500px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	background: #006a8e;
	margin-top: 10px;
}

.list-pro li .txt .more:hover {
	text-decoration: underline;
}

.list-pro li.sec {
	background: #006a8e;
	padding: 50px 0;
	margin: 30px 0px;
}

.list-pro li.sec .txt .more {
	color: #f68d2e;
	background: #fff;
}

.list-pro li.sec h2,
.list-pro li.sec .txt .des {
	color: #fff;
}

.list-pro li .nav-xj a {
	display: block;
	float: left;
	margin-right: 40px;
	line-height: 30px;
	font-size: 14px;
	color: #25282A;
	width: 100%;
}

.list-pro li .nav-xj a:hover {
	color: #006a8e;
}

.list-pro li:last-child .txt {
	margin-top: 0;
}

.list-pro li.thir {
	margin: 30px auto 70px;
}

.list-pro li.thir .txt {
	width: 34%
}

.list-pro li.thir .img {
	width: 56%;
}

.mod1 {
	margin-top: 60px;
}

.mod1 li {
	text-align: center;
	background-size: 100% auto;
	position: relative;
}

.mod1 .bot {
	position: relative;
}

.mod1 li img {
	width: 100%;
	max-height: 200px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.mod1 li:hover img {
	border: 1px solid #006a8e;
}

.mod1 .swiper-button-prev,
.mod1 .swiper-button-next {
	background: no-repeat;
	font-size: 18px;
	color: #fff;
	width: auto;
	height: auto;
	outline: none;
	right: -60px;
	top: 50%;
	/* z-index: -1; */
}

.mod1 .swiper-button-prev {
	left: -60px;
}

.mod1 .swiper-button-prev i,
.mod1 .swiper-button-next i {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-family: 宋体;
	border-radius: 500px;
	font-size: 16px;
}

.mod1 .swiper-button-prev i:hover,
.mod1 .swiper-button-next i:hover {
	background: #006a8e;
}

@media (max-width: 1200px) {
	.mod1 .swiper-button-next {
		right: 0px;
	}

	.mod1 .swiper-button-prev {
		left: 0px;
	}

	.list-pro li.thir .txt {
		width: 36%;
	}


	.show-pro .box2 p img {
		max-width: 100%;
	}
}



#sange {
	padding: 0px 15px;
}

#sange ul li {
	float: left;
}

#sange li {
	width: 33.333%;
	border: 1px solid #006a8e;
	box-sizing: border-box;
	border-top: 0;
	border-right: 0;
}

#sange li:last-child {
	border-right: 1px solid #006a8e;
}

#sange li p {
	font-size: 18px;
	color: #25282A;
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}

#sange li b {
	font-size: 18px;
	color: #006a8e;
	overflow: hidden;
}


.leadership {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.leadership ul li {
	float: left;
}

.leadership li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.leadership_main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.leadership_main .leadership_main_img {
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
}

.leadership_main .leadership_main_img img {
	width: 70%;
	display: block;
	margin: 0px auto;
}

.leadership_main .leadership_main_txt {
	width: calc(100% - 250px);
	height: auto;
	overflow: hidden;
}

.leadership_main .leadership_main_txt p {
	font-size: 15px;
	text-align: justify;
}

.leadership_main .leadership_main_txt p:nth-child(1) {
	font-size: 22px;
	color: #006a8e;
	line-height: 35px;
}

.leadership_main .leadership_main_txt p:nth-child(2) {
	font-size: 20px;
	color: #ed8b1d;
	line-height: 35px;
}


@media (max-width: 1000px) {

	.loca .box2,
	.show-new .box-fr {
		display: none;
	}

	.ny-ban {
		height: 250px;
		line-height: 250px;
		font-size: 30px;
	}

	.contact .lx,
	.contact .ly {
		width: 100%;
	}

	.contact .lx h3 {
		margin: 20px 0;
	}

	.loca {
		margin-bottom: 40px;
	}

	.about .pic .imgfd,
	.about .pic .num {
		width: 100%;
		height: auto;
	}

	.list-new li {
		width: 48%;
		margin-right: 0;
	}

	.list-new li:nth-child(2n) {
		float: right;
	}

	.show-new .box-fl {
		width: 100%;
	}

	.show-pro .box1 .info1 p,
	.show-pro .box1 .info2 p {
		padding: 20px;
	}

	.list-pro li .txt,
	.list-pro li .img,
	.list-pro li.thir .txt,
	.list-pro li.thir .img {
		width: 100%;
		margin: 20px 0;
	}

	.list-pro li .txt h2 {
		font-size: 26px;
	}




	.about .des .a0 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.about .des .a1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: right;
	}

	.about .des .a2 {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}

	.about .des .a2 img {
		max-width: 100%;
	}

	.about .des .a3 {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 50px;
	}

	.about .des .a3 ul li {
		float: left;
	}

	.about .des .a3 li {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}



	.boxt_title {
		background: #006a8e;
		width: 100%;
		height: auto;
		line-height: 35px;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}

	.about .pic .num li {
		width: 50%;
		float: left;
		text-align: center;
		padding-bottom: 27px;
		border: 1px solid #006a8e;
		box-sizing: border-box;
		border-right: 0;
		min-height: 260px;
	}

	.about .pic .num li:nth-child(3) {
		border-right: 1px solid #006a8e;
		box-sizing: border-box;
	}



	.about .pic .num li img {
		margin: 0 auto;
		display: block;
		padding-top: 34px;
	}

	.about .pic .num li p {
		font-size: 18px;
		color: #25282A;
		margin-top: 20px;
		display: block;
		font-weight: 600;
	}

	.about .pic .num li b {
		font-size: 24px;
		color: #006a8e;
		overflow: hidden;
	}

	.about .pic .num .box {
		padding: 30px 15px 0;
	}



	#sange {
		padding: 0px 15px;
	}

	#sange ul li {
		float: left;
	}

	#sange li {
		width: 100%;
		border: 1px solid #006a8e;
		box-sizing: border-box;
		border-top: 0;
		min-height: 100px;
	}

	#sange li:last-child {
		border-right: 1px solid #006a8e;
	}

	#sange li p {
		font-size: 18px;
		color: #25282A;
		margin-top: 20px;
		display: block;
		margin-bottom: 10px;
	}

	#sange li b {
		font-size: 18px;
		color: #006a8e;
		overflow: hidden;
	}

	.lishi img {
		width: 100%;
	}




	.leadership {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.leadership ul li {
		float: left;
	}

	.leadership li {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.leadership_main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.leadership_main .leadership_main_img {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.leadership_main .leadership_main_img img {
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.leadership_main .leadership_main_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.leadership_main .leadership_main_txt p {
		font-size: 16px;
	}

	.leadership_main .leadership_main_txt p:nth-child(1) {
		font-size: 22px;
		color: #006a8e;
		line-height: 35px;
	}

	.leadership_main .leadership_main_txt p:nth-child(2) {
		font-size: 20px;
		color: #ed8b1d;
		line-height: 35px;
	}


	video {
		width: 100%;
		height: auto;
	}

}

@media (max-width: 600px) {
	.loca {
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.contact .map {
		display: none;
	}

	.loca .box1 a {
		line-height: 50px;
	}

	.ny-ban {
		height: 180px;
		line-height: 180px;
		font-size: 24px;
	}

	.contact .lx h3 {
		font-size: 18px;
	}

	.contact .lx li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.contact .ly {
		margin-top: 20px;
	}

	.job1 h2,
	.about h2 {
		font-size: 18px;
	}

	.accordion button {
		font-size: 15px !important;
	}

	.job1 .des,
	.accordion-c {
		font-size: 14px;
	}

	.accordion-c {
		padding: 20px;
	}

	.about .des {
		font-size: 14px;
	}

	.about h2 {
		margin-bottom: 15px;
	}

	.about .pic .imgfd img {
		min-height: auto;
	}

	.list-xz .z_sx th:first-child {
		padding-left: 5%;
	}

	.list-xz .xz-flmc td:first-child {
		background: none;
	}

	.list-xz .none,
	.xz-flmc td:first-child,
	.xz-flmc td:nth-child(3) {
		display: none !important;
	}

	.xz-flmc td:nth-child(2),
	.list-xz .z_sx th:nth-child(2) {
		padding-left: 20px;
	}

	.list-xz .xz-flmc td {
		height: 50px;
		line-height: 50px;
	}

	.list-vid li {
		width: 48%;
		margin-right: 0;
	}

	.list-vid li:nth-child(2n) {
		float: right;
	}

	.list-vid li h2 {
		font-size: 14px;
		line-height: 40px;
	}

	.list-new li,
	.show-pro .box1 .txt,
	.show-pro .box1 .img,
	.show-pro .box2 .des {
		width: 100%;
	}

	.fan-y a {
		width: 43%;
	}

	.show-new .box-fl h1,
	.tit-tj,
	.show-pro .box1 h1 {
		font-size: 18px;
	}

	.show-new .box-fl .info {
		margin: 15px 0;
		padding-bottom: 14px;
	}

	.list-pro li .txt h2 {
		font-size: 20px;
	}

	.list-pro li .txt .rec {
		margin: 10px 0 20px;
	}

	.list-pro li.sec {
		padding: 30px 0
	}

	.mod1 {
		margin-top: 0;
	}

	.list-pro li.thir {
		margin-bottom: 30px;
	}



	video {
		width: 100%;
		height: auto;
	}


}