@charset "utf-8";

/* 
 * Project Name:光电研究院
 */

@font-face {
	font-family: "DIN-Light";
	src: url("DIN-Light.woff2") format("woff2"), url("DIN-Light.woff") format("woff"), url("DIN-Light.ttf") format("truetype"), url("DIN-Light.eot") format("embedded-opentype"), url("DIN-Light.svg") format("svg");
}

@font-face {
	font-family: "din-bold_";
	src: url("din-bold_.woff2") format("woff2"), url("din-bold_.woff") format("woff"), url("din-bold_.ttf") format("truetype"), url("din-bold_.eot") format("embedded-opentype"), url("din-bold_.svg") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(yanjiuyuan_w0.png) no-repeat;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.content {
	padding: 0 3% 100px 3%;
}

.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.transXT50.target {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT50.target {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT501.target {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT502.target {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXT501.target {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXf.target {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transXT50,
.action.transXT501,
.action.transYT50,
.action.transYT501,
.action.transYT502,
.action.transXf {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}

.dly_2 {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

.dly_3 {
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.dly_4 {
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}

.dly_5 {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}

.dly_6 {
	transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}

.dly_7 {
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.dly_8 {
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}

.dly_9 {
	transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
}

.dly_10 {
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.dly_11 {
	transition-delay: 1100ms;
	-webkit-transition-delay: 1100ms;
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

.head-wrap {
	position: relative;
	width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.header .head-logo {
	position: relative;
	float: left;
	margin: 12px 0 0 0;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	position: relative;
	background: #183D82;
}

.head-link {
	background: #183D82;
	height: 60px;
	line-height: 60px;
}

.head-link ul {
	text-align: center;
}

.head-link ul li {
	display: inline-block;
}

.hl-txt {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.header .yj-bot {
	text-align: center;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	transition: 0.45s;
	z-index: 1;
}

.header .yj-bot .yj-link:hover {
	color: #fff;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	padding: 0 30px;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
}

.header .yj-bot li:hover {
	background: #2e44ac;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	background-color: #2e44ac;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transition: 0.48s;
	text-align: center;
	padding-bottom: 20px;
}

.ej-list ul {
	width: 1200px;
	margin: 0 auto;
}

.ej-list li {
	display: inline-block;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px 0 20px 0;
	border-left: 1px solid #5b6dbd;
	height: 100vh;
}

.ej-list li:last-child {
	border-right: 1px solid #5b6dbd;
}

.el-link {
	display: block;
	color: #b8c2f3;
	font-size: 16px;
	margin-top: 10px;
}

.el-link:hover {
	color: #fff;
}

.headContact {
	float: right;
}

.dib {
	display: inline-block;
}

.hcyx {
	color: #999999;
	font-size: 14px;
	margin: 0 15px;
}

.hcyx:hover {
	color: #666;
}

.hcyx:hover i {
	color: #666;
}

.hcyx i {
	vertical-align: middle;
	color: #CCCCCC;
	font-size: 16px;
	margin-right: 8px;
	transition: 0.45s;
}

.hcsearch {
	border: 1px solid #F1F1F1;
	height: 36px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 17px;
}

.hcsearch input {
	width: 120px;
	font-size: 14px;
	color: #999999;
	border: none;
}

.hcsearch input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

.hcsearch input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.hcsearch input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

.hcsearch i {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}

.hclan {
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	margin-left: 10px;
	text-align: center;
	background: #F1F1F1;
}

.hclan a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 14px;
}

.hclan a:first-child {
	padding-left: 18px;
}

.hclan a:last-child {
	padding-right: 18px;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #183D82;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	background-color: #fff;
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #183D82;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.mibble-bottom a:active,
.mibble-bottom a:hover {
	color: #000;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 0 0 40px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 0px;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 0px 5% 0 10%;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #eeeeee;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/* banner */

.banner-wrap {
	position: relative;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner .slick-dots {
	position: absolute;
	top: 40%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	text-align: center;
	border: 1px solid #fff;
	vertical-align: middle;
}

.banner .slick-dots li a {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 6px;
	height: 6px;
	margin: 0px auto;
	font-size: 14px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.icBot {
	position: absolute;
	width: 1200px;
	top: 28%;
	left: 50%;
	margin-left: -600px;
	z-index: 100;
}

.updown-bot {
	position: absolute;
	bottom: 15%;
	left: 19%;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}

.updown-bot i {
	color: #fff;
	font-size: 25px;
	display: block;
	font-weight: normal;
	position: relative;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.ar-animated {
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	font-style: inherit;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.ar-delay-1s {
	animation-delay: 0.15s;
}

.ar-delay-2s {
	animation-delay: 0.25s;
}

.ar-delay-3s {
	animation-delay: 0.35s;
}

.ar-delay-4s {
	animation-delay: 0.45s;
}

.show .icb-txt1 {
	transition-delay: 0.25s;
}

.icb-txt2 {
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	letter-spacing: 3px;
}

.show .icb-txt2 {
	transition-delay: 0.45s;
}

.icb-txt1,
.icb-txt2 {
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.show .icb-txt1,
.show .icb-txt2 {
	opacity: 1;
	visibility: visible\9;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.mtop {
	height: 140px;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(yanjiuyuan_loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/yanjiuyuan_black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {
	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
	a {
		color: #CCC;
		text-decoration: underline;
	}
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(yanjiuyuan_default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/yanjiuyuan_default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 20px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e607";
}

.pswp__button--arrow--right:before {
	content: "\e822";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #183D82;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.pswp__share-tooltip {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a {
	&.pswp__share--facebook {
		&:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: -12px;
			right: 15px;
			border: 6px solid transparent;
			border-bottom-color: #FFF;
			-webkit-pointer-events: none;
			-moz-pointer-events: none;
			pointer-events: none;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.pswp__share--download:hover {
		background: #DDD;
	}
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
	.xzy-zan {
		float: right;
		display: block;
	}
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
	.pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.insides-wrap {
	padding-top: 70px;
}

.it-txt1 {
	color: #333333;
	font-size: 40px;
	line-height: 1.5;
}

.it-txt2 {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.it-brand {
	margin-top: 56px;
	width: 200px;
	background: #EAEAEA;
	text-align: center;
	padding: 15px 0;
}

.it-brand a {
	color: #999999;
	font-size: 12px;
}

.it-brand a.active {
	color: #183D82;
}

.inside-banner {
	position: relative;
}

.insides-pic {
	overflow: hidden;
}

.insides-pic img {
	display: block;
}

.inside-menu {
	position: absolute;
	width: 200px;
	top: 0;
	text-align: center;
	background: #FAFAFA;
	box-shadow: 0 1px 2px rgba(153, 153, 153, .2);
}

.inside-menu a {
	display: block;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
	transition: 0.45s;
}

.inside-menu a.active,
.inside-menu a:hover {
	transition: 0.45s;
	background: #183D82;
	color: #fff;
}

.about1-cont {
	/*width: 900px;*/
}

.ac1-title {
	color: #183D82;
	font-size: 36px;
}

.ac1-txt1 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.ac1-txtc {
	color: #183D82;
	font-size: 16px;
	font-weight: bold;
}

.ac1-number li {
	position: relative;
	float: left;
	width: 25%;
	margin-top: 40px;
	box-sizing: border-box;
}

.ac1-number li:not(:last-child):before {
	content: "";
	position: absolute;
	top: 22%;
	right: 25%;
	width: 1px;
	height: 46px;
	background: #F1F1F1;
}

.an-label {
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
}

.an-num {
	color: #183D82;
	font-size: 50px;
	font-weight: lighter;
	line-height: 1.5;
}

.ap-bot {
	margin-top: 56px;
}

.ab-title {
	width: 31.333%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0 20px;
	background: #183D82;
}

.ab-label {
	margin-left: -2%;
}

.ab-label span {
	display: block;
	float: left;
	width: 31.333%;
	height: 60px;
	margin: 22px 0 0 2%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: #4F6EAA;
	overflow: hidden;
}

.ab-label span font {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.5;
}

.footer-wrap {
	background: #444444;
}

.footer-bot1 {
	padding: 45px 0 25px 0;
}

.fb-logo {
	float: left;
}

.fb-adr {
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #696969;
}

.fa-txt {
	color: #DDDDDD;
	font-size: 14px;
}

.fbyl {
	float: right;
}

.fl-dsf {
	float: left;
	margin: 7px 26px 0 0;
}

.fd-link {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #666666;
	margin: 0 2px;
}

.fd-link:hover {
	background: #999999;
}

.fd-link i {
	display: block;
	color: #444444;
	font-size: 18px;
}

.fr-select {
	float: right;
	height: 48px;
	line-height: 50px;
	border: 1px solid #fff;
}

.fs-select-xs {
	padding-left: 20px;
	cursor: pointer;
}

.fs-select {
	position: relative;
	display: block;
	float: right;
	width: 260px;
	height: 38px;
	line-height: 38px;
	border: none;
	color: #999999;
	font-size: 14px;
	background: transparent;
	background: url(yanjiuyuan_select.png) 92% no-repeat;
	background-size: 24px 24px;
	border: 1px solid #696969;
	box-sizing: border-box;
}

.fs-zk {
	display: none;
	width: 260px;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 0;
	z-index: 200;
	position: absolute;
	left: -1px;
	bottom: 100%;
	box-sizing: border-box;
}

.fs-zk a {
	display: block;
	color: #999;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.fs-zk a:hover {
	color: #183D82;
}

.footer-bot2 {
	padding: 23px 0 18px 0;
	border-top: 1px solid #696969;
}

.fb2-copyright {
	float: left;
	color: #999999;
	font-size: 14px;
}

.fb2-nd {
	float: right;
	color: #999999;
	font-size: 14px;
}

.about2-words {
	color: #666666;
	font-size: 16px;
}

.aw-rw {
	color: #666666;
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}

.cont-bg {
	background: #FAFAFA;
	padding: 360px 0 100px 0;
	margin-top: -270px;
}

.about3-list {
	margin-left: -3%;
}

.about3-list li {
	float: left;
	width: 47%;
	margin: 0 0 38px 3%;
	background: #fff;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
}

.al3-pic {
	float: left;
	width: 38%;
}

.al3-pic img {
	display: block;
	width: 100%;
}

.al3-cont {
	float: left;
	width: 62%;
	box-sizing: border-box;
	padding: 30px 50px 20px 30px;
}

.ac3-txt1 {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.ac3-txt2 {
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

.ac3-txt3 {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	height: 120px;
	overflow: hidden;
}

.ac3-py {
	color: #FAFAFA;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: normal;
	word-break: break-all;
}

.load-more-btn {
	display: block;
	width: 150px;
	height: 50px;
	background: #fff;
	border: 1px solid #F1F1F1;
	margin: 40px auto 0;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
}

.load-more-btn:hover {
	border: 1px solid #183D82;
	color: #183D82;
}

.about5-bot {
	margin-top: 30px;
}

.about5-list {
	margin-left: -3%;
}

.about5-list p {
	float: left;
	width: 17%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin: 20px 0 0 3%;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}

.al5-bg1 {
	background: #183D82;
}

.al5-bg2 {
	background: #34599F;
}

.al5-bg3 {
	background: #89A0CB;
}

.ab7-pic img,
.ab8-pic img {
	display: block;
	width: 100%;
}

.ab8-pic {
	float: left;
	width: 26%;
}

.ab8-cont {
	position: relative;
	float: left;
	width: 69%;
	box-sizing: border-box;
	padding: 0 0 50px 38px;
	border-left: 1px solid #F1F1F1;
	margin-left: 5%;
}

.ab8-cont:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 13px;
	height: 13px;
	border: 3px solid #183D82;
	background: #fff;
	border-radius: 50%;
}

.ac8-year {
	font-family: "DIN-Light";
	color: #183D82;
	font-size: 40px;
	line-height: 1;
	margin-top: -6px;
}

.ac8-txt {
	margin-top: 15px;
}

.atmonth {
	display: block;
	float: left;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.atdesc {
	display: block;
	float: right;
	width: 92%;
	color: #666666;
	font-size: 16px;
	margin-left: 12px;
}

.actbox {
	min-height: 150px;
}

.index-about1 {
	position: relative;
}

.ia1-left {
	width: 40%;
	padding: 110px 0;
}

.il-txt1 {
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
}

.il-txt2 {
	color: #333333;
	font-size: 20px;
	font-family: "DIN-Light";
	text-transform: uppercase;
	line-height: 1.5;
}

.il-txt3 {
	color: #888888;
	font-size: 16px;
	margin-top: 20px;
}

.il-number {
	width: 60%;
	margin-top: 30px;
}

.il-number li {
	float: left;
	margin: 35px 45px 0 0;
}

.in-txt1 {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}

.in-txt2 {
	font-family: "DIN-Light";
	color: #183d82;
	font-size: 36px;
	line-height: 1.2;
}

.ia1-right {
	display: none;
	position: absolute;
	top: -130px;
	right: 0;
	width: 55%;
}

.ia1-right img {
	display: block;
	width: 100%;
}

.index-cont2 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center left;
	background-repeat: no-repeat;
	margin-left: 50px;
	padding: 270px 0 240px 0;
}

.ic-words {
	float: left;
	width: 25%;
	margin: 40px 0 0 16%;
}

.ic-wr {
	width: 70%;
}

.ic-wr .slick-list {
	overflow: visible;
}

.ic-words .il-txt1 {
	font-size: 20px;
}

.ic-words .il-txt1,
.ic-words .il-txt2,
.ic-words .il-txt3 {
	color: #fff;
}

.ic-banner {
	position: relative;
	float: right;
	width: 54%;
	overflow: hidden;
}

.ib-item {
	position: relative;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.ib-item.slick-active:before {
	background: none;
}

.ib-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(yanjiuyuan_op2.png) repeat;
	z-index: 10;
	transition: 0.45s;
}

.ib-item img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.icover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(yanjiuyuan_op1.png) repeat;
	padding: 75px 35px 20px 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.il-sx {
	margin-top: 66px;
}

.is-qh {
	display: block;
	float: left;
	width: 47px;
	height: 47px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 47px;
	margin-right: -1px;
	cursor: pointer;
}

.is-qh i {
	color: #fff;
	font-size: 25px;
}

.index-cont3 {
	padding: 250px 0 80px 0;
}

.ic-title {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.ic-eng {
	display: block;
	color: #585858;
	font-size: 20px;
	font-family: "DIN-Light";
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}

.ky-list {
	/*margin-left: -20px;*/
	position: relative;
	overflow: hidden;
}

.ky-list .slick-arrow {
	position: absolute;
	z-index: 200;
	top: 50%;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #E6E6E6;
	transition: 0.45s;
}

.ky-list .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.ky-list .slick-prev i:before {
	content: "\e607";
}

.ky-list .slick-next i:before {
	content: "\e822";
}

.ky-list .slick-prev {
	left: 10px;
}

.ky-list .slick-next {
	right: 10px;
}

.ky-list .slick-arrow:hover {
	background: #355da7;
}

.kl-item {
	position: relative;
	margin: 40px 10px 0 10px;
	float: left;
}

.kl-item:hover .kl-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.kl-cont:hover {
	border: 1px solid #355da7;
}

.kl-cont:hover .kc-txt {
	color: #355da7;
}

.kl-pic {
	position: relative;
	overflow: hidden;
}

.kl-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.kp-txt {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}

.ky-list2 {
	margin-left: -2%;
}

.kl-cont {
	position: relative;
	float: left;
	width: 31.333%;
	border: 1px solid #f1f1f1;
	padding: 13px;
	margin: 30px 0 0 2%;
	transition: 0.5s;
	box-sizing: border-box;
}

.kc-label {
	color: #999999;
	font-size: 16px;
}

.kc-txt {
	color: #333333;
	font-size: 16px;
	height: 56px;
	overflow: hidden;
	transition: 0.5s;
}

.more-btn {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #f1f1f1;
	text-align: center;
	color: #999999;
	font-size: 14px;
	vertical-align: middle;
	transition: 0.5s;
	font-weight: normal;
}

.more-btn i {
	display: inline-block;
	vertical-align: middle;
	color: #cccccc;
	font-size: 23px;
	margin-left: 10px;
	transition: 0.5s;
}

.mt60 {
	margin: 0 auto;
	margin-top: 60px;
}

.ib4-item:hover .more-btn,
.more-btn:hover {
	border: 1px solid #355da7;
	color: #355da7;
}

.ib4-item:hover .more-btn i,
.more-btn:hover i {
	transition: 0.5s;
	margin-left: 20px;
	color: #355da7;
}

.ib4-item:hover .ic4-name {
	color: #183D82;
}

.ib4-item:hover .ib4-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.index-cont4 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 110px 0;
}

.index-cont4 .ic-title,
.index-cont4 .ic-eng {
	color: #fff;
}

.ic4-banner {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

.ic4-banner .slick-arrow {
	position: absolute;
	z-index: 200;
	top: 50%;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f1f1f1;
	transition: 0.45s;
	transform: translateY(-50%);
}

.ic4-banner .slick-arrow i {
	display: block;
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: 0.35s;
}

.ic4-banner .slick-prev i:before {
	content: "\e607";
}

.ic4-banner .slick-next i:before {
	content: "\e822";
}

.ic4-banner .slick-prev {
	left: 0;
}

.ic4-banner .slick-next {
	right: 0;
}

.ic4-banner .slick-arrow:hover {
	background: #355da7;
}

.ib4-item {
	position: relative;
	background: #fff;
}

.ib4-pic {
	/*float: left;*/
	width: 100%;
	overflow: hidden;
}

.ib4-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ib4-cont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 80px 100px 0 100px;
}

.ic4-name {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	transition: 0.45s;
}

.ic4-date {
	color: #888888;
	font-size: 16px;
}

.ic4-txt {
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	max-height: 169px;
	overflow: hidden;
}

.ib4-item .more-btn {
	margin: 60px 0 0;
}

.ib4-py {
	display: block;
	color: #f6f6f6;
	font-size: 50px;
	font-family: "DIN-Light";
	line-height: 1;
	font-weight: bold;
	margin-top: 30px;
}

.index-cont5 {
	margin-top: 30px;
}

.index-cont5 li {
	position: relative;
	border-bottom: 1px solid #F1F1F1;
	padding: 28px 0;
}

.index-cont5 li:hover .ic5-title {
	color: #355da7;
}

.index-cont5 li:hover .ic5-right {
	border: 1px solid #355da7;
}

.index-cont5 li:hover .ic5-right i {
	color: #355da7;
}

.ic5-date {
	font-family: "DIN-Light";
	display: block;
	float: left;
	color: #c9c9c9;
	text-align: center;
}

.ic5-date strong {
	font-family: "din-bold_";
	display: block;
	font-size: 50px;
	line-height: 1;
}

.ic5-date font {
	display: block;
	font-size: 20px;
	line-height: 1.5;
}

.ic5-cont {
	float: left;
	width: 75%;
}

.ic5-right {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #f1f1f1;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
	transition: 0.45s;
}

.ic5-right i {
	color: #cccccc;
	font-size: 25px;
	transition: 0.45s;
}

.ic5-cont {
	margin-left: 35px;
}

.ic5-title {
	color: #333333;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
}

.ic5-txt {
	color: #888888;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
}

.index-announce {
	padding: 80px 0;
}

.ia-title {
	float: left;
	width: 18%;
	margin-top: 20px;
}

.ia-title:hover .int-txt1 {
	color: #183D82;
}

.int-txt1 {
	color: #333333;
	font-size: 20px;
	display: block;
	line-height: 1.2;
}

.int-txt2 {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
}

.is-list {
	float: right;
	width: 82%;
	box-sizing: border-box;
}

.is-list ul {
	margin-left: -2%;
}

.is-list li {
	position: relative;
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-left: 2%;
	border: 1px solid #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
}
.is-list li:nth-last-child(1), .is-list li:nth-last-child(2) {margin-bottom: 0px;}
.is-list li:hover .itxt,
.is-list li:hover .il-icon {
	color: #355da7;
}

.itime {
	color: #888888;
	font-size: 14px;
}

.itxt {
	color: #333333;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
	transition: 0.45s;
}

.il-item {
	display: inline-block;
	width: 90%;
}

.il-icon {
	display: inline-block;
	float: right;
	color: #cccccc;
	font-size: 25px;
	transition: 0.45s;
}

.index-project {
	position: relative;
	overflow: hidden;
}

.index-project .slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
	text-align: center;
}

.index-project .slick-dots li {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
}

.index-project .slick-dots li a {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0px auto;
	font-size: 14px;
}

.index-project .slick-dots li a:focus {
	outline: none;
}

.index-project .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #183D82;
	border: 1px solid #183D82;
}

.ip-item {
	float: left;
	position: relative;
	overflow: hidden;
}

.ip-item:hover .ip-cont {
	transition: 0.5s;
	transform: translateY(-10%);
}

.iimg {
	display: block;
	width: 100%;
}

.ip-cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	/*transform: translateY(-20%);*/
	text-align: center;
	color: #fff;
	transition: 0.5s;
}

.ictxt1 {
	display: block;
	font-size: 14px;
}

.ictxt2 {
	display: block;
	font-size: 20px;
	line-height: 1.5;
}

.icicon {
	display: block;
	font-size: 25px;
	line-height: 1;
	margin-top: 10px;
}

.ab9-title {
	color: #183D82;
	font-size: 36px;
	line-height: 1.5;
}

.ab-banner {
	position: relative;
	margin-bottom: 37px;
}

.ab-item {
	float: left;
	width: 31.333%;
	margin: 30px 2% 0 0;
	cursor: pointer;
}

.ab-item:hover .ai-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab-item:hover .ai-txt {
	color: #183D82;
}

.ai-pic {
	overflow: hidden;
}

.ai-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ai-txt {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
}

.ab-banner .slick-dots {
	position: absolute;
	bottom: -70px;
	width: 100%;
	left: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
	text-align: center;
}

.ab-banner .slick-dots li {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	background: #fff;
}

.ab-banner .slick-dots li a {
	opacity: 0;
	visibility: hidden;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0px auto;
	font-size: 14px;
}

.ab-banner .slick-dots li a:focus {
	outline: none;
}

.ab-banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #183D82;
	border: 1px solid #183D82;
}

.about9-wrap {
	padding: 80px 0 100px 0;
}

.bg-FAFAFA {
	background: #FAFAFA;
}

.about10-title {
	color: #183D82;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

.about10-pic img {
	display: block;
	width: 100%;
}

.at-bot {
	background: #fff;
	border: 1px solid #EAEAEA;
}

.ab-menu {
	float: left;
	width: 16%;
}

.ab-menu a {
	display: block;
	padding: 0 18px;
	height: 50px;
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	box-sizing: border-box;
	line-height: 1.2;
}

.ab-menu a:hover,
.ab-menu a.active {
	background: #183D82;
	color: #fff;
}

.ab-menu a font {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ab-cont {
	float: left;
	width: 84%;
	box-sizing: border-box;
	padding: 60px 70px;
	color: #666666;
	font-size: 16px;
}

.at-link {
	display: block;
	width: 100%;
	height: 50px;
	background: #183D82;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
}

.at-link i {
	margin-left: 10px;
}

.news2-list li,
.news1-list li {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #F1F1F1;
}

.news1-list li {
	padding: 45px;
	border: 1px solid #F1F1F1;
}

.news2-list li:hover .nl2-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news2-list li:hover .nc2-title,
.news1-list li:hover .nc2-title,
.news4-list li:hover .nc2-title,
.infor1-list li:hover .nc2-title {
	color: #183D82;
}

.news2-list li:hover .nc2-btn {
	background: #183D82;
	color: #fff;
}

.news2-list li:hover .nc2-btn i {
	color: #fff;
}

.news2-list li:hover .nl2-date,
.news1-list li:hover .nl1-date,
.news4-list li:hover .nl1-date,
.infor1-list li:hover .nl1-date {
	background: #183D82;
	color: #fff;
}

.news2-list li:hover .nl2-date strong,
.news1-list li:hover .nl1-date strong,
.news4-list li:hover .nl1-date strong,
.infor1-list li:hover .nl1-date strong {
	color: #fff;
}

.news1-list li:hover .nl1-jt i {
	color: #183D82;
}

.nl2-pic {
	float: left;
	width: 35%;
	overflow: hidden;
}

.nl2-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nl2-cont {
	width: 65%;
	padding: 48px 43px 0 43px;
}

.nl1-cont {
	width: 80%;
	padding-left: 53px;
}

.nl2-cont,
.nl1-cont {
	float: left;
	box-sizing: border-box;
}

.nl1-jt {
	float: right;
	font-weight: lighter;
}

.nl1-jt i {
	display: block;
	color: #CCCCCC;
	font-size: 25px;
	transition: 0.45s;
}

.nc-bot {
	float: left;
	width: 80%;
}

.nl2-date {
	float: right;
}

.nl2-date,
.nl1-date {
	width: 91px;
	height: 91px;
	background: #F1F1F1;
	text-align: center;
	box-sizing: border-box;
	color: #AEAEAE;
	font-size: 14px;
	font-family: "DIN-Light";
	line-height: 1.3;
	transition: 0.45s;
}

.nl2-date strong,
.nl1-date strong {
	display: block;
	color: #AEAEAE;
	font-size: 50px;
	line-height: 1;
	margin-top: 10px;
	font-weight: normal;
	transition: 0.45s;
}

.nl1-date {
	float: left;
}

.nc2-title {
	line-height: 1.5;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	overflow: hidden;
}

.nc2-txt {
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
}

.nl1-cont .nc2-txt {
	margin-top: 5px;
}

.nc2-btn {
	display: block;
	width: 150px;
	height: 50px;
	background: #F1F1F1;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
	margin-top: 54px;
	transition: 0.45s;
	font-weight: normal;
	vertical-align: middle;
}

.nc2-btn i {
	display: inline-block;
	vertical-align: middle;
	color: #CCCCCC;
	margin-left: 5px;
	font-weight: normal;
	font-size: 20px;
	transition: 0.45s;
}

.page-list {
	margin-top: 50px;
	text-align: center;
}

.page-list a,.page-list span{
        display: inline-block;
        background: #fff;
        border: 1px solid #F2F2F2;
        color: #A4A4A4;
        font-size: 14px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin: 0 5px;
        transition: 0.45s;
 }

.pl-link {
	width: 100px;
}

.pl {
	width: 50px;
}

.page-list a:hover,
.page-list a.active,.page-list span{
    color: #fff;
    background: #183D82;
}
.news3-list,
.infor5-list {
	margin-left: -2%;
}

.news3-list li {
	width: 31.333%;
}

.infor5-list li {
	width: 48%;
}

.news3-list li,
.infor5-list li {
	position: relative;
	float: left;
	margin: 0 0 30px 2%;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	padding: 32px;
	background: #fff;
}

.news3-list li:hover .nl3-txt,
.infor5-list li:hover .nl3-txt {
	color: #183D82;
}

.news3-list li:hover .nl3-btn,
.infor5-list li:hover .nl3-btn {
	background: #183D82;
	color: #fff;
}

.nl3-date {
	display: block;
	line-height: 1.5;
	color: #999999;
	font-size: 14px;
}

.nl3-txt {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 5px;
	transition: 0.45s;
	height: 27px;
	overflow: hidden;
}

.nl3-btn {
	display: block;
	width: 100px;
	height: 36px;
	background: #CCCCCC;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	margin-top: 20px;
	transition: 0.45s;
}

.news4-list {
	margin-left: -3%;
}

.news4-list li {
	float: left;
	position: relative;
	width: 47%;
	margin: 0 0 30px 3%;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	background: #fff;
	padding: 32px;
}

.news4-list .nc2-txt {
	font-size: 14px;
	height: 42px;
}

.news4-list .nl1-cont {
	padding-left: 30px;
}

.news6-list {
	margin-left: -3%;
}

.news6-list li {
	position: relative;
	float: left;
	width: 30.333%;
	margin: 0 0 30px 3%;
}

.news6-list li:hover .play-bg {
	opacity: 1;
	visibility: visible;
}

.nl6-pic {
	position: relative;
	overflow: hidden;
}

.nl6-pic img {
	display: block;
	width: 100%;
}

.play-bg {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #183D82;
	filter: Alpha(opacity=50);
	background-color: rgba(24, 61, 130, .5);
	transition: 0.55s;
}

.nl6-txt {
	color: #666666;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	line-height: 1.5;
	height: 30px;
	overflow: hidden;
}

.nl6-play {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 42px;
	height: 42px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 0 auto;
	z-index: 3;
	cursor: pointer;
}

.nl6-play:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 58px;
	height: 58px;
	background: #fff;
	filter: Alpha(opacity=29);
	background-color: rgba(255, 255, 255, .29);
	border-radius: 50%;
	z-index: -3;
}

.nl6-play i {
	display: block;
	color: #183D82;
	font-size: 20px;
}

.news7-list {
	margin-left: -3%;
}

.news7-list li {
	position: relative;
	float: left;
	width: 47%;
	margin: 0 0 30px 3%;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	background: #fff;
	padding: 32px;
}

.news7-list li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 8px;
	background: #183D82;
	transition: 0.65s;
}

.news7-list li:hover .nl3-txt,
.news7-list li:hover .nm-txt1 {
	color: #183D82;
}

.news7-list li:hover:before {
	width: 100%;
}

.nl7-more {
	margin-top: 20px;
}

.nm-txt1 {
	display: block;
	float: left;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.nm-txt2 {
	float: right;
	display: block;
	text-align: right;
	color: #CCCCCC;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
}

.nd-pic img {
	display: block;
	width: 100%;
}

.nd-wrap {
	position: relative;
	width: 950px;
	margin: -300px auto 87px;
	background: #FAFAFA;
	box-sizing: border-box;
	padding: 60px 75px 50px 75px;
	border-top: 10px solid #183D82;
}

.nw-title {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.nw-ds {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #EAEAEA;
}

.nd-box {
	color: #999999;
	font-size: 12px;
	margin-right: 20px;
}

.nb-date,
.nb-share {
	font-size: 15px;
	margin-right: 5px;
}

.nb-dsf {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #AAAAAA;
	text-align: center;
	line-height: 16px;
	margin-left: 5px;
}

.nb-dsf i {
	color: #AAAAAA;
	font-size: 10px;
}

.nw-cont {
	color: #333333;
	font-size: 16px;
	margin-top: 60px;
}

.nw-bottom {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}

.nb-link {
	float: left;
}

.nb-link a {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}

.nb-link a:hover {
	color: #183D82;
}

.nb-return a {
	display: block;
	float: right;
	width: 120px;
	height: 40px;
	background: #183D82;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}

.trailer {
	position: relative;
	line-height: 0;
	margin-top: 16px;
	overflow: hidden;
}

.trailer .markimg {
	display: block;
	height: 400px;
	width: 100%;
	position: relative;
}

.vbBox {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 5;
}

.jwplayer {
	opacity: 0;
	height: 100% !important;
}

.video {
	position: absolute;
	cursor: pointer;
	left: 50%;
	text-align: center;
	margin-left: -28px;
	top: 50%;
	margin-top: -28px;
	z-index: 10;
}

.video:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 17px solid #fff;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -11px;
	transition: 0.36s;
	border-radius: 2px;
}

.video span {
	display: block;
	width: 56px;
	height: 56px;
	position: relative;
	margin: auto;
}

.video span img {
	display: block;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.video span:after,
.video span:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-color: #fff;
	border-radius: 50%;
	border-width: 2px;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.video span:after {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.video b {
	display: block;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}

.jwlogo {
	display: none !important;
}

.video-play {
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}

.vp-cont {
	margin-top: 30px;
}

.video-box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.video-play .play-bg {
	opacity: 1;
	visibility: visible;
}

.vico-act {
	display: none;
}

.video-box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.field-list {
	margin-top: 50px;
}

.field-list li {
	padding: 30px 60px;
}

.field-list .nl2-pic {
	width: 68px;
	margin-top: 30px;
}

.field-list .nl2-cont {
	float: right;
	width: 90%;
	padding: 0 0 0 80px;
	box-sizing: border-box;
}

.nc2-txt2 {
	display: block;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 20px;
}

.r2date {
	color: #999999;
	font-size: 14px;
	display: block;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
}

.r2txt {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	height: 72px;
	overflow: hidden;
}

.r2more {
	display: block;
	color: #999999;
	font-size: 14px;
	vertical-align: middle;
	margin-top: 20px;
	font-weight: normal;
}

.r2more i {
	display: inline-block;
	vertical-align: middle;
	color: #CCCCCC;
	font-size: 15px;
	margin-left: 7px;
	transition: 0.55s;
}

.news4-list li:hover .r2txt,
.news4-list li:hover .r2more,
.news4-list li:hover .r2more i,
.news4-list li:hover .r3txt,
.news4-list li:hover .r3txt i {
	color: #183D82;
}

.news4-list li:hover .r2more i {
	transition: 0.55s;
	margin-left: 15px;
}

.r3txt {
	color: #666666;
	font-size: 20px;
	margin-bottom: 20px;
}

.r3txt font {
	display: block;
	float: left;
	height: 72px;
	overflow: hidden;
}

.r3txt i {
	display: block;
	float: right;
	color: #CCCCCC;
	font-size: 15px;
	margin-top: 6px;
	transition: 0.55s;
}

.r3label {
	display: block;
	color: #999999;
	font-size: 14px;
}

.result4-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.result4-list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #EAEAEA;
}

.result4-list li {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	line-height: 1;
	margin-bottom: 25px;
}

.result4-list li:before {
	content: "";
	position: absolute;
	top: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	background: #FAFAFA;
	z-index: 10;
	box-sizing: border-box;
}

.result4-list li.rl-even:before {
	left: -6px;
}

.result4-list li.rl-odd:before {
	right: -8px;
}

.result4-list li.rl-even {
	padding-left: 25px;
	margin-left: 50%;
}

.result4-list li.rl-odd {
	padding-right: 25px;
}

.result4-list li.rl-even .rl4-year {
	float: left;
}

.result4-list li.rl-odd .rl4-year {
	float: right;
}

.result4-list li.rl-even .rl4-bot {
	text-align: left;
	float: left;
	margin-left: 17px;
	width: 88%;
}

.result4-list li.rl-odd .rl4-bot {
	text-align: right;
	float: right;
	margin-right: 17px;
	width: 88%;
}

.rl4-year {
	color: #183D82;
	font-size: 20px;
}

.rb4-txt {
	position: relative;
	color: #666666;
	font-size: 14px;
	box-sizing: border-box;
}

.rb4-txt:before {
	content: "";
	position: absolute;
	top: 3px;
	width: 6px;
	height: 6px;
	background: #CCCCCC;
	border-radius: 50%;
}

.result4-list li.rl-even .rb4-txt:before {
	left: 0;
}

.result4-list li.rl-odd .rb4-txt:before {
	right: 0;
}

.result4-list li.rl-even .rb4-txt {
	padding-left: 12px;
}

.result4-list li.rl-odd .rb4-txt {
	padding-right: 12px;
}

.rb4-pic img {
	margin: 13px 15px 0 0;
}

.team1-list li {
	margin-bottom: 20px;
}

.team1-list .ib4-pic {
	width: 42%;
}

.team1-list .ib4-cont {
	width: 58%;
	padding: 55px 80px 35px 80px;
}

.team1-list .ic4-txt {
	height: 85px;
}

.team1-list .ib4-py {
	position: static;
	margin-top: 50px;
}

.tl3-head span {
	background: #183D82;
	color: #fff;
	font-size: 20px;
}

.tl3-h {
	margin-left: -3px;
}

.tl3-h span {
	display: block;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	margin-left: 3px;
	padding: 0 10px;
	overflow: hidden;
}

.tl3-l {
	margin-top: 10px;
}

.tl3-l span {
	background: #fff;
	color: #666666;
	font-size: 16px;
}

.th-w1 {
	width: 15%;
}

.th-w2 {
	width: 53%;
}

.team2-list {
	margin-left: -2%;
}

.team2-list li {
	position: relative;
	float: left;
	width: 18%;
	background: #fff;
	margin-left: 2%;
	margin-bottom: 45px;
}

.team2-list li:hover .tl2-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.team2-list li:hover .tl2-name {
	color: #183D82;
}

.tl2-pic {
	overflow: hidden;
}

.tl2-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.tl2-txt {
	border: 1px solid #F1F1F1;
	padding: 15px;
	line-height: 1.5;
}

.tl2-name {
	display: block;
	float: left;
	color: #333333;
	font-size: 20px;
	width: 50%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tl2-label {
	display: block;
	float: right;
	color: #999999;
	font-size: 16px;
	margin-top: 3px;
	width: 50%;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}

.team2-detail-wrap {
	padding: 50px 0 90px 0;
}

.tdw-first {
	border: 1px solid #F1F1F1;
}

.tdw-pic {
	float: left;
	width: 19%;
}

.tdw-pic img {
	display: block;
	width: 100%;
}

.tdw-cont {
	float: left;
	width: 81%;
	padding: 60px 70px;
	box-sizing: border-box;
}

.tc-name {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.tc-label {
	color: #999999;
	font-size: 16px;
	display: block;
}

.tc-txt {
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
}

.tdw-list {
	margin-top: 40px;
}

.tdw-list li {
	margin-top: 30px;
}

.tdw-title {
	color: #333333;
	font-size: 20px;
}

.tdw-bot {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	border: 1px solid #F1F1F1;
	width: 100%;
	padding: 37px 50px;
	box-sizing: border-box;
}

.team1-detail-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 60px;
	box-sizing: border-box;
	border: 1px solid #F1F1F1;
}

.tdw1-pic {
	float: left;
	width: 23%;
}

.tdw1-pic img {
	display: block;
	width: 100%;
}

.tdw1-cont {
	float: left;
	width: 77%;
	box-sizing: border-box;
	padding-left: 40px;
}

.tc1-name {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.tc1-date {
	color: #999999;
	font-size: 16px;
}

.tc1-txt {
	margin-top: 40px;
	color: #666666;
	font-size: 16px;
}

.culture1-list {
	margin-left: -2%;
}

.culture1-list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 30px 2%;
	padding: 30px 45px;
	box-sizing: border-box;
	border: 1px solid #F1F1F1;
	background: #fff;
}

.cl1-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.ct1-date {
	display: block;
	float: left;
}

.ct1-title {
	float: right;
	width: 80%;
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	height: 54px;
	overflow: hidden;
}

.ct1-txt {
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}

.culture1-list li:hover .ct1-title {
	color: #183D82;
}

.culture2-list {}

.culture2-list li:not(:first-child) {
	margin-top: 70px;
}

.cl2-title {
	color: #183D82;
	font-size: 30px;
	line-height: 1.5;
}

.cl2-cont {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.cl3-title {
	text-align: center;
	color: #183D82;
	font-size: 30px;
	line-height: 1.5;
}

.cl3-bot {
	margin-left: -3%;
}

.cb3-item {
	float: left;
	width: 47%;
	margin-top: 55px;
	margin-left: 3%;
	height: 220px;
}

.cb3-item:hover .ci-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ci-pic {
	float: left;
	width: 38%;
	overflow: hidden;
	border-radius: 50%;
}

.ci-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ci-cont {
	float: left;
	width: 62%;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.culture3-list {
	padding: 73px 0 130px 0;
}

.ci-txt1 {
	display: block;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.ci-txt2 {
	color: #666666;
	font-size: 16px;
}

.infor1-list li {
	position: relative;
	padding: 33px 0;
	border-bottom: 1px solid #CCCCCC;
}

.infor1-list .nl1-jt {
	width: 102px;
	height: 102px;
	border: 1px solid #F1F1F1;
	text-align: center;
	line-height: 102px;
	transition: 0.55s;
}

.infor1-list .nl1-jt i {
	color: #EAEAEA;
}

.infor1-list li:hover .nl1-jt {
	border: 1px solid #183D82;
	background: #183D82;
}

.infor1-list li:hover .nl1-jt i {
	color: #fff;
}

.infor1-txt2 {
	color: #666666;
	font-size: 16px;
}

.infor1-box {
	margin-top: 30px;
}

.ib1-txt1 {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.ib1-ej {
	margin-top: 20px;
}

.ib1-txt2 {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	margin-left: 30px;
}

.ib1-txt3 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 30px;
}

.il3-title {
	text-align: center;
	background: #F1F1F1;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #183D82;
	font-size: 20px;
}

.il3-bot {
	padding-top: 26px;
}

.il3-bot li {
	float: left;
	width: 20%;
	margin-bottom: 30px;
}

.ib3-txt1 {
	display: block;
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}

.ib3-txt2 {
	display: block;
	color: #666666;
	font-size: 16px;
}

.ib3-txt2:hover {
	color: #183D82;
}

.infor4-fj a {
	display: block;
	width: 429px;
	height: 50px;
	background: #F1F1F1;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 14px;
	margin-top: 40px;
}

.if4-icon {
	color: #CCCCCC;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transition: 0.45s;
}

.infor4-fj a:hover,
.infor4-fj a:hover .if4-icon {
	color: #183D82;
}

.iw6-title {
	color: #183D82;
	font-size: 36px;
	text-align: center;
	line-height: 1.5;
}

.iw6-txt1 {
	color: #333333;
	font-size: 20px;
	text-align: center;
	margin: 43px 0 27px 0;
}

.iw6-box {
	background: #fff;
	padding: 20px 60px 40px 60px;
}

.ib6-txt2 {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.ibfl {
	float: left;
	width: 50%;
}

.infor7-list li {
	background: #fff;
	padding-left: 20px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 20px;
}

.infor7-list li:hover .il7-txt font {
	color: #183D82;
}

.infor7-list li:hover .il7-icon {
	color: #fff;
	background: #183D82;
}

.il7-label {
	display: inline-block;
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.5;
}

.il7-txt {
	float: left;
	width: 80%;
}

.il7-icon {
	float: right;
	width: 80px;
	height: 80px;
	background: #EAEAEA;
	text-align: center;
	line-height: 80px;
	color: #fff;
	transition: 0.45s;
}

.il7-icon i {
	font-size: 32px;
}

.il7-txt font {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	margin-left: 20px;
	height: 27px;
	overflow: hidden;
	width: 80%;
	line-height: 1.5;
	vertical-align: middle;
}

.column-list .nc-bot {
	float: right;
}

.column-list .nl2-date {
	float: left;
}

.rl-icon i {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url(yanjiuyuan_time-icon.png) no-repeat;
	background-size: contain;
}

.rl5-box {
	position: relative;
	margin-top: 15px;
}

.rl5-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	min-height: 100%;
	background: #CCCCCC;
}

.rl5-box li {
	padding: 45px 0;
	transition: 0.45s;
}

.rl5-box li:hover {
	background: #183D82;
}

.rl5-box li:hover .rl5-title,
.rl5-box li:hover .rc5-txt1,
.rl5-box li:hover .rc5-txt2 {
	color: #fff;
}

.rl5-box li:hover .rl5-cont:before {
	background: #fff;
}

.rl5-box li.rb5-odd .rb-item {
	box-sizing: border-box;
}

.rl5-box li.rb5-even .rb-item {
	box-sizing: border-box;
}

.rl5-box li.rb5-odd .rl5-title {
	float: left;
	text-align: right;
	padding-right: 45px;
}

.rl5-box li.rb5-odd .rl5-cont {
	float: left;
	padding-left: 45px;
}

.rl5-box li.rb5-even .rl5-title {
	float: right;
	padding-left: 45px;
}

.rl5-box li.rb5-even .rl5-cont {
	float: left;
	padding-right: 45px;
	text-align: right;
}

.rl5-box li.rb5-even .rl5-cont:before {
	right: -8px;
}

.rl5-box li.rb5-odd .rl5-cont:before {
	left: -5px;
}

.rl5-cont:before {
	content: "";
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #EAEAEA;
	transition: 0.45s;
}

.rl5-title {
	color: #333333;
	font-size: 40px;
	font-family: "din-bold_";
	line-height: 1;
	width: 50%;
	box-sizing: border-box;
	margin-top: -5px;
}

.rl5-cont {
	position: relative;
	width: 50%;
	box-sizing: border-box;
}

.rc5-txt1 {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
}

.rc5-txt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.rc5-img {
	margin-top: 20px;
}

.about11-box {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #F1F1F1;
	padding: 20px 50px 40px 50px;
}

.ab11-txt {
	float: left;
	width: 50%;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.ab11-txt strong {
	display: block;
	float: left;
	width: 15%;
}

.ab11-txt font {
	display: block;
	float: left;
	width: 85%;
}

.maps {
	width: 100%;
	height: 530px;
}

.anchorBL {
	display: none !important;
}

.maps-bot {
	position: relative;
	width: 100%;
}

.maps-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(yanjiuyuan_op2.png) repeat;
	pointer-events: none;
}

.coverTk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 9999;
}

.tkBot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	padding: 35px 35px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 8px;
}

.tktitle {
	color: #1A1A1A;
	font-size: 24px;
	text-align: center;
}

.tklist {
	margin-top: 20px;
}

.tklist li {
	margin-top: 7px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	height: 53px;
	line-height: 53px;
}

.tkinput {
	width: 100%;
	padding: 0 18px;
	border: none;
	box-sizing: border-box;
	color: #a3a3a3;
	font-size: 16px;
}

.tksubmit {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #2e44ac;
	color: #fff;
	font-size: 14px;
	margin: 23px auto 0;
	border-radius: 8px;
}

.tkclose {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 1;
	cursor: pointer;
}

.tkclose i {
	width: 12px;
	height: 12px;
	display: block;
	background: url(yanjiuyuan_close2.png) no-repeat;
	background-size: contain;
}


/* 所长信箱 */

.director-bg {
	background: #FAFAFA;
	padding: 100px 0;
	margin-top: 70px;
}

.deTxt {
	color: #183D82;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}

.formTotal {
	margin-top: 40px;
}

.formTotal ul {
	margin-left: -2%;
}

.formTotal li {
	float: left;
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: 14px 0 0 2%;
}

.ftl input[type="text"] {
	display: inline-block;
	width: 90%;
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	padding: 0 15px;
	color: #999999;
	font-size: 16px;
}

.ftline {
	width: 48% !important;
}

.ftline input[type="text"] {
	width: 83%;
}

.fttxt {
	display: inline-block;
	width: 65px;
	color: #666666;
	padding-right: 15px;
	font-size: 16px;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	line-height: 1.5;
	vertical-align: middle;
}

.ftl sup {
	color: #E80505;
	font-size: 16px;
	vertical-align: top !important;
	margin-left: 5px;
}

.ftcheck {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
}

.ftcheck input {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #F1F1F1;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.ftcheck label {
	margin-right: 15px;
	cursor: pointer;
}

.ftcheck label input:checked {
	border: 1px solid #fff;
	background: #183D82;
}

.ftselect {
	width: 40%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	background: url(yanjiuyuan_fselect.png) 96% no-repeat;
}

.ftselect,
.ftarea {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	padding: 0 15px;
	color: #999999;
	font-size: 16px;
}

.ftarea {
	width: 90%;
	height: 300px;
	resize: none;
	vertical-align: middle;
}

.ftbtn {
	text-align: center;
}

.ftbtn a {
	display: inline-block;
	width: 450px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.ftsubmit {
	background: #D12C2C;
}

.ftreset {
	background: #183D82;
}

.apply-bg {
	background: #FAFAFA;
	padding: 80px 0;
	margin-top: 100px;
}

.apTab a {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #666666;
	font-size: 12px;
	background: #F1F1F1;
	margin-top: 50px;
}

.apTab a.active {
	background: #183D82;
	color: #fff;
}

.apTxt {
	color: #183D82;
	font-size: 30px;
	text-align: center;
}

.apline {
	width: 97%;
	height: 1px;
	background: #EAEAEA;
	margin: 20px 0;
}

.aparea {
	height: 148px;
}

.apcheck {
	padding-bottom: 30px;
	width: 50%;
}

.actxt {
	color: #666666;
	font-size: 16px;
}

.acck {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.acck input {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border: 1px solid #F1F1F1;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.apcheck label input:checked {
	border: 1px solid #fff;
	background: #183D82;
}
.apbz{
	width: 97%;
	color: #183D82;
	font-size: 16px;
	padding: 20px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.codebot{
	text-align: center;
}
.apcode{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #F1F1F1;
	overflow: hidden;
}
.apbtn{
	display: inline-block;
	margin-left: 10px;
	width: 450px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #183D82;
	border-radius: 4px;
}
.apcode input{
	display: block;
	float: left;
	color: #999999;
	font-size: 16px;
	padding-left: 35px;
	width: 50%;
	height: 50px;
	line-height: 50px;
	border: none;
}
.codepic{
	float: right;
	width: 90px;
	margin-top: 5px;
}
.codepic img{
	display: block;
	width: 100%;
}
.codebot{
	justify-content: center;
}
.apselect{
	width: 83%;
}
.ap2form .fttxt{
	width: 80px;
}
.itleft{
	float: left;
}
.itright{
	float: right;
}
/*index style end*/
.ftb-tk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 9999;
}

.ftb-bot {
	position: relative;
	top: 25%;
	width: 250px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.fb-title {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}
.fb-pic{
	width: 220px;
	margin: 10px auto;
}
.fb-pic img{
	display: block;
	width: 100%;
}
.close-fbewm {
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
}

.close-fbewm:before,
.close-fbewm:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 20px;
	background: #fff;
}

.close-fbewm:before {
	transform: rotate(-45deg);
}

.close-fbewm:after {
	transform: rotate(45deg);
}