* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-user-select: none;
	user-select: auto;
	-webkit-tap-highlight-color: transparent;
	touch-action: auto
}

a,
b,
body,
button,
dd,
div,
dl,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
nav,
p,
select,
span,
td,
textarea,
u,
dd {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none
}

html {
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	background: #fff;
	color: #333;
	font: 400 12px/2 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Arial", "sans-serif";
	-webkit-overflow-scrolling: touch
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1)
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle
}

figure {
	margin: 1em 40px
}

hr {
	height: 0
}

pre {
	overflow: auto
}

:focus {
	outline: none
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
	-webkit-user-select: text
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto;
	-webkit-user-select: text
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

i.i {
	font-size: inherit
}

.browserupgrade {
	position: absolute;
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	background: #fff;
	left: 0;
	text-align: center;
	font-size: 14px
}

.browserupgrade a {
	color: red;
	text-decoration: underline;
	font-weight: 700
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-table
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

*+html .clearfix {
	min-height: 1%
}

.wrap1200 {
	width: 1200px;
	margin: 0 auto
}

.none {
	display: none
}

.bg1 {
	background: #f8f8f8
}

.fl {
	float: left
}

.fr {
	float: right
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

#header {
	height: 80px
}

#header .iner {
	position: relative
}

#header .iner .logo {
	position: absolute;
	left: 0px;
	top: 20px
}

#header .menu {
	position: absolute;
	right: 0px
}

#header .menu ul li {
	float: left;
	text-align: center;
	margin-left: 48px
}

#header .menu ul li.currenti {
	height: 68px;
	line-height: 68px;
	border-bottom: 2px solid #0093dd;
}

#header .menu ul li.currenti a {
	color: #0093dd;
}

#header .menu ul li>a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333
}

#header .menu ul li>a:hover {
	height: 68px;
	color: #0093dd;
	border-bottom: 2px solid #0093dd;
}

#header .menu ul li .pop_up {
	display: none;
	position: absolute;
	top: 80px;
	left: -275px;
	z-index: 9999;
	width: 1200px;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4)
}

#header .menu ul li .pop_up .item1 {
	width: 220px;
	float: left;
	margin: 0 10px
}

#header .menu ul li .pop_up .item1 .tit {
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #999999;
	font-size: 16px;
	color: #0063b8
}

#header .menu ul li .pop_up .item1 .tit a {
	color: #0063b8
}

#header .menu ul li .pop_up .item1 .cont {
	height: 128px;
	overflow: hidden;
	text-align: left;
	margin: 10px 0
}

#header .menu ul li .pop_up .item1 .cont a {
	position: relative;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	padding-left: 12px
}

#header .menu ul li .pop_up .item1 .cont a:before {
	position: absolute;
	top: 16px;
	left: 4px;
	width: 2px;
	height: 2px;
	background: #484848;
	border-radius: 2px;
	content: ''
}

#header .menu ul li .pop_up .item1 .cont a:hover {
	color: #0063b8
}

#header .menu ul li .pop_up .item2 .cont {
	height: 128px;
	overflow: hidden;
	text-align: left;
	margin: 10px 0
}

#header .menu ul li .pop_up .item2 .cont a {
	position: relative;
	display: inline-block;
	margin: 0 30px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	padding-left: 12px
}

#header .menu ul li .pop_up .item2 .cont a:before {
	position: absolute;
	top: 16px;
	left: 4px;
	width: 2px;
	height: 2px;
	background: #484848;
	border-radius: 2px;
	content: ''
}

#header .menu ul li .pop_up .item2 .cont a:hover {
	color: #0063b8
}

.baniner .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 1
}

.baniner .swiper-pagination-bullet-active {
	background: #005bac
}

#footer {
	background: #030609
}

#footer .nav {
	padding: 83px 0 42px 0;
	border-bottom: 1px solid #353739
}

#footer .nav ul li {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	margin-right: 66px
}

#footer .nav ul li a {
	color: #ffffff
}

#footer .tel {
	padding: 28px 0 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px
}

#footer .tool {
	width: 240px;
	min-height: 135px;
	box-sizing: border-box;
	padding: 40px 0 28px 0;
	margin-right: -15px
}

