.trans-scale {
	overflow: hidden
}

.trans-scale .i {
	width: 100%;
	height: auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

.trans-liro {
	position: relative;
	overflow: hidden
}

.trans-liro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.3);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

@-webkit-keyframes animat-shake {
	0%,100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25%,75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}

@keyframes animat-shake {
	0%,100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25%,75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
}

@-webkit-keyframes animat-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes animat-round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes animat-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes animat-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@media screen and (min-width: 769px) {
	.trans-scale:hover .i {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	.trans-liro:hover::before {
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}

	.animat-shake:hover {
		-webkit-animation: animat-shake .5s;
		animation: animat-shake .5s
	}

	.animat-round::before {
		-webkit-animation: animat-round 5s linear infinite;
		animation: animat-round 5s linear infinite
	}

	.animat-steps::before {
		-webkit-animation: animat-round 2s steps(12, end) infinite;
		animation: animat-round 2s steps(12, end) infinite
	}
}

@font-face {
	font-family:"avian";src:url("../font/avian.eot");src:url("../font/avian.eot?#iefix") format("embedded-opentype"),url("../font/avian.woff") format("woff"),url("../font/avian.ttf") format("truetype"),url("../font/avian.svg#avian") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"xfont";src:url("../font/xfont.eot");src:url("../font/xfont.eot?#iefix") format("embedded-opentype"),url("../font/xfont.woff") format("woff"),url("../font/xfont.ttf") format("truetype"),url("../font/xfont.svg#xfont") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"Roboto";src:url("../font/Roboto.eot");src:url("../font/Roboto.eot?#iefix") format("embedded-opentype"),url("../font/Roboto.woff") format("woff"),url("../font/Roboto.ttf") format("truetype"),url("../font/Roboto.svg#Roboto") format("svg");font-weight:normal;font-style:normal
}

*,*::before,*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,body,div,span,p,a,table,tr,th,td,img,iframe,form,input,button,select,textarea {
	margin: 0;
	padding: 0
}

body {
	margin: auto;
	font-family: 'Roboto',"微软雅黑", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	
}

input,button,textarea,select {
	outline: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit
}

input,textarea,select {
	min-height: 1.5em
}

input,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

textarea {
	overflow: auto;
	resize: none
}

table {
	border-collapse: collapse;
	border: 0
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle
}

a {
	text-decoration: none;
	color: inherit
}

:focus {
	outline: 0
}

svg:not(:root) {
	overflow: hidden
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0
}

input[type=date] {
	background-color: transparent;
	border: 0;
	filter: 'alpha(opacity=0)'
}

input:focus,textarea:focus {
	color: inherit
}

input::-ms-clear,::-ms-reveal {
	display: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #909090;
	opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #909090;
	opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #909090;
	opacity: 1
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #909090;
	opacity: 1
}

input::placeholder,textarea::placeholder {
	color: #909090;
	opacity: 1
}

.placeholder {
	color: #909090
}

.init-screen {
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-delay: .01s;
	transition-delay: .01s
}

.lock-screen {
	overflow: hidden
}

.xfont,.xicon {
	position: relative;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.xfont::before,.xicon::before {
	display: block;
	text-align: center;
	font-family: xfont;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.xicon {
	width: 30px;
	height: 30px;
	cursor: pointer
}

.xicon::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.icon-left::before {
	content: '\e504'
}


.icon-up::before {
	content: '\e506'
}

.icon-down::before {
	content: '\e507'
}

.icon-search::before {
	content: '\e510'
}

.icon-close::before {
	content: '\e508'
}

.icon-menu::before {
	content: '\e511'
}

.icon-load {
	-webkit-animation: animat-round 2s steps(12, end) infinite;
	animation: animat-round 2s steps(12, end) infinite
}

.icon-load::before {
	content: '\e512'
}

.icon-media-start::before {
	content: '\e520'
}

.icon-media-play::before {
	content: '\e521'
}

.icon-media-pause::before {
	content: '\e522'
}

.icon-media-buffer {
	-webkit-animation: animat-round 5s linear infinite;
	animation: animat-round 5s linear infinite
}

.icon-media-buffer::before {
	content: '\e513'
}

.icon-media-prev::before {
	content: '\e523'
}

.icon-media-next::before {
	content: '\e524'
}

.icon-media-volume::before {
	content: '\e52c'
}

.icon-media-muted::before {
	content: '\e52d'
}

.clear::after,.l-wrap::after,.x-wrap::after,.nav-box::after,.tools-mod::after,.paging-box::after,.slick-track::after,.share-box::after {
	content: '';
	display: table;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.middle-box {
	font-size: 0
}

.middle-box::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.middle-box .middle-cont {
	display: inline-block;
	vertical-align: middle
}

.justify-txt,.justify-box {
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph
}

.justify-box::after {
	content: '';
	display: inline-block;
	padding-left: 100%;
	font-size: 0;
	line-height: 0;
	vertical-align: top
}

.pos-fix {
	position: fixed !important;
	left: 0;
	top: 0
}

.pos-abs {
	position: absolute !important;
	left: 0;
	top: 0
}

.mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.tac {
	text-align: center
}[data-object-fit="cover"],[object-fit="cover"] {
	-o-object-fit: cover;
	object-fit: cover
}[data-object-fit="contain"],[object-fit="contain"] {
	-o-object-fit: contain;
	object-fit: contain
}[data-object-fit="scale-down"],[object-fit="scale-down"] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.x-table {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse
}

.x-cell,.x-nano {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

.x-cell {
	padding: 0 1em;
	width: 100%
}

.x-nano {
	width: 1%
}

.x-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.x-visible {
	opacity: 1;
	visibility: visible
}

.x-layout {
	position: relative;
	margin: auto;
	width: 100%;
	min-width: 1349px;
	max-width: 1920px;
	overflow: hidden
}

.l-wrap,.x-wrap {
	position: relative;
	margin: auto;
	width: 1230px;
	height: 100%
}

.x-header,.x-footer,.x-container {
	position: relative;
	width: 100%;
	z-index: 1
}

.t_more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	margin-right: 50px;
	padding: 0 27px;
	height: 39px;
	color: #ffffff;
	line-height: normal
}

.t_more::before {
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	top: 0;
	bottom: 0;
	background-color: #005bac;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg)
}

.t_more::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 46px;
	background: url(../images/ico4.png) center no-repeat;
	background-size: 22px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.t_more .x {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.t_more .x::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	margin-left: 27px;
	width: 46px;
	background-color: #005bac;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg)
}

.t_more.orange::before,.t_more.orange .x::after {
	background-color: #fff
}

.orange.t_more {
	color: #005bac
}

.orange.t_more::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 46px;
	background: url(../images/ico5_1.png) center no-repeat;
	background-size: 22px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.t_banner {
	position: relative
}

.t_banner .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.t_banner .img::before {
	content: '';
	display: block;
	padding-top: 23.4375%
}

.t_banner .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.t_banner .tit {
	position: absolute;
	left: 0;
	right: 45%;
	top: 50%;
	padding: 38px 0;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 28.2px rgba(0,0,0,0.3);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.t_banner .tit::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-right: -210px;
	width: 1170px;
	background-image: -webkit-gradient(linear, left top, right top, from(#00928b), to(rgba(0,146,139,0)));
	background-image: linear-gradient(to right, #00928b 0%, rgba(0,146,139,0) 100%)
}

.t_banner .tit .t1 {
	position: relative;
	font-size: 60px;
	line-height: 1
}

.t_banner .tit .t2 {
	position: relative;
	margin-top: 10px;
	font-size: 32px
}

.virus_l {
	position: relative;
	width: 288px
}

.nav_left.navFix {
	position: fixed;
	top: 0;
	width: 288px
}

@media screen and (min-width: 769px) {
	*.m-show {
		display: none
	}

	.lock-screen {
		margin-right: 17px
	}

	.lock-screen.full-screen {
		margin-right: 0
	}

	.t_more:hover::after {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px)
	}
}

@media screen and (min-width: 1680px) {
	.l-wrap {
		width: 1656px
	}
}

@media screen and (max-width: 768px) {
	body {
		-webkit-overflow-scrolling: touch
	}

	*.p-show {
		display: none
	}

	.lock-screen {
		right: 0
	}

	.lock-screen .x-container .vd-adr {
		display: none !important
	}

	.x-layout {
		min-width: 320px
	}

	.l-wrap,.x-wrap {
		padding: 0 15px;
		width: 100%
	}

	.t_banner .img {
		width: 200vw
	}

	.t_banner .tit {
		right: 0;
		padding: 15px 20px;
		width: 100%
	}

	.t_banner .tit::before {
		left: 0;
		margin-right: 0;
		width: 70%
	}

	.t_banner .tit .t1 {
		font-size: 18px;
		line-height: normal
	}

	.t_banner .tit .t2 {
		margin-top: 5px;
		font-size: 14px;
		line-height: normal
	}

	.virus_l {
		width: 100%;
		margin-right: 0
	}

	.nav_left {
		width: 100% !important;
		margin-right: 0;
		-webkit-transform: translate(0px, 0px) !important;
		-ms-transform: translate(0px, 0px) !important;
		transform: translate(0px, 0px) !important;
		position: relative !important
	}
}

.x-header {
	z-index: 2
}

.x-header .unit1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	background-color: #333333;
	z-index: 2
}

.x-header .unit1 .item {
	font-size: 14px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.x-header .unit1 .item.odd {
	background-color: #454545
}

.x-header .unit1 .item.even {
	background-color: #454545
}

.x-header .unit1 .select-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 34px;
	color: #ffffff
}

.x-header .unit1 .select-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff
}

.x-header .unit1 .select-txt {
	padding-left: 10px;
	padding-right: 0
}

.x-header .unit1 .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px;
	width: 100%;
	height: 100%;
	color: #ffffff
}

.x-header .unit2 {
	position: relative;
	z-index: 1
}

.x-header .logo {
	position: relative;
	overflow: hidden
}

.x-header .logo::before {
	content: '';
	display: block;
	padding-top: 30.8642%
}

.x-header .logo .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.x-header .nav-mod .nav-item.cur>.nav-tit .nav-link {
	color: #005bac
}

.x-header .icon_dq {
	width: 18px;
	height: 18px;
	background: url(../images/icon_dq1.png) no-repeat;
	display: inline-block;
	margin-left: 5px
}

.x-header .width200 {
	width: 120px
}

.x-header .width200 .select-bar {
	width: 100%
}

.x-header .width200 .select-txt {
	width: 80%
}

@media screen and (min-width: 769px) {
	.x-header {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)
	}

	.x-header .unit1 {
		padding: 6px 68px
	}

	.x-header .unit1 .item {
		margin-left: 3px
	}

	.x-header .select-mod .select-trigger:hover .select-btn,.x-header .select-mod .select-trigger.select-btn:hover {
		color: #fff
	}

	.x-header .unit2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 68px
	}

	.x-header .logo {
		width: 162px
	}

	.x-header .tools-mod {
		position: relative;
		z-index: 1
	}

	.x-header .tools-mod .tools-item {
		float: left;
		width: 250px;
		text-align: center
	}

	.x-header .tools-mod .lang {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.x-header .tools-mod .xicon:hover {
		color: #005bac
	}

	.x-header .tools-mod .search-box {
		height: 36px;
		border: 0;
		border-bottom: 1px solid #d0d0d0;
		border-radius: 0
	}

	.x-header .tools-mod .search-submit {
		width: 40px;
		background: url(../images/ico1.png) center no-repeat
	}

	.x-header .nav-mod {
		position: relative
	}

	.x-header .nav-mod .nav-item {
		position: relative
	}

	.x-header .nav-mod .nav-tit .arr {
		display: none
	}

	.x-header .nav-mod .nav-link {
		display: block;
		white-space: nowrap;
		-webkit-transition-property: color, background;
		transition-property: color, background;
		-webkit-transition-duration: .3s;
		transition-duration: .3s
	}

	.x-header .nav-mod .nav-lv {
		position: absolute;
		min-width: 100%;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition-duration: .3s;
		transition-duration: .3s
	}

	.x-header .nav-mod .nav-grp {
		position: relative;
		padding: 30px 0;
		-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11);
		box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11)
	}

	.x-header .nav-mod .nav-grp::before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 100%;
		border: 12px solid transparent;
		border-bottom: 18px solid #fff;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.x-header .nav-mod .nav-lv1 .en {
		font-family: arial
	}

	.x-header .nav-mod .nav-lv1-item {
		float: left
	}

	.x-header .nav-mod .nav-lv1-link {
		padding: 0 25px 3px;
		line-height: 4.5
	}

	.x-header .nav-mod .nav-lv2 {
		left: 50%;
		min-width: 168px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.x-header .nav-mod .nav-lv2-item+.nav-lv2-item {
		margin-top: 22px
	}

	.x-header .nav-mod .nav-lv2-tit {
		text-align: center
	}

	.x-header .nav-mod .nav-lv2-link {
		padding: 0 10px
	}

	.x-header .nav-mod .nav-lv3 {
		left: 100%;
		top: 0
	}

	.x-header .nav-mod .nav-lv3-item {
		position: relative;
		float: left
	}

	.x-header .nav-mod .nav-lv3-item+.nav-lv3-item {
		margin-top: 8px
	}

	.x-header .nav-mod .nav-item:hover>.nav-lv {
		opacity: 1;
		visibility: visible
	}

	.x-header .nav-mod .nav-item:hover>.nav-tit .nav-link {
		color: #005bac
	}

	.x-header.hz-nav .nav-grp {
		position: relative;
		padding: 20px 0;
		text-align: center
	}

	.x-header.hz-nav .nav-grp::before {
		content: '\e72e';
		position: absolute;
		left: 50%;
		bottom: 100%;
		margin-bottom: -11px;
		font-size: 30px;
		line-height: 1;
		color: #000;
		font-family: "xfont" !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.2px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.x-header.hz-nav .nav-lv2 {
		background-color: #000;
		color: #fff
	}

	.x-header.hz-nav .nav-lv2-item {
		display: inline-block;
		vertical-align: top
	}

	.x-header.hz-nav .nav-lv2-item+.nav-lv2-item {
		margin-top: 0
	}
}

@media screen and (min-width: 1680px) {
	.x-header .unit1,.x-header .unit2 {
		padding-left: 95px;
		padding-right: 95px
	}

	.x-header .nav-mod .nav-lv1-link {
		padding-left: 43px;
		padding-right: 43px
	}
}

@media screen and (max-width: 768px) {
	.x-header {
		height: 105px
	}

	.x-header .unit1 {
		padding: 5px 15px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%
	}

	.x-header .unit2 {
		position: fixed;
		top: 44px;
		left: 0;
		width: 100%
	}

	.x-header .unit1 .item {
		margin-left: 2px;
		line-height: normal;
		font-size: 10px
	}

	.x-header .unit1 .item:first-child {
		margin-left: 0
	}

	.x-header .unit1 .link {
		padding: 0 10px;
		white-space: nowrap
	}

	.x-header .menu-mod {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding: 10px 15px;
		min-height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		z-index: 1
	}

	.x-header .logo {
		width: 130px
	}

	.x-header .logo+* {
		margin-left: auto
	}

	.x-header .menu-btn {
		position: relative;
		width: 40px;
		overflow: hidden
	}

	.x-header .menu-btn::before {
		content: '';
		display: block;
		padding-top: 100%
	}

	.x-header .menu-btn .line {
		width: 60%;
		height: 2px;
		-webkit-transition: background .3s;
		transition: background .3s
	}

	.x-header .menu-btn .line,.x-header .menu-btn .line::before,.x-header .menu-btn .line::after {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #333;
		border-radius: 1px
	}

	.x-header .menu-btn .line::before,.x-header .menu-btn .line::after {
		content: '';
		width: 100%;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.x-header .menu-btn .line::before {
		-webkit-transform: translateY(-400%);
		-ms-transform: translateY(-400%);
		transform: translateY(-400%)
	}

	.x-header .menu-btn .line::after {
		-webkit-transform: translateY(400%);
		-ms-transform: translateY(400%);
		transform: translateY(400%)
	}

	.x-header .search-box,.x-header .share-box {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		position: relative;
		padding: 5px 15px
	}

	.x-header .search-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid #ccc
	}

	.x-header .search-box>* {
		width: 0;
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.x-header .search-box>:last-child {
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.x-header .search-box .search-input {
		display: block;
		width: 100%;
		height: 30px
	}

	.x-header .search-box .search-submit {
		width: 40px
	}

	.x-header .share-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-top: 1px solid #ccc
	}

	.x-header .share-box .share-item {
		font-size: 1.2em
	}

	.x-header .nav-mod {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		overflow: hidden;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform: translateY(-150%);
		-ms-transform: translateY(-150%);
		transform: translateY(-150%)
	}

	.x-header .nav-box {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		overflow-y: auto;
		overscroll-behavior-y: contain
	}

	.x-header .nav-item+.nav-item {
		border-top: 1px solid #ccc
	}

	.x-header .nav-item.act>.nav-tit .arr {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.x-header .nav-tit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 15px
	}

	.x-header .nav-tit .arr {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 40px;
		height: auto
	}

	.x-header .nav-tit .nav-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.x-header .nav-tit+.nav-lv {
		display: none
	}

	.x-header .nav-lv1-link {
		font-size: 1.125em
	}

	.x-header .nav-lv2 {
		padding: 0 15px;
		background-color: #eee
	}

	.x-header .nav-lv1-item.act {
		background-color: #ddd
	}

	.x-header.menu-open {
		z-index: 999
	}

	.x-header.menu-open .line {
		background-color: transparent
	}

	.x-header.menu-open .line::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.x-header.menu-open .line::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.x-header.menu-open .nav-mod {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}
}

.x-footer {
	background-color: #333333;
	color: #ffffff
}

.x-footer .unit1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 42px 0
}

.x-footer .unit1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 9999px;
	border-bottom: 1px solid #3e3e3e;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.x-footer .unit1 .item {
	margin: 0 10px;
	width: 56px;
	background-color: #e8eef6;
	border-radius: 10px;
	position: relative
}

.x-footer .unit1 .item .i {
	width: 100%
}

.x-footer .unit2 {
	padding: 44px 0 48px
}

.x-footer .unit2 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.x-footer .unit2 .row:first-child {
	margin-top: 0
}

.x-footer .unit2 .td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 70px
}

.x-footer .unit2 .td:first-child {
	margin-left: 0
}

.x-footer .unit2 .td .icon {
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	width: 35px
}

.x-footer .unit2 .td .icon::before {
	content: '';
	display: block;
	padding-top: 86.11111%
}

.x-footer .unit2 .td .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.x-footer .unit2 .td .b {
	font-family: avian;
	font-size: 24px;
	line-height: normal
}

@media screen and (max-width: 768px) {
	.x-footer .unit2 .td .b {
		font-size: 18px
	}
}

.x-footer .unit2 .p {
	margin-left: 65px
}

.x-footer .unit2 .p:first-child {
	margin-left: 0
}

.x-footer .unit2 .p:nth-child(3) {
	font-size: 14px;
	opacity: 0.5
}

.x-footer .item_hide {
	position: absolute;
	top: -225px;
	left: -73px;
	padding: 17px;
	background-color: #e8eef6;
	border-radius: 10px;
	display: none
}

.x-footer .item_hide img {
	width: 170px;
	height: 170px
}

.x-footer .item_hide:after {
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 15px solid #e8eef6;
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px
}

.x-footer .item:hover .item_hide {
	display: block
}

.x-footer .ba {
	width: 20px;
	height: 20px
}

@media screen and (min-width: 769px) {
	.x-footer a {
		-webkit-transition: color .3s;
		transition: color .3s
	}

	.x-footer a:hover {
		color: #005bac
	}
}

@media screen and (max-width: 768px) {
	.x-footer .unit1 {
		padding: 20px 0
	}

	.x-footer .unit1 .item {
		margin: 0 5px;
		width: 30px;
		border-radius: 5px
	}

	.x-footer .unit2 {
		padding: 20px 0
	}

	.x-footer .unit2 .row {
		display: block;
		margin-top: 20px;
		text-align: center
	}

	.x-footer .unit2 .td {
		margin-left: 0;
		margin-top: 10px
	}

	.x-footer .unit2 .td:first-child {
		margin-top: 0
	}

	.x-footer .unit2 .td .icon {
		margin-right: 10px;
		width: 20px
	}

	.x-footer .unit2 .p {
		margin-left: 0;
		margin-top: 10px
	}

	.x-footer .unit2 .p:first-child {
		margin-top: 0
	}

	.x-footer .item_hide {
		left: -87px
	}

	.x-footer .unit2 .td .b {
		width: 200px
	}
}

.audio-mod.ui {
	position: relative;
	padding: 1em;
	border: 1px solid;
	border-radius: 5px
}

.audio-mod .audio-title {
	padding: 1em;
	text-align: center
}

