/* CSS Document */
@font-face{font-family: "HelveticaLTStd-Bold"; src:url(../font/HelveticaLTStd-Bold.ttf)}
@font-face{font-family: "HelveticaLTStd-BoldCond"; src:url(../font/HelveticaLTStd-BoldCond.ttf)}
@font-face{font-family: "HelveticaLTStd-Cond"; src:url(../font/HelveticaLTStd-Cond.ttf)}
@font-face{font-family: "HelveticaLTStd-Light"; src:url(../font/HelveticaLTStd-Light.ttf)}

@font-face{font-family:"ppr"; src:url(../font/Poppins-Regular.ttf)}
@font-face{font-family:"ppb"; src:url(../font/Poppins-Bold.ttf)}

@font-face{font-family:"mb3"; src:url(../font/Montserrat-Bold-3)}
@font-face{font-family:"mr8"; src:url(../font/Montserrat-Regular-8)}

.wm{margin:0 9%;}
.wm2{margin:0 9%;}

.head{width: 100%;height: 42px;line-height: 42px;font-size: 14px;background: #f8f8f8;color: #a7afac;}
.head .head_l{background:url(../images/1.png) no-repeat center left;padding-left:24px;float:left;}
.head .head_r{float:right;}

.top_toubu { height:140px; overflow:hidden;}
.top_tubiao span {display: block;padding-top:3px; color: #666; font-size: 15px; font-family:Arial;font-weight: normal; letter-spacing: 2.2px;}
.top_tubiao b{display:block; font-size:26px; color:#333;   letter-spacing: 1px;}
.top_tubiao > b > strong{color:#00976e; }
.top_tubiao { margin-top:42px; overflow: hidden} 

.logo img { float: left; margin-right:6px; margin-top: 30px;}
.htel{ font-size:14px; line-height:28px; padding-left:50px;padding-right:5px; text-align: left; margin-top: 40px; background:url(../images/2.png) no-repeat left 7px;}
.htel em{ display:block; font-size:26px; font-family:fontDin1; color:#fa0504;}

.top_ewm{padding-top:28px;padding-right:16px;}
.menu{background: #00976e;height: 60px;line-height:60px;overflow: hidden;}
.menu ul{margin:0 2%;}
.menu ul li{float:left;width: 12%;}
.menu ul li a{float:left;display:block;font-size:16px;color:#fff;text-align:center;width:100%;}
.menu ul li:hover{background:#5bb345;}
.menu ul li:hover a{ text-decoration:none;}

.mbdh{ display:none;}


/*通栏*/
#wrapper {position:relative; z-index:100;}
.fullwidthbanner-container{width:100% !important;position:relative;padding:0;max-height:700px !important;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;max-height:700px !important;position:relative;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*通栏*/
.ban_bot{border-bottom: solid 1px #ececec;width: 100%;background: #fff;line-height:70px;height: 70px;overflow: hidden;}
.ban_bot .search_l{float:left;background:url(../images/icon_02.jpg) no-repeat left center;padding-left:23px;font-size:15px;}
.ban_bot .search_l span{font-weight:bold;}
.ban_bot .search_l a{ display:inline-block;padding:0 10px;}
.ban_bot .search_r{float:right;border-left:1px solid #ddd;}
.ban_bot .search_r form { float: left; display: block; width: 320px; background: #fff; line-height: 79px; height: 79px; position: relative;}
.ban_bot .search_r form .search-i { width: 60px; height: 70px; position: absolute; right: 0; top: 0; overflow: hidden; display: block; transition: 0.3s all ease-in-out; background: url(../images/3.jpg) no-repeat center;}
.ban_bot .search_r .search-i:hover { background-color: #0078ca;}
.ban_bot .search_r .search-i input { display: block; width:60px; height:79px; cursor: pointer; background: none; border: 0 none; outline: none;}
.ban_bot .search_r .search-bg input {background:url(../images/4.png) no-repeat #fff; outline: none; border: none; width:200px; padding-left:56px; height:79px; line-height:79px; color:#c6c6c6;}


.sy_bt {text-align: center; background: url(../images/11.png) center 90px no-repeat; padding-bottom: 35px;}
.sy_bt p{font-size: 38px;color: #222;line-height:50px; padding-bottom:6px;}
.sy_bt b{color: #00976e;}
.sy_bt span{font-size:16px;color:#666;padding:5px 0;}

.sy_bt2 {text-align: center; background: url(../images/11.png) center 86px no-repeat; padding-bottom: 35px;}
.sy_bt2 p{font-size: 38px;color: #fff;line-height:50px; padding-bottom:6px;}
.sy_bt2 b{color: #fff;}
.sy_bt2 span{font-size:16px;color:#fff;}


/*关于我们*/
.guide{padding:87px 0 30px;background:url(../images/bg1.jpg) no-repeat center top; }
.gui .gui-left{width:59%;height:578px; float:left;padding-top:23px; position: relative;z-index:200;}
.gui .gui-left .bt{font-size:36px;color:#00976e;font-family: Impact;}
.gui .gui-left .line{width:50px;height:3px;background:#00976e;}
.gui .gui-left h2{margin-bottom: 20px;}
.gui .gui-left h2 span{display: inline-block; height:56px; line-height: 56px; font-size: 42px; color:#333333;padding-right:37px;font-weight: bold;background:url(../images/gui-yy.png) no-repeat right 11px;}
.gui .gui-left strong{display: block; line-height: 33px; font-weight: normal;font-size: 20px; color:#333333; margin-bottom: 37px;}
.gui .gui-left .hd{width:330px; height:47px;background:#E1E1E1; margin-bottom: 94px; margin-top:30px;}
.gui .gui-left .hd ul li{float:left;width:173px;height:47px; text-align: center;cursor: pointer;position: relative;}
.gui .gui-left .hd ul li.jd2{margin-left: -16px;}
.gui .gui-left .hd ul li i{display: block; width:100%; height:47px; line-height:47px;font-size: 16px; color:#666666; position: relative;z-index:200;}
.gui .gui-left .hd ul li.jd1:before{width:100%;height:47px; background:url(../images/gui-jd1.png) no-repeat center; content:"";position: absolute;left:0;top:0;display: none;}
.gui .gui-left .hd ul li.jd2:before{width:100%;height:47px; background:url(../images/gui-jd2.png) no-repeat center; content:"";position: absolute;right:0;top:0;display: none;}
.gui .gui-left .hd ul li.cur i{color:#FFF;}
.gui .gui-left .hd ul li.jd1.cur:before{display:block;}
.gui .gui-left .hd ul li.jd2.cur:before{display:block;}
.gui-left p { line-height:30px;}
.gui .gui-rig{width:36%; height: 533px;overflow: hidden;float:right;}
.gui .gui-rig .gui-con,.gui .gui-rig .gui-con .con{height:100%;}
.gui .gui-rig span{display: block; width:100%;height:100%; line-height: 0; overflow: hidden;}
.gui .gui-rig span img{width: 100%;height:100%; transition: 1s;}
.gui .gui-rig span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}



/*产品展示*/
.con_02 {  margin:0px auto;  width:100%; background:url(../images/bg2.jpg) no-repeat center top fixed; padding-bottom:50px;}
.pz{padding-top:60px; padding-bottom:60px;}
.pz2{padding-top:20px;}
.pz2 h3{ font-size:35px; color:#fff; font-weight:bold; width:100%;}
.pz2 h3 span{font-family:Barlow-Regular; font-weight:normal; text-transform:uppercase; font-size:45px; line-height:45px}
.pz2 ul{ margin-top:50px;}
.pz2 ul li a{ border:#00976e solid 1px; background:#fff; float:left; line-height:28px;font-size:16px; text-align:center; -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;color:#000!important; border-radius:5px; margin-right:20px;margin-bottom:13px; padding:10px 20px}
.pz2 ul li a:hover {cursor:pointer;/* transform属性 */transform:translate(0,0px);  border:#fff solid 1px;background:none; -webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s; color:#fff!important;}
.pz2 ul li a:hover span{ color:#fff;-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s; }
.pz2 ul li a span{ display:block; width:100%; font-family:Arial, Helvetica, sans-serif; color:#666}

.con_02 .box{margin-top:27px;}
.con_02 .box ul li{float:left;width:21%;margin:1%;height:240px;overflow:hidden;border:5px solid #fff;}
.con_02 .box ul li img{width:100%;height:240px; transition:all 1s;}
.con_02 .box ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
.con_02 .more{line-height:42px;border-radius: 10px;margin:30px auto 0;width:180px;border:1px solid #fff;text-align:center;color:#fff;}
.con_02 .more:hover{background:#fff;color:#00976e;}


/*新闻*/
.con_05{width:100%;overflow:hidden;padding-top:70px;padding-bottom:80px;background:url(../images/bg5.jpg) no-repeat top center;}
.sy_news_op{float:left;width:36%;margin-top:40px;}
.sy_news_op dl dt{width:100%;height:320px;overflow:hidden; position:relative;}
.sy_news_op dl dt .news_bt{ position:absolute; z-index:666;background:#5bb345;width:118px;height:34px;line-height:34px;text-align:center;color:#fff;top:10px;left:10px;}
.sy_news_op dl dt img{ width:100%;height:320px; transition:all 1s;}
.sy_news_op dl dt img:hover{ transform-origin:center center; transform:scale(1.12,1.12);}
.sy_news_op dl dd{margin-top:20px;}
.sy_news_op dl dd h2{font-size:20px;}
.sy_news_op dl dd .txt{line-height:26px;padding-top:10px;}
.sy_news_op dl dd .time{padding-top:10px;padding-bottom:15px;color:#a1a0a0;}
.sy_news_op dl dd .time img{padding-right:5px; vertical-align:middle;}
.sy_news_op .more{width:120px;height:30px;line-height:30px;text-align:center;border:1px solid #cccccc;font-size:14px;}
.sy_news_op .more:hover{background:#00976e;color:#fff;border:1px solid #00976e;}
.sy_news{float:right;width:58%;margin-top:40px;}
.sy_news ul li{border-bottom:2px solid #e2e2e2;padding:17px 0 20px 20px;}
.sy_news ul li .bt{font-size:22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .txt{font-size:16px;color:#a5a5a5;margin:15px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;text-overflow: ellipsis;}
.sy_news ul li .time{font-size:15px;color:#a5a5a5;}
.sy_news ul li .time img{padding-right:5px;vertical-align:middle;}
.sy_news ul li:hover{background:#00976e;border-bottom:2px solid #00976e;}
.sy_news ul li:hover .bt{color:#fff;}
.sy_news ul li:hover .txt{color:#fff;}
.sy_news ul li:hover .time{color:#fff;}
.sy_news ul li:hover .time img{filter: brightness(10);}


/*页脚*/
.foot_bg{ background-color:#292929; padding-top:80px; padding-bottom:65px;border-top:8px solid #00976e;}
.foot_left{ width:60%; float:left;}
.foot_left .foot_pic{ float:left;}
.foot_left .foot_kuang{ float:left; margin-left:19px; margin-top:6px;}
.foot_left .foot_kuang .foot_p1{ font-size:30px; color:#ababab;}
.foot_left .foot_kuang .foot_p2{font-size:18px; color:#ababab; text-transform:uppercase; margin-top:3px;}
.foot_left .foot_p3{ font-size:17px; color:#fff; margin-top:46px;}
.foot_left .foot_p3 a{ color:#fff;}
.foot_left .foot_p4{ font-size:14px; color:#8a8a8a; margin-top:18px;}
.foot_left .foot_p4 a{ color:#8a8a8a;}

.foot_line{ width:1px; height:229px; background-color:#545454; float:left; margin-left:50px;}
.foot_right{ width:33%; float:right; padding-top:10px;line-height:30px;color:#ababab;}
.foot_right .bt{font-size:22px;color:#fff;padding-bottom:20px;}
.foot_right a{color:#ababab;}
.foot_right a:hover{color:#fff;}




/*返回顶部悬浮链接*/
/*main css*/
.izl-rmenu2{position:fixed; right:1%;  bottom:5%; padding-bottom:20px; background:url(../tanchu/images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu2 .btn{width:52px; height:53px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu2 .btn-qq{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#00976e;background-size: auto 52px;}
.izl-rmenu2 .btn-qq:hover{background-color:#00976e;}
.izl-rmenu2 a.btn-qq,.izl-rmenu2 a.btn-qq:visited{background:url(../tanchu/images/r_qq.png) 0px 0px no-repeat; background-color:#00976e; text-decoration:none; display:block;background-size: auto 52px;}
.izl-rmenu2 .btn-wx{background:url(../tanchu/images/r_wx.png) 0px 0px no-repeat; background-color:#00976e;background-size: auto 52px;}
.izl-rmenu2 .btn-wx:hover{background-color:#00976e;}
.izl-rmenu2 .btn-wx .pic{background-color:#00976e; position:absolute; width:260px; left:-260px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}
.izl-rmenu2 .btn-phone{background:url(../tanchu/images/r_phone.png) 0px 0px no-repeat; background-color:#00976e;background-size: auto 52px;}
.izl-rmenu2 .btn-phone:hover{background-color:#00976e;}
.izl-rmenu2 .btn-phone .phone{background-color:#00976e; position:absolute; width:200px; left:-200px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}

.izl-rmenu2 .btn-skp{background:url(../tanchu/images/r_skp.png) 0px 0px no-repeat; background-color:#00976e;background-size: auto 52px;}
.izl-rmenu2 .btn-skp:hover{background-color:#00976e;}
.izl-rmenu2 .btn-skp .skp{background-color:#00976e; position:absolute; width:200px; left:-200px; top:0px; line-height:53px; color:#FFF; font-size:16px; text-align:center; display:none;}

.izl-rmenu2 .btn-top{background:url(../tanchu/images/r_top.png) 0px 0px no-repeat; background-color:#444; display:none;background-size: auto 52px;}
.izl-rmenu2 .btn-top:hover{background-color:#444;}



.mbfor {display: none;}
/*ny*/

.ny_ban01{background:url(../images/ny_ban01.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban02{background:url(../images/ny_ban02.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban03{background:url(../images/ny_ban03.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban04{background:url(../images/ny_ban04.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban05{background:url(../images/ny_ban05.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban06{background:url(../images/ny_ban06.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}
.ny_ban07{background:url(../images/ny_ban07.jpg) top center no-repeat;width:100%;height:400px;overflow:hidden;}


.ny_bt {text-align: center; background: url(../images/11.png) center 55px no-repeat; padding-bottom: 35px;}
.ny_bt p{font-size: 36px;color: #222;line-height:50px; padding-bottom:6px;}
.ny_bt b{color: #00976e;}

#nav1 .nav1,#nav2 .nav2,#nav3 .nav3,#nav4 .nav4,#nav5 .nav5,#nav6 .nav6,#nav7 .nav7{background:#0e6aaf;}
#nav1 .nav1 a,#nav2 .nav2 a,#nav3 .nav3 a,#nav4 .nav4 a,#nav5 .nav5 a,#nav6 .nav6 a,#nav7 .nav7 a,#nav8 .nav8 a,#nav9 .nav9 a,#nav10 .nav10 a{color:#fff !important;}

#content{margin:50px 8% 0;}
#content .title{border-bottom:1px solid #ddd;height:50px;line-height:50px;font-size:15px;}
#content .title span{color:#9d9d9d;}
#content .title img{ vertical-align:middle;padding-right:5px;padding-left:10px;}

#content .box{padding:35px 0 0 0;line-height:40px;font-size:16px;color:#595959;}
#content .box a{color:#595959;}
#content .box a:hover{color:#05ac6d}
#content .box img{ max-width:100%; height:auto !important; height:100%;}

.mt50{margin-top:50px;}

/*公司简介*/
.ny_about_pic{text-align:center;}


/*products*/
.sort { width:286px; overflow:hidden;float:left;}
.sort_til { width: 266px;padding-left: 30px;height: 124px; background:url(../images/33.jpg) no-repeat; overflow:hidden}
.sort_til strong { display:block; color:#fff; font-size:22px; margin-top:35px; margin-bottom:5px;}
.sort_til span { font-family:Arial, Helvetica, sans-serif; color:#effef7; font-size:14px; text-transform: uppercase;}
.sort_nor li { width:266px; height:46px; background:url(../images/2.jpg) no-repeat center; color:#222;border-right: 1px solid #eee; border-left: 1px solid #eee;border-bottom: 1px solid #eee;}
.sort_nor li a {height:46px; line-height: 46px; font-weight: normal; padding-left:30px; font-size:15px; display:block;}
.sort_nor li:hover a{font-weight:bold;}
.pro_nor { margin-top: 25px;}
.pro_tu { width: calc(97% - 286px); overflow:hidden;float:right;}
.pro_tu dl { width:31%; float: left;background: #fff;position: relative; overflow: hidden;margin:0 1% 17px 1%;}
.pro_tu dl dd {width:100%;margin:auto;line-height: 26px;height: 55px;text-align: center;position: relative;z-index: 2;color: #666;overflow: hidden;}
.pro_tu dl dt {width:100%;height: 267px;position: relative;z-index: 3;overflow: hidden;}
.pro_tu dl dd strong { display: block; height: 55px; line-height: 55px; font-size: 16px; font-weight: normal; color: #222; position: relative; z-index: 999999;}
.pro_tu dl dd strong::before { content: ''; background: #ce0b0b; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; transition: all .4s ease; z-index: -1;}
.pro_tu dl dd strong::after { content: ''; background: #ce0b0b; position: absolute; left: 0; top: 0; width: 100%; height: 0; transition: all .4s ease; z-index: -1;}
.pro_tu dl:hover dd strong::after,.pro_tu dl:hover dd strong::before {height:27.5px;}
.pro_tu dl:hover strong { color: #fff;}
.pro_tu dl:nth-child(3),.pro_tu dl:nth-child(6),.pro_tu dl:nth-child(9) { margin-right: 0px;}
.pro_tu dl dt img { transition: all 0.5s;width:100%;height: 267px;}
.pro_tu dl span{ display: block; position:absolute; left:0; top:0; bottom:0; right:0; margin: auto; width:120px; line-height:40px; text-align:center; font-size:14px; color:#fff; background:#ce0b0b; font-family:fontDin; opacity:0; transition:all .6s ease; z-index:3; height:40px; z-index: 7;}
.pro_tu dl:hover span{ opacity:1;}

.sort_contact {background: url(../images/5.jpg) no-repeat; text-align: center; padding: 39px 0 85px 0;}
.sort_contact p {font-size: 15px; color: #fff; line-height: 24px; float: left; margin-left: 66px; margin-top: 23px;}
.sort_contact p span {font-family:fontDin1;display: block;font-size: 20px;color: #FFF;font-weight: bold;}

.ny_lm_t{background:#00976e;height:56px;line-height:56px;color:#fff;padding-left:20px;font-size:16px;}
.ny_lm_t img{ vertical-align:middle;padding-right:5px;}
.ny_cp_bt{font-size:36px;color:#000;padding-top:40px;text-align:center;}
.ny_cp_nr{font-size:15px;}


/*产品*/
table.bak { width:100%; margin:10px 0; border-left:#efefef 1px solid;border-top:#efefef 1px solid;}
.bak td,.bak th { padding:6px 10px; border-right:#efefef 1px solid;border-bottom:#efefef 1px solid; text-align:center;}
.bak th { background:#efefef;font-weight:bold;color:#000;height:46px;font-size:18px;}
.bak td{font-size:15px;}
.bak img {max-width:80%; height:auto !important; height:100%;}

/*product页面*/
.ny_cp_title{background:#efefef;line-height:44px;padding-left:18px;font-size:16px;margin-bottom:10px;margin-top:12px;font-weight:bold;}
.ny_cp_ul li{float:left;width:30%;margin:0.5%;line-height:20px;}
.ny_cp_ul li img{ vertical-align:middle;}


/*内页详情*/
.ny_cp_xq_bt{background:#f3f3f3;line-height:60px;text-align:center;font-size:24px;color:#000;font-weight:bold;margin-bottom:30px;}
.ny_cp_pic{text-align:center;}
.ny_cp_pic img{width:520px;}
.ny_pro_table tr td{line-height:36px;padding-left:10px;}


/*返回*/
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;font-size:14px;}
.flex-between{ display: flex; justify-content: space-between;font-size:14px;}
.fanye{ margin-top:40px;border-top:1px solid #e5e5e5; padding-top:30px; line-height:30px;font-size:14px;}
.fanhui{background:#ddd;border-radius:25px;line-height:40px;width:120px;text-align:center;height:40px;font-size:14px;}
.fanhui:hover{ background:#00976e;}
.fanhui:hover a{ color:#fff;font-size:14px;}
.flex {display: flex;flex-wrap: wrap;}




/*内页新闻*/
.ny_news_time{width:80px;height:60px;border:1px solid #ddd;text-align:center;line-height:26px;padding-top:8px;float:left;}
.ny_news_img{width:230px;height:160px;margin-left:32px;overflow:hidden;float:left;}
.ny_news_img img{width:230px;height:160px; transition:all 1s;}
.ny_news_ul li:hover img{ transform-origin:center center; transform:scale(1.1,1.1);}
.ny_news_ul li:hover .ny_news_time{background:#449971;color:#fff;border:1px solid #449971;}
.ny_news_txt{float:right;width:calc(100% - 392px);}
.ny_news_ul li{margin:20px 0;padding:20px 0;border-bottom:1px solid #ddd;}
.ny_news_ul li:hover{border-bottom:1px solid #449971;}
.ny_news_ul li .time{color:#3366b2;line-height:24px;font-size:14px;}
.ny_news_ul li .bt{font-size:22px;color:#000;}
.ny_news_ul li .js{font-size:14px;color:#707070;line-height:26px;padding-top:5px;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ny_news_ul li .more{font-size:14px;padding-top:12px;font-weight:bold;color:#3366b2;}
.ny_news_bt{font-size:30px;color:#000;padding-bottom:10px;}
.pnpage { clear:both;padding-top:25px;font-size:14px;border-top:1px dashed #ddd;margin-top:30px;}
.pnpage a { padding:2px 10px; font-weight:bold; margin:0 6px; border-radius:35px; text-decoration:none;}


/*厂房设备*/
.ny_zlbz ul{margin-top:30px;}
.ny_zlbz ul li{width:28%;margin:1.5%;float:left;border:1px solid #fff;padding:1%;border:1px solid #ddd;border-radius: 10px;}
.ny_zlbz ul li .pt{overflow:hidden;height:300px;}
.ny_zlbz ul li:hover .pt img{ transform-origin:center center; transform:scale(1.05,1.05)}
.ny_zlbz ul li .pt img{width:100%;height:300px !important; transition:all 1s;}
.ny_zlbz ul li .txt{text-align:center;padding-top:10px;font-size:16px;}


/*内页联系我们*/
.ny_contact{line-height:30px !important;}
.ny_contact_l{float:left;padding-top:12px;}
.ny_contact_r{float:right;}


.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#dbefe5 1px solid;border-left:#dbefe5 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#dbefe5 1px solid;border-right:#dbefe5 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}






.txtc { clear:both; text-align:center; padding-right:25px; padding-top:10px; font-size:12px}
.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#f3fbf7; border:#449971 1px solid; color:#449971;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}




