﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}
body {
	font-size: 16px;
 font-family:Roboto-Regular, Roboto-Medium,Roboto-Bold, Roboto-Light;
	color: #000;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	line-height: 25px;
	padding-top:133px;
}
a {
	text-decoration: none; font-family:Roboto-Regular, Roboto-Medium,Roboto-Bold, Roboto-Light;
	color: #000;
	font-weight: normal;
}
a:hover {
	color: #666;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: local('?'), url(../images/Roboto-Regular.ttf);
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: local('?'), url(../images/Roboto-Medium.ttf);
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: local('?'), url(../images/Roboto-Bold.ttf);
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Light';
	src: local('?'), url(../images/Roboto-Light.ttf);
	font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.woff2?t=1683621559953') format('woff2'),
       url('iconfont.woff?t=1683621559953') format('woff'),
       url('iconfont.ttf?t=1683621559953') format('truetype');
}
@font-face {
  font-family: 'iconfont2';
  src: url('iconfont.woff2?t=1685091410837') format('woff2'),
       url('iconfont.woff?t=1685091410837') format('woff'),
       url('iconfont.ttf?t=1685091410837') format('truetype');
}



.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	line-height: 25px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hz {
	width:80%;
	margin: 0 auto;max-width:1920px;
}
.hza {
	width:80%;
	margin:80px auto;max-width:1920px;
}
.hza:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.hz-bottom {margin-bottom:80px;}
.top-hz{display: flex;
        justify-content: space-between;
        align-items: center;width:100%;
    }
.logo {margin:15px 0;}
.logo img {height:60px;}


