/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}


.pc-bn {
	display: block;
}

.m-bm {
	display: none;
}



/**pagtitle**/
.pagtitle {
	margin-bottom: 40px;
}

.pagtitle .name {
	font-weight: normal;
	font-size: 42px;
	color: #333;
	text-align: center;
	padding-top: 40px;
}

.pagtitle .name span {
	color: #00824a;
	font-weight: bold;
}

.pagtitle .subname {
	font-size: 16px;
	color: #999;
	text-align: center;
	max-width: 700px;
	margin: 5px auto 0px;
	line-height: 1.8em;
}


/**pag1**/
.pag1 {
	background: #fff;
	overflow: hidden;
	padding: 100px 0px;
}

.pag1 .center {
	margin: auto;
	margin-top: 0px;
}

.pag1 .indexpr_main li {
	margin-bottom: 0px;
}

.pag1 .swiper-honor-prev {
	margin-top: -30px;
	left: 10px;
}

.pag1 .swiper-honor-next {
	margin-top: -33px;
	right: 10px;
}

.pag1 .indexpr_main {
	margin: 0px auto 0px;
	max-width: 1500px;
	padding: 0px 100px;
}

.swiper_pr {
	overflow: hidden;
	max-width: 1600px;
}



.swiper-honor-prev {
	width: 66px;
	height: 66px;
	background: url(../images/left.png) #fff no-repeat center center;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -62px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-honor-next {
	width: 66px;
	height: 66px;
	background: url(../images/right.png)#fff no-repeat center center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -62px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-honor-next:hover {
	background: url(../images/right2.png)#00824a no-repeat center center;
}

.swiper-honor-prev:hover {
	background: url(../images/left2.png) #00824a no-repeat center center;
}


