﻿@charset "UTF-8";
/* css reset */



/* @font-face {
	font-family: "PingFang-ExtraLight-2";
	src: url("../fonts/PingFang-ExtraLight-2.woff2") format("woff2"),
		url("../fonts/PingFang-ExtraLight-2.woff") format("woff"),
		url("../fonts/PingFang-ExtraLight-2.ttf") format("truetype"),
		url("../fonts/PingFang-ExtraLight-2.eot") format("embedded-opentype"),
		url("../fonts/PingFang-ExtraLight-2.svg") format("svg");
}
*/
@font-face {
	font-family: "苹方字体";
	src: url("../fonts/苹方字体.woff2") format("woff2"),
		url("../fonts/苹方字体.woff") format("woff"),
		url("../fonts/苹方字体.ttf") format("truetype"),
		url("../fonts/苹方字体.eot") format("embedded-opentype"),
		url("../fonts/苹方字体.svg") format("svg");
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.otf") format("woff2"),
		url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),

}

@font-face {
	font-family: "DINPRO";
	src:
		url("../fonts/DINPro-Light.woff") format("woff"),
		url("../fonts/DINPro-Light.ttf") format("truetype"),
		url("../fonts/DINPro-Light.eot") format("embedded-opentype"),
		url("../fonts/DINPro-Light.svg") format("svg"),
}


body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
	display: inline-block;
}

icon {
	display: inline-block;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	display: inline-block;
	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue";
}

/* body{font-family:"Aileron-Regular","Source Sans Pro",SourceHanSansCN,"Source Han Sans CN",Helvetica,"Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:1em;color:#333;margin:0 auto;width:100%;max-width: 1920px;background:#FFF;}
 */
html {
	font-size: 16px;
}

body {
	font-family: "微软雅黑", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
	/* 	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
 */
	font-weight: 300;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(210, 210, 210, 0.48);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.menu {
	display: none;
	float: right;
	margin-top: 31px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #ed6d01;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wrap {
	width: 1470px;
	margin: auto;
	max-width: 94%;
}

.header-wrap {
	box-sizing: border-box;
	padding: 0 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

}


/* header */
#header {
	height: 95px;
	line-height: 95px;
	/* background: #FFFFFF; */
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 9999;
	transition: 0.4s;
}

.header-logo {
	float: left;
	width: 21%;
}

.header-logo .img2 {
	display: none;
}

#header.on .header-logo .img1 {
	display: none;
}

#header.on .header-logo .img2 {
	display: inline-block;
}

.lang {
	float: right;
	margin-left: auto;
}

.lang a {
	background: url(../images/lang_06.png) center left no-repeat;
	padding-left: 30px;
	font-weight: bolder;
	color: #FFFFFF;
}

.header-nav {
	float: right;
	margin: auto;
}

.header-ul-list>li {
	float: left;
}

.header-ul-list>li>a {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 15px;
}

#header.on {
	background: #FFFFFF;
	transition: 0.4s;
	box-shadow: 0 0 8px #CCCCCC;
}

#header.on a {
	color: #000000 !important;
	transition: 0.4s;
}

.header-ul-list>li>a:hover {
	color: #ed6d01 !important;
}

#header.on .header-ul-list>li>a:hover {
	color: #ed6d01 !important;
}

/* index */
.padd-80 {
	padding: 60px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-banner {
	/* margin-top: 95px; */
}

.banner-text {
	position: absolute;
	left: 0;
	right: 0;
	/* margin: auto; */
	top: 40%;
	width: 0;
	overflow: hidden;
	opacity: 0;
	text-align: center;
}

.index-banner img {
	width: 100%;
}

.swiper-slide.swiper-slide-active .banner-text {
	opacity: 1;
	width: 1470px;
	transition: 1s;
	white-space: nowrap;
	max-width: 94%;
}

.banner-text h3 {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 10px;
	margin-bottom: 15px;
}

.banner-text h3 b {
	font-size: 72px;
	font-weight: bold;
	color: #10c2ff;
	margin: 0 5px;
}

.banner-text p {
	font-size: 20px;
	color: #ffffff;
}

.index-banner .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 0;
	background: #ed6d01;
}

.index-top1 {}

.index-about {
	padding: 20px 0;
	border-bottom: 1px solid #f7f7f7;
}

.index-about .index-about-left {
	width: 450px;
	float: left;
}

.index-about .index-about-right {
	width: calc(100% - 550px);
	float: right;
}

.index-about .index-about-right .index-about-biao {
	margin-bottom: 14px;
}

.index-about .index-about-right h3 {
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	line-height: 60px;
	font-family: "苹方字体";
	margin-bottom: 15px;
}

.index-about .index-about-right p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
	font-family: "苹方字体";
}

.more-a {
	margin-top: 35px;
	text-align: right;
}

.more-a a {
	font-size: 16px;
	color: #dd7408;
	padding: 10px 0;
	border-bottom: 3px solid #dcdcdc;
	position: relative;

}

.more-a a::after {
	position: absolute;
	content: "";
	height: 3px;
	width: 44%;
	bottom: -3px;
	left: 0;
	background: #dd7408;
	border-radius: 100px;
	transition: 0.4s;
}

.more-a a:hover::after {
	width: 100%;
	transition: 0.4s;
}

.index-case {}

.index-case-ul {}

.index-case-ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index-case-ul li .index-case-left {
	width: 450px;
	float: left;
}

.index-case-ul li .index-case-left .index-news-title {
	background-position: left;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 115px;
	margin-bottom: 18px;
}

.index-case-ul li .index-case-left .index-news-title b {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-bottom: 13px;
}

.index-case-ul li .index-case-left .index-news-title span {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	display: block;
}

.index-case-ul li .index-case-left p {
	font-size: 14px;
	color: #607d8b;
	line-height: 24px;
}

.index-case-ul li .index-case-left .more-a {
	text-align: left;
}

.index-case-ul li .index-case-right {
	width: calc(100% - 550px);
	margin-left: auto;
	border-radius: 25px;
	overflow: hidden;
}

.index-case-ul li .index-case-right img {
	transition: 0.4s;
}

.index-case-ul li .index-case-right:hover img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-video {
	box-sizing: border-box;
	padding: 0 3%;
	text-align: center;
	margin-top: 55px;
}
.index-video video{
	width: 100%;
}

.index-news {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-news-title {
	padding-top: 60px;
	margin-bottom: 30px;
}

.index-news-title h3 {
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	line-height: 72px;
}

.index-news-news h4 {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-family: "苹方字体";
	margin-bottom: 20px;
	font-weight: bold;
}

.index-news-top {
	margin-bottom: 50px;
}

.index-news-top-left {
	float: left;
	width: calc(28.66666666% *2 + 7%);
}

.index-news-top-left .swiper-slide a {
	display: block;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.index-news-top-left .swiper-slide .swiper-img {
	height: 475px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	transition: 0.4s;
}

.index-news-top-left .swiper-slide .swiper-text {
	position: absolute;
	left: 0;
	right: 0;

	bottom: 0;
	padding: 25px;
	box-sizing: border-box;
	width: 65%;
}

.index-news-top-left .swiper-slide .swiper-text h5 {
	font-size: 17px;
	color: #FFFFFF;
	float: left;
	font-family: "苹方字体";
	font-weight: bold;
	width: 80%;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news-top-left .swiper-slide .swiper-text h5::after {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 4px;
	height: 15px;
	background: #ed6d01;
	border-radius: 5px;
}



.index-news-top-left .swiper-slide .swiper-text span {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "苹方字体";
	float: right;
	margin-top: 4px;
	display: block;
}

.index-news-top-left .swiper-pagination {
	width: 20%;
	right: 0;
	left: auto;
	bottom: 30px;
}

.index-news-top-left .swiper-pagination .swiper-pagination-bullet {
	background: #ED6D01;
}



.index-news-top-right {
	float: right;
	width: calc(100% - (28.66666666% *2 + 7%) - 7%);
}

.index-news-top-right .index-news-list-ul li {
	width: 100%;
}

.index-news-list-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.index-news-list-ul li {
	width: 28.66666666%;
	margin-right: 7%;
	float: left;
}

.index-news-list-ul li:nth-child(3n){
	margin-right: 0;
}
.index-news-list-ul li:nth-child(n+4){display:none;}
.index-news-list-ul li img {
	width: 100%;
}

.index-news-list-ul li a {
	display: block;
}

.index-news-list-ul li a span {
	font-size: 14px;
	color: #999999;
	font-family: "苹方字体";
}

.index-news-list-ul li a .index-news-img {
	overflow: hidden;
	border-radius: 8px;
}

.index-news-list-ul li a .index-news-img img {
	transition: 0.4s;
	height: 280px;
}

.index-news-list-ul li a h4 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 18px 0 10px;
	font-family: "苹方字体";
}

.index-news-list-ul li:hover img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-news-top-left .swiper-slide a:hover .swiper-img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-news-bg {
	padding-top: 75px;
	margin-top: 75px;
	border-top: 1px solid #eeeeee;
}

.index-news-bg-left {
	width: calc(28.66666666% *2 + 9%);
	float: left;
}

.index-news-bg {
	/* display: flex; */
	margin-bottom: 120px;
}

.index-news-bg-left .swiper-slide {
	padding-right: 35px;
	box-sizing: border-box;
}

.index-news-bg-left a {
	border-bottom: 1px dashed #bebebe;
	padding: 15px 0;
	display: block;
}

.index-news-bg-left h5 {
	float: left;
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/ii-img_35.png) left no-repeat;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	font-family: "苹方字体";
	padding: 10px 10px 10px 45px;
	box-sizing: border-box;
}

.index-news-bg-left span {
	float: right;
	font-size: 12px;
	color: #999999;
	font-family: "苹方字体";
	margin-top: 5px;
}

.index-news-bg-swiper {
	background: #f7fafc;
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 25px 20px 30px 45px;
}

.index-news-bg-swiper .swiper-container {
	height: 360px;
}

.swiper-container-vertical>.swiper-scrollbar {
	width: 3px;
}

.swiper-scrollbar-drag {
	background: #ed6d01;
}

.index-news-bg-right {
	width: calc(100% - (28.66666666% *2 + 7%) - 7%);
	float: right;
}

.index-news-right-swiper {
	background: #f7fafc;
	height: 415px;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 25px;
}

.index-news-right-swiper .swiper-container {
	height: 100%;
}

.index-news-right-swiper .swiper-slide {}

.index-news-right-swiper .swiper-slide a {
	display: block;
}

.index-news-right-swiper .swiper-slide a .swiper-right-img {
	text-align: center;
	background: #FFFFFF;
}

.index-news-right-swiper .swiper-slide a .swiper-right-img img {}

.index-news-right-swiper .swiper-slide a .swiper-right-top {
	box-sizing: border-box;
	padding-left: 10px;
}

.index-news-right-swiper .swiper-slide a h5 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: "苹方字体";
	line-height: 22px;

	padding: 0px 10px;
	margin: 5px 0;
	height: 66px;
	overflow: hidden;
}

