body { word-wrap:break-word; word-break:keep-all;background: #fff;margin: 0 auto;width: 100%;}
* {box-sizing: border-box;margin:0; padding:0;font-weight: normal;font-size: 14px;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol { list-style:none; }
a { text-decoration:none !important; color:#666; vertical-align:baseline; cursor:pointer; font-size: inherit;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {
    outline: none;
    -webkit-appearance: none;
    background: none;
}
input[type='checkbox']:focus{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #8b8b8b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8b8b8b;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8b8b8b;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8b8b8b;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container1 {
	width: 1400px;
	margin: 0 auto;
}

/* header */
.header {
	/* position: absolute; */
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	z-index: 99;
}
.header._hidden._show {
	/* position: fixed; */
	/* transform: translateY(0); */
	/* background: rgba(0,0,0,.6); */
}
.header._hidden {
	/* background: rgba(0,0,0,.5);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px); */
	/* box-shadow: 0 0 10px rgba(53,53,53,0.2); */
}
.header._show {
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(53,53,53,0.2);
}
.hd_con {
	position: relative;
}
a.logo {
	float: left;
}
.naver {
	float: left;
	margin-top: 40px;
	margin-left: 2%;
}
.naver ul li {
	display: inline-block;
	margin: 0 14px;
}
.naver ul li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 38px;
	position: relative;
	font-weight: bold;
}
.naver ul li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all .36s;
}
.naver ul li:hover a::before ,
.naver ul li.active a::before {
	width: 100%;
}
.hd_right {
	float: right;
	margin-top: 44px;
	padding-left: 24px;
	position: relative;
}
.hd_right::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #cad6e0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hd_right > * {
	display: inline-block;
	vertical-align: middle;
}
.language {
	padding: 0 10px;
	background: rgba(255,255,255,.3);
	border-radius: 13px;
	margin-right: 22px;
}
.language a {
	display: inline-block;
	color: #fff;
	line-height: 26px;
	padding: 0 2px;
	transition: all .36s;
}
.language a.on ,
.language a:hover {
	color: #1d50ff;
}
.h_tel > * {
	display: inline-block;
	vertical-align: middle;
}
.h_tel span {
	color: #fff;
	font-family: impact;
	font-size: 26px;
	margin-left: 5px;
}
.bannerSwiper .swiper-pagination {
	display: block;
}
.bannerSwiper .swiper-pagination-bullet {
	width: 26px;
	height: 6px;
	opacity: 1;
	background: rgba(255,255,255,.2);
	border-radius: 3px;
}
.bannerSwiper .swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
}
.section1 > div {
	float: left;
	height: 340px;
}
.index_left1 {
	width: 46.35%;
	background: #1f4dc1;
	padding-left: 8%;
	padding-top: 50px;
}
.index_title1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 45px;
}
.about_list1 ul li {
	display: inline-block;
	text-align: center;
	padding: 0 50px;
	position: relative;
}
.about_list1 ul li:first-child {
	padding-left: 0;
}
.about_list1 ul li:last-child {
	padding-right: 0;
}
.about_list1 ul li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background: rgba(237,237,237,.3);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about_list1 ul li:last-child::before {
	display: none;
}
.about_list1 ul li a {
	display: inline-block;
}
.about_list1 ul li a h2 {
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e6e6e6;
	-webkit-transition: background .3s,box-shadow .3s;
	-moz-transition: background .3s,box-shadow .3s;
	transition: background .3s,box-shadow .3s;
	overflow: hidden;
}
.about_list1 ul li a h2 img + img {
	display: none;
}
.about_list1 ul li a p {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
}
.about_list1 ul li:hover a h2 {
	background: #fff;
	box-shadow: 0 0 0 6px rgba(255,255,255,.15);
}
.about_list1 ul li:hover a h2 img {
	display: none;
}
.about_list1 ul li:hover a h2 img + img {
	display: inline-block;
	-webkit-animation: toRightFromLeft .3s forwards;
	-moz-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards;
}
.about_list1 ul li:nth-child(2):hover a h2 img + img {
	-webkit-animation: toBottomFromTop .3s forwards;
	-moz-animation: toBottomFromTop .3s forwards;
	animation: toBottomFromTop .3s forwards;
}
.about_list1 ul li:nth-child(3):hover a h2 img + img {
	-webkit-animation: toTopFromBottom .3s forwards;
	-moz-animation: toTopFromBottom .3s forwards;
	animation: toTopFromBottom .3s forwards;
}
.about_list1 ul li:nth-child(4):hover a h2 img + img {
	-webkit-animation: toLeftFromRight .3s forwards;
	-moz-animation: toLeftFromRight .3s forwards;
	animation: toLeftFromRight .3s forwards;
}
@-webkit-keyframes toRightFromLeft{
	49%{
		-webkit-transform:translate(100%)
	}50%{
		opacity:0;
		-webkit-transform:translate(-100%)
	}51%{
		opacity:1
	}
}
@-webkit-keyframes toLeftFromRight{
	49%{
		-webkit-transform:translate(-100%)
	}50%{
		opacity:0;
		-webkit-transform:translate(100%)
	}51%{
		opacity:1
	}
}
@-webkit-keyframes toBottomFromTop{
	49%{
		-webkit-transform:translateY(100%)
	}50%{
		opacity:0;
		-webkit-transform:translateY(-100%)
	}51%{
		opacity:1
	}
}
@-webkit-keyframes toTopFromBottom{
	49%{
		-webkit-transform:translateY(-100%)
	}50%{
		opacity:0;
		-webkit-transform:translateY(100%)
	}51%{
		opacity:1
	}
}
@keyframes toRightFromLeft{
	49%{
		transform:translate(100%)
	}50%{
		opacity:0;
		transform:translate(-100%)
	}51%{
		opacity:1
	}
}
@keyframes toLeftFromRight{
	49%{
		transform:translate(-100%)
	}50%{
		opacity:0;
		transform:translate(100%)
	}51%{
		opacity:1
	}
}
@keyframes toTopFromBottom{
	49%{
		transform:translateY(-100%)
	}50%{
		opacity:0;
		transform:translateY(100%)
	}51%{
		opacity:1
	}
}
@keyframes toBottomFromTop{
	49%{
		transform:translateY(100%)
	}50%{
		opacity:0;
		transform:translateY(-100%)
	}51%{
		opacity:1
	}
}
.index_right1 {
	width: 53.65%;
	background: #2282e1;
	padding: 50px 8% 0 80px;
	position: relative;
}
a.jia {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 76px;
	background: #71b5f8;
	font-size: 50px;
	color: #fff;
	transition: all .36s;
}
a.jia:hover {
	transform: rotate(360deg);
	border-radius: 50%;
}
.about_info1 h2 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.about_info1 h2::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.about_info1 .txt {
	color: #fff;
	line-height: 33px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index_title2 {
	text-align: center;
	padding: 110px 0 30px 0;
}
.index_title2 h1 {
	font-size: 18px;
	color: #b0b7bf;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: arial
}
.index_title2 h2 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title2 h2 i {
	width: 20px;
	height: 1px;
	background: #e0e0e0;
}
.index_title2 h2 span {
	color: #10132a;
	font-size: 28px;
	margin: 0 15px;
	letter-spacing: 2px;
	font-weight: bold;
}
.index_title2 p {
	margin-top: 30px;
	color: #909aa5;
	font-size: 16px;
}
.research_content .research_tab {
	display: none;
}
.research_list1 ul li {
	width: 33.33%;
	float: left;
	position: relative;
	background: #54c5ff;
	transition: all .36s;
	height: 220px;
}
.research_list1 ul li::before {
	position: absolute;
	content: "";
	width: 0;
	border-bottom: 18px solid #54c5ff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	top: -18px;
	opacity: 0;
	transition: all .36s;
}
.research_list1 ul li .label1 {
	position: absolute;
	right: 18px;
	bottom: 15px;
	z-index: 1;
}
.research_list1 ul li:nth-child(2) {
	background: #4b77fe;
}
.research_list1 ul li:nth-child(3) {
	background: #3764fd;
}
.research_list1 ul li:nth-child(2)::before {
	border-bottom: 18px solid #4b77fe;
}
.research_list1 ul li:nth-child(3)::before {
	border-bottom: 18px solid #3764fd;
}
.research_box {
	position: relative;
	height: 100%;
	padding: 22px 7% 0 7%;
	z-index: 1;
	transition: all .36s;
}
.research_box h3 {
	text-align: center;
	margin-bottom: 15px;
}
.research_box h3 > * {
	display: inline-block;
	vertical-align: bottom;
}
.research_box h3 span {
	color: #fff;
	font-size: 26px;
	margin-left: -30px;
}
.research_box .txt {
	color: #fff;
	line-height: 33px;
	/* text-align: justify; */
	display: -webkit-box;
	-webkit-line-clamp:3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.research_list1 ul li.active::before {
	opacity: 1;
	top: -28px;
}
.research_list1 ul li.active .research_box{
	transform: translateY(-4.3%);
	height: 230px;
	background: #54c5ff;
}
.research_list1 ul li:nth-child(2).active .research_box{
	background: #4b77fe;
}
.research_list1 ul li:nth-child(3).active .research_box{
	background: #3764fd;
}
.section3 {
	background-color: #f5f7f9;
}
.news_list1 {
	text-align: center;
	margin-bottom: 34px;
}
.news_list1 ul li {
	display: inline-block;
	margin: 0 16px;
}
.news_list1 ul li a {
	display: inline-block;
	color: #909ba7;
	font-size: 18px;
	padding: 0 22px;
	line-height: 46px;
	border: 1px solid #cdd4df;
	border-radius: 24px;
}
.news_list1 ul li.active a {
	background: #2182e1;
	color: #FFFFFF;
	border-color: #2182e1;
}
.news_content .news_tab {
	display: none;
}
.news_left1 {
	width: 49.16%;
	float: left;
}
.news_left1 a {
	display: block;
	width: 100%;
}
.news_img1{
	border: 10px solid #fff;
	margin-bottom: 20px;
}
.news_info1 {
	padding: 25px 25px 30px 25px;
	background: #fff;
}
.news_info1 h2 {
	color: #272636;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	margin-bottom: 14px;
	transition: all .36s;
}
.news_info1 p {
	color: #6d7081;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news_left1 a:hover .news_info1 h2 {
	color: #2182e1;
}
.news_right1 {
	width: 49.16%;
	float: right;
}
.news_list2 ul li {
	margin-bottom: 20px;
}
.news_list2 ul li a {
	display: block;
	background: #fff;
	padding: 25px 25px 16px 25px;
	position: relative;
}
.news_list2 ul li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #2182e1;
	left: 0;
	bottom: 0;
	transition: all .36s;
}
.news_list2 ul li a h2 {
	color: #10132a;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .36s;
}
.news_list2 ul li a h5 {
	color: #6d7081;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin: 14px 0;
}
.news_list2 ul li a h3 {
	position: relative;
}
.news_list2 ul li a h3 span {
	color: #b0b2ba;
	font-size: 16px;
}
.news_list2 ul li a h3 p {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list2 ul li a h3 p > * {
	display: inline-block;
	vertical-align: middle;
}
.news_list2 ul li a h3 p s {
	text-decoration: none;
	color: #b0b2ba;
	font-size: 16px;
	margin-right: 2px;
	transition: all .36s;
}
.news_list2 ul li a h3 p img + img {
	display: none;
}
.news_list2 ul li a:hover::before {
	width: 100%;
}
.news_list2 ul li a:hover h2 {
	color: #2182e1;
}
.news_list2 ul li a:hover h3 p img {
	display: none;
}
.news_list2 ul li a:hover h3 p img + img {
	display: inline-block;
}
.news_list2 ul li a:hover h3 p s {
	color: #2182e1;
}
.news_w {
	padding-bottom: 130px;
}

/* footer */
.footer {
	background: #2c445c;
}
.f_con {
	position: relative;
	padding: 65px 0 45px 0;
}
.copyright {
	background-color: #1e3347;
	text-align: center;
	padding: 10px 0;
	line-height: 36px;
	color: #fff;
}
.f_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	position: relative;
}
.f_item::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 150px;
	background: rgba(255,255,255,.1);
	right: 0;
	top: 4px;
}
.f_item:last-child::before {
	display: none;
}
.f_item h2 {
	margin-bottom: 12px;
}
.f_item h2 a {
	display: inline-block;
	color: rgba(255,255,255,.8);
	font-size: 16px;
}
.f_item ul li {
	line-height: 33px;
}
.f_item ul li a {
	color: rgba(255,255,255,.8);
	font-size: 13px;
}
.f_nav {
	float: left;
}
.f_contact {
	float: right;
}
.f_contact > * {
	display: inline-block;
	vertical-align: top;
}
.f_t1 h2 {
	color: #d7d8d9;
	font-size: 16px;
	padding-bottom: 10px;
}
.f_t1 p > * {
	display: inline-block;
	vertical-align: middle;
}
.f_t1 p span {
	color: #eaeaea;
	font-size: 16px;
	line-height: 40px;
	margin-left: 6px;
	font-family: arial
}
.f_ewm {
	text-align: center;
	color: #fff;
	margin-left: 24px;
}
.f_ewm p {
	margin-top: 10px;
}