.audio-mod .audio-list {
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.audio-mod .audio-list .select-bar {
	border: 0;
	height: 30px
}

.audio-mod .audio-list .select-cont {
	left: auto;
	width: 300px
}

.audio-mod .audio-control {
	float: left
}

.audio-mod .audio-play {
	border: 1px solid;
	border-radius: 999px
}

.audio-mod .audio-play.icon-media-pause.icon-media-buffer {
	-webkit-animation: animat-ring 3s linear infinite;
	animation: animat-ring 3s linear infinite
}

.audio-mod .audio-prev.disable,.audio-mod .audio-next.disable {
	background: #ccc;
	cursor: default;
	pointer-events: none
}

.audio-mod .audio-volume {
	position: absolute;
	top: 50%;
	right: 4em;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.audio-mod .audio-volume .audio-volume-box {
	position: absolute;
	left: 50%;
	bottom: 100%;
	padding: 1em 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.audio-mod .audio-volume .audio-volume-track {
	position: relative;
	margin: auto;
	width: 4px;
	height: 50px;
	background: #eee
}

.audio-mod .audio-volume .audio-volume-bar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #666
}

.audio-mod .audio-volume .audio-volume-bar::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 999px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer
}

.audio-mod .audio-volume:hover .audio-volume-box {
	opacity: 1;
	visibility: visible
}

.audio-mod .audio-panel {
	margin-left: 4em;
	margin-top: 5px
}

.audio-mod .audio-progress {
	position: relative;
	margin-bottom: 5px;
	height: 4px;
	background-color: #eee
}

.audio-mod .audio-progress .audio-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: #333
}

.audio-mod .audio-progress .audio-progress-bar::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 1px solid;
	border-radius: 999px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.audio-mod .audio-time {
	position: relative;
	font-family: arial;
	line-height: 1;
	overflow: hidden
}

.audio-mod .audio-current {
	float: left
}

.audio-mod .audio-duration {
	float: right
}

.audio-mod .audio-surplus {
	float: right
}

@media screen and (max-width: 768px) {
	.audio-mod .audio-volume-box {
		display: none
	}
}

div[data-search] * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

div[data-search] .BMapLib_sms_pnl_phone input,div[data-search] .BMapLib_sms_pnl_phone button,div[data-search] .BMapLib_sms_pnl_phone textarea,div[data-search] .BMapLib_sms_pnl_phone select {
	min-height: auto;
	border: 1px solid
}

div[data-search] .BMapLib_bubble_content {
	overflow: auto
}

div[data-search] .infoBox {
	padding: 10px;
	width: 290px;
	background-color: #fff
}

div[data-search] .infoBox>img {
	top: 10px;
	right: 10px !important
}

.bdmap {
	height: 600px
}

.bread-mod {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 35px 0;
	z-index: 1
}

.bread-mod.white,.bread-mod.white .bread-item+.bread-item::before {
	color: #ffffff
}

.bread-mod .bread-item {
	display: inline-block
}

.bread-mod .bread-item+.bread-item::before {
	content: '>';
	padding: 0 5px;
	font-family: Arial;
	color: #333
}

.bread-mod.relative {
	position: relative
}

@media screen and (min-width: 769px) {
	.bread-mod .bread-link {
		-webkit-transition: color .3s;
		transition: color .3s
	}

	.bread-mod .bread-link:hover {
		color: #005bac
	}
}

@media screen and (max-width: 768px) {
	.bread-mod {
		padding: 10px 0
	}
}

.pop-mod {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, z-index;
	transition-property: opacity, visibility, z-index;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s, 0s, .3s;
	transition-delay: 0s, 0s, .3s
}

.pop-mod .pop-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	overflow: hidden
}

.pop-mod .pop-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.pop-mod .pop-panel::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.pop-mod .pop-dialog {
	position: relative;
	display: inline-block;
	max-width: 100%;
	background: #fff;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	word-break: normal
}

.pop-mod .video-native {
	display: none
}

.pop-mod video,.pop-mod iframe {
	display: none;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%
}

.pop-mod.x-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	-webkit-transition-property: opacity, visibility, z-index;
	transition-property: opacity, visibility, z-index;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s
}

.pop-mod.x-show video,.pop-mod.x-show iframe,.pop-mod.x-show .video-native {
	display: block
}

@media screen and (min-width: 769px) {
	.pop-mod .pop-close:hover {
		background-color: #005bac
	}

	.pop-mod.x-show .pop-panel {
		overflow-y: scroll
	}

	.pop-mod.x-show>.pop-close {
		margin-right: 17px
	}

	.full-screen .pop-mod.x-show>.pop-close {
		margin-right: 0
	}

	.full-screen .pop-mod.x-show .pop-panel {
		overflow: auto
	}
}

@media screen and (max-width: 768px) {
	.pop-mod .pop-panel {
		padding: 0 15px;
		overflow: auto;
		overscroll-behavior-y: contain
	}

	.pop-mod .pop-panel .pop-dialog {
		width: 100%
	}
}

.paging-mod {
	text-align: center
}

.paging-mod .paging-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top
}

.paging-mod .paging-item {
	display: block;
	margin-right: 10px;
	min-width: 36px;
	background-color: #f5faff;
	font-family: Arial;
	line-height: 36px
}

.paging-mod .paging-arrow,.paging-mod .paging-link {
	padding: 0 5px;
	border-radius: 5px;
	-webkit-transition-property: color, background, border;
	transition-property: color, background, border;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.paging-mod .paging-arrow {
	font-size: 12px;
	color: #005bac
}

.paging-mod .paging-link {
	font-size: 18px
}

.paging-mod .paging-link.cur {
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
	cursor: default;
	pointer-events: none
}

.paging-mod .paging-dot {
	background-color: transparent;
	font-weight: bold;
	letter-spacing: 0.2em
}

.paging-mod .paging-jump {
	margin-right: 0;
	padding: 2px;
	width: 130px;
	background-color: transparent;
	border: 1px solid #005bac;
	border-radius: 5px
}

.paging-mod .paging-table {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 4px
}

.paging-mod .paging-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.paging-mod .paging-input {
	display: block;
	padding: 0 10px;
	width: 100%;
	line-height: 1.5;
	text-align: center
}

.paging-mod .paging-btn {
	display: block;
	width: 60px;
	background-color: #005bac;
	border-radius: 5px;
	font-family: 'Times New Roman';
	font-size: 20px;
	color: #ffffff;
	line-height: 34px;
	cursor: pointer
}

.paging-mod .paging-more {
	display: none
}

@media screen and (min-width: 769px) {
	.paging-mod .paging-link:not(.cur):hover,.paging-mod .paging-arrow:hover {
		background-color: #005bac;
		border-color: #005bac;
		color: #fff
	}
}

@media screen and (max-width: 768px) {
	.paging-mod .paging-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 34px;
		display: none
	}

	.paging-mod .paging-item,.paging-mod .paging-input {
		line-height: normal
	}

	.paging-mod .paging-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.paging-mod .paging-more {
		display: inline-block;
		padding: 5px 15px;
		border: 1px solid #ddd;
		border-radius: 999px
	}
}

.scroll-mod {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 100px
}

.scroll-mod .scroll-cont {
	height: 100%;
	max-height: inherit;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.scroll-mod .scroll-cont::-webkit-scrollbar {
	display: none
}

.scroll-mod .scroll-track-x,.scroll-mod .scroll-track-y {
	position: absolute;
	background-color: #000
}

.scroll-mod .scroll-bar-x,.scroll-mod .scroll-bar-y {
	background-color: red;
	cursor: pointer
}

.scroll-mod .scroll-track-x {
	bottom: 0;
	left: 0;
	right: 0
}

.scroll-mod .scroll-bar-x {
	height: 5px
}

.scroll-mod .scroll-track-y {
	top: 0;
	bottom: 0;
	right: 0
}

.scroll-mod .scroll-bar-y {
	width: 5px
}

@media screen and (min-width: 769px) {
	.scroll-mod {
		width: 50%
	}

	.scroll-mod .scroll-bar-x {
		width: 0
	}

	.scroll-mod .p {
		width: 1000px
	}
}

.search-mod {
	position: relative
}

.search-mod .search-tap {
	z-index: 1
}

.search-mod .search-tap ~ .search-box {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 10px;
	width: 200px;
	background-color: #eee;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.search-mod.at-l .search-tap ~ .search-box {
	top: auto;
	bottom: 50%;
	margin-top: 0;
	width: 0;
	-webkit-transition-property: width, opacity, visibility;
	transition-property: width, opacity, visibility
}

.search-mod.at-l .search-tap ~ .search-box .search-submit {
	visibility: hidden
}

.search-mod .search-box {
	display: table;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden
}

.search-mod .search-txt,.search-mod .search-btn {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

.search-mod .search-txt {
	padding: 0 1em;
	width: 100%
}

.search-mod .search-btn {
	width: 1%
}

.search-mod .search-input {
	width: 100%
}

.search-mod .search-submit {
	display: block;
	height: 100%;
	cursor: pointer
}

.search-mod.x-show .search-tap ~ .search-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.search-mod.x-show.at-l .search-tap {
	z-index: -1;
	-webkit-transition-property: z-index;
	transition-property: z-index;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.search-mod.x-show.at-l .search-tap ~ .search-box {
	width: 200px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.search-mod.x-show.at-l .search-tap ~ .search-box .search-submit {
	visibility: visible;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

@media screen and (min-width: 769px) {
	.search-mod .search-tap:hover,.search-mod .search-submit:hover {
		color: #005bac
	}
}

.select-mod {
	position: relative
}

.select-mod .select-bar {
	height: 40px;
	border-radius: 5px;
	overflow: hidden
}

.select-mod .select-native {
	display: none
}

.select-mod .select-trigger {
	cursor: pointer
}

.select-mod .select-btn {
	float: right;
	height: 100%
}

.select-mod .select-txt {
	position: relative;
	padding: 0 1em;
	height: 100%;
	overflow: hidden
}

.select-mod .select-val {
	position: relative;
	top: 50%;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.select-mod .select-cont,.select-mod .select-query {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 1em 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}

.select-mod .select-cont::before,.select-mod .select-query::before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11)
}

.select-mod .select-opts {
	max-height: 16em;
	overflow: hidden
}

.select-mod .select-item {
	padding: 0.4em 1em;
	line-height: 1.2;
	cursor: pointer
}

.select-mod .select-item.cur {
	color: #005bac
}

.select-mod.at-t .select-cont {
	top: auto;
	bottom: 100%
}

.select-mod.at-t .select-cont::before {
	top: 0;
	bottom: 1px
}

.select-mod.sc-show {
	z-index: 1
}

.select-mod.sc-show .select-cont {
	opacity: 1;
	visibility: visible
}

.select-mod.sc-show .select-trigger .select-btn,.select-mod.sc-show .select-trigger.select-btn {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.select-mod.sq-show .select-query {
	opacity: 1;
	visibility: visible
}

.select-mod .mCSB_scrollTools {
	right: 12px
}

@media screen and (min-width: 769px) {
	.select-mod .select-trigger:hover .select-btn,.select-mod .select-trigger.select-btn:hover,.select-mod .select-item:hover {
		color: #005bac
	}
}

@media screen and (max-width: 768px) {
	.select-mod .select-native {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0
	}

	.select-mod .select-opts {
		position: relative;
		height: 100%;
		overflow: auto
	}
}

.icon-wx::before {
	content: '\e601'
}

.icon-wb::before {
	content: '\e602'
}

.icon-qq::before {
	content: '\e603'
}

.icon-qz::before {
	content: '\e604'
}

.icon-twitter::before {
	content: '\e605'
}

.icon-facebook::before {
	content: '\e606'
}

.icon-linkedin::before {
	content: '\e607'
}

.icon-share::before {
	content: '\e608'
}

.share-mod .share-label,.share-mod .share-label ~ .share-box {
	display: inline-block;
	vertical-align: middle
}

.share-box .share-item {
	float: left
}

.share-box .code {
	width: 100px;
	height: 100px;
	overflow: hidden
}

.share-box .code img,.share-box .code canvas {
	width: 100%
}

@media screen and (min-width: 769px) {
	.share-box .share-item:hover {
		color: #005bac
	}
}

.sidebar-mod {
	position: fixed;
	bottom: 0%;
	right: 0px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, right;
	transition-property: opacity, visibility, right;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar-mod .sidebar-item {
	position: relative;
	display: block;
	width: 57px;
	height: 52px;
	border-radius: 5px;
	cursor: pointer
}

.sidebar-mod .sidebar-item+.sidebar-item {
	margin-top: 5px
}

.sidebar-mod .sidebar-cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar-mod .code {
	width: 100px;
	height: 100px;
	overflow: hidden
}

.sidebar-mod .code img {
	display: block;
	width: 100%
}

.sidebar-mod.x-show {
	opacity: 1;
	visibility: visible
}

.sidebar-mod .icon_kf {
	width: 42px;
	height: 42px;
	display: block;
	background: #333 url(../images/syb/icon_kf.png) no-repeat;
	background-size: 100%;
	border-radius: 5px;
	-webkit-transition: all 0.32s;
	transition: all 0.32s
}

.vjs-full-window .sidebar-mod {
	z-index: -1
}

@media screen and (min-width: 769px) {
	.sidebar-mod .sidebar-item:hover .sidebar-cont {
		color: #005bac
	}

	.sidebar-mod:hover {
		right: 0
	}

	.sidebar-mod .icon_kf:hover {
		background-color: #005bac;
		-webkit-transition: all 0.32s;
		transition: all 0.32s
	}
}

.slick-slider {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.slick-item {
	position: relative
}

.slick-list {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	width: 100%
}

.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
}

.slick-arrow {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 3;
	cursor: pointer
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff
}

.slick-dots {
	margin: 0;
	padding: 0;
	z-index: 3
}

.slick-dot {
	cursor: pointer
}

.slick-arrow {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #fdc300;
	border-radius: 50%;
	color: #ffffff
}

.slick-arrow::before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: xfont;
	font-style: normal;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slick-prev::before {
	content: '\e504'
}

.slick-next::before {
	content: '\e505'
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	text-align: center
}

.slick-dot {
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 20px
}

.slick-arrow.slick-disabled,.slick-arrow.slick-disabled:hover {
	opacity: 0.5;
	cursor: initial
}

@media screen and (max-width: 768px) {
	.slick-arrow {
		width: 31px;
		height: 31px
	}
}

.tab-mod .tab-term {
	cursor: pointer
}

.tab-mod .tab-term.cur {
	color: #005bac
}

.tab-mod .tab-item {
	opacity: 0;
	visibility: hidden
}

.tab-mod .tab-item.act {
	opacity: 1;
	visibility: visible
}

.suds-mod {
	position: relative
}

.suds-mod .suds-pop {
	position: absolute;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.suds-mod .suds-pop::before,.suds-mod .suds-pop::after {
	content: '';
	position: absolute
}

.suds-mod .suds-pop::before {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #ddd
}

.suds-mod .suds-pop::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 5px
}

.suds-mod .suds-pop.at-t {
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%)
}

.suds-mod .suds-pop.at-t::before {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-b {
	left: 50%;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translate(-50%, -10%);
	-ms-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%)
}

.suds-mod .suds-pop.at-b::before {
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	-ms-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg)
}

.suds-mod .suds-pop.at-l {
	right: 100%;
	top: 50%;
	margin-right: 10px;
	-webkit-transform: translate(10%, -50%);
	-ms-transform: translate(10%, -50%);
	transform: translate(10%, -50%)
}

.suds-mod .suds-pop.at-l::before {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-r {
	left: 100%;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%)
}

.suds-mod .suds-pop.at-r::before {
	top: 50%;
	right: 100%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop>* {
	position: relative;
	z-index: 1
}

.suds-mod.x-show,.suds-mod:hover {
	z-index: 1
}

.suds-mod.x-show>.suds-pop,.suds-mod:hover>.suds-pop {
	opacity: 1;
	visibility: visible
}

.suds-mod.x-show>.suds-pop.at-t,.suds-mod:hover>.suds-pop.at-t {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-b,.suds-mod:hover>.suds-pop.at-b {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-l,.suds-mod:hover>.suds-pop.at-l {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}

.suds-mod.x-show>.suds-pop.at-r,.suds-mod:hover>.suds-pop.at-r {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}

.suds-mod:hover>.suds-target+.suds-pop {
	opacity: 0;
	visibility: hidden
}

.suds-mod.x-show>.suds-target+.suds-pop {
	opacity: 1;
	visibility: visible
}

.topping-mod {
	position: fixed;
	right: 15px;
	bottom: 10px;
	padding: 5px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, background, color;
	transition-property: opacity, visibility, background, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important
}

.topping-mod .s {
	font-family: Arial;
	text-transform: uppercase
}

.topping-mod.x-show {
	opacity: 1;
	visibility: visible
}

.vjs-full-window .topping-mod {
	z-index: -1
}

.fix-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(51,51,51,0.8);
	z-index: 10;
	color: #fff;
	font-size: 20px;
	color: #ffffff;
	padding: 28px 0
}

@media screen and (max-width: 768px) {
	.fix-top {
		font-size: 18px
	}
}

.fix-top .l-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fix-top .p {
	margin-left: 15px
}

.fix-top .fix_i {
	width: 66px;
	height: 66px;
	background: url(../images/syb/icon_qiu.png) no-repeat;
	background-size: 100%;
	display: inline-block
}

.fix-top .p a {
	margin: 0 12px;
	text-decoration: underline
}

.fix-top .fix_close {
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.fix-top .fix_close {
		font-size: 18px
	}
}

.fix-top .fix_close:before {
	content: '\e509';
	font-family: xfont
}

.fix-bot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(51,51,51,0.8);
	z-index: 10;
	padding: 20px 0
}

.fix-bot .l-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fix-bot .p {
	font-size: 22px;
	color: #fff;
	width: 1075px
}

@media screen and (max-width: 768px) {
	.fix-bot .p {
		font-size: 18px
	}
}

.fix-bot .btn {
	font-size: 22px;
	width: 160px;
	height: 48px;
	background-color: #005bac;
	border-radius: 13px;
	color: #fff;
	margin-left: 150px;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.fix-bot .btn {
		font-size: 18px
	}
}

.fix-bot .fix_close {
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff
}

@media screen and (max-width: 768px) {
	.fix-bot .fix_close {
		font-size: 18px
	}
}

.fix-bot .fix_close:before {
	content: '\e509';
	font-family: xfont
}

.fix-bot .p a {
	text-decoration: underline;
	color: #005bac
}

@media screen and (min-width: 769px) {
	.topping-mod:hover {
		background-color: #005bac
	}

	.lock-screen .topping-mod {
		margin-right: 17px
	}

	.lock-screen.full-screen .topping-mod {
		margin-right: 0
	}
}

@media screen and (max-width: 768px) {
	.fix-top {
		font-size: 18px;
		padding: 17px 0
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.fix-top {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.fix-top .fix_close {
		right: 10px
	}

	.fix-top .fix_i {
		width: 24px;
		height: 24px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.fix-bot {
		padding: 10px 0
	}

	.fix-bot .l-wrap {
		display: block
	}

	.fix-bot .p {
		width: calc(100% - 20px);
		font-size: 18px
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.fix-bot .p {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.fix-bot .btn {
		margin-left: 0px;
		width: 80px;
		display: none
	}

	.fix-bot .fix_close {
		right: 10px;
		top: 14px
	}
}

.tracker-mod .tracker-prev {
	cursor: pointer
}

.tracker-mod .tracker-next {
	cursor: pointer
}

.tracker-mod .tracker-prev.disdrag {
	cursor: auto
}

.tracker-mod .tracker-next.disdrag {
	cursor: auto
}

.tracker-mod .tracker-box {
	overflow: hidden
}

.tracker-mod .tracker-track {
	min-width: 100%;
	min-height: 100%
}

.tracker-mod .tracker-item {
	cursor: pointer
}

.tracker-mod .tracker-item.cur {
	color: #1b67b2
}

.tracker-mod.dir-hor .tracker-prev {
	float: left
}

.tracker-mod.dir-hor .tracker-next {
	float: right
}

.tracker-mod.dir-hor .tracker-box {
	text-align: center
}

.tracker-mod.dir-hor .tracker-track {
	display: table;
	white-space: nowrap;
	font-size: 0
}

.tracker-mod.dir-hor .tracker-item {
	display: inline-block;
	vertical-align: middle
}

.tracker-mod.dir-ver .tracker-box {
	height: 300px
}

.tracker-mod.dir-ver .tracker-item {
	margin: 10px 0
}

.video-mod {
	position: relative;
	background-color: #000;
	overflow: hidden
}

.video-mod::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.video-mod .video-js {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%
}

.video-mod .vjs-ended .vjs-poster {
	display: block
}

.video-mod.mini .video-js .vjs-control-bar {
	position: static;
	visibility: hidden
}

.video-mod.mini .video-js .vjs-progress-control {
	position: static;
	display: block
}

.video-mod.mini .video-js .vjs-progress-holder {
	position: static
}

.video-mod.mini .video-js .vjs-load-progress,.video-mod.mini .video-js .vjs-mouse-display,.video-mod.mini .video-js .vjs-play-progress::before,.video-mod.mini .video-js .vjs-play-progress .vjs-time-tooltip,.video-mod.mini .video-js .vjs-play-progress .vjs-control-text {
	display: none
}

.video-mod.mini .video-js .vjs-play-progress {
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	height: .3em;
	opacity: .5;
	visibility: visible
}

.video-mod.mini .vjs-ended .vjs-play-progress {
	visibility: hidden
}

@media screen and (min-width: 769px) {
	.vjs-no-flex .vjs-button {
		padding-bottom: 3em
	}
}

@media screen and (max-width: 768px) {
	.video-js .vjs-big-play-button {
		font-size: 3em
	}

	.video-js .vjs-control-bar {
		height: 2em
	}

	.video-js .vjs-control {
		width: 2em
	}

	.vjs-button>.vjs-icon-placeholder::before {
		font-size: 1em
	}

	.video-js .vjs-remaining-time {
		display: block;
		margin: 0 0.5em;
		width: auto;
		line-height: 2em
	}

	.vjs-current-time,.vjs-duration,.vjs-time-divider,.video-js .vjs-volume-panel {
		display: none
	}
}

.animal_cell1 .table-cap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.animal_cell1 .table-cap .t {
	font-size: 36px
}

@media screen and (max-width: 768px) {
	.animal_cell1 .table-cap .t {
		font-size: 24px
	}
}

.animal_cell1 .table-cap .search-mod {
	width: 200px
}

.animal_cell1 .table-cap .search-box {
	background-color: #e0e9f2;
	border: 0
}

.animal_cell1 .table-cap input::-webkit-input-placeholder {
	font-size: 16px
}

.animal_cell1 .table-cap input::-moz-placeholder {
	font-size: 16px
}

.animal_cell1 .table-cap input:-ms-input-placeholder {
	font-size: 16px
}

.animal_cell1 .table-cap input::-ms-input-placeholder {
	font-size: 16px
}

.animal_cell1 .table-cap input::placeholder {
	font-size: 16px
}

.animal_cell1 .table-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px
}

.animal_cell1 .table-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: 0
}

.animal_cell1 .table-con table {
	min-width: 100%
}

.animal_cell1 .table-con thead {
	background-color: #1b67b2;
	color: #ffffff
}

.animal_cell1 .table-con thead th {
	padding: 10px;
	height: 80px;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #e4e4e4
}

@media screen and (max-width: 768px) {
	.animal_cell1 .table-con thead th {
		font-size: 16px
	}
}

.animal_cell1 .table-con tbody tr {
	background-color: #fff
}

.animal_cell1 .table-con tbody tr:nth-child(even) {
	background-color: #ebf1f9
}

.animal_cell1 .table-con tbody td {
	padding: 10px;
	height: 60px;
	color: #707070;
	border-left: 1px solid #e4e4e4
}

.animal_cell1 .table-con .table-col:first-child td:first-child {
	border-left: 0
}

.animal_cell1 .table-con .table-col:first-child th:first-child {
	border-left: 0
}

.animal_cell1 .table-con tbody td a {
	display: block
}

.virus.animal_cell1 {
	margin-bottom: 120px
}

.animal_cell2 {
	position: relative
}

.animal_cell2 .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.animal_cell2 .img::before {
	content: '';
	display: block;
	padding-top: 17.39583%
}

.animal_cell2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.animal_cell2 .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 888px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.animal_cell2 .cont .t {
	color: #ffffff;
	line-height: 1.75;
	padding-top: 20px
}

.animal_cell2 .cont .t_more {
	margin-top: 35px
}

.virus.animal_cell1 .virus_r {
	padding-bottom: 128px
}

@media screen and (min-width: 769px) {
	.animal_cell1 .table-con tbody td a {
		display: block
	}

	.animal_cell1 .table-con tbody td:nth-child(1) a {
		width: 100px
	}

	.animal_cell1 .table-con .table-col .animal1 tbody td:nth-child(1) a {
		width: 200px
	}

	.animal_cell1 .table-con tbody td:nth-child(2) a {
		width: 300px
	}

	.animal_cell1 .table-con tbody td:nth-child(3) a {
		width: 90%
	}
}

@media screen and (max-width: 768px) {
	.animal_cell1 .table-cap {
		display: block
	}

	.animal_cell1 .table-cap .search-mod {
		margin-top: 10px;
		width: 100%
	}

	.animal_cell1 .table-con {
		display: block;
		margin-top: 20px
	}

	.animal_cell1 .table-col {
		width: 100%
	}

	.animal_cell1 .table-con thead th {
		height: 60px;
		white-space: nowrap
	}

	.animal_cell1 .table-con tbody td {
		height: 50px
	}

	.animal_cell2 .cont {
		padding: 0 15px;
		width: 100%
	}

	.animal_cell2 .cont .t_more {
		margin-top: 20px
	}

	.animal_cell2 .cont .t {
		padding-top: 0
	}

	.virus.animal_cell1 {
		margin-bottom: 30px
	}

	.virus.animal_cell1 .virus_r {
		padding-bottom: 30px
	}
}

.clinical_pipeline1 {
	padding: 114px 0 120px;
	background-color: #f5faff;
	position: relative
}

.clinical_pipeline1 .info {
	padding-bottom: 96px;
	background: url(../images/png6.png) center bottom no-repeat;
	color: #707070;
	line-height: 1.75;
	text-align: center
}

.clinical_pipeline1 .table {
	margin-top: 40px;
	position: relative;
	z-index: 1
}

.clinical_pipeline1 .table .bw {
	width: 100%;
	text-align: center
}

.clinical_pipeline1 .table .thead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 112px;
	background-color: #1b67b2;
	color: #ffffff;
	line-height: 1.25
}

.clinical_pipeline1 .table .thead .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-left: 1px solid #e4e4e4
}

.clinical_pipeline1 .table .thead .cell:nth-child(1) {
	width: 120px
}

.clinical_pipeline1 .table .thead .cell:nth-child(2) {
	width: 99px
}

.clinical_pipeline1 .table .thead .cell:nth-child(3) {
	width: 132px
}

.clinical_pipeline1 .table .thead .cell:nth-child(4) {
	width: 116px
}

.clinical_pipeline1 .table .thead .cell:nth-child(5) {
	width: 140px
}

.clinical_pipeline1 .table .thead .cell:nth-child(6) {
	width: 113px
}

.clinical_pipeline1 .table .thead .cell:nth-child(7) {
	width: 510px
}

.clinical_pipeline1 .table .thead .cell:last-child {
	border-right: 1px solid #e4e4e4
}

.clinical_pipeline1 .table .thead .th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: 0 10px;
	height: 0;
	text-align: center
}

.clinical_pipeline1 .table .thead .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	height: 0;
	border-top: 1px solid #e4e4e4;
	margin: 0
}

.clinical_pipeline1 .table .thead .span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.clinical_pipeline1 .table .thead .span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e4e4e4
}

.clinical_pipeline1 .table .thead .span:nth-child(1) {
	width: 95px
}

.clinical_pipeline1 .table .thead .span:nth-child(1)::after {
	display: none
}

.clinical_pipeline1 .table .thead .span:nth-child(2) {
	width: 100px
}

.clinical_pipeline1 .table .thead .span:nth-child(3) {
	width: 44px
}

.clinical_pipeline1 .table .thead .span:nth-child(4) {
	width: 75px
}

.clinical_pipeline1 .table .thead .span:nth-child(5) {
	width: 75px
}

.clinical_pipeline1 .table .thead .span:nth-child(6) {
	width: 75px
}

.clinical_pipeline1 .table .thead .span:nth-child(7) {
	width: 44px
}

.clinical_pipeline1 .table .tbody {
	background-color: #fff
}

.clinical_pipeline1 .table .tbody .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	margin: 0
}

.clinical_pipeline1 .table .tbody .th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px;
	width: 120px;
	border-left: 1px solid #e4e4e4;
	font-size: 20px;
	color: #1b67b2
}

@media screen and (max-width: 768px) {
	.clinical_pipeline1 .table .tbody .th {
		font-size: 18px
	}
}

.clinical_pipeline1 .table .tbody .tc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.clinical_pipeline1 .table .tbody .tr {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.clinical_pipeline1 .table .tbody .even {
	background-color: #ebf1f9
}

.clinical_pipeline1 .table .tbody .td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 20px 10px;
	border-left: 1px solid #e4e4e4;
	color: #707070;
	line-height: 1.25;
	text-align: center
}

.clinical_pipeline1 .table .tbody .td:nth-child(1) {
	width: 99px
}

.clinical_pipeline1 .table .tbody .td:nth-child(2) {
	width: 132px
}

.clinical_pipeline1 .table .tbody .td:nth-child(3) {
	width: 116px
}

.clinical_pipeline1 .table .tbody .td:nth-child(4) {
	width: 137px
}

.clinical_pipeline1 .table .tbody .td:nth-child(5) {
	width: 113px
}

.clinical_pipeline1 .table .tbody .td:nth-child(6) {
	padding-left: 0;
	padding-right: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	width: 510px;
	background: url(../images/png21.png) left;
	border-right: 1px solid #e4e4e4
}

.clinical_pipeline1 .table .tbody .t_more {
	position: absolute;
	right: 12px;
	top: 50%;
	color: #005bac;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.clinical_pipeline1 .table .tbody .t_more::after {
	background-image: url(../images/ico5_1.png)
}

.clinical_pipeline1 .table .tbody .t_more::before,.clinical_pipeline1 .table .tbody .t_more .x::after {
	background-color: #ffffff
}

.clinical_pipeline1 .table .tbody .step {
	height: 27px;
	background: #1b67b2 url(../images/png20.png) right no-repeat;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.clinical_pipeline1 .table .tbody .tr:hover {
	background-color: #fdc300
}

.clinical_pipeline1 .table .tbody .tr:hover .td {
	color: #ffffff
}

.clinical_pipeline1 .table .tbody .tr:hover .step {
	background-color: #ffffff
}

.clinical_pipeline1 .table .tbody .tr:hover .t_more {
	opacity: 1;
	visibility: visible
}

.clinical_pipeline1 .tablem {
	display: none;
	margin-top: 20px
}

.clinical_pipeline1 .tablem .dl {
	margin-top: 10px
}

.clinical_pipeline1 .tablem .dl:first-child {
	margin-top: 0
}

.clinical_pipeline1 .tablem .dt {
	padding: 10px;
	background-color: #294f81;
	font-size: 15px;
	color: #fff
}

.clinical_pipeline1 .tablem .dd {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4
}

.clinical_pipeline1 .tablem .row {
	position: relative;
	border-bottom: 1px solid #e4e4e4
}

.clinical_pipeline1 .tablem .row-h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 10px;
	height: 39px
}

