/**title**/

.jl_title
{

}

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

color: #00598a;
}
.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;
}

.n_banner img {
	width: 100%;
	margin: 0 auto
}
.banner_text
{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: none;
}
.banner_text p
{
	font-size: 46px;
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
.banner_text p span
{
	font-weight: normal;
	display: block;
	font-size: 20px;
	position: relative;
	padding-top: 10px;
	margin-top: 11px;
}
.banner_text p span:before
{
	content:'';
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
}

/**fl**/

.fl {
	width: 100%;
	background: #eff2f4;
	overflow: hidden;
	position: relative;
}

.fl_list {
	width: 290px;
	float: left;
}
.fl_title{
	padding: 0px 0px 0px;
	overflow: hidden;
}

.fl_list p
{
	background: url(../images/zsq.png)#00598a no-repeat 87% center;
	line-height: 70px;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 0px 30px;
}

.fl_list a {
	line-height: 60px;
	width: 100%;
	font-size: 15px;
	margin-right: 0px;
	background: #fff;
	padding: 0px 30px;
	color: #54575a;
	float: left;
	border-bottom: 1px #eff2f4 solid;
	position: relative;
}
.fl_list a:nth-last-of-type(1)
{
	border-bottom: 0px #e5e5e5 solid;
}


.fl_list a:hover {
	color: #00598a;
    background: url(../images/fl.png)#fff no-repeat 87% center;
}

.fl_list .on {
	color: #00598a;
    background: url(../images/fl.png)#fff no-repeat 87% center;
}

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

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


/**about**/


.nyabout {
	width: calc(100% - 290px);
	padding-left: 60px;
	float: right;
}

.nyabout p {
	font-size: 14px;
	line-height: 2em;
	color: #666;
}


.nyabout_center
{
	width: 100%;
	padding: 0px;
	margin: 30px auto 60px;
	overflow: hidden;
}
.nyabout_center .contact ul
{
	display: flex;
	justify-content: space-between;
}

.nyabout_center .contact .title
{
	font-size: 22px;
	color: #00598a;
}


.photo_fl
{
	width: 100%;
	background: #f6f6f6;
	margin-top: 40px;
	display: flex;
	border-radius: 30px;
}
.photo_fl a
{
	width: calc(100% / 3);
	text-align: center;
	line-height: 46px;
	border-radius: 30px;
	font-size: 16px;
	color: #333;
}
.photo_fl a:hover{
    background: -webkit-linear-gradient(left,#a3cb2b,#239cb2);
	color:#fff;
}
.photo_fl a.on
{
    background: -webkit-linear-gradient(left,#a3cb2b,#239cb2);
	color:#fff;
}


.nyabout_center ul
{
	margin: 20px 0px 20px;
	overflow: hidden;
}


.nyabout_center ul.list li
{
	width: calc((100% - 100px)/3);
	text-align: center;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
.nyabout_center ul.photo li
{
	width: calc((100% - 20px)/2);
	text-align: center;
	border-right: 0px #e5e5e5 solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.nyabout_center ul.photo li .img a
{
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 68%;
    overflow: hidden;
    border-radius: 0px;
    display: block;
}
.nyabout_center ul.photo li a .photo_pic
{
    background-size: cover !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nyabout_center ul.photo li .title
{
	line-height: 60px;
	font-size: 16px;
}



.nyabout_center ul.list li img
{
	width:100%;
	transform: scale(1);
	transition: all 0.5s;
}
.nyabout_center ul li:hover img
{
	transform: scale(1.05);	
}
.nyabout_center ul.photo li:hover a .photo_pic
{
    transform: translateY(-50%)scale(1.1);
}


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

.nyabout_center ul.photo li:nth-of-type(3n)
{
    margin-right: 20px;
}

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




/**news**/


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

.nynews_list {
	width: 100%;
	margin-right: 0px;
	padding: 15px 0px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 0px;
	overflow: hidden;
}

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

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

.nynews_list_text {
	padding: 0px 0px;
	width: 100%;
	float: left;
	display: flex;
	height: 100%;
}
.nynews_list_text a
{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.nynews_list_text a p
{
	width: calc(100% - 50px);
	float: left;
}
.nynews_list_text a img
{
	float: right;
}

.nynews_list_ptitle
{width: calc(100% - 80px);}



.nynews_list_c .time {
	font-size: 14px;
	color: #999;
	width: 100px;
	text-align: right;
}

.nynews_list_ptitle a {
	font-size: 14px;
	color: #4b4b4b;
	display: block;
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
}
.nynews_list_ptitle a p
{
	width: calc(100% - 100px);
	float: left;
}
.nynews_list_ptitle a img
{
	width: 16px;
	float: right;
}

.nynews_list_ptitle a:hover {
	color:#00598a;
}

/**.news_detail**/


.news_detail {
	overflow: hidden;
	max-width: 1340px;
	margin: auto;
}
.news_detail h1.title {
	text-align: center;
	font-size: 22px;
	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 .content td
{
    border: 1px #ddd solid;
    padding: 5px;
}
.news_detail .content table
{
    width: 100% !important;
	
}


.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;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
}

.page a {
	color: #999999;
}

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

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


/**products**/

.ny_products
{
	padding:100px 0px;
}


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

.indexpr_main li {
	width: calc((100% - 60px)/3) !important;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.indexpr_main li .title
{
	padding: 10px 10px;
	text-align: center;
	color:#333;
}



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



.indexpr_main li:hover a {
	color: #3ba598;
}

.indexpr_main li a .pr_img {
	overflow: hidden;
	position: relative;
	height: auto;
	background: #fff;
	border:1px #eee solid;
}
.indexpr_main li:hover .pr_img
{
  	border:1px #3ba598 solid;  
}

.indexpr_main li a .pr_img img
{
    width:100%;
	transform: scale(1);
	transition: all 0.5s;
}
.indexpr_main li:hover .pr_img img
{
	transform: scale(1.1);	
}



/**Partner**/

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

.case_main {
	margin: auto;
	overflow: hidden;
	width: 100%;
}

.case_list {
	width: calc((100% - 60px)/4);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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


.case_list_img {
	overflow: hidden;
	position: relative;
	height: auto;
	background: none;
	border: 1px #eee solid;
}

.case_list_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.case_list_img a .img
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.case_list_img img {
	max-height: 140px;
}




/**contact**/

.contact
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.contact .left
{
    width: 60%;
    float: left;
}
.contact .left .title
{
    color: #3ba598;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact .left .add
{
    font-size: 14px;
    color: #333;
    background: url(../images/contact_icon_03.png) no-repeat left center;
    padding: 20px 0px 20px 76px;
}
.contact .left .tel
{
    font-size: 14px;
    color: #333;
    background: url(../images/contact_icon_06.png) no-repeat left center;
    padding: 20px 0px 20px 76px;
    margin: 10px 0px;
}
.contact .left .phone
{
    font-size: 14px;
    color: #333;
    background: url(../images/contact_icon_08.png) no-repeat left center;
    padding: 20px 0px 20px 76px;
}
.contact .right
{
    width: 40%;
    float: left;
}
.contact .right img
{
    width: 100%;
}
.yzm
{
	display: flex;
}
.button {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    border: none !important;
    border-radius: 0px;
    margin: 15px auto 0px;
    float: none;
    display: block;
    overflow: hidden;
    padding: 0px;
    outline: 0;
    box-shadow: 0 0 0 0rem #fff !important;
    background: #00598a;
}
.button:hover
{
	background:#68b82e;
}



.button:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.messages input {
    line-height: 60px;
    background: #fff;
    border: none !important;
    padding: 0px 20px;
    margin-bottom: 15px;
    border-radius: 0px;
    width: 100%;
    background: #fff;
}
.messages textarea {
    width: 100%;
    height: 160px !important;
    border: none;
    border-radius: 0px;
    padding: 20px;
    overflow: hidden !important;
    margin-bottom: 10px;
    background: #fff;
}


/**prDetails**/

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

.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: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
}
.fa_top
{
	display: flex;
	justify-content: center;
}



.fa_dt_r {
	width: 50%;
	float: left;
	padding-left: 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%;
}

.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 60px;
	border: 0px #f6f6f6 solid;
	padding: 0px 0px;
}

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

.ext_Specification {
	font-size: 14px;
	color: #666666;
	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
{
	border-top: 1px #eee solid;
	padding-top: 20px;
}

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

.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;
	font-size: 30px;
	color: #00598a;
	padding-left: 20px;
	position: relative;
}

.mbx {
	color: #999;
	line-height: 60px;
	border-bottom: 1px #ddd solid;
}
.mbx p:before
{
	content:'';
	width: 5px;
	height: 26px;
	background: #68b82e;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.mbx_list
{
	background: url(../images/mbx.png) no-repeat left center;
	padding-left: 25px;
	background-size: 16px;
	margin-bottom: 40px;
	color: #999;
}
.mbx_list a
{
	color: #999;
	margin: 0px 5px;
}


.fa_active i {
	width: calc(100% / 3);
	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 #3ba598 solid;
	color: #3ba598;
}

.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
{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 100px 0px;
}
.result .wt_k
{
    max-width: 1240px;
    margin: auto;
}
.result .fr_s
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.result .fr_s li
{
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px #eee solid;
}
.result .fr_s li a
{
	display: flex;
	justify-content: center;
	align-items: center;
}


.result li .title{
	text-align: left;
	font-size: 14px;
	margin: 0px 0px;
	width: calc(100% - 100px);
}
.result li .time
{
	width: 100px;
	font-size: 14px;
	color: #999;
}