.index-news-right-swiper .swiper-slide a .swiper-right-top p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	/*margin-bottom: 5px;*/
}

.index-news-right-swiper .swiper-slide a .swiper-right-top .pp1 {
	background-image: url(../images/yj-icon_03.png);
}

.index-news-right-swiper .swiper-slide a .swiper-right-top .pp2 {
	background-image: url(../images/yj-icon_07.png);
}

.index-news-right-swiper .swiper-slide a .swiper-right-top .pp3 {
	background-image: url(../images/yj-icon_10.png);
}

.index-news-right-swiper .swiper-pagination {
	text-align: right;
}

.index-news-right-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #ed6d01;
}

.more-a a:hover::after {
	background: #3c8dbd;
}

.more-a a:hover {
	color: #3c8dbd;
}

.index-news-list-ul li a:hover h4 {
	color: #3c8dbd;
}

.index-news-list-ul li a:hover span {
	color: #333333;
}

.index-news-bg-left a:hover h5 {
	color: #3c8dbd;
}

.index-news-right-swiper .swiper-slide a:hover h5 {
	color: #3c8dbd;
}

/* footer */
footer {
	background: url(../images/foot-bac_24.jpg) center no-repeat;
	border-top: 6px solid #ed6d01;
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-left {
	float: left;
	width: 35%;
}

.footer-center {
	width: 40%;
}

.footer-center {}

.footer-center li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 8px;
	float: left;
}

.footer-center li:nth-of-type(3n) {
	margin-right: 0;
}

.footer-center li a {
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
}

.footer-center li a:hover {
	color: #ed6d01;
}

.footer-right {
	width: 25%;
	margin-left: auto;
	text-align: right;
}

.footer-right .footer-icon {
	text-align: right;
	margin-bottom: 5px;
}

.footer-right .footer-icon a {
	width: 40px;

	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-right p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.footer-link {
	text-align: left;
	margin-bottom: 15px;
}

.footer-link a {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 20px;
}

.footer-link a:first-of-type {
	margin-right: 6px;
}

.footer-copy {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0;
}

.footer-copy .footer-copy-left {
	float: left;
}

.footer-copy .footer-copy-left p,
.footer-copy .footer-copy-left p a,
.footer-copy-right a {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.5;
}

.footer-copy-right {
	float: right;
	text-align: right;
}

.footer-copy-right a {
	margin: 0 10px;
}

.footer-copy-right a:hover,
.footer-copy .footer-copy-left p a:hover {
	opacity: 1;
}

.index-about-swiper .swiper-pagination {
	display: none;
}


/* 0511 */
.index-about {
	border-bottom: none;
}

.index-video {
	padding: 30px 3% 35px;
}

.index-gc-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
	transform: scale(1);
}

.index-gc-swiper .swiper-slide a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.index-gc-swiper .swiper-slide a .index-gc-img {
	overflow: hidden;
}

.index-gc-swiper .swiper-slide a:hover .index-gc-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.index-gc-swiper .swiper-slide a .index-gc-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 20px 30px 10px;
	transition: 0.4s;
}

.index-gc-swiper .swiper-slide a:hover .index-gc-text {
	bottom: 15px;
	transition: 0.4s;
}

.index-gc-swiper .swiper-slide a .index-gc-text h4 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 5px;
	font-weight: bold;
}

.index-gc-swiper .swiper-slide a .index-gc-text span {
	font-family: "DINPRO";
	font-size: 14px;
	color: #ffffff;
	height: 36px;
}

.lang a {
	background-image: url(../images/lang1.png);
	background-size: 21px;
}

.search {
	float: right;
	margin-left: auto;
}

.search a {
	width: 21px;
	background-image: url(../images/sear1.png);
	height: 21px;
	background-size: 21px;
	background-position: center;
	display: block;
	margin-top: 38px;
}

.lang {
	margin-left: 30px;
}

#header.on .lang a {
	background-image: url(../images/lang2.png);
}

#header.on .search a {
	background-image: url(../images/sear2.png);
}


.wrap1230 {
	width: 1230px;
	max-width: 92%;
	margin: auto;
}

/* about-jj */
.n-nav {
	border-bottom: 1px solid #eeeeee;
}

.n-nav .n-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.n-nav .n-nav-list a {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	margin: 0 30px;
	padding: 25px 5px;
	position: relative;
}

.n-nav .n-nav-list a.active::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #ed6d01;
	left: 0;
	border-radius: 1.5px;
}

.n-nav .n-nav-list a.active,
.n-nav .n-nav-list a:hover {
	color: #000000;
}

.padd-60 {
	padding: 60px 0;
	box-sizing: border-box;
}

.title-div {}

.title-div h3 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	margin-bottom: 45px;
}

.about-text-div {
	margin-bottom: 35px;
}

.about-text-div p {
	text-align: center;
	font-size: 16px;
	line-height: 1.62;
	margin-bottom: 10px;
	color: #2e2e2e;
	/* font-family: "苹方字体"; */
}
.about-text-div p:empty{
	display:none;
}
.about-text-div .on{
	margin: initial;
}

.about-text-div a,.about-text-div span{
	display: inline;
}

.about-text-div p em {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 15px;
}

.main {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/bac-img-p_03.png);
}

.about-jj {}


/* about-jg */
.about-jj-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 35px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 55px;
}

.about-jj-list li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;

}

.about-jj-list li:nth-of-type(4n) {
	margin-right: 0;
}

.about-jj-list li a {
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	height: 65px;
	align-items: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border-radius: 5px;
	background: #ecf2f6;
}

.about-jj-list li a:hover {
	color: #3c8dbd;
}

.about-jj-list li a.active {
	background: #3c8dbd;
	color: #ffffff;
}

.about-jj-div {}

.about-jj-people {
	display: flex;
	flex-wrap: wrap;
}

.about-jj-people li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 35px;
}

.about-jj-people li:nth-of-type(4n) {
	margin-right: 0;
}

.about-jj-people li a {
	display: block;
	transition: 0.4s;
}

.about-jj-people li a .about-img-div {
	overflow: hidden;
}

.about-jj-people li a .about-img-div img {
	width: 100%;
	transition: 0.4s;
}

.about-jj-people li a:hover .about-img-div img {
	transform: scale(1.05);
	transition: 0.4s;
}

.about-jj-people li a h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}

.about-jj-people li a span {
	font-size: 14px;
	color: #999999;
}

.about-jj-people li a .about-people-div {
	box-sizing: border-box;
	padding: 20px 20px;
	transition: 0.4s;
}

.about-jj-people li a:hover {
	box-shadow: 0 0 6px #CCCCCC;
	transition: 0.4s;
}

.about-jj-people li a:hover .about-people-div {
	background: #ffffff;
	transition: 0.4s;
}

.about-jj-people li a:hover h4 {
	color: #3c8dbd;
	transition: 0.4s;
}

.about-jj-people li a:hover span {
	color: #666666;
}

/* jg-detail */
.team-detail .team-detail-box {}

.team-detail .team-detail-box .team-detail-left {
	width: 360px;
	float: left;
}

.team-detail .team-detail-box .team-detail-left .team-detail-img {}

