﻿/*init*/
@font-face {
	font-family: '思源黑体';
	src: url('../css/font/SourceHanSansCN-Bold.eot');
	src: url('../css/font/SourceHanSansCN-Bold.ttf'),
		url('../css/font/SourceHanSansCN-Bold.woff'),
		url('../css/font/SourceHanSansCN-Bold.woff2');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: '思源黑体';
}

html {
	font-family: "思源黑体", arial, 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
}

ul,
ol,
li {
	list-style: none;
}

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: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

a {
	text-decoration: none;
	color: #005fb4;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}
}

/*public*/
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.tran {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main {
	margin: 0 auto;
	width: 1200px;
}

.main:after {
	content: '';
	display: block;
	clear: both;
}

.ellis {
	display: -webkit-box !important;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*header*/
.head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	/*background: url(../img/bkg1.png) repeat;*/
}

.head.active {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.head.active .head-li-a {
	color: #666;
}

.head.active .head-login-tit {
	background-color: #00baff;
}

.head.active .head-ser-icon {
	background-color: #00baff;
}

.head .main {
	position: relative;
}

.head-logo {
	float: left;
}

.head-logo a {
	display: table-cell;
	width: 170px;
	height: 90px;
	vertical-align: middle;
}
.head-logo a {
	display: inline-block;
	width: 370px;
	height: 90px;

	background: url(/img/logo2.png) no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -9999em;
}
.head-logo img {
	display: none;
	width: 100%;
}

.head.active .head-logo a {
	background-image: url(/img/logo3.png);
}

.head-main {
	float: right;
}

.head-ul {
	float: left;
}

.head-li {
	position: relative;
	margin-right: 10px;
	float: left;
}

.head-li-a {
	position: relative;
	padding: 0 10px;
	display: block;
	line-height: 90px;
	color: #fff;
}

.head-li-a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	margin-top: -12px;
	display: none;
	width: 100%;
	height: 24px;
	border-radius: 5px;
	background-color: #00baff;
}

.head-li-pull {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -90px;
	width: 180px;
	background: url(../img/bkg3.png) repeat;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
}

.head-li-pull a {
	position: relative;
	display: block;
	line-height: 43px;
	text-align: center;
	border-bottom: 1px dotted #aaa9a9;
	color: #555;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.head-li-pull a:before {
	content: '>';
	position: absolute;
	right: 20px;
	top: 0;
	display: none;
}

.head-li-pull a:hover {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
}

.head-li-pull a:hover:before {
	display: block;
}

.active:before {
	display: block;
}

.head-li:hover .head-li-a {
	color: #fff;
}

.head-li:hover .head-li-a:before {
	display: block;
}

.head-li.active .head-li-a {
	color: #fff;
}

.head-li.active .head-li-a:before {
	display: block;
}

.head-li:hover .head-li-pull {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}

.head-login {
	position: relative;
	padding-top: 32px;
	float: left;
}

.head-login-tit {
	width: 75px;
	height: 35px;
	text-indent: 15px;
	border: 1px solid #fff;
	cursor: pointer;
	line-height: 35px;
	border-radius: 3px;
	color: #fff;
	background: url(../img/icon1.png) no-repeat 80% center;
}

.head-login-a {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
	background: url(../img/bkg2.png) repeat;
}

.head-login-a a {
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dotted #78797a;
	color: #fff;
}

.head-ser-icon {
	margin-top: 32px;
	margin-left: 13px;
	float: left;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 3px;
	background: url(../img/icon2.png) no-repeat center;
}

.head-ser {
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	padding: 10px;
	background-color: #fff;
}

.head-ser-inp {
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #00baff;
	text-indent: 10px;
}

.head-ser-btn {
	float: left;
	width: 60px;
	height: 40px;
	background-color: #00baff;
	color: #fff;
}

.foot {
	background-color: #00baff;
}

.foot-top {
	padding: 30px 0;
}

.foot-nav {
	float: left;
}

.foot-dl {
	float: left;
	width: 140px;
}

.foot-dt {
	position: relative;
	margin-bottom: 30px;
	color: #fff;
}

.foot-dt:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 20px;
	height: 1px;
	background-color: #33c8ff;
}

.foot-dd {}

.foot-dd a {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.foot-contact {
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.foot-contact-num {
	margin-bottom: 10px;
	padding-left: 48px;
	background: url(../img/icon6.png) no-repeat left top;
}

.foot-contact-num p {
	font-size: 24px;
	font-family: arial;
}

.foot-wechat {
	margin-top: 10px;
	width: 109px;
}

.foot-wechat img {
	display: block;
}

.foot-link {
	margin: 0 auto;
	text-align: center;
}

.foot-link-tit {
	position: relative;
	float: left;
	width: 90px;
	line-height: 36px;
	text-align: center;
	background-color: #00ccff;
	color: #fff;
}

.foot-link-tit:before {
	content: "";
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-left: 6px solid #00ccff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.foot-link-a {
	width: 1200px;
	line-height: 36px;
	color: #fff;
}

.foot-link-a a {
	color: #fff;
}

/* .foot-link-a span{float: left;margin: 0 5px;} */
.foot-bot {
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid #1ac1ff;
}

.foot-bot p {
	float: left;
	line-height: 36px;
}

.foot-share {
	float: right;
	overflow: hidden;
	width: 230px;
}

/*index*/
.banner {}

.banner-ul {}

.banner-li {
	position: relative;
}

.banner-li a {
	position: relative;
	display: block;
	height: 949px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.banner-video {
	position: absolute;
	left: 50%;
	bottom: 70px;
	margin-left: -71px;
	width: 162px;
	line-height: 45px;
	color: #fff;
	background: url(../img/bkg2.png) repeat;
	border-radius: 21px;
	text-indent: 70px;
	cursor: pointer;
}

.banner-video:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 29px;
	height: 100%;
	background: url(../img/icon5.png) no-repeat center;
}

/*视频弹出框*/
.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.video-play {
	position: fixed;
	left: 50%;
	z-index: 2;
	display: none;
	margin-left: -450px;
	top: 10%;
	padding: 5px;
	width: 900px;
	box-sizing: border-box;
	background-color: #fff;
}

#videoPlay_logo {
	display: none !important;
}

.ind-net {
	background-color: #eef3f8;
}

.ind-net-img {
	float: left;
	width: 540px;
}

.ind-net-img img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.ind-net-intro {
	float: right;
	width: 640px;
	line-height: 24px;
	color: #7f7f7f;
}

.ind-tit {
	padding-top: 70px;
	padding-bottom: 40px;
	line-height: 35px;
	text-align: center;
}

.ind-tit p {
	font-size: 30px;
	font-weight: bold;
	color: #3a3a3a;
}

.ind-tit span {
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase;
	color: #a6a6a6;
}

.ind-net .ind-tit {
	text-align: left;
}

.ind-net-btn {
	padding-top: 30px;
	margin-bottom: 20px;
}

.ind-net-btn a {
	display: inline-block;
	width: 105px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #ffbd00;
}

.ind-net-btn a:first-child {
	margin-right: 15px;
	background-color: #00baff;
}

.ind-net-img-img {}

.ind-net-img-img img {
	display: block;
	max-width: 100%;
}

.ind-scale {
	padding-bottom: 70px;
	background: url(../img/img8.png) no-repeat center top;
}

.ind-scale-main {}

.ind-scale-img {
	float: left;
	width: 721px;
}

.ind-scale-img img {
	display: block;
	width: 100%;
}

.ind-scale-intro {
	float: right;
	width: 300px;
}

.ind-scale-tit {
	margin-bottom: 20px;
}

.ind-scale-tit span {
	font-size: 16px;
	color: #454545;
}

.ind-scale-tit.tit1 {}

.ind-scale-tit.tit1 p {
	font-size: 36px;
	color: #00baff;
}

.ind-scale-tit.tit1 span {
	font-size: 18px;
}

.ind-scale-tit.tit2 p {
	font-size: 24px;
	color: #00baff;
}

.ind-scale-tit.tit3 p {
	font-size: 24px;
	color: #92be3b;
}

.ind-scale-tit.tit4 p {
	font-size: 36px;
	color: #92be3b;
}

.ind-scale-tit.tit5 p {
	font-size: 24px;
	color: #eeb544;
}

.ind-scale-tit.tit6 p {
	font-size: 36px;
	color: #eeb544;
}

.ind-streng {
	padding-top: 147px;
	padding-bottom: 160px;
	background: url(../img/img9.png) no-repeat center;
	background-size: cover;
}

.ind-streng-intro {
	float: left;
	width: 430px;
	line-height: 30px;
	color: #fff;
}

.ind-streng-intro .ind-tit {
	padding-top: 0;
	text-align: left;
}

.ind-streng-intro .ind-tit p {
	color: #fff;
}

.ind-streng-intro .ind-tit span {
	color: #fff;
}

.ind-streng-intro .tit {
	margin-bottom: 25px;
	font-size: 20px;
}

.ind-streng-more {
	margin-top: 40px;
	display: block;
	width: 105px;
	line-height: 36px;
	text-align: center;
	background-color: #00a7ea;
	color: #fff;
}

.ind-streng-img {
	position: relative;
	padding: 10px;
	float: right;
	width: 640px;
	background: url(../img/bkg3.png) repeat;
	border-radius: 5px;
}

.ind-streng-img img {
	display: block;
	width: 100%;
}

.ind-streng-img i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	background: url(../img/icon4.png) no-repeat center;
	cursor: pointer;
	background-size: contain;
}

