@charset "utf-8";

.indexbanner {
	width: 100%;
	height: 500px;
}

.indexbanner .swiper-slide {
	width: 100%;
	height: 500px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.indexbanner .official {
	width: 100%;
	text-align: center;
	padding-top: 174px;
	color: #FFFFFF;
}

.indexbanner .official .h2 {
	line-height: 76px;
	font-size: 64px;
	font-weight: bold;
}

.indexbanner .official .h4 {
	line-height: 76px;
	font-size: 64px;
}

.indexbanner .official .h6 {
	line-height: 24px;
	font-size: 20px;
	margin-top: 14px;
}

.indexbanner .swiper-slide-active .h2 {
	opacity: 0;
	animation: bannerfadeIn 1.5s 0.1s forwards;
	-moz-animation: bannerfadeIn 1.5s 0.1s forwards;
	-webkit-animation: bannerfadeIn 1.5s 0.1s forwards;
	-o-animation: bannerfadeIn 1.5s 0.1s forwards;
}

.indexbanner .swiper-slide-active .h4 {
	opacity: 0;
	animation: bannerfadeIn 1.5s 0.4s forwards;
	-moz-animation: bannerfadeIn 1.5s 0.4s forwards;
	-webkit-animation: bannerfadeIn 1.5s 0.4s forwards;
	-o-animation: bannerfadeIn 1.5s 0.4s forwards;
}

.indexbanner .swiper-slide-active .h6 {
	opacity: 0;
	animation: bannerfadeIn 1.5s 0.8s forwards;
	-moz-animation: bannerfadeIn 1.5s 0.8s forwards;
	-webkit-animation: bannerfadeIn 1.5s 0.8s forwards;
	-o-animation: bannerfadeIn 1.5s 0.8s forwards;
}

.indexbanner .official .swiper-pagination {}

.indexbanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 0.7;
}

.indexbanner .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #018046;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	opacity: 1;
	transform: translate(0%, 2px);
	-webkit-transform: translate(0%, 2px);
}
.indexbanner .swiper-pagination-bullets{
	    bottom: 31px;
}
.indextype {
	height: 240px;
	background: #DFF5EE;
	padding: 76px 90px 0;
	position: relative;
}

.indextypeswiper {}

.indextypeswiper .swiper-slide {
	min-height: 88px;
}

.indextypeswiper .type {
	width: 230px;
	position: relative;
	padding-left: 102px;
	margin: 0 auto;
}

.indextypeswiper .type img {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 0;
}

.indextypeswiper .type .h4 {
	font-size: 22px;
	line-height: 38px;
	font-weight: 500;
	color: #242424;
}

.indextypeswiper .type .p {
	font-size: 16px;
	color: #989898;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indextype .iconfont {
	position: absolute;
	top: 50%;
	font-size: 36px;
	color: #018046;
	margin-top: -18px;
	opacity: 0.4;
	z-index: 5;
}

.indextype .iconprev {
	left: 40px;
}

.indextype .iconnext {
	right: 40px;
}

.indextype .iconfont:hover {
	opacity: 1;
	cursor: pointer;
}

.indexcomtitle {
	width: 100%;
	padding: 80px 0 0;
	text-align: center;
}

.indexcomtitle h4 {
	font-weight: bold;
	font-size: 30px;
	color: #0D8650;
}

.indexcomtitle p {
	font-weight: 400;
	font-size: 16px;
	color: #0D8650;
	line-height: 20px;
	margin-top: 20px;
}

.indexbusiness {}

.indexbusiness .business {
	display: flex;
	margin-top: 55px;
}

.indexbusiness .business .item {
	width: 100%;
	text-align: center;
	background: #018047;
	height: 399px;
	padding-top: 92px;
}

.indexbusiness .business .item img {
	width: 120px;
	height: 120px;
}

.indexbusiness .business .item h5 {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 18px;
}

.indexbusiness .business .item .projects {
	font-weight: bold;
	font-size: 16px;
	color: #E6F3ED;
	width: 67%;
	margin: 10px auto 0;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
}

.indexbusiness .business .item .projects a {
	color: #E6F3ED;
	display: block;
	width: 44%;
	margin: 4px 3%;
	float: left;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 4px;
	height: 21px;
	font-weight: initial;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #FFFFFF;
}

.indexbusiness .business .item .projects a:hover {
	color: #018047;
	border: 1px solid #018047;
}

.indexbusiness .business .item .iconfont {
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
}

.indexbusiness .business .item:hover,.indexbusiness .business .item.hover {
	padding-top: 28px;
	cursor: pointer;
	background: #D5AD28;
}

.indexbusiness .business .item:hover .projects,.indexbusiness .business .item.hover .projects {
	height: 148px;
}

.indexbusiness .business .item:hover .iconfont,.indexbusiness .business .item.hover .iconfont {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.indexadvantage {
	background: url(/static/front/Images/indexntysback.jpg) center no-repeat;
	height: 777px;
}

.indexadvantage .advantage {

	display: flex;

	justify-content: space-between;

	width: 1402px;

	flex-wrap: wrap;

	margin: 60px auto 0;
}

.indexadvantage .advantage .item {
	width: 686px;
	height: 184px;
	background: #018047;
	border-radius: 20px;
	color: #FFFFFF;
	position: relative;
	padding: 50px 30px 50px 170px;
	margin-bottom: 30px;
	display: inline-block;
}

.indexadvantage .advantage .item .iconfont {
	position: absolute;
	left: 50px;
	top: 57px;
	line-height: 70px;
	font-size: 58px;
}

.indexadvantage .advantage .item h4 {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}

.indexadvantage .advantage .item p {
	line-height: 26px;
	margin-top: 16px;
}

.indexadvantage .advantage .item:hover {

	cursor: pointer;
	background: #D5AD28;
}

.indexcase {
	background: #EFF5E1;
}

.indexcase .case {
	padding-top: 30px;
	display: inline-block;
	width: 100%;
	padding-bottom: 65px;
}

.indexcase .case .type {
	display: flex;
	justify-content: center;
}

.indexcase .case .type .a {
	width: 100px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #A39687;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
	color: #A39687;
}

.indexcase .case .type .a.opt,
.indexcase .case .type .a:hover {
	background-color: #018046;
	color: #FFFFFF;
	cursor: pointer;
}

.indexcase .caselsit {
	padding: 30px 0 35px;
	width: 100%;
}

.indexcase .caselsit .cases {
	display: none;
	width: 100%;
}

.indexcase .caselsit .cases .item {
	width: 24%;
	display: inline-block;
	position: relative;
	padding-top: 16%;
	float: left;
	margin-bottom: 20px;
	margin-right: 1.25%;
	background-size: 100% 100%!important;
}
.indexcase .caselsit .cases .item:nth-child(4n+4){
	margin-right: 0;
}

.indexcase .caselsit .cases .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	height: 50px;
	padding: 0 40px;
	width: 100%;
	overflow: hidden;
}

.indexcase .caselsit .cases .item .text h5 {
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indexcase .caselsit .cases .item .text p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
}

.indexcase .caselsit .cases.opt {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.indexcase .caselsit .cases .item:hover .text {
	padding: 42px 20px;
	height: 100%;
	background-color: rgba(1, 128, 70, 0.9);
}

.indexcase .caselsit .cases .item:hover .text h5 {
	line-height: 25px;
	font-weight: bold;
	height: 50px;
}

.indexcase .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #018046;
	font-size: 14px;
}

.indexcase .more:hover {
	background-color: #018046;
	color: #FFFFFF;
}

.indexbigdata {
	background: #018047;
	display: flex;
	height: 200px;
	align-items: center;
}

.indexbigdata .item {
	color: #FFFFFF;
	width: 430px;
	text-align: center;
}

.indexbigdata .item .data {
	display: flex;
	justify-content: center;
	height: 58px;
}

.indexbigdata .item .data .number {
	font-weight: bold;
	font-size: 50px;
}

.indexbigdata .item .data .jia {
	font-size: 24px;
}

.indexbigdata .item .data .h {
	font-size: 24px;
	align-self: end;
}

.indexbigdata .item h6 {
	font-size: 16px;
	margin-top: 6px;
}

.indexbigdata .shu {
	width: 1px;
	height: 61px;
	background: #569D7D;
}

.indexwalkInto {
	width: 100%;
	background: #DFF2EA;
	padding-bottom: 132px;
}

.indexwalkInto .walkInto {
	padding: 60px 0px 50px;
	height: 578px;
	display: block;
	width: 1440px;
	margin: 0 auto;
}

.indexwalkInto .walkInto .txtall {
	width: 700px;
	float: left;
}

.indexwalkInto .walkInto .txtall h2 {
	font-weight: bold;
	font-size: 30px;
	color: #0D8650;
}

.indexwalkInto .walkInto .txtall h5 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	margin-top: 22px;
}

.indexwalkInto .walkInto .txtall .txts {}

.indexwalkInto .walkInto .txtall .txts p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	margin-top: 26px;
}

.indexwalkInto .walkInto .txtall .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #018046;
	font-size: 14px;
	margin-top: 24px;
}

.indexwalkInto .walkInto .videomodel {
	width: 592px;
	height: 332px;
	float: right;
	margin-top: 62px;
	position: relative;
	margin-right: 18px;
}

.indexwalkInto .walkInto .videomodel .video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}

.indexwalkInto .walkInto .videomodel .backblok {
	width: 292px;
	height: 278px;
	background: #018047;
	position: absolute;
	right: -18px;
	bottom: -18px;
	z-index: 0;
}