.team-detail .team-detail-box .team-detail-left .team-detail-img img {}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top {
	padding: 30px 25px;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul {}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li {
	border-bottom: 1px dashed #d3d3d3;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 18px 0;
	box-sizing: border-box;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li:last-of-type {
	border-bottom: none;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li a:hover::before {
	content: "";
	position: absolute;
	left: 25px;
	width: 18px;
	height: 14px;
	background: url(../images/l-icon_07.png) no-repeat;
	background-size: 100%;
	top: 22px;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li a:hover::after {
	content: "";
	position: absolute;
	right: 25px;
	width: 18px;
	height: 14px;
	background: url(../images/r-icon_09.png) no-repeat;
	background-size: 100%;
	top: 22px;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li a:hover {
	color: #00468e;
}

.team-detail-right {
	width: calc(100% - 360px);
	background: #f7f9fb;
	padding: 50px 60px;
	float: left;
	box-sizing: border-box;
}

.team-detail-right .team-detail-right-title {
	border-bottom: 1px solid #dee2eb;
	padding-bottom: 12px;
}

.team-detail-right .team-detail-right-title h2 {
	margin-bottom: 8px;
}

.team-detail-right .team-detail-right-title h2 b {
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}

.team-detail-right .team-detail-right-title h2 span {
	float: right;
	background: url(../images/biao_06.jpg) left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}

.team-detail-right .team-detail-right-title p {
	font-size: 16px;
	color: #666666;
}

.team-detail-right .team-detail-name {
	margin-top: 20px;
	margin-bottom: 20px;
}

.team-detail-right .team-detail-name p {
	font-size: 14px;
	color: #00468E;
	border: 1px solid #00468E;
	padding: 6px 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	    display: inline-block;
}

.team-detail-right .team-detail-xiazai {}

.team-detail-right .team-detail-xiazai-left {
	width: 65%;
	float: left;
	margin-top: 40px;
}

.team-detail-right .team-detail-xiazai-left a {
	text-align: center;
	vertical-align: middle;
	margin-right: 30px;
}

.team-detail-right .team-detail-xiazai-left a icon {
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.team-detail-right .team-detail-xiazai-left a span {
	font-size: 14px;
	color: #035297;
	margin-top: 3px;
	display: block;
}

.team-detail-right .team-detail-xiazai-left a.dayin icon {
	background-image: url(../images/dy_03.png);
}

.team-detail-right .team-detail-xiazai-left a.card icon {
	background-image: url(../images/cad_06.png);
}

.team-detail-right .team-detail-xiazai-left a.down {
	background: #00468E url(../images/down_09.png) 25px center no-repeat;
	color: #ffffff;
	padding: 10px 35px 10px 55px;
}

.team-detail-right .team-detail-xiazai-right {
	float: right;
}

.team-detail-right .team-detail-xiazai-right p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 13px;
}

.team-detail-right .team-detail-text {
	padding: 35px 0;
	margin-top: 23px;
}

.team-detail-right .team-detail-text h3 {
	font-size: 16px;
	font-weight: bold;
	color: #00468E;
	margin-bottom: 10px;
}

.team-detail-right .team-detail-text p {
	font-size: 14px;
	color: #0c0c0c;
	line-height: 26px;
	text-indent: initial;
}
.team-detail-right .team-detail-text p span {
	display: inline;
}

.team-detail-right .team-detail-text>div {
	margin-bottom: 25px;
}

.n-nav-right {}

.n-nav-right .nav-lujin {
	text-align: right;
	padding: 22px 0;
}

.n-nav-right .nav-lujin a {
	font-size: 14px;
	color: #666666;
}

.n-nav-right .nav-lujin a:first-of-type {
	background: url(../images/syy_03.png) no-repeat;
	padding-left: 25px;
}

.team-detail {
	background-image: none;
}

/* dsj */
.dsj-list {}

.dsj-list .swiper-container {}

.dsj-list .swiper-container .swiper-slide a {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.dsj-list .swiper-container .swiper-wrapper {

	text-align: center;
	justify-content: center;
}

.dsj-list .swiper-container .swiper-slide {
	/* width: auto !important; */
	display: inline-block;
	margin: 0 35px;
	cursor: pointer;
}

.dsj-list .swiper-container .swiper-slide.active a {
	color: #196da6;
}

.dsj-text-swiper {
	position: relative;
	height: 550px;
	margin-top: 50px;
}

.dsj-text-swiper .dsj-swiper-div {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.dsj-text-swiper .dsj-swiper-div.active {
	opacity: 1;
	transition: 0.4s;
}

.dsj-swiper-div .swiper-slide {}

.dsj-swiper-div .swiper-slide .dsj-slide-div {
	display: flex;
	height: 100%;
	align-items: center;
	height: 350px;
}

.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-left {
	width: 100%;

	border-radius: 5px;
	box-sizing: border-box;
	height: 100%;
	padding: 30px 0;
}

.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-right {
	width: 50%;
	border-radius: 5px;
	overflow: hidden;
	display:none;
}

.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-right img {
	width: 100%;
}

.dsj-slide-left-div {
	background: #f5f5f5;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 80px;
}

.dsj-slide-left-div .dsj-slide-left-div-text {}

.dsj-slide-left-div .dsj-slide-left-div-text b {
	font-size: 24px;
	color: #196da6;
	font-weight: bold;
	display: inline-block;
	padding: 17px 5px;
	position: relative;
	margin-bottom: 13px;
}

.dsj-slide-left-div .dsj-slide-left-div-text b::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 5px;
	background: #ed6d01;
	border-radius: 5px;
}

.dsj-slide-left-div .dsj-slide-left-div-text p {
	font-size: 18px;
	color: #333333;
	line-height: 1.62;
    margin-bottom: 15px;
}

.dsj-swiper-div .swiper-button-white {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #0191ed;
	background-size: 14px;
	display:none;
}

.dsj-swiper-div .swiper-button-prev {
	left: -25px;
}

.dsj-swiper-div .swiper-button-next {
	right: -25px;
}

/* party-file */
.party-file-ul {}

.party-file-ul li {}

.party-file-ul li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 13px 20px;

	transition: 0.4s;
	border-bottom: 1px dashed #d6e3db;
}

.party-file-ul li a h3 {
	width: ;
	margin-left: 0;
	font-size: 16px;
	color: #666666;
	background: url(../images/zc-icon_10.png) left no-repeat;
	padding: 12px 20px 12px 45px;
	transition: 0.4s;
}

.party-file-ul li a span {
	margin-left: auto;
	font-size: 14px;
	color: #999999;
	margin-right: 85px;
	transition: 0.4s;
}

.party-file-ul li a i {
	margin-left: 0;
	width: 22px;
	height: 22px;
	background: url(../images/zc-icon_06.png) no-repeat;
}

.party-file-ul li a:hover {
	box-shadow: 0 1px 5px #b0b0b0;
	transition: 0.4s;
}

.party-file-ul li a:hover h3 {
	background-image: url(../images/zc-icon_03.png);

	color: #000000;
	transition: 0.4s;
}

.party-file-ul li a:hover span {

	color: #000000;
	transition: 0.4s;
}

.more-abt {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 35px;
}

.more-abt a {
	font-size: 16px;
	color: #196da6;
	border: 1px solid #196da6;
	border-radius: 5px;
	padding: 11px 52px;
	transition: 0.4s;
}

.more-abt a:hover {
	color: #ffffff;
	background: #ed6d01;
	border-color: #ed6d01;
	transition: 0.4s;
}

/* news */
.news-list ul {}

.news-list ul li:first-of-type {
	border-top: none;
}

.news-list ul li {
	border-bottom: 1px solid #f0f0f0;
}

.news-list ul li a {
	display: block;
	padding: 35px 0;
}

.news-list ul li a .news-list-left {
	overflow: hidden;
	float: left;
	width: 255px;
	overflow: hidden;
	border-radius: 5px;
}

.news-list ul li a .news-list-left img {
	width: 100%;
	transition: 0.4s;
}

.news-list ul li a:hover .news-list-left img {
	transform: scale(1.1);
	transition: 0.4s;
}

.news-list ul li a .news-list-center {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 255px);
	padding-left: 40px;
}

.news-list ul li a .news-list-center h3 {
	font-size: 18px;
	color: #141313;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.4s;
}

.news-list ul li a .news-list-center p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
	transition: 0.4s;
}




.news-list ul li a:hover .news-list-center h3 {
	color: #006aa9;
	transtion: 0.4s;
}

.news-list ul li a:hover .news-list-center p {
	color: #333333;
	transition: 0.4s;
}


.news-list ul li a .news-list-center {
	font-size: 14px;
	color: #ed6d01;
}


.news-detail-text {
	padding: 30px 10px 80px;
}

.news-detail-text p {
	font-size: 16px;
	color: #333;
	line-height: 1.68;
	margin-bottom: 15px;
}
.news-detail-text table{
    border-collapse: collapse;
}

.news-detail-text a,.news-detail-text span{
	display: initial;
}

.news-detail-text p img {
	text-align: center;
	max-width: 850px;
}

.news-detail-text em {
	text-align: center;
	display: block;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 25px;
}

.fanye {
	border-top: 1px solid #cccccc;
	padding: 35px 10px;
	color: #666666;
}

.fanye .fanye-left {
	width: 70%;
	float: left;
}

.fanye .fanye-left a {
	display: block;
	margin-bottom: 8px;
}

.fanye .fanye-left a b {
	width: 70px;
	float: left;
	font-size: 14px;
}

.fanye .fanye-left a p {
	width: calc(100% - 70px);
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666666;
}

.fanye .fanye-left a:hover {
	color: #ed6d01;
}
.fanye .fanye-left a:hover p{
	color: #ed6d01;
}
.fanye .back {
	float: right;
}

.fanye .back a {
	background: #ed6d01;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 35px;
}
.fanye .back a:hover{
	opacity: 0.8;
}
.party-detail-title{
	border-bottom: 1px solid #eeeeee;
	padding:0 0 35px 0;
}
.party-detail-title h3{
	
	font-size: 30px;
	color: #000000;
	margin-bottom: 25px;
}
.party-detail-title p{
	
}
.party-detail-title p a{
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}

/* team-ul */
.team-ul{
	display: flex;
	flex-wrap: wrap;
}
.team-ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f2f6f9 url(../images/t-img_04.png) center no-repeat;
	height: 225px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.team-ul li:nth-of-type(4n){
	margin-right: 0;
}
.team-ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
	text-align: center;
	height: 100%;
	z-index: 2;
}
.team-ul li a b{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	transition: 0.4s;
}
.team-ul li::after{
	position: absolute;
	width: 100%;
	content: "";
	height: 100%;
	background: url(../images/t-hover_03.jpg) center no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}
.team-ul li:hover::after{
	opacity: 1;
	transition: 0.4s;
}
.team-ul li:hover{
	    box-shadow: 2px 2px 3px #989898;
		transition: 0.4s;
}
.team-ul li:hover b{
	color: #ffffff;
	transition: 0.4s;
}


/* team-list */
.team-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.team-list-ul li{
	width: 22%;
	    margin-right: 4%;
	    margin-bottom: 45px;
		border-radius: 10px;
		background: #ecf2f6;
		overflow: hidden;
}
.team-list-ul li:nth-of-type(4n){
	margin-right: 0;
}
.team-list-ul li a{
	display: block;
}
.team-list-ul li a .team-list-img{
	overflow: hidden;
}
.team-list-ul li a .team-list-img img{
	width: 100%;
	transition: 0.4s;
}
.team-list-ul li a .team-list-text{
	text-align: center;
	padding: 25px 0;
}
.team-list-ul li a .team-list-text h4{
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
}
.team-list-ul li a .team-list-text p{
	font-size: 12px;
	color: #666666;
}
.team-list-ul li a:hover .team-list-text h4{
	color: #196da6;
}
.team-list-ul li a:hover .team-list-text p{
	color: #000000;
}
.team-list-ul li a:hover .team-list-img img{
	transform: scale(1.1);
	transition: 0.4s;
}

/* news */
.news-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.news-list-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 35px;
}
.news-list-ul li a{
	display: block;
}
.news-list-ul li:nth-of-type(3n){
	margin-right: 0;
}
.news-list-ul li .news-img-div{
	overflow: hidden;
	border-radius: 10px;
}
.news-list-ul li .news-img-div img{
	width: 100%;
	height: 265px;
	transition: 0.4s;
}
.news-list-ul li .news-text-div{
	padding: 15px 5px 20px;
}
.news-list-ul li .news-text-div h4{
	font-size: 18px;
	color: #141313;
	line-height: 32px;
	margin-bottom: 5px;
	height: 64px;
	overflow: hidden;
	transition: 0.4s;
}
.news-list-ul li .news-text-div p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	height: 72px;
	overflow: hidden;
	transition: 0.4s;
}
.news-list-ul li:hover .news-img-div img{
	transform: scale(1.1);
	transition: 0.4s;
}
.news-list-ul li:hover .news-text-div h4{
	color: #006aa9;
	transition: 0.4s;
}
.news-list-ul li:hover .news-text-div p{
	color: #666666;
	transition: 0.4s;
}
/* under-kc-ul */
.under-kc-ul{
	display: flex;
	flex-wrap: wrap;
}
.under-kc-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
}
.under-kc-ul li:nth-of-type(2n){
	margin-right: 0;
}
.under-kc-ul li .under-kc-img{
	overflow: hidden;
	border-radius: 15px;
}
.under-kc-ul li a{
	display: block;
}
.under-kc-ul li .under-kc-img img{
	width: 100%;
	transition: 0.4s;
}
.under-kc-ul li:hover .under-kc-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.under-kc-ul li .under-kc-text{
	box-sizing: border-box;
	padding: 20px 10px;
}
.under-kc-ul li .under-kc-text h4{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}
.under-kc-ul li .under-kc-text p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