.clinical_pipeline1 .tablem .row-h .t {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-size: 14px;
	color: #294f81;
	line-height: normal
}

.clinical_pipeline1 .tablem .row-h .t_more {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5)
}

.clinical_pipeline1 .tablem .row-h .icon-right {
	width: 16px;
	font-size: 14px;
	color: #294f81
}

.clinical_pipeline1 .tablem .row-c {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px
}

.clinical_pipeline1 .tablem .row-td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
	width: 100%
}

.clinical_pipeline1 .tablem .row-td:nth-child(1),.clinical_pipeline1 .tablem .row-td:nth-child(2) {
	margin-top: 0;
	width: 50%
}

.clinical_pipeline1 .tablem .row-td .l {
	color: #294f81
}

.clinical_pipeline1 .tablem .row-td .d {
	color: #707070
}

.clinical_pipeline1 .tablem .row-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ebf1f9;
	visibility: hidden
}

.clinical_pipeline1 .tablem .row-cell {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 36px;
	padding-bottom: 10px;
	border-left: 1px solid #e4e4e4;
	font-size: 11px;
	color: #707070;
	text-align: center
}

.clinical_pipeline1 .tablem .row-cell:first-child {
	border-left: 0
}

.clinical_pipeline1 .tablem .step {
	position: absolute;
	left: 0;
	top: 15px;
	height: 14px;
	background: #294f81 url(../images/png20.png) right no-repeat;
	background-size: 20px;
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px
}

.clinical_pipeline1 .tablem .cur .row-c,.clinical_pipeline1 .tablem .cur .t_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.clinical_pipeline1 .tablem .cur .icon-right {
	display: none
}

.clinical_pipeline1 .tablem .cur .row-b {
	position: relative;
	visibility: visible
}

.clinical_pipeline1::before {
	width: 525px;
	height: 518px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 116px;
	margin-left: -1130px;
	background: url(../images/back_k5.png)
}

.clinical_pipeline1::after {
	width: 448px;
	height: 443px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0px;
	background: url(../images/back_k3.png) no-repeat top right;
	margin-right: -960px;
	background-size: 100%
}

.clinical_pipeline2 {
	position: relative
}

.clinical_pipeline2 .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.clinical_pipeline2 .img::before {
	content: '';
	display: block;
	padding-top: 17.39583%
}

.clinical_pipeline2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.clinical_pipeline2 .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 770px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.clinical_pipeline2 .cont .t {
	color: #ffffff;
	line-height: 1.75
}

.clinical_pipeline2 .cont .t_more {
	margin-top: 35px
}

@media screen and (max-width: 768px) {
	.clinical_pipeline1 {
		padding: 50px 0
	}

	.clinical_pipeline1 .table {
		display: none
	}

	.clinical_pipeline1 .tablem {
		display: block
	}

	.clinical_pipeline2 .cont {
		padding: 0 15px;
		width: 100%
	}

	.clinical_pipeline2 .cont .t_more {
		margin-top: 20px
	}
}

.article-page {
	padding: 50px 0
}

.article-page .article-head {
	margin-bottom: 30px;
	text-align: center
}

.article-page .article-head .t {
	font-size: 1.7em
}

.article-page .article-head .info {
	margin-top: 10px;
	color: #707070
}

.article-page .article-head .s {
	margin: 0 15px
}

.article-page .article-cont {
	margin-bottom: 30px
}

.article-page .article-cont p,.article-page .article-cont .p {
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph
}

.article-page .article-cont p+p,.article-page .article-cont .p+.p {
	margin-top: 1em
}

.article-page .article-cont .img {
	margin: 1em 0
}

.article-page .article-cont iframe,.article-page .article-cont video,.article-page .article-cont img {
	display: block;
	margin: auto;
	max-width: 100%;
	min-height: 100%;
	height: auto !important;
	border: 0
}

.article-page .article-cont .video-mod {
	margin-bottom: 1em
}