/* mobile header */
.m_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 4px rgba(51,51,51,0.1);
    background: #2c445c;
}
.m_hcon {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
a.m_logo {
    float: left;
}
a.m_logo img {
    height: 56px;
}
.nav_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 24px;
	cursor: pointer;
}
.nav_icon span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    top: 0;
    -webkit-transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -o-transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.nav_icon span:nth-child(2) {
    width: 18px;
    margin: 7px 0;
}
.nav_icon.on span:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav_icon.on span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_icon.on span:nth-child(2) {
    opacity: 0;
}
.nav_icon.on span:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m_naver {
    position: fixed;
    width: 100%;
    left: 0;
    top: 56px;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    display: none;
}
.m_lanuage {
   padding: 10px 6%;
}
.m_lanuage a.on {
	color: #1d50ff;
}
.m_naver ul {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.m_naver ul li {
    text-indent: 6%;
    font-size: 16px;
    line-height: 40px;
    padding-right: 15px;
}
.m_naver ul li > a {
    display: block;
	color: #333333;
	position: relative;
}
.m_naver ul li > a.icon1:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transition: all ease-in-out .36s;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../images/icon9.png) no-repeat center;
    background-size: cover;
}
.m_naver ul li dl {
    display: none;
}
.m_naver ul li dl dd {
    font-size: 14px;
    line-height: 34px;
    text-indent: 10%;
}
.m_naver ul li dl dd a {
    color: #666666;
}
.m_naver ul li > a.active {
    color: #007AFF;
}
.m_naver ul li > a.icon1.active:before {
    transform: rotate(90deg);
}