/* under-kc-detail-text */
.under-kc-detail-text{
	
}
.under-kc-detail-text p{
	font-size: 16px;
	color: #607d8b;
	line-height: 1.62;
    margin-bottom: 1.2em;
}
.under-kc-img-div{
	text-align: center;
	margin-top: 45px;
}
.under-kc-zy-ul{
	display: flex;
	flex-wrap: wrap;
}
.under-kc-zy-ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #ecf2f6;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px;
}
.under-kc-zy-ul li:nth-of-type(4n){
	margin-right: 0;
}
.under-kc-zy-ul li dl{
	
	
}
.xian-quan{
	position: relative;
	overflow: hidden;
}
.xian-quan::after{
	position: absolute;
	content: "";
	width: 10000%;
	height: 1px;
	background: #e5e5e5;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.under-kc-zy{
	margin-top: 85px;
	padding-top: 55px;
	margin-bottom: 100px;
}
.under-kc-zy::after{
	position: absolute;
}
.under-kc-zy-ul li dt{
	border-bottom: 1px dashed #868686;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.under-kc-zy-ul li dt b{
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}
.under-kc-zy-ul li p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}


/* under-fa-ul */
.under-fa-a{
	text-align: center;
	margin-bottom: 30px;
}
.under-fa-a a{
	font-size: 20px;
	color: #333333;
	padding: 10px 25px;
	margin: 0 35px;
	border-bottom: 4px solid #ffffff;
	
}
.under-fa-a a.active{
	border-color: #006aa9;
}
.under-fa-a a:hover{
	color: #006aa9;
}
.under-fa-kk{
	margin-bottom: 35px;
	text-align: center;
}
.under-fa-ul{
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 30px;
	    box-sizing: border-box;
}
.under-fa-ul li{
	background: #ffffff;
}

/* under-jx-ul */
.under-jx-ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.under-jx-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.under-jx-ul li:nth-of-type(2n){
	margin-right: 0;
}
.under-jx-ul li a{
	display: block;
}
.under-jx-ul li a .under-jx-img{
	overflow: hidden;
}
.under-jx-ul li a .under-jx-img img{
	width: 100%;
	transition: 0.4s;
}
.under-jx-ul li a h4{
	font-size: 24px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 10px;
}
.under-jx-ul li a p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.under-jx-ul li a:hover .under-jx-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.under-jx-jd-ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.under-jx-jd-ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.under-jx-jd-ul li:nth-of-type(4n){
	margin-right: 0;
}
.under-jx-jd-ul a{
	display: block;
}
.under-jx-jd-ul a p{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	box-sizing: border-box;
	padding: 15px;
}
.under-jx-jg{
	text-align: center;
	margin-bottom: 75px;
}

/* under-xs-ul */
.under-xs-ul{
	display: flex;
	flex-wrap: wrap;
}
.under-xs-ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f8f8f8;
	transition: 0.4s;
}
.under-xs-ul li:nth-of-type(2n){
	margin-right: 0;
}
.under-xs-ul li a{
	display: flex;
}
.under-xs-ul li a .under-xs-left{
	width: 215px;
}
.under-xs-ul li a .under-xs-left img{
	width: 100%;
}
.under-xs-ul li a .under-xs-right{
	width: calc(100% - 215px);
	box-sizing: border-box;
	padding: 45px;
	background: #f8f8f8;
}
.under-xs-ul li a h3{
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}
.under-xs-ul li:hover a h3{
	color: #196da6;
}
.under-xs-ul li:hover{
	box-shadow: 0 0 6px #aaaaaa;
	transition: 0.4s;
}
.under-xs-ul li a h5{
	font-size: 14px;
	color: #ed6d01;
	margin-bottom: 10px;
}
.under-xs-ul li a p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.list-paddingleft-2{
	padding-left: 25px;
}

.list-paddingleft-2 li{
	list-style:auto;
}
.team-detail-text p a{
	color:#0000EE;
}
.team-detail-text p a:link{
	color:#000000
}
.team-detail-text p a:hover{
	color:#c70202
}

/* graduate-zs */
.graduate-zs{}
.graduate-zs-ul{
	
}
.graduate-zs-ul li{}
.graduate-zs-ul li a{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}
.graduate-zs-ul li a .graduate-kc-ul-img{
	width: 435px;
	overflow: hidden;
}
.graduate-zs-ul li a .graduate-kc-ul-img img{
	width: 100%;
	transition: 0.4s;
}
.graduate-zs-ul li a:hover .graduate-kc-ul-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.graduate-zs-ul li a .graduate-kc-ul-text{
	width: calc(100% - 435px);
	box-sizing: border-box;
	margin-left: auto;
	padding: 0 60px;
}
.graduate-zs-ul li a .graduate-kc-ul-text h4{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	padding: 20px 0;
	transition: 0.4s;
}
.graduate-zs-ul li a .graduate-kc-ul-text span{
	font-size: 15px;
	color: #006aa9;
	border-radius: 5px;
	border: 1px solid #006aa9;
	padding: 8px 35px;
	margin-top: 35px;
	transition: 0.4s;
}
.graduate-zs-ul li a .graduate-kc-ul-text p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.graduate-zs-ul li a:hover .graduate-kc-ul-text h4{
	color: #006aa9;
	transition: 0.4s;
}
.graduate-zs-ul li a .graduate-kc-ul-text span:hover{
	color: #ed6d01;
	border-color: #ed6d01;
	transition: 0.4s;
}


/* science-jj */
.science-jj{}
.science-jj-title{
	margin-bottom: 25px;
}
.science-jj-title h4{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.science-jj-title p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.science-jj-div-box{
	display: flex;
	flex-wrap: wrap;
}
.science-jj-div-box .science-jj-left{
	width: 50%;
}
.science-jj-div-box .science-jj-right{
	width: 50%;
	text-align: center;
}
.hui-bac{
	background: #f7fafc;
}
.science-jj-div{
	padding: 60px 0;
}

/* science-ly */
.science-ly{}
.science-ly-ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
.science-ly-ul li{
	width: 25%;
	height: 375px;
	overflow: hidden;
}
.science-ly-ul li a{
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.science-ly-ul li a .science-ly-img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s;
}
.science-ly-ul li a:hover .science-ly-img{
	transform: scale(1.1);
	transition: 0.4s;
}
.science-ly-ul li a p{
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 30px;
	bottom: 0;
}

/* science-pt-ul */
.science-pt-ul li a{
	border: none;
	padding: 25px 0;
}

/* student-active */
.student-active-div{}
.student-active-ul{
	display: flex;
	flex-wrap: wrap;
}
.student-active-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.student-active-ul li a{
	display: block;
}
.student-active-ul li:nth-of-type(3n){
	margin-right: 0;
}
.student-active-ul li .student-active-img{
	overflow: hidden;
}
.student-active-ul li .student-active-img img{
	width: 100%;
	transition: 0.4s;
}
.student-active-ul li:hover .student-active-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.student-active-ul li p{
	font-size: 16px;
	color: #000000;
	padding: 10px;
}

.student-active-swiper{
	text-align: center;
	margin-bottom: 55px;
}

.student-active-div{
	padding-top: 55px;
	border-top: 1px solid #eeeeee;
}


/* join */
.join-box{}
.join-search{
	display: flex;
	align-items: center;
	border: 1px solid #eeeeee;
	height: 60px;
	background: #ffffff;
}
.join-search input{
	width: calc(100% - 70px);
	background: none;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	color: 999999;
	font-size: 16px;
	height: 100%;
}
.join-search label{
	width: 70px;
	height: 100%;
	background: url(../images/search-icon_03.jpg) no-repeat;
	background-position: center;
	position: relative;
}
.join-search label::after{
	position: absolute;
	width: 1px;
	height: 40px;
	content: "";
	left: 0;
	top: 10px;
	background: #eeeeee;
}
.join-a{
	margin-top: 50px;
	margin-bottom: 50px;
}
.join-a a{
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
}
.join-a a.first-a{
	color: #333333;
	padding-left: 10px;
}
.join-list-dl{
	background: #ffffff;
}
.join-list-dl .join-list-div{
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.join-list-dl .join-list-div span{
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding: 15px 30px;
}
.join-list-dl dt .join-list-div span{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.join-list-dl .join-list-div .name-span{
	width: 40%;
}
.join-list-dl .join-list-div .job-span{
	width: 30%;
	
}
.join-list-dl .join-list-div .time-span{
	width: 30%;
	text-align: center;
}
.join-list-dl dd{
	cursor: pointer;
}
.join-list-dl dd.active .join-list-div,.join-list-dl dd:hover .join-list-div{
	background: #fbfbfb;
}
.join-list-dl dd.active .join-list-div span,.join-list-dl dd:hover .join-list-div span{
	color: #3c8dbd;
}
.join-list-dl dd,.join-list-dl dt{
	border-bottom: 1px solid #cccccc;
}
.join-list-dl .join-list-text-top{
	box-sizing: border-box;
	padding: 15px 40px 50px;
	background: #fbfbfb;
	display: none;
}
.join-list-dl .join-list-text-top p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.join-list{
	margin-bottom: 100px;
}

/* honor */
.honor{}
.honor-ul{}
.honor-ul li{
	width: 100%;
	margin-right: 0;
}
.honor-ul li a .under-xs-right{
	background: none;
}
.honor-ul li:hover{
	background: #E8EFF5;
	transition: 0.4s;
}


#header .header-ul-list>li.active>a{
	color: #ed6d01 !important;
}

.about-text-div p{
	text-align: left;
}
.back-to{
	text-align: right;
	margin-top: 35px;
}
.back-to a{
	cursor: pointer;
	background: #ed6d01;
	    color: #ffffff;
	    font-size: 14px;
	    padding: 10px 35px;
}
.back-to a:hover{
	opacity: 0.8;
}
.team-detail .team-detail-box .team-detail-left .team-detail-img{
	text-align: center;
}

.header-ul-list>li{
	position: relative;
}
.header-nav-top{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	min-width: 100%;
	background: #E0E1E9;
	padding: 10px 0;
	display: none;
}
.header-nav-top dd{}
.header-nav-top dd a{
	display: block;
	white-space: nowrap;
	padding: 7px 23px;
	line-height: normal;
	font-size: 14px;
	color: #333333;
}
#header .header-nav-top dd a:hover{
	color: #3c8dbd!important;
	background: #f8f8f8;
}
.header-ul-list>li:hover .header-nav-top{
	display: block;
}


#certify{position:relative;width:100%;margin:0 auto}
#certify .swiper-container{padding-bottom:60px}
#certify .swiper-slide{width:446px;}
#certify .swiper-slide img{display:block}
#certify .swiper-slide p{line-height:98px;padding-top:0;text-align:center;color:#636363;font-size:1.1em;margin:0}
#certify .swiper-pagination{width:100%;bottom:20px}
#certify .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;border:3px solid #fff;background-color:#d5d5d5;width:10px;height:10px;opacity:1}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active{border:3px solid #00aadc;background-color:#fff}
#certify .swiper-button-prev{left:0px;width:45px;height:45px;background-position:0 0;background-size:100%}
#certify .swiper-button-next{right:0px;width:45px;height:45px;background-size:100%}
#certify .swiper-slide img{width: 100%;}
#certify .swiper-slide p{line-height: 50px;}

#certify .swiper-slide.swiper-slide-active p{
	color: #1678bb;
}