#mediaplayer_logo {
	display: none;
}

.ind-teach {
	padding-bottom: 70px;
	background: url(../img/img8.png) no-repeat center top;
	text-align: center;
	line-height: 24px;
	color: #717171;
}

.ind-teach .ind-tit {
	position: relative;
}

.ind-teach .ind-tit:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -34px;
	width: 68px;
	height: 1px;
	background-color: #e5e5e5;
}

.ind-teach-main {}

.ind-teach-nav {
	padding: 60px 100px;
}

.ind-teach-nav a {
	position: relative;
	display: inline-block;
	width: 175px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #F1F1F1;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
	font-size: 16px;
	color: #17aeeb;
}

.ind-teach-nav a:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid #00baff;
	border-right: 10px solid transparent;
}

.ind-teach-nav .nava {
	float: left;
}

.ind-teach-nav .navb {
	text-align: center;
}

.ind-teach-nav .navc {
	float: right;
}

.ind-teach-nav a:hover {
	background-color: #00baff;
	color: #fff;
}

.ind-teach-nav a:hover:before {
	display: block;
}

.ind-teach-nav a.active {
	background-color: #00baff;
	color: #fff;
}

.ind-teach-nav a.active:before {
	display: block;
}

.ind-teach-cont {}

.ind-teach-item {
	height: 0;
	overflow: hidden;
}

.ind-teach-item.active {
	height: auto;
}

.ind-teach-ul {}

.ind-teach-li {}

.ind-teach-li a {
	padding: 0 10px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #686868;
}

.ind-teach-li-img {
	margin: 0 auto;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	overflow: hidden;
}

.ind-teach-li-img img {
	display: block;
	width: 100%;
}

.ind-teach-li .tit {
	margin: 20px 0;
	font-size: 18px;
	color: #3a3a3a;
}

.ind-news {
	background: url("../img/img10.png") no-repeat center top;
}

.ind-news .ind-tit p {
	color: #fff;
}

.ind-news .ind-tit span {
	color: #fff;
}

.ind-news-nav {
	padding-bottom: 40px;
	text-align: center;
}

.ind-news-nav a {
	display: inline-block;
	width: 96px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 13px;
}

.ind-news-nav a:hover {
	background-color: #0096ff;
}

.ind-news-nav a.active {
	background-color: #0096ff;
}

.ind-news-main {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}

.ind-news-more {
	text-align: center;
	padding: 0 15px;
	line-height: 30px;
	border-radius: 15px;
	color: #00baff;
	border: 1px solid #00baff;
	float: right;
}

.ind-news-item {
	height: 0;
	overflow: hidden;
}

.ind-news-item.active {
	height: auto;
}

.ind-news-ul {}

.ind-news-li {
	padding: 37px;
}

.ind-news-li a {
	display: block;
}

.ind-news-li-img {}

.ind-news-li-img img {
	display: block;
	width: 100%;
}

.ind-news-li-desc {
	font-size: 12px;
	line-height: 24px;
	color: #787878;
}

.ind-news-li-desc .tit {
	margin: 20px 0;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ind-news-li-bot {
	padding: 25px 0;
}

.ind-news-li-time {
	float: left;
	color: #979797;
}

.ind-news-li-time p {
	font-size: 24px;
}

.ind-news-li-time span {
	font-size: 14px;
}

.ind-news-li-bot i {
	float: right;
	width: 65px;
	height: 22px;
	border: 1px solid #d2d2d2;
	border-radius: 11px;
	background-repeat: no-repeat;
	background-position: 70% center;
	background-image: url(../img/icon3.png);
}

.ind-news-li a:hover i {
	background-color: #30c5f6;
	border-color: #30c5f6;
	background-image: url(../img/icon3h.png);
}

.ind-news .owl-theme .owl-controls .owl-page span {
	border: 1px solid #ccc;
	background-color: transparent;
	opacity: 1;
}

.ind-team {}

.ind-team-top {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.ind-team-top:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -59px;
	width: 118px;
	height: 2px;
	background-color: #00baff;
}

.ind-team-top .ind-tit {
	padding-bottom: 0;
}

.ind-team-nav {
	padding: 25px 0;
	text-align: center;
}

.ind-team-nav a {
	display: inline-block;
	width: 142px;
	line-height: 32px;
	color: #373737;
	border-radius: 16px;
}

.ind-team-nav a:hover {
	background-color: #00baff;
	color: #fff;
}

.ind-team-nav a.active {
	background-color: #00baff;
	color: #fff;
}

.ind-team-main {
	padding: 60px 0;
}

.ind-team-item {
	height: 0;
	overflow: hidden;
}

.ind-team-item.active {
	height: auto;
}

.ind-team-ul {}

.ind-team-li {
	padding: 15px;
	float: left;
	width: 100%;
}

.ind-team-li a {
	margin-bottom: 30px;
	display: block;
	border: 1px solid #e5e5e5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.ind-team-li img {
	display: block;
	width: 100%;
}

.ind-team-li a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

/*产品介绍*/
.prod-ban {}

.prod-ban .banner-li a {
	height: 611px;
}

.product {}

.prod-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.section-1 {
	height: 588px;
}

.section-2 {
	height: 671px;
}

.section-3 {
	height: 675px;
}

.section-4 {
	height: 663px;
}

.section-5 {
	height: 673px;
}

.section-6 {
	height: 663px;
}

.section-7 {
	height: 615px;
}

.section-8 {
	height: 762px;
}

.prod-intro {
	padding-top: 180px;
	float: left;
	width: 480px;
	font-size: 15px;
	line-height: 30px;
	color: #696969;
	margin-left: 60px;
}

.prod-intro .tit {
	margin-bottom: 20px;
	color: #00baff;
	line-height: 60px;
}

.prod-intro .tit p {
	font-size: 35px;
}

.prod-intro .tit span {
	font-size: 58px;
}

.prod-intro .top {
	color: #00baff;
	line-height: 60px;
}

.prod-intro .top-tit {
	font-size: 58px;
	font-weight: bold;
}

.prod-intro .top-p {
	font-size: 24px;
}

.prod-intro .top-p span {
	font-size: 36px;
}

.prod-desc {
	padding-top: 170px;
	float: right;
	width: 510px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-right: 60px;
}

.prod-desc .tit {
	margin-bottom: 20px;
	font-size: 53px;
	line-height: 62px;
}

.prod-desc .tit p {}

.prod-desc .tit span {
	font-weight: bold;
}

.prod-desc .top {
	color: #fff;
	line-height: 60px;
}

.prod-desc .top-tit {
	font-size: 58px;
	font-weight: bold;
}

.prod-desc .top-p {
	font-size: 22px;
	font-weight: bold;
}

.prod-desc .top-p span {
	font-size: 36px;
	font-weight: bold;
}

.prod-desc-span {
	font-size: 22px;
}

.prod-ul {
	padding-top: 40px;
}

.prod-li {
	float: left;
	margin-right: 20px;
}

.prod-li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.prod-li img {
	margin: 0 auto 0 auto;
	display: block;
}

.prod-li a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.section-3 .prod-intro .tit span {
	font-size: 53px;
	font-weight: bold;
}

.prod-intro .prod-li a {
	color: #575453;
	font-size: 18px;
}

.prod-intro-p {
	font-size: 22px;
	line-height: 30px;
	color: #575453;
	font-weight: bold;
}

.section-7 .prod-intro .top-p {
	font-size: 22px;
	color: #5b5b5b;
}

.section-7 .prod-intro .top-p span {
	font-size: 34px;
}

.prod-main {
	background-color: #fff;
	border-radius: 30px;
	background-color: #fff;
}

.prod-tit {
	padding: 70px 0;
	text-align: center;
	font-size: 58px;
	color: #fff;
}

.prod-nav {
	padding: 110px 40px;
}

.prod-nav-a {
	float: left;
	width: 16.6666%;
}

.prod-nav-a a {
	display: block;
}

.prod-nav-a img {
	margin: 0 auto 20px auto;
	display: block;
	width: 65%;
}

.prod-nav-p {
	text-align: center;
	color: #00a6e9;
}

.prod-nav-p p {
	font-size: 29px;
}

.prod-nav-p span {
	font-size: 24px;
}

/*我要代理*/
.agency {}

.agency-intro {}

.agency-tit {
	padding: 55px 0;
	text-align: center;
	color: #00b6f8;
}

.agency-tit p {
	margin-bottom: 5px;
	font-size: 50px;
}

.agency-tit span {
	font-size: 25px;
}

.agency-intro-ul {
	padding: 0 60px 50px 60px;
}

.agency-intro-li {
	float: left;
	width: 33.3333%;
}

.agency-intro-li img {
	margin: 0 auto 20px auto;
	display: block;
}

.agency-intro-li-desc {
	text-align: center;
	line-height: 24px;
	color: #808080;
}

.agency-intro-li-desc .tit {
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
}

.agency-net {
	height: 712px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-color: #52d0ff;
}

.agency-net .agency-tit {
	color: #fff;
}

.agency-area {}

.agency-area-main {
	padding: 0 60px 60px 60px;
}

.agency-area-img {
	float: left;
	width: 680px;
}

.agency-area-img img {
	display: block;
	width: 100%;
}

.agency-area-ul {
	padding-top: 66px;
	float: right;
	width: 356px;
}

.agency-area-li {
	margin-bottom: 25px;
	font-size: 20px;
	color: #535353;
}

.agency-area-li img {
	display: inline-block;
	margin-right: 10px;
}

.agency-area-li span {
	font-size: 34px;
}

.agency-peop {
	padding-bottom: 50px;
	background-color: #52d0ff;
}

.agency-peop .agency-tit {
	color: #fff;
}

.agency-peop-ul {
	padding: 0 100px;
}

.agency-peop-li {
	margin-bottom: 30px;
	float: left;
	width: 20%;
}

.agency-peop-li-img {
	width: 132px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
}

.agency-peop-li-img img {
	display: block;
	width: 100%;
}

.agency-peop-li-desc {
	padding-left: 40px;
	padding-top: 10px;
	height: 106px;
	line-height: 24px;
	color: #fff;
}

.agency-peop-li-desc .tit {
	margin-bottom: 5px;
	font-size: 20px;
}

.agency-peop-li:first-child {
	padding-left: 40%;
	width: 100%;
}

.agency-peop-li:first-child .agency-peop-li-img {
	float: left;
}

.agency-peop-li:first-child .agency-peop-li-desc {
	padding-left: 20px;
	float: left;
}

.agency-terrace {}

.agency-terrace-main {
	padding-bottom: 60px;
	margin: 0 auto;
	width: 1020px;
}

.agency-terrace-top {}

.agency-terrace-img {
	float: left;
	width: 675px;
}

.agency-terrace-img img {
	display: block;
	width: 100%;
}

.agency-terrace-desc {
	padding: 30px;
	float: right;
	height: 376px;
	width: 335px;
	background-color: #e6f8fe;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.agency-terrace-ul {
	padding-top: 5px;
}

.agency-terrace-li {
	padding: 5px;
	float: left;
	width: 33.3333%;
	text-align: center;
	font-size: 18px;
	color: #808080;
}

.agency-terrace-li img {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.agency-finan {
	/* height: 715px; */
	background-color: #e1f7fe;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.agency-finan-ul {
	padding-left: 200px;
}

.agency-finan-li {
	float: left;
	margin-right: 35px;
	line-height: 24px;
	color: #00b6f8;
}

.agency-finan-li .time {
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 15px;
	line-height: 26px;
	background-color: #00b6f8;
	color: #fff;
	border-radius: 13px;
}

.agency-serv {
	padding-bottom: 55px;
	background-color: #ffdb00;
}

.agency-serv .agency-tit {
	color: #774900;
}

.agency-serv-ul {
	margin: 0 auto;
	width: 910px;
	text-align: center;
}

.agency-serv-li {
	margin-bottom: 30px;
	display: inline-block;
	width: 150px;
	font-size: 16px;
	color: #774900;
}

.agency-serv-li img {
	margin: 0 auto 10px auto;
	display: block;
}

.agency-train {}

.agency-train .agency-tit span {
	font-size: 20px;
}

.agency-train-main {}

.agency-train-main img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.agency-train-desc {
	padding: 40px 390px;
	text-align: center;
	line-height: 30px;
	color: #808080;
}

.agency-train-desc i {
	font-size: 22px;
}

.agency-parter {
	background-color: #52d0ff;
}

.agency-parter .agency-tit {
	color: #fff;
}

.agency-parter .agency-tit span {
	font-size: 18px;
}

.agency-parter-ul {
	padding-bottom: 60px;
}

.agency-parter-li {
	padding: 0 25px;
	float: left;
	width: 25%;
}

.agency-parter-li-img {
	margin: 0 auto 15px auto;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	overflow: hidden;
}

.agency-parter-li-img img {
	display: block;
	width: 100%;
}

.agency-parter-li-intro {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}

.agency-parter-li-intro .tit {
	position: relative;
	padding-bottom: 35px;
	text-align: center;
	font-size: 22px;
}

.agency-parter-li-intro .tit:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: 20px;
	width: 46px;
	height: 2px;
	background-color: #fff;
}

.agency-report {
	padding-bottom: 60px;
}

.agency-report-p {
	padding: 0 60px 30px 60px;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
}

.agency-report-img {}

.agency-report-img img {
	display: block;
	width: 100%;
}

.agency-state {
	height: 515px;
	background-color: #ffdb00;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.agency-state .agency-tit {
	color: #c94213;
}

.agency-join {
	padding: 85px 0;
}

.agency-join-main {
	padding: 55px;
	margin: 0 auto;
	width: 508px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .1);
}