#footer .tool ul li {
	float: left;
	position: relative;
	padding: 0 15px;
	cursor: pointer
}

#footer .tool ul li .img {
	width: 30px;
	height: 30px;
	border: 1px solid #858585;
	border-radius: 30px;
	text-align: center;
	line-height: 30px
}

#footer .tool ul li .img i {
	font-size: 18px;
	color: #858585
}

#footer .tool ul li .code {
	display: none;
	position: absolute;
	top: -80px;
	left: -12px
}

#footer .tool ul li:hover .img {
	border: 1px solid #ffffff
}

#footer .tool ul li:hover .img i {
	color: #ffffff
}

#footer .copy {
	height: 28px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5)
}

.nycata {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #dddddd
}

.nycata .iner {
	display: inline-block;
	font-size: 18px;
	color: #333333
}

.nycata .iner a {
	display: inline-block;
	margin: 0 20px
}

.nycata .iner a.on {
	display: inline-block;
	line-height: 58px;
	border-bottom: 2px solid #0055b4
}

.page {
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 40px 0;
	font-size: 12px;
	color: #666666;
	font-family: arial
}

.page .prev,
.page .next {
	margin-right: 10px;
	display: inline-block;
	width: 80px;
	height: 40px;
	background: #f3f3f3;
	text-align: center;
	line-height: 40px;
	background: #efefef;
	border: 1px solid #d0d0d0;
	font-size: 14px;
	color: #333333
}

.page .num {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #efefef;
	border: 1px solid #d0d0d0;
	margin-right: 4px;
	text-align: center;
	background: #efefef;
	font-size: 14px;
	color: #333333
}

.page .cur {
	background: #005bb5;
	color: #ffffff;
	border: 1px solid #005bb5
}

.wrap_idx .ida {
	margin-top: 28px
}

.wrap_idx .ida .tit {
	text-align: center
}

.wrap_idx .ida .tit p {
	margin-top: 20px;
	font-size: 20px;
	color: #666666
}

.wrap_idx .ida .cont {
	margin-top: 70px
}

.wrap_idx .ida .cont .vdo {
	float: left
}

.wrap_idx .ida .cont .text {
	width: 566px;
	height: 380px;
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	direction: ltl;
	unicode-bidi: bidi-override;
	margin-top: 20px
}

.wrap_idx .ida .cont .text .scrollbar {
	height: 380px;
	width: 566px;
	background: #ffffff;
	overflow-y: scroll;
	margin-bottom: 25px;
	padding-left: 20px;
	box-sizing: border-box
}

.wrap_idx .ida .cont .text .force-overflow {
	height: 380px;
	margin-top: -8px
}

.wrap_idx .ida .cont .text #style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	background-color: #ffffff
}

.wrap_idx .ida .cont .text #style-4::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff
}

.wrap_idx .ida .cont .text #style-4::-webkit-scrollbar-thumb {
	background-color: #22bad3;
	border: 2px solid #22bad3
}

.wrap_idx .idb {
	margin-top: 90px
}

.wrap_idx .idb .tit {
	text-align: center;
	margin-bottom: 48px
}

.wrap_idx .idb .li {
	width: 285px;
	height: 240px
}

.wrap_idx .idb .li .img {
	width: 285px;
	height: 240px;
	overflow: hidden
}

.wrap_idx .idb .li .img>div {
	width: 285px;
	height: 240px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_idx .idb .li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_idx .idb .li a {
	position: relative;
	display: block
}

.wrap_idx .idb .li a .name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	color: #ffffff
}

.wrap_idx .idb .swiper-button-prev {
	top: 128px;
	left: 0%;
	z-index: 2147483647;
	width: 27px;
	height: 30px;
	background-image: url(../images/prev.png);
	background-size: 27px 30px;
	pointer-events: auto
}

.wrap_idx .idb .swiper-button-next {
	top: 128px;
	right: 0%;
	z-index: 2147483647;
	width: 27px;
	height: 30px;
	background-image: url(../images/next.png);
	background-size: 27px 30px;
	pointer-events: auto
}

.wrap_idx .idb .swiper-button-next.swiper-button-disabled,
.wrap_idx .idb .swiper-button-prev.swiper-button-disabled {
	z-index: 2147483647;
	opacity: 1
}