.team-detail-text #zy{display:none;}


/* service-down-ul */
.service-down-ul{}
.service-down-ul li{
	background: #ffffff;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.service-down-ul li .service-down-div{
	display: flex;
	padding: 25px 40px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	transition: 0.4s;
	
}
.service-down-ul li .service-down-div:hover{
	box-shadow: 3px 3px 5px #888;
	
}
.service-down-ul li .service-down-div h3{
	font-size: 18px;
	color: #666666;
	padding-left: 55px;
	    line-height: 2;
		width: calc(100% - 200px);
		overflow: hidden;
		background: url(../images/down-icon_03.png) left no-repeat;
	transition: 0.4s;
}
.service-down-ul li .service-down-div a{
	font-size: 14px;
	color: #666666;
	border: 1px solid #dcdcdc;
	font-weight: bold;
	padding: 8px 25px;
	border-radius: 5px;
	margin-left: auto;
	display: block;
	transition: 0.4s;
}
.service-down-ul li:hover .service-down-div h3{
	color: #015486;
	transition: 0.4s;
}
.service-down-ul li .service-down-div a:hover{
	background: #015486;
	color: #ffffff;
	transition: 0.4s;
}
















@media (max-width:1660px) {}

@media (max-width:1520px) {
.header-ul-list>li>a {
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 10px;
}
}



@media (max-width:1440px) {
	.banner-text h3 {
		font-size: 42px;
	}

	.banner-text h3 b {
		font-size: 48px;
	}

	.title h3 {
		font-size: 30px;
	}

	.more-a a {}

	.index-about .index-about-right h3 {
		font-size: 36px;
	}

	.index-news-title h3 {
		font-size: 36px;
	}

	.index-gc-swiper .swiper-slide a .index-gc-text h4 {
		font-size: 20px;
	}
}

@media (max-width:1366px) {
	.header-ul-list>li>a {
		padding: 0 7px;
	}

	.banner-text h3 b {
		font-size: 40px;
	}

	.banner-text h3 {
		font-size: 38px;
	}

	.banner-text p {
		font-size: 18px;
	}

	.title h3 {
		font-size: 26px;
	}

	.index-py-div ul li a .index-py-text h4 {
		font-size: 22px;
	}

	.index-news-ul li .index-news-div .index-news-title h3 {
		font-size: 20px;
	}

	.index-about .index-about-right h3 {
		font-size: 34px;
	}

	.index-news-title h3 {
		font-size: 32px;
	}
}

@media (max-width:1280px) {
	/* html {
		width: 1280px;
		margin: auto;
	}
	#header{
		width: 1280px;
		margin: auto;
		max-width: 1280px !important;
	}
	.wrap {
		width: 1200px !important;
		margin: auto;
		max-width: 1200px !important;
	} */

	.wrap-about {
		width: 1200px;
		margin: auto;
		max-width: 1200px !important;
	}

	.wrap3 {
		width: 1300px;
		margin: auto;
		max-width: 1200px !important;
	}

	.header-logo {
		width: 230px;
	}

	.index-news-title h3 {
		font-size: 28px;
	}

	.index-about .index-about-right h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 8px;
	}
}

@media (max-width:1200px) {
	.header-wrap {
		display: block;
	}

	.menu {
		display: block;
		margin-top: 37px;
	}

	.header-nav {
		position: absolute;
		top: 95px;
		right: -270px;
		background: #FFFFFF;
		border-top: 1px solid #ccc;
		width: 250px;
		transition: 0.4s;
	}

	.lang {
		margin-right: 25px;
	}

	.header-ul-list>li {
		float: none;
		display: block !important;
		line-height: normal;
	}

	.header-ul-list>li>a {
		display: block;
		padding: 14px 10px;
	}

	.header-ul-list>li:nth-of-type(odd) {
		background: rgba(25, 109, 166, 0.05);
	}

	.header-nav.active {
		right: 0;
		transition: 0.4s;
	}

	#header {
		background: #FFFFFF;
	}

	.header-logo .img2 {
		display: inline-block;
	}

	.header-logo .img1 {
		display: none;
	}

	.lang a {
		color: #000000 !important;
	}

	.header-ul-list>li>a {
		color: #000000 !important;
	}

	.index-banner {
		margin-top: 95px;
	}

	.index-case-ul li .index-case-right,
	.index-about .index-about-right {
		width: calc(100% - 450px);
	}

	.index-case-ul li .index-case-left,
	.index-about .index-about-left {
		width: 350px;
	}

	.more-a {
		margin-top: 15px;
	}

	.index-case-ul li .index-case-left .index-news-title {
		margin-bottom: 10px;
	}

	.index-case-ul li .index-case-left .index-news-title b {
		font-size: 22px;
	}

	.index-news-title {
		padding-top: 50px;
	}

	.index-news-top-left .swiper-slide .swiper-img {
		height: 300px;
	}




}

@media (max-width:992px) {
	.title h3 {
		font-size: 24px;
	}

	.index-about-swiper .swiper-slide a .index-about-text p {
		height: 36px;
	}

	.index-py-div ul li a .index-py-img {
		height: 175px;
	}

	.index-py-div ul li a .index-py-text {
		padding: 30px;
	}

	.index-py-div ul li a .index-py-text h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.padd-80 {
		padding: 55px 0;
	}

	.index-news-ul li .index-news-div .index-news-title h3 {
		font-size: 18px;
	}

	.index-news-ul li .index-news-div .index-news-title a {
		margin-top: 4px;
	}

	.index-news-ul li {
		padding: 20px 13px;
	}

	.index-news-ul li .index-news-div dl dt a h3 {
		font-size: 16px;
	}

	.index-news-ul li .index-news-div dl dd a {
		padding: 5px 5px 5px 25px;
	}

	.index-yj .index-yj-ul li a h3 {
		font-size: 18px;
	}

	.index-yj .index-yj-ul li {
		height: 230px;
	}

	.footer-center {
		margin-left: 4%;
	}

	.footer-right {
		width: 23%;
	}

	.banner-text h3 b {
		font-size: 36px;
	}

	.index-case-ul li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;

		padding: 25px 0;
	}

	.index-case-ul li .index-case-left,
	.index-about .index-about-left {
		width: 100%;
	}

	.index-case-ul li .index-case-right,
	.index-about .index-about-right {
		width: 100%;
	}

	.index-about .index-about-left {
		width: 45%;
		margin-bottom: 20px;
	}

	.index-about .index-about-right h3 {
		font-size: 26px;
	}

	.index-about .index-about-right p {
		font-size: 16px;
	}

	.index-case-ul li .index-case-left .index-news-title b {
		font-size: 20px;
	}

	.index-case-ul li .index-case-left {
		margin-top: 20px;
	}

	.index-case-ul li .index-case-left .index-news-title {
		background-size: 63px;
		padding: 15px 20px 15px 90px;
	}

	.index-case-ul li .index-case-left p {
		font-size: 15px;
	}

	.index-news-top-left .swiper-slide .swiper-img {
		height: 225px;
	}

	.index-news-top-left .swiper-slide .swiper-text {
		padding: 10px;
	}

	.index-news-list-ul li a span {
		line-height: 45px;
	}

	.index-news-list-ul li a h4 {
		font-size: 16px;
		height: 60px;
		overflow: hidden;
	}

	.index-news-top {
		margin-bottom: 25px;
	}

	.index-news-top-left .swiper-slide .swiper-text h5 {
		font-size: 16px;
	}

	.index-news-news h4 {
		font-size: 20px;
	}

	.index-news-title h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.index-news-bg {
		padding-top: 50px;
		margin-top: 50px;
		margin-bottom: 55px;

	}

	.index-news-bg-right {
		width: 45%;
		float: right;
	}

	.index-news-bg-left {
		width: 50%;
		float: left;
	}

	.index-news-bg-swiper {
		padding: 25px 20px 30px 25px;
	}









}