.article-page .article-paging {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.article-page .article-paging .article-link {
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s
}

.article-page .article-paging .article-prev {
	float: left;
	padding-left: 30px
}

.article-page .article-paging .article-next {
	float: right;
	padding-right: 30px
}

.article-page .article-paging .xfont {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.article-page .article-paging .article-prev .xfont {
	left: 0
}

.article-page .article-paging .article-next .xfont {
	right: 0
}

.article-page .share-mod {
	margin-bottom: 20px
}

.article-page::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 102px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.article-page::after {
	width: 345px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 102px;
	background: url(../images/back_k2.png);
	margin-right: -960px
}

@media screen and (min-width: 769px) {
	.article-page .article-paging .article-link:hover {
		color: #005bac
	}
}

@media screen and (max-width: 768px) {
	.article-page .article-head .info {
		margin-top: 5px
	}

	.article-page .article-head .s {
		margin: 0 5px
	}

	.article-page .article-cont {
		margin-bottom: 20px
	}

	.article-page .article-paging {
		padding: 10px 0
	}

	.article-page .share-mod {
		margin-bottom: 10px
	}
}

.news1 {
	margin-top: 60px
}

.news1 .list {
	position: relative;
	width: 100%;
	height: 464px;
	padding-top: 18px
}

.news1 .list .img {
	position: relative;
	overflow: hidden;
	width: 765px;
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.news1 .list .img::before {
	content: '';
	display: block;
	padding-top: 60.65359%
}

.news1 .list .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.news1 .list .li {
	width: 597px;
	height: 139px;
	margin-top: 2px;
	margin-left: 633px
}

.news1 .list .li:first-child {
	margin-top: 0
}

.news1 .list .con {
	position: relative;
	z-index: 1;
	width: 597px;
	height: 139px;
	background-color: #fff;
	-webkit-transition: all 0.43s ease-out 0s;
	transition: all 0.43s ease-out 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 55px;
	-webkit-box-shadow: 0 0 32px rgba(129,129,129,0.14);
	box-shadow: 0 0 32px rgba(129,129,129,0.14)
}

.news1 .list .t1 {
	font-size: 18px;
	line-height: 1.55;
	width: 487px
}

@media screen and (max-width: 768px) {
	.news1 .list .t1 {
		font-size: 16px
	}
}

.news1 .list .year {
	font-size: 16px;
	margin-top: 8px
}

.news1 .list .con_b a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.cour2.n_cour2 {
	margin-top: 35px;
	position: relative;
	z-index: 2
}

.news2 {
	margin-top: 39px;
	margin-bottom: 120px;
	position: relative
}

.news2 .list::after {
	content: "";
	display: block;
	clear: both
}

.news2 .li {
	position: relative;
	height: 210px;
	-webkit-box-shadow: 0 0 32px rgba(129,129,129,0.14);
	box-shadow: 0 0 32px rgba(129,129,129,0.14);
	margin-top: 20px
}

.news2 .li:nth-child(2n) .img {
	float: right
}

.news2 .img {
	position: relative;
	overflow: hidden;
	width: 347px;
	float: left
}

.news2 .img::before {
	content: '';
	display: block;
	padding-top: 60.51873%
}

.news2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.news2 .img img {
	-webkit-transition: all 0.43s ease-out 0s;
	transition: all 0.43s ease-out 0s
}

.news2 .div {
	float: left;
	width: calc(100% - 347px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.news2 .num {
	width: 185px;
	height: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 18px
}

.news2 .dec {
	width: 698px;
	padding-right: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.news2 .ri {
	font-size: 80px;
	font-family: avian;
	margin-top: -15px
}

.news2 .year {
	font-size: 16px;
	margin-top: -29px;
	margin-left: 7px;
	font-family: avian
}

.news2 .t1 {
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.news2 .t1 {
		font-size: 18px
	}
}

.news2 .p1 {
	font-size: 16px;
	color: #999999;
	margin-top: 6px
}

.news2 .li .div::before {
	width: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1
}

.news2 .fenye {
	margin-top: 50px
}

.news2::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.news2::after {
	width: 453px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -90px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -960px;
	background-size: 100%;
	z-index: -1
}

@media screen and (min-width: 769px) {
	.news1 .list .con:hover {
		background-color: #fdc300;
		color: #fff;
		-webkit-transition: all 0.43s ease-out 0s;
		transition: all 0.43s ease-out 0s
	}

	.news2 .li:hover .div::before {
		width: 100%;
		background-color: #fdc300;
		color: #fff;
		-webkit-transition: all 0.43s ease-out 0s;
		transition: all 0.43s ease-out 0s
	}

	.news2 .li:hover {
		color: #fff
	}

	.news2 .li:hover .p1 {
		color: #fff
	}

	.news2 .li:hover img {
		-webkit-transition: all 0.43s ease-out 0s;
		transition: all 0.43s ease-out 0s;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	.news1 .list .cose .img {
		display: block
	}

	.news1 .list .cose .con {
		background-color: #fdc300;
		color: #fff
	}
}

@media screen and (max-width: 768px) {
	.news1 {
		margin-top: 20px
	}

	.news1 .list {
		height: auto
	}

	.news1 .list .t1 {
		width: 100%
	}

	.news1 .list .img {
		display: block;
		width: 100%;
		position: relative
	}

	.news1 .list .li {
		height: auto;
		margin-left: 0;
		width: 100%;
		margin-top: 15px
	}

	.news1 .list .con {
		width: 100%;
		padding: 15px 10px;
		height: auto
	}

	.news2 {
		margin-top: 20px;
		margin-bottom: 40px
	}

	.news2 .li {
		height: auto
	}

	.news2 .img {
		float: none;
		width: 100%
	}

	.news2 .div {
		width: 100%;
		float: none;
		padding: 20px 0
	}

	.news2 .num {
		width: auto;
		height: auto;
		margin-right: 18px;
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.news2 .ri {
		margin-top: 0;
		font-size: 40px;
		text-align: center;
		line-height: 0.875
	}

	.news2 .year {
		margin-top: 0
	}

	.news2 .dec {
		padding-right: 0;
		padding: 0 10px
	}

	.news2 .li:nth-child(2n) .img {
		float: none
	}
}

.ditu {
	width: 800px;
	height: 600px
}

.contact1 {
	margin-top: 108px;
	position: relative
}

.contact1 .tit1 {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center
}

@media screen and (max-width: 768px) {
	.contact1 .tit1 {
		font-size: 28px
	}
}

.contact1 .tracker-mod.dir-hor .tracker-item {
	position: relative;
	margin-left: 175px;
	font-size: 20px;
	color: #1b67b2;
	margin-top: 20px
}

@media screen and (max-width: 768px) {
	.contact1 .tracker-mod.dir-hor .tracker-item {
		font-size: 18px
	}
}

.contact1 .tracker-mod.dir-hor .tracker-item:first-child {
	margin-left: 0
}

.contact1 .tracker-item::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 42px;
	width: 92px;
	height: 11px;
	background: url(../images/png4.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact1 .tracker-item:first-child:before {
	display: none
}

.contact1 .tracker-item.cur span {
	font-weight: bold;
	font-size: 24px;
	display: block
}

@media screen and (max-width: 768px) {
	.contact1 .tracker-item.cur span {
		font-size: 18px
	}
}

.contact1 .box {
	position: relative;
	margin-top: 41px
}

.contact1 .box .img {
	position: relative;
	overflow: hidden;
	width: 1011px
}

.contact1 .box .img::before {
	content: '';
	display: block;
	padding-top: 45.79624%
}

.contact1 .box .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.contact1 .div {
	position: absolute;
	right: 0;
	top: 45px;
	height: 365px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact1 .ditu {
	width: 800px;
	height: 600px
}

.contact1 .inf {
	width: 398px;
	background-color: #005bac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px;
	padding-right: 30px
}

.contact1 .bb {
	width: 100%
}

.contact1 .dd {
	width: 100%
}

.contact1 .t1 {
	font-size: 20px;
	color: #fff
}

@media screen and (max-width: 768px) {
	.contact1 .t1 {
		font-size: 18px
	}
}

.contact1 .p {
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	position: relative;
	padding-left: 30px
}

.contact1 .p span {
	display: block
}

.contact1 .ic {
	font-size: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	list-style: none
}

.contact1 .ic::after {
	font-family: xfont;
	content: "\e505";
	display: block;
	color: #fff;
	font-size: 14px
}

.contact1 .im1 {
	position: absolute;
	left: 0;
	top: 17px
}

.contact1 .tab-item {
	display: none
}

.contact1 .tab-item.act {
	display: block
}

.contact1 .p_addr {
	cursor: pointer
}

.contact2 {
	background-color: #f5faff;
	margin-top: 120px;
	padding-top: 108px;
	padding-bottom: 120px;
	position: relative
}

.contact2 .tit1 {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center
}

@media screen and (max-width: 768px) {
	.contact2 .tit1 {
		font-size: 28px
	}
}

.contact2 .tit2 {
	font-size: 18px;
	color: #707070;
	text-align: center;
	margin-top: 22px
}

@media screen and (max-width: 768px) {
	.contact2 .tit2 {
		font-size: 16px
	}
}

.contact2 .t-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px
}

.contact2 .t-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px
}

.contact2 .t-top .inp {
	width: 258px;
	height: 50px;
	background-color: #e0e9f2;
	border-radius: 5px;
	padding: 0 10px
}

.contact2 .t-top .select-mod {
	width: 258px;
	height: 50px;
	background-color: #e0e9f2;
	border-radius: 5px
}

.contact2 .t-top .select-mod .select-bar {
	height: 50px
}

.contact2 .t-top .t-name {
	width: 147px;
	line-height: 50px;
	text-align: right;
	padding-right: 17px
}

.contact2 .t-top:first-child .t-name {
	width: 160px
}

.contact2 .t-name {
	width: 143px;
	line-height: 50px;
	text-align: right;
	padding-right: 17px
}

.contact2 .t-con1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.contact2 .t-con1 .inp {
	width: 463px;
	height: 50px;
	background-color: #e0e9f2;
	border-radius: 5px;
	padding: 0 10px
}

.contact2 .t-con1 .div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact2 .t-con1 .inp1 {
	width: 327px;
	background-color: #e0e9f2;
	padding: 0 10px;
	border-radius: 5px 0 0 5px
}

.contact2 .t-con1 .div:first-child .t-name {
	width: 160px
}

.contact2 .t-con1 .yzm {
	position: relative;
	overflow: hidden;
	width: 140px;
	cursor: pointer
}

.contact2 .t-con1 .yzm::before {
	content: '';
	display: block;
	padding-top: 35.71429%
}

.contact2 .t-con1 .yzm .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.contact2 .t-con1 textarea {
	width: 1070px;
	height: 166px;
	background-color: #e0e9f2;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px
}

.contact2 .t-con1 .t-name-m {
	display: none
}

.contact2 .xicon {
	color: #294f81;
	font-size: 20px;
	margin-right: 10px
}

.contact2 .lab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 155px);
	margin-top: 44px
}

.contact2 .lab input {
	width: 24px;
	position: absolute;
	width: 100%;
	left: 0;
	cursor: pointer;
	opacity: 0
}

.contact2 .lab lable {
	cursor: pointer;
	position: relative;
	display: block;
	width: 16.66%;
	padding-left: 25px;
	margin-top: 10px
}

.contact2 .lab lable::before {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	display: block;
	background: url(../images/syb/icon_lb.png) no-repeat left bottom
}

.contact2 .lab lable.cose::before {
	background-position: 0 0
}

.contact2 .sub input {
	font-size: 18px;
	width: 157px;
	height: 51px;
	border: 0;
	border-radius: 25px;
	background-color: #fdca00;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.contact2 .sub input {
		font-size: 16px
	}
}

.contact1::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.contact1::after {
	width: 320px;
	height: 317px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -210px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -898px;
	background-size: 100%;
	z-index: 1
}

.contact2::before {
	width: 285px;
	height: 402px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 130px;
	margin-left: -960px;
	background: url(../images/back_k4.png)
}

@media screen and (max-width: 768px) {
	.contact1 {
		margin-top: 50px
	}

	.contact1 .tracker-mod.dir-hor .tracker-item {
		font-size: 16px
	}

	.contact1 .tracker-track {
		padding: 0 5px
	}

	.contact1 .tracker-mod.dir-hor .tracker-item {
		margin-left: 50px;
		padding: 0 5px
	}

	.contact1 .tracker-mod.dir-hor .tracker-item::before {
		margin-right: 5px;
		width: 40px;
		height: 5px
	}

	.contact1 .tracker-item.cur span {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.contact1 .box .img {
		width: 100%
	}

	.contact1 .div {
		position: relative;
		display: block;
		height: auto;
		top: 0;
		margin-top: 10px
	}

	.contact1 .div .ditu {
		width: 100%;
		height: 300px
	}

	.contact1 .inf {
		width: 100%;
		padding: 30px 20px
	}

	.contact2 {
		margin-top: 30px;
		padding-top: 30px
	}

	.contact2 .t-top .inp {
		width: calc(100% - 80px);
		height: 40px;
		border-radius: 5px;
		padding-left: 10px
	}

	.contact2 .t-t1 {
		padding-top: 24px
	}

	.contact2 .t-con {
		margin-top: 15px;
		display: block
	}

	.contact2 .t-top .select-mod {
		width: calc(100% - 80px);
		height: 40px
	}

	.contact2 .t-top .select-mod .select-bar {
		height: 40px
	}

	.contact2 .t-name {
		width: 80px;
		line-height: 40px;
		text-align: left;
		padding-right: 0
	}

	.contact2 .t-top {
		margin-top: 10px
	}

	.contact2 .t-top:first-child .t-name {
		width: 80px;
		padding-right: 0;
		text-align: left
	}

	.contact2 .t-top .t-name {
		width: 80px;
		line-height: 40px;
		text-align: left;
		padding-right: 0
	}

	.contact2 .t-con1 {
		display: block;
		margin-top: 10px
	}

	.contact2 .t-con1 .inp {
		width: calc(100% - 80px);
		height: 40px;
		border-radius: 5px;
		padding-left: 10px
	}

	.contact2 .t-con1 .div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px
	}

	.contact2 .t-con1 .inp1 {
		width: calc(100% - 249px)
	}

	.contact2 .t-con1 .div:first-child .t-name {
		width: 80px;
		padding-right: 0;
		text-align: left
	}

	.contact2 .t-con1 .yzm {
		position: relative;
		overflow: hidden;
		width: 110px;
		cursor: pointer
	}

	.contact2 .t-con1 .yzm::before {
		content: '';
		display: block;
		padding-top: 35.71429%
	}

	.contact2 .t-con1 .yzm .i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%
	}

	.contact2 .t-con1 .t-name-y {
		display: none
	}

	.contact2 .t-con1 .t-name-m {
		display: block
	}

	.contact2 .lab {
		width: 100%;
		margin: 0
	}

	.contact2 .lab lable {
		width: 50%;
		margin-left: 0px
	}

	.contact2 .t-con1 textarea {
		width: calc(100% - 80px);
		margin-top: 10px
	}

	.contact2 .t-con1 .div:first-child .t-name_m {
		width: 100%;
		text-align: left
	}

	.contact2 .sub input {
		font-size: 18px;
		width: 130px;
		height: 40px;
		border: 0;
		border-radius: 25px;
		background-color: #fdca00;
		color: #fff;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		cursor: pointer
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.contact2 .sub input {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.ditu {
		width: 100%;
		height: 300px
	}
}

.cooperation_mode1 {
	padding: 120px 0;
	background: url(../images/bg5.jpg) center no-repeat;
	background-size: cover
}

.cooperation_mode1 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cooperation_mode1 .li {
	margin-left: 15px;
	width: 400px;
	background-color: #fff;
	border-bottom: 5px solid
}

.cooperation_mode1 .li:first-child {
	margin-left: 0
}

.cooperation_mode1 .li:nth-child(1) {
	border-color: #fdc300
}

.cooperation_mode1 .li:nth-child(2) {
	border-color: #fdc300
}

.cooperation_mode1 .li:nth-child(3) {
	border-color: #fdc300
}

.cooperation_mode1 .li .img {
	position: relative;
	overflow: hidden
}

.cooperation_mode1 .li .img::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.cooperation_mode1 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.cooperation_mode1 .li .cont {
	position: relative;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14);
	box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14)
}

.cooperation_mode1 .li .no {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 10px;
	top: 0;
	padding-top: 5px;
	width: 80px;
	height: 80px;
	background-color: #005bac;
	border-radius: 50%;
	font-family: avian;
	font-size: 38px;
	line-height: normal;
	color: #ffffff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width: 768px) {
	.cooperation_mode1 .li .no {
		font-size: 24px
	}
}

.cooperation_mode1 .li .t {
	font-size: 24px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.cooperation_mode1 .li .t {
		font-size: 18px
	}
}

.cooperation_mode2 {
	padding: 116px 0 50px;
	background: url(../images/cooperation_mode3.jpg) no-repeat center center/cover
}

.cooperation_mode2 .tit {
	text-align: center
}

.cooperation_mode2 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	color: #333
}

@media screen and (max-width: 768px) {
	.cooperation_mode2 .tit .t {
		font-size: 28px
	}
}

.cooperation_mode2 .tit .p {
	margin-top: 20px;
	color: #707070
}

.cooperation_mode2 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	padding-bottom: 80px;
	background: url(../images/png06.png) center bottom no-repeat
}

.cooperation_mode2 .li {
	margin-left: 20px;
	margin-bottom: 20px;
	width: calc((100% - 60px) / 4)
}

.cooperation_mode2 .li:nth-child(4n+1) {
	margin-left: 0
}

.cooperation_mode2 .li .img {
	position: relative;
	overflow: hidden
}

.cooperation_mode2 .li .img::before {
	content: '';
	display: block;
	padding-top: 35.27397%
}

.cooperation_mode2 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.cooperation_mode3 {
	position: relative
}

.cooperation_mode3 .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.cooperation_mode3 .img::before {
	content: '';
	display: block;
	padding-top: 17.39583%
}

.cooperation_mode3 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.cooperation_mode3 .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 888px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.cooperation_mode3 .cont .t {
	color: #ffffff;
	line-height: 1.75;
	padding-top: 20px
}

.cooperation_mode3 .cont .t_more {
	margin-top: 35px
}

@media screen and (max-width: 768px) {
	.cooperation_mode1 {
		padding: 50px 0
	}

	.cooperation_mode1 .ul {
		display: block
	}

	.cooperation_mode1 .li {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}

	.cooperation_mode1 .li:first-child {
		margin-top: 0
	}

	.cooperation_mode1 .li .no {
		width: 50px;
		height: 50px
	}

	.cooperation_mode2 {
		padding: 50px 0
	}

	.cooperation_mode2 .tit .p {
		margin-top: 10px
	}

	.cooperation_mode2 .ul {
		margin-top: 20px
	}

	.cooperation_mode2 .li:nth-child(n) {
		margin-left: 10px;
		width: calc((100% - 10px) / 2)
	}

	.cooperation_mode2 .li:nth-child(odd) {
		margin-left: 0
	}

	.cooperation_mode3 .cont {
		padding: 0 15px;
		width: 100%
	}

	.cooperation_mode3 .cont .t {
		padding-top: 0
	}

	.cooperation_mode3 .cont .t_more {
		margin-top: 20px
	}
}

.corporate_culture1 {
	padding: 185px 0 127px;
	background: url(../images/bg4.jpg) center no-repeat
}

.corporate_culture1 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.corporate_culture1 .li {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-left: 10px;
	padding: 108px 20px 127px;
	width: 300px;
	background: #fff url(../images/png5.png) center bottom no-repeat;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	text-align: center
}

.corporate_culture1 .li:first-child {
	margin-left: 0
}

.corporate_culture1 .li .icon {
	position: relative;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 130px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: all .5s;
	transition: all .5s
}

.corporate_culture1 .li .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}

.corporate_culture1 .li .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.corporate_culture1 .li .t {
	font-size: 24px
}

@media screen and (max-width: 768px) {
	.corporate_culture1 .li .t {
		font-size: 18px
	}
}

.corporate_culture1 .li .p {
	margin-top: 17px;
	font-size: 14px;
	line-height: 1.714285714285714
}

.corporate_culture2 {
	padding: 120px 0;
	background-color: #f5faff
}

.corporate_culture2 .slick-mod {
	margin-left: -15px
}

.corporate_culture2 .slick-item {
	padding-left: 15px
}

.corporate_culture2 .slick-item .img {
	position: relative;
	overflow: hidden
}

.corporate_culture2 .slick-item .img::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.corporate_culture2 .slick-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.corporate_culture2 .slick-item .t {
	padding: 22px 1em 17px;
	background-color: #fff;
	border-bottom: 5px solid;
	font-size: 24px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.corporate_culture2 .slick-item .t {
		font-size: 18px
	}
}

.corporate_culture2 .si1 .t {
	border-color: #005bac
}

.corporate_culture2 .si2 .t {
	border-color: #005bac
}

.corporate_culture2 .si3 .t {
	border-color: #005bac
}

.corporate_culture2 .slick-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}

.corporate_culture2 .slick-next {
	margin-left: 30px
}

@media screen and (min-width: 769px) {
	.corporate_culture1 .li:hover .icon {
		-webkit-transform: translateY(-50%) rotate(360deg);
		-ms-transform: translateY(-50%) rotate(360deg);
		transform: translateY(-50%) rotate(360deg)
	}
}

@media screen and (max-width: 768px) {
	.corporate_culture1 {
		padding: 20px 0 50px
	}

	.corporate_culture1 .ul {
		display: block
	}

	.corporate_culture1 .li {
		margin-left: 0;
		margin-top: 80px;
		padding-top: 85px;
		width: 100%
	}

	.corporate_culture1 .li .p {
		padding: 0 1em
	}

	.corporate_culture2 {
		padding: 50px 0
	}

	.corporate_culture2 .slick-mod {
		margin-left: 0
	}

	.corporate_culture2 .slick-item {
		padding-left: 0
	}

	.corporate_culture2 .slick-item .t {
		padding: 10px
	}

	.corporate_culture2 .slick-nav {
		margin-top: 20px
	}

	.corporate_culture2 .slick-next {
		margin-left: 10px
	}
}

.pop-demo-s .pop-dialog {
	padding: 0 50px
}

.pop-demo-s .pop-cont {
	padding-top: 50px;
	padding-bottom: 58px
}

.pop-demo-s .t1 {
	font-size: 32px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.pop-demo-s .t1 {
		font-size: 22px
	}
}

.pop-demo-s .dect {
	height: 122px;
	color: #707070;
	font-size: 14px;
	line-height: 1.85;
	margin-top: 20px
}

.pop-demo-s .t2 {
	text-align: center;
	font-size: 18px;
	margin-top: 40px
}

@media screen and (max-width: 768px) {
	.pop-demo-s .t2 {
		font-size: 16px
	}
}

.pop-demo-s .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px
}

.pop-demo-s .li {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.pop-demo-s .li input {
	width: 210px;
	height: 50px;
	padding: 0 10px;
	background-color: #e9edf2;
	border-radius: 5px
}

.pop-demo-s .li .name {
	line-height: 50px;
	width: 58px;
	display: inline-block
}

.pop-demo-s .but {
	width: 157px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	background-color: #ed8600;
	border-radius: 26px;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	cursor: pointer
}

.pop-demo-s .select-mod {
	width: 210px;
	height: 50px;
	background-color: #e9edf2;
	border-radius: 5px;
	padding: 0 10px
}

.pop-demo-s .select-mod .select-bar {
	height: 50px
}

.pop-demo-s .xicon::before {
	color: #305585
}

.pop-demo-s .icon-close::before {
	color: #fff
}

.pop-demo-s .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #3369b1
}

.pop-demo-s .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #7aa6e0;
	width: 5px
}

.d_down2 .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 55px
}

.d_down2 .a {
	font-size: 20px;
	color: #1b67b2;
	margin: 0 42px
}

@media screen and (max-width: 768px) {
	.d_down2 .a {
		font-size: 18px
	}
}

.d_down2 .a.cur {
	font-size: 24px;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.d_down2 .a.cur {
		font-size: 18px
	}
}

.d_down2 .search-mod {
	width: 200px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.d_down2 .search-box {
	background-color: #e0e9f2;
	border: 0
}

@media screen and (max-width: 768px) {
	.pop-demo-s .pop-dialog {
		padding: 0;
		margin-top: 20px
	}

	.pop-demo-s .pop-cont {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.pop-demo-s .li {
		width: 100%
	}

	.pop-demo-s .li input {
		width: calc(100% - 70px)
	}

	.pop-demo-s .select-mod {
		width: calc(100% - 70px)
	}

	.d_down2 .a {
		margin: 0 20px
	}

	.d_down2 .link img {
		display: none
	}

	.d_down2 .search-mod {
		position: relative;
		top: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
		margin-top: 10px
	}
}

.dect-box .pop-cont {
	width: 1230px;
	padding-bottom: 90px
}

.dect-box .t-t1 {
	font-size: 32px;
	text-align: center;
	padding-top: 84px
}

@media screen and (max-width: 768px) {
	.dect-box .t-t1 {
		font-size: 22px
	}
}

.dect-box .t-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px
}

.dect-box .t-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px
}

.dect-box .t-top .inp {
	width: 260px;
	height: 50px;
	background-color: #e9edf2;
	border-radius: 5px;
	padding: 0 10px
}

.dect-box .t-top .select-mod {
	width: 260px;
	height: 50px;
	background-color: #e9edf2;
	border-radius: 5px;
	padding: 0 10px
}

.dect-box .t-top .select-mod .select-bar {
	height: 50px
}

.dect-box .t-top .t-name {
	width: 147px;
	line-height: 50px;
	text-align: right;
	padding-right: 20px
}

.dect-box .t-top .select-mod .select-btn {
	color: #345887;
	font-size: 22px;
	margin-right: 13px
}

.dect-box .t-top:first-child .t-name {
	width: 107px
}

.dect-box .t-name {
	width: 143px;
	line-height: 50px;
	text-align: right;
	padding-right: 20px
}

.dect-box .t-con1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.dect-box .t-con1 input {
	width: 466px;
	height: 50px;
	background-color: #e9edf2;
	border-radius: 5px;
	padding: 0 10px
}

.dect-box .t-con1 .div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dect-box .t-con1 .inp1 {
	width: 327px
}

.dect-box .t-con1 .div:first-child .t-name {
	width: 107px
}

.dect-box .t-con1 .yzm {
	position: relative;
	overflow: hidden;
	width: 140px;
	cursor: pointer
}

.dect-box .t-con1 .yzm::before {
	content: '';
	display: block;
	padding-top: 35.71429%
}

.dect-box .t-con1 .yzm .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.dect-box .sub input {
	font-size: 18px;
	width: 157px;
	height: 51px;
	border: 0;
	border-radius: 25px;
	background-color: #fdc300;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.dect-box .sub input {
		font-size: 16px
	}
}

.dect-box .t-name-m {
	display: none
}

.dect1 .tit {
	padding-bottom: 17px
}

.dect1 .t {
	font-size: 36px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.dect1 .t {
		font-size: 24px
	}
}