.agency-join-tit {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	color: #00b6f8;
}

.agency-join-inp {
	display: block;
	width: 80%;
	padding-left: 30px;
	float: left;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
}

.join-form-sec {
	border-bottom: 1px solid #dfdfdf;
}

.join-from-p {
	float: left;
	margin-left: 10px;
	color: #ff0000;
	line-height: 50px;
}

.agency-join-inp.icon1 {
	background-image: url(../img/agency-icon20.png);
}

.agency-join-inp.icon2 {
	background-image: url(../img/agency-icon21.png);
}

.agency-join-inp.icon3 {
	background-image: url(../img/agency-icon22.png);
}

.agency-join-btn {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 245px;
	height: 45px;
	background-color: #00b6f8;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
}

/*我是院长*/
.dean {}

.dean-top {
	padding: 80px 0;
}

.dean-code {
	float: left;
}

.dean-code-tit {
	margin-bottom: 15px;
	padding-left: 60px;
	font-size: 24px;
	color: #666;
	line-height: 60px;
	background: url("../img/icon8.png") no-repeat left center;
}

.dean-code-main {}

.dean-code-sec {
	padding-top: 35px;
	padding-left: 60px;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #666;
}

.dean-code-sec:first-child {
	margin-right: 60px;
}

.dean-code-img {
	width: 198px;
	margin-bottom: 15px;
}

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

.dean-login {
	float: right;
	width: 480px;
}

.dean-login-tit {
	padding-left: 60px;
	font-size: 24px;
	line-height: 60px;
	color: #555;
	background: url("../img/icon9.png") no-repeat left center;
}

.dean-login-form {
	padding: 20px 45px;
	border: 1px solid #00baff;
	border-radius: 15px;
}

.dean-login-inp {
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #00baff;
	border-radius: 5px;
}

.dean-login-code {}

.dean-login-code .dean-login-inp {
	float: left;
	width: 135px;
}

.dean-login-code-btn {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	width: 135px;
	text-align: center;
	line-height: 40px;
	background-color: #00baff;
	color: #fff;
	border-radius: 5px;
}

.dean-login-com {}

.dean-login-com-a {
	margin-right: 10px;
	float: left;
}

.dean-login-com-a input {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.dean-login-btn {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	background-color: #00baff;
	color: #fff;
	border-radius: 5px;
}

.dean-mana {}

.dean-tit {
	position: relative;
	z-index: 1;
	text-align: center;
}

.dean-tit-p {
	position: relative;
	padding: 0 40px;
	margin-bottom: 60px;
	display: inline-block;
	line-height: 62px;
	font-size: 42px;
	color: #00baff;
	border: 1px solid #00baff;
	border-radius: 31px;
	background-color: #fff;
}

.dean-tit-p:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 1px solid #00baff;
	border-radius: 31px;
}

.dean-mana-main {
	height: 750px;
	background-repeat: no-repeat;
	background-position: center;
}