.top-pc {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0;
	width: 100%; 
	background-color:#fff;
	transition: all 0.5s; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-ggt{height:42px; background:#20232c;font-size:14px;color:#fff;}
.index-dh{float:left;margin-top:9px;color:#eeeeee;margin-right:30px;}
.index-dh img{float:left;margin-top:7px;margin-right:8px;}
.index-dh a{color:#eeeeee;}
.index-dh a:hover{ color:#fff;text-decoration:underline;}

.top-ggt-hz{white-space:nowrap;line-height:42px;display: flex; flex-wrap: wrap;}

.sousuo{float:left;border-left:1px solid #63656c;border-right:1px solid #63656c;padding:13px 20px 0 20px;margin-right:22px;}
.sousuo .sousuo_an { cursor: pointer;}
.sousuo .ssk_bj {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top:160px;
	z-index: 10;
}
.sousuo .ssk {
	width:30%;
	overflow: hidden;
	margin: 0 auto;
}
.sousuo .ssk .input_txt {
	width:77%; font-family:Roboto-Regular;
	height:50px;
	float: left;
	padding: 0 3%;
	border: none;

}
.sousuo .ssk .input_btn {
	width: 23%;
	float: right;
 font-family:Roboto-Regular;
	color: #fff;
	line-height:50px;font-size:16px;
	border: 0 none;
	background:#000;
	cursor: pointer;
}
 input,textarea {
	outline:none;
 }

.p-show {
	display: block !important;
}
.set{font-family:Roboto-Light;color:#fff;}
.set img{width:22px;margin-right:10px;margin-top:14px;float:left; }

.new {	
	width:150px;
	position: absolute;
	z-index: 999;
	display: none;
	right:155px;
    top:42px; background:#fff;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);}
.new li{padding:10px;}
.new li img{width:22px;margin-top:6px;margin-right:10px;float:left;}
.new li a{color:#666;}
.new li a:hover{color:#000;}
.new li:hover{ background:#f4f4f4;}
.top_sj {
	display: none;
}
.top-menu{text-align:center;}
.nav {display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
}
.mainbav{}
.mainbav li { float: left;}

.mainbav .memu { float: left;}

.mainbav .memu>a {
    line-height:90px;
    font-size:17px;
    padding:0 30px;
}

.mainbav .memu>a:hover {
    color: #666 !important;
}

.mainbav .memu.active>a,
.mainbav .memu:hover>a {
    color: #666;
    display: block;
}

.mainbav ul li ul {
    position: absolute;
    display: none;
    z-index:9999;
    width:270px;
    background:#fff;
    padding:10px 0;
}

.mainbav ul li ul li {
    float: none;
    border-right: none;
    padding:10px 0;
    text-align: left;
}

.mainbav ul li ul li a {
    display: block;
    color:#000 !important;
    font-size: 15px;
    font-weight: normal;
    padding: 0 25px;
}

.mainbav ul li ul li a:hover {
    color: #666!important; text-decoration:underline;
}
.index-get{background:#000;padding:8px 20px;border-radius:10px; }
.index-get a{color:#fff;font-size:14px;}
.index-get:hover{background:#333;}


/*banner*/
.block_home_slider {max-width:1920px;margin:0 auto;
	height: auto;
	position: relative;
	line-height: 0px;
	text-align: center;}
	/*底部小图标*/
.block_home_slider .slide {
	position: relative;
	overflow: hidden;
}
.block_home_slider .flex-direction-nav a {
	width: 45px;
	height: 50px;
	display: block;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left: 0;
	background: url(../images/jt1.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right: 0;
	background: url(../images/jt2.png) no-repeat;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom:20px;
	width:100%;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a{width:10px; height:10px; display:block; background:#fff; text-indent:-9000px; position:relative; overflow:hidden;cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:40px; background:#000;border-radius:6px;}

.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{height:100%;}
.flexslider .slides{height:100%;}
.flexslider .slides li{line-height:0px;height:100%;display: none; position:relative;}
.flexslider .slides li img{display:block;    width: 100%;}

#home_slider2{display:none;}

.top_sj { display:none; }

.index-title{font-size:40px;line-height:45px;text-align:center;font-weight:bold;}
.index-title-ms { text-align: center;font-size:18px;width:80%;margin:30px auto 0 auto;}

 .swiper-container {
      width: 100%;
      height: 100%;margin-top:50px;
    }
	.swiper-slide p{margin-top:20px;}
    .swiper-slide {
      text-align:center;
      font-size:22px;font-weight:bold;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
	


.khjz_dkj {position: relative;max-width:1920px;margin:0 auto;}

.tjcp .item {
	margin:0 15px;height:100%;
	position:relative;
	overflow: hidden;
	display: block;background:#f9f9f9; border: 1px solid #ebebeb;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.tjcp .item:hover{background:#ebebeb;}


.tjcp .item .cpzs_img {
	overflow: hidden;
	display: block;

}
.tjcp .item .cpzs_img img {
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
}
.tjcp .item .cpzs_img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
}

.about-pic .item {
	margin:0 15px;height:100%;
	position:relative;
	overflow: hidden;  border: 1px solid #ebebeb;
	display: block;background:#f9f9f9;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.about-pic .item:hover{background:#ebebeb; border: 1px solid #dfdfdf;}
.cp .item {
	margin:0 15px;height:100%;
	position:relative;
	overflow: hidden;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.cpxq .item {
	margin:0 15px;height:100%;
	position:relative;
	overflow: hidden;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}


/* display none until init*/
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;display: flex !important; flex-wrap: wrap;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {    text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls {
	width: 100%;
	z-index: 11;margin-top:20px;
}
.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	display: inline-block;
	zoom: 1;
*display:inline;
	width:51px;
	height: 70px;
	text-indent: -9999px;
	transition: .35s;
	top: 45%;


}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: url(../images/jtl02.png) center no-repeat;
	overflow: hidden;
	left:15px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	background: url(../images/jtr02.png) center no-repeat;
	overflow: hidden;
	right:15px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/jtl03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/jtr03.png) center no-repeat;
	overflow: hidden;
}
.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
}
.owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #000;
}
.owl-carousel .owl-controls .owl-page.active span, .owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #000;
}
.owl-carousel .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-buttons{display:none;}


.index-pro-bottom-title{text-align:center;padding:18px;}
.index-pro-bottom-xh{display:block; overflow:hidden;}
.index-pro-bottom-xh img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-pro-bottom-xh img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}
	
	
.index-products-more-hz{text-align:center;margin:50px 0;}
.index-products-more{background:#000;display:inline-block;border-radius:10px;padding: 15px 20px 15px 40px;position:relative; overflow:hidden;}
.index-products-more::before {content: ""; position:absolute;right:0;top:0;width:25%;height:100%;background:#666;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }
.index-products-more:hover::before{width:100%;}
.index-products-more a{color:#fff;z-index:1;position:relative;font-size:18px;}
.index-products-more span{float:left;}
.index-products-more span img{padding-left:50px;}

.index-products-more2{background:#666;display:inline-block;border-radius:10px;padding:15px 60px;position:relative; overflow:hidden;margin-left:2%;}
.index-products-more2::before {content: ""; position:absolute;left:0;top:0;width:100%;height:100%;background:#000;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }

.index-products-more2:hover::before{width:0;}
.index-products-more2 a{color:#fff;z-index:1;position:relative;font-size:18px;}



.index-about-bj{background:#f7f7f7;overflow: hidden;}
.index-about-hz{display: flex;
    justify-content: space-between;
    align-items: center;}
.index-about-left{width:43%;float:left;}
.index-about-right{width:50%;float:right;background:#c3d2f5;}

.xt{display:block;width:40px;height:2px;background:#666;float:left;margin-top:12px;margin-right:10px;}

.index-about-title2{font-size:40px;margin:15px 0 40px 0; font-family:Roboto-bold;}
.index-about-nr{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;font-size:18px;margin-bottom:30px;}
.home-more{font-size:18px;}



.ny-qyzl-hz{margin-top:50px;margin-right:-1%;margin-left:-1%; display: flex; flex-wrap: wrap;}
.about-qyzl-a2{border-radius:15px;width:23%;float:left;margin-right:1%;margin-left:1%;    padding:80px 40px;background:#f7f7f7;}
.about-qyzl-a2:hover{background:url(../images/q.png)repeat-x bottom left #ebebeb;}


.index-ys-box-tb img{width:80px;}
.about-qyzl-a-title{font-size:28px ;font-family:Roboto-bold;margin:25px 0;color: #000;}
.about-qyzl-x{margin-bottom:30px;}

.about-qyzl-ms{font-size:18px;color:#333;}




.index-Professional-bj{background:#191919;color:#fff;
    overflow: hidden;text-align:center;}
.index-Professional-title{font-size:40px;line-height:45px;font-weight:bold;}
.index-Professional-nr{font-size:22px;margin-top:30px;}

.index-products-more-hz3{text-align:center;margin-top:50px;}
.index-products-more3{background:#333;display:inline-block;border-radius:15px;padding:15px 20px 15px 50px;position:relative; overflow:hidden;}
.index-products-more3::before {content: ""; position:absolute;right:0;top:0;width:30%;height:100%;background:#666;transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  
 }
.index-products-more3:hover::before{width:100%;}
.index-products-more3 a{color:#fff;z-index:1;position:relative;font-size:18px;}
.index-products-more3 span{float:left;}
.index-products-more3 span img{padding-left:50px;}

.pro_con {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}


.pro_t{
float:left;
font-size:40px;line-height:45px;font-family:Roboto-bold;position: relative;}
.pro_t:after {
    content: "";
    position: absolute;
    background:#666;
    width:100px;
    left:0;
    transform: translate(-50%, 0%);
    height: 4px;
    bottom: 0;
}
.pro_t p{font-size:18px;font-family:Roboto-Regular;margin:10px 0;color: #666;}
.pro_gg {
	width: 100%;
	float: left;
}

.index-news-left-title{ font-size:30px;font-family:Roboto-bold;margin-top:10px;}
.index-news-left-title a{font-family:Roboto-bold;}
.index-news-nr-pic{ flex:1 1; display: flex;justify-content: flex-end;display:block; overflow:hidden; }
.index-news-nr-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-news-nr-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}

.index-news-hz{float:left;}

.index-new-left-nr{margin:35px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;overflow:hidden;color:#666;FONT-SIZE:18px;}
.index-news-nr{margin-right:-2%; margin-top: 50px;}
.ny-news-nr{margin-right:-2%;display: flex; flex-wrap: wrap;}
.index-news-nr-left{width:31.3%; margin-right:2%;float:left;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.index-news-nr-left:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}

.index-news-nr-left-title{font-size:20px;margin-top:10px; }

.index-news-nr-left-rq{ margin-top:20px;color:#999;}
.index-news-nr-left-rq img{float:left;width:18px;margin-right:6px;margin-top:3px;}


.index-news-nr-left2{width:31.3%; margin-right:2%;float:left;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;padding:15px 15px 30px 15px;background:#fff;margin-bottom:30px;}
.index-news-nr-left2:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}
.index-news-nr-left-title2{font-size:20px;margin-top:10px; font-weight:bold;}
.index-news-nr-left-nr{margin:25px 0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;  color: #666; }
.index-news-nr-left-more{font-size:16px;font-weight:bold;color:#2753e5;}

/*----底部----*/
.foot {background:#20232c;color:#999;overflow: hidden;}
.foot-logo-hz{float:left;width:37%;padding:80px 50px 0 0;}
.foot-logo img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); height:80px;}


.foot-hz{display: flex; flex-wrap: wrap;}
.foot-box{float:left;border-left:1px solid #4e4e4e;padding:80px 0 2% 5%;width:63%;}


.foot-menu2{float:left;margin-bottom:30px;width:100%;}
.foot-contact-nr2{margin-top:30px;}
.foot-contact-nr2 ul{display: flex;flex-wrap: wrap;}
.foot-contact-nr2 li{float:left;width:33.3%;margin-bottom:12px;padding-right:5%;}
.foot-contact-nr2 li a{color:#999;}
.foot-contact-nr2 li a:hover{color:#fff;}

.foot-contact-hz{float:left;padding:50px 0; width: 100%;}
.foot-contact-wb{margin-top:30px;}
.foot-contact-wb li{margin-bottom:15px;overflow:hidden;position:relative; padding-left:35px;}
.foot-contact-pic{display:block;float:left;position:absolute;z-index:1;left:0;top:15px;  transform:translate(0%,-50%); }
.foot-contact-pic img{width:20px;-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);  opacity:0.6;}


.foot-contact-title{font-size:24px;color:#fff;font-family: Roboto-bold;}
.foot-contact-title img{margin-left:10px;}

.foot-bq{padding:20px 0;overflow:hidden;border-top:1px solid #4e4e4e;}
.foot-bq-left{float:left;}
.foot-bq-left a{color:#999;}
.foot-bq-left a:hover{color:#fff;}
.foot-bq-right{float:right;}
.foot-bq-right li{float:left;margin-right:25px;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.foot-bq-right li img{height:25px;}
.foot-bq-right li:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}



.ny-banner-hz{ position:relative; text-align: center;}
.ny-banner-hz::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.2);
    z-index:0;
}

.tabs {
background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
		right:0;bottom:0;text-align:left;
        left: 0;z-index:1; padding:0 20px;}
.tabs ul {display:block;padding:12px 0;}
.tabs ul img{padding-top:3px;padding-right:8px;float:left;}
.tabs ul li {margin-right:10px;color:#aaaaaa; display:inline-block;}
.tabs ul li a{color:#c2c2c2;}
.tabs ul li a:hover{color:#fff;}
.tabs-wb{color:#c2c2c2 !important;}


.about-top{ display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-left{float:left;}

.about-title{font-size:24px;color:#666;}
.about-title2{font-size:32px;line-height:32px;font-weight:bold;position: relative;padding-bottom:20px;margin-top:20px;}
.about-title2:after {
    content: "";
    position: absolute;
    background:#84c226;
    width:70px; 
    height:4px;bottom:0; 
	 left: 0;
   }

.about-nr{margin:30px 0 50px;font-size:16px;line-height: 30px;}
.about-zzjg{margin-top:50px;mix-blend-mode: multiply;}



.nylist{margin-top:50px; }
.nylist ul{display: flex; flex-wrap: wrap;margin-right:-3%; }
.nylist li{ float:left; width: 23%; margin-right: 2%; margin-bottom:3%; position:relative; text-align:center; overflow:hidden;box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);}
.nylist_pic{ overflow:hidden;}
.nylist_pic img{ width:100%; transition:ease-in-out 0.25s all;}
.nylist li:hover .nylist_pic img{ transform:scale(1.1);}
.nylist_tit:after{ content:''; transition:ease-in-out 0.15s all; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:-1;}
.nylist li .nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#333; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.nylist li:hover .nylist_tit:after{ left:100%;}
.nylist li:hover .nylist_tit:before{ left:0;}
.nylist_tit{ width:100%; padding:20px; }
.nylist li:hover .nylist_tit{ color:#fff;}



/*上下篇*/
#page{}
#page .next,#page .prev{color: #666;}
#page .next a,#page .prev a{}
#page .next a:hover,#page .prev a:hover{color: #666;}
#page .next{margin-top: 6px;}

/*分页*/
.yema{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top:30px;
}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:40px; line-height:40px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:40px;margin-left:3px;  text-align:center; color:#666; font-size:18px; border:1px solid #ececee; background:#ececee;}
.yema a:hover{ text-decoration:none; color:#fff; background:#000;border:1px solid #000;}
.yema a.on{color:#fff;  background:#000;border:1px solid #000;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#000;}
.yema a span{ font-family: "宋体";font-size:18px;}


.contact-box{width:45%;float:left;}


.contact-nr{line-height:35px;font-size:18px;}
.contact-nr p { font-size:28px;font-family: 'Roboto-bold';  margin-bottom:35px;}

.index-ly-left-hz{width:50%;float:right;}
.index-ly-left-title{ color:#fff;background:#333;border-top-left-radius:15px;border-top-right-radius:15px;text-align:center;font-size:36px;line-height:36px;font-family: 'Roboto-bold'; padding:28px;}
.index-ly-left{background:#f2f2f2;padding:6%;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}


 input,textarea {outline:none;}
.soka{ width:48%;padding:15px; border-radius:5px;font-family: 'Roboto-Regular';margin-bottom: 25px;float:left;margin-left:1%;margin-right:1%;font-size:15px; border:none;}

.sokb{ font-size:15px;border:none; border-radius:5px;font-family: 'Roboto-Regular';padding:15px;margin-bottom:30px; width: 98%;line-height:30px;margin-left:1%;margin-right:1%;}
.tj{ text-align: center;
    color: #fff;
    background:#000;
    display:inline-block; font-family: 'Roboto-Regular';
cursor: pointer;padding:13px 60px;
    border-radius:5px;border:none;font-size:18px;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #666;
}


.txhz{display: flex; flex-wrap: wrap;}


.ny-product-left{margin-bottom: 50px;}
.ny-product-left-title{font-size:36px;line-height:36px;font-family: 'Roboto-bold';}

.ny-product-left-nr{margin-top:30px;}
.ny-product-left-nr ul{display: flex; flex-wrap: wrap;}
.ny-product-left-nr li{padding:12px;background:url(../images/d.jpg)no-repeat left;padding-left:25px;overflow:hidden;margin-bottom:10px;width: 25%;float: left;}
.ny-product-left-nr li a{font-size:18px;}
.ny-product-left-nr li:hover,.ny-product-left-nr li.on{transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s; 
-o-transition-duration: .5s;  }
.ny-product-left-nr li:hover,.ny-product-left-nr li.on a{color:#666;}
.ny-product-right{float:left;  margin-left:-1%;  margin-right:-1%;width:100%;}

.index-pro-bottom-hz2{width:23%;margin-left:1%;margin-right:1%;margin-bottom:30px;float:left;overflow:hidden; background:#f2f2f2;border:1px solid #f2f2f2;}
.index-pro-bottom-hz2:hover .index-pro-bottom-more{background:#999;color:#fff;}

.index-pro-bottom-title-hz{padding:30px;text-align:center;}

.products-title{font-size:20px;font-family: 'Roboto-bold';}

.index-pro-bottom-xh{display:block; overflow:hidden;}
.index-pro-bottom-xh img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-pro-bottom-xh img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}
.index-pro-bottom-more{background:#fff;text-align:center;padding:10px;margin-top:20px;}


.hover-k{ position:relative}
.hover-k:after{ position: absolute; content: ""; width: 100%;height: 4px; background:#666; left: 0; bottom: 0px; transition: transform 0.5s;
	right: 0; transition: transform 0.5s; margin: auto; transform-origin: right center; transform: scaleX(0)}
.hover-k:hover:after{transform-origin: left center; transform: scaleX(1);}
.hover-k img{ transition: all 0.5s}

.ny-news{margin-bottom:60px;}

.showshow-title{font-size:30px;line-height:30px;font-family: 'Roboto-bold';}
.showshow-nt{margin:50px 0;}
.index-news-left-rq {

    margin-top: 20px;}


.ptc{margin-top:35px;}

.ptt-title {font-size:36px;line-height:36px;font-family: 'Roboto-bold';}


.productshow-xq-bj{margin-top:50px;}
.productshow-xq{font-size:24px;font-family: 'Roboto-bold';padding:18px;background:#f2f2f2;}

.prc-nr{margin:35px 0;}	

.product-top{ width:50%; float: left; }
.pro-right {width:45%;float:right;}
.tj-product{border-top:1px solid #e9e9e9;padding-top:40px;}


.ny-product2-left{width:70%;float:left;}
.ny-product2-left-title{font-size:24px;font-weight:bold;margin-bottom:30px;}

.ny-product2-left-box{background:#f7f7f7;border:1px solid #dfdfdf;border-radius:10px;width:31.33%;margin-right:1%;margin-left:1%;float:left;margin-bottom:30px;}
.ny-product2-left-box:hover{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);background:#009ee2;border:1px solid #009ee2}
.ny-product2-left-box:hover .ny-product2-left-bt  {color:#fff !important;}
.ny-product2-left-bt-hz{padding:30px; }
.ny-product2-left-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px;	font-family: 'Roboto-bold';}

.ny-product2-left-pic{display:block; overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.ny-product2-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-product2-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right{width:28%;float:right;}

.ny-product2-right-Categories{background:#fff;overflow:hidden;}
.ny-product2-right-title{
	font-size:30px;
	font-family: 'Roboto-bold';
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
}


.ny-product2-right-hot{padding-top:30px;}
.ny-product2-right-hot-hz{margin-bottom:20px;float:left;border-bottom:1px solid #e7e7e7;padding-bottom:20px;}
.ny-product2-right-hot-hz:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.ny-product2-right-hot-pic{width:30%;float:left;display:block; overflow:hidden;}
.ny-product2-right-hot-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}

.ny-product2-right-hot-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right-hot-right{float:right;width:65%;}
.ny-product2-right-hot-right-title{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;font-size:18px; }

.ny-product2-right-Message{ position: relative;background:#eef2f3;overflow:hidden;margin-top:30px;padding:50px;}
.ny-product2-right-Message:after {
    content: "";
    position: absolute;
    background:#01289d;
    width:85px; left:50%;transform:translate(-50%,0%);
    height: 6px;top:0;
   }
.ny-news-right-title{font-size:28px;font-weight:bold;text-align:center;}


.service5Box4 .items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.service5Box4 .item {
  display: flex;
    justify-content: space-between;
}

.service5Box4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.service5Box4 .item .content {
 width:46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service5Box4 .item p{font-size: 22px;
    line-height: 30px;
    color: #666;}
.service5Box4 .item .img:hover img {
  transform: scale(1.05);
}
.img img {
    transition: all 0.5s ease 0s;width:100%;height:100%;-o-object-fit: cover;object-fit: cover;
}
.img {width:50%;
   overflow:hidden;
}
.productshow-top-right-title{font-size:30px;font-family: 'Roboto-bold';}
.content-wb{margin-top:30px;}




/*发展历程*/
.about-fzlc-bj{background:url(../images/fz.jpg) center;background-size: cover;
    background-attachment: fixed;
   overflow: hidden;}

.cd-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius:5px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}



#cd-timeline {
  position: relative;
  margin-top: 4em;
  
}
#cd-timeline>.box{
  max-height:1900px;
  overflow:hidden;
  transition:all 1s;}
  
#cd-timeline.show>.box {
  max-height:400vh;
}

#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #333;
}
.fzlc-box{height: 800px;position: relative;display: none;}
.fzlc-box .box-bg{background: url("../images/fz-x.png") no-repeat;width: 100%;height: 100%;background-size: 100% 100%;}
.nianbox p{width: 180px;}
.fzlc-box .nian1{position: relative;top: 310px;left: 6%;}
.fzlc-box .nian2{position: relative;top: 560px;left: 15%;}
.fzlc-box .nian3{position: relative;top: 104px;left: 24%;}
.fzlc-box .nian4{position: relative;top: 372px;left: 33%;}
.fzlc-box .nian5{position: relative;top: -96px;left: 42%;}
.fzlc-box .nian6{position: relative;top: 175px;left: 51%;}
.fzlc-box .nian7{position: relative;top: -350px;left: 60%;}
.fzlc-box .nian8{position: relative;top: 8px;left: 69%;}
.fzlc-box .nian9{position: relative;top: -556px;left: 77.5%;}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top:5em; margin-bottom:3em;}

  #cd-timeline::before {
    left: 50%;
    margin-left: -3px;
    display:none;
  }
  .box{
        display: none;
    }
    .fzlc-box{
        display: block;
    }

}

.cd-timeline-block {
  position: relative;margin-bottom: 15px;

}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {

  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 19px;
  width: 16px;
  height:16px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #999, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #666;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width:16px;
    height: 16px;
    left: 50%;
    margin-left: -9px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 20px;

  .timeline-content-info {
    background: #eee;
    padding: 5px 10px;
  
   
    box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    i {
      margin-right: 5px;
    }

   
  }
 
}

.cd-timeline-content h2 {
  color:#333;
  
    font-size:24px;    margin: 30px 0 20px 0;

}

.cd-timeline-content p {
font-size:20px;}



@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {font-size:30px;line-height:30px;}
    .box .cd-timeline-block:nth-child(odd){text-align:right;}

  .cd-timeline-content p {color:#666;
    font-size:18px; border-bottom:1px solid #ededed;padding-bottom:15px;margin-top:15px;
 }
 


}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 46%;
  }

  
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #eee;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

}