@charset "UTF-8";

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot")
		format("embedded-opentype");
}

@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
		url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
		url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

/* yui3 reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
	vertical-align: top;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: "";
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

iframe {
	display: block;
}

/* yui3 fonts */
body {
	color: #333;
	font-size: 14px;
	font-family: "SourceHanSansCN-Regular";
	background-color: #f7f8fb;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
}

input, button, textarea {
	font-family: "SourceHanSansCN-Regular";
	border: 0;
	outline: 0;
}

input[type=text]::-ms-clear, input[type=password]::-ms-reveal {
	display: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	color: #999;
}

textarea:-moz-placeholder, input:-moz-placeholder {
	color: #999;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: #999;
}

.placeholder {
	color: #999;
}

/* utilities */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

/* css3效果 */
.trans {
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 通用样式 */
* {
	box-sizing: border-box;
}

body {
	min-width: 1200px;
}


.main {
	background-color: #fff;
	padding: 30px 20px 130px;
	box-shadow: 0 5px 10px rgba(57, 73, 126, 0.08);
	box-sizing: border-box;
}

.mt30 {
	margin-top: 30px !important;
}

#header {
	min-height: 60px;
	/*background-color: #f00;*/
}

.header {
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
	z-index: 99;
}

.em-logo {
	margin-top: -8px;
	margin-left:-127px
}

.em-login {
	width: 81px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: solid 1px #ffffff;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.em-login:hover {
	background-color: #fff;
	color: #2f328d;
}

.em-menu-item {
	height: 59px;
	line-height: 59px;
	margin-right: 48px;
	position: relative;
}

.em-menu-item>a {
	color: #fff;
	font-size: 18px;
	display: block;
	height: 100%;
	position: relative;
	z-index: 2;
}

.em-menu-item:hover>a, .em-menu-item.em-active>a {
	color: #b1f4d9;
}

.em-menu-item:hover:after, .em-menu-item.em-active:after {
	content: '';
	height: 100%;
	bottom: 15px;
	width: 100%;
	left: 0;
	background: url("../images/img_menu_h.png") center bottom no-repeat;
	background-size: 100% 20px;
	position: absolute;
}

/*底部*/
.footer {
	height: 70px;
	background-color: #101321;
	
}

.footer .r>div, .footer .l>div {
	padding-left: 20px;
	background: url("../images/icon_footer.png") left calc(50% + 3px)
		no-repeat;
}

.footer span, .footer a {
	font-size: 16px;
	line-height: 50px;
	color: #b1b5cb;
	margin-right: 130px;
}

.footer a {
	margin-right: 80px;
}

.footer span:last-child, .footer a:last-child {
	margin-right: 0;
}

.em-cel {
	line-height: 50px;
	font-size: 24px !important;
	display: block;
	color: #b1b5cb;
	text-align: right;
}

html {
	color: #000;
	background: #fff;
}

*, :before, :after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, i {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: "";
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"]
	{
	cursor: pointer;
}

legend {
	color: #000;
}

iframe {
	display: block;
}

body {
	font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
	color: #333;
}

select, input, button, textarea {
	font-family: inherit;
	font-size: 99%;
	line-height: inherit;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

button, input {
	border: none;
	outline: none;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.placeholder {
	color: #999;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}
/* 公共样式 */
html {
	position: relative;
	min-height: 100%;
	/*  padding-bottom: 80px;*/
}

.container {
	margin: 0 auto;
	width: 1250px;
	position: relative;
}

.top {
	height: 40px;
	line-height: 40px;
	background: #202738;
	color: #c7d7ec;
}

.top .contact {
	float: left;
}

.top .quit {
	margin-left: 25px;
}

.top .msg {
	margin-left: 53px;
	padding-left: 40px;
	position: relative;
	background: url(../images/bell.png) no-repeat 5px center;
}

.top .msg:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 19px;
	content: "";
	margin-left: -20px;
	margin-top: 10px;
	border-left: 1px solid rgb(75, 90, 125);
}

.top .r>* {
	float: left;
	cursor: pointer;
}

.top .quit, .top .welcome {
	padding: 0 5px;
}

.top .quit:hover, .top .welcome:hover {
	background: rgba(255, 255, 255, 0.2);
}

.top .msg:hover {
	background: rgba(255, 255, 255, 0.2) url(../images/bell.png) no-repeat
		5px center;
}

.nav {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	background: #5156d8;
}

.container:after, .container:before {
	display: block;
	clear: both;
	content: "";
}

.logo {
	float: left;
	margin-top: 10px;
	width: 620px;
}

.nav-btn {
	float: left;
}

.nav-btn li {
	float: left;
	margin-left: 42px;
	position: relative;
}

.nav-btn li:hover:after, .nav-btn li.cur:after {
	display: block;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -14px;
	content: "";
	width: 28px;
	height: 15px;
	background: url(../images/nav-hover.png) no-repeat center;
}

.register {
	height: 31px;
	border: 1px solid #fff;
	border-radius: 15px;
	line-height: 29px;
	padding: 0 20px;
	float: left;
	margin: 20px 0 0 42px;
	cursor: pointer;
}

.register:hover {
	background: #fff;
	color: #246adc;
}

.buttons {
	margin-top: 25px;
	text-align: center;
}

.buttons>button {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin: 0 12px;
	padding: 0 60px;
	border: 1px solid #2b7afc;
	color: #2b7afc;
	transition: all 0.3s;
	border-radius: 21px;
	background: #fff;
}

.buttons>button:hover {
	color: #fff;
	background: #2b7afc;
}

.depict {
	min-height: 40px;
	line-height: 40px;
}

.depict:after {
	display: block;
	content: '';
	clear: both
}

.depict .name {
	float: left;
	text-align: right;
	margin-right: 30px;
}

.depict.required .name:after {
	position: absolute;
	top: 3px;
	content: "*";
	color: #fe0000;
	font-size: 20px;
	right: 0;
	margin-right: -20px;
}

.depict input {
	float: left;
	height: 42px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	padding-left: 10px;
}

.date {
	background: #fff url(../images/laydate.png) no-repeat 395px center
}

.banner .title p {
	position: relative;
	top: 15px;
}
/* 头部 */
#header {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#banner {
	height: 550px;
	position: relative;
}

#banner .em-banner-viewer {
	height: 100%;
}

#banner .em-banner-viewer .em-banner-item {
	display: none;
	height: 100%;
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

#banner .em-banner-viewer .em-banner-item .em-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#banner .em-banner-viewer .em-banner-item.em-active {
	display: block;
}