@media (max-width:750px) {
	.header-logo {
		width: 185px;
	}

	#header {
		height: 65px;
		line-height: 65px;
	}

	.menu {
		margin-top: 23px;
	}

	.index-banner {
		margin-top: 65px;
	}

	.banner-text p {
		font-size: 14px;
		white-space: normal;
		width: 60%;
	}

	.banner-text h3 {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.banner-text h3 b {
		font-size: 20px;
		margin: 0 2px;
	}

	.banner-text {
		top: 24%;
	}

	.index-banner .swiper-pagination-bullet {
		width: 20px;
		height: 2px;
	}

	.padd-80 {
		padding: 30px 0;
	}

	.title p {
		font-size: 15px;
		line-height: 28px;
	}

	.title h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.more-a a {
		font-size: 12px;

	}

	.more-a {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.index-py-div ul {
		display: block;
	}

	.index-py-div ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.index-py-div {
		margin-top: 20px;
	}

	.index-py-div ul li a .index-py-img {
		height: 150px;
	}

	.index-py-div ul li a .index-py-text {
		padding: 15px;
	}

	.index-py-div ul li a .index-py-text h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.index-py-div ul li a .index-py-text span {
		font-size: 13px;
	}

	.index-news-ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.index-news-ul li .index-news-div .index-news-title h3 {
		font-size: 16px;

	}

	.index-news-ul li .index-news-div .index-news-title a {
		font-size: 12px;
	}

	.index-news-ul li .index-news-div .index-news-title {
		margin-bottom: 15px;
	}

	.index-news-ul li .index-news-div dl dt a p {
		font-size: 15px;
	}

	.index-news-ul li .index-news-div dl dt a h3 {
		line-height: 26px;
		height: 52px;
	}

	.index-news-ul li .index-news-div dl dd a {
		font-size: 15px;
	}

	.index-yj .index-yj-ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-yj .index-yj-ul li {
		width: 100%;
	}

	.index-yj .index-yj-ul li {
		height: 200px;
		margin-bottom: 5px;
	}

	.footer-top {
		display: block;
	}

	.footer-left {
		width: 200px;
		float: none;
	}

	.footer-center {
		margin-left: 0;
		width: 100%;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.footer-right {
		width: 100%;
		text-align: left;
	}

	.footer-center li a {
		font-size: 15px;
		line-height: 26px;
	}

	.footer-center li {
		margin-bottom: 4px;
	}

	.footer-right .footer-icon {
		text-align: left;
	}

	.footer-top {
		padding: 25px 0;
	}

	.footer-copy .footer-copy-left p,
	.footer-copy .footer-copy-left p a,
	.footer-copy-right a {
		font-size: 13px;
	}

	.footer-copy .footer-copy-left {
		width: 100%;
	}

	.footer-copy-right {
		text-align: left;
		width: 100%;
		margin-top: 5px;
	}

	.footer-copy-right a {
		margin: 0 5px;
	}

	.index-about-swiper .swiper-container {
		padding-bottom: 25px;
	}

	.index-about-swiper .swiper-pagination {
		bottom: 0;
		display: block;
	}

	.header-nav {
		top: 65px;
	}

	.banner-text p {
		width: 70%;
		margin: auto;
	}

	.banner-text h3 {
		font-size: 16px;
	}

	.index-about .index-about-left {
		width: 66%;
		margin-bottom: 20px;
	}

	.index-about .index-about-right h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.index-about .index-about-right p {
		font-size: 15px;
		line-height: 28px;
	}

	.more-a {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.index-case-ul li .index-case-right {
		border-radius: 10px;
	}

	.index-case-ul li .index-case-left p {
		line-height: 28px;
	}

	.index-case-ul li .index-case-left .index-news-title b {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.index-case-ul li .index-case-left .index-news-title {
		background-size: 52px;
		padding: 10px 20px 10px 75px;
	}

	.index-case-ul li {
		padding: 10px 0;
	}

	.index-video {
		margin-top: 20px;
	}

	.index-news-title h3 {
		font-size: 18px;
	}

	.index-news-title {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.index-news-news h4 {
		font-size: 17px;
	}

	.index-news-top-left {
		width: 100%;
		margin-bottom: 7px;
	}

	.index-news-top-right {
		width: 100%;
	}

	.index-news-top-left .swiper-slide .swiper-img {
		height: 170px;
		border-radius: 10px;
	}

	.index-news-top-left .swiper-slide a {
		border-radius: 10px;
	}

	.index-news-top-left .swiper-slide .swiper-text h5 {
		font-size: 15px;
	}

	.index-news-top-left .swiper-pagination {
		bottom: 7px;
	}

	.index-news-list-ul li a h4 {
		font-size: 15px;
		line-height: 28px;
		margin-top: 10px;
		height: auto;
		margin-bottom: 10px;
	}

	.index-news-list-ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index-news-list-ul li {
		width: 100%;
		margin-right: 0;
	}

	.index-news-top {
		margin-bottom: 0px;
	}

	.index-news-bg-left {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 20px;
	}

	.index-news-bg-right {
		width: 100%;
	}

	.index-news-bg {
		padding-top: 25px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.index-news-bg-swiper {
		padding: 15px 5px 15px 8px;
	}

	.index-news-bg-left a {
		padding: 2px 0;
		height: 43px;
		box-sizing: border-box;
	}

	.index-news-bg-left h5 {
		padding: 6px 10px 6px 33px;
		background-size: 22px;
	}

	.index-news-bg-left span {
		margin-top: 9px;
	}

	.index-news-bg-left .swiper-slide {
		padding-right: 20px;
	}

	.index-news-bg-swiper .swiper-container {
		height: 215px;
	}

	.index-news-right-swiper {
		padding: 10px;
	}

	footer {
		background-size: cover;
		background-position: left;
	}

	.index-about {
		padding: 0px 0 20px;
	}

/* 0516 */
.n-banner{
	margin-top: 65px;
}
.lang a{
	background-image: url(../images/lang2.png);
}
#header .search a {
    background-image: url(../images/sear2.png);
}
.search a{
	margin-top: 23px;
}
.lang {
    margin-right: 10px;
}
.search{
	margin-right: 15px;
}
.index-gc-swiper{}
.index-gc-swiper .swiper-wrapper{
	flex-wrap: wrap;
	transform: translate3d(0px, 0px, 0px)!important;
}

.index-gc-swiper .swiper-slide{
	width: 50%!important;
}
.index-gc-swiper .swiper-slide a .index-gc-text h4 {
    font-size: 14px;
}
.index-gc-swiper .swiper-slide a .index-gc-text span{
	font-size: 12px;
}
.index-gc-swiper .swiper-slide a .index-gc-text{
	padding: 10px 15px 5px;
}
.n-nav .n-nav-list a{
	font-size: 12px;
	margin: 0 5px;
	padding: 15px 1px;
}
.n-nav .n-nav-list a.active::after{
	height: 2px;
}
.title-div h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.padd-60{
	padding: 25px 0;
}
.about-text-div p{
	font-size: 14px;
	line-height: 26px;
}

.about-jj-list li{
	width: 49%;
}
.about-jj-list li:nth-of-type(2n){
	margin-right: 0;
}
.about-jj-list li a{
	font-size: 13px;
	height: 55px;
	padding: 0 15px;
}

.about-jj-list{
	    padding: 0 0 15px;
		margin-bottom: 20px;
}
.about-jj-people li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5px;
}
.about-jj-people li:nth-of-type(2n){
	margin-right: 0;
}
.about-jj-people li a h4{
	font-size: 15px;
}
.about-jj-people li a .about-people-div{
	padding: 10px;
}
.team-detail .team-detail-box .team-detail-left {
    width: 100%;
}
.n-nav-right {
    display: none;
}
.team-detail .team-detail-box .team-detail-left .team-detail-left-top ul li a{
	font-size: 14px;
	    padding: 10px 0;
}
.team-detail .team-detail-box .team-detail-left .team-detail-left-top {
    padding: 10px 10px;
}
.team-detail-right{
	width: 100%;
	    padding: 25px 10px;
}
.team-detail-right .team-detail-right-title h2 b{
	font-size: 18px;
}
.team-detail-right .team-detail-right-title p{
	font-size: 14px;
}
.team-detail-right .team-detail-name a{
	font-size: 12px;
}
.team-detail-right .team-detail-right-title h2 span{
	font-size: 12px;
}
.team-detail-right .team-detail-text {
    padding: 5px 0;
    margin-top: 5px;
}
.team-detail-right .team-detail-text h3{
	font-size: 15px;
	margin-bottom: 6px;
}
.team-detail-right .team-detail-text p{
	line-height: 26px;
}
.dsj-swiper-div .swiper-slide .dsj-slide-div{
	flex-wrap: wrap;
	height: auto;
}
.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-left{
	width: 100%;
}
.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-right{
	width: 100%;
	border-radius: 0;
}
.dsj-slide-left-div{
	padding: 10px 10px 15px;
}
.dsj-swiper-div .swiper-slide .dsj-slide-div .dsj-slide-left{
	padding: 0;
}
.dsj-swiper-div .swiper-button-next {
    right: 0;
}
.dsj-swiper-div .swiper-button-prev {
    left: 0;
}
.dsj-swiper-div .swiper-button-white{
	width: 30px;
	height: 30px;
	background-size: 8px;
}
.dsj-slide-left-div .dsj-slide-left-div-text b{
	font-size: 16px;
	    padding: 9px 3px;
		margin-bottom: 8px;
}
.dsj-slide-left-div .dsj-slide-left-div-text b::after{
	height: 3px;
}
.dsj-slide-left-div .dsj-slide-left-div-text p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.dsj-list .swiper-container .swiper-wrapper{
	justify-content: left;
}
.dsj-list .swiper-container .swiper-slide{
	
	margin: 0;
}
.dsj-text-swiper{
	height: auto;
	min-height: 370px;
	    margin-top: 20px;
}
.party-file-ul li a{
	flex-wrap: wrap;
	    padding: 8px 8px;
}
.party-file-ul li a h3{
	font-size: 15px;
	    background-size: 20px;
		padding: 12px 20px 8px 33px;
}
.party-file-ul li a span{
	margin-left: 33px;
	font-size: 12px;
}
.party-file-ul li a i{
	margin-left: auto;
}
.more-abt a{
	font-size: 12px;
	    padding: 8px 30px;
}
.more-abt {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
}
.news-list ul li a .news-list-left{
	width: 100%;
}
.news-list ul li a .news-list-center {
    width: 100%;
    padding-left: 0;
}
.news-list ul li a .news-list-center h3{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.news-list ul li a {
    padding: 15px 0;
}
.news-list ul li a .news-list-center span{
	font-size: 12px;
}
.party-detail-title h3{
	font-size: 16px;
	    margin-bottom: 5px;
}
.party-detail-title p a{
	font-size: 12px;
}
.party-detail-title{
	padding: 0 0 10px 0;
}
.news-detail-text {
    padding: 25px 10px 20px;
}
.fanye .fanye-left a p{
	font-size: 14px;
}
.fanye .fanye-left{
	width: 100%;
	margin-bottom: 15px;
}
.fanye .back a {
    font-size: 12px;
    padding: 8px 25px;
}

.team-ul li a b{
	font-size: 15px;
	line-height: 24px;
}
.team-ul li{
	width: 49%;
	margin-right: 2%;
	    height: 120px;
}
.team-ul li:nth-of-type(2n){
	margin-right: 0;
}
.team-ul li a{
	padding: 0 15px;
}
.team-list-ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.team-list-ul li:nth-of-type(2n){
	margin-right: 0;
}
.team-list-ul li a .team-list-text {
    text-align: center;
    padding: 15px 0;
}
.team-list-ul li a .team-list-text h4{
	font-size: 15px;
}
.news-list-ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
.news-list-ul li .news-text-div h4{
	font-size: 15px;
	line-height: 26px;
	height: auto;
}
.news-list-ul li .news-text-div p{
	height: auto;
}
.news-list-ul li .news-text-div {
    padding: 10px 5px 10px;
}
.under-kc-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.under-kc-ul li .under-kc-text h4{
	font-size: 15px;
	margin-bottom: 5px;
}
.under-kc-ul li .under-kc-text p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.under-kc-ul li .under-kc-text{
	padding: 15px 10px;
}
.under-kc-detail-text p {
    font-size: 14px;
    color: #607d8b;
    line-height: 26px;
}
.under-kc-img-div {
    text-align: center;
    margin-top: 25px;
}
.under-kc-zy {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}
.under-kc-zy-ul li dt b{
	font-size: 15px;
}
.under-kc-zy-ul li{
	width: 49%;
	margin-right: 2%;
	padding: 15px;
}
.under-kc-zy-ul li:nth-of-type(2n){
	margin-right: 0;
}
.under-kc-zy-ul li dt {
    padding-bottom: 5px;
    margin-bottom: 6px;
}
.under-fa-a a{
	font-size: 15px;
	padding: 10px 5px;
	    margin: 0 5px;
		border-bottom: 2px solid #ffffff;
}
.under-fa-a {
    margin-bottom: 15px;
}
.under-fa-ul{
	padding: 0;
}
.under-jx-ul li a h4{
	font-size: 16px;
	margin-bottom: 5px;
}
.under-jx-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.under-jx-jd-ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.under-jx-jd-ul li:nth-of-type(2n){
	margin-right: 0;
}
.under-jx-jd-ul a p{
	padding: 5px;
}
.under-jx-jg{
	margin-bottom: 15px;
}
.under-jx-jd-ul{
	margin-bottom: 30px;
}
.under-xs-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.under-xs-ul li a .under-xs-left {
    width: 100px;
    flex: 1;
}
.under-xs-ul li a .under-xs-right {
    width: calc(100% - 100px);
   
    padding: 10px;
    
}
.under-xs-ul li a h3{
	font-size: 16px;
	margin-bottom: 5px;
}
.under-xs-ul li a h5{
	margin-bottom: 5px;
}
.graduate-zs-ul li a .graduate-kc-ul-img {
    width: 100%;
    overflow: hidden;
}
.graduate-zs-ul li a .graduate-kc-ul-text {
    width: 100%;
    padding: 0 10px;
}
.graduate-zs-ul li a .graduate-kc-ul-text h4{
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0 5px;
}
.graduate-zs-ul li a .graduate-kc-ul-text p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.graduate-zs-ul li a .graduate-kc-ul-text span{
	font-size: 12px;
	margin-top: 22px;
	padding: 8px 20px;
}
.graduate-zs-ul li a{
	padding: 20px 0;
}
.science-jj-div {
    padding: 20px 0;
}
.science-jj-title h4{
	font-size: 15px;
	    margin-bottom: 10px;
}
.science-jj-title p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.science-jj-title {
    margin-bottom: 15px;
}
.science-ly-ul li {
    width: 100%;
    height: 250px;
}
.science-ly-ul li a p{
	padding: 20px;
}
.science-ly-ul{
	margin-bottom: 30px;
}
.student-active-ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
}
.student-active-swiper {
    text-align: center;
    margin-bottom: 20px;
}
.student-active-div{
	padding-top: 20px;
}
.student-active-ul li p{
	font-size: 15px;
}
.join-search input{
	font-size: 14px;
}
.join-search{
	height: 40px;
}
.join-search label::after{
	height: 20px;
}
.join-a a.first-a{
	padding-left: 0;
}
.join-a a{
	padding: 0 2px;
}
.join-a {
    margin-top: 20px;
    margin-bottom: 20px;
}
.join-list-dl dt .join-list-div span{
	font-size: 14px;
	padding: 8px 5px;
	
}
.join-list-dl .join-list-div{
	padding: 5px;
}
.join-list-dl .join-list-div span{
	padding: 8px 5px;
	font-size: 13px;
}
.join-list-dl .join-list-text-top{
	padding: 10px 10px 20px;
}
.join-list {
    margin-bottom: 20px;
}

.team-detail .team-detail-box .team-detail-left .team-detail-left-top{
	display: none;
}


.science-jj-div-box .science-jj-right{
	width: 100%;
}
.science-jj-div-box .science-jj-left{
	width: 100%;
}


#certify .swiper-slide {
    width: 250px;
}
#certify .swiper-slide p{
	font-size: 14px;
	opacity: 0;
}
#certify .swiper-slide-active p{
	opacity: 1;
}
#certify .swiper-container {
    padding-bottom: 20px;
}
.about-text-div p img{
	display: block;
}
.header-nav-top{
	display: none;
	position: unset;
	position: initial;
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
}
.header-ul-list>li:hover .header-nav-top {
    display: none;
}
.header-ul-list>li i{
		display: block;
		    position: absolute;
		    width: 35px;
		    height: 35px;
		    background: url(../images/xiala-x.png) no-repeat;
		    background-position: center;
		    background-size: 17px;
		    right: 10px;
		    top: 7px;
	}

.header-ul-list>li:nth-of-type(1) i{
	display: none;
}
.back-to a{
	font-size: 12px;
	    padding: 6px 20px;
}
}
.main.about-dsj.padd-60 {
	background-color: #f5f5f5;
}