.dect1 .but {
	height: 51px;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dect1 .but::before {
	width: 19px;
	height: 19px;
	content: "";
	display: block;
	position: relative;
	left: 0;
	background: url(../images/syb/icon_03.png);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.dect1 .line {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	position: relative;
	height: 1px;
	background: url(../images/syb/icon_06.png)
}

.dect1 .but1 {
	font-size: 18px;
	width: 157px;
	height: 51px;
	background-color: #fdc300;
	color: #fff;
	text-align: center;
	line-height: 51px;
	border-radius: 25px;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 9px
}

@media screen and (max-width: 768px) {
	.dect1 .but1 {
		font-size: 16px
	}
}

.dect1 .but1 img {
	margin-right: 10px;
	display: none
}

.dect1 .but1 i {
	width: 20px;
	height: 22px;
	background: url(../images/syb/icon_04.png) no-repeat;
	background-size: 100%;
	margin-right: 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 5px
}

.dect1 .but2 {
	font-size: 18px;
	width: 157px;
	height: 51px;
	background-color: #005bac;
	color: #fff;
	text-align: center;
	line-height: 51px;
	border-radius: 25px;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 9px
}

@media screen and (max-width: 768px) {
	.dect1 .but2 {
		font-size: 16px
	}
}

.dect1 .but2 i {
	width: 22px;
	height: 20px;
	background: url(../images/syb/icon_but2.png) no-repeat;
	background-size: 100%;
	margin-right: 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 5px
}

.dect1 .but3 {
	font-size: 18px;
	width: auto;
	padding: 0 24px;
	height: 51px;
	background-color: #1b82c5;
	color: #fff;
	text-align: center;
	line-height: 51px;
	border-radius: 25px;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 9px
}

@media screen and (max-width: 768px) {
	.dect1 .but3 {
		font-size: 16px
	}
}

.dect1 .but3 i {
	width: 22px;
	height: 20px;
	background: url(../images/syb/icon_but3.png) no-repeat;
	background-size: 100%;
	margin-right: 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 5px
}

.dect1 .cont {
	padding-bottom: 117px;
	border-bottom: 1px solid #dddddd
}

.dect1 .cont .p {
	font-size: 16px;
	color: #707070;
	margin-top: 26px
}

.dect1 .cont .img {
	position: relative;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	margin-top: 40px
}

.dect1 .cont .img::before {
	content: '';
	display: block;
	padding-top: 53.33333%
}

.dect1 .cont .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.dect1 .cont .tit1 {
	font-size: 24px;
	margin-top: 48px
}

@media screen and (max-width: 768px) {
	.dect1 .cont .tit1 {
		font-size: 18px
	}
}

.dect1 .cont .div {
	font-size: 16px;
	color: #707070;
	margin-top: 26px
}

.dect1 .cont img {
	max-width: 100%
}

@media screen and (max-width: 768px) {
	.dect1 .tit {
		padding-top: 25px
	}

	.dect1 .cont .p {
		margin-top: 20px
	}

	.dect1 .cont .img {
		width: 100%;
		margin-top: 20px
	}

	.dect1 .cont img {
		max-width: 100%
	}

	.dect1 .cont .tit1 {
		margin-top: 20px
	}

	.dect1 .cont .div {
		margin-top: 20px
	}

	.dect1 .but {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 15px;
		height: auto
	}

	.dect1 .but1 {
		height: 40px;
		line-height: 40px;
		width: 130px
	}

	.dect1 .but2 {
		height: 40px;
		line-height: 40px;
		width: 130px
	}

	.dect1 .but3 {
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px
	}

	.dect1 .but::after {
		top: 20px;
		width: calc(100% - 170px)
	}

	.dect-box .pop-cont {
		width: 100%;
		padding-bottom: 20px
	}

	.dect-box .t-t1 {
		padding-top: 24px
	}

	.dect-box .t-con {
		margin-top: 15px;
		display: block
	}

	.dect-box .t-top .inp {
		width: calc(100% - 137px);
		height: 40px
	}

	.dect-box .t-top .select-mod {
		width: calc(100% - 137px);
		height: 40px
	}

	.dect-box .t-top .select-mod .select-bar {
		height: 40px
	}

	.dect-box .t-name {
		width: 107px;
		line-height: 40px;
		text-align: right;
		padding-right: 20px
	}

	.dect-box .t-top {
		margin-top: 10px
	}

	.dect-box .t-top:first-child .t-name {
		width: 107px
	}

	.dect-box .t-top .t-name {
		width: 107px;
		line-height: 40px;
		text-align: right;
		padding-right: 20px
	}

	.dect-box .t-con1 {
		display: block;
		margin-top: 10px
	}

	.dect-box .t-con1 input {
		width: calc(100% - 137px);
		height: 40px;
		background-color: #e9edf2;
		border-radius: 5px;
		padding-left: 10px
	}

	.dect-box .t-con1 .div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px
	}

	.dect-box .t-con1 .inp1 {
		width: calc(100% - 249px)
	}

	.dect-box .t-con1 .div:first-child .t-name {
		width: 107px
	}

	.dect-box .t-con1 .yzm {
		position: relative;
		overflow: hidden;
		width: 110px;
		cursor: pointer
	}

	.dect-box .t-con1 .yzm::before {
		content: '';
		display: block;
		padding-top: 35.71429%
	}

	.dect-box .t-con1 .yzm .i {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%
	}

	.dect-box .t-con1 .t-name-y {
		display: none
	}

	.dect-box .t-con1 .t-name-m {
		display: block
	}

	.dect-box .sub input {
		font-size: 18px;
		width: 130px;
		height: 40px;
		border: 0;
		border-radius: 25px;
		background-color: #ed8600;
		color: #fff;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		cursor: pointer
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.dect-box .sub input {
		font-size: 16px
	}
}

.dect1 {
	position: relative
}

.dect1 .cont2 {
	margin-top: 40px;
	padding-bottom: 115px
}

.dect1 .cont2 .tab {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dect1 .cont2 .tab td {
	font-size: 16px;
	border: 1px solid #afbfd4;
	color: #707070;
	height: 70px;
	padding: 0 15px
}

.dect1 .cont2 .tab tr {
	background-color: #fff
}

.dect1 .cont2 .tab tr:nth-child(odd) {
	background-color: #ebf1f9
}

.dect1 .cont2 .tab tr td:nth-child(odd) {
	text-align: left;
	width: auto;
	white-space: nowrap
}

.dect1 .cont2 .tit2 {
	font-size: 24px;
	margin-top: 44px
}

@media screen and (max-width: 768px) {
	.dect1 .cont2 .tit2 {
		font-size: 18px
	}
}

.dect1 .cont2 .img {
	position: relative;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	margin-top: 24px
}

.dect1 .cont2 .img::before {
	content: '';
	display: block;
	padding-top: 53.33333%
}

.dect1 .cont2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.dect1 .cont2 .p2 {
	font-size: 16px;
	color: #707070;
	text-align: center;
	margin-top: 25px
}

.dect1 .cont2 .p3 {
	font-size: 16px;
	color: #707070;
	margin-top: 22px
}

.dect1 .cont2 .img2-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dect1 .cont2 .img2 {
	position: relative;
	overflow: hidden;
	width: 588px;
	margin-top: 24px;
	margin-left: 52px
}

.dect1 .cont2 .img2::before {
	content: '';
	display: block;
	padding-top: 62.41497%
}

.dect1 .cont2 .img2 .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.dect1 .cont2 .img2:first-child {
	margin-left: 0
}

.dect1 .cont2 .tab2 {
	width: 100%;
	margin-top: 36px
}

.dect1 .cont2 .tab2 td {
	font-size: 16px;
	height: 60px;
	color: #707070
}

.dect1 .cont2 .tab2 tr {
	background-color: #fff
}

.dect1 .cont2 .tab2 tr:nth-child(odd) {
	background-color: #ebf1f9
}

.dect1 .cont2 .tab2 tr:first-child td {
	font-size: 18px;
	background-color: #1b67b2;
	color: #fff;
	height: 80px
}

@media screen and (max-width: 768px) {
	.dect1 .cont2 .tab2 tr:first-child td {
		font-size: 16px
	}
}

.dect1 .cont2 .tab2 tr td:first-child {
	text-align: center;
	width: 300px
}

.dect1 .cont2 .dect {
	font-size: 16px;
	color: #707070;
	margin-top: 24px
}

.dect1 .cont2 img {
	max-width: 100%
}

.dect1::before {
	width: 525px;
	height: 518px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 233px;
	margin-left: -1080px;
	background: url(../images/back_k5.png)
}

.dect1::after {
	width: 453px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -40px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -970px;
	background-size: 100%;
	z-index: -1
}

@media screen and (max-width: 768px) {
	.dect1 .cont2 .tab td {
		padding: 5px
	}

	.dect1 .cont2 {
		padding-bottom: 50px
	}

	.dect1 .cont2 img {
		max-width: 100%
	}

	.dect1 .cont2 .img {
		width: 100%
	}

	.dect1 .cont2 .img2 {
		width: 100%;
		margin-left: 0
	}

	.dect1 .cont2 .img2-box {
		display: block
	}

	.dect1 .cont2 .tab2 tr td:first-child {
		text-align: center;
		width: auto;
		padding: 0 10px
	}

	.dect1 .cont2 .p2 {
		margin-top: 10px
	}

	.dect1 .cont2 .tab_box1 {
		overflow-x: auto
	}
}

.development_history1 {
	padding: 116px 0 87px;
	position: relative
}

.development_history1 .tracker-mod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.development_history1 .tracker-arr {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	background-color: #fdc300;
	border-radius: 50%;
	color: #ffffff
}

.development_history1 .tracker-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	position: relative;
	margin: 0 40px;
	padding-top: 40px
}

.development_history1 .tracker-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	border-bottom: 1px dashed #fdc300
}

.development_history1 .tracker-track {
	position: relative
}

.development_history1 .tracker-item {
	position: relative;
	padding: 13px 0;
	width: 112px
}

.development_history1 .tracker-item .y {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	font-size: 22px;
	font-family: avian;
	color: #707070;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width: 768px) {
	.development_history1 .tracker-item .y {
		font-size: 18px
	}
}

.development_history1 .tracker-item .dot {
	margin: auto;
	width: 29px;
	height: 29px;
	background-color: #005bac;
	background-clip: content-box;
	border: 6px solid rgba(0,177,169,0.2);
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.development_history1 .tracker-item.cur .y {
	color: #fdc300;
	pointer-events: none;
	-webkit-transform: scale(1.81);
	-ms-transform: scale(1.81);
	transform: scale(1.81)
}

.development_history1 .tracker-item.cur .dot {
	background-color: #fdc300;
	border-color: rgba(253,195,0,0.2)
}

.development_history1 .tab-cont {
	margin-top: 10px;
	padding-left: 95px;
	padding-right: 55px
}

.development_history1 .tab-item {
	display: none
}

.development_history1 .tab-item.act {
	display: block
}

.development_history1 .tab-item .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
	border-bottom: 2px solid #f5f5f5
}

.development_history1 .tab-item .cont {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.development_history1 .tab-item .d {
	position: relative;
	font-size: 32px;
	font-family: avian
}

@media screen and (max-width: 768px) {
	.development_history1 .tab-item .d {
		font-size: 22px
	}
}

.development_history1 .tab-item .d::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: 20px;
	width: 13px;
	height: 13px;
	background-color: #fdc300;
	border-radius: 50%
}

.development_history1 .tab-item .p {
	margin-top: 10px;
	line-height: 1.625;
	color: #707070;
	text-align: justify;
	text-justify: inter-ideograph
}

.development_history1 .tab-item .img {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	margin-left: 40px;
	width: 320px
}

.development_history1 .tab-item .img::before {
	content: '';
	display: block;
	padding-top: 65.9375%
}

.development_history1 .tab-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.development_history1 .tab-item .vd::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	background: url(../images/ico6.png) no-repeat;
	background-size: contain
}

.development_history1 .tab-item .vjs-big-play-button {
	width: 70px;
	height: 70px;
	background: url(../images/ico6.png) no-repeat;
	background-size: contain
}

.development_history1 .tab-item .vjs-big-play-button span {
	display: none
}

.development_history1::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 102px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.development_history1::after {
	width: 345px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 102px;
	background: url(../images/back_k2.png);
	margin-right: -960px
}

@media screen and (max-width: 768px) {
	.development_history1 {
		padding: 50px 0
	}

	.development_history1 .tracker-arr {
		width: 31px;
		height: 31px
	}

	.development_history1 .tracker-box {
		margin: 0 10px;
		padding-top: 40px
	}

	.development_history1 .tracker-box::before {
		bottom: 15px
	}

	.development_history1 .tracker-item {
		padding: 8px 0;
		width: 112px
	}

	.development_history1 .tracker-item .dot {
		width: 15px;
		height: 15px;
		border-width: 3px
	}

	.development_history1 .tab-cont {
		margin-top: 10px;
		padding: 0
	}

	.development_history1 .tab-item {
		display: none
	}

	.development_history1 .tab-item.act {
		display: block
	}

	.development_history1 .tab-item .li {
		display: block;
		padding: 20px 0
	}

	.development_history1 .tab-item .d {
		padding-left: 20px;
		line-height: normal
	}

	.development_history1 .tab-item .d::before {
		left: 0;
		right: auto;
		margin-right: 0;
		width: 8px;
		height: 8px
	}

	.development_history1 .tab-item .p {
		padding-left: 20px
	}

	.development_history1 .tab-item .img {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}

	.development_history1 .tab-item .vd::after {
		width: 40px;
		height: 40px;
		background-size: contain
	}
}

.form1 .x-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 82px;
	padding-bottom: 140px
}

.form1 .x-wrap .left {
	width: 770px;
	padding: 31px 50px 0 30px
}

.form1 .x-wrap .left .h {
	font-size: 28px
}

.form1 .x-wrap .left .p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 35px
}

.form1 .x-wrap .right {
	width: 460px;
	background-color: #e1f4f3;
	padding: 31px 30px 34px 30px
}

.form1 .x-wrap .right .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	font-family: '微软雅黑'
}

.form1 .x-wrap .right .form .p {
	line-height: 50px
}

.form1 .x-wrap .right .form .input {
	background-color: white;
	width: 339px;
	height: 50px;
	margin-left: 20px;
	font-family: '微软雅黑';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form1 .x-wrap .right .form input {
	padding: 0 20px;
	width: 339px;
	height: 30px;
	line-height: 30px;
	display: block
}

.form1 .x-wrap .right .form .select-mod {
	width: 100%
}

.form1 .x-wrap .right .form .select-mod .select-btn {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form1 .x-wrap .right .form .select-mod .select-bar {
	height: 50px;
	border: none;
	overflow: hidden
}

.form1 .x-wrap .right .form .select-mod .select-txt {
	padding: 0 20px;
	font-family: '微软雅黑'
}

.form1 .x-wrap .right .button {
	width: 173px;
	height: 41px;
	background-color: #01b2a9;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	line-height: 41px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer
}

.form1 .x-wrap .right .button button {
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.form1 .x-wrap .right .form .select-mod .select-bar {
		height: 40px
	}

	.form1 .x-wrap {
		display: block;
		padding-top: 22px;
		padding-bottom: 30px
	}

	.form1 .x-wrap .left {
		width: 100%;
		padding: 10px 0px 20px 0px
	}

	.form1 .x-wrap .left .h {
		font-size: 20px
	}

	.form1 .x-wrap .left .p {
		margin-top: 25px;
		font-size: 16px
	}

	.form1 .x-wrap .right {
		width: 100%;
		background-color: #e1f4f3;
		padding: 31px 30px 34px 30px
	}

	.form1 .x-wrap .right .form .p {
		width: 20%;
		line-height: 40px
	}

	.form1 .x-wrap .right .form .input {
		width: 100%;
		line-height: 40px;
		height: 40px
	}

	.form1 .x-wrap .right .form input {
		width: 100%;
		line-height: 40px;
		height: 40px;
		padding: 0px 20px
	}

	.form1 .x-wrap .right .form .select-mod .select-val {
		top: 50%
	}
}

.efficacy_evaluation1 {
	padding: 115px 0 120px;
	background: url(../images/bg7.jpg) center bottom no-repeat
}

.efficacy_evaluation1 .tit {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.efficacy_evaluation1 .tit {
		font-size: 28px
	}
}

.efficacy_evaluation1 .unit {
	position: relative;
	margin-top: 36px;
	min-height: 700px
}

.efficacy_evaluation1 .side {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 74px;
	padding-bottom: 57px;
	width: 398px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05)
}

.efficacy_evaluation1 .side .item {
	margin-top: 24px
}

.efficacy_evaluation1 .side .item:first-child {
	margin-top: 0
}

.efficacy_evaluation1 .side .link {
	display: block;
	position: relative;
	padding: 12px 60px 12px 55px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.efficacy_evaluation1 .side .link::after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	width: 19px;
	height: 19px;
	background-color: #1b67b2;
	background-clip: content-box;
	border: 4px solid rgba(27,103,178,0.2);
	border-radius: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.efficacy_evaluation1 .side .pad {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.efficacy_evaluation1 .side .t {
	position: relative;
	padding-right: 20px;
	font-size: 20px
}

@media screen and (max-width: 768px) {
	.efficacy_evaluation1 .side .t {
		font-size: 18px
	}
}

.efficacy_evaluation1 .side .t::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 500px;
	border-top: 1px dashed #1b67b2;
	opacity: 0.2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.efficacy_evaluation1 .main {
	margin-left: 190px;
	padding: 94px 40px 110px 246px;
	background-color: #f5faff
}

.efficacy_evaluation1 .main .dl {
	margin-top: 26px;
	margin-right: 290px;
	padding: 0 25px
}

.efficacy_evaluation1 .main .dl:first-child {
	margin-top: 0;
	margin-right: 0;
	padding-bottom: 26px;
	border-bottom: 1px solid #afc6e3
}

.efficacy_evaluation1 .main .dt {
	position: relative;
	padding-left: 32px;
	font-size: 18px
}

@media screen and (max-width: 768px) {
	.efficacy_evaluation1 .main .dt {
		font-size: 16px
	}
}

.efficacy_evaluation1 .main .dt::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 11px;
	height: 11px;
	background-color: #3369b1;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.efficacy_evaluation1 .main .dd {
	margin-top: 17px;
	padding-left: 32px;
	padding-right: 110px
}

.efficacy_evaluation1 .main .p {
	font-size: 14px;
	color: #707070;
	line-height: 1.857142857142857
}

.efficacy_evaluation1 .slick-nav {
	margin-top: 8px
}

.efficacy_evaluation1 .slick-mod {
	position: absolute;
	right: 40px;
	bottom: 110px;
	width: 290px
}

.efficacy_evaluation1 .slick-item {
	background-color: #fff
}

.efficacy_evaluation1 .slick-item .img {
	position: relative;
	overflow: hidden
}

.efficacy_evaluation1 .slick-item .img::before {
	content: '';
	display: block;
	padding-top: 56.55172%
}

.efficacy_evaluation1 .slick-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.efficacy_evaluation1 .slick-item .t {
	padding: 14px;
	text-align: center;
	border-bottom: 3px solid #fdc300
}

.efficacy_evaluation1 .slick-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	width: 345px;
	background: url(../images/png18.png) 57px no-repeat
}

.efficacy_evaluation1 .slick-arrow {
	width: 48px;
	height: 48px
}

.efficacy_evaluation1 .slick-next {
	margin-left: 25px
}

.efficacy_evaluation1 .side .cur .link {
	background-color: #1b67b2;
	color: #fff
}

.efficacy_evaluation1 .side .cur .link::after {
	opacity: 1
}

.efficacy_evaluation1 .side .cur .link .t::before {
	opacity: 1
}

.efficacy_evaluation1 .side .cur .link::after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	width: 19px;
	height: 19px;
	background-color: #fff;
	background-clip: content-box;
	border: 4px solid rgba(255,255,255,0.2);
	border-radius: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.efficacy_evaluation1 .side .cur .link .t::before {
	border-top: 1px dashed #fff
}

@media screen and (min-width: 769px) {
	.efficacy_evaluation1 .side .link:hover {
		background-color: #1b67b2;
		color: #fff
	}

	.efficacy_evaluation1 .side .link:hover::after {
		opacity: 1
	}

	.efficacy_evaluation1 .side .link:hover .t::before {
		opacity: 1
	}

	.efficacy_evaluation1 .side .link:hover::after {
		content: '';
		position: absolute;
		right: 40px;
		top: 50%;
		width: 19px;
		height: 19px;
		background-color: #fff;
		background-clip: content-box;
		border: 4px solid rgba(255,255,255,0.2);
		border-radius: 50%;
		opacity: 1;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.efficacy_evaluation1 .side .link:hover .t::before {
		border-top: 1px dashed #fff
	}
}

@media screen and (max-width: 768px) {
	.efficacy_evaluation1 {
		padding: 50px 0
	}

	.efficacy_evaluation1 .unit {
		margin-top: 20px;
		min-height: 1px
	}

	.efficacy_evaluation1 .side {
		position: static;
		padding: 20px 0;
		width: 100%
	}

	.efficacy_evaluation1 .side .item {
		margin-top: 10px
	}

	.efficacy_evaluation1 .side .link {
		padding: 10px 20px;
		padding-right: 40px
	}

	.efficacy_evaluation1 .side .link::after {
		right: 20px
	}

	.efficacy_evaluation1 .main {
		margin-left: 0;
		padding: 20px 0
	}

	.efficacy_evaluation1 .main .dl {
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px
	}

	.efficacy_evaluation1 .main .dt,.efficacy_evaluation1 .main .dd {
		padding-left: 20px
	}

	.efficacy_evaluation1 .main .dd {
		margin-top: 10px;
		padding-right: 0
	}

	.efficacy_evaluation1 .slick-mod {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 20px;
		width: 100%
	}

	.efficacy_evaluation1 .slick-nav {
		margin-top: 20px;
		width: 100%;
		background-position: 20px
	}

	.efficacy_evaluation1 .slick-next {
		margin-left: 10px
	}
}

#newBridge .nb-icon-skin-0 .nb-icon-bridge0 {
	width: 42px !important;
	height: 42px !important;
	background: #333 url(../images/syb/icon_kf.png) no-repeat !important;
	border-radius: 5px !important;
	background-size: 100% !important
}

#newBridge .icon-right-bottom {
	right: 15px !important;
	bottom: 116px !important
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
	width: 42px !important;
	height: 42px !important;
	background: none !important
}

#newBridge .icon-right-bottom {
	width: 42px !important
}

.home1 .img {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover
}

.home1 .img::before {
	content: '';
	display: block;
	padding-top: 45%
}

.home1 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home1 .slick-dots {
	left: auto;
	right: 100px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.home1 .slick-dot {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 40px;
	width: 15px;
	height: 15px
}

.home1 .slick-dot::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	background-clip: content-box;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.home1 .slick-dot:first-child {
	margin-top: 0
}

.home1 .slick-dot.slick-active::after,.home1 .slick-dot:hover::after {
	width: 21px;
	height: 21px;
	padding: 5px;
	background-color: #fff
}

.home2 {
	height: 809px;
	background: url(../images/bg1.jpg) center no-repeat
}

.home2 .cont {
	position: absolute;
	left: 0;
	top: 350px;
	width: 50%
}

.home2 .cont .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff
}

@media screen and (max-width: 768px) {
	.home2 .cont .t {
		font-size: 28px
	}
}

.home2 .cont .s {
	color: #ffffff
}

.home2 .cont .p {
	margin-top: 20px;
	color: #ffffff;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

.home2 .cont .t_more {
	margin-top: 50px
}

.home2 .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	margin-left: -17px;
	width: 977px
}

.home2 .img::before {
	content: '';
	display: block;
	padding-top: 82.8045%
}