.wrap_idx .idc {
	margin-top: 90px;
	padding-top: 66px;
	background: url(../images/idc-bg.jpg) no-repeat top center
}

.wrap_idx .idc .tit {
	text-align: center
}

.wrap_idx .idc .abstract {
	position: relative;
	height: 400px;
	margin-top: 70px
}

.wrap_idx .idc .abstract a {
	display: block;
	overflow: hidden
}

.wrap_idx .idc .abstract .img {
	position: absolute;
	top: 0px;
	left: 0px
}

.wrap_idx .idc .abstract .text {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 800px;
	height: 250px;
	padding: 70px 0 0 112px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6)
}

.wrap_idx .idc .abstract .text:before {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 80px;
	height: 4px;
	background: #22bad3;
	content: ''
}

.wrap_idx .idc .abstract .text span {
	display: block;
	height: 12px;
	line-height: 12px;
	font-family: arial;
	font-size: 12p;
	color: #999999
}

.wrap_idx .idc .abstract .text h3 {
	margin: 38px 0 24px 0;
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	font-weight: normal
}

.wrap_idx .idc .abstract .text p {
	font-size: 12px;
	color: #999999;
	line-height: 12px
}

.wrap_idx .idc .list {
	margin-top: 28px
}

.wrap_idx .idc .list ul li {
	overflow: hidden;
	margin-bottom: 10px
}

.wrap_idx .idc .list ul li a {
	overflow: hidden
}

.wrap_idx .idc .list ul li .img {
	width: 600px;
	height: 300px;
	overflow: hidden
}

.wrap_idx .idc .list ul li .img>div {
	width: 600px;
	height: 300px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_idx .idc .list ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_idx .idc .list ul li .text {
	position: relative;
	top: 0px;
	right: 0px;
	width: 580px;
	height: 300px;
	padding: 70px 0 0 112px;
	box-sizing: border-box
}

.wrap_idx .idc .list ul li .text:before {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 80px;
	height: 4px;
	background: #22bad3;
	content: ''
}

.wrap_idx .idc .list ul li .text span {
	display: block;
	height: 12px;
	line-height: 12px;
	font-family: arial;
	font-size: 12px;
	color: #999999
}

.wrap_idx .idc .list ul li .text h3 {
	margin: 38px 0 24px 0;
	font-size: 26px;
	color: #000000;
	line-height: 30px;
	font-weight: normal
}

.wrap_idx .idc .list ul li .text p {
	font-size: 12px;
	color: #999999;
	line-height: 30px
}

.wrap_idx .idc .list ul li:hover .text h3 {
	color: #0063b8
}

.wrap_idx .idc .list ul li:nth-of-type(2) .text {
	padding: 70px 112px 0 0px
}

.wrap_idx .idc .list ul li:nth-of-type(2) .text:before {
	position: absolute;
	left: 498px;
	top: 70px;
	width: 80px;
	height: 4px;
	background: #22bad3;
	content: ''
}

.wrap_idx .idc .list ul li:nth-of-type(2) .text span {
	display: block;
	height: 12px;
	line-height: 12px;
	font-family: arial;
	font-size: 12px;
	text-align: right;
	color: #999999
}

.wrap_idx .idc .list ul li:nth-of-type(2) .text h3 {
	margin: 38px 0 24px 0;
	font-size: 26px;
	color: #000000;
	line-height: 30px;
	font-weight: normal
}

.wrap_idx .idc .list ul li:nth-of-type(2) .text p {
	font-size: 12px;
	color: #999999;
	line-height: 30px
}

.wrap_idx .idd {
	margin-top: 80px;
	padding-top: 46px;
	box-sizing: border-box;
	height: 770px;
	background: #fafafa
}

.wrap_idx .idd .tit {
	text-align: center;
	margin-bottom: 66px
}

.wrap_schemt ul li {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 40px 56px;
	box-sizing: border-box
}

.wrap_schemt ul li .img {
	width: 285px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin-right: 30px
}

.wrap_schemt ul li .img>div {
	width: 285px;
	height: 240px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_schemt ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_schemt ul li .text {
	width: 772px;
	float: right
}

.wrap_schemt ul li .text h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #2e2e2e
}

.wrap_schemt ul li .text p {
	height: 167px;
	margin-top: 19px;
	font-size: 14px;
	color: #999999;
	line-height: 28px
}

.wrap_schemt ul li .text span {
	display: block;
	margin-top: 20px;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14p;
	color: #999999
}

.wrap_schemt ul li:hover .text h3 {
	color: #084c8b
}

.wrap_pro {
	margin-top: 40px
}

.wrap_pro ul li {
	position: relative;
	width: 385px;
	height: 300px;
	float: left;
	margin: 0 22px 22px 0
}

.wrap_pro ul li .img {
	width: 385px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 30px
}

.wrap_pro ul li .img>div {
	width: 385px;
	height: 300px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_pro ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_pro ul li .name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	color: #ffffff
}

.wrap_pro ul li:hover .name {
	background: #084c8b
}

.wrap_case {
	margin-top: 42px
}

.wrap_case ul {
	border-top: 1px solid #dddddd
}

.wrap_case ul li {
	width: 600px;
	float: left;
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-top: 0px
}

.wrap_case ul li a {
	display: block
}

.wrap_case ul li h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin: 0px
}