.dsj-box {
	display: flex;
}

.dsj-box .dsj-list .swiper-wrapper {
	display: block;
	position: relative;
}

.dsj-box .dsj-list .swiper-wrapper::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	content: '';
	width: 3px;
	height: 100%;
	background-color: #ed6d01;
}

.dsj-box .dsj-list .swiper-slide {
	display: flex;
	align-items: center;
	height: 350px;
	margin: 0;
	text-align: center;
	z-index: 2;
}

.dsj-box .dsj-list .swiper-slide a {
	display: inline-block;
	color: rgb(25, 109, 166);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	line-height:1.4;
	margin: 0 auto;
	font-size: 24px;
	box-shadow: rgb(237 109 1 / 50%) 0 0 5px 5px;
display: flex;
    align-items: center;
}

.dsj-box .dsj-text-swiper {
	width: 80%;
	height: auto;
	margin: 0;
}

.dsj-box .dsj-list {
	width: 20%;
}

.dsj-box .dsj-text-swiper .dsj-swiper-div {
	opacity: 1;
	position: relative;
}

.dsj-box .dsj-slide-left-div {
	background-color: #fff;
}

@media (max-width:768px) {
	.dsj-box .dsj-list .swiper-slide a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		box-shadow: rgb(237 109 1 / 50%) 0 0 1px 1px;
	}

	.dsj-box .dsj-list {
		padding-right: 10px;
	}
}

.main.news.padd-60.paddx {
	padding: 0;
}

.wrap1230.inform {
	padding: 60px;
	/* background-color: #f5f5f5; */
}

.inform-con {
	display: flex;
	justify-content: space-between;
}

.inform-box li {
	min-height: 250px;
	margin-bottom: 50px;
	border-bottom: 2px solid #c4c4c4;
	position: relative;
	list-style: none;
}

.inform-box li:hover {
	border-bottom: 2px solid #0c488f;
}

.inform-box li:hover .circle-box .circlex {

	background-color: #0c488f;
}

.inform-box {
	padding: 0 60px;
}

.inform-left {
	width: 20%;
}

.inform-right {
	margin-left: 30px;
	width: 80%;
}