.indexHonor {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

.indexwalkInto .honorswiper {
	width: 100%;
	height: 244px;
}

.indexwalkInto .honorswiper .swiper-slide {
	height: 244px;
}

.indexwalkInto .honorswiper .swiper-slide .imgs {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.indexwalkInto .honorswiper .swiper-slide .imgs img {
	width: 100%;
	height: 100%;
}

.indexHonor .iconfont {
	position: absolute;
	top: 50%;
	font-size: 36px;
	color: #018046;
	margin-top: -18px;
	opacity: 0.4;
	z-index: 5;
}

.indexHonor .iconprev {
	left: -70px;
}

.indexHonor .iconnext {
	right: -70px;
}

.indexHonor .iconfont:hover {
	opacity: 1;
	cursor: pointer;
}

.indexnews {
	background-color: #EFF4E2;
	padding-bottom: 80px;
}

.indexnews .news {
	padding: 30px 0 44px;
}

.indexnews .news .type {
	display: flex;
	justify-content: center;
}

.indexnews .news .type .a {
	width: 100px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #A39687;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
	color: #A39687;
}

.indexnews .news .type .a.opt,
.indexnews .news .type .a:hover {
	background: #018046;
	color: #FFFFFF;
	cursor: pointer;
}

.indexnews .newslist {
	width: 1440px;
	margin: 60px auto 0;
}
.indexnews .newslist .newsli{
	display: none;
	width: 100%;
}
.indexnews .newslist .newsli.opt{
	display: table;
}
.indexnews .newslist .bignews {
	width: 730px;
	float: left;
	display: inline-block;
}

.indexnews .newslist .bignews img {
	width: 100%;
	height: 425px;
	float: left;
}

.indexnews .newslist .li {
	clear: both;
	width: 100%;
	position: relative;
	height: 118px;
	background-color: #FFFFFF;
	padding: 26px 26px 0 128px;
	display: inline-block;
	margin-bottom: 18px;
	overflow: hidden;
}

.indexnews .newslist .li .date {
	position: absolute;
	left: 0;
	width: 108px;
	height: 66px;
	top: 27px;
	text-align: center;
	border-right: 1px solid #E6E0D3;
}

.indexnews .newslist .li .date h1 {
	font-weight: bold;
	font-size: 63px;
	color: #858585;
	line-height: 56px;
}

.indexnews .newslist .li .date h6 {
	font-size: 12px;
	color: #858585;
	margin-left: -27px;
	margin-top: 5px;
}

.indexnews .newslist .li .name {
	font-size: 16px;
	color: #242424;
	line-height: 27px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexnews .newslist .li .p {
	font-size: 12px;
	color: #989898;
	line-height: 22px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}

.indexnews .newslist .ul {
	width: 677px;
	float: right;
}

.indexnews .newslist .li.hover .date h1,
.indexnews .newslist .li:hover .date h1,
.indexnews .newslist .li.hover .date h6,
.indexnews .newslist .li:hover .date h6,
.indexnews .newslist .li.hover .name,
.indexnews .newslist .li:hover .name {
	color: #018046;
}

.indexnews .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #018046;
	font-size: 14px;
}

.indexnews .more:hover {
	background-color: #018046;
	color: #FFFFFF;
}

.enterInto {}

.enterInto .indexwalkInto {
	height: 730px;
}

.enterInto .indexwalkInto .walkInto {
	padding-top: 90px;
}

.enterInto .indexwalkInto .walkInto .txtall h2 {
	color: #000000;
}

.enterInto .indexwalkInto .walkInto .txtall h5 {
	color: #0D8650;
	font-weight: initial;
}

.enterInto .indexwalkInto .videomodel {}

.enterInto .indexwalkInto .videomodel .video {}

.enterInto .indexwalkInto .videomodel .backblok {}

.soncomtitle {}

.soncomtitle h4 {
	padding-top: 70px;
	font-size: 34px;
	font-weight: bold;
	color: #0D8650;
	text-align: center;
}

.sonHonor {
	background: url('/static/front/Images/intryback.jpg') center no-repeat;
	height: 600px;
	position: relative;
}

.sonHonor .soncomtitle h4 {
	color: #FFFFFF;
}

.sonHonor .honorswiper {
	width: 100%;
	height: 244px;
	margin-top: 94px;
}

.sonHonor .honorswiper .swiper-slide {
	height: 244px;
}

.sonHonor .honorswiper .swiper-slide .imgs {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.sonHonor .honorswiper .swiper-slide .imgs img {
	width: 100%;
	height: 100%;
}

.sonHonor .iconfont {
	position: absolute;
	top: 50%;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: -18px;
	z-index: 5;
	opacity: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #018047;
	border-radius: 50%;
	line-height: 40px;
}

.sonHonor .iconprev {
	left: -70px;
}

.sonHonor .iconnext {
	right: -70px;
}

.sonHonor .iconfont:hover {
	opacity: 1;
	cursor: pointer;
}

.sonCourse {
	background: url('/static/front/Images/intzlback.jpg') center no-repeat;
	height: 817px;
	position: relative;
}

.sonCourse .shaft {
	padding: 127px 80px 0;
	position: relative;
}

.sonCourse .shaft .impose {
	padding: 0 144px;
	position: relative;
	width: 100%;
	top: 204px;
	height: 1px;
}

.sonCourse .shaft .line {
	width: 100%;
	height: 1px;
	background-color: #708B71;
}

.sonCourse .shaft .courseswiper {
	height: 410px;
}

.sonCourse .shaft .swiper-slide {
	height: 410px;
	position: relative;
}

.sonCourse .shaft .swiper-slide .date {
	width: 100%;
	height: 100%;
	position: relative;
}

.sonCourse .shaft .swiper-slide .date .dian {
	width: 20px;
	height: 20px;
	background: #018046;
	border-radius: 50%;
	box-shadow: 0 0 0px 6px rgba(1, 128, 70, 0.19);
	position: absolute;
	top: 193px;
	left: 50%;
	margin-left: -10px;
}

.sonCourse .shaft .swiper-slide .date .shu {
	height: 40px;
	width: 1px;
	background-color: #018046;
	position: absolute;
	top: 218px;
	left: 50%;
	margin-left: -0.5px;
	z-index: 2;
}

.sonCourse .shaft .swiper-slide .date .shu:after {
	content: "";
	width: 11px;
	height: 11px;
	background: #EFF5E1;
	border: 1px solid #018046;
	position: absolute;
	bottom: -8px;
	left: -6px;
	border-radius: 50%;
}

.sonCourse .shaft .swiper-slide .date .number {
	text-align: center;
	font-size: 20px;
	color: #0D8650;
	position: absolute;
	width: 100%;
	top: 144px;
}

.sonCourse .shaft .swiper-slide .date .block {
	width: 256px;
	height: 151px;
	background: #0D8650;
	border-radius: 12px 12px 12px 12px;
	position: absolute;
	bottom: 0;
	padding: 24px 48px;
	text-align: center;
	color: #FFFFFF;
	left: 50%;
	margin-left: -128px;
	display: flex;
	align-content: flex-start;
	flex-direction: column;
}

.sonCourse .shaft .swiper-slide .date .block h4 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

.sonCourse .shaft .swiper-slide .date .block .p {
	line-height: 24px;
}

.sonCourse .shaft .swiper-slide .date .iconfont {
	position: absolute;
	right: 0;
	color: #708B71;
	top: 193px;
	font-size: 22px;
}

.sonCourse .shaft .swiper-slide .date.top .shu {
	top: 148px;
}

.sonCourse .shaft .swiper-slide .date.top .shu:after {
	bottom: inherit;
	top: -4px;
}

.sonCourse .shaft .swiper-slide .date.top .number {
	top: 240px;
}

.sonCourse .shaft .swiper-slide .date.top .block {
	bottom: inherit;
	top: 0;
	flex-direction: column-reverse;
}

.sonCourse .shaft .swiper-slide:hover {
	cursor: pointer;
}

.sonCourse .shaft .swiper-slide:hover .date .dian {
	background-color: #D5AD28;
	box-shadow: 0 0 0px 6px rgba(213, 173, 40, 0.36);
}

.sonCourse .shaft .swiper-slide:hover .date .number {
	color: #D5AD28;
}

.sonCourse .shaft .swiper-slide:hover .date .shu,
.sonCourse .shaft .swiper-slide:hover .date .block {
	background-color: #D5AD28;
}
.sonCourse .shaft .swiper-slide:last-child .date .iconfont{
	display: none;
}

.sonCourse>.iconfont {
	position: absolute;
	top: 50%;
	font-size: 36px;
	color: #018046;
	margin-top: 18px;
	z-index: 5;
}

.sonCourse .iconprev {
	left: 83px;
}

.sonCourse .iconnext {
	right: 83px;
}

.sonCourse>.iconfont:hover {
	opacity: 1;
	cursor: pointer;
}

.culture {
	height: 936px;
	background: #DFF2EA;
}

.culture .list {
	display: flex;
	margin-top: 58px;
}

.culture .list .item {
	width: 350px;
	height: 627px;
	background: #FFFFFF;
	border-radius: 175px 175px 175px 175px;
	margin-right: 40px;
	text-align: center;
	padding-top: 107px;
	position: relative;
}

.culture .list .item:hover {
	cursor: pointer;
}

.culture .list .item:last-child {
	margin-right: 0px;
}

.culture .list .item .stateimgshow {
	width: 206px;
	height: 206px;
}

.culture .list .item .stateimghide {
	display: none;
}

.culture .list .item h4 {
	font-weight: bold;
	font-size: 28px;
	color: #0D8650;
	line-height: 37px;
	margin-top: 39px;
}

.culture .list .item ul {
	font-size: 18px;
	color: #242424;
	line-height: 30px;
	margin-top: 20px;
	height: 84px;
	overflow: hidden;
}

.culture .list .item ul li {}

.culture .list .item .iconfont {
	color: #0D8650;
	font-size: 28px;
	display: inline-block;
	margin-top: 38px;
}

.culture .list .item .ps {
	display: none;
}

.culture .list .item .ps p {
	font-size: 16px;
	margin-top: 22px;
}

.culture .list .item.opt {
	width: 589px;
	height: 627px;
	background: #0D8650;
	border-radius: 12px 12px 12px 12px;
	text-align: left;
	padding: 67px 50px 0;
	overflow: hidden;
}

.culture .list .item.opt .stateimgshow {
	width: 72px;
	height: 72px;
	top: 44px;
	right: 51px;
	position: absolute;
	opacity: 0;
}

.culture .list .item.opt .stateimghide {
	display: inline-block;
	width: 72px;
	top: 44px;
	right: 51px;
	position: absolute;
}

.culture .list .item.opt h4 {
	color: #FFFFFF;
	margin-top: 0;
}

.culture .list .item.opt ul {
	display: none;
}

.culture .list .item.opt .iconfont {
	display: none;
}

.culture .list .item.opt .ps {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	color: #B1EBD1;
	line-height: 28px;
	height: 80%;
	height: calc(100% - 70px);
	overflow: auto;
}

.culture .list .item.opt .ps::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-button {
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-track-piece {
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 4px;
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-corner {
	background: #ccc;
	cursor: pointer;
}

.culture .list .item.opt .ps::-webkit-scrollbar-resizer {
	background: #ccc;
	cursor: pointer;
}

.strategy {
	background: url('/static/front/Images/intzlback.jpg') center no-repeat;
	height: 1060px;
}

.strategy .h5 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #242424;
	line-height: 20px;
	margin-top: 32px;
}

.strategy .address {
	font-weight: 500;
	font-size: 18px;
	color: #858585;
	line-height: 20px;
	padding: 0 200px;
	text-align: center;
	margin-top: 20px;
}

.strategy .addr {
	margin-top: 20px;
	padding: 0 516px;
	position: relative;
}

.strategy .addr .fl {
	left: 130px;
}

.strategy .addr .fr {
	right: 130px;
}

.strategy .addr .location {
	width: 340px;
	position: absolute;
	top: 38px;
}

.strategy .addr .location .item {
	height: 208px;
	background: #FFFFFF;
	border-left: 2px solid #006C3B;
	padding: 50px 30px 0 60px;
	margin-bottom: 29px;
}

.strategy .addr .location .item h4 {
	font-weight: bold;
	font-size: 22px;
	color: #018046;
	line-height: 30px;
}

.strategy .addr .location .item p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin-top: 11px;
}

.strategy .addr img {
	width: 100%;
}

.special {}

.introduce {
	height: 699px;
	background: #DFF2EA;
	padding-top: 23px;
}

.introduce .text {
	max-width: 1490px;
	margin: 38px auto;
}

.introduce .text p {
	font-size: 18px;
	line-height: 32px;
	color: #343434;
	margin-top: 30px;
}

.introduce .bigdata {
	display: flex;
	height: 200px;
	align-items: center;
	padding: 0 50px;
}

.introduce .bigdata .item {
	color: #018046;
	width: 430px;
	text-align: center;
}

.introduce .bigdata .item .data {
	display: flex;
	justify-content: center;
	height: 58px;
}

.introduce .bigdata .item .data .number {
	font-weight: bold;
	font-size: 50px;
}

.introduce .bigdata .item .data .jia {
	font-size: 24px;
}

.introduce .bigdata .item .data .h {
	font-size: 24px;
	align-self: end;
}

.introduce .bigdata .item h6 {
	font-size: 16px;
	margin-top: 6px;
}

.introduce .bigdata .shu {
	width: 1px;
	height: 61px;
	background: #C3D6CE;
}

.capacity {
	background: url('/static/front/Images/ncztzsmback.jpg') center no-repeat;
	height: 968px;
	position: relative;
	padding: 20px 120px;
}

.capacity .capacitywiper {
	width: 100%;
	margin-top: 80px;
}

.capacity .swiper-slide {
	padding: 47px 40px 0;
	height: 300px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8);
}

.capacity .swiper-slide .type {
	width: 100%;
	text-align: center;
}

.capacity .swiper-slide .type img {
	width: 88px;
	height: 88px;
}

.capacity .swiper-slide .type .h4 {
	font-weight: bold;
	font-size: 20px;
	color: #343434;
	line-height: 32px;
	margin-top: 14px;
}

.capacity .swiper-slide .type .p {
	font-weight: 400;
	font-size: 16px;
	color: #242424;
	line-height: 28px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.capacity .iconfont {
	position: absolute;
	top: 50%;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: -18px;
	z-index: 5;
	opacity: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #C1DFC3;
	border-radius: 50%;
	line-height: 40px;
}

.capacity .iconprev {
	left: 46px;
}

.capacity .iconnext {
	right: 46px;
}

.capacity .iconfont:hover {
	cursor: pointer;
	background: #018047;
}

.caseblack {
	padding: 10px 120px 0;
	height: 912px;
	background: #DFF2EA;
}

.caseblack .caselsit {
	padding: 64px 0 35px;
	width: 100%;
}

.caseblack .caselsit .cases {
	width: 100%;
	display: inline-block;
}

.caseblack .caselsit .cases .item {
	width: 24%;
	display: inline-block;
	position: relative;
	padding-top: 16%;
	float: left;
	margin-bottom: 20px;
	margin-right: 1%;
	background-size: 100% 100%!important;
}

.caseblack .caselsit .cases .item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	height: 50px;
	padding: 0 40px;
	width: 100%;
	overflow: hidden;
}

.caseblack .caselsit .cases .item .text h5 {
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.caseblack .caselsit .cases .item .text p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
}

.caseblack .caselsit .cases.opt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.caseblack .caselsit .cases .item:hover .text {
	padding: 42px 20px;
	height: 100%;
	background-color: rgba(1, 128, 70, 0.9);
}

.caseblack .caselsit .cases .item:hover .text h5 {
	line-height: 25px;
	font-weight: bold;
	height: 50px;
}

.caseblack .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #018046;
	font-size: 14px;
}

.caseblack .more:hover {
	background-color: #018046;
	color: #FFFFFF;
}

.credential {
	background: url('/static/front/Images/ncztzzback.jpg') center no-repeat;
	height: 795px;
	position: relative;
	padding: 30px 100px;
}

.credential .soncomtitle h4 {
	color: #FFFFFF;
}

.credential .text {
	padding: 50px 90px 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	height: 248px;
}

.credential .text p {}

.credential .honorswiper {}

.credential .honorswiper .swiper-slide {
	height: 244px;
}

.credential .honorswiper .swiper-slide .imgs {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.credential .honorswiper .swiper-slide .imgs img {
	width: 100%;
	height: 100%;
}

.credential .indexHonor {}

.credential .indexHonor .iconfont {
	position: absolute;
	top: 50%;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: -18px;
	z-index: 5;
	opacity: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #018047;
	border-radius: 50%;
	line-height: 40px;
	opacity: 0.8;
}

.credential .indexHonor .iconprev {
	left: -90px;
}

.credential .indexHonor .iconnext {
	right: -90px;
}

.credential .indexHonor .iconfont:hover {
	opacity: 1;
	cursor: pointer;
}

.kernel {
	background: #DFF2EA;
	display: inline-block;
	width: 100%;
}

.kernel .list {
	width: 100%;
	margin-top: 30px;
}

.kernel .list .item {
	width: 33.33%;
	padding-bottom: 17.5%;
	position: relative;
	float: left;
	background: #E4F9F0;
}

.kernel .list .item.even {
	background: #F3F9E1;
}

.kernel .list .item .data {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 20%;
	top: 22%;
	color: #018046;
}

.kernel .list .item .data .number {
	font-weight: bold;
	font-size: 50px;
}

.kernel .list .item .data .jia {
	font-size: 24px;
}

.kernel .list .item .title {
	position: absolute;
	left: 20%;
	top: 41%;
	width: 80px;
	text-align: center;
	color: #018046;
}

.kernel .list .item.even .data,
.kernel .list .item.even .title {
	color: #DEAB00;
}

.kernel .list .item p {
	position: absolute;
	left: 22%;
	top: 50%;
	width: 36%;
	line-height: 28px;
	font-size: 18px;
}

.kernel .list .item img {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.process {
	background: #DFF2EA;
	padding-bottom: 82px;
}

.process .lable {
	position: absolute;
	left: 0;
	top: 0;
	background: #018046;
	border-radius: 12px 0px 12px 0px;
	height: 48px;
	width: 148px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.process .process1 {
	height: 247px;
	background: #F8FCFB;
	border-radius: 12px 12px 12px 12px;
	margin-top: 57px;
	padding: 96px 56px 0;
	display: flex;
	position: relative;
}

.process .process1 .item {
	width: 100%;
	background: url('/static/front/Images/ncztback2.png') center no-repeat;
	background-size: 100% 100%;
	height: 89px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 50px;
}

.process .process1 .item.first {
	background: url('/static/front/Images/ncztback.png') center no-repeat;
	background-size: 100% 100%;
}

.process .process1 .item img {
	max-width: 44px;
	margin-right: 21px;
}

.process .process1 .item .text {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

.process .process1 .item .text p {}

.process .process2 {
	background-color: #F8FCFB;
	margin-top: 66px;
	position: relative;
	display: flex;
	border-radius: 12px 12px 12px 12px;
	height: 446px;
	padding-top: 77px;
}

.process .process2 .item {
	width: 100%;
	text-align: center;
}

.process .process2 .item .backquan {
	background: url('/static/front/Images/nczticnonyuan.png') center no-repeat;
	width: 135px;
	height: 135px;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.process .process2 .item .backquan img {
}

.process .process2 .item h5 {
	font-weight: bold;
	font-size: 18px;
	color: #242424;
	line-height: 28px;
	margin-top: 24px;
}

.process .process2 .item ul {
	text-align: left;
	padding-left: 33%;
	margin-top: 20px;
}

.process .process2 .item ul li {
	font-size: 18px;
	color: #242424;
	line-height: 28px;
}

.process .process2 .jiantou {
	width: 31px;
	height: 22px;
	margin-top: 61px;
}

.newsPage {
	background: url('/static/front/Images/alpageback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 40px;
}

.newsPage .firstnews {
	width: 100%;
	height: 532px;
	background: #FFFFFF;
}

.newsPage .firstnews .item {
	position: relative;
	padding: 68px 27px 0 790px;
	display: block;
	height: 532px;
}

.newsPage .firstnews .item .img {
	width: 730px;
	height: 425px;
	position: absolute;
	left: 27px;
	top: 49px;
	background-size: 100% 100% !important;
}

.newsPage .firstnews .item .name {
	font-weight: bold;
	font-size: 24px;
	color: #242424;
	line-height: 30px;
}

.newsPage .list {
	padding-top: 40px;
}

.newsPage .list .item {
	position: relative;
	padding: 34px 80px 0 448px;
	background-color: #F8FCFB;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	height: 280px;
}

.newsPage .list .item .img {
	width: 388px;
	height: 227px;
	position: absolute;
	top: 27px;
	left: 29px;
	background-size: 100% 100% !important;
}

.newsPage .item .recommend {
	position: absolute;
	left: 0;
	top: 0;
	width: 69px;
	height: 50px;
	background: #DEAB00;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

.newsPage .list .item .name {
	font-weight: bold;
	font-size: 20px;
	color: #242424;
	line-height: 27px;
}

.newsPage .item .date {
	font-size: 16px;
	color: #989898;
	line-height: 24px;
	margin-top: 25px;
}

.newsPage .list .item .date {
	margin-top: 20px;
}

.newsPage .item .date span {
	margin-right: 40px;
}

.newsPage .firstnews .item .text {
	line-height: 24px;
	margin-top: 23px;
	height: 200px;
	overflow: hidden
}

.newsPage .list .item .text {
	line-height: 24px;
	margin-top: 15px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 26px;
}

.newsPage .item .text p {
	margin-top: 20px;
	font-size: 16px;
	color: #242424;
}

.newsPage .list .item .text p {
	margin-top: 0;
}

.newsPage .item .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	color: #018046;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.newsPage .item:hover .img {
	background-size: 110% 110% !important;
}

.newsPage .item:hover .name {
	color: #018046;
}

.newsPage .item:hover .more {
	background-color: #018046;
	color: #FFFFFF;
	font-weight: bold;
}

.library {
	background: url('/static/front/Images/alpageback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 40px;
}

.library .list {
	display: inline-block;
	padding-top: 34px;
}

.library .list .item {
	width: 50%;
	width: calc(50% - 10px);
	float: left;
	background: #FFFFFF;
	padding: 30px 30px 0 448px;
	position: relative;
	height: 278px;
	margin-bottom: 20px;
}

.library .list .item:nth-child(2n-1) {
	margin-right: 20px;
}

.library .list .item .img {
	position: absolute;
	width: 388px;
	height: 227px;
	left: 29px;
	top: 27px;
	background-size: 100% 100% !important;
}

.library .list .item .name {
	font-weight: bold;
	font-size: 24px;
	color: #242424;
	line-height: 27px;
}

.library .list .item .date {
	font-size: 16px;
	color: #989898;
	line-height: 24px;
	margin-top: 15px;
	height: 61px;
}

.library .list .item .date span {
	margin-right: 20px;
}

.library .list .item .ul {
	height: 87px;
	display: inline-block;
}

.library .list .item .ul .li {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #018046;
	background: rgba(1, 128, 70, 0.1);
	height: 32px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #018046;
}

.library .list .item .more {
	width: 130px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	border: 1px solid #018046;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #018046;
}

.library .list .item:hover .img {
	background-size: 110% 110% !important;
}

.library .list .item:hover .name {
	color: #018046;
}

.library .list .item:hover .more {
	background-color: #018046;
	color: #FFFFFF;
	font-weight: bold;
}

.institution {
	background: url('/static/front/Images/alpageback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 176px;
}

.institution .list {
	display: inline-block;
	padding-top: 66px;
}

.institution .list .item {
	width: 33.33%;
	width: calc(33.33% - 20px);
	float: left;
	background: #FFFFFF;
	padding: 393px 30px 0;
	position: relative;
	height: 586px;
	margin-right: 30px;
}

.institution .list .item:last-child {
	margin-right: 0;
}

.institution .list .item .img {
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0px;
	top: 0px;
	background-size: 100% 100% !important;
}

.institution .list .item .name {
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 22px;
}

.institution .list .item p {
	margin-top: 26px;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
}

.institution .list .item p i {
	color: #018046;
	font-size: 16px;
}


.casePage {
	background: url('/static/front/Images/alpageback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 40px;
}

.casePage .list {
	display: inline-block;
	padding-top: 66px;
	min-height: 444px;
}

.casePage .list .item {
	width: 25%;
	width: calc(25% - 15px);
	float: left;
	padding: 240px 0px 0;
	position: relative;
	height: 338px;
	margin-right: 20px;
	margin-bottom: 40px;
	background-color: #DFF2EA;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.casePage .list .item:nth-child(4n+4) {
	margin-right: 0;
}

.casePage .list .item .img {
	position: absolute;
	width: 100%;
	height: 240px;
	left: 0px;
	top: 0px;
	background-size: 100% 100% !important;
}

.casePage .list .item .names {
	height: 98px;
	padding: 20px 30px 0;
	position: relative;
}

.casePage .list .item .names .name {
	font-size: 18px;
	color: #242424;
	line-height: 28px;
	height: 56px;
}

.casePage .list .item .names .iconfont {
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 98px;
	font-size: 30px;
	color: #989898;
	display: none;
}

.casePage .list .item .names::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background-color: #018046;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.casePage .list .item:hover {
	background-color: #FFFFFF;
}

.casePage .list .item:hover .img {
	background-size: 110% 110% !important;
}

.casePage .list .item:hover .iconfont {
	color: #018046;
}

.casePage .list .item:hover .names::after {
	width: 100%;
}

.detailsPage {
	background: url('/static/front/Images/alpageback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 193px;
}

.detailsPage .details {
	margin-top: 47px;
	background-color: #FFFFFF;
	padding: 70px 135px 100px;
}

.detailsPage .details .h1 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 36px;
}

.detailsPage .details .data {
	text-align: center;
	line-height: 86px;
	font-weight: 400;
	font-size: 16px;
	color: #858585;
	border-bottom: 1px solid #018046;
}

.detailsPage .details .data span {
	margin: 0 40px;
	color: #858585;
}

.detailsPage .details .editor {
	padding-top: 59px;
	width: 100%;
}

.detailsPage .details .editor * {
	max-width: 100%;
	text-wrap: initial !important;
}

.changepage {
	margin-top: 22px;
	background-color: #FFFFFF;
	padding: 35px 154px;
}

.changepage .table {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.changepage .table span{
	margin-right: 20px;
}

.changepage .table:hover {
	opacity: 0.8;
}

.contactUsPage {
	background: url('/static/front/Images/aboutback.jpg') bottom no-repeat;
	background-color: #DFF2EA;
	width: 100%;
	padding-bottom: 113px;
}

.contactUsPage .contactUs {
	margin-top: 34px;
	background-color: #FFFFFF;
	padding: 60px 110px 115px;
}

.contactUsPage .contactUs h3 {
	font-weight: bold;
	font-size: 28px;
	color: #018046;
	text-align: center;
}

.contactUsPage .contactUs .block {
	display: inline-block;
	width: 100%;
}

.contactUsPage .contactUs .block .way {
	width: 60%;
	padding-top: 96px;
}

.contactUsPage .contactUs .block .way .item {
	width: 40%;
	margin: 0 5%;
	float: left;
	padding-left: 10%;
	position: relative;
	margin-bottom: 50px;
	display: inline-block;
}

.contactUsPage .contactUs .block .way .item .iconfont {
	position: absolute;
	left: 10%;
	top: 5px;
	font-size: 38px;
	color: #018046;
}

.contactUsPage .contactUs .block .way .item .title {
	font-weight: 400;
	font-size: 16px;
	color: #242424;
}

.contactUsPage .contactUs .block .way .item .value {
	font-weight: bold;
	font-size: 24px;
	color: #242424;
}

.contactUsPage .contactUs .block .ewm {
	width: 30%;
	margin-top: 89px;
}

.contactUsPage .contactUs .block .ewm img {
	width: 177px;
	height: 177px;
}

.contactUsPage .contactUs .block .ewm .title {
	width: 177px;
	text-align: center;
	font-size: 16px;
	color: #242424;
}

.contactUsPage .contactUs .ditu {
	width: 100%;
	height: 476px;
	margin-top: 70px;
}











@media (min-width: 1560px) and (max-width: 1730px) {
	
	.credential .indexHonor .iconprev,
	.indexHonor .iconprev {
		left: -30px;
	}
	.credential .indexHonor .iconnext,
	.indexHonor .iconnext {
		right: -30px;
	}

	.culture .list .item.opt {
		padding: 67px 40px 0;
	}

	.library .list .item {
		padding-left: 340px;
	}

	.library .list .item .img {
		width: 280px;
	}
	.strategy .addr{
		padding: 0 450px;
	}
	.strategy{
		height: 1000px;
	}
	.strategy .addr .fl {
		left: 60px;
	}
	
	.strategy .addr .fr {
		right: 60px;
	}
	.credential{
		padding: 30px 60px;
	}
	.kernel .list .item .data .number{
		font-size: 44px;
	}
}

@media (min-width: 970px) and (max-width: 1559px) {
	.credential .indexHonor .iconprev,
	.indexHonor .iconprev {
		left: 0px;
	}

	.credential .indexHonor .iconnext,
	.indexHonor .iconnext {
		right: 0px;
	}

	.culture .list .item.opt {
		padding: 67px 30px 0;
	}

	.indexHonor,
	.indexwalkInto .walkInto {
		width: 1400px;
	}

	.library .list .item {
		padding-left: 340px;
	}

	.library .list .item .img {
		width: 280px;
	}
	.strategy{
		height: 900px;
	}
	.strategy .addr{
		padding: 0px 430px;
	}
	.strategy .addr .location{
		
	}
	.strategy .addr .fl {
		left: 20px;
	}

	.strategy .addr .fr {
		right: 20px;
	}
	.credential{
		padding: 30px 10px;
	}
	.kernel .list .item .data .number{
		font-size: 38px;
	}
	.kernel .list .item p{
		font-size: 16px;
	}
}

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


	.indexbanner {
		height: 80vw;
	}

	.indexbanner .swiper-slide {
		height: 80vw;
	}

	.indexbanner .official {
		padding-top: 26vw;
	}

	.indexbanner .official .h2 {
		line-height: 6vw;
		font-size: 6vw;
	}

	.indexbanner .official .h4 {
		line-height: 20vw;
		font-size: 5vw;
	}

	.indexbanner .official .h6 {
		line-height: 4vw;
		font-size: 4vw;
		margin-top: 0;
	}

	.indexbanner .swiper-slide-active .h2 {
		opacity: 0;
		animation: bannerfadeIn 1.5s 0.1s forwards;
		-moz-animation: bannerfadeIn 1.5s 0.1s forwards;
		-webkit-animation: bannerfadeIn 1.5s 0.1s forwards;
		-o-animation: bannerfadeIn 1.5s 0.1s forwards;
	}

	.indexbanner .swiper-slide-active .h4 {
		opacity: 0;
		animation: bannerfadeIn 1.5s 0.4s forwards;
		-moz-animation: bannerfadeIn 1.5s 0.4s forwards;
		-webkit-animation: bannerfadeIn 1.5s 0.4s forwards;
		-o-animation: bannerfadeIn 1.5s 0.4s forwards;
	}

	.indexbanner .swiper-slide-active .h6 {
		opacity: 0;
		animation: bannerfadeIn 1.5s 0.8s forwards;
		-moz-animation: bannerfadeIn 1.5s 0.8s forwards;
		-webkit-animation: bannerfadeIn 1.5s 0.8s forwards;
		-o-animation: bannerfadeIn 1.5s 0.8s forwards;
	}
	.indexbanner .swiper-pagination-bullets{
		    bottom: 4vw;
	}
	.indextype {
		height: 101vw;
		background: #DFF5EE;
		padding: 8vw 0vw 0;
	}

	.indextypeswiper {}

	.indextypeswiper .swiper-slide {
		min-height: 70px;
	}

	.indextypeswiper .type {
		padding-left: 0;
		text-align: center;
		width: 20vw;
		margin-bottom: 4vw;
	}

	.indextypeswiper .type img {
		width: 19.2vw;
		height: 19.2vw;
		position: relative;
		left: 0;
		display: block;
		margin: 0 auto;
	}

	.indextypeswiper .type .h4 {
		font-size: 4vw;
		line-height: 9vw;
	}

	.indextypeswiper .type .p {
		font-size: 3vw;
		color: #989898;
		line-height: 4vw;
	}

	.indextype .iconfont {
		top: auto;
		font-size: 8vw;
		margin-top: 0;
		opacity: 0.4;
		bottom: 5vw;
	}

	.indextype .iconprev {
		left: 34vw;
	}

	.indextype .iconnext {
		right: 34vw;
	}

	.indexcomtitle {
		padding: 9vw 0 0;
	}

	.indexcomtitle h4 {
		font-size: 6vw;
	}

	.indexcomtitle p {
		font-size: 3vw;
		line-height: 5vw;
		margin-top: 2vw;
		padding: 0px 15vw;
	}

	.indexbusiness {}

	.indexbusiness .business {
		margin-top: 6vw;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		width: 100%;
		display: block;
	}

	.indexbusiness .business .item {
		height: auto;
		padding: 2vw 3vw 2vw 27vw !important;
		scroll-snap-align: start;
		flex-shrink: 0;
		width: 100%;
		position: relative;
		min-height: 34vw;
		border-bottom: 2px solid #D5AD28;
	}
	.indexbusiness .business .item .a{
		position: absolute;
		left: 3vw;
		top: 6vw;
	}

	.indexbusiness .business .item img {
		width: 15vw;
		height: 15vw;
	}

	.indexbusiness .business .item h5 {
		font-size: 4vw;
		line-height: 6vw;
		margin-top: 1vw;
	}

	.indexbusiness .business .item .projects {
		font-size: 3.3vw;
		line-height: 5vw;
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		height: auto;
	}

	.indexbusiness .business .item .projects a {
		width: 48%;
		margin: 0.5em 0 0;
		padding: 0;
		margin-right: 0%;
	}

	.indexbusiness .business .item .projects a:hover {
		color: #018047;
	}

	.indexbusiness .business .item .iconfont {
		display: none;
	}

	.indexbusiness .business .item:hover .projects,.indexbusiness .business .item.hover .projects {
		height: auto;
	}

	.indexbusiness .business .item:hover .iconfont,.indexbusiness .business .item.hover .iconfont {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	.indexadvantage {
		height: auto;
	}

	.indexadvantage .advantage {
		width: 100%;
		margin: 8vw auto 0;
		padding: 0 5vw;
	}

	.indexadvantage .advantage .item {
		width: 100%;
		height: 26vw;
		border-radius: 3vw;
		position: relative;
		padding: 3vw 5vw 3vw 20vw;
		margin-bottom: 30px;
		display: inline-block;
	}

	.indexadvantage .advantage .item .iconfont {
		left: 4vw;
		top: 2vw;
		line-height: 15vw;
		font-size: 12vw;
	}

	.indexadvantage .advantage .item h4 {
		font-size: 4vw;
		line-height: 4vw;
	}

	.indexadvantage .advantage .item p {
		line-height: 5vw;
		margin-top: 2vw;
		font-size: 3.2vw;
	}
	.indexcase .case {
		padding-top: 8vw;
		display: inline-block;
		width: 100%;
		padding-bottom: 11vw;
	}

	.indexcase .case .type {
		display: flex;
		justify-content: space-between;
		margin-left: 0;
		padding: 0 3vw;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		width: 100%;
	}

	.indexcase .case .type .a {
		height: 9vw;
		width: auto;
		padding: 0 3.4vw;
		margin: 0 1vw;
		font-size: 3vw;
		flex-shrink: 0;
	}

	.indexcase .caselsit {
		padding: 9vw 0 7vw;
	}

	.indexcase .caselsit .cases {
		display: none;
		width: 100%;
	}

	.indexcase .caselsit .cases .item {
		width: 100%;
		display: inline-block;
		position: relative;
		padding-top: 50vw;
		float: inherit;
		margin-bottom: 5vw;
		margin-right: 0;
	}
	.indexcase .caselsit .cases .item:nth-child(n+5){
		display:none;
	}

	.indexcase .caselsit .cases .item .text {
		height: 13vw;
		padding: 0 3vw;
	}

	.indexcase .caselsit .cases .item .text h5 {
		line-height: 13vw;
		font-size: 4vw;
	}

	.indexcase .caselsit .cases .item .text p {
	-webkit-line-clamp: 3;
	}

	.indexcase .caselsit .cases.opt {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.indexcase .caselsit .cases .item:hover .text {
		padding: 42px 20px;
		height: 100%;
		background-color: rgba(1, 128, 70, 0.9);
	}

	.indexcase .caselsit .cases .item:hover .text h5 {
	}

	.indexcase .more {
		width: 34vw;
		height: 9vw;
		border-radius: 8vw;
		font-size: 3vw;
	}

	.indexcase .more:hover {
		background-color: #018046;
		color: #FFFFFF;
	}

	.indexbigdata {
		height: auto;
		flex-wrap: wrap;
		padding: 2vw 5vw;
	}

	.indexbigdata .item {
		width: 50%;
		text-align: left;
		padding: 3vw 0;
	}

	.indexbigdata .item .data {
		display: flex;
		height: 10vw;
		justify-content: flex-start;
	}

	.indexbigdata .item .data .number {
		font-weight: bold;
		font-size: 8vw;
	}

	.indexbigdata .item .data .jia {
		font-size: 19px;
	}

	.indexbigdata .item .data .h {
		font-size: 24px;
		align-self: end;
	}

	.indexbigdata .item h6 {
		font-size: 4vw;
		margin-top: 6px;
	}

	.indexbigdata .shu {
		display: none;
	}

	.indexwalkInto {
		padding-bottom: 9vw;
	}

	.indexwalkInto .walkInto {
		padding: 11vw 6vw 5vw;
		height: auto;
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}

	.indexwalkInto .walkInto .txtall {
		width: 100%;
	}

	.indexwalkInto .walkInto .txtall h2 {
		font-size: 5vw;
	}

	.indexwalkInto .walkInto .txtall h5 {
		font-weight: bold;
		font-size: 4vw;
		color: #000000;
		line-height: 20px;
		margin-top: 15px;
	}

	.indexwalkInto .walkInto .txtall .txts p {
		font-size: 3vw;
		line-height: 4vw;
		margin-top: 3vw;
	}

	.indexwalkInto .walkInto .txtall .more {
		margin-top: 7vw;
		width: 34vw;
		height: 9vw;
		border-radius: 8vw;
		font-size: 3vw;
	}

	.indexwalkInto .walkInto .videomodel {
		width: 100%;
		height: 49.3vw;
		margin-top: 10vw;
		margin-right: 0;
	}

	.indexwalkInto .walkInto .videomodel .backblok {
		width: 41vw;
		height: 41vw;
		right: -3vw;
		bottom: -3vw;
	}
	
	
	.library {
		padding-bottom: 9vw;
	}
	
	.library .list {
		padding-top: 3vw;
	}
	
	.library .list .item {
		width: 100%;
		padding:3vw 3vw 3vw 38vw;
		height: 26vw;
		margin-bottom: 3vw;
	}
	
	
	.library .list .item .img {
		width: 32vw;
		height: 20vw;
		top: 3vw;
		left: 3vw;
	}
	
	.library .list .item .name {
		font-weight: bold;
		font-size: 3.5vw;
		line-height: 5vw;
	}
	
	.library .list .item .date {
		display: none;
	}
	
	.library .list .item .ul {
		height: 17vw;
		width: 103%;
		padding-top: 3vw;
	}
	
	.library .list .item .ul .li {
		margin: 0 2vw 1vw 0;
		height: 5vw;
		padding: 0 2vw;
		display: flex;
		font-size: 3vw;
	}
	
	.library .list .item .more {
	display: none;
	}
	
	
	.indexHonor {
		width: 100%;
		margin-top: 5vw;
	}
	.indexHonor .iconnext{
		right: 2vw;
	}
	.indexHonor .iconprev{
		left: 2vw;
	}

	.indexwalkInto .honorswiper {
		height: 28.5vw;
	}

	.indexwalkInto .honorswiper .swiper-slide {
		height: 28.5vw;
	}

	.indexwalkInto .honorswiper .swiper-slide .imgs {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.indexwalkInto .honorswiper .swiper-slide .imgs img {
		width: 100%;
		height: 100%;
	}

	.indexnews {
		padding-bottom: 13vw;
	}

	.indexnews .news {
		padding: 5vw;
	}

	.indexnews .news .type {
		display: flex;
		justify-content: center;
	}

	.indexnews .news .type .a {
		height: 9vw;
		width: auto;
		padding: 0 3.4vw;
		margin: 0 5vw;
		font-size: 3vw;
	}

	.indexnews .news .type .a.opt,
	.indexnews .news .type .a:hover {
		background: #018046;
		color: #FFFFFF;
		cursor: pointer;
	}

	.indexnews .newslist {
		display: table;
		width: 100%;
		margin: 8vw auto 0;
	}

	.indexnews .newslist .bignews {
		width: 90vw;
		float: left;
		display: inline-block;
	}

	.indexnews .newslist .bignews img {
	display: none;
	}

	.indexnews .newslist .li {
		height: 26.4vw;
		padding: 3vw 3vw 0 22vw;
		margin-bottom: 2vw;
		overflow: hidden;
		width: 90vw;
	}

	.indexnews .newslist .li .date {
		left: 0;
		width: 20vw;
		height: 17vw;
		top: 5vw;
	}

	.indexnews .newslist .li .date h1 {
		font-size: 12vw;
		line-height: 12vw;
	}

	.indexnews .newslist .li .date h6 {
		font-size: 2vw;
		color: #858585;
		margin-left: 0;
		margin-top: 1vw;
	}

	.indexnews .newslist .li .name {
		font-size: 4vw;
		line-height: 6vw;
		display: inline-block;
		width: 100%;
	}

	.indexnews .newslist .li .p {
		font-size: 3vw;
		line-height: 5vw;
		margin-top: 1.5vw;
		height: 10vw;
	}

	.indexnews .newslist .ul {
		width: 100%;
		float: right;
	}

	.indexnews .more {
		width: 34vw;
		height: 9vw;
		border-radius: 8vw;
		font-size: 3vw;
	}
	
	
	.enterInto {}
	
	.enterInto .indexwalkInto {
		height: auto;
	}
	
	.enterInto .indexwalkInto .walkInto {
		padding-top: 6vw;
	}
	
	.enterInto .indexwalkInto .walkInto .txtall h2 {
	}
	
	.enterInto .indexwalkInto .walkInto .txtall h5 {
		color: #0D8650;
		font-weight: initial;
		font-size: 3.8vw;
	}
	
	.soncomtitle h4 {
		padding-top: 9vw;
		font-size: 23px;
	}
	
	.sonHonor {
		background: url('/static/front/Images/intryback.jpg') center no-repeat;
		height: 66vw;
		position: relative;
	}
	
	.sonHonor .soncomtitle h4 {
		color: #FFFFFF;
	}
	
	.sonHonor .honorswiper {
		width: 100%;
		height: 30vw;
		margin-top: 10vw;
	}
	
	.sonHonor .honorswiper .swiper-slide {
		height: 30vw;
	}
	
	.sonHonor .honorswiper .swiper-slide .imgs {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.sonHonor .honorswiper .swiper-slide .imgs img {
		width: 100%;
		height: 100%;
	}
	
	.sonHonor .iconfont {
		position: absolute;
		top: 50%;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: -18px;
		z-index: 5;
		opacity: 1;
		text-align: center;
		width: 40px;
		height: 40px;
		background: #018047;
		border-radius: 50%;
		line-height: 40px;
	}
	
	.sonHonor .iconprev {
		left: 2vw;
	}
	
	.sonHonor .iconnext {
		right: 2vw;
	}
	
	.sonHonor .iconfont:hover {
		opacity: 1;
		cursor: pointer;
	}
	
	.sonCourse {
		background: url('/static/front/Images/intzlback.jpg') center no-repeat;
		height: 100vw;
		position: relative;
	}
	
	.sonCourse .shaft {
		padding: 4vw 3vw 0;
	}
	
	.sonCourse .shaft .impose {
		padding: 0;
		top: 32.5vw;
	}
	
	.sonCourse .shaft .line {
		width: 100%;
		height: 1px;
		background-color: #708B71;
	}
	
	.sonCourse .shaft .courseswiper {
		height: 74vw;
	}
	
	.sonCourse .shaft .swiper-slide {
		height: 66vw;
		position: relative;
	}
	
	.sonCourse .shaft .swiper-slide .date {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.sonCourse .shaft .swiper-slide .date .dian {
		width: 20px;
		height: 20px;
		background: #018046;
		border-radius: 50%;
		box-shadow: 0 0 0px 6px rgba(1, 128, 70, 0.19);
		position: absolute;
		top: 30vw;
		left: 50%;
		margin-left: -10px;
	}
	
	.sonCourse .shaft .swiper-slide .date .shu {
		top: 35vw;
	}
	
	.sonCourse .shaft .swiper-slide .date .shu:after {
		content: "";
		width: 11px;
		height: 11px;
		background: #EFF5E1;
		border: 1px solid #018046;
		position: absolute;
		bottom: -8px;
		left: -6px;
		border-radius: 50%;
	}
	
	.sonCourse .shaft .swiper-slide .date .number {
		font-size: 18px;
		width: 100%;
		top: 18vw;
	}
	
	.sonCourse .shaft .swiper-slide .date .block {
		width: 42vw;
		height: auto;
		bottom: 0;
		padding: 3vw 3vw;
		margin-left: -21vw;
	}
	
	.sonCourse .shaft .swiper-slide .date .block h4 {
		font-size: 14px;
		line-height: 26px;
		height: 26px;
	}
	
	.sonCourse .shaft .swiper-slide .date .block .p {
		line-height: 1.4em;
		font-size: 12px;
	}
	
	.sonCourse .shaft .swiper-slide .date .iconfont {
		top: 30vw;
		font-size: 18px;
	}
	
	.sonCourse .shaft .swiper-slide .date.bottom {}
	
	.sonCourse .shaft .swiper-slide .date.top {}
	
	.sonCourse .shaft .swiper-slide .date.top .shu {
		top: 20vw;
	}
	
	.sonCourse .shaft .swiper-slide .date.top .shu:after {
		bottom: inherit;
		top: -4px;
	}
	
	.sonCourse .shaft .swiper-slide .date.top .number {
		top: 41vw;
	}
	
	.sonCourse .shaft .swiper-slide .date.top .block {
		top: 0;
	}
	
	.sonCourse .shaft .swiper-slide:hover {
		cursor: pointer;
	}
	
	.sonCourse .shaft .swiper-slide:hover .date .dian {
		background-color: #D5AD28;
		box-shadow: 0 0 0px 6px rgba(213, 173, 40, 0.36);
	}
	
	.sonCourse .shaft .swiper-slide:hover .date .number {
		color: #D5AD28;
	}
	
	.sonCourse .shaft .swiper-slide:hover .date .shu,
	.sonCourse .shaft .swiper-slide:hover .date .block {
		background-color: #D5AD28;
	}
	
	.sonCourse>.iconfont {
		position: absolute;
		top: 50%;
		font-size: 36px;
		color: #018046;
		margin-top: 18px;
		z-index: 5;
	}
	
	.sonCourse .iconprev {
		left: 83px;
	}
	
	.sonCourse .iconnext {
		right: 83px;
	}
	
	.sonCourse>.iconfont:hover {
		opacity: 1;
		cursor: pointer;
	}
	
	.culture {
		height: auto;
	}

	.culture .list {
		display: flex;
		margin-top: 6vw;
		flex-wrap: wrap;
	}

	.culture .list .item {
		margin-right: 0;
		width: 100%;
		height: auto;
		padding: 5vw 3vw 3vw 3vw;
		background: #FFFFFF;
		border-radius: 12px;
		margin-bottom: 3vw;
	}

	.culture .list .item:hover {
	}

	.culture .list .item:last-child {
		margin-right: 0px;
	}

	.culture .list .item .stateimgshow {
	width: 12vw;
	height: 12vw;
	top: 3vw;
	right: 3vw;
	position: absolute;
	}

	.culture .list .item .stateimghide {
		width: 12vw;
		top: 3vw;
		right: 3vw;
		position: absolute;
	}

	.culture .list .item h4 {
		font-weight: bold;
		font-size: 5vw;
		line-height: 6vw;
		margin-top: 39px;
		margin-top: 0;
		text-align: left;
	}

	.culture .list .item ul {
		font-size: 4vw;
		color: #242424;
		line-height: 6vw;
		margin-top: 3vw;
		height: 18vw;
		overflow: hidden;
		text-align: center;
	}

	.culture .list .item .iconfont {
		font-size: 7vw;
		display: inline-block;
		margin-top: 3vw;
	}

	.culture .list .item .ps {
	}

	.culture .list .item .ps p {
		font-size: 12px;
		margin-top: 3vw;
	}

	.culture .list .item.opt {
		width: 100%;
		height: auto;
		padding: 5vw 3vw 3vw 3vw;
	}

	.culture .list .item.opt .stateimgshow {
		width: 72px;
		height: 72px;
		top: 3vw;
		right: 3vw;
		position: absolute;
		opacity: 0;
	}

	.culture .list .item.opt .stateimghide {
		display: inline-block;
		width: 12vw;
		top: 3vw;
		right: 3vw;
		position: absolute;
	}

	.culture .list .item.opt h4 {
		color: #FFFFFF;
		margin-top: 0;
	}

	.culture .list .item.opt ul {
		display: none;
	}

	.culture .list .item.opt .iconfont {
		display: none;
	}

	.culture .list .item.opt .ps {
		font-size: 1vw;
		line-height: 18px;
		height: auto;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar {
		width: 5px;
		height: 10px;
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0.1);
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-track-piece {
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-thumb {
		background: #999;
		border-radius: 4px;
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-corner {
		background: #ccc;
		cursor: pointer;
	}

	.culture .list .item.opt .ps::-webkit-scrollbar-resizer {
		background: #ccc;
		cursor: pointer;
	}
		
	.strategy {
		height: auto;
	}

	.strategy .h5 {
		font-size: 18px;
		line-height: 20px;
		margin-top: 32px;
	}

	.strategy .address {
		font-weight: 500;
		font-size: 3.2vw;
		color: #858585;
		line-height: 20px;
		padding: 0 3vw;
		text-align: center;
		margin-top: 20px;
	}

	.strategy .addr {
		margin-top: 3vw;
		padding: 0 1.5vw 3vw;
		display: inline-block;
	}

	.strategy .addr .fl {
		left: 0;
	}

	.strategy .addr .fr {
		right: 0;
	}

	.strategy .addr .location {
		width: 100%;
		position: relative;
		top: auto;
		display: flex;
		justify-content: space-between;
		float: initial;
	}

	.strategy .addr .location .item {
		height: auto;
		background: #FFFFFF;
		border-left: 2px solid #006C3B;
		padding: 3vw;
		margin-bottom: 3vw;
		width: 100%;
		margin: 1.5vw;
	}

	.strategy .addr .location .item h4 {
		font-weight: bold;
		font-size: 4vw;
		color: #018046;
		line-height: 4vw;
	}

	.strategy .addr .location .item p {
		font-weight: 400;
		font-size: 3vw;
		color: #000000;
		line-height: 4vw;
		margin-top: 11px;
	}

	.strategy .addr img {
		width: 100%;
	}

		
	.introduce {
		height: auto;
		padding-top: 3vw;
	}
	
	.introduce .text {
		max-width: 100%;
		margin: 3vw auto;
		padding: 0 3vw;
	}
	
	.introduce .text p {
		font-size: 3vw;
		line-height: 5vw;
		color: #343434;
		margin-top: 30px;
	}
	
	.introduce .bigdata {
		display: flex;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding: 2vw 5vw;
	}
	
	.introduce .bigdata .item {
		width: 50%;
		text-align: left;
		padding: 3vw 0;
	}
	
	.introduce .bigdata .item .data {
		display: flex;
		height: 10vw;
		justify-content: flex-start;
	}
	
	.introduce .bigdata .item .data .number {
		font-weight: bold;
		font-size: 8vw;
	}
	
	.introduce .bigdata .item .data .jia {
		font-size: 19px;
	}
	
	.introduce .bigdata .item .data .h {
		font-size: 24px;
		align-self: end;
	}
	
	.introduce .bigdata .item h6 {
		font-size: 4vw;
		margin-top: 6px;
	}
	
	.introduce .bigdata .shu {
		display: none;
	}
	
	.capacity {
		height: auto;
		padding: 3vw 3vw 5vw;
		width: 100%;
	}
	
	.capacity .capacitywiper {
		width: 100%;
		margin-top: 4vw;
	}
	
	.capacity .swiper-slide {
		padding: 5vw 6vw 0;
		height: 181px;
	}
	
	.capacity .swiper-slide .type {
		width: 100%;
		text-align: center;
	}
	
	.capacity .swiper-slide .type img {
		width: 14vw;
		height: 14vw;
	}
	
	.capacity .swiper-slide .type .h4 {
		font-size: 3.6vw;
		line-height: 4vw;
		margin-top: 2vw;
	}
	
	.capacity .swiper-slide .type .p {
		font-size: 3vw;
		line-height: 5vw;
		margin-top: 3vw;
	}
	
	.capacity .iconfont {
		position: absolute;
		top: 50%;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: -18px;
		z-index: 5;
		opacity: 1;
		text-align: center;
		width: 40px;
		height: 40px;
		background: #C1DFC3;
		border-radius: 50%;
		line-height: 40px;
	}
	
	.capacity .iconprev {
		left: 46px;
	}
	
	.capacity .iconnext {
		right: 46px;
	}
	
	.capacity .iconfont:hover {
		cursor: pointer;
		background: #018047;
	}
	
	.caseblack {
		padding: 10px 3vw 5vw;
		height: auto;
	}
	
	.caseblack .caselsit {
		padding: 3vw 0 1vw;
		width: 100%;
	}
	
	.caseblack .caselsit .cases {
		width: 100%;
		display: inline-block;
	}
	
	.caseblack .caselsit .cases .item {
		width: 49%;
		display: inline-block;
		position: relative;
		padding-top: 29vw;
		float: left;
		margin-bottom: 2vw;
		margin-right: 2%;
	}
	.caseblack .caselsit .cases .item:nth-child(2n){
		margin-right: 0;
	}
	
	.caseblack .caselsit .cases .item .text {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 7vw;
		padding: 0 3vw;
		width: 100%;
		overflow: hidden;
	}
	
	.caseblack .caselsit .cases .item .text h5 {
		line-height: 7vw;
		color: #FFFFFF;
		font-size: 3.4vw;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.caseblack .caselsit .cases .item .text p {
		color: #FFFFFF;
		font-size: 14px;
		line-height: 27px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	
	.caseblack .caselsit .cases.opt {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.caseblack .caselsit .cases .item:hover .text {
		padding: 0px 3vw;
		height: 7vw;
	}
	
	.caseblack .caselsit .cases .item:hover .text h5 {
		line-height: 7vw;
	}
	
	.caseblack .more {
		width: 130px;
		height: 38px;
		border-radius: 19px 19px 19px 19px;
		border: 1px solid #018046;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		color: #018046;
		font-size: 14px;
	}
	
	.caseblack .more:hover {
		background-color: #018046;
		color: #FFFFFF;
	}
	
	.credential {
		height: auto;
		position: relative;
		padding: 3vw 3vw 7vw;
	}
	
	.credential .soncomtitle h4 {
		color: #FFFFFF;
	}
	
	.credential .text {
		padding: 2vw 3vw 0;
		font-size: 16px;
		line-height: 6vw;
		height: auto;
	}
	
	.credential .honorswiper .swiper-slide {
		height: 28.5vw;
	}
	
	.credential .honorswiper .swiper-slide .imgs {
	}
	
	.credential .honorswiper .swiper-slide .imgs img {
	}
	
	.credential .indexHonor {}
	
	.credential .indexHonor .iconfont {
		position: absolute;
		top: 50%;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: -18px;
		z-index: 5;
		opacity: 1;
		text-align: center;
		width: 40px;
		height: 40px;
		background: #018047;
		border-radius: 50%;
		line-height: 40px;
		opacity: 0.8;
	}
	
	.credential .indexHonor .iconprev {
		left: 2vw;
	}
	
	.credential .indexHonor .iconnext {
		right: 2vw;
	}
	
	.credential .indexHonor .iconfont:hover {
		opacity: 1;
		cursor: pointer;
	}
	
	.kernel {
	}

	.kernel .list {
		width: 100%;
		margin-top: 5vw;
		display: inline-block;
		padding: 0 1%;
	}

	.kernel .list .item {
		width: 48%;
		padding-bottom: 0;
		padding: 3vw;
		margin-bottom: 2vw;
		margin: 0 1% 2vw;
	}

	.kernel .list .item.even {
		background: #F3F9E1;
	}

	.kernel .list .item .data {
		position: relative;
		left: 0vw;
		top: 0;
	}

	.kernel .list .item .data .number {
		font-weight: bold;
		font-size: 9vw;
	}

	.kernel .list .item .data .jia {
		font-size: 5vw;
	}

	.kernel .list .item .title {
		position: relative;
		left: 0vw;
		top: 0vw;
		width: 100%;
	}

	.kernel .list .item.even .data,
	.kernel .list .item.even .title {
		color: #DEAB00;
	}

	.kernel .list .item p {
		position: relative;
		left: 0vw;
		top: auto;
		width: 100%;
		line-height: 5vw;
		font-size: 3vw;
	}

	.kernel .list .item img {
		right: 4vw;
		top: 4vw;
		width: 14vw;
		opacity: 0.6;
	}
	
	.process {
		padding-bottom: 3vw;
	}

	.process .lable {
		border-radius: 12px 0px 12px 0px;
		height: 8vw;
		width: 7em;
		font-weight: bold;
		font-size: 3.5vw;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.process .process1 {
		height: auto;
		border-radius: 12px 12px 12px 12px;
		margin-top: 6vw;
		padding: 12vw 3vw 3vw;
		flex-wrap: wrap;
	}

	.process .process1 .item {
		width: 50%;
		height: 13vw;
		padding-right: 5vw;
		margin-bottom: 3vw;
	}

	.process .process1 .item.first {
		background-size: 100% 100%;
	}

	.process .process1 .item img {
		max-width: 6vw;
		margin-right: 3vw;
	}

	.process .process1 .item .text {
		font-weight: bold;
		font-size: 18px;
		color: #FFFFFF;
	}

	.process .process1 .item .text p {
    font-size: 3vw;
}

	.process .process2 {
		margin-top: 3vw;
		position: relative;
		height: auto;
		padding-top: 13vw;
		flex-wrap: wrap;
		padding: 13vw 5vw 2vw 0;
	}

	.process .process2 .item {
		width: 100%;
		margin-bottom: 0;
		position: relative;
		padding: 3vw 3vw 3vw 20vw;
		text-align: left;
	}

	.process .process2 .item .backquan {
		width: 13vw;
		height: 13vw;
		background-size: 100% 100%;
		position: absolute;
		left: 3vw;
		top: 0vw;
	}

	.process .process2 .item .backquan img {
    width: 5vw;
}

	.process .process2 .item h5 {
		font-size: 3.5vw;
		line-height: 3.5vw;
		margin-top: 0;
	}

	.process .process2 .item ul {
		text-align: left;
		padding-left: 33%;
		display: flex;
		padding: 0;
		flex-wrap: wrap;
		margin-top: 0.5vw;
	}

	.process .process2 .item ul li {
		font-size: 3vw;
		line-height: 4vw;
		margin-right: 3vw;
		margin-top: 1vw;
	}

	.process .process2 .jiantou {
		width: 5vw;
		height: auto;
		margin-top: 0;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		margin: 0vw 7vw 2vw;
	}
	
	.casePage {
		width: 100%;
		padding-bottom:3vw;
	}
	
	.casePage .list {
		display: inline-block;
		padding-top: 5vw;
		min-height: 100vw;
	}
	
	.casePage .list .item {
		width: 48.5%;
		padding: 28vw 0px 0;
		position: relative;
		height: 42vw;
		margin-right: 3%;
		margin-bottom: 3vw;
		background-color: #DFF2EA;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
	}
	
	.casePage .list .item:nth-child(2n) {
		margin-right: 0;
	}
	
	.casePage .list .item .img {
		position: absolute;
		width: 100%;
		height: 28vw;
		left: 0px;
		top: 0px;
		background-size: 100% 100% !important;
	}
	
	.casePage .list .item .names {
		height: 14vw;
		padding: 2vw 3vw;
		position: relative;
		background-color: #FFFFFF;
	}
	
	.casePage .list .item .names .name {
		font-size: 3.5vw;
		color: #242424;
		line-height: 5vw;
		height: 10vw;
	}
	
	.casePage .list .item .names .iconfont {
		display: none;
	}
		
	.institution {
		padding-bottom: 9vw;
	}
	
	.institution .list {
		padding-top: 5vw;
	}
	
	.institution .list .item {
		width: 100%;
		float: left;
		background: #FFFFFF;
		padding: 0;
		position: relative;
		height: 87vw;
		margin-right: 0;
		margin-bottom: 3vw;
		overflow: hidden;
		border-radius: 10px;
	}
	
	.institution .list .item:last-child {
		margin-right: 0;
	}
	
	.institution .list .item .img {
		height: 100%;
		z-index: 1;
	}
	
	.institution .list .item .back {
		position: absolute;
		bottom: 0;
		z-index: 5;
		padding: 7vw;
		width: 100%;
		background-color: rgba(255,255,255,0.7);
	}
	.institution .list .item .name {
		font-size: 5vw;
		line-height: 6vw;
	}
	
	.institution .list .item p {
		margin-top: 3vw;
		font-size: 3.5vw;
		line-height: 5vw;
	}
	
	.institution .list .item p i {
		font-size: 4vw;
	}

	.newsPage {
		padding-bottom: 9vw;
	}

	.newsPage .firstnews {
		height: auto;
		padding-top: 3vw;
	}

	.newsPage .firstnews .item {
		position: relative;
		padding: 63vw 3vw 3vw;
		display: block;
		height: auto;
	}

	.newsPage .firstnews .item .img {
		width: 100%;
		height: 60vw;
		left: 0;
		top: 0;
	}

	.newsPage .firstnews .item .name {
		font-size: 5vw;
		line-height: 7vw;
	}

	.newsPage .list {
		padding-top: 3vw;
	}

	.newsPage .list .item {
		padding: 3vw 3vw 3vw 38vw;
		margin-bottom: 3vw;
		height: 26vw;
	}

	.newsPage .list .item .img {
		width: 32vw;
		height: 20vw;
		position: absolute;
		top: 3vw;
		left: 3vw;
		background-size: 100% 100% !important;
	}

	.newsPage .item .recommend {
		left: 0;
		top: 0;
		width: 4em;
		height: auto;
		font-size: 3vw;
		line-height: 9vw;
	}

	.newsPage .list .item .name {
		font-weight: bold;
		font-size: 4vw;
		color: #242424;
		line-height: 7vw;
	}

	.newsPage .item .date {
		font-size: 3vw;
		line-height: 4vw;
		margin-top: 3vw;
	}

	.newsPage .list .item .date {
		display: none;
	}

	.newsPage .firstnews .item .text {
		line-height: 6vw;
		margin-top: 0;
		max-height: 42vw;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}

	.newsPage .list .item .text {
		line-height: 5vw;
		margin-top: 2vw;
		height: 10vw;
		overflow: hidden;
		margin-bottom: 0;
	}

	.newsPage .item .text p {
		margin-top: 3vw;
		font-size: 3.2vw;
	}

	.newsPage .list .item .text p {
		margin-top: 0vw;
		color: #242424;
	}

	.newsPage .item .more {
		display: none;
	}

	.newsPage .item:hover .name {
		color: #018046;
	}

	.newsPage .item:hover .more {
		background-color: #018046;
		color: #FFFFFF;
		font-weight: bold;
	}

		
	.detailsPage {
		padding-bottom: 9vw;
	}
	
	.detailsPage .details {
		margin-top: 3vw;
		background-color: #FFFFFF;
		padding: 6vw 3vw 4vw;
	}
	
	.detailsPage .details .h1 {
		font-size: 5vw;
		line-height: 6vw;
	}
	
	.detailsPage .details .data {
		line-height: 6vw;
		font-size: 3.2vw;
		padding: 3vw 0;
	}
	
	.detailsPage .details .data span {
		margin: 0 5vw;
		display: block;
		text-align: left;
	}
	
	.detailsPage .details .editor {
		padding-top: 4vw;
	}
	
	.detailsPage .details .editor * {
		max-width: 100% !important;
	}
	.detailsPage .details .editor img{
		height: auto !important;
	}
	
	.changepage {
		margin-top: 5vw;
		padding: 3vw 5vw;
	}
	
	.changepage .table {
		font-size: 3.5vw;
		line-height: 7vw;
	}
	
	.contactUsPage {
		padding-bottom: 9vw;
	}
	
	.contactUsPage .contactUs {
		margin-top: 5vw;
		padding: 4vw 4vw 5vw;
	}
	
	.contactUsPage .contactUs h3 {
		font-size: 5vw;
		line-height: 9vw;
	}
	
	.contactUsPage .contactUs .block {
	}
	
	.contactUsPage .contactUs .block .way {
		width: 100%;
		padding-top: 3vw;
	}
	
	.contactUsPage .contactUs .block .way .item {
		width: 50%;
		margin: 0;
		padding-left: 10vw;
		margin-bottom: 3vw;
	}
	
	.contactUsPage .contactUs .block .way .item .iconfont {
		position: absolute;
		left: 3vw;
		top: 3vw;
		font-size: 5vw;
		color: #018046;
	}
	
	.contactUsPage .contactUs .block .way .item .title {
		font-size: 3.5vw;
	}
	
	.contactUsPage .contactUs .block .way .item .value {
		font-size: 4vw;
	}
	
	.contactUsPage .contactUs .block .ewm {
		width: 100%;
		margin-top: 2vw;
		text-align: center;
	}
	
	.contactUsPage .contactUs .block .ewm img {
		width: 30vw;
		height: 30vw;
	}
	
	.contactUsPage .contactUs .block .ewm .title {
		width: 100%;
		text-align: center;
		font-size: 3vw;
	}
	
	.contactUsPage .contactUs .ditu {
		height: 60vw;
		margin-top: 3vw;
	}


}







@keyframes bannerfadeIn {
	0% {
		padding-top: 100px;
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		padding-top: 0px;
		opacity: 1;
	}
}

@-moz-keyframes bannerfadeIn {
	0% {
		padding-top: 100px;
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		padding-top: 0px;
		opacity: 1;
	}
}

@-webkit-keyframes bannerfadeIn {
	0% {
		padding-top: 100px;
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		padding-top: 0px;
		opacity: 1;
	}
}

@-o-keyframes bannerfadeIn {
	0% {
		padding-top: 100px;
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		padding-top: 0px;
		opacity: 1;
	}
}<!--ºÄÊ±1765704427.5071Ãë-->