.home2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home2 .t_more {
	color: #005bac
}

.home2 .t_more::before {
	background-color: #fff
}

.home2 .t_more .x::after {
	background-color: #fff
}

.home2 .t_more::after {
	background: url(../images/ico5_1.png) center no-repeat
}

.home3 {
	padding-top: 115px;
    margin-bottom: 80px;
}

.home3 .tit {
	margin: auto;
	width: 1215px;
	text-align: center
}

.home3 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.home3 .tit .t {
		font-size: 28px
	}
}

.home3 .tit .p {
	margin-top: 20px;
	color: #707070;
	line-height: 1.75
}

.home3 .tit .t_more {
	margin-top: 35px
}

.home3 .tab-mod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px
}

.home3 .tab-item {
	display: none;
	position: relative;
	padding-left: 93px;
	padding-bottom: 60px
}

.home3 .tab-item .img {
	position: relative;
	overflow: hidden;
	width: 700px
}

.home3 .tab-item .img::before {
	content: '';
	display: block;
	padding-top: 66.74286%
}

.home3 .tab-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home3 .tab-item .cont {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 70px 80px 95px;
	width: 633px;
	background-color: #005bac;
	color: #ffffff
}

.home3 .tab-item .cont .t {
	font-size: 36px
}

@media screen and (max-width: 768px) {
	.home3 .tab-item .cont .t {
		font-size: 24px
	}
}

.home3 .tab-item .cont .p {
	margin-top: 10px;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

.home3 .tab-item.act {
	display: block
}

.home3 .tracker-mod {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 20px;
	padding-top: 38px;
	padding-bottom: 170px;
	width: 417px
}

.home3 .tracker-box {
	height: 350px
}

.home3 .tracker-item {
	margin-top: 10px;
	padding: 13px 0;
	padding-left: 15px;
	font-size: 24px
}

@media screen and (max-width: 768px) {
	.home3 .tracker-item {
		font-size: 18px
	}
}

.home3 .tracker-item:first-child {
	margin-top: 0
}

.home3 .tracker-item::before {
	position: absolute;
	right: 0;
	top: 50%;
	color: #cbcbcb;
	-webkit-text-stroke-width: 1.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home3 .tracker-item::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #cacaca
}

.home3 .tracker-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}

.home3 .tracker-arr {
	margin: 0 8px;
	width: 55px;
	height: 55px;
	background-color: #fdc300;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff
}

.home3 .tracker-item.cur::before {
	color: #005bac
}

.home3 .tracker-item.cur::after {
	border-width: 2px;
	border-color: #005bac
}

.home3 .tracker-mod .tracker-item.cur {
	color: #005bac
}

.home4 {
	height:418px;
	background: url(../images/aboutbg.jpg) center no-repeat
}

.home4 .cont {
	position: absolute;
	left: 40%;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home4 .tit {
	margin: auto;
	width: 1215px;
	text-align: center;
    padding-top: 140px;
    color:#fff;
}

.home4 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
    color:#fff;
}

@media screen and (max-width: 768px) {
	.home4 .tit .t {
		font-size: 28px
	}
}

.home4 .tit .p {
	margin-top: 20px;
	color:#fff;
	line-height: 1.75
}
.home4  hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


.home4 .t_more {
	margin-top: 40px
}

.home4 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px
}

.home4 .li {
	margin-left: 45px;
	text-align: center;
	overflow: visible
}

.home4 .li:first-child {
	margin-left: 0
}

.home4 .icon {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 148px;
	background-color: #92d2d2;
	border-radius: 50%;
	-webkit-box-shadow: 0px 6px 14.72px 1.28px rgba(110,110,110,0.15);
	box-shadow: 0px 6px 14.72px 1.28px rgba(110,110,110,0.15)
}

.home4 .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}

.home4 .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home4 .h {
	margin-top: 14px;
	font-size: 20px
}

@media screen and (max-width: 768px) {
	.home4 .h {
		font-size: 18px
	}
}

.home5 .tit {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.home5 .tit {
		font-size: 28px
	}
}

.home5 .unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px
}

.home5 .box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
	width: 680px;
	margin-right: 10px
}

.home5 .box .img {
	position: relative;
	overflow: hidden
}

.home5 .box .img::before {
	content: '';
	display: block;
	padding-top: 68.08824%
}

.home5 .box .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home5 .box .t {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	padding: 0 65px;
	font-size: 32px;
	line-height: 1.5625;
	color: #ffffff;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.home5 .box .t {
		font-size: 22px
	}
}

.home5 .ul {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 60px;
	padding-right: 40px;
	width: 0;
	background: #fff url(../images/png2.png) right bottom no-repeat;
	background-size: 90%;
	-webkit-box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14);
	box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14)
}

.home5 .li {
	padding: 30px 0 20px
}

.home5 .li+.li {
	border-top: 1px solid #e6e6e6
}

.home5 .li .t {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.home5 .li .t::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 14px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fdca00;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home5 .li .link {
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.home5 .li .link {
		font-size: 16px
	}
}

.home5 .li .p {
	margin-top: 14px;
	height: 4em;
	font-size: 14px;
	line-height: 2;
	overflow: hidden
}

.home5 .li .d {
	margin-top: 5px;
	font-family: avian
}

.home5 .tac {
	margin-top: 55px
}

.home6 {
	padding: 115px 0 150px
}

.home6 .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home6 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.home6 .tit .t {
		font-size: 28px
	}
}

.home6 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px
}

.home6 .li {
	width: 396px;
	border-bottom: 6px solid
}

.home6 .li+.li {
	margin-left: 21px
}

.home6 .li.li1 {
	border-color: #fdc300
}

.home6 .li.li2 {
	border-color: #fdc300
}

.home6 .li.li3 {
	border-color: #fdc300
}

.home6 .li .img {
	position: relative;
	overflow: hidden
}

.home6 .li .img::before {
	content: '';
	display: block;
	padding-top: 56.06936%
}

.home6 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.home6 .li .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 0 45px
}

.home6 .li .date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 18px;
	width: 110px;
	font-family: avian;
	text-align: center
}

.home6 .li .pad {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.home6 .li .d {
	font-size: 80px;
	line-height: 0.875
}

.home6 .li .t {
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width: 768px) {
	.home6 .li .t {
		font-size: 18px
	}
}

.home6 .li .p {
	margin-top: 10px;
	color: #999999;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

@media screen and (min-width: 769px) {
	#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap:hover {
		background: #005bac url(../images/syb/icon_kf.png) no-repeat !important;
		border-radius: 5px !important;
		background-size: 100% !important
	}

	.home5 .li:hover .t {
		color: #005bac
	}

	.home6 .li:hover .t {
		color: #005bac
	}
}

@media screen and (min-width: 1680px) {
	.home2 .cont {
		left: 66px;
		width: 610px
	}

	.home3 .tab-item .img {
		width: 875px
	}

	.home3 .tracker-mod {
		margin-left: 66px;
		width: 525px
	}

	.home4 .cont {
		left: 50%
	}

	
	.home5 .ul {
		padding: 40px 100px;
		padding-right: 90px;
		background-size: auto
	}

	.home5 .li .p {
		margin-right: 245px
	}

	.home6 .li {
		width: 538px
	}
}

@media screen and (max-width: 768px) {
	#newBridge .nb-icon-wrap-3 .nb-icon-wrap-base {
		width: 42px !important;
		height: 42px !important;
		opacity: 0 !important;
		background: #333 url(../images/syb/icon_kf.png) no-repeat !important;
		border-radius: 5px !important;
		background-size: 100% !important
	}

	#newBridge .nb-icon-right-bottom {
		right: 15px !important;
		bottom: 116px !important;
		width: 42px !important;
		height: 42px !important;
		background: none !important
	}

	.home1 .img {
		height: auto !important
	}

	.home1 .img .i {
		width: 100%
	}

	.home1 .slick-dots {
		left: 0;
		right: 0;
		bottom: 20px
	}

	.home1 .slick-dot {
		display: inline-block;
		margin-top: 0;
		margin-left: 5px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6)
	}

	.home1 .slick-dot:first-child {
		margin-left: 0
	}

	.home2 {
		padding-bottom: 30px;
		height: auto
	}

	.home2 .img {
		left: 0;
		margin-left: 0;
		width: 100%
	}

	.home2 .cont {
		position: static;
		margin-top: 30px;
		width: 100%
	}

	.home2 .cont .t_more {
		margin-top: 20px
	}

	.home3 {
		padding: 50px 0
	}

	.home3 .tit {
		width: 100%
	}

	.home3 .tab-mod {
		display: block;
		margin-top: 0
	}

	.home3 .tab-item {
		padding: 0
	}

	.home3 .tab-item .img {
		width: 100%
	}

	.home3 .tab-item .cont {
		position: static;
		padding: 20px;
		width: 100%
	}

	.home3 .tracker-mod {
		margin-right: 0;
		padding: 30px 0;
		width: 100%
	}

	.home3 .tracker-box {
		height: auto;
		text-align: center
	}

	.home3 .tracker-track {
		display: table;
		white-space: nowrap;
		font-size: 0
	}

	.home3 .tracker-item {
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
		padding: 10px;
		vertical-align: middle
	}

	.home3 .tracker-item::before {
		display: none
	}

	.home3 .tracker-item:first-child {
		margin-left: 0
	}

	.home3 .tracker-nav {
		display: none
	}

	.home4 {
		height: auto
	}

	.home4 .cont {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.home4 .t_more {
		margin-top: 20px
	}

	.home4 .ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px
	}

	.home4 .li {
		margin-left: 20px;
		margin-bottom: 20px;
		width: calc((100% - 20px) / 2)
	}

	.home4 .li:nth-child(odd) {
		margin-left: 0
	}

	.home4 .icon {
		width: 80%
	}

	.home4 .h {
		font-size: 16px
	}

	.home5 {
		padding: 50px 0
	}

	.home5 .unit {
		display: block;
		margin-top: 20px
	}

	.home5 .box {
		margin-right: 0;
		width: 100%
	}

	.home5 .box .t {
		padding: 0 20px
	}

	.home5 .ul {
		margin-top: 10px;
		padding-left: 50px;
		padding-right: 20px;
		padding-bottom: 50px;
		width: 100%
	}

	.home5 .li {
		padding: 20px 0
	}

	.home5 .tac {
		margin-top: 20px
	}

	.home6 {
		padding: 0 0 50px
	}

	.home6 .ul {
		display: block;
		margin-top: 20px
	}

	.home6 .li {
		width: 100%
	}

	.home6 .li+.li {
		margin-left: 0;
		margin-top: 10px
	}

	.home6 .li .cont {
		padding: 20px 0
	}

	.home6 .li .date {
		width: auto
	}

	.home6 .li .d {
		font-size: 40px
	}
}

.join_us1 {
	padding: 113px 0 120px;
	position: relative
}

.join_us1 .info {
	padding-bottom: 95px;
	background: url(../images/png6.png) center bottom no-repeat;
	color: #707070;
	line-height: 1.75;
	text-align: center
}

.join_us1 .bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	position: relative;
	z-index: 2
}

.join_us1 .bar .select-mod {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 324px
}

.join_us1 .bar .select-bar {
	height: 60px;
	background-color: #e9edf2;
	border-radius: 5px
}

.join_us1 .bar .select-val {
	color: #707070
}

.join_us1 .bar .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	background-color: #005bac;
	border-radius: 5px;
	color: #ffffff;
	line-height: normal;
	cursor: pointer
}

.join_us1 .bar .btn::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/ico7.png) no-repeat;
	background-size: contain;
	margin-right: 10px
}

.join_us1 .table {
	margin-top: 40px;
	position: relative;
	z-index: 1
}

.join_us1 .table table {
	min-width: 100%
}

.join_us1 .table thead {
	background-color: #1b67b2;
	color: #ffffff
}

.join_us1 .table tbody {
	color: #707070
}

.join_us1 .table tbody tr {
	background-color: #fff;
	border-bottom: 10px solid #f7f7f7;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(129,129,129,0.14);
	box-shadow: 0px 0px 16px 0px rgba(129,129,129,0.14);
	-webkit-transition: all .3s;
	transition: all .3s
}

.join_us1 .table tbody tr:last-child {
	border: 0
}

.join_us1 .table th {
	height: 69px;
	font-size: 20px;
	font-weight: normal;
	text-align: left
}

@media screen and (max-width: 768px) {
	.join_us1 .table th {
		font-size: 18px
	}
}

.join_us1 .table th:first-child {
	padding-left: 70px
}

.join_us1 .table td {
	padding: 10px;
	height: 70px
}

.join_us1 .table td:first-child {
	padding-left: 70px
}

.join_us1 .table td:nth-child(1) {
	width: 330px
}

.join_us1 .table td:nth-child(2) {
	width: 150px
}

.join_us1 .paging-mod {
	margin-top: 50px
}

.join_us1 .icon-down::before {
	color: #1b67b2
}

.join_us1::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.join_us1::after {
	width: 448px;
	height: 417px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0px;
	background: url(../images/back_k3.png);
	margin-right: -960px;
	background-size: 100%
}

@media screen and (min-width: 769px) {
	.join_us1 .table tbody tr:hover {
		background-color: #005bac;
		color: #ffffff
	}

	.join_us1 .table .link:hover {
		text-decoration: underline
	}
}

@media screen and (max-width: 768px) {
	.join_us1 {
		padding: 50px 0
	}

	.join_us1 .info {
		padding-bottom: 50px;
		background-size: 10px
	}

	.join_us1 .bar {
		display: block;
		margin-top: 20px
	}

	.join_us1 .bar .select-mod {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%
	}

	.join_us1 .bar .select-mod:nth-child(1).sc-show {
		z-index: 3
	}

	.join_us1 .bar .select-mod:nth-child(2).sc-show {
		z-index: 2
	}

	.join_us1 .bar .select-bar {
		height: 40px
	}

	.join_us1 .bar .btn {
		height: 40px
	}

	.join_us1 .bar .btn::before {
		width: 15px;
		height: 15px
	}

	.join_us1 .table {
		margin-top: 20px;
		padding-bottom: 15px;
		overflow: auto
	}

	.join_us1 .table table {
		width: auto;
		white-space: nowrap
	}

	.join_us1 .table th,.join_us1 .table td {
		padding: 0 20px
	}

	.join_us1 .table th:first-child,.join_us1 .table td:first-child {
		padding-left: 20px
	}

	.join_us1 .table td:nth-child(n) {
		width: auto
	}

	.join_us1 .paging-mod {
		margin-top: 20px
	}
}

.management_team1 {
	position: relative;
	padding: 120px 0;
	background-color: #f5faff
}

.management_team1::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 380px;
	background-color: #fff
}

.management_team1 .tracker-item {
	position: relative;
	margin-left: 160px;
	font-size: 20px;
	color: #1b67b2
}

@media screen and (max-width: 768px) {
	.management_team1 .tracker-item {
		font-size: 18px
	}
}

.management_team1 .tracker-item:first-child {
	margin-left: 0
}

.management_team1 .tracker-item::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 22px;
	width: 92px;
	height: 11px;
	background: url(../images/png4.png) no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.management_team1 .tracker-item:first-child:before {
	display: none
}

.management_team1 .tracker-item.cur {
	font-size: 24px;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.management_team1 .tracker-item.cur {
		font-size: 18px
	}
}

.management_team1 .box {
	position: relative;
	margin-top: 37px
}

.management_team1 .box .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.management_team1 .box .item.act {
	position: relative;
	opacity: 1;
	visibility: visible
}

.management_team1 .box .item .img {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	width: 300px
}

.management_team1 .box .item .img::before {
	content: '';
	display: block;
	padding-top: 133.33333%
}

.management_team1 .box .item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.management_team1 .box .item .cont {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: 52px 75px 52px 80px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14);
	box-shadow: 0px 5px 29.44px 2.56px rgba(129,129,129,0.14)
}

.management_team1 .box .item .t1 {
	font-size: 20px
}

@media screen and (max-width: 768px) {
	.management_team1 .box .item .t1 {
		font-size: 18px
	}
}

.management_team1 .box .item .t2 {
	margin-top: 8px;
	font-size: 24px;
	color: #1b67b2
}

@media screen and (max-width: 768px) {
	.management_team1 .box .item .t2 {
		font-size: 18px
	}
}

.management_team1 .box .item .s {
	margin-right: 20px;
	font-size: 32px;
	color: #1b67b2
}

@media screen and (max-width: 768px) {
	.management_team1 .box .item .s {
		font-size: 22px
	}
}

.management_team1 .box .item .scroll {
	margin-top: 42px;
	height: 156px;
	overflow: hidden
}

.management_team1 .box .item .p {
	position: relative;
	padding-left: 32px;
	line-height: 1.625;
	color: #707070;
	text-align: justify;
	text-justify: inter-ideograph
}

.management_team1 .box .item .p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 13px;
	height: 13px;
	border: 2px solid #fdcd2c;
	border-radius: 50%
}

.management_team1 .slick-mod {
	margin: 0 -10px;
	margin-top: 70px
}

.management_team1 .slick-item {
	padding: 0 10px;
	text-align: center;
	cursor: pointer
}

.management_team1 .slick-item .img {
	position: relative;
	overflow: hidden
}

.management_team1 .slick-item .img::before {
	content: '';
	display: block;
	padding-top: 133.33333%
}

.management_team1 .slick-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.management_team1 .slick-item .t1 {
	margin-top: 12px;
	font-size: 20px
}

@media screen and (max-width: 768px) {
	.management_team1 .slick-item .t1 {
		font-size: 18px
	}
}

.management_team1 .slick-item .t2 {
	padding: 0 25px;
	color: #707070;
	line-height: 1.75
}

.management_team1 .slick-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}

.management_team1 .slick-next {
	margin-left: 30px
}

.management_team1 .x-wrap::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.management_team1 .x-wrap::after {
	width: 320px;
	height: 317px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	top: 50px;
	background: url(../images/back_k3.png);
	margin-right: -944px
}

@media screen and (max-width: 768px) {
	.management_team1 {
		padding: 50px 0
	}

	.management_team1 .tracker-track {
		padding: 0 5px
	}

	.management_team1 .tracker-item {
		margin-left: 50px;
		padding: 0 5px
	}

	.management_team1 .tracker-item::before {
		margin-right: 5px;
		width: 40px;
		height: 5px
	}

	.management_team1 .box {
		margin-top: 20px
	}

	.management_team1 .box .item {
		display: block
	}

	.management_team1 .box .item .img {
		width: 100%
	}

	.management_team1 .box .item .cont {
		padding: 20px
	}

	.management_team1 .box .item .scroll {
		margin-top: 20px
	}

	.management_team1 .box .item .p {
		padding-left: 20px
	}

	.management_team1 .box .item .p::before {
		top: 8px;
		width: 10px;
		height: 10px
	}

	.management_team1 .slick-mod {
		margin: 0 -5px;
		margin-top: 20px
	}

	.management_team1 .slick-item {
		padding: 0 5px
	}

	.management_team1 .slick-item .t2 {
		padding: 0
	}

	.management_team1 .slick-nav {
		margin-top: 20px
	}

	.management_team1 .slick-next {
		margin-left: 10px
	}
}

.model_resources1 {
	padding: 114px 0 100px;
	background: url(../images/model_resources1.jpg) no-repeat center center/cover
}

.model_resources1 .tit {
	text-align: center
}

.model_resources1 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.model_resources1 .tit .t {
		font-size: 28px
	}
}

.model_resources1 .tit .p {
	margin-top: 20px;
	color: #707070
}

.model_resources1 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 27px;
	padding-bottom: 20px;
	background: url(../images/png6.png) center bottom no-repeat
}

.model_resources1 .li {
	position: relative;
	width: 20%
}

.model_resources1 .li::before {
	content: '';
	display: block;
	padding-top: 100%
}

.model_resources1 .li:nth-child(even) {
	margin-top: 62px
}

.model_resources1 .li .link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	color: #294f81;
	-webkit-transition: all .3s;
	transition: all .3s
}

.model_resources1 .li .link::before,.model_resources1 .li .link::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.model_resources1 .li .link::before {
	width: 152px;
	height: 152px;
	border: 2px solid #005bac
}

.model_resources1 .li .link::after {
	width: 172px;
	height: 172px;
	border: 1px dashed #005bac
}

