﻿/* -------------------------------START------------------------------- */
/* ----------------------------全部页面公共---------------------------- */


@font-face {
	font-family: 'Hel';
	src: url('../fonts/HelveticaNeueLTStd-LtCn_0.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-LtCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-LtCn_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hel-01';
	src: url('../fonts/HelveticaNeueLTStd-LtCn_0.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Th_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-LtCn_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hel-02';
	src: url('../fonts/HelveticaNeueLTStd-LtCn_0.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-MdCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-LtCn_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.date {
	font-family: 'Hel';
}

/* 滚动条 */

::-webkit-scrollbar {
	/*滚动条整体样式*/

	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;
	background: rgba(255, 255, 255, .2);

}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	width: 4px;
	border-radius: 10px;

	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

	background: #297837;

}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

	border-radius: 10px;

	background: rgba(255, 255, 255, .2);

}


/* 左下留言板 S*/
.liuyanban {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 250px;
	background-color: #006cb4;
	z-index: 111;
	transform: translateX(-150%);
	transition: all .5s;
}

.liuyanban .btn {
	width: 100%;
	height: 40px;
	display: flex;
	background-color: #2a7a33;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	cursor: pointer;
}

.liuyanban .btn div {
	color: #fff;
}

.liuyanban .btn img {
	width: 20px;
}

.liuyanban .neirong {
	display: none;
	background-color: #fff;
}

.liuyanban .neirong form {
	height: 100%;
	width: 100%;
	padding: 20px;
}

.liuyanban .neirong .input {
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

.liuyanban .neirong .input input {
	line-height: 30px;
	padding: 4px 10px;
	color: #d9d9d9;
	border: 1px solid #d9d9d9;
}

.liuyanban .neirong .input textarea {
	padding: 4px 10px;
	outline: none;
	color: #333;
	border: 1px solid #d9d9d9;
}

.liuyanban .neirong * {
	color: #fff;
}

.liuyanban .neirong .title h1 {
	font-size: 22px;
}

.liuyanban .neirong button {
	width: 100%;
	height: 40px;
	border-radius: 20px;
	background-color: #2a7a33;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width:1024px) {
	.liuyanban .btn {
		display: none;
	}
}



/* 左下留言板 E*/



.goTopBtn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	position: fixed;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	display: none;
	text-align: center;
	line-height: 60px;
	z-index: 111;
}


/* 上导航-S */
.opNav {
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: rgb(0 0 0 / 35%);
}

.opNav .transBox {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0 12vw;
	height: 90px;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background-color: #fff; */
	/* box-shadow: 0 10px 10px -10px #f0f2f5; */
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.opNav .transBox .left {
	height: 100%;
}

.opNav .transBox .right {
	display: flex;
	align-items: center;
	height: 100%;
}

.opNavUl {
	display: flex;
	align-items: center;
	height: 100%;



	z-index: 11;
}

.opLogo {
	height: 100%;
	display: flex;
	align-items: center;
}

.opLogo a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.opLogo img {
	height: 80%;
	filter: grayscale(100%) brightness(1000%);
	margin-right: 40px;
}

.opLogo img:nth-child(1) {
	height: 80%;
}

.opScrBtn {
	width: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	position: relative;
}

.opScrBtn::after {
	content: "";
	height: 36px;
	width: 1px;
	display: flex;
	position: absolute;
	right: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.opScrBtn:last-child::after {
	display: none;
}

.opScrBtn i {
	display: flex;
	height: 2px;
	background-color: #8bc34a;;
	width: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-radius: 2px;
	transition: all .5s;
}

.opScrBtn h1 {
	transition: all .5s;
	font-weight: 400;
	opacity: .9;
	color: #fff;
}

.opScrBtn.on h1 {
	color: #8bc34a;
	opacity: 1;
}

.opScrBtn.on i {
	width: 50%;
}

.opScrBtn:hover h1 {
	color: #8bc34a;
	opacity: 1;
}

.opScrBtn:hover i {
	width: 50%;
}

.opScrBtn .twoNav {
	display: none;
	position: absolute;
	z-index: 11;
	padding-top: 10px;
	transition: all .5s;
	transform: translateY(20px);
	opacity: 0;
}

.opScrBtn .twoNav ul {
	background-color: #fff;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #f0f2f5
}

.opScrBtn .twoNav.on {
	opacity: 1;
	transform: translateY(0px);
}

.opScrBtn .twoNav li a {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	transition: all .5s;
	padding: 15px 0;
	border-radius: 4px;
}

.opScrBtn .twoNav li a:hover {
	background-color: #297837;
	color: #fff;
}

.opScrBtn .twoNav li {
	width: 100%;
}

.topNavR {
	display: flex;
	align-items: center;
}

.topNavR .ico {
	width: 26px;
}

.topNavR .cotaBox {
	display: flex;
	align-items: center;
}

.topNavR .cotaBox .htel {
	background: url(../img/phoneIco.png) no-repeat scroll;
	background-size: 26px auto;
	width: 26px;
	height: 26px;
}

.topNavR .cotaBox span {
	font-size: 26px;
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
}

.transBox:nth-child(2) {
	position: fixed;
	top: 0;
	transform: translateY(-100%);
	z-index: 111
}

.transBox:nth-child(2).on {
	transform: translateY(0)
}

.searchBox {
	position: relative;
	margin-right: 30px;
}

.searchBox input {
	width: 34px;
	height: 40px;
	opacity: 0;
	transition: all .8s ease;

	font-size: 14px;
	border-radius: 20px;
	background-color: #f3f3f3
}

.searchBox button {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	cursor: pointer;
	background: url(../img/searchIco.png) no-repeat scroll;
	background-size: 26px auto;
	width: 26px;
	height: 26px;
	transition: all .5s;
}

.searchBox:hover button {
	background: url(../img/searchIco1.png) no-repeat scroll;
	background-size: 26px auto;
}

.searchBox:hover input {
	width: 200px;
	opacity: 1;
	padding: 0 40px 0 20px;
}

/* 弹出导航 */
.opNav .transBox.on {
	background-color: #fff;
	box-shadow: 0 10px 10px -10px #e7e7e7;
}

.transBox.on .opLogo img {
	filter: unset
}

.transBox.on .opScrBtn h1 {
	color: #333;
}

.transBox.on .opScrBtn.on h1 {
	color: #297837;
}

.transBox.on .opScrBtn:hover h1 {
	color: #297837;
}

.transBox.on .topNavR .cotaBox span {
	color: #333;
}

.transBox.on .searchBox button {
	background: url(../img/searchIco1.png) no-repeat scroll;
	background-size: 26px auto;
}

.transBox.on .topNavR .cotaBox .htel {
	background: url(../img/phoneIco1.png) no-repeat scroll;
	background-size: 26px auto;
}

/* .transBox.on .topNavR .ico {
	filter: invert(1);
} */


.m-menu {
	display: none;
}

.menuBox {
	display: none;
}

@media only screen and (max-width:1600px) {
	.opScrBtn {
		width: 108px;
	}

	.opNavUl {
		left: 42%;
	}

	.topNavR .cotaBox {
		display: none;
	}
}

@media only screen and (max-width:1300px) {
    
    
    
    
    
    
	.opScrBtn h1 {
		font-size: 14px;
	}

	.opScrBtn {
		width: 90px;
	}

	.topNavR .cotaBox {
		display: none;
	}

	.opNavUl {
		left: 48%;
	}

	.opNav .transBox,
	.opNav {
		height: 6vw;
	}

	.searchBox {
		margin-right: 0;
	}

}

@media only screen and (max-width:1024px) {

	.opScrBtn {
		height: 20vw;
		width: unset;
	}

	.opScrBtn>div {
		padding: 0 6vw;
		height: 100%;
		display: flex;
		align-items: center;
		width: max-content;
	}

	.opNav .transBox,
	.opNav {
		height: 16vw;
	}

	.opNav .transBox {
		padding: 0 6vw;
	}

	.opNavUl {
		display: none;
	}

	.m-menu {
		display: flex;
		align-items: center;
	}

	.m-menu img {
		width: 26px;
	}

	.searchBox {
		margin-right: 5vw;
		display: none;
	}

	.searchBox input {
		width: 46vw;
		opacity: 1;
	}

	.searchBox:hover input {
		width: 46vw;
	}


	.menuBox {
		display: none;
		transition: all .5s ease;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1111;
		left: 0;
		top: 0;
	}

	.menuBoxAll {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.menuBox .overlay {
		background-color: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		transition: all .5s ease;
		opacity: 0;
	}

	.mNavlist {
		right: -100%;
		position: absolute;
		top: 0;
		opacity: 0;
		background-color: #297837;
		width: 70%;
		height: 100%;
		transition: all .5s ease
	}

	.mLogoBox {
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		height: 30vw;
		display: flex;
		align-items: center;
	}

	.mLogoBox img {
		/* filter: grayscale(100%) brightness(500%); */
		width: 20vw;
		margin: 0 auto;
	}

	.menuBox.on .mNavlist {
		right: 0;
		opacity: 1;
	}

	.menuBox.on .overlay {
		opacity: 1;
	}

	.mNavlist a {
		color: #fff;
	}


	.mNavlistB>ul {
		height: 100%;
		width: 80%;
		margin: 0 auto;
	}

	.mNavlistB {
		height: calc(100vh - 18vw);
		overflow: auto;
		width: 100%;
	}


	.mNavlistB::-webkit-scrollbar {
		width: 2px;
		display: none;
	}


	.mNavlistB>ul>li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}

	.mNavlistB>ul>li>a {
		padding: 6vw 0;
		transition: all .5s ease;
		position: relative;
	}

	.mNavlistB>ul>li>a img {
		position: absolute;
		width: 14px;
		height: 14px;
		right: 0;
		top: calc(50% - 7px);
		transform: rotate(0deg);
		transition: all .5s ease;
	}

	.mNavlistB>ul>li.on>a img {
		transform: rotate(180deg);
	}

	/* .mNavlistB>ul>li.on>a {color: red;} */
	.mNavlist ul ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding-bottom: 4vw;
	}

	.mNavlist ul ul li {
		width: 50%;
	}

	.mNavlist ul ul a {
		font-size: 4vw;
		padding: 3vw 0;
	}

	.mNavlist .ul2 {
		width: 100% !important;
	}

	.topNavR .ico {
		width: 20px;
	}

	.goTopBtn {
		right: 5vw;
		bottom: 5vw;
	}

	.opNav .transBox.on .m-menu img {
		filter: invert(0);
	}
}



/* 上导航-E */


/* 页底 */

.foot {
	width: 100%;
	background-color: #14141b;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot * {
	color: #ccc;
}

.foot>i {
	width: 80%;
	display: block;
	height: 1px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0));
	;
	opacity: .5;
}

.footLogo {
	filter: drop-shadow(1px 1px 2px);
	width: 150px;
	margin: 26px;
}

.foot .cout {
	width: 1300px;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.contactIco {
	display: flex;
}

.footLbotm {
	display: flex;
	margin-top: 20px;
	padding-right: 20px;
	flex-direction: column;
}

.botnav {
	display: flex
}

.botnav .title {
	position: relative;
}

.botnav .title::before {
	content: "";
	display: block;
	left: -12px;
	width: 4px;
	height: 80%;
	top: 10%;
	position: absolute;
	background-color: #297837;
	border-radius: 2px;
}

.foot .ultwo a {
	font-size: 14px;
	opacity: .7;
	margin: 6px 0;
}

.botnav li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
}

.foot .ultwo {
	margin-top: 10px;
}

.contactIco a {
	margin-right: 20px;
}

.footWX img {
	width: 150px;
	margin-bottom: 6px;
	height: 150px;
}

.footWX {
	display: flex;
}

.footWX>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
}

.footContact li {
	font-size: 14px;
	margin-bottom: 10px;

	line-height: 1.5em;
}

.footInfo {
	width: 1300px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.footInfo span {
	font-size: 14px;
	white-space: nowrap;
}

.footInfo span a {
	font-size: 14px;
	display: inline-block;
	transition: 500ms;
}

.footInfo span a:hover {
	color: #297837;
}

.footInfo .rt {
	display: flex;
}

.footInfo .rt span {
	margin: 0 0 0 50px;
}

@media only screen and (max-width:1600px) {
	.foot .cout {
		width: 90%;
	}

	.footInfo {
		width: 90%;
	}

}

@media only screen and (max-width:1300px) {
	.foot .cout {
		width: 90%
	}

	.botnav li {
		width: 10vw;
	}

	.footInfo {
		width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.botnav {
		flex-wrap: wrap;
	}

	.foot .cout {
		flex-direction: column-reverse;
		width: 84%;
	}

	.botnav li {
		width: 33.333333%;
		margin-bottom: 6vw;
	}

	.footLbotm {
		padding-right: 0;
	}

	.foot .ultwo {
		display: none;
	}

	.footInfo {
		flex-direction: column;
		padding-top: 0;
	}

	.footInfo span {
		font-size: 3.2vw;
		padding: 1vw 0;
	}

	.footInfo span:first-child {
		text-align: center;
	}

	.footInfo .rt {
		justify-content: space-between;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footInfo .rt span {
		margin: 0;
	}

	.contactIco {
		display: flex;
		justify-content: center;
	}

	.footWX span {
		font-size: 14px;
	}

	.footInfo span a {
		font-size: 3.2vw;
	}

}

/* 页底 */


/* ----------------------------全部页面公共---------------------------- */
/* --------------------------------END-------------------------------- */



/* -----------------------------START----------------------------- */
/* ----------------------------首页样式---------------------------- */


/* 首页公用-S */

.inxSec {
	padding: 100px 0 0 0;
}

.inxTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inxTitle>div {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #333;
}

.inxTitle>div::after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background-color: #297837;
	margin: 10px auto 0;
}

.inxTitle>span {
	font-size: 20px;
}

.more-btn {
	margin-top: 40px;
	text-align: center;
	width: 180px;
	height: 52px;
	overflow: hidden;
	position: relative;
	transition: all 1s;
	cursor: pointer;
	border-radius: 100px;
	/* box-shadow: 0 0 8px 2px rgb(195 13 35 / 21%); */
	background: linear-gradient(to right, #4eac34, #297837);
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-btn::before {
	content: "";
	font-size: 20px;
	position: absolute;
	left: -100%;
	transition: all .5s;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	background-image: url(../img/longjiantou.png);
	background-position: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 30%;
}

.more-btn>span {
	transition: all .5s;
	font-size: 16px;
	width: fit-content;
	color: #fff;
}

.more-btn:hover:before {
	left: 0%;
	transition: all 1s;
}

.more-btn:hover>span {
	transform: translateX(300%);
	transition: all 1s;
}

@media only screen and (max-width:1600px) {
	.inxSec {
		padding: 8vw 0;
	}
}

@media only screen and (max-width:1024px) {
	.inxTitle {
		width: 84%;
		margin: 0 auto;
	}

	.inxTitle>div {
		font-size: 8vw;
	}

	.inxTitle>span {
		font-size: 4vw;
	}

	.inxSec {
		padding: 16vw 0;
	}

	.more-btn {
		margin-top: 10vw;
	}
}


/* 首页公用-E */

/* banner-S */

.inx-banner {
	width: 100%;
	/* height: calc(100vh - 70px - 90px - 20px); */
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#inxBanner {
	height: 100%;
}

#inxBanner .swiper-slide {
	height: 100%;
	position: relative;
}

#inxBanner .imgBox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#inxBanner .imgBox img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	transform: scale(1.05);
	transition: all .5s;
}

#inxBanner .swiper-slide-active .imgBox.on img {
	transform: scale(1);
}

#inxBanner .box {
	position: relative;
	width: 100%;
	height: 100%;

}