#banner .em-banner-viewer .em-banner-item.em-banner1 {
	background-image: url("../images/index/img_banner1.png");
}

#banner .em-banner-viewer .em-banner-item.em-banner1 .em-banner-text {
	top: 171px;
	transform: translateX(-50%);
}

#banner .em-banner-viewer .em-banner-item.em-banner1 .em-banner-text img
	{
	animation-delay: 0.5s;
}

#banner .em-banner-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

#banner .em-banner-dots .em-banner-dot {
	width: 32px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: url("../images/index/img_banner_dot.png") center no-repeat;
}

#banner .em-banner-dots .em-banner-dot.em-active {
	background-image: url("../images/index/img_banner_dot_h.png");
}

#banner .em-banner-dots>.em-banner-dot:nth-of-type(n+2) {
	margin-left: 55px;
}

#banner .em-banner-dots>.em-banner-dot:nth-of-type(n+2):after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 50px;
	right: 35px;
	background: url("../images/index/img_banner_dot_point.png") center
		no-repeat;
	background-size: 100% auto;
}

@media ( min-width : 1920px) {
	.em-banner-item {
		background-size: 100% 100%;
	}
}
/* 当前位置 */
.location {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	font-size: 16px;
	background: url("../images/icon_route.png") left center no-repeat;
}

.location a {
	color: #333;
	margin: 0 5px;
}

.location a.cur {
	color: #3768cd;
}
/* 子页横幅 */
.sub-banner {
	height: 250px;
	color: #fff;
	background: url('../images/sub_banner_default.jpg') center center
		no-repeat;
	background-size: 100% 100%;
}

.sub-banner .container {
	position: relative;
	height: 100%;
}

.sub-banner-name {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.sub-banner-name-cn {
	line-height: 50px;
	font-size: 40px;
}

.sub-banner-name-en {
	line-height: 28px;
	font-size: 18px;
}

.step-list {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.step-item {
	position: relative;
	min-width: 145px;
	padding-right: 66px;
	font-size: 18px;
	font-family: 'SourceHanSansCN-Bold';
	background: url('../images/step_arrow.png') right center no-repeat;
	text-align: center;
}

.step-item:last-child {
	padding-right: 0;
	background: none;
}

.step-icon {
	display: block;
	width: 89px;
	height: 89px;
	margin: 0 auto;
}

.step-name {
	margin: 12px 20px 0;
}

.step-item.current .step-name {
	color: #b1fcfb;
}

.step-item.current:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 10px;
	height: 10px;
	margin: 10px 0 0 -5px;
	border-radius: 50%;
	background-color: #b1fcfb;
}

.step-item.current ~ .step-item {
	opacity: 0.5;
}

.company {
    position: absolute;
    top: 50%;
    left: 0;
    width: 360px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.company-img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 79px;
    height: 79px;
    margin-top: -40px;
}

.company-name {
   
    padding-left: 95px;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
    font-family: 'SourceHanSansCN-Medium';
}