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

.index_bn {
	margin-top: 178px;
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 20px !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: 30px;
}

.pagtitle .name {
	font-weight: bold;
	font-size: 48px;
	color: #333;
	text-align: center;
}

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

.pagtitle .subname {
	font-size: 18px;
	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(../image/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(../image/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(../image/right2.png)#00824a no-repeat center center;
}

.swiper-honor-prev:hover {
	background: url(../image/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: 100px;
}

.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%;
}


.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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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 p {
	color: #00824a;
}

.advantagefl li.swiper-slide-thumb-active p span {
	opacity: 0.5;
	color: #fff;
}

.advantagefl li.swiper-slide-thumb-active .ico {
}

.advantagefl li.swiper-slide-thumb-active .ico img {
	filter: brightness(0%) invert(100%);
}


.advantagefl li .ico {
	border-radius: 100%;
}

.advantagefl li .ico img {
	filter: brightness(100%) invert(0%);
	max-width: 100%;
}

.advantagefl li p {
	font-size: 22px;
	color: #666666;
}

.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: 100px 0px 70px;
	background: #eff3f1;
}


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



/**pag7**/

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

.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% - 40px)/2);
	margin-right: 40px;
	float: left;
	border: 5px #eee solid;
	padding: 10px;
	margin-bottom: 40px;
	transition: all 0.5s;
}

.pag7 .right li:hover {
	border: 5px #069144 solid;
}

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

.pag7 .right li a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.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: 70%;
	padding: 0px 20px;
}

.pag7 .right li .text .title {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	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: 0px;
}



/**pag3**/


.pag3 {
	width: 100%;
	padding: 100px 0px;
	overflow: hidden;
	background: url(../image/bg.jpg) no-repeat top center;
}
.pag3 .main
{
	max-width: 1300px;
	margin: auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}


.pag3 .name {
	color: #fff;
}
.pag3 .pagtitle .name span
{
		color: #edea14;
}

.pag3 .pagtitle .subname {
	color: #fff;
	opacity: 0.6;
}

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

.advantage img {
	width: 100%;
}

.advantage li {
	display: flex;
	justify-content: space-between;
}

.advantage .text-c {
	width: 50%;
	padding-right: 50px;
}
.advantage .ico
{
	width: 50%;
}

.advantage .text-c .tags
{
	display: block;
	font-size: 48px;
	font-family: CenturyGothic !important;
	color: #ccc;
}

.advantage .tittle {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #333;
	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: 10px;
}

.advantage .more {
	background: #0097e2;
	width: 150px;
	display: flex;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
	border: 1px #0097e2 solid;
	transition: all 0.5s;
}

.advantage .more:hover {
	border: 1px #0097e2 solid;
	background: #0097e2;
}


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

.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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/images/img_04.png)#ee1d23 no-repeat left center;
}



.advantagefl {
	max-width: 1300px;
	margin: auto;
	background: #fff;
	padding: 40px;
}

.advantagefl li {
	display: flex;
	background: #069144;
	justify-content: center;
	align-items: center;
	padding: 25px 0px;
	transition: all 0.5s;
	cursor: pointer;
}

.advantagefl li.swiper-slide-thumb-active {
	background: #017045;
}

.advantagefl li.swiper-slide-thumb-active p {
	color: #ffff;
}

.advantagefl li.swiper-slide-thumb-active p span {
	opacity: 0.5;
	color: #fff;
}


.advantagefl li.swiper-slide-thumb-active .ico img {
	filter: brightness(100%) invert(0%);
}


.advantagefl li .ico {
}

.advantagefl li .ico img {
	max-width: 100%;
}

.advantagefl li p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
}

.advantagefl li span {
	display: block;
	font-weight: 100;
	font-family: bahnschrift;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}






/**pag5**/

.pag5 {
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.nyabout
{
	padding: 80px 0px;
}



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


.pag5 .left .name {
	font-size: 48px;
	color: #069144;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/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(http://www.fshhb.com/template/default/images/img_105.png) no-repeat right center;
}

.pag5 .sz {
	max-width: 1300px;
	margin: auto;
	padding: 50px 40px;
	margin-top: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.pag5 .sz ul {
	display: flex;
	justify-content: space-between;
	padding: 0px 40px;
}

.pag5 .sz ul li {}

.pag5 .sz ul li .shuzi {
	font-family: CenturyGothic !important;
	font-size: 72px;
	font-style: normal;
	color: #069144;
	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(../image/hzbg.jpg) no-repeat center;
	background-size: 100%;
	overflow: hidden;
	padding: 200px 0px 100px;
	margin-top: -100px;
}

.pag8.partners {
	background: none;
	padding: 60px 0px 60px;
	margin-top: 0px;
}
.pag8.partners  li .ico
{
	border: 1px #eee solid;
}


.pag8 .center {
	max-width: 1340px;
	margin: auto;
}

.pag8 ul {
	overflow: hidden;
	padding: 0px 10px;
}

.pag8 li {
	width: calc((100% - 0px)/5);
	float: left;
	border-radius:8px;
	overflow: hidden;
	margin-bottom: 15px;
}
.pag8 li .ico
{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	margin: 10px 10px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
}
.pag8 li p
{
	text-align: center;
}


.pag8 li .ico img {
	max-width: 100%;
	transition: all 0.5s;
	cursor: pointer;
	margin: auto;
	display: block;
}

.pag8 li .ico img:hover {
	transform: scale(1.1);
}



/**pag6**/
.pag6 {
	overflow: hidden;
	width: 100%;
	padding-bottom: 100px;
}

.pag5 .center {
	max-width: 1300px;
	margin: auto;
	display: flex;
	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: #eff3f1;
}

.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: #fff;
	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: #069144;
}

.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(http://www.fshhb.com/template/default/images/bg3.png)#f6f6f6 no-repeat left 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(http://www.fshhb.com/template/default/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;
}