#inxBanner .box.on {}

#inxBanner .bntxt {
	position: absolute;
	left: 10vw;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}

#inxBanner .box.on .imgBox img {

	transform: scale(1);
	transition: all 4s;
}

#inxBanner .bntxt h1 {
	font-size: 4.8vw;
	font-family: 楷体;
	margin: 0 0 1vw 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px rgb(50 50 50 / 58%);
	opacity: 0;
	transform: translateY(-100px);
	transition: all 1s;
}

#inxBanner .bntxt span {
	font-family: 楷体;
	display: block;
	color: #fff;
	font-size: 3vw;
	line-height: 4vw;
	text-shadow: 1px 2px rgb(50 50 50 / 58%);
	letter-spacing: 4px;
	opacity: 0;
	transition: all 1s;
}

#inxBanner .box.on h1 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .4s;
}

#inxBanner .bntxt .ms1 {
	transform: translateY(-100px);
}

#inxBanner .bntxt .ms2 {
	transform: translateY(-100px);
}

#inxBanner .box.on .ms1 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .2s;
}

#inxBanner .box.on .ms2 {
	opacity: 1;
	transform: translateY(0);
}


.inxBannerBTN {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: calc(50% - 30px);
	z-index: 111;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .5;
	transition: all .5s ease;
	outline: none;
}

.inxBannerBTN i {
	color: #fff;
	font-size: 24px;
}

.inxBannerBTN:hover {
	opacity: 1;
}

.inxBanner-prev {
	left: 40px;
}

.inxBanner-next {
	right: 40px;
}



.inxBanner-scroller {
	height: 200px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 100px;
	bottom: 50px;
	z-index: 1;
	overflow: hidden;
	transition: all 0.5s ease;
}

.inxBanner-scroller div {
	width: 100%;
	height: 100%;
	position: relative;
}

.inxBanner-scroller div div {
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: -100%;
	left: 0;
}

.lr-contro {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: unset;
	justify-content: unset;
	flex-wrap: unset;
}

@media (max-width:1024px) {
	.lr-contro {
		position: unset;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: unset;
		margin-top: 4vw;
	}
}

.lr-contro div {
	cursor: pointer;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: unset;
}

@media (max-width:1024px) {
	.lr-contro div {
		background-color: #f3f3f3;
	}
}

.lr-contro div i {
	color: #fff;
}

@media (max-width:1024px) {
	.lr-contro div i {
		color: #666;
	}

	.lr-contro div i:hover {
		color: #fff;
	}
}

.lr-contro div:hover {
	background-color: #a71d1d;
}





#inicio {
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	margin-top: -50px;
	margin-left: -50px;
}

#inicio .splash {
	width: 100%;
	height: 100%;
}

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}






@media only screen and (max-width:1600px) {
	.inx-banner {
		/* height: calc(100vh - 70px - 90px - 20px); */
	}
}


@media only screen and (max-width:1300px) {
	.inx-banner {
		height: 56vw;
	}
}


@media only screen and (max-width:1024px) {
	.inxBannerBTN {
		width: 10vw;
		height: 10vw;
	}

	.inxBanner-prev {
		left: 4vw;
	}

	.inxBanner-next {
		right: 4vw;
	}

	.inx-banner {
		height: 70vw;
	}

	#inicio {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.inxBanner-scroller {
		height: 20vw;
		left: 10vw;
		bottom: 5vw;
	}

	#inxBanner .bntxt h1 {
		font-size: 8vw;
	}

	#inxBanner .bntxt span {
		font-size: 6vw;
		line-height: 6vw;
	}

	.m-menu img {
		filter: invert(1);
	}

	.searchBox button {
		background: url(../img/searchIco1.png) no-repeat scroll;
		background-size: 26px auto;
	}

	.searchBox input {
		width: 46vw;
		height: 36px;
	}

	.searchBox input {
		opacity: 1;
		padding: 0 40px 0 20px;
	}
}

/* banner-E */