.model_resources1 .li .pad {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 110px;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.model_resources1 .li .icon {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 60px
}

.model_resources1 .li .icon::before {
	content: '';
	display: block;
	padding-top: 90.32258%
}

.model_resources1 .li .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.model_resources1 .li .icon .i2 {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.model_resources1 .li .t {
	font-size: 20px;
	color: #005bac
}

@media screen and (max-width: 768px) {
	.model_resources1 .li .t {
		font-size: 18px
	}
}

.model_resources2 {
	padding: 114px 0 120px;
	background: url(../images/model_resources2.jpg) no-repeat center center/cover
}

.model_resources2 .tit {
	text-align: center
}

.model_resources2 .tit .t {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.model_resources2 .tit .t {
		font-size: 28px
	}
}

.model_resources2 .tit .p {
	margin-top: 18px;
	color: #707070;
	line-height: 1.75
}

.model_resources2 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 37px
}

.model_resources2 .li {
	position: relative;
	margin-left: 18px;
	width: 398px;
	overflow: hidden
}

.model_resources2 .li:first-child {
	margin-left: 0
}

.model_resources2 .li .img {
	position: relative;
	overflow: hidden
}

.model_resources2 .li .img::before {
	content: '';
	display: block;
	padding-top: 145.72864%
}

.model_resources2 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.model_resources2 .li .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

.model_resources2 .li .cir {
	position: relative;
	margin: 0 auto;
	width: 180px;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.model_resources2 .li .dot {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transition: all .5s;
	transition: all .5s
}

.model_resources2 .li .dot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.model_resources2 .li .icon {
	position: relative;
	overflow: hidden
}

.model_resources2 .li .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}

.model_resources2 .li .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.model_resources2 .li .t {
	margin-top: 38px;
	font-size: 32px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.model_resources2 .li .pop {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 52px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

.model_resources2 .li .scroll {
	margin-top: 17px;
	max-height: 196px;
	overflow: hidden
}

.model_resources2 .li .p {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

.model_resources2 .li .t_more {
	margin-top: 40px
}

.model_resources2 .li:hover .cont {
	background: #1b67b2 url(../images/png19.png) center bottom no-repeat
}

.model_resources2 .li:hover .cir {
	width: 64px
}

.model_resources2 .li:hover .dot {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.model_resources2 .li:hover .t {
	margin-top: 34px;
	font-size: 20px
}

.model_resources2 .li:hover .pop {
	position: relative;
	opacity: 1;
	visibility: visible
}

.model_resources2 .t_more {
	color: #005bac
}

.model_resources2 .t_more::before {
	background-color: #fff
}

.model_resources2 .t_more .x::after {
	background-color: #fff
}

.model_resources2 .t_more::after {
	background: url(../images/ico5_1.png) center no-repeat
}

@media screen and (min-width: 769px) {
	.model_resources1 .li .link:hover {
		color: #ed8600
	}

	.model_resources1 .li .link:hover .icon .i2 {
		opacity: 1
	}

	.model_resources1 .li .link:hover .t {
		color: #1b67b2
	}

	.model_resources1 .li .link:hover::after {
		border: 2px solid #1b67b2
	}

	.model_resources1 .li .link:hover::before {
		border: 2px solid #1b67b2
	}
}

@media screen and (max-width: 768px) {
	.model_resources1 {
		padding: 50px 0
	}

	.model_resources1 .ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 20px;
		margin-top: 50px;
		background: none
	}

	.model_resources1 .li {
		margin-top: 0;
		width: 50%
	}

	.model_resources1 .li:nth-child(even) {
		margin-top: 100px
	}

	.model_resources1 .li .link::before {
		width: 90%;
		height: 90%
	}

	.model_resources1 .li .link::after {
		width: 95%;
		height: 95%
	}

	.model_resources2 {
		padding: 50px 0
	}

	.model_resources2 .ul {
		display: block;
		margin-top: 20px
	}

	.model_resources2 .li {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}

	.model_resources2 .li:first-child {
		margin-top: 0
	}

	.model_resources2 .li .cir {
		width: 100px
	}

	.model_resources2 .li .t {
		margin-top: 20px;
		font-size: 30px
	}

	.model_resources2 .li .pop {
		padding: 0 20px
	}

	.model_resources2 .li .scroll {
		margin-top: 10px
	}

	.model_resources2 .li .t_more {
		margin-top: 10px
	}

	.model_resources2 .li:hover .cir {
		width: 40px
	}

	.model_resources2 .li:hover .t {
		margin-top: 20px;
		font-size: 20px
	}
}

.newsd {
	position: relative
}

.newsd .tit {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 25px
}

.newsd .t {
	font-size: 36px;
	text-align: center
}

@media screen and (max-width: 768px) {
	.newsd .t {
		font-size: 24px
	}
}

.newsd .year {
	font-size: 18px;
	text-align: center;
	margin-top: 10px
}

@media screen and (max-width: 768px) {
	.newsd .year {
		font-size: 16px
	}
}

.newsd .name {
	font-size: 18px;
	color: #707070;
	margin-top: 10px
}

@media screen and (max-width: 768px) {
	.newsd .name {
		font-size: 16px
	}
}

.newsd .name span {
	margin-right: 26px
}

.newsd .cont {
	padding-bottom: 55px;
	border-bottom: 1px solid #dddddd
}

.newsd .cont .p {
	font-size: 16px;
	color: #707070;
	margin-top: 36px
}

.newsd .cont .video-mod {
	margin: 0 auto;
	margin-top: 36px;
	width: 750px
}

.newsd .cont .img {
	position: relative;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	margin-top: 36px
}

.newsd .cont .img::before {
	content: '';
	display: block;
	padding-top: 53.33333%
}

.newsd .cont .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.newsd .paging::after {
	clear: both;
	content: "";
	display: block
}

.newsd .paging {
	padding: 60px 0 115px
}

.newsd .paging .link {
	font-size: 16px;
	color: #1b67b2;
	position: relative
}

.newsd .paging .n-prev {
	float: left;
	padding-left: 70px
}

.newsd .paging .n-next {
	float: right;
	padding-right: 70px
}

.newsd .paging .n-left {
	position: absolute;
	left: 0;
	top: 3px;
	width: 52px;
	height: 19px;
	background: url(../images/syb/icon_bl.png) no-repeat
}

.newsd .paging .n-right {
	position: absolute;
	right: 0;
	top: 3px;
	width: 52px;
	height: 19px;
	background: url(../images/syb/icon_br.png) no-repeat
}

.newsd::before {
	width: 525px;
	height: 518px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1010px;
	background: url(../images/back_k5.png)
}

.newsd::after {
	width: 453px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -40px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -930px;
	background-size: 100%;
	z-index: -1
}

@media screen and (min-width: 769px) {
	.newsd .paging .link:hover {
		color: #fdc300
	}

	.newsd .paging .link:hover .n-left {
		background: url(../images/syb/icon_yl.png)
	}

	.newsd .paging .link:hover .n-right {
		background: url(../images/syb/icon_yr.png)
	}
}

@media screen and (max-width: 768px) {
	.newsd .tit {
		padding-top: 25px
	}

	.newsd .cont .video-mod {
		width: 100%;
		margin-top: 20px
	}

	.newsd .cont .img {
		width: 100%;
		margin-top: 20px
	}

	.newsd .cont .p {
		margin-top: 20px
	}

	.newsd .link {
		display: block
	}

	.newsd .paging {
		padding: 30px 0
	}

	.newsd .paging .n-prev {
		padding-left: 0;
		float: none
	}

	.newsd .paging .n-next {
		padding-right: 0;
		float: none;
		margin-top: 10px
	}

	.newsd .nn {
		display: none
	}
}

.cour1 {
	margin-top: -64px
}

.cour1 .tracker-mod {
	height: 128px;
	border-radius: 64px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2)
}

.cour1 .tracker-item:first-child::before {
	border: 0
}

.cour1 .tracker-mod .tracker-item {
	font-size: 20px;
	width: 202px;
	color: #005bac;
	text-align: center;
	height: 128px;
	line-height: 128px;
	position: relative
}

@media screen and (max-width: 768px) {
	.cour1 .tracker-mod .tracker-item {
		font-size: 18px
	}
}

.cour1 .tracker-item.co1 {
	color: #005bac
}

.cour1 .tracker-item::before {
	width: 0;
	content: "";
	display: block;
	border-left: 1px solid #d4dce6;
	height: 17px;
	position: absolute;
	left: 0;
	top: 54px
}

.cour1 .tracker-item a {
	-webkit-transition: all 0.23s;
	transition: all 0.23s
}

.cour1 .tracker-item.cur a {
	font-weight: bold;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	display: block
}

.cour1 .tracker-item.cur {
	background: url(../images/syb/icon_bx.png) no-repeat;
	background-position: bottom center;
	color: #fdc300
}

.cour2 {
	text-align: right;
	margin-top: 60px
}

.cour2 .select-mod {
	width: 134px;
	height: 36px;
	display: inline-block;
	background-color: #e9edf2;
	border-radius: 4px;
	text-align: left
}

.cour2 .select-mod .select-bar {
	height: 36px
}

.cour2 .select-mod .select-btn {
	color: #294f81;
	font-size: 20px;
	margin-right: 8px
}

.cour3 {
	margin-top: 40px;
	margin-bottom: 120px;
	position: relative
}

.cour3 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cour3 .list .li {
	width: calc((100% - 30px)/3);
	margin-right: 15px;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.08);
	box-shadow: 0 0 13px rgba(0,0,0,0.08);
	margin-bottom: 20px;
	border-top: 5px solid #005bac
}

.cour3 .list .li:nth-child(3n) {
	margin-right: 0
}

.cour3 .list .img {
	position: relative;
	overflow: hidden
}

.cour3 .list .img::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.cour3 .list .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.cour3 .list .img img {
	-webkit-transition: all 0.43s ease-out 0s;
	transition: all 0.43s ease-out 0s
}

.cour3 .list .div {
	padding: 0 22px;
	height: 138px;
	padding-top: 24px
}

.cour3 .list .year {
	font-size: 16px
}

.cour3 .list .p1 {
	font-size: 18px;
	margin-top: 8px
}

@media screen and (max-width: 768px) {
	.cour3 .list .p1 {
		font-size: 16px
	}
}

.cour3 .fenye {
	margin-top: 50px
}

.cour3::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.cour3::after {
	width: 423px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 70px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -960px;
	background-size: 100%;
	z-index: -1
}

@media screen and (min-width: 769px) {
	.cour1 .tracker-item:hover {
		background: url(../images/syb/icon_bx.png) no-repeat;
		background-position: bottom center;
		color: #fdc300
	}

	.cour1 .tracker-item:hover a {
		font-weight: bold;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		display: block;
		-webkit-transition: all 0.23s;
		transition: all 0.23s
	}

	.cour3 .list .li:hover img {
		-webkit-transition: all 0.43s ease-out 0s;
		transition: all 0.43s ease-out 0s;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@media screen and (max-width: 768px) {
	.cour1 {
		margin-top: 10px
	}

	.cour1 .tracker-mod {
		height: 50px
	}

	.cour1 .tracker-mod .tracker-item {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		width: 110px
	}

	.cour1 .tracker-item::before {
		position: absolute;
		left: 0;
		top: 18px
	}

	.cour1 .tracker-item.cur {
		background-size: 10px auto;
		background-position: top 35px center
	}

	.cour2 {
		margin-top: 30px
	}

	.cour3 {
		margin-top: 20px;
		margin-bottom: 40px
	}

	.cour3 .list .li {
		width: 100%;
		margin-right: 0
	}

	.cour3 .list .year {
		margin-top: 10px
	}

	.cour3 .list .div {
		height: auto;
		padding-bottom: 15px;
		padding-top: 0
	}

	.cour3 .fenye {
		margin-top: 20px
	}
}

.renmice1 {
	padding: 115px 0 120px;
	background: url(../images/bg3.jpg) center no-repeat;
	background-size: cover
}

.renmice1 .cont {
	position: relative;
	width: 780px;
	z-index: 1
}

.renmice1 .cont .p {
	color: #707070;
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

.renmice1 .cont .t_more {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 30px
}

.renmice1 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	margin-top: 42px
}

.renmice1 .box::after {
	content: '';
	position: absolute;
	right: 235px;
	bottom: 100%;
	margin-bottom: 30px;
	width: 125px;
	height: 125px;
	background: url(../images/png3.png) no-repeat
}

.renmice1 .box .img {
	position: relative;
	overflow: hidden;
	width: 800px
}

.renmice1 .box .img::before {
	content: '';
	display: block;
	padding-top: 56.30462%
}

.renmice1 .box .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.renmice1 .box .t {
	position: absolute;
	left: 35px;
	bottom: 145px;
	font-size: 88px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	color: #fdc300;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.08)
}

.renmice2 {
	padding: 110px 0;
	position: relative
}

.renmice2 .tit {
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center
}

@media screen and (max-width: 768px) {
	.renmice2 .tit {
		font-size: 28px
	}
}

.renmice2 .ul {
	margin-top: 42px
}

.renmice2 .li {
	margin-top: 18px
}

.renmice2 .li:first-child {
	margin-top: 0
}

.renmice2 .li .t {
	line-height: 1.75;
	color: #707070
}

.renmice2 .li .r {
	margin-top: 18px;
	text-align: right
}

.renmice2 .li .more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #fdc300;
	line-height: normal
}

@media screen and (max-width: 768px) {
	.renmice2 .li .more {
		font-size: 16px
	}
}

.renmice2 .li .more::after {
	content: '';
	display: block;
	margin-left: 20px;
	width: 22px;
	height: 15px;
	background: url(../images/ico5.png) no-repeat;
	background-size: 22px
}

.renmice3 {
	position: relative
}

.renmice3 .img {
	position: relative;
	overflow: hidden;
	left: 50%;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.renmice3 .img::before {
	content: '';
	display: block;
	padding-top: 17.39583%
}

.renmice3 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.renmice3 .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: 770px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.renmice3 .cont .t {
	color: #ffffff;
	line-height: 1.75
}

.renmice3 .cont .t_more {
	margin-top: 35px
}

.renmice2::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.renmice2::after {
	width: 345px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 25px;
	background: url(../images/back_k2.png);
	margin-right: -960px
}

@media screen and (max-width: 768px) {
	.renmice1 {
		padding: 50px 0
	}

	.renmice1 .cont {
		width: 100%
	}

	.renmice1 .cont .t_more {
		position: relative;
		top: 0;
		margin-top: 20px
	}

	.renmice1 .box {
		display: block;
		margin-top: 20px
	}

	.renmice1 .box::after {
		display: none
	}

	.renmice1 .box .img {
		width: 100%
	}

	.renmice1 .box .t {
		left: 0;
		bottom: 10px;
		font-size: 40px
	}

	.renmice2 {
		padding: 50px 0
	}

	.renmice2 .ul {
		margin-top: 20px
	}

	.renmice2 .ul img {
		display: block;
		width: 100%;
		height: auto
	}

	.renmice3 .cont {
		padding: 0 15px;
		width: 100%
	}

	.renmice3 .cont .t_more {
		margin-top: 20px
	}
}

.result-page {
	padding: 50px 0 120px
}

.result-page .result-head .t {
	font-size: 1.7em
}

.result-page .result-head .s {
	margin-left: 30px;
	font-size: 1.2em;
	color: #707070
}

.result-page .result-list {
	margin-bottom: 50px
}

.result-page .result-list .list-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee
}

.result-page .result-list .t {
	margin-bottom: 15px;
	font-size: 1.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: color .3s;
	transition: color .3s
}

.result-page .result-list .p {
	color: #707070;
	text-align: justify;
	text-justify: inter-ideograph
}

.result-page .key {
	color: #005bac
}

@media screen and (min-width: 769px) {
	.result-page .result-list .t:hover {
		color: #005bac
	}
}

@media screen and (max-width: 768px) {
	.result-page {
		padding: 50px 0
	}
}

.send_resume1 {
	position: relative;
	padding: 115px 0 120px;
	background-color: #f5faff
}

.send_resume1::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 415px;
	background-color: #fff
}

.send_resume1 .tit {
	font-size: 46px;
	line-height: 1.2;
	color: #333333;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.send_resume1 .tit {
		font-size: 28px
	}
}

.send_resume1 .box {
	margin-top: 37px;
	padding: 36px 0 40px;
	background-color: #005bac;
	color: #ffffff;
	position: relative;
	z-index: 1
}

.send_resume1 .box .hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px
}

.send_resume1 .box .t1 {
	font-size: 24px
}

@media screen and (max-width: 768px) {
	.send_resume1 .box .t1 {
		font-size: 18px
	}
}

.send_resume1 .box .t2 {
	margin-left: 38px;
	font-size: 18px
}

@media screen and (max-width: 768px) {
	.send_resume1 .box .t2 {
		font-size: 16px
	}
}

.send_resume1 .box .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	padding-bottom: 64px;
	background: url(../images/png7.png) center 12px no-repeat
}

.send_resume1 .box .li {
	padding-left: 70px;
	padding-right: 60px;
	width: 50%
}

.send_resume1 .box .t {
	position: relative;
	margin-bottom: 18px;
	font-size: 18px
}

@media screen and (max-width: 768px) {
	.send_resume1 .box .t {
		font-size: 16px
	}
}

.send_resume1 .box .t::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background-color: #fff;
	background-clip: content-box;
	border: 4px solid rgba(255,255,255,0.2);
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.send_resume1 .box .p {
	font-size: 14px;
	line-height: 1.857142857142857
}

.send_resume1 .box .mail {
	padding: 0 70px;
	font-size: 18px
}

@media screen and (max-width: 768px) {
	.send_resume1 .box .mail {
		font-size: 16px
	}
}

.send_resume1 .tip {
	margin-top: 55px;
	font-size: 18px;
	color: #707070;
	text-align: center
}

@media screen and (max-width: 768px) {
	.send_resume1 .tip {
		font-size: 16px
	}
}

.send_resume1 .form {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.send_resume1 .form .dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	width: 585px
}

.send_resume1 .form .dl:nth-child(odd) {
	margin-right: 60px
}

.send_resume1 .form .dt {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 15px;
	width: 125px;
	text-align: right
}

.send_resume1 .form .dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.send_resume1 .form .pad {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	background-color: #e0e9f2;
	border-radius: 5px
}

.send_resume1 .form .ipt {
	position: relative;
	padding: 13px;
	overflow: hidden
}

.send_resume1 .form .ipt input {
	width: 100%
}

.send_resume1 .form .ipt input[type="file"] {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	font-size: 999px;
	opacity: 0;
	cursor: pointer
}

.send_resume1 .form .radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.send_resume1 .form .radio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-left: 12px;
	padding: 13px;
	width: 50%;
	background-color: #e0e9f2;
	border-radius: 5px;
	line-height: normal;
	cursor: pointer
}

.send_resume1 .form .radio-item:first-child {
	margin-left: 0
}

.send_resume1 .form .radio-item::before {
	content: '';
	display: block;
	margin-right: 15px;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 2px solid #1b67b2;
	border-radius: 50%
}

.send_resume1 .form .radio-item.check::before {
	border-color: #fdc300
}

.send_resume1 .form .code {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	width: 140px;
	cursor: pointer
}

.send_resume1 .form .code::before {
	content: '';
	display: block;
	padding-top: 35.71429%
}

.send_resume1 .form .code .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.send_resume1 .form .code .i {
	height: 100%
}

.send_resume1 .tac {
	margin-top: 50px
}

.send_resume1 .submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 50px;
	background-color: #fdc300;
	border-radius: 999px;
	font-size: 18px;
	color: #ffffff;
	line-height: normal
}

@media screen and (max-width: 768px) {
	.send_resume1 .submit {
		font-size: 16px
	}
}

.send_resume1 .x-wrap::before {
	width: 285px;
	height: 402px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 102px;
	margin-left: -960px;
	background: url(../images/back_k4.png)
}

.send_resume1 .x-wrap::after {
	width: 525px;
	height: 518px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	top: -70px;
	background: url(../images/back_k5.png) no-repeat top right;
	margin-right: -870px
}

@media screen and (max-width: 768px) {
	.send_resume1 {
		padding: 50px 0
	}

	.send_resume1 .box {
		margin-top: 20px;
		padding: 20px 0
	}

	.send_resume1 .box .hd {
		display: block;
		padding: 0 20px
	}

	.send_resume1 .box .t2 {
		margin-left: 0;
		margin-top: 10px
	}

	.send_resume1 .box .ul {
		display: block;
		padding: 0;
		background: none
	}

	.send_resume1 .box .li {
		margin-bottom: 20px;
		padding-left: 40px;
		padding-right: 20px;
		width: 100%
	}

	.send_resume1 .box .t {
		margin-bottom: 10px
	}

	.send_resume1 .box .mail {
		padding-left: 40px;
		padding-right: 20px
	}

	.send_resume1 .tip {
		margin-top: 20px
	}

	.send_resume1 .form {
		display: block;
		margin-top: 20px
	}

	.send_resume1 .form .dl {
		display: block;
		width: 100%
	}

	.send_resume1 .form .dl:nth-child(n) {
		margin-right: 0
	}

	.send_resume1 .form .dt {
		width: 100%;
		text-align: left
	}

	.send_resume1 .form .ipt input[type="file"] {
		width: 100%;
		height: 100%;
		font-size: initial
	}

	.send_resume1 .form .ipt,.send_resume1 .form .radio-item {
		padding: 8px
	}

	.send_resume1 .form .code {
		width: 112px
	}

	.send_resume1 .tac {
		margin-top: 20px
	}

	.send_resume1 .submit {
		width: 100px;
		height: 40px
	}
}

.sitemap-page {
	padding: 50px 0
}