.wrap_case ul li p {
	margin: 12px 0 34px 0;
	font-size: 14px;
	color: #999999;
	line-height: 30px
}

.wrap_case ul li .img {
	width: 514px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px
}

.wrap_case ul li .img>div {
	width: 514px;
	height: 200px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_case ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_case ul li:hover h3 {
	color: #005bb5
}

.wrap_partner .tit {
	text-align: center
}

.wrap_partner .tit span {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #084c8b;
	font-weight: bold
}

.wrap_partner .tit span:before {
	position: absolute;
	bottom: 0px;
	left: 34px;
	content: '';
	width: 50px;
	height: 1px;
	background: #084c8b
}

.wrap_partner ul {
	margin: 78px 0
}

.wrap_partner ul li {
	width: 170px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 36px 36px 0
}

.wrap_partner ul li .img>div {
	height: 40px;
	background: no-repeat center center;
	background-size: contain
}

.wrap_news ul li {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 40px 56px;
	box-sizing: border-box
}

.wrap_news ul li .img {
	width: 350px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 30px
}

.wrap_news ul li .img>div {
	width: 350px;
	height: 150px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_news ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_news ul li .text {
	width: 708px;
	float: right
}

.wrap_news ul li .text h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #2e2e2e
}

.wrap_news ul li .text p {
	margin-top: 19px;
	font-size: 14px;
	color: #999999;
	line-height: 28px
}

.wrap_news ul li .text span {
	display: block;
	margin-top: 51px;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #999999
}

.wrap_news ul li:hover .text h3 {
	color: #084c8b
}

.wrap_platform {
	background: url(../images/pla-bg.jpg) no-repeat bottom center;
	margin: 57px 0 96px 0
}

.wrap_platform .nyside {
	position: relative;
	width: 328px;
	height: 800px;
	background: url(../images/pla-side.png) no-repeat top center;
	float: left;
	padding: 32px 0 0px 36px;
	box-sizing: border-box
}

.wrap_platform .nyside .tit {
	margin-bottom: 64px;
	font-size: 24px;
	color: #005bb5;
	line-height: 24px;
	font-weight: bold
}

.wrap_platform .nyside .tit span {
	font-weight: normal
}

.wrap_platform .nyside p {
	font-size: 16px;
	color: #005bb5;
	line-height: 24px
}

.wrap_platform .nyside .ot {
	position: absolute;
	bottom: 50px;
	font-size: 12px;
	color: #005bb5;
	line-height: 24px;
	margin-left: -42px;
	margin-right: 8px;
	text-transform: uppercase;
	font-weight: bold;
	transform: scale(0.75)
}

.wrap_platform .nymain {
	width: 872px;
	float: right
}

.wrap_platform .nymain .tit {
	margin: 34px 0 0 10px;
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-weight: bold
}

.wrap_platform .nymain ul {
	margin-top: 32px
}

.wrap_platform .nymain ul li {
	width: 272px;
	height: 330px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 35px 20px 14px 20px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	background: #FFFFFF
}

.wrap_platform .nymain ul li .title {
	height: 28px;
	line-height: 28px;
	overflow: hidden
}

.wrap_platform .nymain ul li .title img {
	float: left;
	margin-right: 15px
}

.wrap_platform .nymain ul li .title span {
	display: block;
	width: 186px;
	float: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #005bb5
}

.wrap_platform .nymain ul li .cont {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px
}

.wrap_platform .nymain ul li .cont .scrollbar {
	height: 208px;
	width: 232px;
	background: #ffffff;
	overflow-y: scroll;
	margin-bottom: 28px;
	padding-left: 20px;
	box-sizing: border-box
}

.wrap_platform .nymain ul li .cont .force-overflow {
	min-height: 800px;
	margin-top: 4px;
	padding-right: 10px
}

.wrap_platform .nymain ul li .cont #style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
	background: url(../images/pla.jpg) repeat-y
}