/* 首页优势S */
.inx-youshi {
	background-color: #f5f5f5;
	padding: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.inx-youshi .titleTxt>span {
	font-size: 22px
}

.inx-youshi .titleTxt .eng {
    background: linear-gradient(to right, #4eac34, #297837);
    padding-right: 10px;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 48px;
    transform: scale(1, 0.8);
    transform-origin: 0 0;
    display: block;
    font-family: fangsong;
    letter-spacing: 2px;
    width: fit-content;
}

.inx-youshi .bigTi {
	font-size: 56px;
	font-weight: bold;
	margin: 20px 0;
}

.inx-youshi .imgAbox {
	position: relative;
	width: 60%;
	margin: 0 20px;
}

.inx-youshi .imgC {
	width: 100%;
	height: 600px;
	opacity: .7;
}

.inx-youshi .imgAbox .qqq {
	position: absolute;
	;
	width: 110%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
}

.inx-youshi .q1 {
	border: 1px solid #9ca9eb;
	height: 50%;
	transform: translate(-50%, -50%) rotate(64deg);
}

.inx-youshi .q2 {
	border: 1px solid #ccd0f1;
	height: 80%;
	transform: translate(-50%, -50%) rotate(160deg);
}

.inx-youshi .q3 {
	border: 1px solid #f3b9d1;
	height: 70%;
	transform: translate(-50%, -50%) rotate(30deg);
}




.inx-youshi .qk {
	width: 100%;
	height: 100%;
	position: relative;
}

.qk .iq {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: linear-gradient(to bottom right, #4eac34, #297837);
	left: calc(50% - 10px);
	top: -10px;
}

.inx-youshi .neirong li {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
}

.inx-youshi .neirong li .img {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/bbpj.png);
    margin-bottom: 10px;
    background-size: 100%;
}

.inx-youshi .neirong li span {
	color: #3c8089;
}

.inx-youshi .neirong li img {
	width: 50%;
}



.inx-youshi .neirong li:nth-child(1) {
	top: 9%;
	left: 5%;
}

.inx-youshi .neirong li:nth-child(2) {
	top: 86%;
	left: 25%;
}

.inx-youshi .neirong li:nth-child(3) {
	top: 8%;
	left: 81%;
}

.inx-youshi .neirong li:nth-child(4) {
	top: 72%;
	left: 78%;
}

.inx-youshi .neirong li:nth-child(5) {
	top: 42%;
	left: 92%;
}

.inx-youshi .neirong li:nth-child(6) {
	top: 53%;
	left: 4%;
}


.inx-youshi .leftList {
	display: flex;
	flex-wrap: wrap;
}

.inx-youshi .leftList li {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 20px 0;
	position: relative;
}

.inx-youshi .leftList li::before {
	content: '';
	display: block;
	height: 100%;
	left: -20%;
	border-left: 1px dashed #ccc;
	position: absolute;
}

.inx-youshi .leftList li:nth-child(1):before {
	display: none;
}

.inx-youshi .leftList li:nth-child(4):before {
	display: none;
}

.inx-youshi .leftList li .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.inx-youshi .leftList li .box div {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(top, #4eac34, #297837);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inx-youshi .leftList li span {
	margin: 6px 0;
}

.inx-youshi .leftList li:nth-child(3n) {
	border: none;
}


.q1 .iq {
	left: 23%;
	top: 89%;
	width: 30px;
	height: 30px
}

.q2 .iq {}

.q3 .iq {
	top: 5%;
	left: 76%;
	width: 20px;
	height: 20px;
}


.inx-youshi .cenLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 25%;
    height: 26%;
    border-radius: 50%;
    padding: 16px;
	background: linear-gradient(to right, #4eac34, #297837);
}

.inx-youshi .cenLogo div {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inx-youshi .cenLogo img {
	width: 70%;
}

/* @keyframes qzhuan{

	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
} */

@media only screen and (max-width:1600px) {

	.inx-youshi {
		display: flex;
		justify-content: center;
		padding: 100px 0;
	}

	.inx-youshi .imgC {
		height: 500px;
	}

	.inx-youshi .imgAbox {
		width: 500px;
	}

	.inx-youshi .leftList li span {
		font-size: 14px;
	}

	.inx-youshi .titleTxt {
		width: 600px;
		margin-right: 40px;
	}

	.inx-youshi .bigTi {
		font-size: 40px;
	}

	.inx-youshi .leftList li .box {
		padding-right: 36px;
	}

	.inx-youshi .leftList li::before {
		left: -30px
	}
}


@media only screen and (max-width:1300px) {
	.inx-youshi {
		padding: 100px 40px;
	}

	.inx-youshi .imgAbox {
		width: 400px;
	}

	.inx-youshi .imgC {
		height: 400px;
	}
}

@media only screen and (max-width:1024px) {
	.inx-youshi {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		padding: 10vw 6vw;
		overflow: hidden;
	}

	.inx-youshi .leftList li::before {
		display: none;
	}

	.inx-youshi .titleTxt {
		width: 100%;
		margin-top: 20vw;
		margin-right: 0;
	}

	.inx-youshi .bigTi {
		margin: 0;
		font-size: 7vw;
		margin-top: 5vw;
	}

	.inx-youshi .leftList li .box {
		padding-right: 0;
		align-items: center;
	}

	.inx-youshi .leftList {
		margin-top: 10vw;
	}

	.inx-youshi .imgAbox {
		width: 90vw;
	}

	.inx-youshi .imgC {
		height: 90vw;
	}

	.inx-youshi .neirong li .img {
		width: 20vw;
		height: 24vw;
	}

	.inx-youshi .neirong li:nth-child(5) {
		left: 84%;
	}

	.inx-about{background-image: url(../img/aboutbg.jpg);}

	.inx-youshi .leftList li {
		width: 50%;
		border: none;
		padding: 0 4vw;
	}
	.inx-youshi .cenLogo{width: 40%;
		height: 40%;}
	.inx-youshi .leftList li:nth-child(2n+1) {
		border-right: 1px dashed #999;
	}

	.inx-youshi .leftList li span {
		font-size: 3.4vw;
		text-align: center;
	}
}




/* 首页优势E */







/* banner下面的几个块-S */
.inx-banbom {
	

}

.inx-banbom .bgimg {
	background-image: url(../img/youshibg.jpg);
	background-position: center;
	background-size: cover;
}

.inx-banbom .bgimg .mask {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
	background-color: #0000002b;
}

.inx-banbom ul {
	display: flex;
	align-items: center;
	/* height: 140px; */
	width: 1400px;
	z-index: 11;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

.inx-banbom ul img {
	width: 60%;
	filter: invert(1);
}

.inx-banbom li {

	padding: 35px 20px;
	border-radius: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	width: 32%;
	transition: all .5s;
}

/* .inx-banbom li:hover {
	box-shadow: 0 6px 20px rgba(0, 29, 40, 0.1);
	background-color: #fff;
} */

/* 
.inx-banbom li:hover {transform: scale(1.05);} */
.inx-banbom i {
	height: 300px;
	border-right: 1px dashed #ccc;
	display: block;
}

.inx-banbom .icoimg {
	border: 1px solid #297837;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
}

.inx-banbom .cout {

	flex-direction: column;
	display: flex;
	padding: 15px 0 0 0;
}

.inx-banbom .cout>div {
	font-size: 22px;
	font-weight: 100;
	font-weight: bold;
	margin-bottom: 20px;
}

.inx-banbom .cout>span {
	font-size: 16px;
	line-height: 2em;
	margin-top: 10px;
}


@media only screen and (max-width:1600px) {
	.inx-banbom ul {
		width: 1230px;
	}

}

@media only screen and (max-width:1300px) {
	.inx-banbom ul {
		width: 96%;
	}

	.inx-banbom li {
		width: 30%;
	}


}

@media only screen and (max-width:1024px) {
	.inx-banbom ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: -3vw;
		width: 94%;
	}

	.inx-banbom .bgimg .mask {
		padding: 15vw 0;
	}

	.inx-banbom i {
		display: none;
	}

	.inx-banbom li {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-radius: 2vw;
		margin-bottom: 2vw;
		padding: 5vw;

	}

	.inx-banbom li {
		box-shadow: 0 6px 20px rgb(0 29 40 / 10%);
		background-color: #fff;
	}

	.inx-banbom .cout {
		padding: 0;

	}



	.inx-banbom ul {
		height: unset;
	}

	.inx-banbom .cout>div {

		text-align: center;
		font-size: 5vw;
		margin-bottom: 1vw;
	}

	.inx-banbom .cout {
		align-items: flex-start;
		padding-left: 8vw;
	}

	.inx-banbom .cout>span {
		text-align: center;
		margin: 0;
		font-size: 3vw;
		color: #666;
	}


}

/* banner下面的几个块-E */




/* 关于我们-S */
.bolang {
	margin-top: 80px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.inx-about {
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}



.inx-about .cBox {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.inx-about {
background-image: url(../img/aboutbg.jpg);
	width: 100%;
	background-size: cover;
}

.inx-about .left {
	width: 50%;
	position: relative;
	z-index: 1;
	/* padding-right: 60px */
}

.inx-about .right {
	width: 50%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.inx-about .subtitle {
	background: linear-gradient(to right, #4eac34, #297837);
	padding-right: 10px;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px;
	transform: scale(1, 0.8);
	transform-origin: 0 0;
	display: block;
	font-family: fangsong;
	letter-spacing: 2px;
	width: fit-content;
}

.inx-about .left .title {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0;
}

.inx-about .left .cout p {
	font-size: 16px;
}

.inxAbtVideo {
	object-fit: cover;
}


.inx-about .quan {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	box-shadow: 0 0 40px rgba(111, 4, 4, 0.1);
	border-radius: 50%;
}

.inx-about .quan>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	/* border: 10px solid #fff; */
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}


.inx-about .quan img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	object-fit: cover;
	opacity: .6;
	transition: all .5s;
}

.inx-about .quan img:hover {

	opacity: 1;
}


.inx-about .quanBox {
	width: 80%;
	position: relative;
	padding: 34px;
}

/* .inx-about .quanBox a {background-color: rgba(255,255,255,.5);} */

.inx-about .pointQ {
	background-image: url(../img/pointQ.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	animation: spin1 40s infinite linear;
}


#threeBola {
	position: absolute;
	bottom: 0;
	z-index: 0;
	transform: translateY(0);
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	filter: grayscale(1) contrast(6) opacity(0.5);
	opacity: .16;
}

#output {
	width: 100%;
	height: 100%;
}


@keyframes spin1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width:1600px) {
	.inx-about .cBox {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.inx-about .cBox {
		width: 90%;
	}

	.inx-about .subtitle {
		width: max-content;
		font-size: 40px;
	}

	.inx-about .quanBox {
		width: 84%;
	}
}

@media only screen and (max-width:1024px) {
	.inx-about .cBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 84%;
		flex-direction: column-reverse;
	}

	.inx-about .left .title {
		font-size: 8vw;
	}

	.inx-about .left {
		width: 100%;
		padding-right: 0;
		margin-top: 10vw;
	}

	.inx-about .right {
		width: 100%;
	}

	.inx-about .quanBox {
		width: 100%;
	}

	.inx-about .quanBox {
		padding: 6vw;
		margin: 4vw 0;
	}

	.bolang {
		width: 250%;
	}

	.inx-about .left .cout p {
		font-size: 3.4vw !important;
	}

}

/* 关于我们-E */


/* 能做什么-S */
.inx-canDo {
	display: flex;
	background-color: #fff;
	padding: 0 0 120px 0;
}

.inx-canDo .left {
	width: 50%;
}

.inx-canDo .right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.inx-canDo .left img {
	width: 70%;
}

.inx-canDo .box {
	display: flex;
	width: 90%;
	margin: 0 auto;
}

.inx-canDo .right .title {
	text-align: right;
	font-size: 46px;
	margin-bottom: 40px;
}

.inx-canDo .right>span {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}

.inx-canDo .txt p {
	font-size: 16px;
}

.canDoMore {
	color: #297837;
	opacity: .5;
	font-weight: 100;
	margin-top: 80px;
	transition: all .5s ease;
}

.canDoMore:hover {
	opacity: 1;
	transform: translateX(-10px);
}

@media only screen and (max-width:1600px) {
	.inx-canDo .box {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.inx-canDo .box {
		width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.inx-canDo .box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.inx-canDo .left {
		margin-bottom: 8vw;
	}

	.inx-canDo .left,
	.inx-canDo .right {
		width: 84%;
	}

	.inx-canDo .right {
		align-items: flex-start;
	}

	.inx-canDo .left img {
		margin: 0 auto;
	}

	.inx-canDo {
		padding: 14vw 0;
	}

	.inx-canDo .right .title {
		font-size: 9vw;
	}

	.canDoMore {
		opacity: 1;
	}
}

/* 能做什么-E */



/* 案例展示-S */
.inx-cases {
	/* background-image: url(../img/casesBg.jpg); */
	background-position: center;
	background-size: cover;
	width: 100%;
	background-color: #fff;
	padding-bottom: 100px;
}

.inx-cases .box {
	padding: 80px 0 0 0;
}

.curriTab {
	margin: 80px auto;
	position: relative;
}

.curriTab ul {
	display: flex;
	align-items: center;
}

.curriTab ul li {
	padding: 0 30px;
	position: relative;
}

.curriTab ul li a {
	font-size: 16px;
	color: #666;
	transition: all .5s;
}

.curriTab ul li:hover a {
	color: #297837;
}

.curriTab ul li a.on {
	color: #297837;
}






.casesCout {
	width: 100%;
}

.casesCout ul {
	transform: translateY(-10px);
	opacity: 0;
	transition: all .3s ease
}

.inx-cases .casesCout.aniin ul {
	transform: translateY(0px);
	opacity: 1
}

.wiw {
	display: block;
	height: 2px;
	border-radius: 1px;
	background-color: #297837;
	position: absolute;
	bottom: -10px;
	transition: all .5s;
}

.curriCout {
	width: 100%;
}

.curriCout ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%
}

.caseListBox .img img {
	transform: scale(1.1);
}

.caseListBox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease
}

.curriCout li {
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 30px 0;
}

.caseListBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
}

.caseListBox .title {
	padding: 20px 0 5px 0;
	font-size: 26px;
	color: #333;

}

.caseListBox .desc {
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align: center;
}

.caseListBox:hover .title {
	color: #297837
}

.caseListBox .imgBox {
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.caseListBox .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.caseListBox .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 100%;
	transition: all .8s ease;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
}

.caseListBox:hover .mask {
	top: 0%;
	height: 100%;
}

.caseListBox .mask .ico {
	opacity: 0;
	transition: all .8s ease;
	transform: translateY(20px);
}

.caseListBox:hover .mask .ico {
	opacity: 1;
	transition-delay: .5s;
	transform: translateY(0px);
}

.caseListBox:hover .img {
	transform: scale(1.1)
}

.inxcaseMore {
	width: 300px;
	height: 60px;
	border: 1px solid #297837;
	margin: 0 auto;
	margin-top: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #297837;
	position: relative;
	transition: all .5s ease;
	border-radius: 50px;
	overflow: hidden;
}

.inxcaseMore div {
	color: #297837;
	transition: all .2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.inxcaseMore::after {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #297837;
	transition: all .2s ease;
	content: "";
	display: block;
}

.inxcaseMore:hover div {
	color: #fff;
}

.inxcaseMore:hover::after {
	height: 100%;
}

@media only screen and (max-width:1300px) {
	.curriTab ul li {
		padding: 0 2vw;
	}

	/* .caseListBox .img {
		height: 16vw;
	} */

	.curriTab {
		margin: 5vw auto;
	}

	.inxcaseMore {
		margin-top: 5vw
	}
}

@media only screen and (max-width:1024px) {
	.curriTab {
		width: 100%;
		margin: 7vw auto
	}

	.curriTab ul {
		padding-bottom: 4vw;
	}

	.curriTab ul li a {
		width: max-content;
		padding: 6vw 0;
	}

	.curriTab ul li {
		width: fit-content;
		padding: 0 6vw;
	}

	.curriTab ul li::after {
		bottom: 3vw;
	}

	.inx-cases .box {
		overflow: hidden;
	}

	.proList li {
		width: 100%;
	}

	.proList .box .imgK {
		height: 44vw;
	}

	.curriTitle {
		width: 100%;
		height: 16vw;
	}

	.curriTitle h1 {
		color: #fff;
		font-size: 4.4vw;
		font-weight: bold;
	}

	.proList {
		width: 90%;
	}

	/* .caseListBox .img {
		height: 44vw;
	} */

	.inxcaseMore {
		margin-top: 16vw;
	}

	.curriCout {
		overflow: auto;
		width: 100%;
	}

	.casesCout {
		width: 100%;
	}

	.curriCout::-webkit-scrollbar {
		/*滚动条整体样式*/

		width: 4px;
		/*高宽分别对应横竖滚动条的尺寸*/

		display: none;

	}

	.curriCout li {
		width: 100%;
	}

	.inx-cases .casesCout.aniin ul {
		display: flex;
		flex-direction: column;
	}
}

/* 案例展示-E */




/* 名师-S */
.inx-person {
	background-image: url(../img/personBg.jpg);
	background-size: cover;
	background-position: center
}

.inx-person .mask {
	background-color: rgba(255, 255, 255, .5);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
}

.inx-person .personBot {
	height: 630px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
}

.inx-person .swiCout {
	width: 80%;
	height: 100%;
}

#personC {
	width: 100%;
	height: 100%;
}

.inx-person .swiCout .right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

/* .inx-person .swiNav {height: 100%;} */
#personN {
	width: 100%;
	height: 500px
}

.inx-person .swiNav .img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid transparent;
	cursor: pointer;
}

.inx-person .swiNav li {
	transition: all .5s;
	width: fit-content;
	display: flex;
	align-items: center;
}

.inx-person .swiNav li.swiper-slide-active .img {
	border-color: #297837;
}

.inx-person .swiNav {
	position: relative;
}

.inx-person .swiNav .img .bgImg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: rgba(0, 0, 0, .1);
}

.inx-person .imgmask {}

.inx-person .swiCout .box {
	display: flex;
	justify-content: space-between;
	padding-right: 170px;
	height: 100%;
}

.inx-person .swiCout .swiper-slide {
	opacity: 0 !important;
	transition: all .5s;
}

.inx-person .swiCout .swiper-slide.swiper-slide-active {
	opacity: 1 !important
}

.msrongyu li {
	list-style: inside;
	color: #bdb09e;
	line-height: 2em;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .1em;
}

.inx-person .swiCout .box .left {
	width: 50%
}

.inx-person .swiCout .box .right {
	width: 40%;
}

.inx-person .swiCout .work {
	color: #297837;
	font-size: 36px;
}

.inx-person .swiCout .name {
	font-weight: bold;
	font-size: 28px;
	margin: 60px 0 30px;
}

.inx-person .swiCout .name span {
	font-size: 24px;
	color: #999;
	margin-left: 40px;
}

.inx-person .swiCout .jianjie {

	border: 1px solid rgba(195, 13, 35, 0.161);
	padding: 30px 0;
	border-left: 0;
	border-right: 0;
	color: #666;
	display: flex;
	flex-direction: column;
	margin-top: 30px;

}

.inx-person .swiCout .jianjie div {
	line-height: 2em;
	text-indent: 2em;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.inx-person .swiCout .jianjie span {
	text-indent: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.inx-person .inxcaseMore {
	margin: 0;
	width: 160px;
	height: 50px;
	margin-top: 100px;
	background-color: #297837;
}

.inx-person .inxcaseMore div {
	color: #fff;
}


.swiNav-prev>div {
	transform: rotate(90deg)
}

.swiNav-next>div {
	transform: rotate(90deg)
}


.swiNav-prev {
	position: absolute;
	left: calc(50% - 8px);
	top: -20px;
	cursor: pointer;
}

.swiNav-next {
	position: absolute;
	left: calc(50% - 8px);
	bottom: -20px;
	cursor: pointer;
}

/* 名师-E */




/* 荣誉资质-S */
.honor-scrollbar {
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .2);
	width: 60%;
	margin: 50px auto 0
}

.honor-scrollbar .swiper-scrollbar-drag {
	height: 100%;
	background-color: #297837
}

.inx-honor .overlay {
	background-image: url(../img/honorBg.jpg);
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.inx-honor .overlay .mask {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

.inx-honor .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inx-honor .left i {
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	background-color: #297837;
	margin: 40px 0;
}

.inx-honor .cout {
	width: 1300px;
	display: flex;
	margin: 0 auto;
	height: 100%;
	position: relative;
	align-items: center;
}

.inx-honor .left .title {
	font-size: 36px;
	color: #fff;
}

.inx-honor {
	height: 680px
}

.inx-honor .left>span {
	color: #fff;
	font-size: 18px;
	opacity: .8;
	margin-top: 10px
}

.inx-honor .right,
.inx-honor .left {
	width: 50%;
}

.inx-honor .right .box {
	width: 100%;
}

.inx-honor .right img {
	width: 90%;
	height: 400px;
	object-fit: contain;
}

.inx-honor #inxHonor {
	/* height: 90%; */
	width: 100%;
}

/*.inx-honor .right {display: flex;align-items: center;}*/
.honorBox {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.honorBox span {
	display: flex;
	color: #fff;
    margin-top: 5px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 100;

}

.inx-honor .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inx-honor .from>div {
	color: #fff;
	font-size: 14px;
	opacity: .9;
	padding: 20px;
}

.inx-honor .from li {
	color: #fff;
	height: 40px;
	display: flex;
	width: 60%;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, .1);
	margin: 6px 0;
	opacity: .9;
	font-weight: 100;
	align-items: center;
	padding-left: 20px;
}

.inx-honor {
	height: 760px;
	background-image: url(../img/rongyubg.jpg);
	background-size: cover;
}

.mouseIco {
	animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
	transform: translate3d(0, 0, 0);
	width: 44px;
	height: 44px;
	object-fit: contain;
	position: absolute;
	top: calc(50% - 50px);
	left: 45%;
	opacity: .8;
}

@keyframes bounce {
	0% {
		transform: translate3d(0, 0, 0);
		/* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
	}

	100% {
		transform: translate3d(0, -1em, 0);
		/* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
	}
}


@media only screen and (max-width:1600px) {
	.inx-honor .cout {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.inx-honor .cout {
		width: 90%;
	}

	.inx-honor .right img {
		height: unset;
	}

	.inx-honor {
		height: 67vw;
	}

	.more-btn {
		margin: 6vw auto 0;
	}

	.inx-person .swiCout .box .right {
		width: 60%;
	}
}

@media only screen and (max-width:1024px) {

	.inx-honor .cout {
		display: flex;
		flex-direction: column;
		width: 84%;
	}

	.inx-honor {
		height: unset;
	}

	.inx-honor .right,
	.inx-honor .left {
		width: 100%;
	}

	.inx-person .personBot {
		width: 100%
	}

	.inx-honor .from li {
		width: 100%;
		padding: 0 8vw;
		font-size: 3.4vw;
	}

	.mouseIco {
		bottom: -10vw;
		top: unset;
	}

	.inx-honor #inxHonor {
		margin: 10vw 0;
	}

	.inx-person .swiCout .box {
		padding-right: 0;
		flex-direction: column-reverse;
	}

	.inx-person .swiCout .box .left {
		width: 100%;
		margin-top: 10vw;
	}

	.inx-person .swiCout .box .right {
		width: 100%;
	}

	.inx-person .personBot {
		height: unset;
	}

	.inx-person .swiNav {
		width: 100%;
	}

	.personBot {
		flex-direction: column;
	}

	.inx-person .mask {
		padding: 14vw 0;
	}

	.inx-person .swiCout .name {
		margin: 5vw 0;
	}

	.inx-person .swiCout .right img {
		height: 90vw;
	}

	.inx-person .inxcaseMore {
		margin: 10vw auto 0;
	}

	#personN {
		height: unset;
		margin-top: 10vw;
	}

	.inx-person .swiCout .work {
		font-size: 7vw;
	}

	.swiNav-prev,
	.swiNav-next {
		display: none;
	}

	.inx-person .swiCout .jianjie {
		display: none;
	}

	.msrongyu li {
		font-size: 3.4vw;
	}
}

/* 荣誉资质-E */


/* 公益活动-S */





.inx-gongyi {
	background-color: #fff;
}

#inxGongyi .box {
	width: 90%;
	margin: 0 auto;
}

#inxGongyi .box .imgBox {
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}

#inxGongyi .box:hover .imgBox img {
	transform: scale(1.1)
}

#inxGongyi .box:hover span {
	color: #297837
}