.sitemap-page .dl {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.sitemap-page .dt {
	font-size: 1.2em
}

.sitemap-page .dd {
	margin-top: 20px;
	padding-left: 4em
}

.sitemap-page .link {
	-webkit-transition: color .3s;
	transition: color .3s
}

.sitemap-page .link+.link {
	margin-left: 20px
}

@media screen and (min-width: 769px) {
	.sitemap-page .link:hover {
		color: #005bac
	}
}

.socio1 {
	margin-top: 113px
}

.socio1 .p {
	font-size: 16px;
	padding-bottom: 95px;
	background: url(../images/png6.png) center bottom no-repeat;
	color: #707070;
	line-height: 1.75;
	text-align: center
}

.socio2 {
	margin-top: 41px;
	position: relative
}

.socio2 .list {
	position: relative;
	height: 510px
}

.socio2 .list::after {
	content: "";
	display: block;
	float: none
}

.socio2 .l {
	padding: 100px 0;
	width: 50%;
	background-color: #f5faff;
	position: relative;
	float: left;
	height: 510px
}

.socio2 .l::before {
	width: 345px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: -345px;
	top: 0;
	background-color: #f5faff
}

.socio2 .img {
	position: relative;
	overflow: hidden;
	width: 551px
}

.socio2 .img::before {
	content: '';
	display: block;
	padding-top: 56.26134%
}

.socio2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.socio2 .r {
	width: 50%;
	padding-left: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: 510px
}

.socio2 .r .div {
	width: 100%
}

.socio2 .r .t1 {
	font-size: 32px
}

@media screen and (max-width: 768px) {
	.socio2 .r .t1 {
		font-size: 22px
	}
}

.socio2 .r .p1 {
	font-size: 16px;
	color: #707070;
	line-height: 1.75;
	margin-top: 15px;
	text-align: justify;
	text-justify: inter-ideograph
}

.socio2 .r .link {
	margin-top: 18px;
	height: 111px
}

.socio2 .r .link a {
	font-size: 18px;
	position: relative;
	display: block;
	color: #1b67b2;
	margin-bottom: 10px;
	padding-left: 27px
}

@media screen and (max-width: 768px) {
	.socio2 .r .link a {
		font-size: 16px
	}
}

.socio2 .r .link a::before {
	width: 13px;
	height: 13px;
	border: 2px solid #1b67b2;
	border-radius: 13px;
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	display: block
}

.socio2 .list:nth-child(2n) .l {
	float: right
}

.socio2 .list:nth-child(2n) .l::before {
	left: 100%
}

.socio2 .list:nth-child(2n) .l .img {
	margin-left: 64px
}

.socio2 .list:nth-child(2n) .r {
	padding-right: 56px;
	float: right;
	padding-left: 0
}

.socio2::before {
	width: 525px;
	height: 518px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -260px;
	margin-left: -1050px;
	background: url(../images/back_k5.png) no-repeat;
	z-index: 1
}

.socio2::after {
	width: 430px;
	height: 450px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 290px;
	background: url(../images/back_k3.png) no-repeat;
	margin-right: -898px;
	background-size: 100%;
	z-index: 1
}

@media screen and (min-width: 769px) {
	.socio2 .r .link a:hover {
		color: #fdc300
	}

	.socio2 .r .link a:hover:before {
		border: 2px solid  #fdc300
	}
}

@media screen and (max-width: 768px) {
	.socio1 {
		padding: 50px 0;
		margin-top: 0
	}

	.socio1 .p {
		padding-bottom: 50px;
		background-size: 10px
	}

	.socio2 {
		margin-top: 0
	}

	.socio2 .list {
		height: auto
	}

	.socio2 .l {
		height: auto;
		width: 100%;
		float: none;
		padding: 0
	}

	.socio2 .l::before {
		display: none
	}

	.socio2 .img {
		width: 100%
	}

	.socio2 .r {
		width: 100%;
		padding: 20px 0;
		float: none;
		height: auto
	}

	.socio2 .list:nth-child(2n) .l {
		float: none
	}

	.socio2 .list:nth-child(2n) .l::before {
		left: 0
	}

	.socio2 .list:nth-child(2n) .l .img {
		margin-left: 0
	}

	.socio2 .list:nth-child(2n) .r {
		padding-right: 0;
		float: none;
		padding-left: 0
	}
}

.technology_platform1 {
	padding: 117px 0 192px;
	background: url(../images/bg6.jpg) center no-repeat;
	background-size: cover
}

.technology_platform1 .tit {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.technology_platform1 .tit {
		font-size: 28px
	}
}

.technology_platform1 .ul {
	margin-top: 90px
}

.technology_platform1 .li {
	position: relative;
	margin-top: 12px
}

.technology_platform1 .li::before {
	content: '';
	position: absolute;
	left: 282px;
	right: 525px;
	top: 50%;
	border-top: 1px dashed #005bac;
	-webkit-transition: all .3s;
	transition: all .3s
}

.technology_platform1 .li:first-child {
	margin-top: 0
}

.technology_platform1 .li:nth-child(even) {
	margin-left: 208px
}

.technology_platform1 .li .step {
	position: absolute;
	top: 50%;
	left: 0;
	width: 332px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.technology_platform1 .li .img {
	position: relative;
	overflow: hidden
}

.technology_platform1 .li .img::before {
	content: '';
	display: block;
	padding-top: 100%
}

.technology_platform1 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.technology_platform1 .li .img .i2 {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.technology_platform1 .li .pad {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 1.416666666666667;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (max-width: 768px) {
	.technology_platform1 .li .pad {
		font-size: 18px
	}
}

.technology_platform1 .li .t1 {
	font-weight: bold
}

.technology_platform1 .li .t2 {
	margin-top: 20px
}

.technology_platform1 .li .cont {
	float: right;
	position: relative;
	padding: 13px 40px 15px;
	width: 480px;
	background-color: #fff;
	border-left: 6px solid #005bac;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(129,129,129,0.1);
	box-shadow: 0px 0px 32px 0px rgba(129,129,129,0.1);
	-webkit-transition: all .3s;
	transition: all .3s
}

.technology_platform1 .li .cont::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-right: 18px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #005bac;
	background-clip: content-box;
	border: 8px solid rgba(0,177,169,0.2);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.technology_platform1 .li .t {
	font-size: 20px
}

@media screen and (max-width: 768px) {
	.technology_platform1 .li .t {
		font-size: 18px
	}
}

.technology_platform1 .li .p {
	margin-top: 10px;
	height: 52px;
	font-size: 14px;
	color: #999999;
	line-height: 1.857142857142857;
	overflow: hidden
}

.technology_platform1 .li .t_more {
	margin-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.technology_platform1 .t_more::before {
	background-color: #005bac
}

.technology_platform1 .t_more .x::after {
	background-color: #005bac
}

.technology_platform2 {
	padding: 114px 0 120px;
	background-color: #f5faff
}

.technology_platform2 .tit {
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.technology_platform2 .tit {
		font-size: 28px
	}
}

.technology_platform2 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 37px
}

.technology_platform2 .li {
	position: relative;
	margin-left: 18px;
	width: calc((100% - 54px) / 4);
	overflow: hidden
}

.technology_platform2 .li:first-child {
	margin-left: 0
}

.technology_platform2 .li .img {
	position: relative;
	overflow: hidden
}

.technology_platform2 .li .img::before {
	content: '';
	display: block;
	padding-top: 146.09572%
}

.technology_platform2 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.technology_platform2 .mask {
	background: rgba(0,177,169,0.2) !important
}

.technology_platform2 .li .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

.technology_platform2 .li .cir {
	position: relative;
	margin: 0 auto;
	width: 180px;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.technology_platform2 .li .dot {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transition: all .5s;
	transition: all .5s
}

.technology_platform2 .li .dot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.technology_platform2 .li .icon {
	position: relative;
	overflow: hidden
}

.technology_platform2 .li .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}

.technology_platform2 .li .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.technology_platform2 .li .t {
	margin-top: 38px;
	font-size: 32px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.technology_platform2 .li .pop {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 52px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

.technology_platform2 .li .scroll {
	margin-top: 17px;
	height: 130px;
	overflow: hidden
}

.technology_platform2 .li .p {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph
}

.technology_platform2 .li .t_more {
	margin-top: 40px
}

.technology_platform2 .li:hover .cont {
	background: #1b67b2 url(../images/png17.png) center bottom no-repeat
}

.technology_platform2 .li:hover .cir {
	width: 64px
}

.technology_platform2 .li:hover .dot {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.technology_platform2 .li:hover .t {
	margin-top: 34px;
	font-size: 20px
}

.technology_platform2 .li:hover .pop {
	position: relative;
	opacity: 1;
	visibility: visible
}

.technology_platform2 .t_more {
	color: #005bac
}

.technology_platform2 .t_more::before {
	background-color: #fff
}

.technology_platform2 .t_more .x::after {
	background-color: #fff
}

.technology_platform2 .t_more::after {
	background: url(../images/ico5_1.png) center no-repeat
}

@media screen and (min-width: 769px) {
	.technology_platform1 .li:hover::before {
		border-color: #fdc300
	}

	.technology_platform1 .li:hover .img .i1 {
		opacity: 0
	}

	.technology_platform1 .li:hover .img .i2 {
		opacity: 1
	}

	.technology_platform1 .li:hover .cont {
		border-color: #fdc300
	}

	.technology_platform1 .li:hover .cont::before {
		background-color: #fdc300;
		border-color: rgba(253,195,0,0.2)
	}

	.technology_platform1 .li:hover .t_more::before,.technology_platform1 .li:hover .t_more .x::after {
		background-color: #fdc300
	}
}

@media screen and (max-width: 768px) {
	.technology_platform1 {
		padding: 50px 0
	}

	.technology_platform1 .ul {
		margin-top: 20px
	}

	.technology_platform1 .li::before {
		display: none
	}

	.technology_platform1 .li:nth-child(n) {
		margin-left: 0
	}

	.technology_platform1 .li .step {
		position: relative;
		left: 0;
		margin: auto;
		width: 80%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.technology_platform1 .li .cont {
		float: none;
		margin-top: 10px;
		padding: 20px;
		width: 100%
	}

	.technology_platform2 {
		padding: 50px 0
	}

	.technology_platform2 .ul {
		display: block;
		margin-top: 20px
	}

	.technology_platform2 .li {
		margin-left: 0;
		margin-top: 10px;
		width: 100%
	}

	.technology_platform2 .li:first-child {
		margin-top: 0
	}

	.technology_platform2 .li .cir {
		width: 100px
	}

	.technology_platform2 .li .t {
		margin-top: 20px;
		font-size: 30px
	}

	.technology_platform2 .li .pop {
		padding: 0 20px
	}

	.technology_platform2 .li .scroll {
		margin-top: 10px
	}

	.technology_platform2 .li .t_more {
		margin-top: 10px
	}

	.technology_platform2 .li:hover .cir {
		width: 40px
	}

	.technology_platform2 .li:hover .t {
		margin-top: 20px;
		font-size: 20px
	}
}

.virus {
	margin-bottom: 109px;
	margin-top: 20px;
	position: relative
}

.virus .x-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.virus .virus_l {
	width: 288px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 27px rgba(0,0,0,0.2);
	box-shadow: 0 0 27px rgba(0,0,0,0.2);
	z-index: 1;
	height: auto
}

.virus .menu {
	position: relative;
	margin-top: 2px
}

.virus .menu .ti1 {
	font-size: 20px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding-left: 30px;
	background-color: #005bac;
	color: #fff;
	position: relative;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.virus .menu .ti1 {
		font-size: 18px
	}
}

.virus .menu .tit2 {
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	color: #333;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
	margin-top: 2px
}

@media screen and (max-width: 768px) {
	.virus .menu .tit2 {
		font-size: 18px
	}
}

.virus .menu .tit2 .xicon {
	color: #005bac
}

.virus .menu .link {
	padding: 24px 0;
	background-color: #f5faff;
	display: none
}

.virus .menu .link a {
	font-size: 16px;
	color: #707070;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
	margin-left: 30px;
	padding-right: 10px;
	position: relative
}

.virus .menu .link a:before {
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #005bac;
	border-radius: 5px
}

.virus .menu .xicon::before {
	font-size: 20px;
	content: '\e505'
}

@media screen and (max-width: 768px) {
	.virus .menu .xicon::before {
		font-size: 18px
	}
}

.virus .menu .xicon {
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	height: 100%;
	width: 50px;
	height: 55px
}

.virus .menu .link .cur {
	color: #1b67b2
}

.virus .menu .link .cur:before {
	background-color: #1b67b2
}

.virus .menu .link a:hover {
	color: #1b67b2
}

.virus .menu .link a:hover:before {
	background-color: #1b67b2
}

.virus .menu:first-child {
	margin-top: 0
}

.virus .menu2 {
	display: none;
	background-color: #fff
}

.virus .cose .menu2 {
	display: block
}

.virus .cose .ti1 .xicon {
	right: 14px
}

.virus .cose .ti1 .xicon::before {
	content: '\e507'
}

.virus .cose.div .tit2 {
	background-color: #1b67b2;
	color: #fff
}

.virus .cose.div .tit2 .xicon {
	right: 14px
}

.virus .cose.div .tit2 .xicon::before {
	content: '\e507';
	color: #fff
}

.virus .cose.div .link {
	display: block
}

.virus .virus_r {
	width: calc(100% - 288px);
	padding-left: 40px;
	padding-bottom: 115px;
	position: relative
}

.virus .virus_r .tit {
	font-size: 36px;
	text-align: center;
	font-weight: bold
}

@media screen and (max-width: 768px) {
	.virus .virus_r .tit {
		font-size: 24px
	}
}

.virus .virus_r .p1 {
	font-size: 16px;
	line-height: 1.625;
	margin-top: 26px;
	color: #707070
}

.virus .virus_r .mod {
	margin-top: 36px
}

.virus .virus_r .img {
	position: relative;
	overflow: hidden;
	width: 750px;
	margin: 0 auto
}

.virus .virus_r .img::before {
	content: '';
	display: block;
	padding-top: 53.33333%
}

.virus .virus_r .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.virus .virus_r img {
	max-width: 100%
}

.virus .virus_r .slick-mod {
	z-index: -1
}

.virus .virus_r .con {
	padding-left: 28px
}

.virus .virus_r .con .p2 {
	font-size: 16px;
	color: #707070;
	line-height: 1.625;
	position: relative;
	margin-top: 26px
}

.virus .virus_r .con .p2:before {
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	left: -28px;
	top: 7px;
	background-color: #1b67b2;
	border-radius: 5px
}

.virus .virus_r .con .t1 {
	font-size: 24px;
	margin-top: 30px
}

@media screen and (max-width: 768px) {
	.virus .virus_r .con .t1 {
		font-size: 18px
	}
}

.virus .virus_r .con .p_b {
	margin-top: 27px
}

.virus .virus_r .con .p2:first-child {
	margin-top: 0
}

.virus .virus_r .con .p3 {
	font-size: 16px;
	color: #707070;
	line-height: 1.625
}

.virus .virus_r .n {
	text-align: center;
	margin-top: 20px
}

.virus .virus_r .slick-prev {
	position: absolute;
	left: 10px;
	bottom: 45%
}

.virus .virus_r .slick-next {
	right: 10px;
	bottom: 45%;
	position: absolute
}

.virus .virus_r .list {
	color: #666;
	margin-top: 50px
}

.virus .virus_r .list .h {
	padding-right: 25px
}

.virus .virus_r .list .li {
	margin-top: 10px
}

.virus .virus_r .list .li.cur {
	margin-top: 0
}

.virus .virus_r .list .lnk {
	position: relative;
	padding: 11px 35px;
	background-color: #316db5;
	color: #fff;
	cursor: pointer;
	width: calc(100% - 20px)
}

.virus .virus_r .list .lnk::after {
	width: 20px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	background: #316db5
}

.virus .virus_r .list .menu {
	padding: 0 35px;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	height: 0;
	-webkit-transition: all 0.32s;
	transition: all 0.32s
}

.virus .virus_r .list .icon {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #01b2a9
}

.virus .virus_r .list .cur .lnk {
	background-color: #01b2a9
}

.virus .virus_r .list .cur .menu {
	padding: 25px 35px;
	visibility: visible;
	opacity: 1;
	height: auto;
	-webkit-transition: all 0.32s;
	transition: all 0.32s
}

.virus .virus_r .list .cur .lnk::after {
	width: 20px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
	background: url(../images/icon_li.png) no-repeat center center/contain
}

.virus .virus_r .list .cur .icon {
	border-top: 10px solid #316db5;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg)
}

.virus::before {
	width: 300px;
	height: 472px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	background: url(../images/back_k1.png)
}

.virus::after {
	width: 356px;
	height: 446px;
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -90px;
	background: url(../images/back_k6.png);
	margin-right: -960px;
	background-size: 100%
}

@media screen and (max-width: 768px) {
	.virus {
		margin-bottom: 30px;
		margin-top: 10px
	}

	.virus .virus_l {
		width: 100%;
		margin-top: 15px
	}

	.virus .x-wrap {
		display: block
	}

	.virus .virus_r {
		width: 100%;
		padding: 0;
		padding: 30px 0;
		margin-top: 20px
	}

	.virus .virus_r .img {
		width: 100%
	}

	.virus .virus_r .list .lnk {
		padding: 11px 25px
	}

	.virus .virus_r .list .menu {
		padding: 0 25px
	}

	.virus .virus_r .list .cur .menu {
		padding: 25px
	}

	.virus .virus_r .slick-item {
		width: 100% !important
	}
}
.footer {

	width: 100%;

	background:#2e3033;

	color: #fff;

	font-size: 14px;

	line-height: 32px;

	padding: 45px 0 40px;
    height: 320px;

}

.footer a {

	color: #fff;

	margin-right: 15px;

}

.footer a:hover {

	opacity: 0.8;

	filter: alpha(opacity=80);

}

.footer .ewm {

	width: 138px;
	margin-top: 50px;

}

.footer .ewm .img {

	text-align: center;

	line-height: 24px;

}

.footer .ewm img {

	width: 120px;

	height: 120px;

	padding: 6px;

	border: 1px solid #fff;

	display: block;

}

.footer .ewm span {

	display: block;

	font-size: 14px;

	color: #fff;

}

.footer .tit {

	font-size: 18px;

	height: 30px;

	line-height: 30px;

	padding-bottom: 4px;

	

	margin-bottom: 12px;

}

.footer .txt {

	width: 300px;

	height: 230px;

}

.footer .txt ul {

	width: 100%;
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;

}

.footer .txt li {

	line-height: 30px;

	width: 100%;

	font-size: 14px;

	color: #fff;
    list-style: none;

}

.footer .txt li s {

	width: 20px;

	height: 21px;

	display: inline-block;

	margin-right: 8px;

	vertical-align: middle;

	background: url(../images/add-f-ico.png) no-repeat center 0;

}

.footer .txt li.a2 s {

	background-position: center -43px;

}

.footer .txt li.a3 s {

	background-position: center -89px;

}

.footer  .bmsg dl{

	float: left;

    color: #fff;

    width:33.33333333%;

	text-align: center;

}
.footer  .bmsg dd{
    margin-inline-start:0px;
}


.footer  .bmsg dl dt{

	   font-size: 16px;

	font-weight: bold;

	height:40px;

}


.bmsg {
    width: 720px;
}
.fl {
    float: left;
}




.copyright {

	width: 100%;

	height: 46px;

	line-height: 46px;

	font-size: 12px;

	background: #000;

	color: #eee;

}

.copyright a {

	color: #9095af;

}

.copyright a:hover {

	color: #fff;

}

.links {

	height: 60px;

	width: 100%;

	line-height: 60px;

	background-color: #2e3033;

}

.links .tit {

	float: left;

	width: 80px;

	color: #fff;

	font-size: 16px;

	font-weight: bold;

}

.links ul {

	display: inline-block;

	float: right;

	width: 1120px;

	height: 60px;

	line-height: 60px;

}

.links ul li {

	float: left;

	height: 60px;

	line-height: 60px;

	padding-right: 10px;

}

.links ul li a {

	display: block;

	font-size: 14px;

	color: #fff;

}

.links ul li a:hover {

	color: #f1f1f1;

}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.clearfix {
   clear: both;
}


.contain{width: 100%;overflow: hidden;}
.main{width: 1200px;margin:0px auto;overflow: hidden;}
.productInfoTitle{overflow: hidden;position: relative;}
.productInfoTitlePic{width: 537px;border: 1px solid #005bac;float: left;}
.productInfoTitlePic img{display: block;width: 100%;height: 387px;}
.productIntro{float: right;width: 620px;padding-top: 90px;}
.productIntroTitle{overflow: hidden;}
.productIntroTitle li{float: left;width: 115px;margin-right: 10px;}
.productIntroTitle li>span{display: block;border: 1px solid #005bac;text-align: center;line-height:37px;color: #005bac;}
.productIntroTitle li>div{text-align: center;line-height: 18px;color: #005bac;margin-top:10px;}
.productIntroPic{overflow: hidden;margin-top: 20px;}
.productIntroPic li{float: left;width: 150px;border: 1px solid #005bac;position: relative;border-right: none;}
.productIntroPic li img{display: block;width: 100%;height: 112px;}
.productIntroPic li div{position: absolute;top: 0px;left: 0px;width: 100%;height: 112px;display: none;background: url(../images/icon22.png);}
.productIntroPic li:hover div{display: block;}
.productAbout{overflow: hidden;margin-top: 40px;}
.productAbout a{float: left;display: block;border-radius: 5px;width: 129px;line-height: 44px;color: #fff;text-align: center;background: #00b9af;}
.productAbout a.sale{margin-right: 10px;}
.productContentTitle{border-bottom: 1px solid #005bac;overflow: hidden;}
.productContentTitle>span{float: left;border-bottom: 4px solid #005bac; padding-bottom: 8px;font-size: 18px;color: #005bac;}
.productContent{margin-top: 45px;}
.productInfomaiton{/*padding-top: 55px;*/}
.productInfomaiton ul{overflow: hidden;margin-bottom: 35px;}
.productInfomaiton ul li{float: left; padding-bottom: 10px;background: url(../images/icon23.png) no-repeat left 35px;width: 290px;line-height: 35px;margin-right: 16px;}
.productInfomaiton ul li span{float: left;display: block;width: 68px;color: #005bac;}
.productInfomaiton ul li div{color: #666666;}
.information{line-height: 35px;color: #747474;font-size: 14px;margin-bottom: 25px;overflow: hidden;}