/* floatRight */
.floatRight {
	position: fixed;
	right: 20px;
	bottom: 20%;
	z-index: 99;
}
.floatRight ul li a {
	display: block;
	background: #2c445c;
	transition: background .3s;
}
.floatRight ul li {
	margin-top: 4px;
	position: relative;
}
.floatRight ul li a:hover {
	background: #325ecc;
}
.ewm_p {
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 4px;
	right: 50px;
	top: 0;
	display: none;
}
.ewm_li:hover .ewm_p {
	display: block;
}
.tel_li p {
	position: absolute;
	right: 50px;
	background: #fff;
	top: 0;
	color: #10132A;
	width: 150px;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	display: none;
}
.tel_li:hover p {
	display: block;
}

/* 关于我们 */
.ny_hd {
	position: relative;
}
.crumbs {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 10;
}
.crumbs_list1 ul li {
	width: 25%;
	float: left;
}
.crumbs_list1 ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	text-align: center;
}
.crumbs_list1 ul li.active a {
	background: #2282e1;
}
.about_w1 {
	padding: 75px 0 130px 0;
}
.about_title1 {
	text-align: center;
	color: #000;
	font-size: 30px;
	margin-bottom: 24px;
}
.about_info2 .txt {
	color: #828282;
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
}
.about_w2 {
	padding: 80px 0 40px 0;
}
.culture_list ul li {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
.culture_img1 {
	margin-right: 4%;
}
.culture_info1 {
	width: 75.8%;
}
.culture_info1 h2 {
	color: #000;
	font-size: 26px;
	margin-bottom: 5px;
}
.culture_info1 p {
	color: #828282;
	font-size: 16px;
	line-height: 30px;
}
.about_w3 {
	padding: 60px 0 90px 0;
}
.honor_list ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 28px;
	text-align: center;
	padding: 10px 10px 15px 10px;
	background: #f6f8fa;
}
.honor_list ul li:nth-child(3n) {
	margin-right: 0;
}
.honor_list ul li p {
	color: #666;
	font-size: 16px;
	margin-top: 18px;
}
/* page */
.page {
    position: relative;
}
.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #909ba7;
    line-height: 40px;
    background: #e8ebef;
    margin: 0 4px;
    font-size: 18px;
}
.page a.on {
    width: 50px;
    height: 50px;
    background: #2282e1;
    color: #fff;
    line-height: 50px;
}
.page .prev, .page .next {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    background: none;
    line-height: inherit;
}
.page .prev {
    right: 40px;
}
.page .next {
    right: 0;
}

