/*
*/


/* LESS Document */


/* 清除浮动 */


/*常用颜色*/


/*常用字号*/


/* float */
h1,h2,h3,h4,h5,h6{
	border: none;
    background: none;
    font-weight: normal;
    padding: 0;
    height: auto;
    margin: auto;
}
.left {
	float: left;
}

.right {
	float: right;
}

.fnone {
	float: none;
}

.middle {
	float: left;
}


/* text-align */

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}


/* display */

.dis {
	display: block;
}

.undis {
	display: none;
}


/*单行载断*/


/*单行载断溢出省略号*/


/*3行载断溢出省略号*/


/*边框圆角*/


/* 圆角  */


/*配模式定位*/


/*下阴影*/


/*弹出窗口半透明灰*/


/*1200屏*/

.sanjiao {
	border-width: 20px;
	border-color: transparent transparent #cccccc transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* 背景自适应 */

* {
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
}

a {
	text-decoration: none;
}

o {
	font-size: 16px;
	color: #666;
	padding: 10px 20px;
	display: block;
	display: none;
	text-align: center;
}

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

i {
	font-style: normal;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}


/*很关键：将默认的select选择框样式清除*/

#DataPCselect select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
select {
	outline: none;
}

@keyframes bubbleMove {
	0% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.disl {
	display: inline-block;
}

.bos {
	box-sizing: border-box;
}

.tra {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.tra1 {
	transition: 1.3s;
	-moz-transition: 1.3s;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
}

.mainnav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	z-index: 999;
	display: block;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 10px 0px #ddd;
}

.mainnav ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.mainnav ul>a {
	height: 80px;
	line-height: 120px;
	margin-right: 105px;
	float: left;
}

.mainnav ul>a img {
	width: 100%;
}

.mainnav ul>a i {
	color: #fff;
	font-size: 47px;
}

@media (max-width: 1024px) {
	.mainnav ul>a {
		margin-right: 20px;
	}
	.mainnav ul>a i {
		font-size: 40px;
	}
}

@media (max-width: 640px) {
	.mainnav ul>a {
		display: none;
	}
}

.mainnav ul li {
	float: left;
	cursor: pointer;
	max-width: 107px;
	text-align: center;
	box-sizing: border-box;
	height: 80px;
	width: 9%;
	font-size: 16px;
}

@media (max-width: 770px) {
	.mainnav ul li {
		font-size: 13px;
	}
}

.mainnav ul li a {
	color: #636363;
	height: 100%;
	display: inline-block;
	width: 100%;
}

.mainnav ul li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.mainnav ul li:hover a {
	color: #969696;
}

.mainnav div {
	display: none;
}

@media (max-width: 640px) {
	.mainnav {
		overflow-x: auto;
		overflow-y: hidden;
		height: 50px;
	}
	.mainnav ul {
		width: 640px;
	}
	.mainnav ul a {
		height: 50px;
	}
	.mainnav ul a h2 {
		height: 50px;
	}
	.mainnav ul a h2 img {
		margin: 6px 40px;
	}
	.mainnav ul li {
		line-height: 50px;
		width: 12%;
		height: 50px;
	}
	.mainnav ul li a {
		display: inline-block;
		width: 100%;
	}
	.mainnav div {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		background-image: -webkit-linear-gradient(90deg, rgba(2, 15, 39, 0) 0%, #020f27 100%);
		background-image: -moz-linear-gradient(90deg, rgba(2, 15, 39, 0) 0%, #020f27 100%);
		background-image: -o-linear-gradient(90deg, rgba(2, 15, 39, 0) 0%, #020f27 100%);
		background-image: linear-gradient(90deg, rgba(2, 15, 39, 0) 0%, #020f27 100%);
	}
}

.topbg {
	height: 80px;
	width: 100%;
}

@media (max-width: 640px) {
	.topbg {
		height: 50px;
	}
}


/* banner */

.topTitle {
	height: 600px;
	position: relative;
	overflow-y: hidden;
}

.topTitle .slideBoxIndex {
	height: 100%;
	background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

.topTitle .bdIndex {
	max-width: 1200px;
	margin: 0 auto;
}

.topTitle .bdIndex .content {
    float: left;
    width: 720px;
    padding-top: 130px;
}

.topTitle .bdIndex .content>p:nth-of-type(1) {
    border: 1px solid #efefef;
    line-height: 36px;
    display: block;
    width: 420px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #efefef;
    text-align: center;
}

.topTitle .bdIndex .content>p:nth-of-type(2) {
    font-size: 16px;
    color: #efefef;
    text-align: center;
    background: rgba(255, 255, 255, .4);
    height: 80px;
    padding-top: 15px;
}

.topTitle .bdIndex .content>h2:nth-of-type(1) b, .topTitle .bdIndex .content>h1:nth-of-type(1) b {
    margin-right: 16px;
    display: inline-block;
    width: 150px;
    border-radius: 0 20px;
    background-image: linear-gradient(to bottom right, rgba(27, 119, 185, .8), rgba(0, 162, 221, .8));
    color: #fff;
    font-size: 48px;
    padding: 10px;
}

.topTitle .bdIndex .content>h2, .topTitle .bdIndex .content>h1 {
    font-size: 48px;
    font-weight: bold;
    color: #efefef;
    margin: 30px 0;
    text-align: center;
}

.topTitle .bdIndex li {
	cursor: pointer;
}

.topTitle .bdIndex li span {
	display: block;
	width: 100%;
	height: 600px;
}

.topTitle .bdIndex li:nth-of-type(1) {
	background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

.topTitle .bdIndex li:nth-of-type(2) span {
	background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

.topTitle .bdIndex li:nth-of-type(3) span {
	background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

.topTitle .bdIndex li:nth-of-type(4) span {
	background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

@media (max-width: 1024px) {
	.topTitle .bdIndex li:nth-of-type(1) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(2) span {
		background: url(/static/images/about-slide_banner.jpg) center right no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(3) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(4) span {
		background: url(/static/images/about-slide_banner.jpg) center right no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
}

@media (max-width: 640px) {
	.topTitle .bdIndex li:nth-of-type(1) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(2) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(3) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(4) span {
		background: url(/static/images/about-slide_banner.jpg) center center no-repeat;
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
}

.topTitle .hdIndex {
	display: none;
}

@media (min-width: 640px) {
	.topTitle {
		height: 360px;
	}
	.topTitle .bdIndex li span {
		height: 360px;
	}
}

@media (max-width: 640px) {
	.topTitle {
		height: 200px;
	}
	.topTitle .bdIndex li span {
		height: 200px;
	}
}

@media (max-width: 520px) {
	.topTitle {
		height: 180px;
	}
	.topTitle .bdIndex li span {
		height: 180px;
	}
}

@media (max-width: 460px) {
	.topTitle {
		height: 150px;
	}
	.topTitle .bdIndex li span {
		height: 150px;
	}
}

@media (max-width: 390px) {
	.topTitle {
		height: 130px;
	}
	.topTitle .bdIndex li span {
		height: 130px;
	}
}

@media (max-width: 340px) {
	.topTitle {
		height: 120px;
	}
	.topTitle .bdIndex li span {
		height: 120px;
	}
}

@media (min-width: 768px) {
	.topTitle {
		height: 400px;
	}
	.topTitle .bdIndex li span {
		height: 400px;
	}
	.topTitle .hdIndex {
		display: block;
		*zoom: 1;
		position: absolute;
		bottom: 30px;
		width: 80px;
		height: 20px;
		border-radius: 10px;
		left: 50%;
		background: rgba(0, 0, 0, 0.2);
		margin-left: -58px;
	}
	.topTitle .hdIndex:after {
		content: " ";
		clear: both;
		display: table;
	}
	.topTitle .hdIndex li {
		float: left;
		text-indent: -9999em;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.2);
		cursor: pointer;
		margin: 6px 20px 6px 22px;
	}
	.topTitle .hdIndex li.on {
		background: #fff;
	}
	.topTitle .hdIndex li:nth-of-type(2) {
		margin: 6px 0;
	}
}

@media (min-width: 1200px) {
	.topTitle {
		height: 520px;
	}
	.topTitle .bdIndex li {
		height: 520px;
	}
	.topTitle .bdIndex li:nth-of-type(1) span {
		/*background: url(/static/project/images/bannerbg_01.jpg) center center no-repeat;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(2) span {
		/*background: url(/static/project/images/bannerbg_02.jpg) center center no-repeat;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(3) span {
		/*background: url(/static/project/images/bannerbg_01.jpg) center center no-repeat;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .bdIndex li:nth-of-type(4) span {
		/*background: url(/static/project/images/bannerbg_02.jpg) center center no-repeat;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-ms-background-size: cover !important;
	}
	.topTitle .b_form {
		margin: 0 auto;
		max-width: 407px;
		position: absolute;
		left: 50%;
		width: 100%;
		margin-left: 215px;
		top: 0;
		z-index: 2;
	}
	.topTitle .b_form .get {
		box-sizing: border-box;
		float: none;
		width: 407px;
		height: 434px;
		margin: 0 auto;
		padding: 30px 30px;
		background: #fff;
		/* opacity: 0.8;
                filter: alpha(opacity=60); */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 45px;
	}
	.topTitle .b_form .get .title {
		color: #1b77b9;
		font-weight: bold;
		width: 100%;
		margin-left: 2px;
		float: left;
		text-align: center;
		font: 24px/24px "微软雅黑";
		margin-bottom: 30px;
	}
	.topTitle .b_form .get .getcon {
		float: none;
		margin-top: 30px;
		position: relative;
	}
	.topTitle .b_form .get .getcon p {
		box-sizing: border-box;
		padding-left: 13px;
		line-height: 40px;
		height: 40px;
		background-position: 15px center;
		margin-bottom: 25px;
		width: 100%;
		border-radius: 4px;
	}
	.topTitle .b_form .get .getcon p input {
		background-color: inherit;
		line-height: normal!important;
		vertical-align: middle;
		height: 36px;
		color: #333333;
		font-size: 18px;
	}
	.topTitle .b_form .get .getcon p select {
		padding-left: 5px;
		font-size: 18px;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	.topTitle .b_form .sqk_name {
		float: left;
		background: url(/static/project/images/name.png) no-repeat #f1f1f1;
		z-index: 99;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.topTitle .b_form .sqk_tel {
		float: left;
		background: url(/static/project/images/tell.png) no-repeat #f1f1f1;
		z-index: 99;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.topTitle .b_form .sqk_email {
		float: left;
		background: url(/static/project/images/email.png) no-repeat #f1f1f1;
		z-index: 99;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.topTitle .b_form .sqk_occupation {
		margin-bottom: 20px!important;
		float: left;
		background: url(/static/project/images/select.png) no-repeat #f1f1f1;
		z-index: 99;
		position: relative;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.topTitle .b_form .sqk_occupation img {
		float: right;
		margin-top: 15px;
		margin-right: 19px;
	}
	.topTitle .b_form .sqk_occupation img.active {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.topTitle .b_form .sqk1 {
		background: no-repeat;
		position: absolute;
		left: 40px;
		top: 0;
		width: 300px;
		height: 38px;
		border: none;
		z-index: 999;
		color: #666;
	}
	.topTitle .b_form .sqk_but {
		text-align: center;
	}
	.topTitle .b_form .sqk_but a {
		display: inline-block;
		width: 346px;
		border-radius: 7px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font: 18px/40px "微软雅黑";
		text-decoration: none;
		background: #1b77b9;
		margin-top: 20px;
	}
	.topTitle .b_form .sqk_but a:hover {
		background: #666;
		color: #ffffff;
	}
	.topTitle .b_form .get .getcon p span {
		display: inline-block;
		width: 219px;
	}
	.topTitle .b_form .get .getcon input.male {
		width: 20px;
		background: none;
	}
	.topTitle .b_form .get .getcon input.female {
		width: 20px;
		background: none;
		margin-left: 24px;
	}
}

p {
	line-height: 26px;
}

.frm_title {
	*zoom: 1;
	text-align: center;
}

.frm_title:after {
	content: " ";
	clear: both;
	display: table;
}

.frm_title h2 {
	font-size: 20px;
	color: #333333;
}

.frm_title img {
	display: block;
	margin: 10px auto;
}

.frm_title span {
	display: inline-block;
	color: #666666;
	position: relative;
}

@media (max-width: 640px) {
	.frm_title h2 {
		width: 65%;
		margin: auto;
	}
	.frm_title span {
		padding: 0 30px;
	}
}

@media (min-width: 640px) {
	.frm_title h2 {
		font-size: 34px;
	}
}

@media (min-width: 1200px) {
	.frm_title h2 {
		font-size: 50px;
	}
	.frm_title span {
		font-size: 24px;
	}
}

.K-more {
	color: #ff823f;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 20px auto;
	border: 1px solid #ff823f;
	width: 200px;
	line-height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	box-sizing: border-box;
}

.K-more:hover {
	background: #ff823f;
	color: #ffffff;
}

.frm_advantage {
	*zoom: 1;
	padding: 120px 20px 30px;
	margin: -80px auto 0;
}

.frm_advantage:after {
	content: " ";
	clear: both;
	display: table;
}

.frm_advantage o {
	display: none;
}

@media (max-width: 640px) {
	.frm_advantage {
		margin: -30px 0 0 0;
		padding: 60px 0px 0px;
	}
	.frm_advantage o {
		display: block;
	}
}

@media (max-width: 640px) {
	.frm_advantage div:nth-of-type(2) {
		overflow-x: auto;
	}
}

.frm_advantage ul {
	padding-top: 60px;
	*zoom: 1;
}

.frm_advantage ul:after {
	content: " ";
	clear: both;
	display: table;
}

.frm_advantage li {
	padding: 0px 20px;
	height: 306px;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
}

.frm_advantage li article {
	border-radius: 9px;
	height: 306px;
	background: #ff6867;
	;
	overflow: hidden;
	padding: 0 20px;
}

.frm_advantage li article>a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
}

.frm_advantage li span {
	font-size: 14px;
	color: #fff;
	line-height: 2;
	text-align: center;
}

.frm_advantage li img {
	display: block;
	margin: 60px auto 33px;
}

.frm_advantage li h3 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 1;
    border: none;
    background: none;
    font-weight: normal;
    padding: 0;
    height: auto;
    margin: auto;
}

.frm_advantage li p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin: 20px auto 29px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	height: 68px;
	padding: 0 15px;
	text-align: center;
}

.frm_advantage li .erea {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 22px;
}

.frm_advantage li:nth-child(1) h3 {
	color: #FFFFFf;
}

.frm_advantage li:nth-child(1) p {
	color: #FFFFFf;
	;
}

.frm_advantage li:nth-child(1) .iconpeople2 {
	display: none;
}

.frm_advantage li:nth-child(1):hover article {
	background: #99a2b1;
}

.frm_advantage li:nth-child(2) article {
	background: #9fcac8;
}

.frm_advantage li:nth-child(3) article {
	background: #26c6c5;
}

.frm_advantage li:nth-child(4) article {
	background: #304f91;
}

@media (max-width: 1200px) {
	.frm_advantage li:nth-child(4) {
		display: none;
	}
}

@media (max-width: 767px) {
	.frm_advantage li {
		margin-bottom: 30px;
		width: 50%;
	}
	.frm_advantage li:nth-child(4) {
		display: block;
	}
}

@media (max-width: 640px) {
	.frm_advantage li {
		padding: 0px 15px;
		margin-bottom: 20px;
		float: left;
		width: 50%;
		height: initial;
	}
	.frm_advantage li:nth-of-type(1) article {
		background: #99a2b1;
	}
	.frm_advantage li:nth-of-type(1) h3 {
		color: #fff;
	}
	.frm_advantage li:nth-of-type(1) p {
		color: #fff;
	}
	.frm_advantage li:nth-of-type(1) span {
		line-height: 2;
	}
	.frm_advantage li:nth-of-type(1) img {
		display: none;
	}
	.frm_advantage li:nth-of-type(1) .iconpeople2 {
		display: inline-block;
	}
	.frm_advantage li article {
		padding: 32px 70px;
		height: 102px;
	}
	.frm_advantage li article div {
		float: left;
		margin-right: 42px;
		width: 180px;
	}
	.frm_advantage li img {
		margin: 0px auto -5px;
		display: inline-block;
	}
	.frm_advantage li h3 {
		display: inline-block;
		color: #fff;
		font-size: 28px;
	}
	.frm_advantage li p {
		height: 23px;
		margin: 14px auto 0px;
		color: #fff;
		padding: 0;
		text-align: left;
	}
	.frm_advantage li span {
		line-height: 1.7;
		display: block;
		margin-left: 222px;
		text-align: left;
	}
	.frm_advantage li:hover article img {
		margin: 0px auto -5px;
	}
}

@media (max-width: 580px) {
	.frm_advantage li {
		width: 50%;
	}
	.frm_advantage li article {
		padding: 25px 30px;
	}
	.frm_advantage li article div {
		margin-right: 40px;
		width: 180px;
	}
	.frm_advantage li span {
		margin-left: 220px;
	}
}

@media (max-width: 524px) {
	.frm_advantage li p {
		font-size: 16px;
	}
	.frm_advantage li article {
		padding: 20px 15px;
	}
	.frm_advantage li article div {
		width: 160px;
		margin-right: 20px;
	}
	.frm_advantage li span {
		margin-left: 180px;
	}
}

@media (max-width: 414px) {
	.frm_advantage li article {
		height: 167px;
	}
	.frm_advantage li article div {
		float: initial;
		margin: auto;
	}
	.frm_advantage li span {
		margin-left: 0;
	}
}

.frm_advantage li:hover img {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	margin: -60px auto 33px;
}

.frm_advantage li:hover h3 {
	color: #fff;
}

.frm_advantage li:hover p {
	height: 23px;
	color: #fff;
}

@media (min-width: 480px) {
	.frm_advantage li {
		float: left;
	}
}

@media (min-width: 768px) {
	.frm_advantage li {
		width: 33%;
	}
	.frm_advantage li:nth-child(3) {
		display: block;
	}
}

@media (min-width: 1200px) {
	.frm_advantage {
		width: 1200px;
		padding: 150px 0 0 0;
		margin: -80px auto 25px;
	}
	.frm_advantage li {
		width: 25%;
	}
	.frm_advantage li:nth-child(4) {
		display: block;
	}
}

.frm_characteristic {
	*zoom: 1;
	padding: 40px 20px 30px;
}

.frm_characteristic:after {
	content: " ";
	clear: both;
	display: table;
}

@media (max-width: 640px) {
	.frm_characteristic {
		padding: 40px 0px 30px;
	}
}

.frm_characteristic a {
	width: 240px;
	height: 50px;
	display: block;
	margin: 50px auto;
	background-image: -webkit-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%)
	background-image: -moz-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%)
	background-image: -o-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%)
	background-image: linear-gradient(0deg, #1b77b9 0%, #47ceff 100%)
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	font-size: 20px;
	color: #ffffff;
}

@media (max-width: 640px) {
	.frm_characteristic a {
		display: none;
	}
}

.frm_characteristic a:hover {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background-image: -webkit-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -moz-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -o-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	box-shadow: 0 0 10px #b4b5da;
}

@media (max-width: 640px) {
	.frm_characteristic div:nth-of-type(2) {
		overflow-x: auto;
	}
}

.frm_characteristic ul {
	padding-top: 60px;
	*zoom: 1;
}

.frm_characteristic ul:after {
	content: " ";
	clear: both;
	display: table;
}

@media (max-width: 640px) {
	.frm_characteristic ul {
		padding-top: 30px;
		width: 1920px;
	}
}

.frm_characteristic li {
	margin-bottom: 45px;
	padding: 0px 30px;
	height: 240px;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
}

.frm_characteristic li article {
	border-radius: 9px;
	height: 240px;
	background: url(/static/project/images/bg1.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0 0px;
}

.frm_characteristic li h3 {
	font-weight: initial;
	font-size: 34px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 40px 0;
}

.frm_characteristic li p {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	margin: 20px auto 29px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	height: 68px;
	padding: 0 15px;
	text-align: center;
}

.frm_characteristic li .erea {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 22px;
}

.frm_characteristic li:nth-child(2) article {
	background: url(/static/project/images/bg2.jpg) center center no-repeat;
	background-size: cover;
}

.frm_characteristic li:nth-child(3) article {
	background: url(/static/project/images/bg3.jpg) center center no-repeat;
	background-size: cover;
}

.frm_characteristic li:nth-child(4) article {
	background: url(/static/project/images/bg4.jpg) center center no-repeat;
	background-size: cover;
}

.frm_characteristic li:nth-child(5) article {
	background: url(/static/project/images/bg5.jpg) center center no-repeat;
	background-size: cover;
}

.frm_characteristic li:nth-child(6) article {
	background: url(/static/project/images/bg6.jpg) center center no-repeat;
	background-size: cover;
}

@media (max-width: 640px) {
	.frm_characteristic li {
		padding: 0px 15px;
		margin-bottom: 20px;
	}
}

@media (min-width: 320px) {
	.frm_characteristic li {
		height: initial;
		float: left;
		width: 50%;
	}
	.frm_characteristic li article {
		height: initial;
	}
	.frm_characteristic li h3 {
		margin: 13px 0;
		font-size: 28px;
	}
	.frm_characteristic li p {
		padding: 0 5px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.frm_characteristic li {
		height: 240px;
		width: 50%;
	}
	.frm_characteristic li:nth-child(3),
	.frm_characteristic li:nth-child(4) {
		display: block;
	}
	.frm_characteristic li article {
		height: 240px;
	}
	.frm_characteristic li h3 {
		margin: 40px 0;
		font-size: 34px;
	}
	.frm_characteristic li p {
		font-size: 24px;
		padding: 0 15px;
	}
	.frm_characteristic li:hover article h3 {
		font-size: 42px;
		transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}
}

@media (min-width: 1200px) {
	.frm_characteristic {
		width: 1200px;
		padding: 0;
		margin: 90px auto 25px;
	}
	.frm_characteristic li {
		width: 33.33%;
	}
	.frm_characteristic li:nth-child(5),
	.frm_characteristic li:nth-child(6) {
		display: block;
	}
}

@media (max-width: 640px) {
	.frm_characteristic li {
		width: 33.33%;
	}
	.frm_characteristic li p {
		max-width: 294px;
	}
	.frm_characteristic li h3 {
		margin: 20px 0 12px 0;
	}
	.frm_characteristic o {
		display: block;
	}
}

.frm_what {
	overflow: hidden;
	background-image: -webkit-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: -moz-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: -o-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
}

.frm_what section {
	max-width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}

.frm_what section article img {
    max-width: 340px;
}

@media (max-width: 640px) {
	.frm_what section {
		margin: 40px auto;
	}
}

.frm_what section article:nth-of-type(1) {
	margin-right: 65px;
	float: left;
}

@media (max-width: 1024px) {
	.frm_what section article:nth-of-type(1) {
		margin-right: 30px;
	}
	.frm_what section article:nth-of-type(1) img {
		width: 300px;
	}
}

@media (max-width: 640px) {
	.frm_what section article:nth-of-type(1) {
		float: none;
		padding: 0 20px;
		text-align: center;
		margin-right: 0;
	}
	.frm_what section article:nth-of-type(1) img {
		width: 70%;
		max-width: 400px;
	}
}

.frm_what section article h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: initial;
	line-height: 1.7;
	font-style: italic;
}

.frm_what section article h3:after {
	content: ' ';
	height: 45px;
	border-bottom: 2px solid #fff;
	position: absolute;
	width: 165px;
	left: 853px;
}

.frm_what section article p {
	font-size: 16px;
	color: #ffffff;
	line-height: 2em;
	text-indent: 2em;
}

.frm_what section article a {
	display: inline-block;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	background-image: -webkit-linear-gradient(to bottom right, rgba(27, 119, 185, .6), rgba(0, 162, 221, 1));
	background-image: -moz-linear-gradient(to bottom right, rgba(27, 119, 185, .6), rgba(0, 162, 221, 1));
	background-image: -o-linear-gradient(to bottom right, rgba(27, 119, 185, .6), rgba(0, 162, 221, 1));
	background-image: linear-gradient(to bottom right, rgba(27, 119, 185, .6), rgba(0, 162, 221, 1));
}

.frm_what section article a:hover {
	background-image: -webkit-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: -moz-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: -o-linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	background-image: linear-gradient(to bottom right, rgba(27, 119, 185, 1), rgba(0, 162, 221, .6));
	box-shadow: 0 0 10px #efefef;
}

.frm_what section article:nth-of-type(2) {
	margin-left: 465px;
	background: url(/uploads/20200403/e5081aeee0e12813c6aa400bcc85083d.png) right no-repeat;
    background-size: 25%;
}

@media (max-width: 1024px) {
	.frm_what section article:nth-of-type(2) {
		margin-left: 330px;
	}
}

@media (max-width: 640px) {
	.frm_what section article:nth-of-type(2) {
		padding: 0 20px;
		margin-left: 0;
		text-align: center;
	}
	.frm_what section article:nth-of-type(2) h3:nth-of-type(2) {
		display: none;
	}
	.frm_what section article:nth-of-type(2) p {
		text-align: left;
	}
}

.frm_guide {
	max-width: 1200px;
	margin: auto;
}

.frm_guide div {
	padding: 50px 0 0;
}

@media (max-width: 640px) {
	.frm_guide div {
		padding: 20px 0 0;
	}
}

@media (max-width: 640px) {
	.frm_guide article {
		overflow-x: auto;
	}
}

.frm_guide ul {
	padding: 100px 0 0 0;
	overflow: hidden;
}

@media (max-width: 640px) {
	.frm_guide ul {
		padding: 65px 0 0 0;
		width: 2560px;
	}
}

.frm_guide ul li {
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	width: 25%;
	margin-bottom: 100px;
}

.frm_guide ul li div {
	position: relative;
	height: 335px;
	padding: 0 20px;
	text-align: center;
	background: #fffffe;
	border-radius: 3px;
	border: 1px solid #dddddd;
	box-shadow: 0 0 10px #91a7f4;
}

.frm_guide ul li div img {
	margin: -49px 0 0 0;
}

.frm_guide ul li div p {
	margin: 30px 0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.frm_guide ul li div span {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 1.714;
}

.frm_guide ul li div a {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #103196;
	position: absolute;
	bottom: 20px;
}

@media (max-width: 1200px) {
	.frm_guide ul li div {
		height: 382px;
	}
}

@media (max-width: 1024px) {
	.frm_guide ul li {
		width: 33.33%;
	}
	.frm_guide ul li div {
		height: 335px;
	}
}

@media (max-width: 770px) {
	.frm_guide ul li {
		width: 50%;
	}
	.frm_guide ul li div {
		height: 335px;
	}
}

@media (max-width: 640px) {
	.frm_guide o {
		display: block;
	}
	.frm_guide ul li {
		width: 12.5%;
		margin-bottom: 0;
		padding: 0px 15px;
	}
	.frm_guide ul li div {
		box-shadow: none;
		padding: 0 10px;
		height: 288px;
	}
	.frm_guide ul li div p {
		margin: 7px 0;
	}
}

@media (max-width: 545px) {
	.frm_guide ul li div {
		padding: 0 10px;
		height: 308px;
	}
	.frm_guide ul li div p {
		margin: 7px 0;
	}
}

@media (max-width: 466px) {
	.frm_guide ul li div {
		padding: 0 10px;
		height: 332px;
	}
	.frm_guide ul li div p {
		margin: 7px 0;
	}
}

@media (max-width: 440px) {
	.frm_guide ul li {
		margin-bottom: 0px;
	}
	.frm_guide ul li div {
		height: 263px;
	}
	.frm_guide ul li div img {
		width: 70px;
		margin: -42px 0 0 0;
	}
	.frm_guide ul li div span {
		font-size: 12px;
	}
	.frm_guide ul li div a {
		font-size: 13px;
		bottom: 10px;
	}
}

@media (max-width: 415px) {
	.frm_guide ul li div {
		height: 276px;
	}
}

@media (max-width: 397px) {
	.frm_guide ul li div {
		height: 297px;
	}
}

@media (max-width: 369px) {
	.frm_guide ul li div {
		height: 338px;
	}
}

.frm_individualization {
	background: #f1faff;
}

.frm_individualization section {
	padding: 40px 0 30px 0;
	max-width: 1200px;
	margin: auto;
}

.frm_individualization section div {
	padding: 50px 0;
}

@media (max-width: 640px) {
	.frm_individualization section div {
		padding: 20px 0;
	}
}

.frm_individualization section article {
	overflow-x: auto;
}

.frm_individualization section article table {
	width: 1200px;
	border-collapse: collapse;
}

.frm_individualization section article table tr {
	height: 105px;
	background: #1b77b9;
}

.frm_individualization section article table tr:hover {
    background: rgba(27, 119, 185, .8) !important;
}

.frm_individualization section article table tr td {
	color: #fff;
	border: 1px solid #f1faff;
}

.frm_individualization section article table tr td a {
	font-size: 18px;
	color: #fff;
	width: 116px;
	height: 39px;
	display: inline-block;
	border-radius: 19px;
	text-align: center;
	line-height: 39px;
	background-image: -webkit-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: -moz-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: -o-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
}

.frm_individualization section article table tr td a:hover {
	background-image: -webkit-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: -moz-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: -o-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	box-shadow: 0 0 10px #efefef;
}

.frm_individualization section article table tr td:nth-of-type(1) {
	width: 22.5%;
	text-align: center;
	padding: 0 70px;
	font-size: 16px;
}

@media (max-width: 640px) {
	.frm_individualization section article table tr td:nth-of-type(1) {
		width: 19%;
	}
}

.frm_individualization section article table tr td:nth-of-type(2) {
	font-size: 14px;
	padding: 0 22px;
	color: #ffeea8;
	width: 32.5%;
}

@media (max-width: 640px) {
	.frm_individualization section article table tr td:nth-of-type(2) {
		padding: 0 15px;
	}
}

.frm_individualization section article table tr td:nth-of-type(3) {
	line-height: 1.7;
	padding: 0 22px;
	font-size: 14px;
	width: 26.75%;
}

@media (max-width: 640px) {
	.frm_individualization section article table tr td:nth-of-type(3) {
		padding: 0 0 0 8px;
	}
}

.frm_individualization section article table tr td:nth-of-type(4) {
	width: 16.25%;
	text-align: center;
}

.frm_individualization section article table tr:nth-of-type(1) {
	font-weight: bold;
	height: 70px;
	text-align: center;
}

.frm_individualization section article table tr:nth-of-type(1) td {
	font-size: 20px;
	padding: 0;
}

.frm_individualization section article table tr:nth-of-type(2n) {
	background: #1b77b9;
}

@media (max-width: 640px) {
	.frm_individualization section article table {
		width: 900px;
	}
}

.frm_individualization section o {
	font-size: 16px;
	color: #666;
	padding: 10px 20px;
	display: block;
	display: none;
	text-align: center;
}

@media (max-width: 1200px) {
	.frm_individualization section o {
		display: block;
	}
}

.frm_service {
	max-width: 1200px;
	margin: auto;
}

.frm_service div {
	padding: 90px 0;
}

@media (max-width: 640px) {
	.frm_service div {
		padding: 50px 0;
	}
}

@media (max-width: 640px) {
	.frm_service article {
		overflow-x: auto;
	}
}

.frm_service ul {
	padding: 20px;
	overflow: hidden;
}

.frm_service ul li {
	float: left;
	width: 16.66%;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
	text-align: center;
	padding: 0 20px;
	min-height: 288px;
	margin-bottom: 30px;
}

.frm_service ul li img {
	margin-top: 30px;
}

.frm_service ul li p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

.frm_service ul li span {
	font-size: 14px;
	color: #666666;
	line-height: 1.857;
}

.frm_service ul li:nth-of-type(6) {
	border-right: none;
}

@media (min-width: 640px) {
	.frm_service ul li:hover {
	    background: #fdfdfd;
    	box-shadow: 0 0 10px #ddd;
	}
}

.frm_service a {
	width: 280px;
	height: 50px;
	display: block;
	margin: 50px auto;
	background-image: -webkit-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%);
	background-image: -moz-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%);
	background-image: -o-linear-gradient(0deg, #1b77b9 0%, #47ceff 100%);
	background-image: linear-gradient(0deg, #1b77b9 0%, #47ceff 100%);
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	font-size: 20px;
	color: #ffffff;
}

.frm_service a:hover {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background-image: -webkit-linear-gradient(0deg, #1566a0 0%, #26aee0 100%);
	background-image: -moz-linear-gradient(0deg, #1566a0 0%, #26aee0 100%);
	background-image: -o-linear-gradient(0deg, #1566a0 0%, #26aee0 100%);
	background-image: linear-gradient(0deg, #1566a0 0%, #26aee0 100%);
	box-shadow: 0 0 10px #1b77b9;
}

@media (max-width: 900px) {
	.frm_service ul li {
		width: 33.33%;
	}
	.frm_service ul li:nth-of-type(3) {
		border-right: none;
	}
}

@media (max-width: 640px) {
	.frm_service o {
		display: block;
	}
	.frm_service ul {
		padding: 0;
	}
	.frm_service ul li {
		width: 16.66%;
		margin-bottom: 0;
		padding: 0 15px;
	}
	.frm_service ul li:nth-of-type(3) {
		border-right: 1px solid #dddddd;
	}
}

.frm_teacher {
	background: url(/static/project/images/guide.jpg) center center no-repeat;
	background-size: cover;
}

.frm_teacher section {
	padding: 90px 0 70px;
	max-width: 1200px;
	margin: auto;
}

.frm_teacher section .frm_title h2 {
	color: #fff;
}

.frm_teacher section .frm_title span {
	color: #fff;
}

.frm_teacher section ul {
	padding-top: 40px;
	overflow: hidden;
}

.frm_teacher section ul li {
	height: 456px;
	float: left;
	padding: 10px 10px;
	width: 20%;
	box-sizing: border-box;
}

.frm_teacher section ul li article {
	overflow: hidden;
	padding: 0 19px 30px;
	text-align: center;
	box-shadow: 0 0 10px #000;
	height: 406px;
}

.frm_teacher section ul li article img {
	border-radius: 50%;
	margin: 30px 0 25px 0;
}

.frm_teacher section ul li article h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: initial;
	line-height: 1;
}

.frm_teacher section ul li article p {
	font-size: 14px;
	color: rgba(248, 158, 36, 0.902);
	line-height: 1.2;
	margin: 8px 0 20px;
}

.frm_teacher section ul li article span {
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	height: 100px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.714;
}

.frm_teacher section ul li article .btn {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #FFFFFf;
	bottom: 20px;
	cursor: pointer;
}


/*.frm_teacher section ul li:hover article img {
  margin: -130px 0 25px 0;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.frm_teacher section ul li:hover article h3 {
  text-align: left;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.frm_teacher section ul li:hover article p {
  text-align: left;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.frm_teacher section ul li:hover article span {
  -webkit-line-clamp: initial;
  height: 321px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}*/

.frm_teacher section a {
	display: block;
	margin: auto;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
	background-image: -webkit-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: -moz-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: -o-linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
	background-image: linear-gradient(-90deg, #47ceff 0%, #00a2dd 100%);
}

.frm_teacher section a:hover {
	background-image: -webkit-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: -moz-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: -o-linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	background-image: linear-gradient(-90deg, #03a4de 0%, #42cbfd 100%);
	box-shadow: 0 0 10px #f4e076;
}

@media (max-width: 1148px) {
	.frm_teacher section ul li {
		width: 33.33%;
	}
}

@media (max-width: 700px) {
	.frm_teacher section ul li {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.frm_teacher o {
		display: block;
	}
	.frm_teacher section article {
		overflow-x: auto;
	}
	.frm_teacher section ul li {
		width: 20%;
		padding: 10px 30px;
		height: 350px;
	}
	.frm_teacher section ul li article {
		height: 320px;
		padding: 0px 20px 14px;
	}
	.frm_teacher section ul li article img {
		margin: 15px 0 10px 0;
	}
	.frm_teacher section ul li article span {
		height: 112px;
		-webkit-line-clamp: initial;
	}
	.frm_teacher section ul li:hover article img {
		margin: 15px 0 10px 0;
	}
	.frm_teacher section ul li:hover article h3 {
		text-align: center;
	}
	.frm_teacher section ul li:hover article p {
		text-align: center;
	}
}

@media (max-width: 563px) {
	.frm_teacher section ul li {
		height: 369px;
	}
	.frm_teacher section ul li article {
		height: 343px;
	}
	.frm_teacher section ul li article span {
		height: 140px;
	}
}

@media (max-width: 491px) {
	.frm_teacher section ul li {
		height: 421px;
	}
	.frm_teacher section ul li article {
		height: 395px;
	}
	.frm_teacher section ul li article span {
		height: initial;
	}
}

@media (max-width: 433px) {
	.frm_teacher section ul li {
		height: initial;
	}
	.frm_teacher section ul li article {
		height: 370px;
	}
	.frm_teacher section ul li article span {
		height: initial;
	}
}

@media (max-width: 433px) {
	.frm_teacher section ul li {
		height: initial;
	}
	.frm_teacher section ul li article {
		height: 416px;
	}
	.frm_teacher section ul li article span {
		height: initial;
	}
}

@media (max-width: 370px) {
	.frm_teacher section ul li {
		height: 491px;
	}
	.frm_teacher section ul li article {
		height: 455px;
	}
	.frm_teacher section ul li article span {
		height: initial;
	}
}

.frm_student {
	*zoom: 1;
	padding: 100px 0 50px;
}

.frm_student:after {
	content: " ";
	clear: both;
	display: table;
}

@media (max-width: 640px) {
	.frm_student {
		padding: 50px 0 30px;
	}
}

.frm_student .LH_content {
	margin: 50px auto;
	padding: 0 30px;
	max-width: 780px;
}

.frm_student .LH_content .teatext {
	width: 100%;
	*zoom: 1;
}

.frm_student .LH_content .teatext:after {
	content: " ";
	clear: both;
	display: table;
}

.frm_student .LH_content .teatext .person {
	cursor: pointer;
	display: none;
	border-radius: 7px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	height: 440px;
	margin-bottom: 30px;
}

.frm_student .LH_content .teatext .person img {
	margin: 125px auto 25px;
	display: block;
}

.frm_student .LH_content .teatext .person h3 {
	font-size: 24px;
	color: #ffe952;
	font-weight: bold;
	line-height: 1.667;
	display: inline-block;
	border-bottom: 1px solid #ffe952;
}

.frm_student .LH_content .teatext .person p {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.667;
	margin-top: 25px;
}

.frm_student .LH_content .teatext .person:first-child {
	display: block;
}

.frm_student .LH_content .section {
	width: 100%;
}

.frm_student .LH_content .section ul {
	overflow: hidden;
}

.frm_student .LH_content .section ul li {
	cursor: pointer;
	float: left;
	margin-bottom: 10px;
	width: 16.66%;
}

.frm_student .LH_content .section ul li img {
	display: block;
	margin: auto;
	border-radius: 5px;
	width: 94%;
	height: 88px;
}

.frm_student .LH_content .section ul li:hover {
	margin-bottom: 5px;
}

.frm_student .LH_content .section ul li:hover img {
	width: 100%;
	border-radius: initial;
	height: 93px;
}

@media (max-width: 640px) {
	.frm_student .LH_content .section ul li {
		width: 33.33%;
	}
	.frm_student .LH_content .section ul li:hover img {
		height: 110px;
	}
}

.frm_student a {
	width: 260px;
	height: 50px;
	display: block;
	margin: 50px auto;
	background-image: -webkit-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: -moz-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: -o-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	font-size: 20px;
	color: #ffffff;
}

@media (max-width: 640px) {
	.frm_student a {
		margin: 0px auto;
	}
}

.frm_student a:hover {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background-image: -webkit-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -moz-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -o-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	box-shadow: 0 0 10px #b4b5da;
}

@media (max-width: 640px) {
	.frm_student .LH_content {
		padding: 0 10px;
	}
	.frm_student .LH_content .teatext .person {
		height: 350px;
	}
	.frm_student .LH_content .teatext .person img {
		margin: 80px auto 25px;
	}
	.frm_student .LH_content .section {
		width: initial;
	}
	.frm_student .LH_content .section .ul1 li img {
		height: 105px;
	}
}

@media (max-width: 540px) {
	.frm_student .LH_content .section .ul1 li {
		margin-bottom: 13px;
	}
	.frm_student .LH_content .section .ul1 li img {
		height: 80px;
	}
	.frm_student .LH_content .section .ul1 li:hover {
		height: 88px;
	}
	.frm_student .LH_content .section .ul1 li:hover img {
		height: 88px;
	}
}

@media (max-width: 390px) {
	.frm_student .LH_content .section .ul1 li {
		margin-bottom: 13px;
	}
	.frm_student .LH_content .section .ul1 li img {
		height: 70px;
	}
	.frm_student .LH_content .section .ul1 li:hover {
		height: 78px;
	}
	.frm_student .LH_content .section .ul1 li:hover img {
		height: 78px;
	}
}

.frm_bank {
	background: url(/static/project/images/bg8.jpg) center center no-repeat;
	background-size: cover;
}

.frm_bank section {
	max-width: 1200px;
	margin: auto;
	padding: 90px 0;
}

@media (max-width: 840px) {
	.frm_bank section {
		padding: 60px 0;
	}
}

.frm_bank section ul {
	overflow: hidden;
}

.frm_bank section ul li {
	float: left;
}

.frm_bank section ul li img {
	box-shadow: 0 0 10px #e5ebf2;
}

.frm_bank section ul li {
	text-align: center;
	margin-bottom: 40px;
	width: 50%;
}

.frm_bank section ul li img {
	width: 96%;
}

@media (max-width: 840px) {
	.frm_bank section ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 840px) {
	.frm_bank section ul {
		margin: 0px auto 10px;
	}
}

.frm_bank section article ul {
	margin: 50px auto 0px;
}

.frm_bank section article ul li {
	text-align: center;
	width: 20%;
}

.frm_bank section article ul li img {
	width: 96%;
	height: 110px;
}

@media (max-width: 840px) {
	.frm_bank section article ul li {
		width: 33.33%;
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.frm_bank section article ul li img {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.frm_bank section article ul li {
		width: 50%;
	}
	.frm_bank section article ul li img {
		height: 80px;
	}
}

@media (max-width: 840px) {
	.frm_bank section article ul {
		margin: 50px auto 0px;
	}
}

@media (max-width: 640px) {
	.frm_bank section article ul li {
		width: 50%;
		padding: 0 10px 0 20px;
		box-sizing: border-box;
	}
}

.frm_bank section a {
	width: 260px;
	height: 50px;
	display: block;
	margin: 50px auto 0;
	background-image: -webkit-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: -moz-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: -o-linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	background-image: linear-gradient(90deg, #0c37a2 0%, #14198b 100%);
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	font-size: 20px;
	color: #ffffff;
}

@media (max-width: 840px) {
	.frm_bank section a {
		margin: 0 auto;
	}
}

.frm_bank section a:hover {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background-image: -webkit-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -moz-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: -o-linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	background-image: linear-gradient(0deg, #1566a0 0%, #26aee0 100%)
	box-shadow: 0 0 10px #b4b5da;
}

.frm_question {
	overflow: hidden;
	background: url(/static/project/images/bg9.jpg) center center no-repeat;
	background-size: cover;
}

.frm_question .frm_title {
	margin: 90px auto;
}

@media (max-width: 640px) {
	.frm_question .frm_title {
		margin: 60px auto 30px;
	}
}

.frm_question section {
	max-width: 1200px;
	margin: auto;
	overflow-x: auto;
}

.frm_question section ul {
	position: relative;
	height: 500px;
	width: 1200px;
}

.frm_question section ul li {
	cursor: pointer;
	animation: bubbleMove 2s ease infinite alternate;
	position: absolute;
}

.frm_question section ul li:hover p {
    box-shadow: 0 0 10px #1b77b9;
}

.frm_question section ul li:nth-of-type(1) {
	top: 22px;
	right: 223px;
	animation: bubbleMove 1.7s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(2) {
	top: 28px;
	left: 287px;
	animation: bubbleMove 1.9s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(3) {
	top: 28px;
	left: 563px;
	animation: bubbleMove 2s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(4) {
	top: 280px;
    left: 20px;
    animation: bubbleMove 1.5s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(5) {
	top: 180px;
    left: 496px;
    animation: bubbleMove 2.2s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(6) {
	bottom: 22px;
	right: 240px;
	animation: bubbleMove 2s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(7) {
	top: 200px;
	right: 295px;
	animation: bubbleMove 2.1s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(8) {
	bottom: 54px;
	left: 600px;
	animation: bubbleMove 1.8s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(9) {
	bottom: 30px;
	left: 178px;
	animation: bubbleMove 1.7s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(10) {
	bottom: 27px;
	left: 400px;
	animation: bubbleMove 1.6s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(11) {
	top: 197px;
	left: 261px;
	animation: bubbleMove 2.5s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(12) {
	bottom: 76px;
	right: 40px;
	animation: bubbleMove 2.5s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(13) {
	top: 105px;
	left: 10px;
	animation: bubbleMove 1.5s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(14) {
    top: 115px;
	right: 0;
	animation: bubbleMove 2.3s ease infinite alternate;
}

.frm_question section ul li:nth-of-type(2) p a,.frm_question section ul li:nth-of-type(4) p a,.frm_question section ul li:nth-of-type(11) p a,.frm_question section ul li:nth-of-type(14) p a {
	margin-top: 10px;
}

.problem>ul>li:nth-child(4n+0)>p {
    background: #3498db;
}

.problem>ul>li:nth-child(4n+1)>p {
    background: #1a60a7;
}

.problem>ul>li:nth-child(4n+2)>p {
    background: #3cb1dc;
}

@media (max-width: 640px) {
	.frm_question section ul {
		position: relative;
		height: 500px;
		width: 640px;
	}
	.frm_question section ul li {
		cursor: pointer;
		animation: bubbleMove 2s ease infinite alternate;
		position: absolute;
	}
	.frm_question section ul li:nth-of-type(1) {
		top: 22px;
		left: 494px;
		animation: bubbleMove 1.7s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(2) {
		top: 28px;
		left: 168px;
		animation: bubbleMove 1.9s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(3) {
		top: 28px;
		left: 323px;
		animation: bubbleMove 2s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(4) {
		animation: bubbleMove 1.5s ease infinite alternate;
		top: 105px;
		left: 15px;
	}
	.frm_question section ul li:nth-of-type(4) img {
		width: 110px;
	}
	.frm_question section ul li:nth-of-type(5) {
		top: 164px;
		left: 478px;
		animation: bubbleMove 2.3s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(6) {
		top: 175px;
		left: 126px;
		animation: bubbleMove 2.5s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(7) {
		top: 186px;
		left: 295px;
		animation: bubbleMove 2.1s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(8) {
		top: 354px;
		left: 370px;
		animation: bubbleMove 1.8s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(9) {
		top: 314px;
		left: 38px;
		animation: bubbleMove 1.7s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(10) {
		top: 334px;
		left: 198px;
		animation: bubbleMove 1.6s ease infinite alternate;
	}
	.frm_question section ul li:nth-of-type(11) {
		top: 310px;
		left: 500px;
		animation: bubbleMove 2s ease infinite alternate;
	}
}

.frm_question o {
	font-size: 16px;
	color: #666;
	padding: 10px 20px;
	display: block;
	display: none;
	text-align: center;
}

@media (max-width: 1200px) {
	.frm_question o {
		display: block;
	}
}

.frm_question p {
	margin: 125px auto 0px;
	background: #f5f7fb;
	padding: 30px 0;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.problem>ul>li>p>a {
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    padding: 0 15px;
}

.problem>ul>li>p {
    background: #8bbbdc;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    margin: 0;
}

@media (max-width: 1200px) {
	.frm_question p {
		display: none;
	}
}

.footfloat {
	transition: 1.3s;
	-moz-transition: 1.3s;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(17, 17, 17, 0.8);
}

@media (max-width: 871px) {
	.footfloat {
		position: initial;
	}
}

.footfloat ul {
	padding: 16px 57px 5px 0;
	max-width: 1320px;
	margin: auto;
	overflow: hidden;
}

@media (max-width: 1250px) {
	.footfloat ul {
		padding: 10px 72px 0px 0;
	}
}

@media (max-width: 871px) {
	.footfloat ul {
		padding: 10px 0px 20px 0;
		max-width: 420px;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.footfloat ul {
		padding: 30px 10px 80px;
	}
}

.footfloat ul p {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	float: left;
	margin-right: 50px;
}

.footfloat ul p i {
	color: #ffeb46;
	font-size: 20px;
}

@media (max-width: 1400px) {
	.footfloat ul p {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 1250px) {
	.footfloat ul p {
		display: block;
		margin-left: 20px;
		margin-bottom: 10px;
		float: initial;
	}
}

@media (max-width: 871px) {
	.footfloat ul p {
		float: initial;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.footfloat ul li {
	float: left;
	height: 41px;
	background: #ffffff;
	border-radius: 5px;
	width: 220px;
	margin-right: 60px;
	margin-bottom: 6px;
}

.footfloat ul li span {
	font-size: 20px;
	color: #5c5c5c;
	line-height: 41px;
	margin-left: 20px;
}

.footfloat ul li input {
	width: 125px;
	outline: none;
	font-size: 20px;
	color: #5c5c5c;
	line-height: 41px;
	background: none;
	border: none;
}

@media (max-width: 1400px) {
	.footfloat ul li {
		margin-right: 15px;
	}
}

@media (max-width: 1360px) {
	.footfloat ul li:nth-of-type(1) {
		margin-left: 20px;
	}
}

@media (max-width: 1250px) {
	.footfloat ul li {
		width: 186px;
	}
	.footfloat ul li span {
		margin-left: 6px;
	}
	.footfloat ul li input {
		width: 120px;
	}
}

@media (max-width: 871px) {
	.footfloat ul li {
		float: initial;
		margin: 0 auto 20px;
		width: 220px;
	}
	.footfloat ul li:nth-of-type(1) {
		margin: 0 auto 20px;
	}
	.footfloat ul li span {
		margin-left: 25px;
	}
	.footfloat ul li input {
		width: 125px;
	}
}

.footfloat ul a {
	float: left;
	width: 160px;
	height: 41px;
	border-radius: 5px;
	background: #ffeb46;
	font-size: 20px;
	color: #250707;
	line-height: 41px;
	text-align: center;
}

@media (max-width: 871px) {
	.footfloat ul a {
		float: initial;
		display: block;
		margin: auto;
	}
}

.fold {
	font-size: 0;
	position: fixed;
	right: 0;
	bottom: 0;
}

.fold img {
	height: 70px;
}

.fold img:nth-of-type(2) {
	display: none;
}

@media (max-width: 1250px) {
	.fold img {
		height: 116px;
		width: 71px;
	}
}

@media (max-width: 871px) {
	.fold {
		display: none;
	}
}

.siderbar {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: #15657A;
	box-shadow: 0 0 10px #ddd;
}

.siderbar span {
	display: none;
}

.siderbar li {
	float: left;
	width: 50%;
	padding: 5px 0;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
}

.siderbar li img:nth-of-type(2) {
	display: none;
}

.siderbar li a {
	color: #ffffff;
	font-size: 12px;
}

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

.siderbar li p {
	display: none;
	margin: 0 auto;
	font-size: 15px;
	color: #333333;
}

@media (min-width: 640px) {
	.siderbar li:hover {
		background-image: -webkit-linear-gradient(0deg, #f9a960 0%, #ffea46 100%);
		background-image: -moz-linear-gradient(0deg, #f9a960 0%, #ffea46 100%);
		background-image: -o-linear-gradient(0deg, #f9a960 0%, #ffea46 100%);
		background-image: linear-gradient(0deg, #f9a960 0%, #ffea46 100%);
	}
	.siderbar li:hover img {
		display: none;
	}
	.siderbar li:hover p {
		display: block;
	}
}

.siderbar .iconsearch {
	display: none;
}

.siderbar .iconwrite {
	display: none;
}

.siderbar .iconcomment {
	border-right: 1px solid #dddddd;
}

.siderbar .iconcomment img {
	padding-top: 10px;
}

.siderbar .iconlcok {
	display: none;
}

.siderbar .iconphone {
	border-bottom: 0;
}

@media (min-width: 641px) {
	.siderbar {
		display: none;
		width: 90px;
		right: 0;
		bottom: 177px;
		background: #f4f4f4;
	}
	.siderbar li {
		width: 100%;
		float: none;
		height: 78px;
		background: #f4f4f4;
	}
	.siderbar li:nth-of-type(4) img {
		border-bottom: none;
	}
	.siderbar li img {
		padding: 20px 0;
		border-bottom: 1px solid #d5d5d5;
	}
	.siderbar li p {
		padding: 10px 0;
	}
	.siderbar .iconsearch {
		display: block;
	}
	.siderbar .iconwrite {
		display: block;
	}
	.siderbar .iconcomment {
		border-right: 0;
	}
	.siderbar .iconcomment img {
		padding-top: 10px;
	}
	.siderbar .iconlcok {
		display: block;
	}
}

@media (min-width: 1380px) {
	.siderbar {
		width: 90px;
		right: 0px;
		bottom: 177px;
	}
	.siderbar li {
		float: none;
	}
	.siderbar li:nth-of-type(4) P {
		padding: 10px 0;
	}
}

@media (max-width: 640px) {
	.siderbar {
		box-shadow: none;
		background: rgba(0, 0, 0, 0.8);
		display: block;
	}
	.siderbar .iconcomment {
		display: none;
	}
	.siderbar span {
		display: block;
		font-size: 14px;
		color: #fceb5a;
	}
	.siderbar ul {
		background: none;
	}
	.siderbar ul li {
		padding: 8px 0 5px;
		background: none;
	}
	.siderbar ul li img {
		display: none;
	}
	.siderbar ul li img:nth-of-type(2) {
		display: block;
	}
	.siderbar ul li:nth-of-type(1) {
		border-right: 1px solid #ffffff;
	}
}

.popup {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.popup div {
	width: 320px;
	height: 250px;
	max-width: 600px;
	max-height: 444px;
	background: #ccc;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.popup div video {
	width: 100%;
}

.popup div embed {
	width: 100%;
}

.popup span {
	position: absolute;
	color: #ffffff;
	font-size: 40px;
	right: 20px;
	top: 70px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #ccc;
	text-align: center;
	line-height: 50px;
}

@media (min-width: 768px) {
	.popup div {
		width: 600px;
		height: 444px;
	}
}

.cfa_sidebar {
	position: fixed;
	right: 0px;
	top: 35%;
	width: 73px;
	background: #304f91;
	display: none;
	z-index: 999;
	box-shadow: 0px 0px 6px #eceded;
}

.cfa_sidebar ul {
	*zoom: 1;
}

.cfa_sidebar ul:after {
	content: " ";
	clear: both;
	display: table;
}

.cfa_sidebar ul li {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	line-height: 66px;
	height: 66px;
	width: 73px;
	overflow: hidden;
	background: url(/static/project/images/sidebar_bg.png) no-repeat bottom center;
}

.cfa_sidebar ul li span {
	display: none;
	float: left;
	font-size: 20px;
}

.cfa_sidebar ul li:last-child {
	background: none;
}

.cfa_sidebar ul li a img {
	margin-top: 18px;
}

.cfa_sidebar ul li a img:last-child {
	display: none;
}

.cfa_sidebar ul li:hover {
	min-width: 185px;
	background-image: -webkit-linear-gradient(0deg, #f89c65 0%, #ffea46 100%);
	background-image: -moz-linear-gradient(0deg, #f89c65 0%, #ffea46 100%);
	background-image: -o-linear-gradient(0deg, #f89c65 0%, #ffea46 100%);
	background-image: linear-gradient(0deg, #f89c65 0%, #ffea46 100%);
	margin-left: -109px;
	font-size: 16px;
	color: #fafafa;
	text-align: left;
	padding-left: 32px;
	border-radius: 3px;
}

.cfa_sidebar ul li:hover a {
	font-size: 16px;
	color: #fafafa;
}

.cfa_sidebar ul li:hover a img {
	float: left;
	margin-top: 18px;
}

.cfa_sidebar ul li:hover a img:first-of-type {
	display: none;
}

.cfa_sidebar ul li:hover a img:last-of-type {
	display: inline-block;
}

.cfa_sidebar ul li:hover span {
	display: inline-table;
	margin-right: 18px;
	color: #4f2700;
}

.cfa_sidebar ul li:hover span i {
	color: #fafafa;
	font-size: 16px;
	display: block;
}

.cfa_sidebar ul li:hover:last-of-type {
	width: 230px;
	margin-left: -158px;
}

.cfa_sidebar ul li:hover:last-of-type span {
	vertical-align: middle;
}

@media (min-width: 641px) {
	.cfa_sidebar {
		display: block;
	}
}

.footer_form {
	margin: 0 auto;
	background: #333333;
	margin-bottom: 61px;
	*zoom: 1;
}

.footer_form:after {
	content: " ";
	clear: both;
	display: table;
}

.footer_form .b_form {
	margin: 0 auto;
	left: 50%;
	width: 100%;
	top: 0;
	z-index: 99;
}

.footer_form .b_form .get {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 380px;
	height: 390px;
	padding: 40px 0px;
	background: #333;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 40px;
}

.footer_form .b_form .get .title {
	color: #ffeb46;
	width: 100%;
	margin-left: 2px;
	text-align: center;
	font: 24px/24px "微软雅黑";
}

.footer_form .b_form .get .getcon {
	margin-top: 30px;
	position: relative;
}

.footer_form .b_form .sqk_name {
	float: left;
	background: url(/static/project/images/name.png) no-repeat #eaeaea;
	z-index: 99;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #bdb2ae solid 1px;
}

.footer_form .b_form .sqk_tel {
	float: left;
	background: url(/static/project/images/tell.png) no-repeat #eaeaea;
	z-index: 99;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #bdb2ae solid 1px;
}

.footer_form .b_form .sqk_email {
	float: left;
	background: url(/static/project/images/email.png) no-repeat #eaeaea;
	z-index: 99;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #bdb2ae solid 1px;
}

.footer_form .b_form .sqk1 {
	background: no-repeat;
	position: absolute;
	left: 40px;
	top: 0;
	width: 250px;
	height: 38px;
	border: none;
	z-index: 999;
	color: #666;
}

.footer_form .b_form .sqk_but a {
	width: 300px;
	border-radius: 7px;
	line-height: 40px;
	text-align: center;
	color: #1a2a00;
	font: 18px/40px "微软雅黑";
	text-decoration: none;
	background: #ffeb46;
	display: inline-block;
	margin: 0 auto;
}

.footer_form .b_form .sqk_but a:hover {
	background: #666;
	color: #ffffff;
}

.footer_form .b_form .get .getcon p {
	margin: 0 auto;
	float: none!important;
	box-sizing: border-box;
	padding-left: 13px;
	line-height: 40px;
	height: 40px;
	background-position: 15px center;
	margin-bottom: 12px;
	width: 300px;
	border-radius: 0;
	border: 1px solid #fff;
}

.footer_form .b_form .get .getcon p input {
	background-color: inherit;
	line-height: normal!important;
	vertical-align: middle;
	height: 38px;
	color: #5c5c5c;
	font-size: 18px;
}

.footer_form .b_form .get .getcon p select {
	padding-left: 5px;
	font-size: 18px;
}

.footer_form .b_form .sqk_occupation {
	margin-bottom: 20px!important;
	float: left;
	background: url(/static/project/images/select.png) no-repeat #eaeaea;
	z-index: 99;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #bdb2ae solid 1px;
}

.footer_form .b_form .sqk_occupation img {
	float: right;
	margin-top: 15px;
	margin-right: 19px;
}

.footer_form .b_form .sqk_occupation img.active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.footer_form .b_form .get .getcon p span {
	display: inline-block;
	width: 219px;
}

.footer_form .b_form .get .getcon input.male {
	width: 20px;
	background: none;
}

.footer_form .b_form .get .getcon input.female {
	width: 20px;
	background: none;
	margin-left: 24px;
}

@media (min-width: 641px) {
	.footer_form {
		display: none;
	}
}



/*新增*/
.inner {
    width: 1200px;
    margin: 0 auto;
}
.danger-title {
    padding: 76px 0 0;
    text-align: center;
}
.danger-title h3 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 76px;
    letter-spacing: 3px;
    background: url(/static/project/images/xian-1.jpg) no-repeat bottom center;
}
.danger-title p {
    text-align: center;
    color: #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 38px;
}
.guide-conts{
	height:1109px;
	background:url(/static/project/images/guide.jpg) no-repeat top center;
}

.danger-title.white h3{color:#fff;}
.danger-title.white p{color:#fff;}

.guide-list ul li{
	float: left;
	width:375px;
	height:375px;
	background:#fff;
	margin:0 19px 40px;
}
.guide-list ul{
	margin:0 -20px;
	padding:25px 0 0;
}
.guide-inners{
	padding:40px 26px 0;
	text-align: center;
}
.guide-icon{
	width:78px;
	height:78px;
	margin:0 auto;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.guide-list ul li:nth-child(1) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:0 0;}
.guide-list ul li:nth-child(2) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-154px 0;}
.guide-list ul li:nth-child(3) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-300px 0;}
.guide-list ul li:nth-child(4) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-437px 0;}
.guide-list ul li:nth-child(5) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-554px 0;}
.guide-list ul li:nth-child(6) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-670px 0;}

.guide-list ul li:hover:nth-child(1) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:0 -114px;}
.guide-list ul li:hover:nth-child(2) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-154px -114px;}
.guide-list ul li:hover:nth-child(3) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-300px -114px;}
.guide-list ul li:hover:nth-child(4) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-437px -114px;}
.guide-list ul li:hover:nth-child(5) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-554px -114px;}
.guide-list ul li:hover:nth-child(6) .guide-icon{background:url(/static/project/images/icon.png) no-repeat;background-position:-670px -114px;}
.guide-pages{
	height:170px;
}
.guide-pages h3{
	font-size:24px;
	color:#111111;
	line-height:54px;
	padding-bottom: 8px;
}
.guide-pages p{
	font-size:18px;
	color:#a1a1a1;
	text-align: justify;
	letter-spacing:2px;
	text-align: center;
}
.guide-btn a{
	display: inline-block;
	width:166px;
	line-height:40px;
	font-size:18px;
	background:#2abcff;
	color:#fff;
	text-align: center;
}
.guide-list ul li:hover .guide-pages h3{color:#fff;}
.guide-list ul li:hover .guide-pages p{color:#fff;}
.guide-list ul li:hover{background:#2abcff;}
.guide-list ul li:hover .guide-btn a{background:#fff;color:#2abcff;}