/**title**/

.jl_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: 160px;
	overflow: hidden;
	background: #000;
}

.n_banner img {
	width: 100%;
	margin: 0 auto;
	opacity: 0.8;
}
.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 i
{
	display: flex;
    font-style: initial;
    justify-content: center;
    justify-content: center;
    align-items: center;
}
.banner_text p i img
{
    width: auto;
    margin: initial;
    display: block;
    margin-right: 10px;
    display: none;
}


.banner_text p em
{
	font-weight: normal;
	font-style: normal;
}


.banner_text p span
{
	font-weight: normal;
	display: block;
	font-size: 18px;
	position: relative;
	padding-top: 20px;
	margin-top: 12px;
	font-family: CenturyGothic !important;
}
.banner_text p span:before
{
	content:'';
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -25px;
}

/**fl**/

.fl {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fl-bg
{
    background:#f6f6f6;
}


.fl_list {
	width: 100%;
	overflow: hidden;
}
.fl_title{
	padding: 0px 0px 0px;
	overflow: hidden;
	text-align: 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_list a {
	line-height: 50px;
	width: auto;
	font-size: 16px;
	margin-right: 0px;
	color: #666;
	display: inline-block;
	position: relative;
	padding: 0px 2vw;
	background: #f7f7f7;
	border-radius: 30px;
	margin: 0px 10px;
}
.fl_list .bg-title a
{
	background:#fff;
}


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


.fl_list a:hover {
    color: #fff;
    background: #01b457;
}

.fl_list .on {
	color: #fff;
	background: #01b457;
}
.fl_list .bg-title .on
{
	background:#01b457;
}

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

.fl_center {
	max-width: 1440px;
	padding: 60px 20px 100px;
	margin: auto;
	overflow: hidden;
}

/**honor**/
.honor
{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.honor-center .list
{
	width: 100%;
	overflow: hidden;
	margin: 40px 0px;
}
.honor-center .list li
{
	width: calc((100% - 90px)/4);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.honor-center .list li .img
{
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
	padding: 40px;
}
.honor-center .list li .title
{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}


.honor-center .list li img
{
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: none;
	width: 100% !important;
	vertical-align: middle;
	max-height: 100%;
	object-fit: contain;
}
.honor-center .list li:hover img
{
    transform:scale(1.05);
}


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



/**about**/


.nyabout {
	width: 100%;
	padding-left: 0px;
	float: right;
}

.nyabout p {
	font-size: 16px;
	line-height: 2em;
	color: #666;
}
.nyabout_center
{
	width: 100%;
	padding: 0px;
	margin: 80px auto 0px;
	overflow: hidden;
}
.Profile
{
	display:flex;
}

.nyabout_center .left
{
    width: 40%;
}
.nyabout_center .left .title
{
    font-size: 48px;
    color: #00a650;
    font-weight: bold;
    line-height: 1.5em;
}

.nyabout_center .left .title span
{
    display: block;
    font-family: CenturyGothic !important;
    line-height: 1em;
    color: #e6e6e6;
}

.nyabout_center .left .sz ul
{
    overflow: hidden;
    padding: 20px 0px;
    margin-top: 50px;
}
.nyabout_center .left .sz li
{
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.nyabout_center .left .sz li em
{
    font-size: 60px;
    color: #00a650;
    font-style: initial;
    font-family: CenturyGothic !important;
    margin-right: 5px;
}
.nyabout_center .left .sz li em i
{
    font-size: 20px;
    color: #00a650;
    font-style: initial;
    font-family: CenturyGothic !important;
       display: inline;
           vertical-align: top;
}
.nyabout_center .left .sz li p:nth-of-type(1)
{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #00a650;
}

.nyabout_center .right
{
    width: 60%;
}
.nyabout_center .right .title
{
    font-size: 24px;
    font-weight: bold;
    color: #00a650;
}

/**about-partners**/

.about-partners
{background: #f6f6f6;padding: 80px 0px;}
.about-partners .center
{
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
}

.about-partners ul li
{width: calc((100% - 40px)/5);float: left;margin-right: 10px;background: #fff;margin-bottom: 10px;}
.about-partners ul li:nth-of-type(5n)
{
	margin-right:0px;
}
.about-partners ul li a
{display: flex;height: 116px;justify-content: center;align-items: center;}
.about-partners ul li a img
{max-width: 100%;max-height: 100%;object-fit: contain;}
.about-partners .title
{margin-bottom: 40px;}
.about-partners .title p
{font-size: 48px;font-weight: bold;text-align: center;color: #333;}
.about-partners .title p i
{font-style: initial;color: #059349;font-weight: 100;}
.about-partners .title span
{display: block;text-align: center;font-size: 18px;color: #666;}
.about

/**culture**/

.culture
{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: 100px 0px 40px;
}
.culture-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    overflow: hidden;
}
.culture-center ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.culture-center ul li
{
    font-size: 16px;
    line-height: 2em;
}
.culture-center ul li img
{
	max-width:100%;
}

.culture-center ul.left li:nth-of-type(1)
{
	padding-right: 50px;
	width: 55%;
}
.culture-center ul.right li:nth-of-type(2)
{
	padding-left: 20px;
}

.culture-center ul li .title2
{
    color: #423e3d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.culture-center ul li .title
{
	font-size: 48px;
	color: #00a650;
	font-weight: bold;
	line-height: 1.5em;
}
.culture-center ul li .title em
{
	font-style: initial;
	display: block;
	font-family: CenturyGothic !important;
	color: #e6e6e6;
	font-size: 48px;
}


/**organizational**/

.organizational
{
    padding: 100px 0px;
    width: 100%;
    overflow: hidden;
}
.organizational-center
{
    max-width: 1440px;
    margin: auto;
    text-align: center;
}
.organizational-title
{
	font-size: 48px;
	color: #00a650;
	font-weight: bold;
	line-height: 1.5em;
}

.organizational-title span
{
    display: block;
    font-style: initial;
    display: block;
    font-family: CenturyGothic !important;
    color: #e6e6e6;
    font-size: 48px;
}



/**development**/
.development
{
    background: url(../images/bg7.jpg) no-repeat center;
    padding: 100px 0px;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.development-title
{
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 40px;
}
.development-title span
{
    display: block;
    font-family: CenturyGothic !important;
    opacity: 0.4;
}

.development-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.development-main
{
    position: relative;
    overflow: hidden;
}
.development-main .center
{
    text-align: center;
    color: #fff;
}
.development-main .time
{
    font-size: 48px;
    color: #fff;
    font-family: CenturyGothic !important;
    text-align: center;
}

.development-main .content
{
    color: #fff;
    min-height: 300px;
    padding-bottom: 50px;
    max-width: 1100px;
    margin: auto;
}

.development-time
{overflow: hidden;position: relative;padding-top: 10px;}
.development-time:before
{
	content:'';
	width: 100%;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 10px;
	left: 0px;
	height: 1px;
}

.development-time .time
{
    text-align: center;
    color: #fff;
    font-family: CenturyGothic !important;
    font-size: 24px;
    padding-top: 20px;
    cursor: pointer;
}


.development-time .swiper-slide-thumb-active .time
{
	color: #00a650;
}
.development-time .swiper-slide-thumb-active .time:before
{
	background: #00a650;
}


.development-time .time:before
{
    content:'';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 50%;
    background: #fff;
    border-radius: 100%;
    margin-left: -7px;
    margin-top: -7px;
}

.development-next
{
    position: absolute;
    right: 0px;
    top: 10%;
    z-index: 9;
}

.development-next:before
{
    content: "\f105";
    width: 80px;
    height: 80px;
    display: block;
    font-size: 30px!important;
    color: #fff;
    text-align: center;
    line-height: 80px!important;
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
    background: rgba(0,0,0,0);
    transition: all .5s;
    border: 1px rgba(255,255,255,0.2) solid;
    border-radius: 100%;
}
.development-prev
{
    position: absolute;
    left: 0px;
    top: 10%;
    z-index: 9;
}

.development-prev:before
{
    content: "\f104";
    width: 80px;
    height: 80px;
    display: block;
    font-size: 30px!important;
    color: #fff;
    text-align: center;
    line-height: 80px!important;
    background: rgba(0,0,0,0);
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
    transition: all .5s;
    border-radius: 100%;
    border: 1px rgba(255,255,255,0.2) solid;
}


/**about-case**/

.about-case
{width: 100%;overflow: hidden;padding: 100px 0px;}

.about-case .center
{
	max-width: 1440px;
	padding: 0px 20px;
	margin: auto;
}
.about-case .title span
{font-size: 30px;color: #333;opacity: 0.2;font-family: Barlow !important;display: block;}
.about-case .title p
{font-size: 36px;font-weight: bold;color: #333;}
.about-case .title p i
{font-style: initial;color: #01b457;}
.about-case ul
{display: flex;flex-wrap: wrap;position: relative;max-width: 100%;}
.about-case ul li
{width: calc((100% - 60px)/3);float: left;border-bottom: 1px #eee solid;margin-right: 30px;padding: 30px 0px;flex-grow: 0;flex-shrink: 0;flex-basis: calc((100% - 60px)/3);}
.about-case ul li:nth-of-type(3n)
{
	margin-right: 0px;
}
.about-case ul li .title
{font-size: 18px;color: #333;}
.about-case ul li .ext_aboutgy
{color: #999;font-size: 15px;margin-top: 10px;line-height: 2em;}


.about-service
{
	background:#f7f7f7;
}


/**hr**/


.hr-center li:nth-of-type(1)
{
	padding-right: 80px;
	border-right: 1px #eee solid;
}
.hr-center li:nth-of-type(2)
{
	padding-left: 80px;
}

.hr-center
{
	max-width: 1440px;
	margin: auto;
	padding: 100px 20px;
	display: flex;
}
.hr-center .title
{
    display: flex;
    align-items: center;
}
.hr-center .title img
{
	display: block;
	height: auto;
}


.hr-center .title p
{
    margin-left: 20px;
    font-size: 18px;
    color: #cccccc;
    font-family: Barlow !important;
}

.hr-center .title p span
{
    display: block;
    font-size: 24px;
    color: #01b457;
}
.hr-list
{
    background: #f6f6f6;
    padding: 100px 0px;
}
.hr-list-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.hr-list-center ul
{
    background: #fff;
}
.hr-list-center ul.bg
{
	background: #01b457;
}
.hr-list-center ul.bg li
{
	color:#fff;
}

.hr-list-center ul li
{
    width: 100%;
    display: flex;
    font-size: 16px;
    padding: 25px 40px;
    margin-bottom: 1px;
    line-height: 1.5em;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hr-list-center ul li .title
{
    width: 20%;
}

.hr-list-center ul li .ext_section
{
    width: 20%;
    line-height: 1.5em;
}
.hr-list-center ul li .ext_number
{
    width: 20%;
}
.hr-list-center ul li .ext_address
{
    width: 20%;
    line-height: 1.5em;
}
.hr-list-center ul li .more
{width: 60px;text-align: center;}

.hr-list-center ul li .more img
{
	width: 30px;
	opacity: 0.5;
}

.hr-list-center .content
{
    padding: 40px;
    background: #f3f3f3;
    display: none;
}



/**video**/

.video
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-center
{
    max-width: 1440px;
    margin: auto;
    padding: 100px 20px;
}
.video-center .list
{
    width: 100%;
    display: block;
    overflow: hidden;
}
.video-center .list li
{
	width: calc((100% - 100px)/3);
	float: left;
	margin-bottom: 50px;
	margin-right: 50px;
}
.video-center .list li:nth-of-type(3n)
{
	margin-right: 0px;
}

.video-center .img
{
    margin-bottom: 20px;
}

.video-center .img a
{
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

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

.video-center .img a:before
{
	z-index: 2;
	content:'';
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../images/video.png) no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}


.video-center .title
{
    text-align: center;
}
.video-center .title a
{
    display: block;
    width: 100%;
    font-size: 16px;
}

.video-details .nyabout_center
{
    margin: 180px auto 0px;
}


/**download**/

.download
{overflow: hidden;width: 100%;padding: 100px 0px;}
.download-center
{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.download-list
{
    width: calc((100% - 90px)/3);
    float: left;
    margin-right: 30px;
    padding: 40px;
    border: 1px #eee solid;
    border-radius: 8px;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.download-list:hover
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.download-list .title
{
    font-size: 16px;
    color: #666666;
}
.download-list .date
{
    color: #999;
    font-family: Barlow !important;
    margin: 10px 0px 40px;
}
.download-list .more
{
    background: url(../images/download.png) no-repeat left center;
    padding-left: 30px;
    color: #00a650;
}


/**service**/

.service
{
    padding: 40px 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.service-content
{
	overflow: hidden;
	max-width: 1440px;
	padding: 0px 20px;
	margin: 60px auto 0px;
}
.service-content ul
{
	display: flex;
	margin-bottom: 60px;
	justify-content: center;
	align-items: center;
}

.service-content ul.ser1 li:nth-of-type(2)
{
	padding-left: 50px;
}


.service-content ul li
{
	font-size: 16px;
	line-height: 2em;
}
.service-content ul.ser2 li:nth-of-type(1)
{
	padding-right: 50px;
}



.service-content ul li .title
{
	font-size: 24px;
	color: #00a650;
	font-weight: bold;
	margin-bottom: 10px;
}
.service-content ul li .title2
{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

/**news**/

.news-first
{
	margin-top: 50px;
}
.news-first a
{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.news-first .pr_img
{
	width: 45%;
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-top: 30%;
}
.news-first .pr_img img
{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)scale(1);
	object-fit: cover;
	transition: all 0.5s;
}
.news-first:hover .pr_img img
{
	transform: translate(-50%,-50%)scale(1.1);
}


.news-first .text
{
	padding: 0px 50px;
	width: 55%;
}
.news-first .date
{
	font-family: Barlow !important;
	color: #01b457;
	font-size: 18px;
	margin-bottom: 10px;
}
.news-first .title
{
	font-size: 24px;
	color: #66666d;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-first:hover .title
{
	color: #01b457;	
}


.news-first .ext_summary
{
	font-size: 16px;
	line-height: 2em;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-first .more
{
	color: #01b457;
	margin-top: 30px;
}

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

.nynews_list {
	width: 100%;
	float: left;
	margin-right: 0px;
	padding: 0px 0px 30px;
	margin-bottom: 30px;
	border-bottom: 1px #eee solid;
}

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

.nynews_list_img a {
	display: block;
	width: 100%;
	transition: all 0.5s;
	text-align: right;
	filter: brightness(0);
	opacity: 0.2;
}

.nynews_list:hover .nynews_list_img a{
	filter:initial;
	opacity: 1;
}

.nynews_list_text {
	padding: 0px 35px;
	width: calc(80% - 120px);
	float: left;
	display: block;
	height: 100%;
	border-left: 0px #ddd solid;
}

.nynews_list_text .more {
	margin-top: 25px;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/news_08.jpg) no-repeat center;
	margin-left:0px;
	transition: all 0.5s;
	border-radius: 0px;
}
.nynews_list_text .more:hover
{
    border-radius: 22.5px;
}


.nynews_list_c .time {
	font-size: 16px;
	color: #888888;
	width: 120px;
	text-align: center;
	height: 130px;
	padding-right: 0px;
	background: #fff;
	font-family: Barlow !important;
	padding: 25px 0px;
	transition: all 0.5s;
}
.nynews_list:hover .time 
{
	background:#01b457;
	color: #fff;
}


.nynews_list_c .time span{
	font-size: 36px;
	color: #999;
	display: block;
	font-weight: bold;
	font-family: Barlow !important;
	transition: all 0.5s;
}
.nynews_list:hover .time span
{
	color:#fff;
}


.nynews_list_ptitle a {
	font-size: 22px;
	color: #66666d;
	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 a {
	color: #01b457;
}

.nynews_list_summary {
	color: #999999;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: auto;
}

.nynews_list_text .more a {
	background: url(../images/more.png) no-repeat left center;
	width: 23px;
	height: 13px;
	margin-top: 15px;
	display: block;
}

.nynews_list_c:hover .nynews_list_text .more a {
	background: url(../images/more.png) no-repeat left center;
}

.nynews_main_center {
	padding-bottom: 100px;
}

/**.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 #eee;
}

.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: #999;
	line-height: 1.8em;
	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;
}

.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: #01b457;
}

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


/**products**/

.mflbt,.close
{
	display:none;
}
.pr_list::before
	{
		display:none;
	}

.ny_products
{
	padding: 60px 0px;
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.nyDetails
{
padding-top:210px;	
}

.nyproducts_center
{max-width: 1440px;display: flex;margin: auto;padding: 0px 20px;}

.pr_title
{padding: 0px 20px 20px;background: #fff;}
.pr_title li
{
	width: 100%;
	cursor: pointer;
}

.pr_title a
{
		display: block;
		line-height: 50px;
		width: auto;
		font-size: 15px;
}

.pr_title .prej a
{
	line-height: 40px;
	padding: 0px 20px;
	font-size: 14px;
}
.pr_title .prej
{
	background: #f6f6f6;
	padding: 0px 0px;
	display: none;
}


.pr_title .jt
{
	width: 10px;
	background: url(../images/jt-pic.png) no-repeat right center;
	background-size: 8px;
	height: 50px;
	opacity: 0.15;
	filter: brightness(0);
}
.pr_title .jt.jtRote
{
	background: url(../images/jt-pic.png) no-repeat right center;
	filter:initial;
	opacity: 1;
    background-size: 8px;
}

.pr_title li .pryj
{
	display: flex;
	width: 100%;
	border-bottom: 1px #f6f6f6 solid;
	justify-content: space-between;
}

.indexpr_main {
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	max-width: 1340px;
	padding: 0px 0px;
}
.pr-tlte
{
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}


.indexpr_main li {
	width: calc((100% - 60px)/3) !important;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	padding: 15px 15px 30px;
	background: #fff;
}

.rm.indexpr_main li:nth-last-of-type(1) 
{
	display:none;
}


.indexpr_main li .title a
{
	margin: 20px 0px 10px;
	text-align: center;
	color: #2a333c;
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.indexpr_main li .ext_prsummary
{
	font-size: 15px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.8em;
}
.indexpr_main li .more
{
	margin: 20px 0px 0px;
	width: 100%;
	display: block;
	text-align: center;
}


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



.indexpr_main li:hover a {
	color: #01b457;
}

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


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








/**contact**/

.contact
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}
.contact .left
{
    width: 60%;
    float: left;
}
.contact .left .title
{
	color:#01b457;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact .right
{
    width: 40%;
    float: left;
    padding-left: 120px;
}
.contact .right p
{
	width: calc((100% - 30px)/2);
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	float: left;
	margin-right: 30px;
	border-radius: 8px;
}
.contact .right p:nth-of-type(2n)
{
	margin-right: 0px;
}

.contact .right p span
{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #666;
}
.contact .right img
{
    width: 100%;
}
.contact-fl
{
	background:#f6f6f6;
}
.contact li
{
	display: flex;
	justify-content: space-between;
	padding: 14px 0px;
	border-bottom: 1px #ddd solid;
	font-size: 16px;
	color: #666;
}
.contact li p:nth-of-type(1)
{
	color: #999;
}

.welcome-center
{
	max-width: 1440px;
	margin: auto;
	padding: 100px 20px;
}
.welcome-center p:nth-of-type(1)
{
	color: #01b457;
	font-size: 22px;
	font-weight: bold;
	text-indent: 0em;
	margin-bottom: 10px;
}
.welcome-center p
{
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
}
.my-map {
	margin: 0 auto;
	width: 65%;
	height: 500px;
	float: right;
	padding: 15px;
	background: #fff;
}

.my-map .icon {
	background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}

.myinfowindow {
	width: 240px;
	min-height: 50px;
}

.myinfowindow h5 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	width: 220px;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

.myinfowindow div {
	margin-top: 10px;
	min-height: 40px;
	line-height: 20px;
	font-size: 13px;
	color: #6f6f6f;
}

.amap-overviewcontrol {
	display: none;
}


/**prDetails**/

.Details {
	overflow: hidden;
	margin: 0px 0px 0px;
}

.fa_Prodt {
	max-width: 100%;
	margin: auto;
	padding: 0px 0px;
}

.fa_wrapper {
	margin-top:0px;
}

.fa_comm_cnt {
	overflow: hidden;
	max-width: 1340px;
	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;
}
.fa_top
{
	display: flex;
	justify-content: center;
	align-items: center;
}



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


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

.fa_Imgmax {border: 1px #eee solid;}

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

.fa-angle-left:before {
	width: 65px;
	height: 44px;
	display: block;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 44px;
	background: #eeeeee;
	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: #999;
	text-align: center;
	line-height: 44px;
	background: #eeeeee;
	cursor: pointer;
}

.fa-angle-right:hover:before {
	color: #fff;
	background: #1a9c52;
}

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

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

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

.pr_list {width: 280px;}

.fl-b
{
	margin-bottom:20px;
}

.pr_list .title
{
	background: #01b457;
	padding: 20px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
}
.pr_list .title span
{
	display: block;
	font-size: 24px;
	font-family: Barlow !important;
}

.nyprmain
{
	width: calc(100% - 280px);
	padding-left: 60px;
}

.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: 26px;
	color: #01b457;
	text-align: left;
}

.ext_Specification {
	font-size: 15px;
	color: #999;
	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: #3ba598;
    border-radius: 100%;
}

.pr_pages
{
	padding-top: 40px;
	display: flex;
}

.pr_pages a
{
	width: calc(100% - 20px);
	text-align: left;
	line-height: 50px;
	background: #fff;
	color: #999;
	display: block;
	margin-right: 10px;
	text-align: center;
}
.pr_pages a
{
  	color: #999;  
}

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


.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: 1340px;
	margin: auto;
}
.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;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.mbx_list
{
	background: url(../images/mbx.png) no-repeat left center;
	padding-left: 20px;
	background-size: 16px;
}

.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 #01b457 solid;
	color: #01b457;
}

.fa_tab_tit {
	background: #fff;
	margin-bottom: 0px;
	padding: 30px;
}
.mySwiper .swiper-wrapper {
	display: block;
}

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


/**search**/

.result
{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 240px 0px 60px;
    background: #f6f6f6;
}
.result .wt_k
{
    max-width: 1440px;
    margin: auto;
}
.result .fr_s
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.result .fr_s li
{
    width: calc((100% - 90px)/4);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background: #fff;
}
.result .fr_s li .img
{
    overflow: hidden;
    position: relative;
    height: 0px;
    background: #fff;
    border: 0px #eee solid;
    padding-top: 76%;
    object-fit: cover;
    width: 100%;
}

.result li .title{
	text-align: center;
	font-size: 16px;
	margin: 20px 0px;
}

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

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





