/**title**/

.jl_title p:nth-of-type(2) span
{

color: #a56d35;
}
.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: uppercase;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: 154px;
	overflow: hidden;
}

.n_banner img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
}
.banner_text
{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.banner_text p
{
	font-size: 46px;
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.banner_text p span
{
	font-weight: normal;
	display: block;
	font-size: 20px;
	position: relative;
	padding-top: 0px;
	margin-top: 11px;
}


/**fl**/

.fl {
	width: 100%;
	background: none;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	background: #fff;
	border-bottom: 1px #f6f6f6 solid;
}

.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: 60px;
	width: auto;
	font-size: 16px;
	margin-right: 0px;
	color: #666;
	float: left;
	position: relative;
	background: #fff;
	text-align: center;
	padding: 0px 20px;
	margin: 0px 0px;
	border-radius: 30px;
}
.fl_title a:nth-last-of-type(1)
{
	border-bottom: 0px #e5e5e5 solid;
}


.fl_title a:hover {
	color: #23824d;
}

.fl_title .on {
	color: #23824d;
}

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

.fl_center {
	max-width: 1440px;
	padding: 10px 20px 10px;
	margin: auto;
	overflow: hidden;
	background: #fff;
}


/**about**/


.nyabout {
	width: 100%;
	padding: 100px 20px;
	float: right;
	background: #f6f6f6;
	overflow: hidden;
}
.nyabout_center
{max-width: 1400px;margin: auto;padding: 0px 0px;display: flex;background: #fff;justify-content: center;align-items: center;overflow: hidden;}
.nyabout_center .left
{width: 50%;float: left;}
.nyabout_center .left img
{width: 100%;}

.nyabout_center .right
{
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 1.8em;
	padding: 35px;
}


.about2
{width: 100%;overflow: hidden;background: url(../images/bg2.jpg) no-repeat center;background-size: cover;}
.about2_center
{
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;	
}

.about2_center ul
{
	display: flex;
	justify-content: space-between;
	margin: 80px auto 80px;
}

.about2_center ul li
{
	width: auto;
	text-align: left;
	color: #fff;
}

.about2_center ul li p:nth-of-type(2) em {
    font-size: 70px;
    font-style: initial;
    font-weight: bold;
    font-family: bahnschrift !important;
}
.about2_center ul li p:nth-of-type(1) {
    line-height: 2em;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.about2_center ul li p:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
}

.about3
{
	padding:100px 0px;
	width: 100%;
	overflow: hidden;
}
.about3_center
{max-width: 1440px;padding: 0px 20px;margin: auto;display: flex;justify-content: space-between;align-items: center;}
.about3_center .left
{
	width: 50%;
	padding-right: 50px;
}

.about3_center .left .index_title
{
	text-align: left;
}

.about3_center .left .index_title p
{
	text-align: left;
}


.about3_center .left .text .title
{
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.about3_center .left .text p
{
	font-size: 16px;
	line-height: 2em;
	color: #999;
}



.about3_center .right
{
	width: 50%;
	text-align: right;
}
.about3_center .right img
{
	max-width: 100%;
}


/**environment**/
.environment
{background: #f6f6f6;padding: 80px 0px;}

.environment_center
{max-width: 1440px;margin: auto;overflow: hidden;padding: 0px 20px 60px;}
.environment_img
{width: calc((100% - 60px)/3);float: left;margin-right: 30px;margin-bottom: 30px;}
.environment_img:nth-of-type(3n)
{
	margin-right: 0px;
}


.environment_img .ico
{
	height: 0px;
	display: block;
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.environment_img .ico img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%,-50%)scale(1);
	transition: all 0.5s;
}
.environment_img:hover .ico img
{
	transform: translate(-50%,-50%)scale(1.1);
}


.environment_img .title
{
	font-size: 16px;
	text-align: center;
	padding: 20px;
	color: #666;
	background: #fff;
}
.environment_img:hover .title
{
    color: #fff;
    background: #23824d;
}


/**news**/

.nynews
{width: 100%;overflow: hidden;position: relative;padding-bottom: 80px;background: #f6f6f6;}
.nynews_center
{max-width: 1440px;margin: auto;padding: 80px 20px 0px;overflow: hidden;}

.nynews_list {
	width: 100%;
	float: left;
	margin-right: 0px;
	padding: 30px;
	margin-bottom: 50px;
	border: 1px #eee solid;
	transition: all 0.5s;
	background: #fff;
}
.nynews_list:hover
{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}


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

.nynews_list_c {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}


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

.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 {
	padding: 0px 35px;
	width: 70%;
	float: left;
	display: block;
	height: 100%;
}


.nynews_list_c .time {
	font-size: 15px;
	color: #888888;
	width: 100px;
	text-align: center;
	height: 100px;
	padding-right: 0px;
	background: #f6f6f6;
	padding: 20px 0px;
	font-weight: 100;
}
.nynews_list_c .time span{
	font-size: 28px;
	color: #999;
	display: block;
	font-weight: bold;
}
.nynews_list_ptitle a {
	font-size: 22px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
}

.nynews_list:hover .nynews_list_ptitle a
{
	color:#23824d;
}


.nynews_list_summary {
	color: #999;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
}



/**.news_detail**/


.news_detail {
	overflow: hidden;
	max-width: 1440px;
	margin: auto;
	padding: 50px;
	background: #fff;
}
.news_detail h1.title {
	text-align: center;
	font-size: 24px;
	border-bottom: 0px solid #e0e1dc;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333;
	font-weight: normal;
}

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

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

.content {
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	padding-top: 20px;
}
.content img{
	max-width:100%;
}

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

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

.nextcontent {
	width: 50%;
	float: right;
	text-align: right;
	line-height: 50px;
	font-size: 14px;
}

.page span {
	color: #999999;
}

.page a {
	color: #999999;
}

.page a:hover {
	color:#23824d;
}

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


/**products**/




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


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

.indexpr_main li {
	width: calc((100% - 90px)/4) !important;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.indexpr_main li .title
{
	padding: 20px 10px;
	text-align: center;
	color:#333;
	background: #eee;
	font-size: 16px;
}



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



.indexpr_main li:hover a {
	color:#fff;
}
.indexpr_main li:hover .title
{
	background:#23824d;
}


.indexpr_main li a .pr_img {
	overflow: hidden;
	position: relative;
	height: 0px;
	background: #fff;
	border: 0px #eee solid;
	padding-top: 100%;
}

.indexpr_main li a .pr_img img
{
    width:100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(1);
}
.indexpr_main li:hover .pr_img img
{
	transform: translate(-50%,-50%)scale(1.1);	
}



/**Partner**/
.partner
{width: 100%;overflow: hidden;padding: 80px 0px;background: #f6f6f6;}
.partner_center
{max-width: 1440px;padding: 20px 20px 60px;margin: auto;overflow: hidden;}
.partner_img
{width: calc((100% - 50px)/6);float: left;margin-right: 10px;transition: all 0.5s;background: #fff;margin-bottom: 10px;}
.partner_img a
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 118px;
}
.partner_img a img
{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.partner_img:nth-of-type(6n)
{
	margin-right: 0px;
}
.partner_img:hover
{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

/**case**/
.case
{width: 100%;margin: auto;padding: 60px 0px;}
.case_center
{max-width: 1440px;margin: auto;overflow: hidden;padding: 0px 20px 60px;}
.case_img
{
	width: calc((100% - 40px)/2);
	float: left;
	margin-right: 40px;
}
.case_img:nth-of-type(2n)
{
	margin-right: 0px;
}
.case_img a
{
	
}

.case_center .ico
{height: 0px;display: block;width: 100%;padding-top: 55%;position: relative;overflow: hidden;}
.case_center img
{position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;object-fit: cover;transform: translate(-50%,-50%)scale(1);transition: all 0.5s;}

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


.case_center .title
{
	font-size: 22px;
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #23824d;
}


/**contact**/
.ny-contact
{
	width: 100%;
	overflow: hidden;
	position: relative;
	/* background: #f6f6f6; */
}
.contact-center
{max-width: 1440px;margin: auto;padding: 0px 20px 80px;background: url(../images/conatct_bg.png) no-repeat center 50px;}

.ny-contact .content
{
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
	display: block;
	text-align: center;
}
.ny-contact .ny_company
{
	font-size: 30px;
	line-height: 2em;
	margin-top: 50px;
	color: #333;
}
.ny-contact .ny_tel
{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 25px;
	padding-bottom: 0;
	text-align: center;
	background: url(../images/contact_pic.png) no-repeat top center;
	padding-top: 50px;
	margin-top: 25px;
	color: #23824d;
}
.ny-contact .ny_tel a
{
	color: #23824d;
	font-family: bahnschrift !important;
}


#wrap {
    margin-top: 50px;
    border: 10px #eee solid;
}

.messages 
{
	background: #f6f6f6;
	padding: 50px;
	margin-top: 50px;
}
.messages .title
{
	line-height: 1.2em;
	text-align: center;
	font-size: 36px;
	color: #23824d;
	margin-bottom: 20px;
}
.messages .title span
{
	display: block;
	font-size: 14px;
	color: #999;
}
.messages input
{
	line-height: 50px;
	border-radius: 0px;
	border: 1px #eee solid;
	padding: 0px 20px;
	width: calc((100% - 40px)/3);
}

.messages-list
{
	display: flex;
	justify-content: space-between;
}
.messages textarea
{
	display: block;
	line-height: 1.8em;
	border-radius: 0px;
	border: 1px #eee solid;
	padding: 10px 20px;
	width: 100%;
	margin-top: 20px;
	height: 200px;
}
.messages button
{
	width: 100%;
	line-height: 50px;
	background: #23824d;
	border: none !important;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}




/**prDetails**/

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

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

.fa_wrapper {
	margin-top:0px;
}

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

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

.fa_top_l {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
}
.fa_top
{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}



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

.fa_pro_tit {
}

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

.fa_mohide {
	position: absolute;
	bottom: 0px;
	z-index: 9;
}

.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: contain;
	height: 100%;
}
.Details2 .fa_big_swp .swiper-slide img 
{
	object-fit: contain;
	height: 100%;
}


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

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


.fa_btn_l {
	width: 65px;
	left: 0px;
	float: left;
}

.fa-angle-left:before {
	width: 65px;
	height: 44px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: #333;
	cursor: pointer;
}

.fa_btn_r {
	width: 65px;
	left: 0px;
	float: left;
}

.fa-angle-right:before {
	content: "\f105";
	width: 65px;
	height: 44px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: #23824d;
	cursor: pointer;
}

.fa-angle-right:hover:before {
	color: #fff;
	background: #23824d;
}

.fa-angle-left:hover:before {
	color: #fff;
	background: #333;
}

.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(../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(../images/fh2.png)#0d56a5 no-repeat 20px center;
	color: #fff;
}

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

.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: 30px;
	color: #333;
	text-align: left;
}
.fa_dt_r .pr_pages a {
    line-height: 50px;
    font-size: 14px;
    color: #999;
    width: calc((100% - 20px)/3);
    text-align: center;
    display: block;
    flex-basis: auto;
    background: #fff;
    margin-right: 10px;
}
.fa_dt_r .pr_pages a:hover
{
    background:#23824d;	
	color:#fff;
}

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

.ext_Specification {
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
	line-height: 2em;
	text-align: left;
	font-weight: 100;
}
.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: #3ba598;
    border-radius: 100%;
}
.zx
{
	display: flex;
	margin-top: 40px;
}



.zx a {
    padding-left: 0px;
    margin-right: 40px;
    font-family: CenturyGothic !important;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}
.zx a img
{
	width: 36px;
	filter: brightness(0);
	opacity: 0.2;
}
.zx a span
{
    margin-left: 10px;
    font-family: bahnschrift !important;
    position: relative;
    top: 3px;
}

.pr_pages
{
	display: flex;
	margin-top: 50px;
}

.pr_pages span
{
	width: 100%;
	height: 30px;
	text-align: left;
	line-height: 30px;
	background: #fff;
	color: #999;
	display: block;
	margin-right: 10px;
}
.pr_pages span a
{
  	color: #999;  
}

.pr_pages span a:hover
{
	color:#3ba598;
}


.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(../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 {
	padding: 20px 0px;
	max-width: 1640px;
	margin: auto;
	margin-top: 20px;
}
.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: 36px;
	font-size: 16px;
	color: #666666;
}
.fa_tab_content .content {
display: none;
}
.fa_tab_content .content.cur {
display: block;
}

.fa_active {
	display: block;
	width: auto;
	height: auto;
	font-size: 20px;
	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: 14px;
	color: #999;
	padding: 0px 5px;
}
.mbx p
{
	line-height: 60px;
}

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

.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 #23824d solid;
	color: #23824d;
}

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

