﻿@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:"Microsoft YaHei", verdant, tahoma;color: #333; font-weight: normal; padding: 0px; margin: 0px; text-decoration: none; line-height:25px;
}
a {
text-decoration:none;
font-family:"Microsoft YaHei", verdant, tahoma;
color:#333;
font-weight:normal;
}
a:hover { color:#ba122b; }
.clear {
clear:both;
}
ul {
list-style-type: none;
}
li {
list-style-type:none;
line-height:25px;
}
.fl{float:left;}
.fr{float:right;}


.hz{width:76%;margin:0 auto;}
.hza{ width:76%; margin:80px auto; }
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}


.top-hz{width:88%;margin:0 auto;}
.top-pc {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%; 
	background:rgba(255,255,255,0.8);
	transition: all 0.5s;
}
.top-pc.active {
	background:rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}
.top-pc .mainbav li a{color:#333;}
.top-pc .mainbav li.active a{color:#ba122b;}

body.head-top{padding-top:20px;}

.logo img{ opacity:0;height:55px;}
.logo{background:url(../images/logo2.png) no-repeat; background-size:auto 55px;margin-top:15px;}

.mainbav{}
.mainbav li { position: relative; padding:0 35px; }
.mainbav li.memu:after {
	content: "";
	width: 0;
	height:3px;
	background: #ba122b;
	position: absolute;
	bottom: 0;
	left:50%;right:0; transform:translate(-50%,0); 
	transition: all 0.5s;
}
.mainbav li.memu:hover:after {
	width:30%;
}
.mainbav li.active:after {
	width:30%;
}

.mainbav li a {font-size:17px;color:#fff;}
.mainbav .memu { float:left;line-height:80px;}
.mainbav .memu:hover, .mainbav .memu.active { display: block; }
.mainbav .memu:hover a, .mainbav .memu.active a {color:#ba122b; }
.mainbav ul li ul {
	display: none;
	position: absolute;
	width:250px;
	left:0;
	top:80px;padding:10px 0;
	z-index: 999999; background:rgba(0, 0, 0, 0.8);
}
.mainbav ul li ul li {
	float: none;text-transform:none;
	border-right: none;
	padding:0;
	position: relative;
	border-bottom:1px solid #2b2b2b;


}
.mainbav ul li ul li a {
	display: block;
	color:#cacaca !important;
	font-size:15px;
	padding:10px 20px;font-weight: normal;
}
.mainbav ul li ul li a:hover {
color: #fff !important; background:#ba122b;}
.mainbav ul li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.jt{color:#fff;line-height:30px !important; float:right;}
.nav1{margin-left:5%;display: flex;
    justify-content: space-between;position: relative;
    align-items: center;}

.new {
  width: 150px;
  position: absolute;
  z-index: 999;
  display: none;
  left:50%;right:0; transform:translate(-50%,0); 
  top:80px;
background:rgba(0, 0, 0, 0.6);
}
.nav1:after {
	content: "";
	width: 0;
	height:3px;
	background: #ba122b;
	position: absolute;
	bottom: 0;
	left:50%;right:0; transform:translate(-50%,0); 
	transition: all 0.5s;
}
.nav1:hover:after {
	width:50%;
}
.nav1.active:after {
	width:50%;
}

.new li {
  border-bottom: 1px solid #222;
  padding:3px 10px;
}
.new li img{WIDTH:22PX;float:left;margin-right:10px;MARGIN-TOP:5PX;}
.new li a {
  display: block;
  padding: 8px 0;color:#aaa;

}
.new li a:hover {
  color: #fff;
  text-decoration: underline;
}
.new li:last-of-type {
  border-bottom: none;
}

.set {
	font-size:16px;
	color:#333;
}
.set IMG{WIDTH:22PX;FLOAT:RIGHT;MARGIN-LEFT:8PX;MARGIN-TOP:6PX;}


.top-right {
 flex: 1 1;
    display: flex;
    justify-content: flex-end;
}



/*首页导航初始透明底色*/
.head-top .top-pc {
	background:#333;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0);
}
.head-top .top-pc .mainbav li a {color:#fff;}
.head-top .top-pc .mainbav li.active a {color: #fff;}
.head-top .top-pc .logo{background:url(../images/logo.png) no-repeat; background-size:auto 55px;margin-top:15px;}
.head-top .top-pc .nav1 .set{ color:#fff;}
.head-top .top-pc .mainbav li.memu:after{background:#FFF;}
.head-top .top-pc .nav1:after{background:#FFF;}

/*首页导航滚动 背景、字体变化*/
.head-top .top-pc.active {
	background:rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}
.head-top .top-pc.active .mainbav li a {color:#333;}
.head-top .top-pc.active .mainbav li.active a {color: #ba122b;}
.head-top .top-pc.active .logo{background:url(../images/logo2.png) no-repeat; background-size:auto 55px;}
.head-top .top-pc.active .mainbav li.memu:after{background:#ba122b;}
.head-top .top-pc.active .nav1 .set{ color:#333}
.head-top .top-pc.active .nav1:hover .set{ color:#ba122b}
.head-top .top-pc.active .nav1:after{ background:#ba122b;}
.head-top .top-pc.active .mainbav li.memu:after{background:#ba122b;}
.head-top .top-pc.active .nav1:after{background:#ba122b;}

/*banner视频*/
.banner-dw video::-webkit-media-controls {
    display: none !important;
}

/*banner*/
.block_home_slider{ position:relative; text-align:center; width:100%;height:100VH; overflow:hidden;}/*底部小图标*/
.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;z-index:2; }
.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:30px; width:100%;text-align: center;z-index:2;}
.block_home_slider .flex-control-paging li {margin: 0px;padding:0 6px; display:inline-block; *display:inline; *zoom:1; overflow: hidden;list-style-type: none;}
.block_home_slider .flex-control-paging li a{width:12px; height:12px; display:block; background:#fff; text-indent:-9000px; cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:35px; background:#ba122b;}
.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{ height:100%;}
.flexslider .slides{height:100%;}
.flexslider .slides li{height:100%;display: none;-webkit-backface-visibility: hidden;list-style-type:none; position:relative;}

.flexslider .slides li img,.flexslider .slides li video{
	 width:100%;
	 height:100%;
  object-fit: cover;}
.gray-bg{display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;z-index:1;
    background: url(../images/banner_bg.png);
    opacity: 1;
    filter: alpha(opacity = 100);}

.top_sj { display:none; }
.banner-dw{position:relative;}
.banner-wb{position:absolute;z-index:1;left:0;top:50%; right:0;text-align:center; z-index:4;transform:translate(0%,-50%);width:80%;margin:0 auto;}
.banner-wb-title{font-size:50px;line-height:50px;color:#fff;font-weight:bold;}

.banner-wb-nr{font-size:18px;line-height:32px;color:#ddd;}
.banner-wb-an{float:left;cursor: pointer;}
.banner-wb-more-hz{width:280px;margin:50px auto;}
.banner-wb-an img{width:50px !important;}
.banner-wb-more .btn {
        display: inline-block;
        padding:13px 45px;
        color: #fff;
	font-size:16px;
       background:#ba122b;
        transition: all 0.4s;border-radius:25px;
    }
    
.banner-wb-more .btn:hover {
      padding:13px 60px;color:#fff !important;
    background-image: linear-gradient(to bottom, #ba122b,#c12c23);color:#ba122b;}
	   

	.index-feedback-hz {
	width: 80%;
	margin: 0 auto;
	padding:50px 2% 2% 2%;
	position: fixed;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:url(../images/ly-bj.jpg)no-repeat center;background:#000;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	display:none;z-index:122222;
}

.index-feedback-wb{font-size:16px;color:#fff;}
.index-feedback-hz-gb{border-radius:100px;
	position:absolute;cursor: pointer;
	right:10px;color:#fff;
	top:10px;border:2px solid #b1b1b1;padding:0 9px;}
  

.index-title{ text-align:center;font-size:42px;line-height:45px; width:60%; margin:0 auto;}
.index-title-ms{text-align:center;margin-top:15px;color:#666;}

.index-Years-bj{background:url(../images/bg01.jpg) center;background-size: cover;
    background-attachment: fixed; overflow: hidden;}
	

.khjz_dkj {
    position: relative;
    margin-top:60px;margin-left:-12px;margin-right:-12px;
}
.ryzz .item {
	margin: 0 12px;
	position: relative;
	display: block;
	transition: transform 0.5s;border-bottom:3px solid #ba122b;
	-webkit-transition: transform 0.5s;background:#fff;  height: 100%;
}
.ryzz .item:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);border-bottom:3px solid #cc3333;}


.ryzz .item .cpzs_img {
	overflow: hidden;
	display: block;}
	
.ryzz .item .cpzs_img img {width:100%;
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
}
.ryzz .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;
}

.cpzs_wb_t{margin:25px;text-align:center; font-size:18px;height:100%;}


.product-ry .item {
    margin: 0 15px;
    position: relative;
    border-bottom: 4px solid #ba122b;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
    overflow: hidden;padding:2%;
    display: block;background: #fff;height:100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}



.product-ry .item:hover {
    transform: translateY(-6px);
    -webkit-trafont-size: 0;
}

.product-ry .item .cpzs_img {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    line-height: 0;
}

.product-ry .item .cpzs_img img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.product-ry .item .cpzs_img:hover img {
    transform: scale(1.06);
}

.product-ry .item .cpzs_wb {
    width: 100%;
    padding:35px;
}

.product-ry .item .cpzs_wb .cpzs_wb_t{text-align:left;font-size:20px;font-weight:normal;margin:0;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;  }
.cpzs_wb_t2 {
    margin: 25px 0;
    color: #5c5c5c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cpzs_wb_mome{position:relative;padding-bottom:5px;}
.cpzs_wb_mome:after {
    content: "";
    position: absolute;
    background: #ba122b;
    width:30px; 
    height:1px;bottom:0; 
	 left: 0;
   }
  .about-ryzz .item {
	margin: 0 12px;
	position: relative;cursor: pointer;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}


 .about-ryzz .item .cpzs_img {
	overflow: hidden;
	display: block;}
	
 .about-ryzz .item .cpzs_img img {width:100%;
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
}
 .about-ryzz .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;
}

   
/* display none until init*/

.owl-carousel {
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
 display: flex !important; flex-wrap: wrap;
    position: relative;
    -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: 30px;
}

.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 70px;
    text-indent: -9999px;
    transition: .35s;
    top: 45%;
    margin-top: -35px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(../images/index_24.png) center no-repeat;
    overflow: hidden;
    left: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    background: url(../images/index_25.png) center no-repeat;
    overflow: hidden;
    right: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
    background: url(../images/index_24a.png) center no-repeat;
    overflow: hidden;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: url(../images/index_25a.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 #999;
}

.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: #ba122b;
    border: 1px solid #ba122b;
}

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



.index-ql-bj{background:url(../images/bg02.jpg) center;background-size: cover;
    background-attachment: fixed; overflow: hidden;}

.index-hzhb-bj{background:url(../images/bg03.jpg) center;background-size: cover;
    background-attachment: fixed; overflow: hidden;}

.index-hzhb-box{background:#fff;padding:3%;overflow:hidden;margin-top:20px;}
.index-hzhb-box ul{display:flex;flex-wrap: wrap;}
.index-hzhb-box li{float:left;width:12.5%;padding:1%;}
.index-hzhb-box li img{overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.index-hzhb-box li img:hover{transform:translateY(-6px); -webkit-transform:translateY(-6px);}
.index-Blog-bj{background: #F7F7F7;overflow:hidden;}



/*----底部----*/
.foot { background:#20252b; color:#b3b3b3;padding-top:60px;border-TOP:1px solid #eee;}
.foot-box{display: flex; flex-wrap: wrap;width:70%;float:left;}
.foot-left{float:right;width:25%;}
.foot-logo{float:left;width: 100%;}
.foot-logo-wb{float:left;margin:30px 0;}
.foot-logo-wb li p{margin-top:5px;}
.foot-logo-wb li{float:left;margin-right:30px;text-align:center;}
.foot-logo-wb li img{width:110px;}

.foot-menu{float:left;margin-right:10%;}

.foot-contact-title{ font-size:18px;font-weight: bold;color:#fff;margin-bottom:20px;}
.foot-contact-nr a{color:#b3b3b3;}
.foot-contact-nr a:hover{color:#fff;}
.foot-contact-nr li{line-height:32px;}
.foot-bq{padding:15px 0;margin-top:50px;background:#2b3036;overflow:hidden;font-size:14px;}
.foot-bq a{color:#b3b3b3;}
.foot-bq a:hover{color:#fff;}
.foot-bq-left{float:left;}
.foot-bq-right{float:right;}


/*内页样式开始*/
.ny-about{margin-top:70px;}
.ny-about-left{width:48%;float:left;line-height: 28px;}
.ny-about-left p{margin-bottom:10px;}
.ny-about-right{width:48%;float:right;}

.infou-ul {margin-top:60px;}
.infou-ul ul {
	display: flex;
	flex-wrap: wrap;margin-right:-2%;
}
.infou-ul li {background: #ffffff;
    box-shadow: 0 0 50px rgba(0,0,0,0.05);margin-bottom:35px;
	float: left;width:31%;margin-right:2%;padding:35px;}
.infou-left{float:left;width:70%;}
.infou-pic{float:right;}
.infou-pic img{height:70px;}
.infou-ul li h3 {
 font-weight:normal;
	font-size: 0;
}
.infou-ul li h3 span:nth-child(1){color:#cf0008;font-size:45px;line-height:50px;font-family:Arial, Helvetica, sans-serif;}
.infou-ul li h3 d {color:#cf0008;
	display: inline;
    font-size:20px;line-height:30px;margin-left:5px;
   font-weight:normal;}

.ny-ryzz{background:#f4f6f7;overflow:hidden;}


.ny-qyzl-hz{margin-top:50px;margin-right:-1%;margin-left:-1%; display: flex; flex-wrap: wrap;}
 .about-qyzl-a2{width:23%;float:left;margin-right:1%;margin-left:1%;background:#fff;font-size:16px;padding:45px;border-radius:20px;}
.about-qyzl-a2:hover{box-shadow: 0px 0px 20px 0px rgba(2, 0, 0, 0.1);}
.qywh-PIC img{border-radius:10px;}
.qywh-title {
    font-size:26px;
    margin:30px 0;
}



/*发展历程*/
.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:1995px;
  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: #ba122b;
}

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

  #cd-timeline::before {
    left: 50%;
    margin-left: -3px;
  }

}

.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 #ffd1d2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #ba122b;
}
@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:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color:#ba122b;
  
    font-size:24px;margin:30px 0;

}

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

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #eee;
}

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

  .cd-timeline-content p {color:#333;
    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-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #eeeeee;
  }
  
  .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;
  }

}
.ny-ryzz-more{margin:50px auto 0 auto;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s; text-align: center;}
.ny-ryzz-more a{background:#ba122b;color:#fff;display: inline-block; font-size:18px;padding:13px 30px;}
.ny-ryzz-more:hover{transform:translateY(-6px); -webkit-transform:translateY(-6px);}

/*发展历程结束*/


.nylist{margin-top:50px;}
.nylist ul{display: flex; flex-wrap: wrap;}
.nylist li{ float:left;width:25%;padding:2%;}
.nylist_pic img{box-shadow:5px 5px 5px #d8d8d8;}



.products-hz{margin-top:50px;}
.products-hz ul{display: flex; flex-wrap: wrap;margin-left:-1%;margin-right:-1%;}
.products-hz li{ float:left;width:31.3%;margin-left:1%;margin-right:1%;background:#fff;padding:1%;margin-bottom:2%;}
.products-hz li:hover{box-shadow: 0px 0px 20px 0px rgba(2, 0, 0, 0.1);}
.products-wb{font-size:20px;color:#000000;margin:20px 0;}
.products-xh p{position:relative; padding-left:40px;margin-bottom:8px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;color:#666;}
.products-xh p img{position:absolute;z-index:1;left:0;top:0;width:25px;  }
.products-more{ display:inline-block; 
    font-size: 14px;
    color: #ffffff;
padding:6px 45px;
    border-radius:20px;
    background-image: linear-gradient(#f46f26, #ba122b);
    text-align: center;
    margin-top: 16px;
    box-shadow: 5px 0 10px rgba(148,52,0,0.21);transition:transform 0.5s; -webkit-transition:transform 0.5s;
}
.products-more:hover{transform:translateY(-6px); -webkit-transform:translateY(-6px);}
.products-hz li:hover .products-wb{color:#ba122b;}

.products-pic{display:block; overflow:hidden; }
.products-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; }

.products-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}


/*分页*/
.yema{ width:100%; text-align:center; overflow:hidden;margin-top:20px;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:38px;line-height:38px;padding-left:10px;overflow:hidden; padding-right:10px; min-width:38px;margin-left:3px;text-align:center;color:#333333;font-size:16px; border:1px solid #dedede; }
.yema a:hover{ text-decoration:none; color:#fff; background:#ba122b;border:1px solid #ba122b;}
.yema a.on{color:#fff;  background:#ba122b;border:1px solid #ba122b;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#ba122b;}
.yema a span{ font-family:Arial, Helvetica, sans-serif;font-size:17px;}


.productshow-hz{text-align:center;margin-top:50px;}


/*资料下载*/
.content{margin-top:20px;}
.content ul{margin-bottom: 40px;}
.content li{border-bottom: 1px solid #ebebeb;padding:45px 0;}
.content ul a{display: flex;justify-content: space-between;align-items: center;}
.content ul a .left{width: calc(100% - 48px);padding-right: 100px;}
.content ul a .date{font-size: 14px;color: #565656;width: 80px;text-align: center;background: #ececeb;margin-bottom:18px;}
.content ul a .bt{font-size: 20px;color: #000000;}
.content ul a:hover .bt{color: #ba122b;}
.content ul a .text{font-size: 16px;color: #565656;line-height: 20px;}
.content ul a .right{width: 48px;border-radius: 100%;}
.content ul a:hover .right{background: #ba122b;box-shadow: 0 10px 10px 0 rgba(175,29,43,0.2);}
.content ul a .right img{width: 100%;display: block;}
.content ul a .right .ico2{display: none;}
.content ul a:hover .right .ico1{display: none;}
.content ul a:hover .right .ico2{display: block;}
@media screen and (max-width:1024px) {
.content li{padding:20px 0;}
.content ul a{align-items: flex-start;}
.content ul a .left{width: calc(100% - 36px);padding-right: 20px;}
.content ul a .date{margin-bottom: 15px;width: 90px;}
.content ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.content ul a .text{font-size: 14px;line-height: 18px;}
.content ul a .right{width: 36px;margin-top: 25px;}
}



/*新闻*/
.xw_section{width: 100%;padding:50px 0;}
.xw_section .page_section{margin-bottom:38px;}
.xw_section ul{margin:-10px;width:calc(100% + 20px);display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;}
.xw_section ul li{width:50%;padding:10px;}
.xw_section ul a{display: flex;justify-content: space-between;align-items: center;background: #fff;box-shadow: 0 0 50px rgba(0,0,0,0.05);padding:20px;position: relative;flex-direction:row-reverse;}
.xw_section ul a:hover{box-shadow: 0 0 50px rgba(222,83,7,0.1);}
.xw_section ul a::after{content: "";display: block;width: 0;height: 4px;background: #ba122b;position: absolute;left: 0;bottom: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.xw_section ul a:hover::after{width: 100%;}
.xw_section ul a .left{width: calc(100% - 200px);padding-left: 24px;}
.xw_section ul a .date{font-size:16px;color: #000000;line-height: 20px;margin-bottom: 6px;}
.xw_section ul a .border{width: 30px;height:1px;background:#ba122b;}
.xw_section ul a .bt{margin:15px 0;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section ul a:hover .bt{color: #ba122b;}
.xw_section ul a .info{font-size: 16px;color: #565656;line-height: 20px;margin-bottom: 20px;}
.xw_section ul a .btn{width: 122px;font-size: 14px;color: #ba122b;line-height: 34px;border: 1px solid #ba122b;border-radius: 18px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section ul a:hover .btn{background: #ba122b;color: #fff;box-shadow: 5px 0 10px rgba(148,52,0,0.21);}
.xw_section ul a .right{width: 200px;}
.xw_section ul a .right .pic{ width: 100%; padding-bottom: 74%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section ul a .right .pic img{ width: 100%; position: absolute; left: 50%; top: 0; min-height: 100%;
-webkit-transform: translate(-50%, 0); 
-moz-transform: translate(-50%, 0); 
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section ul a:hover .right .pic img{ -webkit-transform: translate(-50%, 0) scale(1.1); -moz-transform: translate(-50%, 0) scale(1.1); transform: translate(-50%, 0) scale(1.1);}

@media screen and (max-width:1024px) {
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section .page_section{margin-bottom:20px;}
.xw_section ul{margin:0;width:100%;}
.xw_section ul li{margin-bottom:20px;width:100%; padding:0;}
.xw_section ul li:last-child{margin-bottom:0;}
.xw_section ul a .left{width: 100%;padding-right: 0;}


.xw_section ul a .btn{width:100px;line-height: 30px;border-radius: 16px;}
.xw_section ul a .right{width:50%;}
}
@media screen and (max-width:580px) {
.xw_section ul a{display:block;padding:35px 25px;}
.xw_section ul a .right{width:100%;margin-top:20px;}
.xw_section ul a .left{padding-left:0;}
	}



/*上下篇*/
.page-hz{margin-top:60px;border-top:1px solid #dcdcdc;padding-top:30px;}
#page{width:80%;float:left;padding-right:5%;}
#page .next,#page .prev{color: #ba122b;}
#page .next a,#page .prev a{color: #333;}
#page .next a:hover,#page .prev a:hover{color: #ba122b;}
#page .next{margin-top: 6px;}

.back_r{float:right;}
.back_r a{display:inline-block;padding:5px 50px;font-size: 14px;color: #ba122b;text-align: center;border: 1px solid #ba122b;border-radius: 18px;
transition: All 0.1s ease-in-out;
-webkit-transition: All 0.1s ease-in-out;
-moz-transition: All 0.1s ease-in-out;
-o-transition: All 0.1s ease-in-out;}
.back_r a:hover{background:#ba122b;color: #fff;}

.ny-Bloghow-title{font-size:30px;line-height:30px;}
.ny-Bloghow{margin-top:20px;}
.ny-Bloghow p{float:left;margin-right:2%;color:#666;}
.ny-Bloghow-nr{margin-top:50px;}

.contact-top{margin-top:80px;}
.contact-left{width:48%;float:left;}
.contact-left-title{font-size:28px;line-height:30px;border-bottom:1px solid #ba122b;color:#ba122b;padding-bottom:10px;font-weight:bold;}
.contact-left-nr{margin-top:30px;font-size:18px;}
.contact-left-nr p{margin-bottom:15px;}
.contact-title{font-size:22px;color:#000;}
.contact-right{width:48%;float:right;}


.ny-case-box{width:100%;height:100%;text-align:center;float:left;padding:35px 15px;}
.ny-case-box p{margin-top:25px;font-size:18px;}
.ny-case-box:hover{background:#ba122b;}
.ny-case-box:hover,.ny-case-box.on,.ny-case-box:hover,.ny-case-box.on a{background:#ba122b;color:#fff;}
.ny-case-box:hover.ny-case-box img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);}
.ny-case-box.on.ny-case-box img{-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);}
.ny-case-box:hover.ny-case-box p,.ny-case-box:hover.ny-case-box a{color:#fff;}

.ny-case-an{margin-top:50px;cursor: pointer;}
.ny-case-an ul{display: flex; flex-wrap:wrap;margin-right:-1.5%;margin-left:-1.5%;}
.ny-case-an li{ float:left;width:30.33%;margin-right:1.5%;margin-left:1.5%;margin-bottom:10px;}
.ny-case-pic{display:block; overflow:hidden;}
.ny-case-pic img{box-shadow:5px 5px 5px #d8d8d8;transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.ny-case-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; }


.case .item{height:100%;}


.ny-feedback-ly{margin-top:50px;}

.soka {margin-right:0.5%;
 width: 32.6%;font-family:Arial, Helvetica, sans-serif;
	padding:18px;
  background-color: #ffffff;
border:1px solid #e4e4e4;
	font-size:16px;margin-bottom:20px;
}

.sokb {
width: 99.4%;border:1px solid #e4e4e4;
  background-color: #ffffff;

    padding: 20px 25px;
    font-size:16px;
    vertical-align: middle;font-family:Arial, Helvetica, sans-serif;}


.tj { display: block;cursor: pointer;
    margin: 40px auto 0;width:99%;
	padding:18px;font-family:Arial, Helvetica, sans-serif;
    background-color: #767676;
    font-size: 18px;border:none;
    color: #ffffff;
    text-align: center;
}

input,textarea {outline:none;}


.sidebar-content{position: fixed; top: 50%; right: 0; z-index: 1000; margin-bottom:0;}
.sidebar-box{position: relative; margin-top: 1px;}
.sidebar-icon{width: 50px; height: 50px; cursor: pointer;}
.si1 .sidebar-icon{background: #ba122b url(../images/side1.png) no-repeat center center;}
.si2 .sidebar-icon{background: #ba122b url(../images/side2.png) no-repeat center center;}
.si3 .sidebar-icon{background: #ba122b url(../images/side3.png) no-repeat center center;}
.si4 .sidebar-icon{background: #ba122b url(../images/side4.png) no-repeat center center;}
.si5 .sidebar-icon{background: #ba122b url(../images/side5.png) no-repeat center center;}
.si1:hover .sidebar-icon{background: #181818 url(../images/side1.png) no-repeat center center;}
.si2:hover .sidebar-icon{background: #181818 url(../images/side2.png) no-repeat center center;}
.si3:hover .sidebar-icon{background: #181818 url(../images/side3.png) no-repeat center center;}
.si4:hover .sidebar-icon{background: #181818 url(../images/side4.png) no-repeat center center;}
.si5:hover .sidebar-icon{background: #181818 url(../images/side5.png) no-repeat center center;}
.sidebar-dark1{position: absolute; top: 0; right: 50px; padding: 0 20px; background-color: #181818; display: none;}
.sidebar-dark2{position: absolute; top: 0; right: 50px; padding: 16px 20px; background-color: #181818; display: none;}
.sidebar-box:hover .sidebar-dark1{display: block;}
.sidebar-box:hover .sidebar-dark2{display: block;}
.sidebar-dark1 p a{display: block; height: 50px; line-height: 50px; font-size: 16px; color: white; text-align: center; white-space: nowrap;}
.sidebar-code{width:110px; margin:15px 0;text-align:center;color:#fff;}
.sidebar-code p{margin-top:5px;}
.sidebar-dark2 .sidebar-code:first-child{margin-top: 0;}
.sidebar-code p{text-align: center; color: white; line-height: 18px; margin-top: 4px;}
.sidebar-top{display: block; width: 50px; height: 50px;}
.sidebar-icon-a{display: block; width: 50px; height: 50px;}
.side-layer{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1001; display: none;}
.side-layer-bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5;}




/*视频*/
.i-vide{margin-top:50px;}
.i-vide ul{flex-wrap: wrap; display: flex;margin-right:-2%;}
.i-vide li{width:31.333%;margin-bottom:40px;text-align: center;margin-right:2%;float:left;border: 1px solid #cad6dd;  border-bottom: 3px solid #1d252d;}
.i-vide img{width:100%;}
.i-vide p{padding:25px;font-size:16px;font-weight:bold;}
.i-vide li:hover{color:#ba122b;border-bottom: 3px solid #ba122b;box-shadow:0 0 15px rgba(0,0,0,0.15);}

.i-vide div{position:relative;}
.i-vide div:after{content:'';position:absolute;top:50%;left:50%;width:25px;height:35px;z-index: 1;background:url(../images/bf.png) center rgb(186 18 43 / 57%) no-repeat;padding:5px 20px;border-radius: 5px;background-size:15px;transform: translate(-50%,-50%);cursor: pointer;}

.i-vids{position:fixed;top: 0;left:0;width:100%;height:100%;z-index: 1000;display:none;}
.i-vidsa{display: flex;align-items: center;justify-content: center;height:100%;}
.i-vidt{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 56%);}
.i-vidu{position: relative;z-index: 9;width:70%;position:relative;}
.i-vidu p{position:absolute;top:-30px;right:10px;color:#fff;font-size:20px;cursor: pointer;}
.i-vidu video{width:100%;}

.ny-After{margin-top:50px;}
.ny-After p{margin-bottom:35px;}
.ny-After-title{font-size:22px;font-weight:bold;margin-bottom:15px !important;}


.pro-left-hz{margin-top:80px;}
.pro-left2{float: left;width:22%;box-sizing: border-box;}
.pro-left2 .left-category2 ul li{
    padding-left:20px;
    border-left: 4px solid rgba(119, 119, 119, 0.33);
    overflow: hidden;
    margin-bottom:50px;
    transition: all 0.5s ease 0s;
position: relative;}
.pro-left2 .left-category2 ul li:hover{border-left: 4px solid #ba122b;}
.pro-left2 .left-category2 ul li h4 {font-size:18px; }
.pro-left2 .left-category2 ul li.on h4 { color: #ba122b; }
.pro-left2 .left-category2 ul li.on{ opacity: 1;}
.pro-left2 .left-category2 ul li p{display:none;color:#ba122b;}
.pro-left2 .left-category2 ul li.on p{display:block;}


.pro-right2-top-left p{ font-size:20px;font-weight:bold;color:#ba122b;margin-bottom:20px;}

/*产品展示右侧*/
.pro-right2{float: right;width:74%;display: none;}
.pro-right2.active{display: block;}
.pro-right2-pic{margin-top:30px;}

.ny-sc{font-size:18px;margin:50px 0;}


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

.service5Box4 .item {
  display: flex;

}

.service5Box4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.content-title{font-size:17px;}

.service5Box4 .item .content {
  flex: 1;
  width: 33.31%;  margin-top:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.service5Box4 .item .content p{margin-bottom:15px;}
.service5Box4 .item h3 {
  font-size: 30px;line-height:30px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 20px;
}

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