.inform-right h5 {
	margin: 10px 0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.inform-right p {
	color: #0c488f;
	text-indent: 0;
	line-height: 32px;
}

.inform-banner {
	display: none;
	float: left;
	width: 1%;
}

.inform-right .text {
	color: #333;
	text-indent: 2em;
	line-height: 32px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.inform-month {
	margin: 0;
	width: 60%;
	text-align: center;
	color: #fff;
	background-color: #0c488f;
	font-size: 23.45px;
	line-height: 40px;
	text-indent: 0;
	padding: 0;

}

.inform-date {
	margin: 0;
	width: 60%;
	font-weight: bold;
	text-align: center;
	color: #0c488f;
	/* background-color: #fff; */
	font-size: 40px;
	line-height: 60px;
	text-indent: 0;
	padding: 0;
	background-color: #f5f5f5;
}

.circle-box {
	display: none;
	padding: 50px 20px 20px 0;
	text-align: end;
}

.circle-box .circlex {
	margin-right: 12px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ccc;
}

/*6-1*/
.graduate-zs-ul li a .graduate-kc-ul-text p,.under-kc-ul li .under-kc-text p,.news-list-ul li:hover .news-text-div p,.news-list-ul li .news-text-div p,.about-text-div p,.wid3-text p{text-align: justify;}



/* 新增页面样式 */
.n-banner img{
	width: 100%;
}
.videoDivRow{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4%;
}
.videoDiv .wid2{
	display: block;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.videoDiv .wid2:nth-child(2n){
	margin-right: 0;
}
.wid2-text h4{
	padding: 25px 0;
	font-size: 18px;
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
}
.videoDiv .wid2:hover h4{
	color: #006aa9;
}
.videoDiv .wid2-img{
	overflow: hidden;
}
.videoDiv .wid2 img{
	transition: all .6s;
}
.videoDiv .wid2:hover img{
	width: 100%;
	transform: scale(1.05);
}
.moreDiv{
	padding: 130px 0 40px;
	text-align: center;
}
.moreDiv a{
	display: inline-block;
	line-height: 45px;
	padding: 0 50px;
	color: #196da6;
	border: 1px solid #196da6;
	border-radius: 8px;
}
.moreDiv a:hover{
	background-color: #196da6;
	color: #fff;
}
.dynamicRow{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
    justify-content: center;
}
.dynamicRow .wid3{
	width: 31%;
	/*margin-right: 3.5%;*/
	margin-bottom: 5%;
}
.dynamicRow .wid3:nth-child(3n){
	margin-right: 0;
}
.wid3-text h4{
	padding: 25px 0 15px; 
	font-size: 18px;
	line-height: 1.2em;
	height: 1.2em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.dynamicRow .wid3-text h4{
    text-align: center;
}

.dynamicRow .wid3:hover h4{
	color: #006aa9;
}
.wid3-text p{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dynamicRow .wid3-img{
	overflow: hidden;
}
.dynamicRow .wid3 img{
	transition: all .6s;
	width: 100%;
}
.dynamicRow .wid3:hover img{
	transform: scale(1.05);
}
.mark-title .wrap1230{
	box-sizing: border-box;
	padding: 0 45px 45px;
	border-bottom: 1px solid #eee;
}
.mark-title h2{
	font-size: 30px;
	margin-bottom: 25px;
}
.mark-title p{
	color: #999;
	line-height: 1em;
}
.mark-title p span:first-child{
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #999;
}
.markCon{
	padding: 25px 45px 140px;
}
.markCon p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.mark-con h4{
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}
.professor-box{
	padding-bottom: 190px;
	padding: 0 ;
}
.professor-box p{
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.professor-con{
	display: flex;
	padding: 0 60px;
}
.professor-con:first-child p{
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
}
.professor-con:first-child{
	background-color: #005283;
}
.professor-con p:first-child{
	width: 20%;
}
.professor-con p:nth-child(2){
	width: 26%;
}
.professor-con p:nth-child(3){
	width: 26%;
}
.professor-con p:nth-child(4){
	width: 26%;
}
.talent-left{
	width: 260px;
	margin-right: 55px;
background-color: #f7fafb;
}

.talent-left li a{
	color: #000;
	display: block;
	padding: 0 30px;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px solid #eee;

}
.talent-left li.active a{
	color: #fff;
	background-color: #005282;

}
.talent-right{
	width: calc(100% - 315px);
}
.talent-right li{
	padding: 25px 0;
	border-top: 1px dashed #ddd;
	
}
.talentDivBox{
	display: flex;
}
.talentCon{
	display: flex;
}
.talentRight-l{
	width: 20%;
}
.talentRight-l h4{
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
}
.talentRight-r{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	min-height: 72px;
}
.talentRight-r a{
	display: block;
	font-size: 14px;
	color: #666;
	width: 25%;
	line-height: 36px;
}
.talentCon:nth-child(n+2) h4{
	font-size: 14px;
	color: #666;
}



.inform-left.academic {
	width: 40%;
}

.inform-right.academic {
	width: 60%;
}

.inform-box.academic li {
	min-height: 280px;
}

.inform-right .text.academicP {
	margin-top: 8px;
}

._active_1 {
	background-color: #0c488f !important;
}
._page_container{
	margin: 60px auto;
}
.research-input {
	display: flex;
	text-align: center;
	height: 55px;
	position: relative;
	align-items: center;
	justify-content: center;
}

.research-input input {
	padding-left: 8px;
	width: 562px;
	height: 55px;
	font-size: 16px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.research-input button {
	width: 80px;
	height: 55px;
	background-color: #025fac;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
}

.research-text {
	font-size: 15px;
	border-bottom: 1px solid #b0b0b0;
	padding: 48px 0 8px;
	color: #333;
}

.research-text span {
	color: #ef8642;
	padding: 0 3px;
	letter-spacing: 2px;
	/* font-weight: bold; */
}

.research-con {
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
}

.research-con a {
	display: block;
	width: 100%;
}

.research-right {
	padding: 0 50px;
	width: 75%;
	box-sizing: border-box;
}
.research-left {
	width: 24%;
	box-sizing: border-box;
	overflow: hidden;
}

.research-left img {
	width: 100%;
	transition: all .6s;
}

.research-con:hover .research-left img {
	transform: scale(1.1);
	transition: all 1s;
}

.research-right h3 {
	padding: 20px 0;
	font-size: 18px;
	color: #333;
}

.research-right h3 span {
	color: #ef8642;
}

.research-right p {
	font-size: 14px;
	color: #999;
}


				.honor-title{
					display: flex;
					justify-content: center;
				}
				.honor-title h4 a{
					display: block;
					padding-bottom: 18px;
					margin:0 80px;
					font-size: 18px;
					color: #000;
					line-height: 1em;
					cursor: pointer;
				}
				.honor-title h4 .active{
					border-bottom: 2px solid #006aa9;
				}
				.honor-display{
					display: none;
					margin-top: 60px;
				}
				.honor-display.active{
					display: block;
				}
				.honor-student{
					margin-bottom: 12px;
					padding:20px 55px ;
					background-color: #f2f3f5;
				}
				.honor-student h6{
					margin-bottom: 8px;
					font-weight: bold;
					font-size: 16px;
				}
				.honor-student p {
					margin: 0 auto;
					
				}
				.honor-student a{
					width: 24%;
					cursor: default;
				}
				.honor-student a img{
					padding: 0 5px 3px 0;
				}
				.honor-top{
					margin: 0px 0 12px;
					color: #333;
				}
				.honor-gjj table{
					width: 100%;
					border-collapse: collapse   
				}
				.honor-gjj tr{
					height: 55px;
					line-height: 55px;
				}
				.honor-gjj tr:first-child{
					background-color: #006aa9;
					color: #fff;
				}
				.honor-gjj tr td{
					width: 17%;
					text-align: center;
					border-bottom: 1px solid #ddd;
				}
				.honor-gjj tr td:nth-child(2){
					width: 32%;
				}
				.honor-jy tr td{
					width: 15%;
					text-align: center;
					border-bottom: 1px solid #ddd;
				}
				.honor-gjj.honor-jxky tr td:nth-child(2){
					width:15%
				}
				.honor-gjj.honor-jxky tr td{
				border: 1px solid #ddd;
   	 			padding: 5px 15px;
    				line-height: 1.8em;
    				text-align: justify;
				
				}
				.honor-gjj.honor-jxky tr td:nth-child(5) { width:25%;}
				.honor-gjj.honor-jxky tr td:first-child{ text-align: center; width: 10%;}
				.honor-gjj.honor-jxky tr:first-child td{ text-align: center;}
#index-video1{
	cursor: pointer;
}









@media (max-width:768px) {
	.wrap1230.inform {
		padding: 0;

	}

	.inform-box {
		padding: 0;
	}

	.inform-month {
		width: 80%;
	}

	.inform-date {
		width: 80%;
		font-size: 24px;
	}

	.inform-right h5 {
		font-size: 20px;
	}

	.inform-right .text {
		margin-top: 8px;
	}

	.inform-box li {
		min-height: 210px;
		margin-bottom: 30px;
	}

	.n-nav .n-nav-list a {
		margin: 0 4px;
	}

	.wrap1230 {
		max-width: 96%;
	}

	.talent-left li a{
		color: #000;
    display: block;
    padding: 8px;
    line-height: 1.8em;
    font-size: 12px;
    border-bottom: 1px solid #eee;
	}

.talent-right {
    width: 75%;
}
.talentRight-l h4 {
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
}
.talentRight-r a {
    display: block;
    font-size: 12px;
    color: #666;
    width: 25%;
    line-height: 30px;
}
.talentRight-l {
    width: auto;
}
.professor-con {
    display: flex;
    padding: 0 5px;
}
.professor-box p {
    line-height: 1.8em;
    font-size: 14px;
    color: #666;
    text-align: center;    
padding: 0 5px;
    text-align: start;
}
.professor-con p:first-child {
    width: 15%;
    text-align: center;
}
.professor-con p:nth-child(2) {
    width: 20%;
}
.professor-con p:nth-child(3) {
    width: 30%;
}
.professor-con p:nth-child(4) {
    width: 35%;
}
.talent-left {
    width: 25%;
    margin-right: 25px;
    background-color: #f7fafb;
}
.news-detail-text p img {
    text-align: center;
    max-width: 100%;
}
.service-down-ul li .service-down-div {
    padding: 15px;
}
.service-down-ul li .service-down-div h3 {
    font-size: 16px;
    color: #666666;
    padding-left: 45px;
    line-height: 2;
    width: 60%;
}
.science-jj-title p{
text-indent: 0 !important;
}
.science-jj-title p span{
text-indent: 2em !important;
}
html .honor-gjj.honor-jxky tr td {
    padding: 5px 10px;
}

.honor-title h4 a {
    padding-bottom: 10px !important;
    margin: 10px 15px !important;
    font-size: 16px !important;
}
.honor-display {
    margin-top: 30px;
}
.honor-student {
    padding: 15px;
}
.honor-gjj tr td {
    width: 20% !important;    font-size: 12px;line-height: 1.8em;padding: 5px 0px;
}
.honor-gjj tr td:nth-child(3){
	display:none;
}
.honor-gjj tr td:nth-child(2) {
    width: 40%;
}
.header-ul-list>li>a {
    padding: 8px;
}
.dynamicRow .wid3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
}
.videoDiv .wid2 {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.mark-title .wrap1230 {
    padding: 0 15px 20px;
}
.mark-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.markCon {
    padding: 15px;
}
.markCon p video{
	max-width: 100%;
    margin: 0;
    aspect-ratio: auto;
}



}