.dean-mana-cont {
	width: 390px;
	padding-top: 70px;
	;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.dean-mana-cont .cont {
	height: 96px;
}

.dean-mana-cont .tit {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #00baff;
}

.dean-mana-ul {
	margin-top: 10px;
	float: right;
}

.dean-mana-li {
	margin: 5px;
	float: left;
}

.dean-mana-li img {
	margin: 0 auto 5px auto;
	display: block;
}

.dean-mana-li a {
	color: #666;
}

.dean-mana-cont.lf {
	padding-left: 60px;
	float: left;
	text-align: right;
}

.dean-mana-cont.rg {
	padding-right: 60px;
	float: right;
}

.dean-mana-cont.rg .dean-mana-ul {
	float: left;
}

.dean-case {
	position: relative;
	margin-top: -100px;
	padding-top: 70px;
	height: 710px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.dean-case .dean-tit-p {
	background-color: #ffd100;
	border-color: #fff;
	color: #fff;
}

.dean-case .dean-tit-p:before {
	border-color: #fff;
}

.dean-case-main {
	margin-top: 60px;
	padding: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("../img/img17.png");
}

.dean-case-img {
	margin-top: -60px;
	float: left;
	width: 563px;
}

.dean-case-img img {
	display: block;
	width: 100%;
}

.dean-case-intro {
	padding: 0 20px;
	float: right;
	width: 520px;
	font-size: 16px;
	line-height: 36px;
	color: #878787;
}

.dean-case-intro .tit {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 26px;
	color: #00baff;
	border-bottom: 1px solid #ddd;
}

.dean-disc {
	padding-bottom: 10px;
}

.dean-disc-tit {
	margin-bottom: 60px;
}

.dean-disc-tit img {
	margin: 0 auto;
	display: block;
}

.dean-disc-main {}

.dean-disc-ul {}

.dean-disc-ul li {
	padding: 0 20px;
}

.dean-disc-ul li img {
	display: block;
	width: 100%;
}

.dean-disc-main .mb-controls {
	display: none;
}

.dean-disc-main a.mb-scrollButtons {
	top: auto;
	bottom: -100px;
	background-color: #000;
	width: 27px;
	height: 29px;
}

.dean-disc-main a.mb-scrollButtons.mb-left {
	z-index: 99;
	left: 46%;
	background: url("../img/icon18.png") no-repeat center;
}

.dean-disc-main a.mb-scrollButtons.mb-right {
	right: 46%;
	background: url("../img/icon19.png") no-repeat center;
}

.dean-disc-mob {
	display: none;
}

.dean-disc-pc {
	position: relative;
	height: 690px;
	overflow: hidden;
}

.poster-main {
	position: relative;
	width: 800px;
	height: 270px;
}

.dean-pc-main {
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}

.poster-main img {
	display: block;
	width: 100%;
}

.poster-list {
	width: 800px;
	height: 270px;
}

.poster-item {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.poster-btn {
	position: absolute;
	bottom: 0;
	width: 27px;
	height: 29px;
	z-index: 1;
	background-color: red;
	cursor: pointer;
}

.poster-prev-btn {
	left: 48%;
	background: url("../img/icon18.png") no-repeat center;
}

.poster-next-btn {
	right: 48%;
	background: url("../img/icon19.png") no-repeat center;
}


/*我是家长*/
.family {}

.family-img {}

.family-img img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.family .dean-case .dean-tit-p {
	background-color: #00baff;
}

.family-main {}

.family-intro {
	padding: 60px;
	float: left;
	width: 550px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.family-intro .tit {
	font-size: 29px;
}

.family-pic {
	float: right;
	width: 600px;
}

.family-pic img {
	display: block;
	width: 100%;
}

.family a.mb-scrollButtons.mb-left {
	z-index: 99;
	left: 46%;
	background: url("../img/icon20.png") no-repeat center;
}

.family a.mb-scrollButtons.mb-right {
	right: 46%;
	background: url("../img/icon21.png") no-repeat center;
}

/*商务合作*/
.busin {}

.busin-tit {
	padding: 50px 0;
	text-align: center;
}

.busin-tit p {
	font-size: 50px;
	color: #00baff;
}

.busin-tit span {
	font-size: 20px;
	text-transform: uppercase;
	color: #777;
}

.busin-app {}

.busin-app-main {
	padding-bottom: 40px;
}

.busin-app-img {
	float: left;
	width: 470px;
}

.busin-app-img img {
	display: block;
	width: 100%;
	margin-left: 80px;
}

.busin-app-intro {
	float: right;
	width: 565px;
	font-size: 22px;
	line-height: 37px;
	color: #000;
}

.busin-app-ul {}

.busin-app-li {
	position: relative;
	padding-left: 60px;
	margin: 30px 0;
}

.busin-app-li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-color: #ffdc00;
	border-radius: 50%;
}

.busin-app-li.icon2:before {
	background-color: #00baff;
}

.busin-app-li.icon3:before {
	background-color: #f53b09;
}

.busin-app-li.icon4:before {
	background-color: #dce503;
}

.busin-app-li.icon5:before {
	background-color: #8e01b5;
}

.busin-app-li.icon6:before {
	background-color: #ffb328;
}

.busin-data {
	background-color: #f7f7f7;
}

.busin-data-main {}

.busin-data-intro {
	float: left;
	width: 500px;
}

.busin-data-tit {
	margin-bottom: 20px;
	color: #00baff;
}

.busin-data-tit p {
	font-size: 30px;
}

.busin-data-tit span {
	font-size: 45px;
}

.busin-data-p {
	font-size: 20px;
	line-height: 60px;
	color: #696969;
}

.busin-data-p span {
	font-size: 32px;
	color: #00baff;
}

.busin-data-img {
	float: right;
	width: 686px;
}

.busin-data-img img {
	display: block;
	width: 100%;
}

.busin-advant {}

.busin-advant-main {
	padding-bottom: 40px;
}

.busin-advant-ul {}

.busin-advant-li {}

.busin-advant-li-main {}

.busin-advant-li-a {
	padding: 30px 0;
	float: left;
	width: 25%;
	border: 1px solid #f1f1f1;
}

.busin-advant-li-a a {
	text-align: center;
	color: #666;
}

.busin-advant-img {
	margin: 0 auto 10px auto;
	width: 186px;
	height: 86px;
	overflow: hidden;
}

.busin-advant-img img {
	display: block;
	width: 100%;
}

.busin-advant-main .owl-theme .owl-controls .owl-page.active span,
.busin-advant-main .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #00baff;
}

.busin-refer {
	padding-bottom: 60px;
	background-color: #f7f7f7;
}

.busin-refer .busin-tit {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.busin-refer-ul {}

.busin-refer-li {
	float: left;
	width: 33.333%;
	font-size: 22px;
	line-height: 45px;
	color: #7f7f7f;
}

.busin-refer-li .tit {
	margin-bottom: 20px;
	font-size: 28px;
	color: #00baff;
}

.busin-contact {
	padding-bottom: 40px;
}

.busin-contact-main {
	padding: 25px 120px;
	border: 1px solid #ddd;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	text-align: center;
}

.busin-form {
	padding-top: 50px;
}

.busin-form-top {}

.busin-form-sec {
	float: left;
	width: 50%;
}

.busin-dl {
	margin-bottom: 18px;
}

.busin-dt {
	float: left;
	width: 80px;
	text-align: right;
	color: #000;
	font-size: 14px;
	line-height: 42px;
}

.busin-dd {
	padding-left: 20px;
	float: left;
	width: 830px;
}

.busin-form-sec .busin-dd {
	width: 360px;
}

.busin-dd-inp {
	float: left;
	width: 270px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #c4c4c4;
	text-indent: 10px;
}

.busin-dd-p {
	float: left;
	margin-left: 10px;
	color: #ff0000;
	line-height: 42px;
}

.busin-dd-inp.wid {
	width: 85px;
}

.busin-code-btn {
	margin-left: 10px;
	float: left;
	height: 42px;
	width: 110px;
	text-align: center;
	background-color: #f1f1f1;
}

.busin-dd-area {
	float: left;
	padding: 10px;
	width: 750px;
	line-height: 24px;
	border: 1px solid #c4c4c4;
	resize: none;
}

.busin-btn {
	padding: 30px 0;
}

.busin-btn input {
	margin-right: 10px;
	float: left;
	width: 436px;
	height: 45px;
	background-color: #00baff;
	color: #fff;
}

/*新闻资讯*/
.news {}

.cur-page {
	padding: 20px 0 20px 30px;
	line-height: 30px;
	color: #555;
	background: url("../img/icon22.png") no-repeat left center;
}

.cur-page a {
	float: left;
	color: #555;
}

.cur-page span {
	float: left;
}

.cur-page p {
	float: left;
}

.news-tit {
	padding: 20px 0;
	text-align: center;
	line-height: 30px;
}

.news-tit p {
	font-size: 28px;
	color: #000;
}

.news-tit span {
	font-size: 18px;
	color: #c0c0c0;
	text-transform: uppercase;
}

.news-nav {
	margin-bottom: 30px;
	text-align: center;
}

.news-nav a {
	margin: 0 8px;
	display: inline-block;
	width: 126px;
	line-height: 36px;
	border: 1px solid #d6d6d6;
	color: #8a8a8a;
}

.news-nav a:hover {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
}

.news-nav a.active {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
}

.ind-prod-ul {}

.ind-prod-li {
	float: left;
	padding: 20px 10px;
	width: 25%;
}

.ind-prod-li:nth-child(2n) {
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
}

.ind-prod-li:nth-child(3n) {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
}

.ind-prod-li:nth-child(4n) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
}

.ind-prod-li-a {
	position: relative;
	overflow: hidden;
	box-shadow: 0 22px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, .16);
}

.ind-prod-li-img {
	position: relative;
	height: 174px;
	overflow: hidden;
}

.ind-prod-li-img:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 1px solid rgba(255, 255, 255, .6);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.ind-prod-li-img img {
	display: block;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.ind-prod-li-img i {
	position: absolute;
	right: 30px;
	bottom: -40px;
	z-index: 1;
	width: 46px;
	height: 40px;
	background: #00baff url("../img/icon23.png") no-repeat center;
}

.ind-prod-li-cont {
	position: relative;
	padding: 25px 20px;
	background-color: #fff;
}

.ind-prod-li-desc {
	height: 110px;
	font-size: 12px;
	line-height: 20px;
	color: #6e6e6e;
	overflow: hidden
}

.ind-prod-li-tit {
	margin-bottom: 10px;
	display: block;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ind-prod-li-more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 40px;
}

.ind-prod-li-more i {
	display: inline-block;
	width: 34px;
	height: 7px;
	background: url("../img/icon24.png") no-repeat 0 -19px;
}

.ind-prod-li-a:hover .ind-prod-li-tit {
	color: #0072d4;
}

.ind-prod-li-a:hover .ind-prod-li-img:before {
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.ind-prod-li-a:hover .ind-prod-li-img i {
	bottom: 0;
}

.ind-prod-li-a:hover .ind-prod-li-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.ind-prod-li-a:hover .ind-prod-li-more i {
	background-position: 0 -7px;
}

.ind-prod-li-a:hover .ind-prod-li-more {
	background-color: #00baff;
}

.ind-prod-li-desc .ellis {
	height: 40px;
}

/*分页*/
.page {
	padding: 40px 0;
	text-align: center;
}

.page-ctr {
	display: inline-block;
}

.page a {
	padding: 0 15px;
	display: inline-block;
	margin: 0 4px;
	line-height: 48px;
	border: 1px solid #cfcfcf;
	color: #333;
}

.page a:hover {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
}

.page a.active {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
}

/*视频中心*/
.video-ul {}

.video-li {
	padding: 20px;
	float: left;
	width: 33.3333%;
}

.video-li a {
	padding: 6px;
	display: block;
	border: 1px solid #ddd;
}

.video-li-img {
	position: relative;
	height: 182px;
	overflow: hidden;
}

.video-li-img img {
	display: block;
	width: 100%;
}

.video-li-img i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url("../img/icon26.png") no-repeat center;
}

.video-li-desc {
	padding: 10px 0;
	line-height: 24px;
}

.video-li-desc .tit {
	margin-bottom: 5px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video-li-desc .cont {
	font-size: 12px;
	height: 48px;
	color: #888;
}

.video-li-desc .view {
	margin-top: 5px;
	padding-left: 30px;
	color: #666;
	background: url("../img/icon25.png") no-repeat left center;
}

/*新闻详情*/
.news-detail {
	padding-bottom: 40px;
	min-height: 300px;
}

.news-detail-top {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 24px;
	color: #777;
}

.news-detail-top h1 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.news-detail-intro {
	line-height: 24px;
	color: #777;
}

.news-detail-intro p {
	margin-bottom: 10px;
}

.news-detail-intro img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
}

.news-detail-back {
	margin-top: 20px;
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	color: #666;
}

.news-detail-back:hover {
	background-color: #00baff;
	color: #fff;
}

.news-com-a {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.news-com-a a {
	margin: 0 10px;
	line-height: 20px;
	color: #333;
}

.news-com-a a:hover {
	color: #0096FF;
}


/*公司简介*/
.about-banner .banner-li a {
	height: 350px;
}

.intro {}

.about-us {
	padding: 0 60px 60px 60px;
}

.about-us-img {
	float: left;
	width: 536px;
}

.about-us-img img {
	display: block;
	width: 100%;
}

.about-us-desc {
	float: right;
	width: 495px;
}

.about-us-tit {
	margin-bottom: 20px;
	color: #00baff;
	line-height: 45px;
}

.about-us-tit p {
	font-size: 26px;
}

.about-us-tit span {
	font-size: 53px;
	text-transform: uppercase;
}

.about-us-p {
	line-height: 24px;
	color: #595757;
	text-indent: 30px;
}

.finan {
	padding: 60px 0;
	background-color: #00baff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-image: url("../img/img29.png");
}

.finan-tit {
	position: relative;
	padding-bottom: 60px;
	color: #fff;
	text-align: center;
}

.finan-tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	height: 15px;
	background: url("../img/icon27.png") no-repeat center;
}

.finan-tit p {
	font-size: 34px;
}

.finan-tit span {
	font-size: 19px;
	text-transform: uppercase;
}

.finan-main {
	padding: 0 60px;
}

.finan-ul {}

.finan-li {
	padding: 6px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.finan-li-top {
	margin-bottom: 10px;
}

.finan-li-top p {
	font-size: 22px;
}

.finan-li-top span {
	font-size: 16px;
}

.finan-li-img {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
	border-radius: 20px;
}

.finan-li-img img {
	display: block;
	width: 100%;
}

.finan .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -25px 0 0 0;
	padding: 0;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	border-radius: 0;
}

.finan .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -60px;
	background-image: url("../img/icon28.png");
}

.finan .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -60px;
	background-image: url("../img/icon29.png");
}

