@charset "utf-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
textarea,
th,
td,
blockquote,
legend {
	margin: 0;
	padding: 0;
}
body,
button,
input,
select,
textarea {
	font: 14px/1.8 '\5FAE\8F6F\96C5\9ED1', arial;
}
body {
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
address,
cite,
dfn,
em,
var {
	font-style: normal;
}
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}
hr {
	border: 0;
	height: 1px;
}
button {
	border: 0;
}
small {
	font-size: 12px;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.05em;
}
sub {
	bottom: -0.25em;
}
legend {
	color: #000;
}
fieldset,
img {
	border: 0;
}
img {
	vertical-align: middle;
}
/*html5 doctype have 3px padding*/
button,
input,
select,
textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
s,
b {
	text-decoration: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
img {
	max-width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}

/* layout */
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after {
	clear: both;
}

@media (min-width: 1025px) {
	/* page--scrollbar */
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	::-webkit-scrollbar-track {
		-webkit-border-radius: 3px;
		background-color: rgba(113, 112, 107, 0.1);
	}
	::-webkit-scrollbar-thumb:vertical {
		-webkit-border-radius: 3px;
		background-color: rgba(0, 0, 0, 0.2);
	}
	::-webkit-scrollbar-thumb:vertical:hover,
	::-webkit-scrollbar-thumb:horizontal:hover {
		background: rgba(0, 0, 0, 0.5);
	}
	::-webkit-scrollbar-thumb:horizontal {
		-webkit-border-radius: 3px;
		background-color: rgba(0, 0, 0, 0.2);
	}
	::-webkit-scrollbar-corner {
		background-color: transparent;
	}
}

/*public */
.header {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo {
	width: 175px;
}
.mo-logo {
	display: none;
}
.header-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: url(/public/images/brand/header_line.jpg) no-repeat center;
}
.header-cont {
	padding: 15px 0;
}
.nav-menu li {
	float: left;
	margin-left: 40px;
}
.nav-menu li a {
	font-size: 16px;
	color: #333;
	line-height: 50px;
}

.menu-bar {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99;
	transition: transform 0.25s ease-out;
	transition: top 0.25s ease-in-out;
}
.menu-bar .btn-menu {
	display: block;
	box-sizing: border-box;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
}
.menu-bar .btn-menu .menu-line {
	display: block;
	width: 30px;
	height: 3px;
	margin: 8px auto;
	border-radius: 2px;
	background-color: #369fe0;
}
.menu-bar .btn-menu .menu-line.menu-line-top {
	margin-top: 0;
	transition: transform 0.25s ease-out, background-color 0.25s ease-out;
	transform: rotate(0);
	transform-origin: 0 50%;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-top {
	width: 36px;
	transform: rotate(45deg) translate(-1px, -1px) scaleX(1);
	background-color: #fff;
	opacity: 0.75;
}
.menu-bar .btn-menu .menu-line.menu-line-middle {
	transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
	opacity: 1;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-middle {
	opacity: 0;
}
.menu-bar .btn-menu .menu-line.menu-line-bottom {
	margin-bottom: 0;
	transition: transform 0.25s ease-out, background-color 0.25s ease-out;
	transform: rotate(0);
	transform-origin: 0 50%;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-bottom {
	width: 36px;
	transform: rotate(-45deg) translate(-2px, 1px) scaleX(1);
	background-color: #fff;
	opacity: 0.75;
}

.footer {
	position: relative;
	padding: 60px 0;
	width: 100%;
	background: #fff;
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.index-links {
	margin: 5px 0;
}
.index-links a {
	color: #555;
	margin: 0 10px;
}
.index-links,
.index-links a {
	color: #555;
}
.index-copyright,
.index-copyright a {
	color: #555;
}
.index-copyright p {
	margin-bottom: 5px;
}
.index-copyright a:hover,
.index-links a:hover {
	color: #3aaaf8;
}
.mo-footer {
	display: none;
}

.fixedTop {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	z-index: 99;
	overflow: hidden;
}

@media (min-width: 1025px) {
	.nav-menu li.current a,
	.nav-menu li a:hover {
		color: #008de3;
	}
}
@media (max-width: 1025px) {
	body.overflow {
		position: fixed;
		overflow: hidden;
		height: 100vh;
		width: 100%;
		box-sizing: border-box;
	}
	.header {
		height: 60px;
	}
	.header .inner-cont {
		padding: 0 20px;
	}
	.mo-header {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #008de3;
		padding: 20px;
		box-sizing: border-box;
		z-index: 98;
	}
	.logo {
		width: 120px;
	}
	.mo-logo {
		display: block;
		margin-bottom: 50px;
	}
	.nav-menu li {
		float: none;
		margin: 0 10px;
		border-bottom: 1px solid #80c6f1;
		box-sizing: border-box;
	}
	.nav-menu li a {
		color: #fff;
		padding: 0 5px;
		line-height: 60px;
		display: block;
	}
	.menu-bar {
		transform: scale(0.9);
	}
	.menu-bar {
		display: block;
	}
	.footer {
		display: none;
	}
	.mo-footer {
		display: block;
		text-align: center;
		padding: 20px 0;
		border-top: 1px solid #eaeaea;
	}
}
@media (max-width: 420px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 12px;
	}
}

/*index style */
.act-page {
	position: relative;
	overflow: hidden;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	background: #fff;
}
.inner-cont {
	width: 1200px;
	margin: 0 auto;
}
.index-title {
	padding: 50px 0 60px;
	text-align: center;
}
.index-title h2 {
	font-size: 36px;
	color: #333;
	margin-bottom: 5px;
}
.index-title p {
	font-size: 18px;
	color: #777;
}

.banner {
	position: relative;
	width: 100%;
	height: 800px;
	height: 100vh;
	background: url(/public/images/brand/banner.jpg) no-repeat center;
	background-size: cover;
}
.banner:after {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	background: url(/public/images/brand/dot_bg.png);
}
.index_banner_text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 170px;
	margin-top: -85px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	line-height: 60px;
	z-index: 9;
}
.index_next {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 26px;
	height: 36px;
	margin-left: -13px;
	background-image: url(/public/images/brand/btn_sb.png);
	background-image: url(/images/ie_btn_sb.png) \9;
	background-repeat: no-repeat;
	background-size: 26px 36px;
	-webkit-transition: -webkit-transform 0.3s 0.9s ease-out, opacity 0.3s 0.9s ease-out;
	transition: transform 0.3s 0.9s ease-out, opacity 0.3s 0.9s ease-out;
	z-index: 90;
	cursor: pointer;
}
.index_next:after {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -1px;
	border-radius: 10px;
	content: '';
	width: 2px;
	height: 8px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-animation-name: mouseScroll;
	animation-name: mouseScroll;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.index_arrow {
	position: absolute;
	left: 50%;
	bottom: 80px;
	width: 40px;
	margin-left: -20px;
	-webkit-transition: -webkit-transform 0.3s 0.9s ease-out, opacity 0.3s 0.9s ease-out;
	transition: transform 0.3s 0.9s ease-out, opacity 0.3s 0.9s ease-out;
	z-index: 90;
	cursor: pointer;
}
.index_arrow .index_arrow_img {
	position: absolute;
	top: 0;
	width: 100%; /* opacity: 0; */
	-webkit-animation-name: mouseScroll;
	animation-name: mouseScroll;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.learn-more {
	display: block;
	margin: 40px auto 0;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #008de3;
	text-align: center;
	border: 1px solid #008de3;
	border-radius: 20px;
	transition: all 0.3s 0.1s ease-out;
	-webkit-transition: all 0.3s 0.1s ease-out;
}
.learn-more:hover {
	background: #008de3;
	color: #fff;
}

.shareholder {
	width: 100%;
	height: 800px;
	background-image: url(/public/images/brand/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	text-align: center;
}
.shareholder .title {
	padding-bottom: 130px;
}
.shareholder .fl,
.shareholder .fr {
	width: 50%;
}
.shareholder-text {
	width: 80%;
	margin: 0 auto;
}
.shareholder-text p {
	margin: 40px 0 45px;
	color: #555;
	text-align: justify;
}

.service-data {
	padding: 50px 0;
	text-align: center;
	background: #046ec7 url(/public/images/brand/img01bg.jpg) center;
}
.service-data .fl,
.service-data .fr {
	width: 35%;
}
.service-item {
	margin-left: 80px;
}
.service-text {
	float: left;
	padding-left: 15px;
	width: 190px;
}
.service-text span {
	display: block;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
}
.service-text strong {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 60px;
	font-family: arial;
}
.service-item img {
	float: left;
	width: 100px;
}

.course {
	text-align: center;
	background: #f6f6f6;
	padding-bottom: 100px;
}
.course .index-title {
	padding-bottom: 80px;
}
.course-main {
	position: relative;
}
.course-list {
	height: 315px;
	overflow: hidden;
}
.course-item {
	position: relative;
	margin: 0 30px;
	padding-top: 35px;
	*width: 240px;
}
.course-item .dot {
	position: absolute;
	left: 50%;
	bottom: 100px;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-bottom: -9px;
	background: url(/public/images/brand/icon_dot.png) no-repeat center;
	background-image: url(../public/images/brand/ie_icon_dot.png) \9;
	background-size: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	z-index: 1;
}
.course-item .text {
	position: relative;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #555;
	transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.course-item .text .icon-sj {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -8px;
	border-width: 10px 8px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	z-index: 9;
}
.course-item .text-align {
	overflow: hidden;
}
.course-item strong {
	font-size: 30px;
	color: #777;
	font-family: arial;
	font-weight: bold;
	line-height: 100px;
}
.course-item:hover .dot {
	background: url(/public/images/brand/icon_dot01.png) no-repeat center;
	background-image: url(/public/images/brand/ie_icon_dot01.png) \9;
	background-size: 100%;
}
.course-item:hover .text {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	background-color: #f6f6f6\0;
	background-color: #fff\9\0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-50px);
	*transform: translateY(0);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
}
.course-item:hover .text .icon-sj {
	display: block;
	display: none\0;
	display: block\9\0;
}
.course-line {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	height: 7px;
	border: 1px solid #d9d9d9;
	border-bottom: 1px solid #fff;
	border-radius: 4px;
	background: #e9e9e9;
	box-sizing: border-box;
	overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 56%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px;
	cursor: pointer;
	outline: none;
	transition: all 0.3s 0.1s ease-out;
	-webkit-transition: all 0.3s 0.1s ease-out;
}
.swiper-button-prev {
	left: -80px;
	background-image: url(/public/images/brand/icon_left2.png);
	background-image: url(/public/images/brand/ie_icon_left2.png) \9;
}
.swiper-button-prev:hover {
	background-image: url(/public/images/brand/icon_left3.png);
	background-image: url(/public/images/brand/ie_icon_left3.png) \9;
}
.swiper-button-next {
	right: -80px;
	background-image: url(/public/images/brand/icon_right2.png);
	background-image: url(/public/images/brand/ie_icon_right2.png) \9;
}
.swiper-button-next:hover {
	background-image: url(/public/images/brand/icon_right3.png);
	background-image: url(/public/images/brand/ie_icon_right3.png) \9;
}
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
	background-image: url(/public/images/brand/icon_left1.png);
	background-image: url(/images/ie_icon_left1.png) \9;
}
.swiper-button-next.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
	background-image: url(/public/images/brand/icon_right1.png);
	background-image: url(/images/ie_icon_right1.png) \9;
}

.case {
	width: 100%;
	height: 800px;
	overflow: hidden\9;
	background-image: url(/public/images/brand/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	text-align: center;
}
.case .index-title h2,
.case .index-title p {
	color: #fff;
}
.case .case-main {
	position: relative;
}
.case-list {
	padding-bottom: 50px;
	overflow: hidden;
	*height: 410px;
}
.case .owl-theme .owl-controls {
	margin-top: 20px;
}
.case .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 10px;
	display: inline-block;
	border-radius: 0;
	background: #000;
	opacity: 0.2;
	margin: 0 5px;
}
.case .owl-theme .owl-dots .active span {
	background: #008de3;
	opacity: 1;
	filter: alpha(opacity=100);
}
.case-item {
	*width: 360px;
	margin: 0 20px;
	background: #fff;
	transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.case-item .intro {
	height: 282px;
	overflow: hidden;
	padding: 15px 20px 20px;
	text-align: left;
}
.case-item .intro h3 {
	font-size: 18px;
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}
.case-item .intro p {
	color: #555;
	margin-bottom: 10px;
}

.about {
	height: 800px;
	overflow: hidden;
	background: url(/public/images/brand/bg3.jpg) no-repeat top center;
}
.about-intro {
	padding: 22px 0 20px;
	clear: both;
	overflow: hidden;
}
.about-text {
	width: 51%;
}
.about-text p {
	color: #555;
	margin-bottom: 20px;
}
.about .learn-more {
	margin: 40px 0 80px;
}
.about .inner-cont {
	position: relative;
}
.about .about-img {
	width: 38%;
	position: absolute;
	right: 0;
	bottom: 100px;
}

@-webkit-keyframes mouseScroll {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	}
}
@keyframes mouseScroll {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-moz-transform: translateY(20px);
		transform: translateY(20px);
	}
}

/* @-webkit-keyframes mouseScroll {
    0%, 50% { opacity: 1; filter:alpha(opacity=100); -webkit-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
    90% { opacity: 0; filter:alpha(opacity=0); -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -moz-transform: translateY(20px);  transform: translateY(20px); }
    91% { opacity: 0; filter:alpha(opacity=0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0);  transform: translateY(0); }
}
@keyframes mouseScroll {
    0%, 50% { opacity: 1; filter:alpha(opacity=100);  -webkit-transform: translateY(0);  -ms-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
    90% { opacity: 0; filter:alpha(opacity=0);  -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -moz-transform: translateY(20px); transform: translateY(20px); }
    91% { opacity: 0; filter:alpha(opacity=0);  -webkit-transform: translateY(0);  -ms-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
} */

@media (min-width: 1025px) {
	.course-item .text-align {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.course-item .text p {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
	}
	.course-item:hover .text p {
		position: absolute;
		top: 50%;
		top: 0\0;
		transform: translateY(-50%) \0;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.service-text {
		float: left;
		text-align: left;
		white-space: nowrap;
		width: 220px;
	}
}
@media (max-width: 1360px) {
	.inner-cont {
		width: 980px;
	}
	.shareholder {
		height: auto;
		padding-bottom: 80px;
	}
	.course-main {
		width: 90%;
		margin: 0 auto;
	}
	.course-item {
		margin: 0 20px;
	}
	.case-item {
		margin: 0 10px;
	}
	.case-item .intro h3 {
		font-size: 16px;
	}
	.case-item .intro {
		height: 300px;
	}
	.service-data .fl,
	.service-data .fr {
		width: 40%;
	}
	.about .learn-more {
		margin: 50px 0;
	}
	.about-text {
		width: 60%;
	}
	.about-text p {
		margin-bottom: 10px;
	}
}
@media (max-width: 1025px) {
	.inner-cont {
		padding: 0 30px;
		width: 100%;
		box-sizing: border-box;
	}
	.learn-more {
		margin: 0 auto;
		transform: scale(0.9);
	}
	.index_banner_text {
		font-size: 24px;
	}
	.index-title {
		padding: 20px 0 30px;
	}
	.index-title h2 {
		font-size: 24px;
	}
	.index-title p {
		font-size: 14px;
	}
	.shareholder {
		padding-bottom: 20px;
	}
	.shareholder .fl,
	.shareholder .fr {
		width: auto;
		float: none;
	}
	.shareholder-text {
		width: auto;
		margin-bottom: 40px;
	}
	.shareholder-text p {
		margin: 15px 0;
		min-height: auto;
	}

	.service-data {
		padding: 40px 0;
	}
	.service-item {
		margin: 0;
		text-align: center;
	}
	.service-item img {
		width: 60px;
		float: none;
	}
	.service-text {
		padding: 0;
		width: auto;
		float: none;
	}
	.service-text span {
		font-size: 14px;
		line-height: 1.5;
	}
	.service-text strong {
		font-size: 24px;
		line-height: 1.5;
	}
	.service-data .fl,
	.service-data .fr {
		width: 50%;
	}
	.service-data .inner-cont {
		padding: 0;
	}

	.course {
		padding-bottom: 60px;
	}
	.course .index-title {
		padding-bottom: 50px;
	}
	.course-item {
		margin: 0 40px;
	}
	.course-line {
		bottom: 120px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		top: 30%;
		z-index: 99;
	}
	.swiper-button-prev {
		left: -20px;
	}
	.swiper-button-next {
		right: -20px;
	}
	.course-item .dot {
		background: url(/public/images/brand/icon_dot01.png) no-repeat center;
		background-size: 100%;
	}
	.course-item .text {
		height: 105px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #fff;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	.course-item .text:after {
		display: block;
	}

	.case {
		height: auto;
		padding-bottom: 40px;
	}
	.case .inner-cont {
		padding: 0;
	}
	.case .index-title {
		padding-bottom: 40px;
	}
	.case .case-main {
		margin: 0;
	}
	.case-item {
		margin: 0 20px;
	}
	.case-item img {
		width: 100%;
	}
	.case-item .intro h3 {
		font-size: 16px;
	}

	.about {
		height: auto;
	}
	.about-text {
		width: auto;
		position: relative;
		z-index: 8;
	}
	.about .learn-more {
		margin: 30px auto;
		position: relative;
		z-index: 999;
	}
	.about .about-img {
		position: absolute;
		z-index: 1;
		opacity: 0.1;
		width: 80%;
	}
}
@media (max-width: 768px) {
	.banner {
		background-image: url(/public/images/brand/bg.jpg);
	}
	.index_banner_text img {
		transform: scale(0.9);
	}
}
@media (max-width: 420px) {
	.index-links a {
		margin: 0 5px;
	}
	.shareholder-text img {
		transform: scale(0.8);
	}
	.shareholder-text p {
		margin: 10px 0 30px;
	}
	.course-list {
		height: 295px;
	}
	.course-line {
		bottom: 100px;
	}
	.case-item .intro h3 {
		font-size: 14px;
	}
	.case-list {
		padding-bottom: 15px;
	}
	.case-item .intro {
		height: 230px;
	}
	.about-intro {
		padding-bottom: 40px;
	}
}
@media (max-width: 321px) {
	.course-item {
		margin: 0 30px;
	}
	.case-list {
		padding-bottom: 15px;
	}
	.case-item .intro {
		height: 250px;
		padding-bottom: 10px;
	}
	.inner-cont {
		padding: 0 20px;
	}
}

/*detail style*/
.wrap-detail .header {
	background: url(/public/images/brand/hdbg.png) repeat;
	transition: all 0.3s ease-out;
}
.detail-banner {
	position: relative;
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-info {
	width: 760px;
	margin: 0 auto;
	padding-top: 260px;
	color: #fff;
	text-align: center;
}
.banner-info h2 {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 50px;
}
.banner-info h2 .en {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	font-family: arial;
}
.banner-info p {
	font-size: 14px;
	color: #fff;
}
.detail-page {
	background: #fff;
	padding: 80px 0;
}
.detail-inner {
	width: 1000px;
	margin: 0 auto;
}
.detail-page h3 {
	font-size: 24px;
	color: #555;
	line-height: 36px;
	margin-bottom: 15px;
}
.detail-page p {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 10px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
.detail-page p a {
	color: #008de3;
	text-decoration: underline;
}

/***responsibility style ***/
.duty-list {
	margin: 0 -18px 40px;
}
.duty-list li {
	float: left;
	width: 33.33%;
}
.duty-item {
	position: relative;
	margin: 0 18px;
}
.duty-item h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	background: url(/public/images/brand/duty_titbg.png) no-repeat center;
	font-size: 18px;
	color: #fff;
	background-size: 100%;
}

/***glories style ***/
.glories-list {
	padding-top: 20px;
	padding-left: 41px;
}
.glories-list .list {
	position: relative;
	border-left: 1px solid #ebebeb;
	min-height: 100px;
}
.glories-list .list2004 {
	border-left: none;
}
.glories-list .ico-glories {
	position: absolute;
	left: -41px;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #008de3;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	font-family: Arial;
}
.glories-list .ico-glories01 {
	background: #008de3;
}
.glories-list .ico-glories02 {
	background: #fff;
	color: #39adf0;
}
.glories-list ul {
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 32px;
}
.glories-list li {
	position: relative;
	margin-bottom: 10px !important;
	padding: 0 !important;
}
.glories-list li span {
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
	font-size: 14px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	line-height: 20px;
}
.glories-list li p {
	margin: 0;
	padding-left: 50px;
	position: relative;
}

/***contact style ***/
.cont-item {
	margin-bottom: 60px;
}

/***history style ***/
.history-list {
	position: relative;
}
.history-line {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}
.history-box {
	margin-bottom: 40px;
}
.history-box .year {
	display: block;
	position: relative;
	margin: 0 auto 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 24px;
	border: 1px solid #008de3;
	line-height: 80px;
	text-align: center;
	font-family: arial;
}
.history-box .icon-bg {
	background: #008de3;
	color: #fff;
}
.history-box .icon-bg1 {
	background: #fff;
	color: #008de3;
}
.history-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.history-item .icon-dot {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -5px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ddd;
}
.history-item strong {
	position: absolute;
	top: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
}
.history-item.itemA {
	padding-left: 61%;
	text-align: left;
}
.history-item.itemA strong {
	left: 55%;
}
.history-item.itemB {
	padding-right: 61%;
	text-align: right;
}
.history-item.itemB strong {
	right: 55%;
}

/***Feedback style ***/
.qustion-soso {
	width: 610px;
	margin: 0 auto;
	position: relative;
	border: 2px solid #008de3;
}
.qustion-soso input {
	float: left;
	height: 56px;
	line-height: 56px;
	width: 80%;
	text-indent: 20px;
	border: none;
	font-size: 14px;
}
.qustion-soso button {
	float: right;
	height: 56px;
	line-height: 56px;
	width: 20%;
	font-size: 18px;
	color: #fff;
	background: #008de3;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
.qustion-soso .error-span {
	position: absolute;
	left: -80px;
	top: 0;
	font-size: 12px;
	color: #f00;
}
.form-list {
	background: #fff;
}
.form-list .form-item {
	padding: 10px 0;
	overflow: hidden;
}

.fi-label {
	float: left;
	width: 15%;
}
.fi-label label {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.fi-cont {
	float: left;
	width: 80%;
}
.fi-cont input {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	width: 278px;
}
.fi-cont select {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	width: 300px;
}
.fi-cont textarea {
	border: 1px solid #e5e5e5;
	width: 80%;
	height: 200px;
	padding: 5px 10px;
}
.fi-cont input.yzm {
	width: 140px;
	float: left;
	margin-right: 10px;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #e5e5e5;
}
.form-lylx .fi-tips {
	display: none;
	padding-top: 4px;
	float: left;
	width: 100%;
	padding-left: 15%;
	font-size: 12px;
	line-height: 24px;
	color: #ff6600;
}

.form-btn {
	display: block;
	margin-left: 15%;
}
.btn-send {
	width: 120px;
	background: #008de3;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #008de3;
	margin-right: 10px;
}
.btn-reset {
	width: 120px;
	background: #fff;
	border-radius: 2px;
	color: #555;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.img-yzm {
	height: 40px;
	width: 128px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.i-star {
	font-style: normal;
	color: #f40;
	padding-right: 2px;
}
.form-error {
	color: #f00;
	margin-left: 15%;
	margin-bottom: 10px;
}
.error-span {
	padding-left: 5px;
	color: #f00;
}
.error-span .error {
	color: #f00;
}
.select2 .error-span {
	display: none;
}

.upload-btn {
	display: block;
	height: 40px;
	width: 120px;
	margin-left: 15%;
	font-size: 14px;
	color: #3aaaf8;
	line-height: 40px;
	text-align: center;
	border: 1px solid #3aaaf8;
	border-radius: 2px;
	overflow: hidden;
	background: none;
}
.form-upload {
	display: none;
}
#file-list {
	float: left;
}
#file-list li {
	float: left;
	width: 150px;
	height: 150px;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#file-list li > img {
	width: 150px;
	height: 150px;
}
#file-list li .progress {
	display: none;
}
#file-list li .file-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(/public/images/brand/hsbg.png);
	padding: 0;
	transition: 0.3s linear;
}
#file-list .file-bot .icon-close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 19px;
	height: 20px;
	background: url(/public/images/brand/close-upimg.png) no-repeat center;
}
.btn-wraper {
	float: left;
	position: relative;
}
.btn-wraper #browse {
	width: 150px;
	height: 150px;
	background: url(/public/images/brand/add-img.jpg) no-repeat center;
	background-size: 100% 100%;
	border: none;
	font-size: 0;
}
body .layui-layer-dialog .layui-layer-content .layui-layer-ico {
	background: url(/public/images/brand/loading.GIF) no-repeat center;
	width: 32px;
	height: 32px;
}

.reminder {
	position: relative;
	display: block;
	width: 1050px;
	border-radius: 53px;
	color: #de9b1a;
	margin: 0 auto 50px;
	padding: 20px 30px 20px 130px;
	background: #fffcec;
	border: 1px solid #f1d49d;
}
.reminder .rem-tit {
	display: block;
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 50px;
	padding: 0 25px;
}
.reminder p {
	padding: 0 25px;
	font-size: 14px;
	line-height: 22px;
	color: #de9b1a;
	margin: 0;
	border-left: 1px solid #f1d49d;
	text-align: justify;
}

@media (max-width: 1360px) {
	.detail-page {
		padding: 60px 0;
	}
	.detail-inner {
		width: 980px;
	}

	.reminder {
		width: auto;
		max-width: 80%;
	}
}
@media (max-width: 1025px) {
	.wrap-detail .header {
		position: fixed;
	}
	.header.fixed {
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	}
	.header.fixed .menu-bar {
		position: fixed;
	}
	.detail-banner {
		height: 360px;
	}
	.detail-inner {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.banner-info {
		height: 360px;
		box-sizing: border-box;
		width: 100%;
		padding: 60px 30px 0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.banner-info h2 {
		margin-bottom: 10px;
	}
	.banner-info p {
		font-size: 12px;
		line-height: 1.5;
	}
	.qustion-soso {
		margin-top: 30px;
	}
	.detail-page {
		padding: 40px 0;
	}
	#file-list li {
		width: 100px;
		height: 100px;
	}
	#file-list li > img {
		width: 100px;
		height: 100px;
	}
	.btn-wraper #browse {
		width: 100px;
		height: 100px;
	}

	.glories-list {
		padding-left: 30px;
	}
	.glories-list ul {
		padding-left: 50px;
		padding-bottom: 20px;
	}
	.glories-list .ico-glories {
		width: 60px;
		height: 60px;
		left: -30px;
		line-height: 60px;
		font-size: 16px;
	}

	.history-box .year {
		margin-bottom: 15px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.history-item strong {
		position: relative;
		margin: 0;
		left: 0;
		right: 0;
	}
	.history-item.itemA strong {
		left: auto;
	}
	.history-item.itemB strong {
		right: auto;
	}
}
@media (max-width: 768px) {
	.duty-list li {
		width: 100%;
		margin-bottom: 30px;
	}
	.duty-item img {
		width: 100%;
	}
	.duty-item h4 {
		font-size: 16px;
	}
	.cont-item {
		margin-bottom: 30px;
	}
	#dituContent {
		height: 300px !important;
	}
	.qustion-soso {
		width: 100%;
	}
	.qustion-soso button {
		font-size: 14px;
	}
	.form-list .form-item {
		position: relative;
		padding-left: 100px;
		padding-bottom: 20px;
	}
	.fi-label {
		position: absolute;
		left: 0;
		top: 10px;
		width: 90px;
	}
	.fi-cont {
		width: 100%;
	}
	.fi-cont textarea,
	.fi-cont select,
	.fi-cont input {
		width: 100%;
		box-sizing: border-box;
	}
	.fi-cont select,
	.fi-cont input {
		line-height: 40px;
		height: 40px;
	}
	.error-span {
		position: absolute;
	}
	.upload-btn {
		margin: 0;
	}
	.form-btn {
		margin: 30px 0 auto;
	}
	.btn-reset {
		display: none;
	}
	.btn-send {
		width: 100%;
	}

	.reminder {
		max-width: 100%;
		min-height: 132px;
		margin: 0 15px;
		box-sizing: border-box;
		padding: 10px 15px 10px 60px;
		border-radius: 5px;
	}
	.reminder .rem-tit {
		font-size: 20px;
		line-height: 28px;
		left: 10px;
		top: 10px;
		width: 20px;
		padding: 0 10px;
	}
	.reminder p {
		padding: 0 0 0 15px;
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 420px) {
	.detail-banner {
		height: 300px;
	}
	.banner-info {
		height: 300px;
	}
	.banner-info h2 {
		font-size: 30px;
	}
	.banner-info h2 .en {
		font-size: 16px;
		line-height: 20px;
	}
	.qustion-soso input {
		width: 70%;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		text-indent: 10px;
	}
	.qustion-soso button {
		width: 30%;
		line-height: 40px;
		height: 40px;
	}
	.form-list .form-item {
		padding-left: 80px;
	}
	.fi-cont input.yzm {
		width: 120px;
	}
}
@media (max-width: 380px) {
	.fi-cont input.yzm {
		width: 110px;
	}
	.img-yzm {
		width: 100px;
	}
}
@media (max-width: 321px) {
	.fi-cont input.yzm {
		margin-right: 0;
	}
	.detail-inner {
		padding: 0 15px;
	}
}

/***Complaint style ***/
.Complaint .tab-nav {
	display: flex;
	margin: 0 auto 85px;
	width: 380px;
	border: 1px solid #028de3;
	border-radius: 4px;
}
.Complaint .tab-nav a {
	position: relative;
	display: block;
	width: 190px;
	height: 48px;
	font-size: 18px;
	color: #028de3;
	line-height: 48px;
	text-align: center;
}
.Complaint .tab-nav a.active {
	background-color: #028de3;
	color: #ffffff;
}
.Complaint .tab-nav a.active::before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 21px;
	height: 12px;
	background: url(/public/images/brand/icon_sj.png);
}
.Complaint .explain {
	margin-left: 20%;
	margin-top: 25px;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.Complaint .fi-label {
	margin-right: 5%;
}
.Complaint .fi-label label {
	text-align: right;
}
.Complaint .form-btn {
	margin-left: 20%;
}
.Complaint .fi-cont .yzm-btn {
	display: inline-block;
	width: 128px;
	height: 38px;
	font-size: 14px;
	color: #3aaaf8;
	line-height: 38px;
	background: none;
	border-radius: 2px;
	border: 1px solid #3aaaf8;
}
.Complaint .fi-cont .btn-disabled {
	background: #eee;
	color: #333;
	border: none;
}
.Complaint .item-textarea {
	position: relative;
}
.Complaint .item-textarea .error-span {
	position: absolute;
	left: 20%;
	bottom: 0;
}
.Complaint .shouquan-html {
	margin-bottom: 10px;
	padding-left: 20%;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}
.Complaint .shouquan-html .clause {
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.Complaint .shouquan-html label {
	position: relative;
}
.Complaint .shouquan-html .i-checkbox {
	position: absolute;
	left: -30px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #bbb;
	border-radius: 2px;
}
.clause:checked + label .i-checkbox {
	width: 22px;
	height: 22px;
	background: url(/public/images/brand/checkbox.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
}

@media (max-width: 768px) {
	.Complaint .tab-nav {
		margin-bottom: 50px;
	}
	.form-list .form-item {
		padding-left: 120px;
	}
	.Complaint .fi-label {
		margin: 0;
		width: 110px;
	}
	.Complaint .error-span {
		left: 0;
		bottom: 0;
		padding: 0;
	}
	.Complaint .fi-cont input.yzm {
		width: 58%;
		margin: 0;
	}
	.Complaint .fi-cont .img-yzm {
		width: 38%;
		margin-left: 4%;
	}
	.Complaint .fi-cont .yzm-btn {
		width: 38%;
		margin-left: 4%;
	}
	.Complaint .shouquan-html {
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	.Complaint .tab-box {
		padding: 0 15px;
	}
	.Complaint .tab-nav {
		margin-bottom: 30px;
	}
	.form-list .form-item {
		padding-left: 0;
	}
	.Complaint .fi-label {
		position: relative;
		left: 0;
		top: auto;
		display: block;
		width: 100%;
		text-align: left;
	}
	.Complaint .fi-label label {
		text-align: left;
	}
	.Complaint .form-btn {
		margin: 0;
	}
	.Complaint .tab-nav {
		width: 85%;
	}
	.Complaint .tab-nav a {
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
	.Complaint .explain {
		margin: 0;
		line-height: 1.5;
		margin-top: 15px;
	}
	.Complaint .shouquan-html {
		padding-left: 30px;
	}
}

/* eInsurancePolicy style */
.eInsurancePolicy {
	padding-top: 43px;
	background: #f7f7f7;
}
.eInsurancePolicy .detail-inner {
	width: 1200px;
	background: #fff;
	padding: 45px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.eInsurancePolicy .detail-inner .eipForm {
	width: 496px;
}
.eipForm .eip-item-label {
	color: #3d3d3d;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
}
.eipForm .form-item {
	margin-bottom: 22px;
	margin-top: 10px;
}
.eipForm .layui-upload-drag,
.files-text {
	width: 100%;
	line-height: 110px;
	height: 110px;
	border: 1px dashed #dcdcdc;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}
.eipForm .layui-upload-drag .itext {
	color: #60a8f2;
	font-style: normal;
	font-size: 14px;
}
.eipForm .layui-upload-drag span {
	font-size: 14px;
}
.eipForm .layui-upload-drag img {
	display: inline;
	margin-top: -2px;
	margin-right: 5px;
}
.files-text tr td .file-del {
	background: none;
	border: none;
	color: #60a8f2;
}
.eipForm .files-text {
	font-size: 14px;
	margin-top: 4px;
	width: 100%;
}
.form-item .smsbox {
	height: 44px;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-item .smsbox .input-text {
	margin-left: 10px;
	border: none;
	outline: none;
	font-size: 14px;
	width: 420px;
}
.form-item .smsbox .yzm-img {
	width: auto;
	/* height: 25px; */
	margin-right: 10px;
}
.eipForm .btn-form {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 15px;
	color: #fff;
	line-height: 46px;
	border-radius: 4px;
	background: #3aaaf8;
	text-align: center;
}
.file-list tr:first-child td {
	color: #898989;
}
.layui-upload-drag[lay-over] {
	border-color: #009688;
}
.eipForm .layui-hide {
	display: none;
}
.eipForm .layui-upload-file {
	display: none !important;
	opacity: 0.01;
}
.eInsurancePolicy .explain {
	margin-top: 20px;
	width: 496px;
	font-size: 12px;
	text-align: left;
}
.eInsurancePolicy .explain h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.eInsurancePolicy .explain p {
	line-height: 1.2;
	color: #8e8e8e;
}
/* layui 重置 */
.layui-icon-error {
	display: none !important;
}
.layui-icon-error::before {
	width: 0px !important;
	display: none !important;
	height: 0px !important;
	content: '' !important;
}
.layui-layer-padding {
	text-align: center !important;
	padding-left: 20px !important;
}

/*layer*/
html .layui-layer {
	_overflow: hidden;
}
.ie-hack {
	text-align: center;
}
.ie-hack-title {
	padding-top: 60px;
	font-size: 30px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 20px;
}
.browser-btn {
	margin-top: 40px;
}
.browser-btn a {
	display: inline-block;
	width: 132px;
	text-align: center;
	margin-bottom: 25px;
	color: #2c9ab7;
	text-decoration: none;
}
.browser-btn img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
