/**title**/

.jl_title p:nth-of-type(2) span {
	color: #24a5d5;
}

.jl_title p:nth-of-type(2) {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: -30px;
	color: #333;
}

.jl_title p:nth-of-type(3) {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.jl_title p:nth-of-type(1) {
	text-transform: upperhonor;
	font-size: 80px;
	color: #ebebeb;
	text-align: center;
	font-family: Impact !important;
	line-height: 1em;
}

/**nybanner**/

.n_banner {
	width: 100%;
	position: relative;
	left: 0%;
	margin-left: 0px;
	margin-top:178px;
	overflow: hidden;
	z-index: 1;
	background: #000;
}

.n_banner img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	opacity: 1;
}

.banner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin-top: -20px;
}

.banner_text p {
	font-size: 60px;
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	line-height: 1.2em;
	font-family: CenturyGothic !important;
}

.banner_text p span {
	display: block;
	font-size: 24px;
	position: relative;
	padding-top: 0px;
	line-height: 1.2em;
	letter-spacing: 0px;
}

/**fl**/

.fl {
	z-index: 2;
	width: 100%;
	border-bottom: 1px #eeeeee solid;
	margin-top: 0px;
	background: #fff;
}

.fl-title {
	text-align: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 40px;
	font-weight: 700;
}

.fl_list {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.fl_title {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.fl_list p {
	background: -webkit-linear-gradient(left, #a3cb2b, #239cb2);
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.fl_title a {
	line-height: 80px;
	width: auto;
	font-size: 16px;
	margin-right: 0px;
	color: #333;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 0px;
	border-radius: 0px;
	padding: 0px 20px;
	transition: all 0.3s;
}


.fl_title a:nth-last-of-type(1) {
	border-bottom: 0px #e5e5e5 solid;
}

.fl_title a:hover {
	color: #fff;
	background:#069144;
}

.fl_title .on {
	color: #fff;
	background: #069144;
}

.fl_title .on:before {
	width: 100%;
	left: 0px;
}


.mbx {
	width: auto;
	line-height: 65px;
	text-align: right;
	overflow: hidden;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.fl_center {
	max-width: 1340px;
	padding: 0px 20px 0px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 0px;
}

.fl2_center {
	max-width: 1340px;
	padding: 0px 20px 0px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 0px;
}





/**news**/

.nynews {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	padding-top: 80px;
}

.nynews_center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px 40px;
	overflow: hidden;
}

.nynews_list {
	width: calc((100% - 30px)/2);
	float: left;
	margin-right: 30px;
	padding: 0px;
	transition: all 0.5s;
	background: #fff;
	margin-bottom: 30px;
	padding: 10px;
	border: 5px #eee solid;
}
.nynews_list:hover
{
	border: 5px #069144 solid;
}

.nynews_list:nth-of-type(2n) {
	margin-right: 0px !important;
}

.nynews_list_c {
	display: flex;
	width: 100%;
	position: relative;
	height: auto;
	padding: 0px 0px;
	justify-content: center;
	align-items: center;
}

.nynews_list_img {
	overflow: hidden;
	position: relative;
	float: left;
	width: 30%;
	height: 0px;
	padding-top: 25%;
}

.nynews_list_img a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.nynews_list:hover .nynews_list_img a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1.1);
}

.nynews_list_text {
	width: 70%;
	float: left;
	display: block;
	height: 100%;
	padding: 0px 20px;
}
.nynews_list_text .date
{
	display: flex;
	justify-content: space-between;
}
.nynews_list_text .date p
{
	font-size: 14px;
	color: #999;
	display: block;
}
.nynews_list_text a.more {
	font-size: 15px;
	color: #999;
	display: block;
}

.nynews_list:hover a.more {
	color:#00824a;
}


.nynews_list_ptitle a {
	font-size: 18px;
	color: #222;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}

.nynews_list:hover .nynews_list_ptitle a {
	color: #069144;
}

.nynews_list_summary {
	color: #999;
	font-size: 14px;
	margin: 5px 0px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
}





/**.news_detail**/


.Details_pag {
	overflow: hidden;
	padding: 0px 0px 80px;
}

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



.Details_pag .right .rmdt {
	font-size: 22px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
}


.Details_pag .right a {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	justify-content: center;
	align-items: center;
}

.Details_pag .right .ico {
	overflow: hidden;
	position: relative;
	float: right;
	width: 35%;
	height: 0px;
	padding-top: 22%;
}

.Details_pag .right .text {
	width: 65%;
	padding-left: 15px;
}

.Details_pag .right .text .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}



.Details_pag .right .text .time {
	color: #999;
}

.Details_pag .right a:hover .title {
	color: #24a5d5;
}


.Details_pag .right .ico img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%)scale(1);
	transition: all 0.5s;
}