.history {
	padding: 60px 0;
}

.history-tit {
	padding-top: 25px;
	margin: 0 auto;
	width: 135px;
	height: 135px;
	background-color: #00baff;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
}

.history-ul {
	position: relative;
	padding: 40px 0;
}

.history-ul:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -3px;
	width: 6px;
	height: 100%;
	background: url("../img/icon32.png") repeat-y;
}

.history-li {
	margin-bottom: 80px;
	float: left;
	width: 720px;
	text-align: right;
}

.history-li-p {
	float: left;
	width: 525px;
	line-height: 24px;
	color: #595757;
}

.history-li-time {
	float: right;
	width: 170px;
	font-size: 23px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/icon31.png");
}

.history-li.odd {
	float: right;
	text-align: left;
}

.history-li.odd .history-li-p {
	float: right;
}

.history-li.odd .history-li-time {
	float: left;
	background-image: url("../img/icon30.png");
}

/*总裁致辞*/
.leader {}

.leader-tit {
	padding-left: 400px;
}

.leader-main {
	padding-top: 150px;
}

.leader-cont {
	background-color: #00baff;
	color: #fff;
}

.leader-cont .main {
	position: relative;
}

.leader-cont-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.leader-cont-img img {
	display: block;
	width: 100%;
}

.leader-cont-p {
	padding: 50px 0;
	float: right;
	width: 800px;
	color: #fff;
	line-height: 30px;
	text-indent: 30px;
}

.leader-img {
	padding: 40px 0;
}

.leader-img-pc {}

.leader-pc-ul {}

.leader-pc-li {
	padding: 0 30px;
}

.leader-img-mob {
	display: none;
}

.focus-Box {
	position: relative;
	width: 1200px;
	height: 242px;
	margin: 0 auto;
}

.focus-Box ul {
	position: relative;
	left: 68px;
	width: 1132px;
	height: 242px;
}

.focus-Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border-radius: 4px;
	display: inline-block;
}

.focus-Box li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.focus-Box .prev,
.focus-Box .next {
	position: absolute;
	z-index: 6;
	display: block;
	width: 40px;
	height: 44px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.focus-Box .prev {
	left: 0;
	top: 100px;
	background-image: url("../img/icon18.png");
}

.focus-Box .next {
	right: 0;
	top: 100px;
	background-image: url("../img/icon19.png");
}

/*董事会*/
.board {}

.board-main {}

.board-tit {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	color: #00baff;
}

.board-tit.icon:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 15px;
	background: url("../img/icon33.png") no-repeat center;
}

.board-tit p {
	font-size: 34px;
}

.board-tit span {
	font-size: 24px;
	text-transform: uppercase;
}

.board-ul {}

.board-li {
	margin-bottom: 20px;
	float: left;
	width: 33.333%;
	text-align: center;
}

.board-li-img {
	margin: 0 auto 10px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
}

.board-li-img img {
	display: block;
	width: 100%;
}

.board-li-desc {
	height: 100px;
	line-height: 24px;
	color: #8a8a8a;
}

.board-li-desc .tit {
	margin-bottom: 10px;
	font-size: 30px;
	color: #00baff;
	line-height: 30px;
}

/*教育专家*/
.teach {}

.teach-main {}

.teach-ul {}

.teach-li {
	margin-bottom: 50px;
}

.teach-li-img {
	float: left;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	overflow: hidden;
}

.teach-li-img img {
	display: block;
	width: 100%;
}

.teach-li-desc {
	float: right;
	width: 900px;
	line-height: 24px;
	color: #8a8a8a;
}

.teach-li-desc .top {
	margin-bottom: 15px;
	font-size: 23px;
	color: #00baff;
	line-height: 40px;
}

.teach-li-desc .top .tit {
	font-size: 40px;
}

/*战略合作*/
.parter {}

.parter-img {
	padding: 30px 0;
}

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

.parter-ul {
	border: 1px dotted #3ec9ff;
}

.parter-li {
	position: relative;
	float: left;
	width: 33.333%;
	border: 1px dotted #3ec9ff;
}

.parter-li img {
	margin: 0 auto;
	display: block;
	width: 55%;
}

/*加入我们*/
.join {}

.join-main {}

.join-tit {
	padding: 40px 0;
	text-align: center;
}

.join-tit p {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #00b9ff;
}

.join-tit p:before {
	content: '';
	position: absolute;
	left: -75px;
	top: 50%;
	width: 70px;
	height: 1px;
	background-color: #90e1ff;
}

.join-tit p:after {
	content: '';
	position: absolute;
	right: -75px;
	top: 50%;
	width: 70px;
	height: 1px;
	background-color: #90e1ff;
}

.join-top {}

.join-top-img {
	float: left;
	width: 580px;
}

.join-top-img img {
	display: block;
	width: 100%;
}

.join-top-desc {
	padding-left: 20px;
	float: right;
	width: 490px;
	font-size: 18px;
	line-height: 40px;
	color: #595757;
}

.join-recruit {
	padding-bottom: 50px;
}

.join-ul {}

.join-li {}

.join-li-tit {
	padding: 10px;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	color: #333;
	cursor: pointer;
}