#inxGongyi .box .imgBox>img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .5s ease
}

.inx-gongyi .swiperBox {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

.inx-gongyi .cout {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-gongyi .btnLR {
	position: absolute;
	width: 40px;
	height: 260px;
	top: 0;
	background-color: #f3f3f3;
	cursor: pointer;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.inx-gongyi .btnLR i {
	font-size: 26px;
}

.inx-gongyi .btnLR:hover {
	background-color: #ebebeb;
}

.inx-gongyi .inxGongyi-prev {
	left: -40px;
}

.inx-gongyi .inxGongyi-next {
	right: -40px;
}

#inxGongyi .box .ico {
	opacity: 0;
	transition: all .8s ease;
	transform: translateY(20px);
}

#inxGongyi .box .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 100%;
	transition: all .8s ease;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
}

#inxGongyi .box:hover .ico {
	opacity: 1;
	transition-delay: .5s;
	transform: translateY(0px);
}

#inxGongyi .box:hover .mask {
	top: 0%;
	height: 100%;
}

#inxGongyi .title {
	margin-top: 20px;
}


@media only screen and (max-width:1600px) {
	.inx-gongyi .swiperBox {
		width: 1180px;
	}
}

@media only screen and (max-width:1300px) {
	.inx-gongyi .swiperBox {
		width: 90%;
	}

	#inxGongyi .box .imgBoxBox>img,
	.inx-gongyi .btnLR {
		height: 18vw;
	}

}

@media only screen and (max-width:1024px) {
	.inx-gongyi .cout {
		margin-top: 12vw;
	}

	#inxGongyi .box .imgBoxBox>img,
	.inx-gongyi .btnLR {
		height: 42vw;
	}

	.inx-gongyi .btnLR {
		width: 10vw;
	}

	.inx-gongyi .swiperBox {
		width: 74vw;
	}

	#inxGongyi .title span {
		font-size: 3.6vw;
	}
}


/* 公益活动-E */

/* 新闻资讯-S */

.inx-news {
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../img/inxNewsBg.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 100px;
}

.inx-news .boxC {
	width: 1500px;
	margin: 0 auto;
	height: 500px;
	display: flex;
	margin-top: 80px;
	box-shadow: 0 0 20px rgba(100, 164, 204, 0.08);
}

.inx-news .left {
	width: 50%;
	height: 100%;
}

.inx-news .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inx-news #inxNews {
	height: 100%;
}

.inx-news .right {
	padding: 20px 40px;
	height: 100%;
	background-color: #fff;
	width: 50%;
	padding-right: 20px;
}

.inx-news .right li {
	height: 30%;
	display: flex;
	align-items: center;
	position: relative;
}

.inx-news .right li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}


.inx-news .right ul {
	height: 100%;
	overflow: auto;
	padding-right: 50px;

}

.inx-news .right ul::-webkit-scrollbar {
	/*滚动条整体样式*/

	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;
	background: rgba(0, 0, 0, .1);

}

.inx-news .right ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	width: 2px;
	border-radius: 10px;

	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

	background: #297837;

}

.inx-news .right ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/

	border-radius: 1px;

	background: rgba(255, 255, 255, .2);

}


.inx-news .right a {
	height: 90%;
	display: flex;
	align-items: center;
	transition: all .5s ease;
}

.inx-news .right a:hover {
	transform: translateX(10px);
}

.inx-news .right a:hover .title {
	color: #297837;
}

.inx-news .right a:hover .date {
	background-color: #297837;
}

.inx-news .right a:hover .date span {
	color: #fff;
}

/* .inx-news .right a:hover .date span:nth-child(1) {color: #297837;} */


.inx-news .right .box {
	display: flex;
	align-items: center;
}

.inx-news .right .date {
	display: flex;
	flex-direction: column;
	margin-right: 30px;
	padding: 8px;
	transition: all .5s;
	border-radius: 6px;
	transition: all .5s ease;
}

.inx-news .right .date span:nth-child(1) {
	font-family: "Hel-02";
	font-size: 28px;
	color: #b1b1b1;
	line-height: 1em;
	margin-bottom: 4px;
	transition: all .5s ease;
}

.inx-news .right .date span:nth-child(2) {
	font-family: "Hel"
}

.inx-news .right .cont p {
	text-indent: 0;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-weight: 100;
	-webkit-box-orient: vertical;
	color: #999;
}

.inx-news .right .cont div {
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	color: #181818;
	text-align: justify;
}