/* 科研体系 */
.science_w1 {
	padding: 100px 0 80px 0;
}
.science_list1 ul li {
	margin-bottom: 100px;
}
.science_list1 ul li a {
	display: block;
}
.science_img1 {
	width: 40%;
	float: left;
	overflow: hidden;
}
.science_img1 img {
	transition: all .36s;
}
.science_info1 {
	width: 53.33%;
	float: right;
	margin-top: 10px;
}
.science_info1 h2 {
	color: #000;
	font-size: 26px;
	margin-bottom: 6px;
}
.science_info1 p {
	color: #828282;
	font-size: 16px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.science_info1 h3 span {
	display: inline-block;
	color: #2282e1;
	font-size: 16px;
	padding: 0 15px;
	line-height: 36px;
	border: 2px solid #2282e1;
	border-radius: 6px;
}
.science_list1 ul li a:hover .science_img1 img {
	transform: scale(1.1);
}
.science_list1 ul li:nth-child(2n) .science_img1 {
	float: right;
}
.science_list1 ul li:nth-child(2n) .science_info1 {
	float: left;
}

.insider_content1 {
	background: #f8fbfd;
}
.science_w2 {
	margin: -40px 0 0 0;
	position: relative;
	padding-bottom: 10px;
	z-index: 1;
}
.icon1 {
	text-align: center;
	margin-top: 20px;
}
.icon1 img {
	animation: upDown 3s -0.5s linear infinite;
}
@keyframes upDown{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes upDown{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
.area_h1 {
	background: #fff;
	padding: 50px 5.66%;
	margin-bottom: 10px;
}
.area_title1 {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.area_title1::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 2px;
	background: #2282e1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.area_title1 h1 {
	color: #000;
	font-size: 30px;
	margin-bottom: 4px;
}
.area_title1 h2 {
	color: #ccc;
	font-size: 16px;
}
.team_list ul li {
	width: 31.3%;
	float: left;
	margin-right: 3.05%;
	margin-bottom: 50px;
}
.team_list ul li:nth-child(3n) {
	margin-right: 0;
}
.team_list ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.team_list ul li a > h2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0.6);
	text-align: center;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.team_u1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(34,130,225,.9);
	left: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}
.team_info1 {
	position: absolute;
	width: 76%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.team_info1 h2 {
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 20px;
}
.team_info1 p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/* text-align: justify; */
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

/* 团队详情 */
.area_h2 {
	padding: 20px 30px 44px 30px;
	background: #fff;
	margin-bottom: 10px;
}
.team_h1 {
	position: relative;
	border-bottom: 1px dashed #eaf0f3;
	margin-bottom: 28px;
}
.team_h1 h1 {
	color: #000;
	font-size: 22px;
	padding-left: 18px;
	position: relative;
	line-height: 54px;
}
.team_h1 h1::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 22px;
	background-color: #2182e1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.team_h1 a.back ,
.area_title1 a.back {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: 0 15px;
	background: #2282e1;
	border-radius: 17px;
}
.team_h1 a.back > * ,
.area_title1 a.back > *{
	display: inline-block;
	vertical-align: middle;
}
.team_h1 a.back span ,
.area_title1 a.back span {
	line-height: 34px;
	color: #fff;
	margin-right: 8px;
}
.team_img2 {
	width: 28%;
	float: left;
}
.team_info2 {
	width: 66%;
	float: right;
	margin-top: 15px;
}
.team_info2 h2 {
	color: #000;
	font-size: 26px;
}
.team_info2 h3 {
	color: #b4b4b4;
	font-size: 18px;
	padding: 12px 0 16px 0;
	position: relative;
	margin-bottom: 14px;
}
.team_info2 h3::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 2px;
	background: #2282e1;
	left: 0;
	bottom: 0;
}
.team_info2 .txt {
	color: #828282;
	font-size: 16px;
	line-height: 36px;
}

/* 新闻中心 */
.news_list3 ul li {
	width: 49.16%;
	float: left;
	margin-right: 1.68%;
	margin-bottom: 30px;
}
.news_list3 ul li:nth-child(2n) {
	margin-right: 0;
}
.news_list3 ul li a {
	background: #f5f7f9;
}
.news_t1 h2 > * {
	display: inline-block;
	vertical-align: middle;
}
.news_t1 h2 span {
	color: #838282;
	line-height: 54px;
	margin-left: 5px;
}
.news_detail {
	padding: 0 3.5%;
}
.news_t2 {
	text-align: center;
	padding: 15px 0 35px 0;
}
.news_t2 h1 {
	color: #000;
	font-size: 22px;
}
.news_dd {
	padding-bottom: 70px;
}
.pian a {
	display: block;
	color: #666;
	padding-left: 32px;
	line-height: 42px;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pian a.prev {
	background: url(../images/prev2.png) no-repeat left center;
	border-bottom: 1px dashed #eeeeee;
}
.pian a.next {
	background: url(../images/next2.png) no-repeat left center;
}
.pian a.prev:hover {
	background: url(../images/prev2x.png) no-repeat left center;
}
.pian a.next:hover {
	background: url(../images/next2x.png) no-repeat left center;
}
.pian a:hover {
	color: #2282e1;
}

/* 校企合作 */
.school_list ul li {
	width: 44%;
	float: left;
	margin-right: 12%;
	text-align: center;
}
.school_list ul li:nth-child(2n) {
	margin-right: 0;
}
.school_list ul li p {
	color: #000;
	font-size: 22px;
	margin-top: 15px;
}

/* 人才理念 */
.crumbs_list2 ul li {
	width: 50%;
}
.linian_info1 .txt {
	text-align: center;
}
.linian_list ul li {
	margin-top: 60px;
}
.linian_img {
	width: 70%;
	float: left;
}
.linian_info2 {
	width: 25.8%;
	float: right;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.linian_info2::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background: #dcdcdc;
	left: 0;
	bottom: 0;
}
.linian_info2 h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 15px;
}
.linian_info2 p {
	color: #828282;
	line-height: 26px;
}
.linian_list ul li:nth-child(2n) .linian_img {
	float: right;
}
.linian_list ul li:nth-child(2n) .linian_info2 {
	float: left;
}

/* 人才招聘 */
.recruit_list1 ul li {
	width: 23.33%;
	float: left;
	margin-right: 2.22%;
	margin-bottom: 20px;
	position: relative;
	padding: 0 12px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
}
.recruit_list1 ul li:nth-child(4n) {
	margin-right: 0;
}
.recruit_list1 ul li h2 {
	color: #505050;
	font-size: 12px;
	line-height: 58px;
	position: relative;
	padding-left: 12px;
}
.recruit_list1 ul li h2::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 22px;
	background: #2282e1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_list1 ul li p {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_list1 ul li p > * {
	display: inline-block;
	vertical-align: middle;
}
.recruit_list1 ul li p span {
	color: #505050;
	padding-left: 4px;
	font-size: 12px;
}
.recruit_list1 ul li p img + img {
	display: none;
}
.recruit_list1 ul li.active {
	background: #2282e1;
	border-color: #2282e1;
}
.recruit_list1 ul li.active * {
	color: #fff;
}
.recruit_list1 ul li.active h2::before {
	background: #fff;
}
.recruit_list1 ul li.active p img {
	display: none;
}
.recruit_list1 ul li.active p img + img {
	display: inline-block;
}
.recruit_u1 {
	padding: 20px;
	border-bottom: 1px dashed #e4e4e4;
	margin-bottom: 15px;
}
.recruit_info1 {
	margin-bottom: 20px;
}
.recruit_info1 h3 {
	color: #2282e1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.recruit_info1 .txt {
	color: #666;
	line-height: 28px;
}
.recruit_info2 h3 {
	color: #505050;
}
.recruit_info2 .blue {
	color: #2282e1;
	font-weight: bold;
}
.recruit_u2 {
	padding: 20px;
}
.work_address {
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}
.work_address span {
	color: #2282e1;
	font-size: 16px;
	font-weight: bold;
}
.recruit_content .recruit_tab {
	display: none;
}
/* 联系我们 */
.contact_con {
	padding: 80px 0 90px 0;
}
.contact_list1 ul li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	background: #ededed;
	height: 176px;
	border-radius: 6px;
	padding: 15px 30px 0 30px;
	margin-bottom: 20px;
	transition: all .36s;
}
.contact_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.contact_t1 {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 16px;
}
.contact_t1 h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 4px;
}
.contact_t1 h3 {
	color: #333;
}
.contact_t1 h4 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 1px solid #626262;
}
.contact_t1 h4 img + img {
	display: none;
}
.contact_t2 p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.contact_list1 ul li:hover {
	background: #2282e1;
}
.contact_list1 ul li:hover * {
	color: #fff;
}
.contact_list1 ul li:hover .contact_t1 h4 {
	background: #fff;
	border-color: #fff;
}
.contact_list1 ul li:hover .contact_t1 h4 img {
	display: none;
}
.contact_list1 ul li:hover .contact_t1 h4 img + img {
	display: inline-block;
}
.contact_map {
	height: 500px;
	overflow: hidden;
}
.contact_u {
	width: 970px;
	margin: 0 auto;
}
.contact_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0;
	text-align: center;
}
.contact_title i {
	width: 36%;
	height: 1px;
	background: #e4e4e4;
}
.c_t h1 {
	color: #282b31;
	font-size: 32px;
}
.c_t h2 {
	color: #999999;
	font-size: 16px;
}
.contact_form .form_group {
	margin-bottom: 8px;
}
.contact_form .form_group .s_form {
	width: 45.3%;
	float: left;
}
.contact_form .form_group .s_form + .s_form {
	float: right;
}
.contact_form .form_group h3 {
	color: #231816;
	padding: 12px 0;
}
.contact_form .form_group input,
.contact_form .form_group select {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background: #f8f7f7;
	padding: 0 15px;
	color: #222;
}
.contact_form .form_group textarea {
	width: 100%;
	height: 170px;
	border-radius: 4px;
	background: #f8f7f7;
	padding: 15px;
	color: #222;
	resize: none;
}
.form_btn {
	text-align: center;
	margin-top: 48px;
}
.form_btn button {
	width: 200px;
	height: 57px;
	border-radius: 29px;
	background: #2282e1;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
}