.join-li-tit .tit {
	float: left;
	font-weight: bold;
}

.join-li-tit .time {
	padding-right: 35px;
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../img/icon34.png");
}

.join-li-cont {
	padding: 0 10px 15px 10px;
	display: none;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.join-li-cont .tit {
	font-weight: bold;
	margin-top: 15px;
}

.join-li-cont .emial {
	margin-top: 10px;
	padding: 10px;
	width: 310px;
	line-height: 18px;
	color: #00baff;
	background-color: #00baff;
	color: #fff;
}

.join-li-tit.active .time {
	background-image: url("../img/icon35.png");
}

.join-li-tit.active {
	background-color: #00baff;
	color: #fff;
}

/*联系我们*/
.contact {}

.contact-main {
	padding-bottom: 60px;
}

.contact-top {
	margin-bottom: 50px;
}

.contact-tit {
	padding-bottom: 40px;
	text-align: center;
}

.contact-tit p {
	font-size: 34px;
	color: #5e5e5e;
}

.contact-tit span {
	font-size: 24px;
	text-transform: uppercase;
	color: #5e5e5e;
}

.contact-ul {
	margin: 0 -15px;
}

.contact-li {
	padding: 0 15px;
	float: left;
	width: 25%;
}

.contact-li-cont {
	padding: 0 10px;
	height: 275px;
	background-color: #c6ecfc;
	text-align: center;
	line-height: 24px;
	color: #3d3d3d;
}

.contact-li-cont.bkg2 {
	background-color: #e6f0dd;
}

.contact-li-cont.bkg4 {
	background-color: #fbe997;
}

.contact-li-img {
	padding: 30px 0;
}

.contact-li-img img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
}

.contact-cont {
	position: relative;
}

.contact-ser {
	position: absolute;
	left: 5px;
	top: 5px;
}

.contact-ser-inp {}

.contact-ser-btn {}

/*.contact-map{height: 530px;background-color: #F1F1F1;}
*/