.wrap_platform .nymain ul li .cont #style-4::-webkit-scrollbar {
	width: 4px;
	background: url(../images/pla.jpg) repeat-y
}

.wrap_platform .nymain ul li .cont #style-4::-webkit-scrollbar-thumb {
	background-color: #005bb5;
	border: 4px solid #005bb5
}

.wrap_contact .item1 {
	margin-top: 80px
}

.wrap_contact .item1 .map {
	width: 600px
}

.wrap_contact .item1 ul {
	width: 560px;
	margin-top: 34px
}

.wrap_contact .item1 ul li {
	display: flex;
	align-items: center;
	height: 100px;
	border-bottom: 1px solid #f5f5f5;
	padding-left: 16px;
	box-sizing: border-box
}

.wrap_contact .item1 ul li span {
	padding-left: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 30px
}

.wrap_contact .item2 {
	margin-top: 72px;
	padding-top: 72px;
	box-sizing: border-box;
	height: 650px;
	background: url(../images/contact-bg.jpg) no-repeat top center
}

.wrap_contact .item2 .msg {
	width: 520px
}

.wrap_contact .item2 .msg .tit {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 30px
}

.wrap_contact .item2 .msg .ipt {
	width: 520px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin-bottom: 25px;
	background: #ffffff;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999
}

.wrap_contact .item2 .msg textarea {
	width: 520px;
	height: 200px;
	padding: 10px 20px;
	margin-bottom: 25px;
	background: #ffffff;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	font-size: 14px;
	color: #999999
}

.wrap_contact .item2 .msg .btn {
	width: 168px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #084c8b;
	border: 0px;
	font-size: 18px;
	color: #ffffff
}

.wrap_join ul li {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 40px 56px;
	box-sizing: border-box
}

.wrap_join ul li .img {
	width: 280px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-right: 30px
}

.wrap_join ul li .img>div {
	width: 280px;
	height: 160px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all ease-out .3s
}

.wrap_join ul li .img>div:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.wrap_join ul li .text {
	width: 778px;
	float: right
}

.wrap_join ul li .text h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #2e2e2e
}

.wrap_join ul li .text p {
	margin-top: 19px;
	font-size: 14px;
	color: #999999;
	line-height: 28px
}

.wrap_join ul li .text span {
	display: block;
	margin-top: 20px;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #999999
}

.wrap_join ul li:hover .text h3 {
	color: #084c8b
}

.join_dtl {
	padding: 70px 0;
	font-size: 18px;
	color: #333333;
	line-height: 40px
}

.detail .tit {
	margin: 28px 0 10px 0;
	font-size: 30px;
	color: #333333;
	text-align: center
}

.detail .text {
	font-size: 14px;
	color: #333333;
	line-height: 40px
}

.detail .bank {
	margin-bottom: 44px;
	text-align: center
}

.detail .bank a {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 48px;
	background: #005cb5;
	font-size: 16px;
	color: #ffffff
}

.detail .other {
	border-top: 1px solid #dddddd
}

.detail .other ul {
	margin: 0 20px 40px 20px
}

.detail .other ul li {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 12px
}

.detail .other ul li a {
	display: block
}

.detail .other ul li:hover a {
	color: #084c8b
}