.swiper-honor,.swiper-rz {
	max-width: 1440px;
	padding: 0px 20px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
/**pag2**/

.pag2 {
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

.pag2 .center {
	max-width: 100%;
	margin: auto;
	padding: 0px 0px;
	overflow: hidden;
}
.pag2 ul
{overflow: hidden;padding: 0px 15px;}
.pag2 ul li
{
	width: calc((100% - 0px)/3);
	float: left;
	padding: 0px 15px;
}
.pag2 ul li .ico
{
	height: 0px;
	position: relative;
	overflow: hidden;
	padding-top: 66%;
}
.pag2 ul li .ico img
{
	width: 100%;
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)scale(1.01);
	height: 100%;
	background-size: cover !important;
}
.pag2 ul li:hover .ico img
{
	transform: translateY(-50%)scale(1.1);	
}


.pag2 ul li p
{
	text-align: center;
	background: #00824a;
	line-height: 70px;
	color: #fff;
	font-size: 22px;
}



.advantage {
	position: relative;
	max-width: 1300px;
	margin: 40px auto 0px;
	overflow: hidden;
	background: #fff;
}



.advantage li
{display: flex;justify-content: center;align-items: center;}

.advantage .text-c {
	width: 50%;
	padding: 10px 70px;
}


.advantage .tittle {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #00824a;
	font-weight: bold;
}

.advantage .sz {
	color: #fff;
	font-size: 86px;
	font-family: CenturyGothic !important;
	line-height: 1em;
}

.advantage .wz {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
}

.advantage .wz span {
	display: block;
	font-size: 30px;
	color: #ffff;
	font-weight: bold;
}

.advantage .ext_summary {
	color: #666;
	max-width: 100%;
	line-height: 2em;
	margin-top: 20px;
}

.advantage .more:hover 
{
	border: 1px #0a7310 solid;
	background: #0a7310;
}




.qhlist {
	position: absolute;
	right: 0px;
	padding: 50px;
	z-index: 2;
	bottom: 10%;
	height: auto;
	width: 32%;
}

.swiper-advantage-prev {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_03.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-prev:hover {

	background: url(../images/img_03.png)#ee1d23 no-repeat left center;
}

.swiper-advantage-next {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_04.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-next:hover {

	background: url(../images/img_04.png)#ee1d23 no-repeat left center;
}



.advantagefl 
{
	max-width: 1300px;
	margin: auto;
}
.advantagefl li
{display: block;background: #f5f5f5;justify-content: center;align-items: center;transition: all 0.5s;cursor: pointer;text-align: center;}

.advantagefl li.swiper-slide-thumb-active
{
}
.advantagefl li.swiper-slide-thumb-active p
{
	color: #00824a;
}
.advantagefl li.swiper-slide-thumb-active p span
{
	opacity: 0.5;
	color: #fff;
}
.advantagefl li.swiper-slide-thumb-active .ico
{background: #00824a;}
.advantagefl li.swiper-slide-thumb-active .ico img
{
	filter: brightness(0%) invert(100%);
}


.advantagefl li .ico
{
	background: #fff;
	border-radius: 100%;
	width: 90px;
	margin: auto;
}
.advantagefl li .ico img
{
	filter: brightness(100%) invert(0%);
	max-width: 100%;
}

.advantagefl li p
{
	font-size: 22px;
	color: #666666;
	margin-top: 20px;
}
.advantagefl li span
{
	display: block;
	font-weight: 100;
	font-family: bahnschrift;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}





/**pag4**/
.pag4 {
	overflow: hidden;
	width: 100%;
	padding: 50px 0px 70px;
	background: url(../images/casebg.png) no-repeat right top;
}


.pag4 .partners .center {
	padding: 0px 10px 0px;
}

.case_center li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	padding: 20px;
	background: #f6f6f6;
	width: calc((100% - 90px)/4);
}

.case_center li:nth-of-type(4n) {
	margin-right: 0px;
}


.case_center li:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}


.case_center li .title {
	text-align: center;
	color: #333;
	width: 100%;
	text-align: left;
	line-height: 50px;
	text-align: center;
}

.case_center li .title span {
	display: block;
	color: #999;
	font-size: 15px;
	margin-top: 5px;
	line-height: 1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 75px;
}

.case_center li:hover a {
	color: #fff;
}
.case_center li:hover
{
	background:#00824a;
}

.case_center li .pr_img img {
	width: 100%;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)scale(1);
	object-fit: cover;
	height: 100%;
}

.case_center li:hover .pr_img img {
	transform: translate(-50%, -50%)scale(1.1);
}

.case_center li .pr_img {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
	width: 100%;
}

.case_center li .pr_main {
	background: #fff;
	width: 100%;
	padding: 40px 40px 20px;
}

.case_center li .text {
	width: 100%;
}

.case_center li .text .title a {
	display: block;
	font-size: 24px;
	color: #333333;
	max-width: 290px;
}

.case_center li:hover .text .title a {
	color: #00824a;
}


.case_center li .text2 {
	justify-content: flex-start;
}

.case_center li .text2 .title {
	padding: 0px 0px;
	width: 100%;
}

/**pag7**/

.pag7 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 60px;
}

.pag7 .center {
	max-width: 1340px;
	padding: 0px 20px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.pag7 .right {
	width: 100%;
}
.pag7 .right li
{
	width: calc((100% - 100px)/3);
	margin-right: 50px;
	float: left;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.pag7 .right li:nth-of-type(3n)
{
	margin-right: 0px;
}

.pag7 .right li a{
	display: block;
}

.pag7 .right li .ico {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 65%;
}

.pag7 .right li .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.pag7 .right li:hover .ico img
{
	transform: translate(-50%, -50%)scale(1.1);	
}

.pag7 .right li .text {
	width: 100%;
	padding: 30px;
}

.pag7 .right li .text .title {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.pag7 .right li:hover .text .title {
	color:#00824a;
}

.pag7 .right li:nth-of-type(3) a{
	border-bottom: 0px #eee solid;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.pag7 .right li .text .ext_summary {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin: 10px 0px;
}

.pag7 .right li .text .time {
	color: #999;
	margin-top: 20px;
}



/**pag3**/

.pag3 {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	background: #f6f6f6;
	padding-bottom: 100px;
}



.advantage .text {
	position: absolute;
	right: 0px;
	padding: 50px;
	background: rgba(13, 77, 161, 0.9);
	z-index: 2;
	top: 0px;
	height: 100%;
	width: 32%;
}



.advantage .tittle {
	display: flex;
	align-items: center;
}

.advantage .sz {
	color: #fff;
	font-size: 86px;
	font-family: CenturyGothic !important;
	line-height: 1em;
}

.advantage .wz {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
}

.advantage .wz span {
	display: block;
	font-size: 30px;
	color: #ffff;
	font-weight: bold;
}


.advantage .more {
	background: #00824a;
	width: auto;
	display: flex;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
	border: 1px #00824a solid;
	transition: all 0.5s;
	max-width: 240px;
	font-family: CenturyGothic !important;
	font-size: 22px;
}


.advantage .more:hover 
{
	border: 1px #00824a solid;
	background:#00824a;
}


.advantage .more img {
	margin-right:5px;
}

.qhlist {
	position: absolute;
	right: 0px;
	padding: 50px;
	z-index: 2;
	bottom: 10%;
	height: auto;
	width: 32%;
}

.swiper-advantage-prev {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_03.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-prev:hover {

	background: url(../images/img_03.png)#ee1d23 no-repeat left center;
}

.swiper-advantage-next {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_04.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-next:hover {

	background: url(../images/img_04.png)#ee1d23 no-repeat left center;
}


/**pag5**/

.pag5 {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0px;
}



.pag5 .left {
	width: 50%;
	color: #666;
	line-height: 2em;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 15px;
}

.pag5 .left .about-title {}

.pag5 .left .name {
	font-size: 24px;
	color: #00824a;
	font-weight: bold;
	margin-bottom: 20px;
}

.pag5 .left .name em {
	font-style: normal;
	font-weight: bold;
	color: #0d4da1;
}

.pag5 .left .subname {
	line-height: 2em;
	margin: 20px 0px;
	color: #222;
}

.pag5 .left .more {
	background: #00824a;
	width: 150px;
	display: flex;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	border: 1px #00824a solid;
	transition: all 0.5s;
	font-size: 14px;
	margin-top: 30px;
}

.pag5 .left .more:hover
{
	background:#00824a;
	border:1px #00824a solid;
}


.pag5 .left .more img {
	margin-left: 15px;
}


.pag5 .right {
	width: 50%;
	overflow: hidden;
}
.pag5 .right img{
	width:100%;
}
.pag5 .right .ab1 {
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_100.png) no-repeat right center;
}

.pag5 .right .ab2 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_103.png) no-repeat right center;
}

.pag5 .right .ab3 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	background: url(../images/img_105.png) no-repeat right center;
}

.pag5 .sz
{max-width: 1340px;margin: auto;padding: 0px 20px;margin-bottom: 40px;}
.pag5 .sz ul
{display: flex;justify-content: space-between;}
.pag5 .sz ul li
{

}
.pag5 .sz ul li .shuzi
{font-family: CenturyGothic !important;font-size: 72px;font-style: normal;color: #00824a;margin-right: 5px;}
.pag5 .sz ul li em:nth-of-type(2)
{font-size: 30px;color: #333;font-family: CenturyGothic !important;font-style: normal;}
.pag5 .sz ul li em:nth-of-type(3)
{font-weight: bold;color: #333;position: absolute;top: 5px;font-style: initial;font-size: 18px;line-height: 1em;right: 0px;}
.pag5 .sz ul li p:nth-of-type(1)
{position: relative;line-height: 60px;}
.pag5 .sz ul li p:nth-of-type(2)
{color: #666;}



/**pag8**/
.pag8
{
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 110px 0px 0px;
}
.pag8 .center
{
	max-width: 1340px;
	margin: auto;
	display: flex;
	padding: 0px 20px;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding-bottom: 100px;
}
.pag8 .center .mainl
{
	width: 25%;
}
.pag8 .center .mainl .title
{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}
.pag8 .center .mainl .summary
{
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}
.pag8 .center .mainl .summary span
{
	display: block;
	font-size: 16px;
	opacity: 0.8;
}
.pag8 .center .mainc
{
	width: 60%;
	border: 1px rgba(255, 255, 255, 0.2) solid;
	border-left: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 0px;
}
.pag8 .center .mainc li
{
	width: calc(100% / 3);
	float: left;
	text-align: center;
	padding: 45px 10px;
	border: 1px rgba(255,255,255,0.2) solid;
	border-right: none;
	border-top: none;
	background: rgba(10,140,84,0.8);
}
.pag8 .center .mainc li p
{
	text-align: center;
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}
.pag8 .center .mainc li p span
{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.6;
}

.pag8 .center .mainr
{
	position: absolute;
	right: -100px;
	bottom: 0px;
}
.pag8 .center .mainr img
{
	
}

/**pag6**/
.pag6
{overflow: hidden;width: 100%;padding-bottom: 100px;}
.pag5 .center {
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.pr-features {
	max-width: 1340px;
	padding: 0px 15px;
	margin: 40px auto 0px;
	overflow: hidden;
}

.pr-features ul {
	max-width: 1640px;
	margin: auto;
}

.pr-features ul li {
	width: calc((100% - 60px)/6);
	float: left;
	text-align: center;
	padding: 60px 10px;
	background: #fff;
	transition: all 0.5s;
	cursor: pointer;
	border: 1px #eee solid;
	margin: 0px 5px;
}

.pr-features ul li:hover {
	background:#00824a;
}
.pr-features ul li:hover img{
 filter: brightness(0%) invert(100%);
}

.pr-features ul li p {
	margin-top: 10px;
	color: #333333;
	font-size: 24px;
}
.pr-features ul li:hover p{
	color:#fff !important;
}

.pr-features ul li p.ext_indexsummary
{
	font-size: 15px;
	color: #999999;
}

.index_search {
	overflow: hidden;
	position: relative;
	background: #fff;
	border-bottom: 1px #eee solid;
}

.searchCnter {
	max-width: 1340px;
	padding: 0 20px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchCnter_L {
	width: 70%;
	float: left
}
.searchCnter_L p
{
	
}
.searchCnter_L p a
{
	font-size: 15px;
	margin-right: 10px;
	color: #999;
}
.searchCnter_L p a:hover
{
	color: #00824a;
}
.searchCnter_L p {
	line-height: 1.5em;
	color: #00824a;
	font-size: 16px;
}

.searchCnter_R {
	height: 50px;
	width: 30%;
	float: right;
	max-width: 300px;
	background: #eee;
	margin: 25px 0;
	border-radius: 40px;
	overflow: hidden;
}

.searchCnter_R input {
	border: none!important;
	line-height: 50px;
	padding: 0 10px;
	width: calc(100% - 64px);
	background: 0 0;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	outline: 0;
	transition: all ease .6s;
	display: inline-block
}

.fa-search:before {
	content: "\f002";
	color: #00824a;
}

.searchCnter_R button {
	border: none;
	background: 0 0;
	line-height: 50px;
	float: right;
	padding: 0 20px;
	outline: 0
}

.search ul li:nth-of-type(3n) {
	margin-right: 0!important
}

.search ul li:hover .img img {
	transform: scale(1.1)
}

.search ul li .img {
	position: relative;
	overflow: hidden
}

.search ul li .img img {
	width: 100%;
	transform: scale(1);
	transition: all .5s
}

.search .search_list li .mask h4 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-align: center;
	background: #eee;
	padding: 20px
}

.search .search_list li {
	width: calc((100% - 60px)/ 3);
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	position: relative;
	top: 0;
	transition: all .5s
}

.search {
	width: 100%
}


.pag9
{background: url(../images/bg3.png)#f6f6f6 no-repeat center;padding: 160px 0px 50px;}
.pag9 .center
{
	max-width: 1340px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pag9 .center .left
{
	color: #fff;
	width: 40%;
	float: left;
	margin-left: 38%;
}
.pag9 .center .left p:nth-of-type(1)
{
	font-size: 36px;
	font-weight: bold;
}


.pag9 .center .right
{
	width: 30%;
	float: right;
	color: #fff;
	text-align: right;
}
.pag9 .center .right p
{
	color: #fff;
	background: url(../images/img_061.png) no-repeat left center;
	font-size: 24px;
	font-family: CenturyGothic !important;
	padding-left: 55px;
	display: inline-block;
	background-size: 38px;
}
.pag9 .center .right p a
{
	color:#fff;
}

.pag9 .center .right p span
{
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: block;
}