@media only screen and (max-width:1600px) {
	.inx-news .boxC {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.inx-news .boxC {
		width: 90%;
		height: 40vw;
	}

	.inx-news .right li {
		height: 33.33333%;
	}

	.inx-news .right li:last-child:after {
		display: none;
	}

	.inx-news .right .cont div {
		font-size: 16px;
	}

	.inx-news .right .date {
		margin-right: 2vw;
	}

	.inx-news .right {
		padding: 3vw;
	}
}

@media only screen and (max-width:1024px) {
	.inx-news .boxC {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: unset;
		margin-top: 10vw;
	}

	.inx-news .left {
		width: 100%;
		height: 56vw;
	}

	.inx-news .right {
		width: 100%;
		height: 100vw;
	}

	.inx-news .right li {
		padding: 6vw 0;
	}

	.inx-news .right ul {
		padding-right: 5vw;
	}
}

/* 新闻资讯-E */






/* 官方报名S */
.baoming {
	padding: 100px 0;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.baoming .inxTitle {
	align-items: flex-start;
}

.baoming .boxCent {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.baoming .inxTitle * {
	color: #fff;
}

.baoming .txt {
	margin: 10px 0;
	width: 100%;
}

.baoming input {
	width: 100%;
	height: 40px;
	padding-left: 20px;
	border-radius: 20px;
}

.baoming .txt span {
	color: #fff;
	margin-right: 20px;
}

.baoming button {
	color: #fff;
}

.baoming form {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	width: 500px;
}

.baoming button {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f99535;
	border-radius: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.baoming .inxTitle i {
	display: block;
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background-color: #297837;
	margin-bottom: 40px;
}

.baoming .shuoming {
	width: 100%;
	background-color: #f3f3f3;
	padding: 40px;
}

.baoming .biaoti {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.baoming .shuoming {
	display: flex;
	flex-direction: column;
	align-items: center
}

.baoming .shuoming h1 {
	color: rgb(192, 0, 0);
	text-align: center;
	font-size: 20px;
}

.baoming .shuoming li {
	font-size: 14px;
	margin-top: 10px;
	color: #666
}

.baoming .abttitle span {
	text-transform: uppercase;
}

.baoming .rukou {
	width: 64%;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 100px;
}

.baoming .rukou a {
	width: 70%;
	background-color: #297837;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 0 auto;
	border-radius: 50px;
	transition: all .5s;
}

.baoming .rukou a div {
	color: #fff;
	font-size: 22px;
	transform: translateX(30px);
	transition: all .5s;
	margin-right: 20px;
}

.baoming .rukou a:hover div {
	transform: translateX(0);
}

.baoming .rukou li {
	width: 50%;
}

.baoming .rukou a:hover {
	background-color: #d51b31;
}

.baoming .rukou a img {
	width: 30px;
	opacity: 0;
	transition: all .5s;
	transform: translateX(100px);
}

.baoming .rukou a:hover img {
	transform: translateX(0);
	opacity: 1;
}

.baoming.biaodanC {
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media only screen and (max-width:1024px) {
	.baoming {
		padding: 14vw 0;
	}

	.baoming .rukou a {
		font-size: 3.6vw;
		border-radius: 2vw;
		width: 100%;
	}

	.baoming .rukou a div {
		margin: 0;
		transform: translateX(0);
		font-size: 6vw;
		margin-right: 4vw;
	}

	.baoming .rukou a img {
		transform: translateX(0);
		opacity: 1;
	}

	.baoming .rukou {
		flex-direction: column;
	}

	.baoming .rukou li {
		width: 100%;
		margin: 5vw 0;
	}

	.baoming .rukou {
		margin-top: 10vw;
	}


	.baoming form {
		width: 100%;
	}
}

/* 官方报名E */





/* 媒介运营S */


.inx-pinpai {
	background-color: #fff;
	padding-bottom: 100px;
}

.inx-pinpai ul {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
}

.inx-pinpai ul li {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.inx-pinpai ul li .box {
	width: 90%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .5s;
	border-radius: 20px;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .08);
}

.inx-pinpai ul li .box:hover {
	transform: translateY(-10px);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .2);
}

/* 媒介运营E */


/* 加入我们-S */

.inx-join {
	/* background-image: url(../img/inxContactBg.jpg); */
	background-image: url(https://www.scspt.net/template/default/static/img/inxJiaRuBg.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 100px;
}

.inxYoushi {
	width: 1300px;
	margin: 0 auto;
	margin-top: 80px;
}

.inxYoushi ul {
	display: flex;
	flex-wrap: wrap;
}

.inxYoushi li {
	width: 25%;
	margin-bottom: 10px;
}

.inxYoushi li img {
	width: 30%
}

.inxYoushi li .box {
	background-color: rgb(213 53 53 / 80%);
	width: 97%;
	margin: 0 auto;
	height: 200px;
	padding: 26px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-radius: 10px;
	transition: all .8s ease;
	cursor: default;
	border: 5px solid #ffd68c;
}

.inxYoushi li .box:hover {
	transform: translateY(-20px);
	background-color: #ffd68c;
}

.inxYoushi li .box:hover * {
	color: #297837;
}

.inxYoushi li .box:hover img {
	transition-delay: .5s;
	transform: scale(1.4) translateY(-10px);
}

/* .inxYoushi li .box:hover>div>div {color: #297837;} */


.inxYoushi li .box>div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.inxYoushi li .box>img {
	width: 34%;
	transition: all .8s ease;
}

.btnJoin {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 120px;
}


.btnJoin a {
	width: 160px;
	height: 50px;
	background-color: rgba(255, 255, 255, .08);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .4);
	transition: all .5s ease;
	color: #fff;
	margin: 0 10px;
}

.btnJoin a:hover {
	background-color: rgba(255, 255, 255, .2);
	transform: scale(1.1);
	box-shadow: 0 0 30px rgba(255, 255, 255, .1)
}

.inxYoushi li .box * {
	color: #fff;
}

.btnJoin>div {
	display: flex;
}

.inxYoushi li .box>div>div {
	font-size: 22px;
	margin-bottom: 10px;
	transition: all .5s ease;
	color: #ffd68c
}

.inxYoushi li .box span {
	font-weight: 100;
	opacity: .9;
	font-size: 14px;
	line-height: 2em;
	transition: all .5s ease;
}



.btnJoin a:nth-child(2) {
	background-color: #fff;
	color: #297837;
}

.btnJoin span {
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
}

.inx-join .inxTitle * {
	color: #fff;
}


@media only screen and (max-width:1600px) {
	.inxYoushi {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.inxYoushi {
		width: 90%;
		margin-top: 5vw;
	}

}

@media only screen and (max-width:1024px) {
	.inxYoushi {
		margin: 5vw auto;
	}

	.inxYoushi li {
		width: 50%;
	}

	.inxYoushi li .box {
		flex-direction: column;
		padding: 6vw;
		align-items: center;
		flex-direction: column-reverse;
		height: 60vw;
	}

	.inxYoushi li .box span {
		font-size: 3vw;
	}

	.inxYoushi li .box>img {
		width: 50%;
		margin-bottom: 2vw;
	}

	.inxYoushi li .box>div {
		height: unset;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.btnJoin {
		width: 84%;
		margin: 0 auto;
	}

	.inx-pinpai ul li .box {
		width: 90%;
	}

	.inx-pinpai ul li .box .img img {
		width: 100%;
		height: auto;
	}



	.inx-pinpai ul {
		width: 90%;
	}

	.inx-pinpai {
		padding-bottom: 10vw;
	}

	.inx-pinpai ul li {
		width: 50%;
		margin-bottom: 5vw;
	}
}


/* 加入我们-E */


/* ----------------------------首页样式---------------------------- */
/* ------------------------------END------------------------------ */





/* ------------------------------START------------------------------ */
/* ----------------------------次级页样式---------------------------- */


/* 次级页面公共-S */
.twoBanner {
	height: 500px;
}

.twoBanner .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.twoAll {
	background-color: #f9f9f9;
}

.twoBanner .box {
	margin-left: 10%;
}

.twoBanner .sortTitle {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	position: relative;
}

.twoBanner .sortTitle::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	background-color: #297837;
}

.twoBanner .sortSub {
	margin-top: 20px;
}

.twoBanner .mask {
	display: flex;
	align-items: center;
	height: 100%;
}

#bannerBoli .maoboliC {
	width: 300px;
	height: 150px;
	top: calc(50% - 50px);
	left: calc((100% - 1300px)/2);
}

.bannerCout {
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .1);
	backdrop-filter: blur(8px);
}


@media only screen and (max-width:1600px) {
	#bannerBoli .maoboliC {
		left: calc((100% - 1200px)/2)
	}
}

@media only screen and (max-width:1300px) {
	#bannerBoli .maoboliC {
		left: 5vw;
	}
}

@media only screen and (max-width:1024px) {
	.twoBanner {
		height: 65vw;
	}

	#bannerBoli .maoboliC {
		width: 50%;
		height: 25vw;
		left: 25%;
		top: calc(50% - 12.5vw);
	}

	.twoBanner .sortTitle {
		font-size: 6vw;
	}

	.twoBanner .sortTitle::after {
		left: calc(50% - 20px);
	}
}

/* 次级页面公共-E */


/* 新闻中心-S */

.newsTwoList {
	margin: 0 auto;
	width: 1500px;
}

.newsTwoList li {
	width: 50%;
	padding: 40px 0;
	transition: all .5s ease;
}

.newsTwoList li .img {
	width: 40%;
	height: 100%;
	object-fit: cover;
}

.newsTwoList ul {
	display: flex;
	flex-wrap: wrap;
}

.newsTwoList .cout {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 20px;
}

.newsTwoList .box {
	display: flex;
	align-items: flex-start;
	height: 200px;
	width: 92%;
	margin: 0 auto;
}

.newsTwoList .info {
	display: flex;
	justify-content: space-between;
}

.newsTwoList .info span {
	font-size: 14px;
	color: #999;
}

.newsListT p {
	text-indent: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsTwoList .title {
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	/* transition: all .8s ease; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsTwoList li:hover * {
	color: #fff
}

.newsTwoList li:hover {
	background-color: #297837;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .08);
	transform: translateY(-10px);
}

@media only screen and (max-width:1600px) {
	.newsTwoList {
		width: 100%;
	}
}

@media only screen and (max-width:1024px) {
	.newsTwoList ul {
		flex-direction: column;
	}

	.newsTwoList li {
		width: 100%;
		padding: 5vw 0;
	}

	.newsListT p {
		-webkit-line-clamp: 2;
		line-height: 1.6em;
		color: #999;
		font-size: 3.4vw;
	}

	.newsTwoList .box {
		flex-direction: column;
		height: unset;
	}

	.newsTwoList .box {
		width: 80%;
	}

	.newsTwoList li .img {
		width: 100%;
		height: 50vw;
	}

	.newsTwoList .title {
		margin-bottom: 2vw;
	}

	.newsTwoList .cout {
		padding-left: 0;
		margin-top: 5vw;
	}

	.newsTwoList .info {
		margin-top: 5vw;
	}

	.newsTwoList .info span {
		color: #628ed2;
	}
}

/* 新闻中心-E */

/* 客户案例-S */

.caseTop {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 80px;
}

.caseTop div {
	font-size: 24px;
}

.caseTop span {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.casesTwoList ul {
	display: flex;
	flex-wrap: wrap;
}

.casesTwoList li {
	width: 33.33333%;
	padding: 40px;
	transition: all .8s ease;
}

.casesTwoList {
	width: 1300px;
	margin: 0 auto;
}

.casesTwoList li .img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.casesTwoList li:hover {
	background-color: #fff;
	transform: translateY(-20px);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .05);
}

.casesListT {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.casesListT p {
	text-indent: 0
}

.casesListT .title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px;
	transition: all .8s ease;
}

.casesTwoList li:hover .title {
	color: #297837;
}

.casesTwoList a {
	width: 100%
}

.casesTwoList .imgBox {
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.casesTwoList a .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.casesTwoList a:hover .img {
	transform: scale(1.1);
}

.casesTwoList a .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 100%;
	transition: all .8s ease;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
}

.casesTwoList a:hover .mask {
	top: 0%;
	height: 100%;
}

.casesTwoList a .mask .ico {
	opacity: 0;
	transition: all .8s ease;
	transform: translateY(20px);
}

.casesTwoList a:hover .mask .ico {
	opacity: 1;
	transition-delay: .5s;
	transform: translateY(0px);
}

.proindex {
	padding: 100px 0
}

.proindex ul {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: auto;
}

.proindex ul li {
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px
}

/*.proindex ul li a:hover .cout {background-color:rgba(0,0,0,.4)}*/
.proindex .imgBox {
	width: 360px;
	height: 256px;
	position: relative;
	overflow: hidden
}

.proindex .imgBox .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease
}

.proindex .cout {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}

.proindex .title {
	font-size: 22px;
	margin-top: 20px;
	width: fit-content;
	transition: all .5s ease
}

/*.proindex .imgBox .title {padding: 10px 40px;backdrop-filter: blur(10px);color:#fff;font-size:22px;background-color: rgba(0,0,0,.2);}*/
.proindex a:hover .imgBox .img {
	transform: scale(1.1)
}

.proindex a:hover .imgBox .mask {
	background-color: rgba(0, 0, 0, .5)
}

.proindex .imgBox .mask {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.proindex .imgBox .mask img {
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s ease
}

.proindex a:hover .imgBox .mask img {
	opacity: 1;
	transform: translateY(0)
}

.proindex a:hover .title {
	color: #297837
}

@media only screen and (max-width:1300px) {
	.casesTwoList {
		width: 100%;
	}

	.casesTwoList li {
		padding: 2vw;
	}

	.proindex ul {
		width: 90%
	}

	.proindex ul li {
		width: 50%
	}

	.casesTwoList li .img {
		height: 20vw;
	}
}

@media only screen and (max-width:1024px) {
	.casesTwoList ul {
		flex-direction: column;
		align-items: center;
	}

	.casesTwoList li {
		width: 90%;
	}

	.proindex ul {
		justify-content: space-between
	}

	.proindex ul li {
		width: 48%;
		margin-bottom: 7vw
	}

	.proindex .imgBox {
		width: 100%;
		height: 40vw;
	}

	.proindex .title {
		font-size: 4vw
	}

	.casesTwoList li .img {
		height: 100%;
	}

	.casesTwoList .imgBox {
		height: 50vw
	}
}

/* 客户案例-E */



/* 责任报告-S */
.activeTwoList {
	width: 1300px;
	margin: 0 auto;
}

.activeTwoList ul {
	display: flex;
	flex-wrap: wrap;
}

.activeTwoList li {
	width: 50%;
	margin-bottom: 40px;
}

.activeTwoList li a {
	width: 90%;
	margin: 0 auto;
	height: 100%;
}

.activeTwoList li .imgBox {
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.activeTwoList li a:hover .imgBox>img {
	transform: scale(1.1)
}

.activeTwoList li a:hover .title {
	color: #297837
}

.activeTwoList li .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s
}

.activeTwoList li .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 100%;
	transition: all .8s ease;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
}

.activeTwoList li .ico {
	opacity: 0;
	transition: all .8s ease;
	transform: translateY(20px);
}

.activeTwoList li a:hover .mask {
	top: 0%;
	height: 100%;
}

.activeTwoList li a:hover .ico {
	opacity: 1;
	transition-delay: .5s;
	transform: translateY(0px);
}

.activeTwoList li .title {
	font-size: 16px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.activeListT {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	align-items: center;
	line-height: 1.5em;
}

.activeTwoList li .date {
	color: #666;
}


@media only screen and (max-width:1300px) {
	.activeTwoList {
		width: 100%;
	}

	.activeTwoList li .title {
		width: 80%;
	}

}

@media only screen and (max-width:1024px) {
	.activeTwoList ul {
		flex-direction: column;
	}

	.activeTwoList li {
		width: 100%;
	}

	.activeTwoList li .imgBox {
		height: 56vw;
	}

	.activeListT {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.activeTwoList li .date {
		margin-bottom: 2vw;
		font-size: 6vw;
	}

	.activeTwoList li .title {
		width: 100%;
	}
}


/* 责任报告-E */


/* 历程-S */

.history {
	position: relative;
	margin-top: 50px;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.wrapper {
	box-sizing: border-box;
	width: 90%;
	margin: auto;
}

html[xmlns] .clearfix-time {
	display: block;
}

.history .tit {
	text-align: center;
}

/* .history  ul{} */
.clearfix-time {
	display: block;
	zoom: 1;
}

.history .tit h6 {
	color: #666;
}

.f12 {
	font-size: 12px;
}

th {
	font-style: normal;
	font-weight: normal;
}

.history .tit h5 {
	color: #333;
	margin: 15px 0 45px;
}

.f24 {
	font-size: 24px;
}

.history li:before {
	background: url(../img/sy50.png) no-repeat center center;
	left: -68px;
	top: 12px;
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	z-index: 1;
}

.history li h4 {
	position: relative;
	display: block;
	text-decoration: none;
	font-family: "Lato";
	color: #ecf0f1;
	text-transform: uppercase;
	padding: 4px 0;
	transition: 0.5s;
	color: #bf9a6a;
}

.history li h4::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
	background: #968e7d;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
}

.history li:hover h4 {
	cursor: default;
	color: #bf9a6a;
	transition: all 1s;
	transform: translateY(-15px);
}

.history li:hover h4::after {
	transform: scaleX(1);
	transform-origin: left;
}


.f30 {
	font-size: 30px;
}

.f14 {
	font-size: 14px;
}

.history li:nth-child(2n):before {
	background: url(../img/sy50.png) no-repeat center center;
	right: -69px;
	top: 12px;
	left: auto;
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
}

.history li h4 {
	transition: all 1s;
	font-family: "DancingScript";
}

.history li p {
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.future1 {
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-top: 17px;
}

.clearfix-time:after {
	content: '\20';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.history li:nth-child(1) {
	margin-top: 0;
}

.history li {
	float: right;
	width: 45%;
	text-align: left;
	position: relative;
	margin-top: 100px;
}

.history li:nth-child(2n) {
	float: left;
	margin-top: 90px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.history li:nth-child(2n) p,
.history li:nth-child(2n) h4,
.history li:nth-child(2n) span {
	text-align: right;
}

#cenxian {
	position: absolute;
	left: 50%;
	top: 0;
	border-left: 1px solid #ccc;
	display: block;
	z-index: 0;
}

.historytime li>span {
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

.historytime .img {
	width: 66%;
	height: 200px;
	margin: 16px 0;
	object-fit: cover;
}



@media only screen and (max-width:1300px) {
	.historytime {
		width: 900px;
		margin: 0 auto;
	}

	.history li:before {
		left: -54px;
	}

	.history li:nth-child(2n):before {
		right: -54px;
	}
}



@media only screen and (max-width:1024px) {

	.history {
		margin-top: 20vw;
		width: 100%;
	}

	.historytime {
		width: 92vw;
	}

	.history li:nth-child(2n):before {
		right: -7vw;
	}

	.history li:before {
		left: -7vw;
	}

	.history li p {
		font-size: 3vw;
	}

	.history li:nth-child(2n):before {
		right: -14.5%;
		width: 3vw;
		height: 3vw;
	}

	.history li:before {
		left: -14.5%;
		width: 3vw;
		height: 3vw;
	}

	.historytime .img {
		width: 100%;
		height: 24vw;
	}

}

/* 历程-E */


/* 关于我们-S */
.aboutTwo {
	padding: 0;
}

.aboutTwo .jieshao {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 80px;
	margin-top: 100px;
}

.aboutTwo .jieshao .title {
	font-size: 24px;
}

.aboutTwo .jieshao .cout {
	margin: 40px 0;
	display: flex;
	align-items: center;
}

.aboutTwo .jieshao .cout .leftTu {
	width: 50%;
}

.aboutTwo .jieshao .cout>div {
	width: 50%;
	padding-left: 40px
}

.aboutTwo .jsBom {
	display: flex;
	align-items: center;
	width: 100%;
}

.aboutTwo .jsBom li {
	width: 50%;
	padding: 24px 16px;
	;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutTwo .jsBom li img {
	width: 120px;
}

.aboutTwo .jsBom li>div {
	font-size: 18px;
}

.aboutTwo .jsBom li span {
	font-size: 12px;
	color: #bdc3c5;
	line-height: 1.6em;
	margin-top: 10px;
}

.aboutTwo .jsBom ul {
	display: flex;
	flex-wrap: wrap;
}

.aboutTwo .jsBom .right {
	width: 50%;
	padding: 0 80px;
}

.aboutTwo .jsBom .leftTu {
	width: 50%;
}



@-webkit-keyframes roundView {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}

	25% {
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg)
	}

	50% {
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg)
	}

	75% {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg)
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@keyframes roundView {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}

	25% {
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg)
	}

	50% {
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg)
	}

	75% {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg)
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@-webkit-keyframes roundAnimate {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}

	25% {
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg)
	}

	50% {
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg)
	}

	75% {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg)
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@keyframes roundAnimate {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}

	25% {
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg)
	}

	50% {
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg)
	}

	75% {
		-webkit-transform: rotateZ(270deg);
		transform: rotateZ(270deg)
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

.moshiZhuan .round_center {
	-webkit-animation: roundView 20s linear infinite;
	animation: roundView 20s linear infinite
}

.moshiZhuan .round_item:nth-of-type(1) .item_content {
	-webkit-animation: roundBigItem1 20s linear infinite;
	animation: roundBigItem1 20s linear infinite
}

@-webkit-keyframes roundBigItem1 {
	0% {
		-webkit-transform: rotateZ(0deg) translate(-50%, -50%);
		-ms-transform: rotateZ(0deg) translate(-50%, -50%);
		transform: rotateZ(0deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-360deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-360deg) translate(-50%, -50%);
		transform: rotateZ(-360deg) translate(-50%, -50%)
	}
}

@keyframes roundBigItem1 {
	0% {
		-webkit-transform: rotateZ(0deg) translate(-50%, -50%);
		-ms-transform: rotateZ(0deg) translate(-50%, -50%);
		transform: rotateZ(0deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-360deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-360deg) translate(-50%, -50%);
		transform: rotateZ(-360deg) translate(-50%, -50%)
	}
}

.moshiZhuan .round_item:nth-of-type(2) .item_content {
	-webkit-animation: roundBigItem2 20s linear infinite;
	animation: roundBigItem2 20s linear infinite
}

@-webkit-keyframes roundBigItem2 {
	0% {
		-webkit-transform: rotateZ(-90deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-90deg) translate(-50%, -50%);
		transform: rotateZ(-90deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-450deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-450deg) translate(-50%, -50%);
		transform: rotateZ(-450deg) translate(-50%, -50%)
	}
}

@keyframes roundBigItem2 {
	0% {
		-webkit-transform: rotateZ(-90deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-90deg) translate(-50%, -50%);
		transform: rotateZ(-90deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-450deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-450deg) translate(-50%, -50%);
		transform: rotateZ(-450deg) translate(-50%, -50%)
	}
}

.moshiZhuan .round_item:nth-of-type(3) .item_content {
	-webkit-animation: roundBigItem3 20s linear infinite;
	animation: roundBigItem3 20s linear infinite
}

@-webkit-keyframes roundBigItem3 {
	0% {
		-webkit-transform: rotateZ(-180deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-180deg) translate(-50%, -50%);
		transform: rotateZ(-180deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-540deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-540deg) translate(-50%, -50%);
		transform: rotateZ(-540deg) translate(-50%, -50%)
	}
}

@keyframes roundBigItem3 {
	0% {
		-webkit-transform: rotateZ(-180deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-180deg) translate(-50%, -50%);
		transform: rotateZ(-180deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-540deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-540deg) translate(-50%, -50%);
		transform: rotateZ(-540deg) translate(-50%, -50%)
	}
}

.moshiZhuan .round_item:nth-of-type(4) .item_content {
	-webkit-animation: roundBigItem4 20s linear infinite;
	animation: roundBigItem4 20s linear infinite
}

@-webkit-keyframes roundBigItem4 {
	0% {
		-webkit-transform: rotateZ(-270deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-270deg) translate(-50%, -50%);
		transform: rotateZ(-270deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-630deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-630deg) translate(-50%, -50%);
		transform: rotateZ(-630deg) translate(-50%, -50%)
	}
}

@keyframes roundBigItem4 {
	0% {
		-webkit-transform: rotateZ(-270deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-270deg) translate(-50%, -50%);
		transform: rotateZ(-270deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-630deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-630deg) translate(-50%, -50%);
		transform: rotateZ(-630deg) translate(-50%, -50%)
	}
}

.moshiZhuan .round_item:nth-of-type(5) .item_content {
	-webkit-animation: roundBigItem5 20s linear infinite;
	animation: roundBigItem5 20s linear infinite
}

@-webkit-keyframes roundBigItem5 {
	0% {
		-webkit-transform: rotateZ(-288deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-288deg) translate(-50%, -50%);
		transform: rotateZ(-288deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-648deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-648deg) translate(-50%, -50%);
		transform: rotateZ(-648deg) translate(-50%, -50%)
	}
}

@keyframes roundBigItem5 {
	0% {
		-webkit-transform: rotateZ(-288deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-288deg) translate(-50%, -50%);
		transform: rotateZ(-288deg) translate(-50%, -50%)
	}

	100% {
		-webkit-transform: rotateZ(-648deg) translate(-50%, -50%);
		-ms-transform: rotateZ(-648deg) translate(-50%, -50%);
		transform: rotateZ(-648deg) translate(-50%, -50%)
	}
}

.moshiZhuan .round_animate_small {
	-webkit-animation: roundAnimate 5s linear infinite;
	animation: roundAnimate 5s linear infinite
}

.moshiZhuan .round_animate_big {
	-webkit-animation: roundAnimate 7s linear infinite alternate;
	animation: roundAnimate 7s linear infinite alternate
}



.moshiZhuan {
	width: 520px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.moshiZhuan .round_wrap {
	width: 425px;
	height: 425px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.moshiZhuan .round_title {
	position: relative;
	z-index: 3;
	width: 172px;
	height: 172px;

	background: linear-gradient(180deg, #307fad 0%, #297837 100%);
	text-align: center;
	line-height: 172px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.moshiZhuan .round_line {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 175px;
	height: 175px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFB09E;
	border-radius: 50%;
	opacity: 1
}

.moshiZhuan .round_line:nth-of-type(1) {
	width: 200px;
	height: 200px;
	border-color: rgba(133, 199, 238, 0.92857143)
}

.moshiZhuan .round_line:nth-of-type(2) {
	width: 230px;
	height: 230px;
	border-color: rgba(133, 199, 238, 0.85714286)
}

.moshiZhuan .round_line:nth-of-type(3) {
	width: 260px;
	height: 260px;
	border-color: rgba(133, 199, 238, 0.78571429)
}

.moshiZhuan .round_line:nth-of-type(4) {
	width: 290px;
	height: 290px;
	border-color: rgba(133, 199, 238, 0.71428571)
}

.moshiZhuan .round_line:nth-of-type(5) {
	width: 320px;
	height: 320px;
	border-color: rgba(133, 199, 238, 0.64285714)
}

.moshiZhuan .round_line:nth-of-type(6) {
	width: 350px;
	height: 350px;
	border-color: rgba(133, 199, 238, 0.57142857)
}

.moshiZhuan .round_line:nth-of-type(7) {
	width: 380px;
	height: 380px;
	border-color: rgba(133, 199, 238, 0.5)
}

.moshiZhuan .round_line:nth-of-type(8) {
	width: 410px;
	height: 410px;
	border-color: rgba(133, 199, 238, 0.42857143)
}

.moshiZhuan .round_line:nth-of-type(9) {
	width: 440px;
	height: 440px;
	border-color: rgba(133, 199, 238, 0.35714286)
}

.moshiZhuan .round_line:nth-of-type(10) {
	width: 470px;
	height: 470px;
	border-color: rgba(133, 199, 238, 0.28571429)
}

.moshiZhuan .round_center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateZ(0) translate(-50%, -50%);
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotateZ(0) translate(-50%, -50%)
}

.moshiZhuan .round_item {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 0;
	height: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(205px);
	-ms-transform: translateY(205px);
	transform: translateY(205px)
}

.moshiZhuan .item_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotateZ(0) translate(-50%, -50%);
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotateZ(0) translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.moshiZhuan .item_content .item_img {
	width: 70px;
	height: 70px;
	vertical-align: top
}

.moshiZhuan .item_content .item_text {
	position: absolute;
	top: 75px;
	white-space: nowrap;
	color: #333;
	font-size: 16px
}

.moshiZhuan .round_aniamte_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.moshiZhuan .round_animate {
	z-index: 1
}

.moshiZhuan .round_animate .img {
	width: 100%;
	vertical-align: top
}

.moshiZhuan .round_item:nth-of-type(1) {
	-webkit-transform: rotateZ(0deg) translateY(205px);
	-ms-transform: rotate(0deg) translateY(205px);
	transform: rotateZ(0deg) translateY(205px)
}

.moshiZhuan .round_item:nth-of-type(1) .item_content {
	-webkit-transform: rotateZ(0deg) translate(-50%, -50%);
	-ms-transform: rotate(0deg) translate(-50%, -50%);
	transform: rotateZ(0deg) translate(-50%, -50%)
}

.moshiZhuan .round_item:nth-of-type(2) {
	-webkit-transform: rotateZ(90deg) translateY(205px);
	-ms-transform: rotate(90deg) translateY(205px);
	transform: rotateZ(90deg) translateY(205px)
}

.moshiZhuan .round_item:nth-of-type(2) .item_content {
	-webkit-transform: rotateZ(-90deg) translate(-50%, -50%);
	-ms-transform: rotate(-90deg) translate(-50%, -50%);
	transform: rotateZ(-90deg) translate(-50%, -50%)
}

.moshiZhuan .round_item:nth-of-type(3) {
	-webkit-transform: rotateZ(180deg) translateY(205px);
	-ms-transform: rotate(180deg) translateY(205px);
	transform: rotateZ(180deg) translateY(205px)
}

.moshiZhuan .round_item:nth-of-type(3) .item_content {
	-webkit-transform: rotateZ(-180deg) translate(-50%, -50%);
	-ms-transform: rotate(-180deg) translate(-50%, -50%);
	transform: rotateZ(-180deg) translate(-50%, -50%)
}

.moshiZhuan .round_item:nth-of-type(4) {
	-webkit-transform: rotateZ(270deg) translateY(205px);
	-ms-transform: rotate(270deg) translateY(205px);
	transform: rotateZ(270deg) translateY(205px)
}

.moshiZhuan .round_item:nth-of-type(4) .item_content {
	-webkit-transform: rotateZ(-270deg) translate(-50%, -50%);
	-ms-transform: rotate(-270deg) translate(-50%, -50%);
	transform: rotateZ(-270deg) translate(-50%, -50%)
}



.aboutTwo .moshi {
	padding: 100px 0;
	background-color: #fff;
}

.aboutTwo .moshi .moshiZhuan {
	width: 50%;
}

.aboutTwo .moshi .right {
	width: 50%;
}

.aboutTwo .moshi .right .title {
	font-size: 40px;
	font-weight: bold;
	color: #4a545a;
	padding-left: 20px;
	margin-bottom: 30px;
}

.aboutTwo .moshi .right ul {
	display: flex;
	flex-wrap: wrap;
}

.aboutTwo .moshi .right li {
	width: 50%;
	padding: 20px;
}

.aboutTwo .moshi .right .box {
	background-color: #f3f3f3;
	padding: 20px;
	border-radius: 10px;
	height: 16vw;
}

.aboutTwo .moshi .right .box div {
	font-size: 18px;
}

.aboutTwo .moshi .right .box p {
	font-size: 14px;
	line-height: 1.5em;
	text-indent: 0;
	margin-top: 20px;
	color: #ababab;
}


.aboutTwo .moshi .coutBox {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.maoboliAll {
	width: 100%;
	height: 100%;
	position: relative;
}

.maoboliAll>img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.glassImg {
	position: absolute;
	filter: blur(4px);
	max-width: unset;
	object-fit: cover;
	opacity: 0.4;
}

.maoboliAll .maoboliC {
	position: absolute;
	overflow: hidden;
}

.wenhuaTitle {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	opacity: .5;
	font-family: monospace;
}

.maoboliAll .maoboliBox {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wenhua .maoboliC {
	width: 50%;
	height: 100%;
	right: 0%;
	top: 0;
}


.wenhua {
	width: 100%;
	height: 500px;
}

.wenhuaCout {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 72px;
}

.wenhuaCout * {
	color: #fff;
}

.wenhuaCout li {
	line-height: 2em;
	font-size: 14px;
}

.wenhuaCout ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#hxHonor {
	margin-top: 60px;
}

.hxHonor .abttitle {
	width: 80%;
	margin: 0 auto;
}

.hxHonor .img {
	height: 320px;
	object-fit: contain;
}

.hxHonor .swiper-slide {
	width: unset;
}

.hxHonor {
	padding: 60px 0;
}

.hxHonor .box {
	padding: 0 40px;
}

.hxHonor-scrollbar {
	width: 400px;
	height: 4px;
	background-color: #ececec;
	opacity: 1 !important;
	margin: 60px auto;
	border-radius: 2px;
}

.hxHonor-scrollbar .swiper-scrollbar-drag {
	background-color: #8a8a8a;
}

.hxHonor .swiper-slide h1 {
	text-align: center;
	margin: 16px 0;
	font-weight: bold;
	font-size: 18px;
	color: #505050;
}

.abttitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.abttitle h1 {
	font-size: 28px;
}



@media only screen and (max-width:1600px) {
	.aboutTwo .jieshao {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.aboutTwo .jieshao {
		width: 90%;
	}

	.aboutTwo .jsBom .right {
		padding-right: 0;
	}

	.aboutTwo .moshi .coutBox {
		width: 90%;
	}

	.wenhuaCout {
		padding: 5vw;
	}

	.hxHonor .img {
		height: 20vw;
	}


}

@media only screen and (max-width:1024px) {
	.aboutTwo .moshi .right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.aboutTwo .moshi .right .title {
		padding: 0;
		font-size: 8vw;
	}

	.aboutTwo {
		padding: 16vw 0;
	}

	.aboutTwo .jsBom {
		flex-direction: column;
	}

	.aboutTwo .jsBom .leftTu {
		width: 100%;
	}

	.aboutTwo .jsBom .right {
		padding: 0;
		width: 100%;
		margin-top: 10vw;
	}

	.aboutTwo .moshi {
		padding: 16vw 0;
	}

	.aboutTwo .moshi .coutBox {
		flex-direction: column;
	}

	.aboutTwo .moshi .moshiZhuan {
		width: 100%;
	}

	.moshiZhuan .round_item:nth-of-type(1) {
		transform: rotateZ(0deg) translateY(40vw);
	}

	.moshiZhuan .round_item:nth-of-type(2) {
		transform: rotateZ(90deg) translateY(40vw)
	}

	.moshiZhuan .round_item:nth-of-type(3) {
		transform: rotateZ(180deg) translateY(40vw)
	}

	.moshiZhuan .round_item:nth-of-type(4) {
		transform: rotateZ(270deg) translateY(40vw)
	}

	.moshiZhuan .item_content .item_img {
		width: 16vw;
		height: 16vw;
	}

	.moshiZhuan .item_content .item_text {
		font-size: 3.4vw;
	}

	.moshiZhuan .round_title {
		width: 30vw;
		height: 30vw;
		font-size: 4vw;
	}

	.moshiZhuan .round_animate {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.moshiZhuan .round_animate .img {
		width: 80%;
		height: 80%;
	}

	.moshiZhuan .round_line:nth-of-type(8) {
		width: 90vw;
		height: 90vw;
	}

	.moshiZhuan .round_line:nth-of-type(7) {
		width: 80vw;
		height: 80vw;
	}

	.moshiZhuan .round_line:nth-of-type(6) {
		width: 70vw;
		height: 70vw;
	}

	.moshiZhuan .round_line:nth-of-type(5) {
		width: 60vw;
		height: 60vw;
	}

	.moshiZhuan .round_line:nth-of-type(4) {
		width: 50vw;
		height: 50vw;
	}

	.moshiZhuan .round_line:nth-of-type(3) {
		width: 40vw;
		height: 40vw;
	}

	.moshiZhuan .round_line:nth-of-type(2) {
		width: 30vw;
		height: 30vw;
	}

	.moshiZhuan .round_line:nth-of-type(1) {
		width: 20vw;
		height: 20vw;
	}

	.aboutTwo .moshi .right ul {
		justify-content: space-between;
	}

	.aboutTwo .moshi .right li {
		padding: 0;
		margin-bottom: 4vw;
		width: 48%;
	}

	.aboutTwo .moshi .right .box p {
		font-size: 3vw;
		line-height: 1.8em;
	}
	.aboutTwo .moshi .right .box{height: 100%;}

	.wenhua {
		height: 180vw;
	}

	.wenhuaTitle {
		width: 100%;
		height: 20%;
	}

	#wenhua .maoboliC {
		height: 80%;
		width: 100%;
		top: unset;
		bottom: 0;
	}

	.wenhuaCout {
		padding: 10vw;
	}

	.wenhuaCout li {
		font-size: 3.4vw;
	}

	.hxHonor .box {
		padding: 0 4vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hxHonor .img {
		height: 50vw;
	}

	.hxHonor-scrollbar {
		margin: 15vw auto;
		width: 70vw;
	}


}

.taojin .bgImg {
	background-image: url(../img/taojinBg.jpg);
	background-size: cover;
	background-position: center;
	width: 90%;
	margin: 0 auto;
}

.taojin .bgImg * {
	color: #fff;
	line-height: 3em;
}

.taojin .bgImg .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	height: 40vw;
	justify-content: center;
}

.taojin .bgImg .cout {
	width: 70%;



}

/* 关于我们-E */


/* 名师-S */

.teacherTwoList {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}

.teacherTwoList .img {

	height: 100%;
	overflow: hidden;
}

.teacherTwoList .img img {
	height: 100%;
	width: 350px;
	object-position: bottom;
	transition: all .8s ease;
	object-fit: contain;
}

/* .teacherTwoList .box:hover .img img {
	transform: scale(1.1);
} */

.teacherTwoList ul {
	display: flex;
	flex-direction: column;
}

.teacherTwoList li {
	width: 100%;
	margin-bottom: 100px;
	background-image: url(../img/perlistBg.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.teacherTwoList .box {
	width: 100%;
	margin: 0 auto;
	height: 500px;
	/* background-color: #fff; */
	transition: all .8s ease;
	padding: 50px 140px 0;
	display: flex;
	background-color: rgb(255 255 255 / 46%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .teacherTwoList .box:hover {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .05);
	transform: translateY(-10px);
} */

.teacherTwoList .cout {
	width: 50%;
	/* height: 100%; */
	/* padding: 30px; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.teacherTwoList .more {
	width: 200px;
	height: 40px;
	background-color: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	transition: all .5s ease;
	margin-top: 40px;
}

.teacherTwoList .more i {
	font-size: 30px;
	color: #999;
	transition: all .5s ease
}

.teacherTwoList .more {
	background-color: #297837;
}

.teacherTwoList .more i {
	color: #fff;
}

.teacherTwoList .txt {
	font-size: 14px;
	line-height: 1.6em;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 2em;
}

.teacherTwoList .name span {
	font-size: 24px;
	color: #999;
	margin-left: 40px;
}

.teacherTwoList .name {
	font-weight: bold;
	font-size: 28px;
	margin: 60px 0 30px;
}

.teacherTwoList .zhicheng {
	color: #297837;
	font-size: 36px;
}


.teacherTwoList .title {
	font-size: 34px;
	margin-bottom: 30px;
}


@media only screen and (max-width:1300px) {
	.teacherTwoList {
		width: 90%;
	}

	.teacherTwoList .box {
		height: 30vw;
	}

	.teacherTwoList .txt {
		font-size: 12px;
		line-height: 1.8em;
	}
}

@media only screen and (max-width:1024px) {
	.teacherTwoList ul {
		display: flex;
		flex-direction: column;
	}

	.teacherTwoList li {
		width: 100%;
	}

	.teacherTwoList .box {
		flex-direction: column;
		height: unset;
		padding: 10vw;
	}

	.teacherTwoList .img {
		width: 100%;
		height: 50vw;
	}

	.teacherTwoList .cout {
		width: 100%;
	}

	.teacherTwoList .title {
		margin-bottom: 6vw;
	}

	.teacherTwoList .more {
		margin-top: 8vw;
	}

	.teacherTwoList .txt {
		-webkit-line-clamp: 3;
	}

	.teacherTwoList .img img {
		width: 100%;
	}

	.teacherTwoList .title {
		text-align: center;
	}

	.teacherTwoList .cout {
		flex-direction: column;
		align-items: center;
	}

	.teacherTwoList .title {
		margin-top: 6vw;
	}

	.teacherTwoList .img {
		height: 75vw;
	}

	.teacherTwoList li {
		margin-bottom: 20vw;
	}
}


/* 名师-E */


/* 合作伙伴-S */

.brandsTwoList {
	width: 1300px;
	margin: 0 auto;
}

.brandsTwoList ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.brandsTwoList ul li {
	width: 20%;
}

.brandsTwoList .logoK {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.brandsTwoList .box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brandsTwoList .logoK img {
	height: 100%;
}


@media only screen and (max-width:1300px) {
	.brandsTwoList {
		width: 1200px;
	}
}

@media only screen and (max-width:1024px) {
	.brandsTwoList {
		width: 90%;
	}

	.brandsTwoList ul li {
		width: 50%;
		margin-bottom: 10vw;
	}
}

/* 合作伙伴-E */




/* 查询中心S */
.seachcenter ul {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.seachcenter ul li {
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.seachcenter ul li>div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	background-color: #f3f3f3;
}

.seachcenter button {
	background-color: #297837;
	height: 40px;
	width: 100%;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
}

.seachcenter button:hover {
	background-color: #d6172e;
}

.seachcenter .img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.seachcenter .searchTil {
	font-size: 20px;
	font-weight: bold;
}

.seachcenter {
	padding: 100px 0
}

.seachcenter input {
	width: 100%;
	height: 40px;
	margin: 20px 0;
	padding-left: 10px;
}

.seachcenter form {
	width: 90%;
}

@media only screen and (max-width:1300px) {
	.seachcenter ul li {
		width: 48%
	}
}

@media only screen and (max-width:1024px) {
	.seachcenter ul {
		width: 90%;
		display: flex;
		flex-direction: column;
	}

	.seachcenter ul li {
		width: 100%;
		margin-bottom: 10vw;
	}
}

/* 查询中心E */




/* 加入我们-S */

.contactTwo .inx-join {
	background-image: none;
}

.contactTwo .inxYoushi li .box {
	background-color: #f3f3f3;
}

.contactTwo .inxYoushi li .box * {
	color: #333;
}

.contactTwo .inx-join .inxTitle * {
	color: #333;
}

#allmap {
	width: 100%;
	height: 100%;
}

.contactTwo .inxTitle div {
	font-size: 28px;
}

.contactTwo .inxYoushi {
	margin-top: 0px;
}

.contactTwo .inxTitle {
	margin-bottom: 60px;
}

.tiaozhuanK {
	position: absolute;
	bottom: 34px;
	z-index: 11;
	width: 100%;
	display: none;
}

.pageMap {
	width: 60%;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.mapon {
	display: flex;
	justify-content: center;
}

.mapon h1 {
	width: 140px;
	height: 40px;
	background-color: #297837;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	transition: all .5s ease;
}

.mapon h1:hover {
	background-color: #429fd4;
}

.biaodan {
	width: 60%;
}

.biaodan .form {
	background-color: #f8f8f8;
	box-sizing: border-box;
	height: 100%;
}

.biaodan form {
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 80px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .04);
}

.biaodan .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px
}

.biaodan .title h1 {
	font-size: 28px;
	color: #297837;
}

.biaodan .input {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.biaodan .input span {
	font-size: 18px;
	/* font-weight: bold; */
	width: 20%;
	display: block;
	transition: all .5s ease
}

.biaodan input {
	width: 80%;
	/* border: 1px solid #ccc; */
	border-bottom: 1px solid #297837;
	height: 80px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #333;
	transition: all .5s ease;
	background-color: #fff
}

/* .biaodan input:focus {
	border-color: #fff;
	box-shadow: 0px 0px 20px rgb(10, 118, 185, .4)
} */

.biaodan input:focus+span {
	color: #297837
}

.biaodan form button {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background-color: #297837;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-top: 60px;
	outline: none;
	border: none;
}

/* .biaodan textarea:focus {
	border-color: #fff;
	box-shadow: 0px 0px 20px rgb(10, 118, 185, .4)
} */

.biaodan textarea:focus+span {
	color: #297837
}

.biaodan form textarea {
	resize: none;
	border: none;
	border-bottom: 1px solid #297837;
	height: 100px;
	width: 80%;
	padding-left: 20px;
	box-sizing: border-box;
	color: #333;
	transition: all .5s ease;
	padding-top: 10px;
	outline: none;
}

@media only screen and (max-width:1300px) {

	.biaodan form {
		width: 100%;
	}

	.biaodan form {
		box-sizing: border-box;
	}
}

@media only screen and (max-width:1024px) {

	.biaodan form {
		padding: 6vw;
	}

	.biaodan .input {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 6vw;
	}

	.biaodan input {
		width: 100%;
	}

	.biaodan form textarea {
		width: 100%;
	}

	.biaodan .input span {
		width: 100%;
		margin-bottom: 4vw;
	}

	.biaodan form button {
		margin-top: 4vw;
	}

	.biaodan .title {
		margin-bottom: 8vw;
	}

}

.hezuoLC {
	background-image: url(../img/hezuoBg.jpg);
	background-position: center;
	background-size: cover;
}

.hezuoLC .mask {
	padding: 100px 0;
	background-color: #1b36737a;
}

.hezuoLC ul {
	width: 1300px;
	margin: 0 auto;
	display: flex;
}

.hezuoLC ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.hezuoLC ul li::after {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../img/jiantouR.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	right: -15px;
	top: calc(50% - 20px);
}

.hezuoLC ul li:last-child::after {
	display: none;
}

.hezuoLC num {
	display: block;
	font-family: 'Hel-02';
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em
}

.xianGD {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 80px;
}

.xianGD div {
	width: 40%;
	height: 2px;
	opacity: .2;
}

.xianGD div:first-child {
	background: linear-gradient(to right, #000, #00000000);
}

.xianGD div:last-child {
	background: linear-gradient(to left, #000, #00000000);
}

.hezuoLC .ico {
	width: 60px;
	height: 60px;
	background-color: rgb(35, 101, 187);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 30px rgb(61, 122, 234);
	margin: 20px 0;
}

.hezuoLC .ico img {
	width: 70%;
}

.hezuoLC .title {
	color: #fff;
}

.contactBotm {
	display: flex
}

.contactTwo.twoAll {
	background-color: transparent;
}

.contactTop {
	display: flex;
	height: 600px;
}

.contactTop .left {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 80px;
}

.contactTop .right {
	width: 50%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.contactTop .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	right: 0;
	top: 0;
	z-index: 1;
}

.contactTop .left .title div {
	font-size: 50px
}

.contactTop .left .title span {
	font-size: 36px;
	color: #eee;
	font-family: 'Hel-02';
}

.contactTop .left ul {
	margin-top: 50px;
}

.contactTop .left ul li {
	margin: 30px 0;
	font-size: 20px;
}

@media only screen and (max-width:1300px) {
	.biaodan .input span {
		font-size: 14px;
		width: 24%;
	}

	.biaodan input {
		width: 76%;
	}

	.biaodan form {
		padding: 4vw;
	}

	.biaodan .title {
		margin-bottom: 4vw;
	}

	.biaodan form button {
		margin-top: 3vw;
	}

	.hezuoLC ul {
		width: 100%;
	}
}

@media only screen and (max-width:1024px) {
	.contactTwo .inxTitle {
		margin-bottom: 10vw;
	}

	.hezuoLC ul li {
		width: 33.33333%;
		flex: unset;
		margin-bottom: 6vw;
	}

	.hezuoLC ul {
		flex-wrap: wrap;
	}

	.hezuoLC ul li:nth-child(3):after {
		display: none;
	}

	.hezuoLC .mask {
		padding: 16vw 0;
	}

	.hezuoLC num {
		font-size: 7vw;
	}

	.hezuoLC .title {
		font-size: 3.4vw;
	}

	.hezuoLC ul li::after {
		width: 6vw;
		height: 6vw;
		top: 50%
	}

	.hezuoLC .ico {
		width: 16vw;
		height: 16vw;
	}

	.contactBotm {
		flex-direction: column;
	}

	.pageMap {
		width: 100%;
	}

	.biaodan {
		width: 100%
	}

	#allmap {
		height: 96vw;
	}

	.biaodan form {
		padding: 12vw;
	}

	.biaodan input {
		width: 100%;
	}

	.biaodan .input span {
		width: 100%;
	}

	.biaodan .title {
		margin-bottom: 10vw;
	}

	.biaodan .input span {
		font-size: 4vw;
	}

	.contactTop {
		flex-direction: column;
		height: unset;
	}

	.contactTop .left {
		width: 100%;
		background-color: #fff;
		padding: 10vw;
	}

	.contactTop .right {
		display: none;
		height: 40vw;
	}

	.contactTop .right img {
		width: 100%;
	}

	.contactTop .left ul {
		margin-top: 1vw;
	}

	.contactTop .left .title div {
		font-size: 10vw;
	}

	.contactTop .left ul li {
		margin: 6vw 0;
		font-size: 4vw;
	}

	.biaodan input {
		height: 14vw;
	}

	.biaodan .input span {
		display: none;
	}
}

/* 加入我们-E */



/* 搜索页-S */
.searchAll {
	width: 1300px;
	margin: 0 auto;
	display: flex;
}

.tuijian {
	width: 20%;
}

.searchTwo {
	padding: 80px 0;
}

.searchTwoList {
	width: 80%;
	padding-right: 40px;
}

.newsTuijian,
.casesTuijian {
	background-color: #fff;
	width: 100%;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .05);
	margin-bottom: 40px;
}

.newsTuijian .title,
.casesTuijian .title {
	border-bottom: 1px solid #999;
	height: 40px;
	display: flex;
	align-items: center;
	background-color: #297837;
	color: #fff;
	padding: 0 20px;
}

.newsTuijian ul,
.casesTuijian ul {
	padding: 20px;
}

.newsTuijian ul li,
.casesTuijian li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.newsTuijian ul a {
	font-size: 14px;
}

.newsTuijian ul a:hover {
	color: #297837;
}


.searchTwoList .searchList-1 .cout {
	display: flex;
	height: 130px;
}

.searchTwoList .searchList-1 .cout img {
	width: 20%;
	height: 100%;
	object-fit: cover;
}

.searchTwoList .searchList-1 .cout .right {
	width: 80%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.searchTwoList .searchList-1 li {
	padding: 40px 0;
	border-bottom: 1px dashed #ccc;
}

.searchTwoList .searchList-1 li:last-child {
	border-bottom: none;
}

.searchTwoList .searchList-1 li a,
.searchTwoList .searchList-1 li a span {
	border-bottom: 1px solid #297837;
	font-size: 20px;
	margin-bottom: 20px;
	color: #297837;
	width: fit-content;
	line-height: 1em;
}

.searchTwoList .searchList-1 li a span {
	border: none;
}

.searchTwoList .searchList-1 li p,
.searchTwoList .searchList-1 li p span {
	text-indent: 0em;
	font-size: 14px;
}

.searchTwoList .searchList-1 li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.searchTwoList .searchList-1 .link {
	color: rgb(91, 172, 111);
	font-size: 12px;
}

.searchTwoList .searchList-1 .infoC {
	margin-bottom: 10px;
}

.searchTwoList .searchList-1 .infoC span {
	font-size: 14px;
	margin-right: 20px;
	color: #999;
}

.searchTop div,
.searchTop div span {
	font-size: 16px;
}

.searchTop div span {
	color: red;
}

.searchTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	background-color: #efefef;
	padding: 0 28px;
	border-bottom: 1px solid #cacaca;
}

.casesTuijian img {
	width: 50%;
	height: 70px;
	object-fit: cover;
}

.casesTuijian .name {
	width: 50%;
	font-size: 14px;
	padding-left: 10px;
}

.casesTuijian a {
	display: flex;
	align-items: center;
}

.casesTuijian a:hover .name {
	color: #0076ba;
}

@media only screen and (max-width:1600px) {
	.searchAll {
		width: 1200px;
	}

	.searchTwoList .searchList-1 {
		width: 75%;
	}

	.tuijian {
		width: 25%;
	}
}

@media only screen and (max-width:1300px) {
	.searchAll {
		width: 90%;
	}

	.searchTwoList .searchList-1 {
		width: 70%;
	}

	.tuijian {
		width: 30%;
	}
}

@media only screen and (max-width:1024px) {
	.tuijian {
		display: none;
	}

	.searchTwoList .searchList-1 {
		width: 100%;
		padding-right: 0;
	}

	.searchTwoList .searchList-1 li a,
	.searchTwoList .searchList-1 li a span {
		font-size: 4vw;
		line-height: 1.5em;
	}

	.searchTwoList .searchList-1 li a {
		border: none;
		text-decoration: underline;
	}

	.searchTwoList .searchList-1 .cout img {
		width: 40%;
	}

	.searchTwoList .searchList-1 .cout .right {
		width: 60%;
		padding: 0;
		padding-left: 4vw;
	}

	.searchTwoList .searchList-1 .infoC span {
		font-size: 3vw;
		margin-top: 1vw;
	}

	.searchTwoList .searchList-1 li p {
		-webkit-line-clamp: 2;
		line-height: 1.5em;
	}

	.searchTwoList .searchList-1 .cout .right .infoC {
		flex-direction: column;
		display: flex;
	}

	.searchTwoList .searchList-1 li {
		padding: 6vw 0;
	}

	.searchTwo {
		padding: 16vw 0;
	}

}

/* 搜索页-E */

/* ----------------------------次级页样式---------------------------- */
/* -------------------------------END------------------------------- */





/* ------------------------------START------------------------------ */
/* ----------------------------详情页样式---------------------------- */


/* 新闻详情页S */

.newspage .title {
	font-size: 26px;
	text-align: center;
	width: 100%;
}

.newspage .coutBox {
	display: flex;
	flex-direction: column;
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}

.newspage .info {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px 0 40px;
}

.newspage .info span {
	margin: 0 40px;
	color: #848484;
	font-size: 14px;
}

.xianD {
	width: 100%;
	background-image: url(../img/xianD.png);
	background-repeat: repeat;
	height: 6px;
	opacity: .5;
	margin: 40px 0;
	display: block;
}

.newspage .cout p {
	font-size: 16px;
	text-indent: unset;
}

.newspage .title h1 {
	font-size: 24px;
}

.newspage .newsTJ {
	width: 100%;
	margin: 0 auto;
}

.newspage .newsTJ ul h1 {
	margin-bottom: 6px;
	line-height: 1.5em;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newspage .newsTJ ul a:hover h1 {
	color: #006cb4;
}

.newspage .newsTJ ul span {
	margin-bottom: 12px;
	font-size: 23px;
	color: #297837;
	font-weight: bold;
	display: flex;
	font-family: 'Hel';
}

.newspage .newsTJ ul p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #b5b5b5;
	line-height: 2em;
	font-size: 14px;
	text-indent: 2em;
}

.newspage .newsTJ li {
	width: 26%;
	box-sizing: border-box;
}

.newspage .newsTJ i {
	height: 180px;
	width: 1px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	display: block;
}

.newspage .newsTJ ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 40px;
}

.newspage .newsTJ i:last-child {
	display: none;
}

.newspage .titleTJ {
	font-size: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newspage .titleTJ span {
	font-size: 62px;
	font-weight: bold;
	font-family: -webkit-pictograph;
	color: #29783724;
}

.newspage .titleTJ h1 {
	font-size: 30px;
	margin-top: -30px;
}

@media only screen and (max-width:1600px) {
	.newspage .coutBox {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.newspage .coutBox {
		width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.newspage .title h1 {
		font-size: 5vw;
	}

	.newspage .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.newspage .info span {
		margin: 0;
		padding: 1vw 0;
	}

	.newspage .cout p {
		font-size: 3.6vw;
	}

	.newspage .titleTJ span {
		font-size: 12vw;
	}

	.newspage .newsTJ li {
		width: 44%;
	}

	.newspage .newsTJ li:nth-child(5) {
		display: none;
	}

	.newspage .newsTJ i:nth-child(4) {
		display: none;
	}

}

/* 新闻详情页E */


/* 活动详情页S */

.activepage .title {
	font-size: 26px;
	text-align: center;
	width: 100%;
}

.activepage .coutBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}

.activepage .info {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px 0 40px;
}

.activepage .info span {
	margin: 0 40px;
	color: #848484;
	font-size: 14px;
}

.activepage .cout p {
	font-size: 16px
}

.activepage .title h1 {
	font-size: 24px;
}

.activepage .titleTJ span {
	font-size: 62px;
	font-weight: bold;
	font-family: -webkit-pictograph;
	color: #29783724;
}

.activepage .titleTJ h1 {
	font-size: 30px;
	margin-top: -30px;
}


@media only screen and (max-width:1600px) {
	.activepage .coutBox {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.activepage .coutBox {
		width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.activepage .title h1 {
		font-size: 5vw;
	}

	.activepage .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.activepage .info span {
		margin: 0;
		padding: 1vw 0;
	}

	.activepage .cout p {
		font-size: 3.6vw;
	}

	.activepage .titleTJ span {
		font-size: 12vw;
	}

	.activepage .newsTJ li {
		width: 44%;
	}

	.activepage .newsTJ li:nth-child(5) {
		display: none;
	}

	.activepage .newsTJ i:nth-child(4) {
		display: none;
	}

}

/* 活动详情页E */

/* 案例详情页-S */

.casespage .title {
	font-size: 26px;
	text-align: center;
	width: 100%;
}

.casespage .coutBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}

.casespage .info {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px 0 40px;
}

.casespage .info span {
	margin: 0 40px;
	color: #848484;
	font-size: 14px;
}

.casespage .cout p {
	font-size: 16px
}

.casespage .title h1 {
	font-size: 24px;
	padding: 3vw 0;
}

.casespage .titleTJ span {
	font-size: 62px;
	font-weight: bold;
	font-family: -webkit-pictograph;
	color: #29783724;
}

.casespage .titleTJ h1 {
	font-size: 30px;
	margin-top: -30px;
}

@media only screen and (max-width:1600px) {
	.casespage .coutBox {
		width: 1200px;
	}
}

@media only screen and (max-width:1300px) {
	.casespage .coutBox {
		width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.casespage .title h1 {
		font-size: 5vw;
	}

	.casespage .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.casespage .info span {
		margin: 0;
		padding: 1vw 0;
	}

	.casespage .cout p {
		font-size: 3.6vw;
	}

	.casespage .titleTJ span {
		font-size: 12vw;
	}

	.casespage .newsTJ li {
		width: 44%;
	}

	.casespage .newsTJ li:nth-child(5) {
		display: none;
	}

	.casespage .newsTJ i:nth-child(4) {
		display: none;
	}

}


/* 案例详情页-E */

/* 名师详情-S */
.teacherpage .title {
	font-size: 26px;
	text-align: center;
	display: flex;
	width: 80%;
	height: 500px;
	align-items: center;
}


.teacherpage .title .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%
}

.teacherpage .coutBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}

.teacherpage .fenge {
	width: 100%;
	height: 10px;
	background-color: #297837;
	margin-bottom: 50px
}

/* .teacherpage .info {width: 100%;background-color: #f3f3f3;border: 1px solid #ccc;padding: 10px 30px;display: flex;align-items: center;justify-content: center;width: 100%;margin: 20px 0 40px;}

.teacherpage .info span {margin: 0 40px;color: #848484;font-size: 14px;}
.teacherpage .cout p {font-size: 16px}*/

.msrongyu li {
	list-style: inside;
	color: #bdb09e;
	line-height: 2em;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .1em;
}

.teacherpage .title h1 {
	font-size: 24px;
}

.teacherpage .photo {
	width: 50%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}

.teacherpage .work {
	color: #297837;
	font-size: 36px;
}

.teacherpage .name {
	font-weight: bold;
	font-size: 28px;
	margin: 60px 0 30px;
}

.teacherpage .name span {
	font-size: 24px;
	color: #999;
	margin-left: 40px;
}

.teacherpage .jianjie {

	border: 1px solid rgba(195, 13, 35, 0.161);
	padding: 30px 0;
	border-left: 0;
	border-right: 0;
	color: #666;
	display: flex;
	flex-direction: column;
	margin-top: 30px;

}

.teacherpage .jianjie div {
	line-height: 2em;
	text-indent: 2em;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.teacherpage .jianjie span {
	text-indent: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

.inx-person .inxcaseMore {
	margin: 0;
	width: 160px;
	height: 50px;
	margin-top: 100px;
	background-color: #297837;
}


@media only screen and (max-width:1600px) {
	.teacherpage .coutBox {
		width: 1200px;
	}
	.taojin .bgImg .mask{height: 52vw;}
}

@media only screen and (max-width:1300px) {
	.teacherpage .coutBox {
		width: 90%;
	}
	
	.taojin .bgImg .mask{height: 62vw;}
}

@media only screen and (max-width:1024px) {
	.teacherpage .title h1 {
		font-size: 5vw;
	}

	.teacherpage .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.teacherpage .info span {
		margin: 0;
		padding: 1vw 0;
	}

	.teacherpage .cout p {
		font-size: 3.6vw;
	}

	.teacherpage .title {
		flex-direction: column;
		height: unset;
	}

	.teacherpage .photo {
		width: 100%;
	}

	.teacherpage .title .left {
		width: 100%;
		align-items: center;
		margin: 10vw 0;
	}

	.teacherpage .work {
		font-size: 6vw;
	}

	.teacherpage .name {
		margin: 5vw 0;
	}


}

/* 名师详情-E */


/* ----------------------------详情页样式---------------------------- */
/* -------------------------------END------------------------------- */

/* 新增 07.08 */

@media only screen and (max-width:1024px) {

	.aboutTwo .moshi .right .title {
		margin-bottom: 0;
	}

	.glassImg {
		filter: blur(2px);
	}

	.taojin .bgImg .mask {
		height: auto;
		padding: 10vw 0;
	}

	.taojin .bgImg .cout {
		width: 84%;
	}

	.taojin .bgImg * {
		line-height: 1.7em;
	}

	.inx-pinpai ul {
		margin-top: 30px;
	}


	.contactTop .right .cout li img {
		width: 138px;
	}
	.contactTop .right {
		width: 100%;
		height: 100%;
	   
	}
	
	
	.contactTop .right .cout {
		padding: 24px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}



.contactTop .right .cout {
	background-color: rgb(34 34 34 / 30%);

}

.contactTop .right .cout ul {
	display: flex;
	margin-top: 50px;
}

.contactTop .right .cout li {
	margin-right: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contactTop .right .cout li img {
	width: 200px;
}

.contactTop .right .cout li span {
	margin-top: 20px;
	font-size: 20px;
}


.contactTop .right {
	width: 60%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}

.contactTop .right>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	right: 0;
	top: 0;
	z-index: -1;
}

.contactTop .right .cout {
	padding: 80px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contactTop .title div {
	font-size: 50px
}

.contactTop .title span {
	font-size: 36px;
	color: #eee;
	font-family: 'Hel-02';
}

.contactTop .left ul {
	margin-top: 50px;
}

.contactTop .left ul li {
	margin: 30px 0;
	font-size: 20px;
}

.contactTop .right .cout {
	padding: 80px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contactTop .title div {
	font-size: 50px
}

.contactTop .title span {
	font-size: 36px;
	color: #eee;
	font-family: 'Hel-02';
}

.contactTop .left ul {
	margin-top: 50px;
}

.contactTop .left ul li {
	margin: 30px 0;
	font-size: 20px;
}

.contactTop .right * {
	color: #fff;
}