.delay01 {
	animation-delay: .1s;
}
.delay02 {
	animation-delay: .2s;
}
.delay03 {
	animation-delay: .3s;
}
.delay04 {
	animation-delay: .4s;
}
.delay05 {
	animation-delay: .5s;
}
.delay06 {
	animation-delay: .6s;
}
.delay07 {
	animation-delay: .7s;
}
.delay08 {
	animation-delay: .8s;
}
.delay09 {
	animation-delay: .9s;
}
.delay10 {
	animation-delay: 1s;
}
.delay11 {
	animation-delay: 1.1s;
}
.delay12 {
	animation-delay: 1.2s;
}
.delay13 {
	animation-delay: 1.3s;
}
.delay14 {
	animation-delay: 1.4s;
}

/* 20200327 */
.area_title1 a.back {
	top: 0;
}
.paper_list1 {
	margin-bottom: 34px;
}
.paper_list1 ul li{
	border-bottom: 1px dashed #eaf0f3;
}
.paper_list1 ul li a {
	display: block;
	padding: 22px 0;
}
.paper_list1 ul li a h2 > * {
	display: inline-block;
	vertical-align: middle;
}
.paper_list1 ul li a h2 span {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #10132a;
	font-size: 20px;
	padding-left: 24px;
	position: relative;
	margin-right: 8px;
	transition: all .36s;
}
.paper_list1 ul li a h2 span::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #067ae5;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .36s;
}
.paper_list1 ul li a p {
	color: #666871;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	padding-left: 24px;
	margin-top: 14px;
}
.paper_list1 ul li:hover a h2 span {
	color: #2282e1;
}
.paper_list1 ul li:hover a h2 span::before {
	background: #2282e1;
	border-color: #2282e1;
}
.r_box {
	background: #54c5ff;
	position: relative;
}
.r_box a {
	display: block;
	position: relative;
}
.r_box a .research_box {
	padding: 22px 7%;
	position: relative;
}
.r_box .label1 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100px;
}
.r_box a .research_box::before {
	position: absolute;
	content: "";
	width: 0;
	border-bottom: 8px solid #54c5ff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	top: -8px;
	transition: all .36s;
}
.research_swiper .swiper-slide:nth-child(2) .r_box  {
	background: #4b77fe;
}
.research_swiper .swiper-slide:nth-child(3) .r_box {
	background: #3764fd;
}
.research_swiper .swiper-slide:nth-child(2) .r_box a .research_box::before {
	border-bottom: 8px solid #4b77fe;
}
.research_swiper .swiper-slide:nth-child(3) .r_box a .research_box::before {
	border-bottom: 8px solid #3764fd;
}
.r_img {
	position: relative;
}
.research_swiper .swiper-button-prev ,
.research_swiper .swiper-button-next {
	background: none;
	width: auto;
	height: auto;
	opacity: 1;
	margin: 0;
	top: 18%;
	z-index: 10;
}
.research_swiper .swiper-button-prev {
	left: 10px;
}
.research_swiper .swiper-button-next {
	right: 10px;
}
.research_swiper .swiper-button-prev img ,
.research_swiper .swiper-button-next img{
	height: 36px;
}