.Details_pag .right a:hover .ico img {
	transform: translate(-50%, -50%)scale(1.1);
}

ul.caselist {
	width: 100%;
	overflow: hidden;
}

ul.caselist li {
	width: calc((100% - 40px)/3);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.caselist p {
	text-align: center;
}


ul.caselist li:nth-of-type(3n) {
	margin-right: 0px;
}

ul.caselist li .pic {
	height: 0px;
	display: block;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	margin: 0px auto 10px;
}

ul.caselist li img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.news_detail_center .color {
	color: #24a5d5;
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
}


.news_detail {
	overflow: hidden;
	width: 100%;
	padding: 50px 0px;
	background: #fff;
}

.news_detail h1.title {
	text-align: center;
	font-size: 30px;
	border-bottom: 0px solid #e0e1dc;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333;
	font-family: HarmonyOS_Sans_SC_Bold;
}

.info_title {
	border-bottom: 1px solid #eee;
}

.news_detail h3.title_bar {
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 10px;
}

.content {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	padding-top: 20px;
}

.content img {
	max-width: 100%;
}

.detailpage {
	line-height: 26px;
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 20px;
	font-size: 16px;
	color: #999999;
	display: flex;
}

.detailpage .page_left {
	width: calc(100% - 140px);
	padding-right: 30px;
}

.detailpage .page_right {
	width: 140px;
	display: block;
	line-height: 50px;
	border: 1px #eee solid;
	text-align: center;
	padding: 0px;
	border-radius: 0px;
}

.detailpage .page_right:hover {
	background:#069144;
	color: #fff;
	border: 1px #069144 solid;
}

.precontent {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
}

.nextcontent {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

.page span {
	color: #999999;
}

.page a {
	color: #999999;
}

.page a:hover {
	color:#069144;
}

.news_detail_center {
	max-width: 100%;
	overflow: hidden;
}







.jzx {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;

}

.jzx li {
	width: calc((100% - 40px)/2);
	float: left;

}

.jzx li img {
	border: 1px #eee solid;
}


.jzx li strong {
	color: #24a5d5;
	font-size: 18px;
	display: block;
}


/**case**/

.case {
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 80px 0px 80px;
}

.case_center {
	max-width: 1340px;
	padding: 0px 20px 0px;
	margin: auto;
	overflow: hidden;
}

.case_list {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
	transition: all 0.5s;
}

.case_list_c {
	display: block;
	background: #fff;
}

.case_list_text {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.case_list:nth-of-type(3n) {
	margin-right: 0px;
}

.case_list_text .more {
	background: #24a5d5;
	width: 160px;
	line-height: 46px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 40px;
	border: 2px #24a5d5 solid;
	transition: all 0.5s;
}

.case_list_text .more:hover {
	border: 2px #24a5d5 solid;
	color: #24a5d5;
	background: #fff;
}


.case_list_text a {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	transition: all 0.5s;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case_list_text a p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	color: #505457;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
	font-size: 16px;
	background: #fff;
	line-height: 54px;
}

.case_list_text a span {
	width: 44px;
	height: 44px;
	background: #eee;
	text-align: center;
	line-height: 44px;
	font-size: 24px;
	font-family: CenturyGothic !important;
	color: #fdfdfd;
	transition: all 0.5s;
}

.case_list:hover a p {
	color: #fff;
	background:#069144;
}

.case_list:hover a span {
	background: #0d4da1;
}


.case_list_img {
	overflow: hidden;
	position: relative;
	float: right;
	width: 100%;
	height: 0px;
	padding-top: 75%;
}

.case_list_img a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	background-size: cover !important;
}

.case_list:hover .case_list_img a {
	transform: translateY(-50%) scale(1.1);
}


/**products**/




.products {
	padding: 80px 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.indexpr_main {
	overflow: hidden;
	margin: 0px auto 40px;
	position: relative;
	max-width: 1340px;
	padding: 0px 20px;
}

.indexpr_main li {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	padding:0px;
	width: calc((100% - 80px)/3);
	border: 1px #e7e7e7 solid;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.parts .indexpr_main li
{
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	margin-bottom: 30px;
}

.indexpr_main li:nth-of-type(3n) {
	margin-right: 0px;
}
.parts .indexpr_main li:nth-of-type(3n) {
	margin-right: 30px;
}
.parts .indexpr_main li:nth-of-type(4n) {
	margin-right: 0px;
}

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


.indexpr_main li .title {
	text-align: center;
	color: #333;
	width: 100%;
	text-align: left;
	line-height: 50px;
	font-size: 22px;
	text-align: left;
	padding: 20px 40px 40px;
}
.parts .indexpr_main li .title
{
	text-align: center;
	padding: 20px;
	font-size: 16px;
}


.indexpr_main li .title a
{
	display: block;
	color: #333;
	line-height: 1em;
	margin-bottom: 10px;
}
.indexpr_main li .title a
{
	
}
.indexpr_main li .title span {
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;

}

.indexpr_main li:hover a {
	color:#069144;
}

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

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

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

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

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

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

.indexpr_main li:hover .text .title a {
	color: #0d4da1;
}


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

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


/**about**/

.inabout
{
    width: 100%;
    padding: 100px 0px;
}
.inabout .center
{
    max-width: 1340px;
    padding: 0px 20px;
    line-height: 2em;
    margin: auto;
    font-size: 15px;
}
.inabout .center img
{
    max-width: 100%;
}

/**honor**/

.honor
{width: 100%;padding: 60px 0px;overflow: hidden;}
.honor .center
{
	max-width: 1340px;
	margin: auto;
	overflow: hidden;
}
.honor .center .list
{
	width: 33.33%;
	float: left;
	padding: 20px;
}

.honor_list_img
{padding: 30px;box-shadow: 0px 0px 10px rgba(0,0,0,0.06);border: 1px #eee solid;}
.honor_list_img a
{height: 220px;display: block;}
.honor_list_img a img
{height: 100%;display: block;transition: all 0.5s;margin: auto;}
.honor .center .list:hover a img
{
transform: scale(1.1);
}


.honor .center .list p
{
	text-align: center;
	line-height: 60px;
}

/**contact**/
.ny-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px 0px;
}

.ny-contact .content {
	display: block;
	padding: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	background: #fff;
	width: 100%;
}

.ny-contact .content .left {
	width: 40%;
	padding: 50px;
	color: #777;
	float: left;
	line-height: 2em;
}
.ny-contact .content .left ul
{
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 40px;
}
.ny-contact .content .left ul li
{
	width: calc((100% - 60px)/4);
	text-align: center;
	background: #fff;
	padding: 40px 0px;
}
.ny-contact .content .left ul li img
{
	width: 50px;
	display: block;
	height: 50px;
	background: #00824a;
	margin: auto;
	padding: 12px;
	border-radius: 100%;
}

.ny-contact .content .left a {
	color: #666;
}





.ny-contact .content .left .title {
	font-size: 36px;
	color: #069144;
	line-height: 2em;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: left;
}

.ny-contact .content .right {
	width: 60%;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	float: left;
}

#wrap {
	margin-top: 0px;
	border: 1px #eee solid;
	position: relative;
	z-index: 0;
}

#wrap .amap-controls {
	display: none;
}

.messages {
	background: #fff;
	padding: 100px 20px 100px;
	background-size: cover;
	display: block;
	max-width: 1340px;
	justify-content: space-between;
	margin: auto;
}

.messages .left {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.messages .left p {
	font-size: 16px;
	color: #999;
	line-height: 2em;
}

.messages .left .cn_title {
	font-size: 36px;
	line-height: 1.2em;
	color: #333;
	font-weight: 700;
	margin-bottom: 40px;
}

.messages .left a {
	display: block;
	width: 200px;
	line-height: 50px;
	background: url(http://www.fshhb.com/template/default/images/kf.png)#e5732a no-repeat 45px center;
	text-align: left;
	font-size: 16px;
	color: #fff;
	padding-left: 85px;
	margin-top: 30px;
}

.messages input {
	line-height: 60px;
	border-radius: 0px;
	border: 0px #ddd solid;
	padding: 0px 0px;
	width: calc((100% - 40px)/3);
	background: none;
	margin-bottom: 20px;
	color: #333;
	background: #fff;
	border-radius: 4px;
	border-bottom: 1px #ddd solid;
}

.messages-list {
	display: flex;
	justify-content: space-between;
}

.messages textarea {
	display: block;
	line-height: 1.8em;
	border-radius: 0px;
	border: 0px #eee solid;
	padding: 10px 0px;
	width: 100%;
	margin-top: 0px;
	height: 150px;
	background: none;
	background: #fff;
	color: #333;
	border-radius: 4px;
	overflow: hidden;
	border-bottom: 1px #ddd solid;
}

.messages button {
	width: 100%;
	line-height: 60px;
	background: #666;
	border: none !important;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	outline: 0;
	max-width: 300px;
	margin: 20px auto 0px;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	display: block;
}

/**prDetails**/

.Details {
	overflow: hidden;
	margin: 0px 0px 0px;
	background: #f6f6f6;
	padding: 80px 20px;
}


.fa_Prodt {
	margin: 0px auto 0px;
	padding: 0px 20px;
	max-width: 1340px;
}

.fa_wrapper {
	margin-top: 0px;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 100%;
	padding: 0px 0px;
	margin: auto;
}

.fa_comm_r {
	width: 100%;
	overflow: hidden;
}

.fa_top_l {
	width: 45%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
	border-right: 20px #f9f9f9f9 solid;
}

.fa_top {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.fa_dt_r {
	width: 55%;
	float: left;
	padding: 50px;
}

.fa_big_swp {
	background: #fff;
	width: 100%;
	position: relative;
}

.fa_mohide {
	position: relative;
	bottom: 0px;
	z-index: 9;
	padding: 20px 60px;
	background: #eee;
	overflow: hidden;
}

#thumbs {
	overflow: hidden;
}


.fa_mohide .swiper-slide {
	border: 2px #fff solid;
	cursor: pointer;
}

.fa_mohide .swiper-slide.swiper-slide-thumb-active {
	border: 2px #0d4da1 solid;
}

.fa_mohide .fa_Img {
	height: 90px;
}

.fa_mohide .fa_Img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transform: translate(-50%, -50%);
}

.fa_big_swp .swiper-slide {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-right: 0px !important;
}

.fa_big_swp .swiper-slide img {
	position: relative;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.Details2 .fa_big_swp .swiper-slide img {
	object-fit: contain;
	height: 100%;
}

.fa_Imgmax {
	border: 0px #eee solid;
	height: 550px;
	padding: 0px;
	background: #fff;
	width: 100%;
}

.Details2 .fa_Imgmax {
	height: 600px;
	padding: 50px;
	background: #eee;
}

.fa_btn_l {
	width: 30px;
	left: 0px;
	float: left;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}

.fa-angle-left:before {
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

.fa_btn_r {
	width: 30px;
	float: left;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.fa-angle-right:before {
	content: "\f105";
	width: 30px;
	height: 90px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 90px;
	background: none;
	cursor: pointer;
}

.fa-angle-right:hover:before {
	color: #bdd81b;
	background: none;
}

.fa-angle-left:hover:before {
	color: #bdd81b;
	background: none;
}

.fa_content {
	width: 100%;
	overflow: hidden;
	max-width: 1640px;
	margin: 30px auto 0px;
	border: 0px #f6f6f6 solid;
	padding: 40px;
	background: #fff;
}

.Details_mbx_c {
	max-width: 1400px;
	overflow: hidden;
}

.pr_list {
	width: 120px;
	height: 40px;
	background: url(http://www.fshhb.com/template/default/images/fh.png)#f3f3f3 no-repeat 20px center;
	display: block;
	line-height: 40px;
	padding-left: 44px;
	border-radius: 20px;
	margin-right: 0px;
	float: right;
}

.pr_list:hover {
	background: url(http://www.fshhb.com/template/default/images/fh2.png)#0d56a5 no-repeat 20px center;
	color: #fff;
}

.Details_mbx {
	overflow: hidden;
	margin-top: 178px;
}

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

.Details_mbxc .mbx_list {
	width: auto;
	color: #999;
	background: url(../image/mbx.png) no-repeat left center;
}

.Details_mbxc .mbx_list a {
	color: #999;
}

.upanddown {
	width: 100%;
	float: left;
	text-align: center;
	background: #f6f6f6;
}

.upanddown .up {
	float: left;
}

.upanddown .up i {
	margin-right: 10px;
}

.upanddown .dow {
	float: right;
}

.upanddown .dow i {
	margin-left: 10px;
}

.upanddown a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding: 0px 20px;
	text-align: center;
	color: #999;
	border-radius: 30px;
	min-width: 150px;
	margin-left: 0px;
	background: #eeeeee;
}

.upanddown a:hover {
	background: #0d56a5;
	color: #fff;
}

.hot_c {
	width: 50%;
	float: left;
}

.fa_pro_tit {
	font-size: 24px;
	color: #069144;
	text-align: left;
}

.pr_pages a {
	line-height: 40px;
	font-size: 14px;
	color: #999;
	width: calc((100% - 20px)/3);
	text-align: center;
	display: block;
	flex-basis: auto;
	background: #f6f6f6;
	margin-right: 10px;
	height: p;
	padding: 0px 0px;
}

.pr_pages a:hover {
	background:#069144;
	color: #fff;
}

.pr_pages a:nth-last-of-type(1) {
	margin-right: 0px;
}

.ext_Specification {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	line-height: 2em;
	text-align: left;
}

.ext_Specification p {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.ext_Specification p:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0px;
	top: 15px;
	background: #00824a;
	border-radius: 100%;
}

.zx {
	margin-top: 40px;
}

.zx a {
	padding-left: 0px;
	font-size: 22px;
	display: block;
	width: 100%;
}

.zx .zxzx {
	background: #069144;
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	border: 2px #069144 solid;
	transition: all 0.5s;
	max-width: 250px;
}

.zx a.zxzx:hover {
	background: none;
	border: 2px #069144 solid;
	color: #069144;
}

.zx a i {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
	background-size: 20px;
}

.zx a span {
	font-size: 30px;
	color: #069144;
	font-weight: 100;
	font-family: CenturyGothic !important;
}

.pr_pages {
	display: flex;
	width: 30%;
}

.ext_use {
	font-size: 16px;
	color: #666;
	padding: 30px 0px;
	line-height: 1.8em;
	border-bottom: 1px #ddd solid;
}

.ext_tel p {
	padding-top: 30px;
	font-size: 16px;
	color: #666;
}

.ext_tel span {
	display: block;
	color: #0d56a5;
	background: url(http://www.fshhb.com/template/default/images/kf.png) no-repeat left;
	font-size: 30px;
	padding-left: 45px;
	font-family: arial !important;
	font-weight: bold;
	background-size: 36px;
}

.fa_tab_content {
	max-width: 1640px;
	margin: auto;
}

.fa_tab_content .color {
	color: #24a5d5;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}


.fa_tab_content table td {
	padding: 10px;
	border: 1px #ddd solid !important;
}

.fa_tab_content table tr:nth-child(odd) {
	background: #ecf5f8;
}

.fa_tab_content table {
	width: 100%;
}


.xz_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px 0px;
	background: #f6f6f6;
	padding: 20px;
}

.xz_list span {
	display: block;
	line-height: 32px;
}

.xz_list a {
	color: #fff;
	background: #3ba598;
	display: block;
	border-radius: 4px;
	padding: 0px 30px;
	line-height: 32px;
}

.fa_tab_content p {
	line-height: 2em;
	font-size: 16px;
	color: #222;
}

.fa_tab_content .content {
	display: none;
}

.fa_tab_content .content.cur {
	display: block;
}

.fa_active {
	display: block;
	width: auto;
	height: auto;
	font-size: 22px;
	color: #fff;
	padding: 0px 0px;
	cursor: pointer;
	border-bottom: 1px #eee solid;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.fa_active em {
	display: block;
	font-style: initial;
	font-size: 20px;
}

.mbx a {
	font-size: 15px;
	color: #999;
	padding: 0px 5px;
}

.mbx p {
	line-height: 60px;
}

.mbx {
	color: #fff;
	line-height: 80px;
}

.mbx_list {
	background: url(../image/mbx.png) no-repeat left center;
	padding-left: 20px;
	width: 100%;
	text-align: left;
	color: #999;
}

.fa_active i {
	width: auto;
	font-style: initial;
	float: left;
	display: block;
	line-height: 60px;
	padding: 0px;
	border-bottom: 2px rgba(255, 255, 255, 0) solid;
	color: #666;
}

.fa_active i.cur {
	border-bottom: 2px #069144 solid;
	color: #069144;
}

.fa_tab_tit {
	background: #fff;
	margin-bottom: 20px;
}

.mySwiper .swiper-wrapper {
	display: block;
}

.mySwiper .swiper-wrapper li {
	float: left;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}


/**search-result**/

.search-result {
	padding: 160px 0px 0px;
	width: 100%;
	overflow: hidden;
}


/**service**/
.service
{

}
.service .main
{max-width: 1340px;align-items: center;justify-content: space-between;display: flex;}

.service table
{
	width: 100%;
}
.service td
{
	border: 1px #eee solid;
	padding: 5px;
	line-height: 40px;
	color: #333;
}


.service .center
{
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	margin: 40px auto;
}
.service .left
{width: 40%;}
.service .left img
{width: 100%;}

.service .right
{
	width: 60%;
	padding-left: 50px;
	font-size: 16px;
	line-height: 2em;
}

.service .right .title2
{
		font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #069144;
	margin-top:30px;
}
.service .title3
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #069144;
	margin-top: 30px;
	margin-bottom: 10px;
}

.service .right .title
{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8em;
	color: #069144;
}


.izl-rmenu {
	margin-right: 0;
	height: auto;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -120px;
	z-index: 999999999;
	display: none;
}

.fh_index {
	background: url(http://www.fshhb.com/template/default/images/kf_03.png)#0d4da1 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	right: 0px;
	background-size: 26px;
	position: absolute;
	transition: all 0.5s;
	border-radius: 4px;
}

.fh_index:hover {
	background: url(http://www.fshhb.com/template/default/images/kf_03.png)#0d4da1 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
	right: 0px;
	position: absolute;
}


.fh_index p {
	color: #fff;
	line-height: 56px;
	width: 150px;
	padding-left: 60px;
	position: absolute;
}



/**strength**/
.strength-title {
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

.strength-title .name {
	font-size: 36px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.strength-title .subname {
	font-size: 16px;
	line-height: 2em;
	margin: 10px auto 0px;
	max-width: 900px;
	text-align: center;
}

.honor .strength-title .subname {
	max-width: 600px;
}

.strength2 {
	overflow: hidden;
	padding: 100px 0px 70px;
}
#environment
{
	background: #f0f4f7;
}

.strength2 .center {
	overflow: hidden;
	max-width: 1440px;
	padding: 0px 20px;
	margin: auto;
}
#environment .center
{
}

.strength2 ul {
	width: 100%;
	overflow: hidden;
}

.strength2 ul li {
	width: calc((100% - 60px)/3);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.strength2 ul li:nth-of-type(3n) {
	margin-right: 0px;
}

.strength2 ul li .ico {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-top:100%;
	display: block;
}

#environment.strength2 ul li .ico
{
 	padding-top:70%;   
}


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




.strength1 .subname {
    max-width: 650px;
}

.strength1 .center {
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
}

.strength1 {
	background: #e9eef4;
	padding: 100px 0px;
	overflow: hidden;
	position: relative;
}


.processes-fl {
	background: #ffffff;
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

.processes-fl p {
	line-height: 85px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	position: relative;
}

.processes-fl p:before {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0px;
	background: #eee;
	top: 50%;
	margin-top: -10px;
}

.processes-fl .swiper-slide-thumb-active p {
	background: #0d4da1;
	color: #fff;
	cursor: pointer;
}

.processes-fl .swiper-slide-thumb-active p:before {
	background: #0d4da1;
}


.processes-main {
	overflow: hidden;
	position: relative;
}

.processes-main li {
	background: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
}

.processes-main li .left {
	width: 50%;
	float: left;
}

.processes-main li .left img {
	max-width: 100%;
}


.processes-main li .right {
	width: 50%;
	float: left;
	padding: 20px 50px;
}

.processes-main li .right .title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	line-height: 1em;
}

.processes-main li .right p {
	font-size: 16px;
	line-height: 2em;
	color: #666666;
	margin-top: 20px;
}



.izl-rmenu .consult {
	background: url(http://www.fshhb.com/template/default/images/kf_05.png)#0d4da1 no-repeat center;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	float: left;
	position: absolute;
	right: 0px;
	cursor: pointer;
	top: 58px;
	transition: all 0.5s;
	border-radius: 4px;
}

.izl-rmenu .consult:hover {
	background: url(http://www.fshhb.com/template/default/images/kf_05.png)#0d4da1 no-repeat 20px center;
	background-size: 26px;
	width: 200px;
}

.izl-rmenu .consult:hover .phone {
	display: block;
}


.izl-rmenu .consult .phone {
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	width: 200px;
	padding-left: 56px;
	position: absolute;
}


.izl-rmenu .consult2 {
	background: url(http://www.fshhb.com/img/fd4.png)#b0b1b2 no-repeat;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
}

.izl-rmenu .consult2 p {
	color: #fff;
	line-height: 56px;
	width: 156px;
	padding-left: 60px;
	position: absolute;
	font-size: 16px;
}


.izl-rmenu .consult2:hover {
	width: 180px;
	background: url(http://www.fshhb.com/img/fd4.png)#0d4da1 no-repeat;
}


.izl-rmenu .cart {
	background: url(http://www.fshhb.com/template/default/images/kf_07.png)#0d4da1 no-repeat center;
	display: block;
	height: 56px;
	line-height: 16px;
	color: #0d4da1;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	background-size: 28px;
	cursor: pointer;
	position: absolute;
	width: 56px;
	right: 0px;
	top: 116px;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 4px;
}

.izl-rmenu .cart:hover {
	background: url(http://www.fshhb.com/template/default/images/kf_07.png)#0d4da1 no-repeat center;
	background-size: 28px;
	overflow: initial;
}


.izl-rmenu .cart .pic {
	position: absolute;
	left: -140px;
	top: -20px;
	width: 120px;
	height: 120px;
	box-shadow: #DDD -1px 1px 2px;
	background: url(http://www.fshhb.com/static/upload/image/20231220/1703058591848278.png) no-repeat;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100%;
	border-radius: 4px;
}

.izl-rmenu .cart:hover .pic {
	opacity: 1;
	left: -120px;
}

.izl-rmenu .btn_top {
	background: url(http://www.fshhb.com/template/default/images/kf_09.png)#0d4da1 no-repeat center;
	display: block;
	height: 56px;
	width: 56px;
	background-size: 26px;
	position: absolute;
	right: 0px;
	top: 174px;
	transition: all 0.5s;
	border-radius: 4px;
}

.izl-rmenu .btn_top p {
	color: #fff;
	line-height: 56px;
	width: 150px;
	padding-left: 60px;
	position: absolute;
}


.izl-rmenu .btn_top:hover {
	background: url(http://www.fshhb.com/template/default/images/kf_09.png)#0d4da1 no-repeat 20px center;
	background-size: 26px;
	width: 150px;
}


.index_ab ul li:nth-last-of-type(1) {
	border-right: 0px #ddd solid;
}