/*动画效果*/
.ani-up {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeInUp {
	visibility: visible;
	animation: fadeInUp ease-out .6s forwards;
	-webkit-animation: fadeInUp ease-out .6s forwards;
	-moz-animation: fadeInUp ease-out .6s forwards;
}

.ani-rig {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.faderight {
	visibility: visible;
	animation: faderight ease-out .6s forwards;
	-webkit-animation: faderight ease-out .6s forwards;
	-moz-animation: faderight ease-out .6s forwards;
}

.ani-left {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeleft {
	visibility: visible;
	animation: fadeleft ease-out .6s forwards;
	-webkit-animation: fadeleft ease-out .6s forwards;
	-moz-animation: fadeleft ease-out .6s forwards;
}

.scalew {
	animation: scaleW .8s 1s both;
	-moz-animation: scaleW .8s 1s both;
	-webkit-animation: scaleW .8s 1s both;
}

.scaleh {
	animation: scaleH .8s 1s both;
	-webkit-animation: scaleH .8s 1s both;
	-moz-animation: scaleH .8s 1s both;
}

.fadedown {
	-webkit-animation: fadeInDown .8s .3s both;
	-moz-animation: fadeInDown .8s .3s both;
	animation: fadeInDown .8s .3s both;
}

.fadeup {
	-webkit-animation: fadeInUp .8s .3s both;
	-moz-animation: fadeInUp .8s .3s both;
	animation: fadeInUp .8s .3s both;
}

.ostar {
	animation: ostar 1s 0s infinite linear both;
	-webkit-animation: ostar 1s 0s infinite linear both;
	-moz-animation: ostar 1s 0s infinite linear both;
}

@keyframes ostar {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes ostar {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes ostar {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes scaleW {
	0% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

@-webkit-keyframes scaleW {
	0% {
		-webkit-transform: scaleX(0)
	}

	100% {
		-webkit-transform: scaleX(1)
	}
}

@-moz-keyframes scaleW {
	0% {
		-moz-transform: scaleX(0)
	}

	100% {
		-moz-transform: scaleX(1)
	}
}

@keyframes scaleH {
	0% {
		transform: scaleY(0)
	}

	100% {
		transform: scaleY(1)
	}
}

@-webkit-keyframes scaleH {
	0% {
		-webkit-transform: scaleY(0)
	}

	100% {
		-webkit-transform: scaleY(1)
	}
}

@-moz-keyframes scaleH {
	0% {
		-moz-transform: scaleY(0)
	}

	100% {
		-moz-transform: scaleY(1)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
	}

	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 50%, 0);
	}

	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes faderight {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes faderight {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes faderight {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-50%, 0, 0);
	}

	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeleft {
	0% {
		opacity: 0;
		transform: translate3d(50%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fadeleft {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeleft {
	0% {
		opacity: 0;
		-moz-transform: translate3d(50%, 0, 0);
	}

	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@media screen and (max-width: 1200px) {
	.main {
		width: 740px;
	}

	.head-btn {
		margin-left: 50px;
		padding-top: 30px;
		float: right;
		height: 90px;
	}

	.head-btn i {
		margin: 10px auto;
		display: block;
		width: 25px;
		height: 3px;
		background-color: #00baff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.head-btn:before {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #00baff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.head-btn:after {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #00baff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.head-btn.active i {
		width: 0;
	}

	.head-btn.active:before {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		transform: translate3d(0, 0, 0) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	}

	.head-btn.active:after {
		transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
		transform: translate3d(0, 0, 0) rotate(-45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	}

	.head-ul {
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
		width: 100%;
		background-color: #fff;
	}

	.head-ul.active {
		display: block;
	}

	.head-li {
		padding: 0 20px;
		float: none;
		margin-right: 0;
		text-align: left;
		animation: head-li .6s ease forwards;
		-webkit-animation: head-li .6s ease forwards;
		opacity: 0;
		-webkit-opacity: 0;
	}

	.head-li-pull {
		display: none;
	}

	.head-li:hover .head-li-a {
		color: #666;
	}

	.head-li:hover .head-li-a:before {
		display: none;
	}

	.head-li.active .head-li-a {
		color: #666;
	}

	.head-li.active .head-li-a:before {
		display: none;
	}

	.head-li-a {
		border-bottom: 1px solid #e5e5e5;
		display: block;
		color: #666;
		line-height: 50px;
	}

	.head-li:nth-child(n) {
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
	}

	.head-li:nth-child(2n) {
		transform: translateX(60px);
		-webkit-transform: translateX(60px);
	}

	.head-li-pull {
		display: none;
	}

	@keyframes head-li {
		100% {
			transform: none;
			-webkit-transform: none;
			opacity: 1;
			-webkit-opacity: 1;
		}
	}

	@-webkit-keyframes head-li {
		100% {
			transform: none;
			-webkit-transform: none;
			opacity: 1;
			-webkit-opacity: 1;
		}
	}

	.foot-nav {
		margin-bottom: 30px;
		width: 100%;
	}

	.foot-dl {
		width: 123px;
	}

	.foot-contact {
		width: 100%;
	}

	.foot-link-a {
		width: 640px;
	}

	/*index*/
	.banner-li a {
		height: 600px;
	}

	.video-play {
		margin-left: -300px;
		width: 600px;
	}

	.ind-net-img {
		width: 250px;
	}

	.ind-net-intro {
		width: 475px;
	}

	.ind-scale-img {
		width: 460px;
	}

	.ind-scale-intro {
		width: 255px;
	}

	.ind-streng-intro {
		margin-bottom: 20px;
		width: 100%;
	}

	.ind-streng-img {
		width: 100%;
	}

	.ind-teach-nav {
		padding: 60px;
	}

	.ind-news-li {
		padding: 15px;
	}

	/*产品介绍*/
	.prod-ban .banner-li a {
		height: 420px;
	}

	.section-1 {
		height: 360px;
	}

	.prod-intro {
		padding-top: 20px;
		width: 595px;
	}

	.prod-intro .tit {
		line-height: 45px;
	}

	.prod-intro .tit p {
		font-size: 30px;
	}

	.prod-intro .tit span {
		font-size: 40px;
	}

	.section-2 {
		height: 350px;
	}

	.prod-desc {
		width: 380px;
		padding-top: 20px;
	}

	.prod-desc .tit {
		line-height: 40px;
	}

	.prod-desc .tit p {
		font-size: 22px;
	}

	.prod-desc .tit span {
		font-size: 40px;
	}

	.section-3 {
		height: 426px;
	}

	.section-3 .prod-intro .tit span {
		font-size: 38px;
	}

	.section-4 {
		height: 440px;
	}

	.section-5 {
		height: 416px;
	}

	.section-6 {
		height: 450px;
	}

	.section-7 {
		height: 400px;
	}

	.prod-nav-a img {
		width: 100px;
	}

	.prod-nav-p p {
		font-size: 20px;
	}

	.prod-nav-p span {
		font-size: 16px;
	}

	/*我要代理*/
	.agency-tit p {
		font-size: 40px;
	}

	.agency-tit span {
		font-size: 18px;
	}

	.agency-net {
		height: 515px;
	}

	.agency-area-main {
		padding: 0 0 60px 0;
	}

	.agency-area-img {
		width: 460px;
	}

	.agency-area-ul {
		width: 275px;
		padding-top: 0;
	}

	.agency-area-li span {
		font-size: 26px;
	}

	.agency-peop-ul {
		padding: 0;
	}

	.agency-peop-li-desc {
		height: 150px;
	}

	.agency-terrace-main {
		width: 100%;
	}

	.agency-terrace-img {
		width: 100%;
	}

	.agency-terrace-desc {
		height: auto;
		width: 100%;
	}

	/* .agency-finan {
		background-image: none !important;
	} */

	.agency-finan-ul {
		padding-left: 0;
	}

	.agency-serv-ul {
		width: 100%;
	}

	.agency-serv-li {
		width: 135px;
	}

	.agency-train-desc {
		padding: 40px 0;
	}

	.agency-parter-li-img {
		width: 120px;
		height: 120px;
	}

	/*我是院长*/
	.dean-code {
		margin-bottom: 30px;
		width: 100%;
	}

	.dean-login {
		width: 100%;
	}

	.dean-mana-main {
		height: auto;
		background-image: none !important;
	}

	.dean-mana-main {
		padding-bottom: 80px;
	}

	.dean-mana-cont.lf {
		padding-left: 0;
		;
		margin-bottom: 40px;
		width: 100%;
		text-align: left;
	}

	.dean-mana-cont .cont {
		height: auto;
	}

	.dean-mana-ul {
		float: left;
	}

	.dean-mana-cont.rg {
		width: 100%;
		padding-right: 0;
	}

	.dean-mana-cont {
		padding-top: 0;
	}

	.dean-case {
		margin-top: 0;
		padding: 60px 0;
		height: auto;
		background-color: #ffd100;
	}

	.dean-case-img {
		margin-top: 0;
		width: 100%;
	}

	.dean-case-desc {
		width: 100%;
	}

	.dean-case-intro {
		padding: 30px 0 20px 0;
		width: 100%;
	}

	.dean-disc-pc {
		display: none;
	}

	.dean-disc-mob {
		display: block;
	}


	/*我是家长*/
	.family .dean-case {
		background-color: #00baff;
	}

	.family-intro {
		width: 100%;
	}

	.family-pic {
		width: 100%;
	}

	/*商务合作*/
	.busin-app-img {
		width: 320px;
	}

	.busin-app-intro {
		width: 400px;
	}

	.busin-data-intro {
		padding-bottom: 40px;
		width: 100%;
	}

	.busin-data-img {
		display: none;
	}

	.busin-advant-img {
		width: 145px;
		height: 69px;
	}

	.busin-contact-main {
		padding: 25px;
	}

	.busin-form-sec {
		width: 100%;
	}

	.busin-dd {
		width: 560px;
	}

	.busin-dd-area {
		width: 470px;
	}

	.busin-btn input {
		width: 296px;
	}

	/*新闻资讯*/
	.news-nav a {
		margin-bottom: 10px;
	}

	.ind-prod-li-img {
		height: 103px;
	}

	/*视频中心*/
	.video-li-img {
		height: 101px;
	}

	.video-li-img i {
		margin-left: -15px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}

	/*公司简介*/
	.about-banner .banner-li a {
		height: 250px;
	}

	.about-us {
		padding: 0 0 60px 0;
	}

	.about-us-img {
		width: 380px;
	}

	.about-us-desc {
		width: 338px;
	}

	.about-us-tit {
		margin-bottom: 10px;
		line-height: 35px
	}

	.about-us-tit span {
		font-size: 30px;
	}

	.history-li {
		width: 486px;
	}

	.history-li-p {
		width: 300px;
	}

	/*总裁致辞*/
	.leader-cont-img {
		display: none;
	}

	.leader-main {
		padding-top: 0;
	}

	.leader-tit {
		padding-left: 0;
	}

	.leader-cont-p {
		width: 100%;
	}

	.leader-img-pc {
		display: none;
	}

	.leader-img-mob {
		display: block;
	}

	.leader-mob-ul {}

	.leader-mob-li {
		padding: 0 10px;
	}

	.leader-mob-li img {
		display: block;
		width: 100%;
	}

	/*董事会*/
	.board-li {
		width: 50%;
	}

	/*教育专家*/
	.teach-li-desc {
		width: 490px;
	}

	/*战略合作*/
	.parter-li img {
		width: 100%;
	}

	/*加入我们*/
	.join-top-img {
		width: 410px;
	}

	.join-top-desc {
		width: 310px;
	}

	/*联系我们*/
	.contact-ul {
		margin: 0;
	}

	.contact-li-cont {
		height: 310px;
	}
}

@media screen and (max-width: 740px) {
	body {
		padding-top: 50px;
	}

	.main {
		width: 100%;
	}

	.head .main {
		padding: 0 15px;
	}

	.head {
		background-color: #fff;
		border-bottom: 1px solid #f1f1f1;
	}

	.head .head-li-a {
		color: #666;
	}

	.head .head-login-tit {
		background-color: #00baff;
	}

	.head .head-ser-icon {
		background-color: #00baff;
	}

	.head-logo a {
		height: 50px;
		width: 120px;
	}

	.head-login {
		padding-top: 13px;
	}

	.head-login-tit {
		height: 26px;
		line-height: 26px;
	}

	.head-ser-icon {
		margin-top: 13px;
		height: 26px;
	}

	.head-btn {
		margin-left: 10px;
		padding-top: 16px;
		height: 50px;
	}

	.head-btn i {
		margin: 5px 0;
		width: 15px;
		height: 2px;
	}

	.head-btn:before {
		width: 25px;
		height: 2px;
	}

	.head-btn:after {
		width: 25px;
		height: 2px;
	}

	.head-li-a {
		line-height: 40px;
	}

	.head-ser {
		width: 100%;
	}

	.head-ser-inp {
		width: 80%;
	}

	.head-ser-btn {
		width: 20%;
	}

	.foot-top {
		padding: 15px;
	}

	.foot-dl {
		margin-bottom: 10px;
		width: 100%;
	}

	.foot-dt {
		margin-bottom: 0;
	}

	.foot-dt:before {
		display: none;
	}

	.foot-dt:after {
		content: "+";
		float: right;
		font-size: 20px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	.foot-dt.active:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	.foot-dd {
		display: none;
		padding: 10px 0;
	}

	.foot-dd.active {
		display: block;
	}

	.foot-link {
		display: none;
	}

	.foot-bot {
		padding: 10px 15px;
	}

	.foot-bot p {
		width: 100%;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}

	.foot-share {
		display: none;
	}

	/*index*/
	.banner-li a {
		height: 220px;
	}

	.banner-video {
		bottom: 40px;
	}

	.video-play {
		margin-left: 0;
		width: 90%;
		left: 5%;
	}

	.ind-net-img {
		display: none;
	}

	.ind-net-intro {
		padding: 0 15px 15px 15px;
		width: 100%;
	}

	.ind-tit p {
		font-size: 24px;
	}

	.ind-tit span {
		font-size: 14px;
	}

	.ind-scale {
		padding: 0 15px 40px 15px;
	}

	.ind-scale-img {
		width: 100%;
	}

	.ind-scale-intro {
		width: 100%;
	}

	.ind-scale-tit {}

	.ind-streng {
		padding: 60px 15px;
	}

	.ind-news-nav a {
		padding: 0 10px;
		width: auto;
	}

	.ind-teach {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ind-teach-nav {
		padding: 40px 0;
	}

	.ind-teach-nav a {
		margin: 0 10px 15px 10px;
		padding: 0 15px;
		width: auto;
		font-size: 14px;
	}

	.ind-teach-nav .nava {
		float: none;
	}

	.ind-teach-nav .navc {
		float: none;
	}

	.ind-team-li {
		padding: 8px;
		width: 33.333%;
	}

	/*产品介绍*/
	.prod-ban .banner-li a {
		height: 126px;
	}

	.prod-intro {
		padding: 30px 15px;
		width: 100%;
	}

	.prod-section {
		background-image: none !important;
	}

	.prod-section:nth-child(2n) {
		background-color: #99e4ff;
	}

	.section-1 {
		height: auto;
	}

	.section-2 {
		height: auto;
	}

	.section-3 {
		height: auto;
	}

	.section-4 {
		height: auto;
	}

	.section-5 {
		height: auto;
	}

	.section-6 {
		height: auto;
	}

	.section-7 {
		height: auto;
	}

	.section-8 {
		height: auto;
	}

	.prod-intro .tit {
		line-height: 30px;
	}

	.prod-intro .tit p {
		font-size: 20px;
	}

	.prod-intro .tit span {
		font-size: 30px;
	}

	.prod-desc {
		padding: 30px 15px;
		width: 100%;
		color: #696969;
	}

	.prod-desc .tit {
		line-height: 30px;
	}

	.prod-desc .tit p {
		font-size: 20px;
	}

	.prod-desc .tit span {
		font-size: 30px;
	}

	.prod-li a {
		color: #696969;
	}

	.section-3 .prod-intro .tit span {
		font-size: 30px;
	}

	.prod-intro .top {
		line-height: 30px;
	}

	.prod-intro .top-tit {
		font-size: 30px;
	}

	.prod-intro .top-p {
		font-size: 18px;
	}

	.prod-intro .top-p span {
		font-size: 20px;
	}

	.prod-desc .top {
		line-height: 30px;
	}

	.prod-desc .top-tit {
		font-size: 30px;
	}

	.prod-desc .top-p {
		font-size: 18px;
	}

	.prod-desc .top-p span {
		font-size: 20px;
	}

	.section-7 .prod-intro .top-p {
		font-size: 18px;
	}

	.section-7 .prod-intro .top-p span {
		font-size: 20px;
	}

	.prod-tit {
		padding: 30px 0;
		font-size: 30px;
	}

	.section-8 {
		padding: 10px;
	}

	.prod-nav {
		padding: 40px 10px;
	}

	.prod-nav-a {
		margin-bottom: 10px;
		width: 33.3333%;
	}

	.prod-nav-a img {
		margin-bottom: 5px;
		width: 80%;
	}

	.prod-nav-p p {
		font-size: 16px;
	}

	.prod-nav-p span {
		font-size: 14px;
	}

	/*我要代理*/
	.agency-tit p {
		font-size: 26px;
	}

	.agency-intro-li {
		margin-bottom: 20px;
		width: 100%;
	}

	.agency-intro-ul {
		padding-left: 20px;
		padding-right: 20px;
	}

	.agency-net {
		display: none;
	}

	.agency-area {
		padding: 0 15px;
	}

	.agency-area-img {
		width: 100%;
	}

	.agency-area-desc {
		width: 100%;
	}

	.agency-peop {
		padding-left: 15px;
		padding-right: 15px;
	}

	.agency-peop-li:first-child {
		padding-left: 0;
	}

	.agency-peop-li {
		width: 50%;
	}

	.agency-peop-li-desc {
		padding-left: 0;
	}

	.agency-terrace {
		padding: 0 15px;
	}

	.agency-finan {
		padding: 0 15px 40px 15px;
		height: auto;
	}

	.agency-finan-li {
		margin-bottom: 20px;
		width: 100%;
	}

	.agency-serv {
		padding: 0 15px 40px 15px;
	}

	.agency-train {
		padding: 0 15px;
	}

	.agency-parter {
		padding: 0 15px;
	}

	.agency-parter-li {
		margin-bottom: 30px;
		width: 100%;
	}

	.agency-report {
		padding: 0 15px 40px 15px;
	}

	.agency-report-p {
		padding: 0 0 30px 0;
	}

	.agency-state {
		height: 260px;
		background-size: 230% auto;
	}

	.agency-join-main {
		width: 100%;
		padding: 20px;
	}

	/*我是院长*/
	.dean-top {
		padding: 50px 15px;
	}

	.dean-code-tit {
		padding-left: 40px;
		font-size: 20px;
		line-height: 40px;
		background-size: 30px;
	}

	.dean-login-tit {
		padding-left: 40px;
		font-size: 20px;
		line-height: 40px;
		background-size: 30px;
	}

	.dean-code-sec {
		padding-top: 0;
		padding-left: 0;
		margin-right: 20px;
		font-size: 16px;
	}

	.dean-code-sec:fitst-child {
		margni-right: 0;
	}

	.dean-code-img {
		width: 120px;
	}

	.dean-login-code .dean-login-inp {
		width: 93px;
	}

	.dean-login-code-btn {
		width: 93px;
	}

	.dean-tit-p {
		font-size: 18px;
		line-height: 40px;
		border-radius: 40px;
	}

	.dean-mana-main {
		padding: 0 15px 50px 15px;
	}

	.dean-mana-cont .tit {
		font-size: 20px;
	}

	.dean-case {
		padding: 50px 10px;
	}

	.dean-case-main {
		margin-top: 0;
	}

	.dean-case-intro .tit {
		font-size: 20px;
	}

	.dean-disc {
		padding-bottom: 40px;
	}

	.dean-disc-tit img {
		width: 60%;
	}

	/*我是家长*/
	.family-intro {
		padding-top: 0;
	}

	/*商务合作*/
	.busin-app {
		padding: 0 15px;
	}

	.busin-tit p {
		font-size: 30px;
	}

	.busin-app-img {
		margin-bottom: 20px;
		width: 100%;
	}

	.busin-app-intro {
		width: 100%;
	}

	.busin-app-li {
		margin: 15px 0;
	}

	.busin-data {
		padding: 0 15px;
	}

	.busin-data-tit p {
		font-size: 20px;
	}

	.busin-data-tit span {
		font-size: 30px;
	}

	.busin-data-p {
		font-size: 16px;
		line-height: 30px;
	}

	.busin-data-p span {
		font-size: 20px;
	}

	.busin-advant {
		padding: 0 15px;
	}

	.busin-advant-li-a {
		width: 50%;
	}

	.busin-advant-img {
		width: 130px;
		height: 62px;
	}

	.busin-refer {
		padding: 0 15px 30px 15px;
	}

	.busin-refer-li {
		width: 100%;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 30px;
	}

	.busin-refer-li .tit {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.busin-dd {
		padding-left: 0;
		width: 72%;
	}

	.busin-form-sec .busin-dd {
		padding-left: 0;
		width: 72%;
	}

	.busin-dd-inp {
		width: 70%;
	}

	.busin-dd-area {
		width: 70%;
	}

	.busin-btn input {
		margin: 0 1%;
		width: 48%;
	}

	.busin-contact-main {
		padding: 25px 15px;
		border: none;
	}

	.busin-code-btn {
		width: 93px;
	}

	/*新闻资讯*/
	.ind-prod-li {
		padding: 15px;
		width: 100%;
	}

	.ind-prod-li-img {
		height: auto;
	}

	.page a {
		line-height: 30px;
		padding: 0 8px;
	}

	/*视频中心*/
	.video-li {
		width: 100%;
	}

	.video-li-img {
		height: auto;
	}

	/*新闻详情*/
	.news-detail {
		padding: 0 15px 40px 15px;
	}

	/*公司简介*/
	.about-banner .banner-li a {
		height: 100px;
	}

	.about-us {
		padding: 0 15px 40px 15px;
	}

	.about-us-img {
		margin-bottom: 20px;
		width: 100%;
	}

	.about-us-desc {
		width: 100%;
	}

	.history {
		padding: 40px 15px;
	}

	.history-ul:before {
		display: none;
	}

	.history-li {
		margin-bottom: 30px;
		width: 100%;
	}

	.history-li-p {
		text-align: left;
		width: 100%;
	}

	.history-li-time {
		margin-bottom: 15px;
		float: left;
		background-image: url("../img/icon30.png");
	}

	/*领导致辞*/
	.leader-cont {
		padding: 40px 15px;
	}

	.leader-tit {
		padding-left: 15px;
	}

	/*董事会*/
	.board-tit p {
		font-size: 26px;
	}

	.board-tit span {
		font-size: 18px;
	}

	.board-li {
		padding: 15px;
		width: 100%;
	}

	.board-li-img {
		width: 280px;
		height: 280px;
	}

	.board-li-desc {
		height: auto;
	}

	/*教育专家*/
	.teach {
		padding: 0 15px;
	}

	.teach-li-desc {
		width: 100%;
	}

	.teach-li-img {
		margin-bottom: 15px;
	}

	.teach-li-desc .top {
		font-size: 18px;
		line-height: 30px;
	}

	.teach-li-desc .top .tit {
		font-size: 30px;
	}

	/*战略合作*/
	.parter {
		padding: 0 15px;
	}

	/*加入我们*/
	.join-main {
		padding: 0 15px;
	}

	.join-li-tit .tit {
		width: 35%;
	}

	.join-top-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.join-top-desc {
		width: 100%;
		padding-left: 0;
	}

	.join-li-cont .emial {
		width: auto;
		display: inline-block;
	}

	/*联系我们*/
	.contact {
		padding: 0 15px;
	}

	.contact-ul {
		margin: 0;
	}

	.contact-li {
		padding: 8px 0;
		width: 100%;
	}

	.contact-li-cont {
		height: 310px;
	}

	.contact-tit p {
		font-size: 30px;
	}

	.contact-tit span {
		font-size: 20px;
	}
}

.phone img {
	position: fixed;
	bottom: 90px;
	right: 30px;
	S width: 60px;
	height: 60px;
	z-index: 999;
	border-radius: 30px;
	cursor: pointer;
	box-shadow: 6px 7px 10px #888;
}

.phone .phonenum {
	position: fixed;
	bottom: 90px;
	right: 100px;
	width: 120px;
	height: 60px;
	text-align: center;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	background-color: #78797a;
	display: none;
}


.ind-source {
	background: url('../img/pic2.png') center top no-repeat;
	min-height: 795px;
	width: 100%;
}

.ind-source .main{
	position: relative;
}

.ind-source-intro{
	position: absolute;
	top: 260px;
	right: 66px;
	width: 460px;
}

.ind-source-intro .ind-tit{
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
}
.ind-source-intro .ind-tit h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3A3A3A;
	margin-bottom: 4px;
}

.ind-source-intro .ind-tit span{
	display: block;
	font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	color: #A6A6A6;
	letter-spacing: 1px;
}

.ind-source-intro p{
	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	color: #7F7F7F;
	line-height: 24px;
}

.ind-source-intro .learnmore{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00AAFF;
	width: 105px;
	height: 38px;

	font-family: SourceHanSansCN-Normal;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.88px;
}