@charset "utf-8";
.ba_bj{background: url(../images/lz_01.png) left top no-repeat;position: absolute;left:0;top:0;z-index:99;*z-index:99;_z-index:99;width:402px;height:764px;}
/*banner*/
.fade-banner{position:relative;clear:both;height:568px;overflow: hidden;}
.fade-1 img{width:100%;height:568px;object-fit: cover;}
.fade-banner .text{position: absolute;right:22%;top:35%;font-size: 60px;color: #fff;font-style: italic;font-weight: bold;}
.fade-banner .text p.text-t{padding-left: 150px;margin-top:50px}
.fade-1 .slick-prev{position:absolute;left:3%;bottom:45%;width:54px;height:54px;display:inline-block;
          z-index:1000;*z-index:1000;_z-index:1000;}
.fade-1 .slick-next{position:absolute;right: 3%;bottom:45%;width:54px;height:54px;display:inline-block;
          z-index:1000;*z-index:1000;_z-index:1000;}
.fade-1 .start{position:absolute;}
.fade-1 .slick-dots{position: absolute;right: 48%;bottom: 32px;color: #fff;text-align: center;line-height: 1;}
.fade-1 .slick-dots li{display:inline-block;width: 15px;height: 15px;margin-right:24px;cursor:pointer;background: #fff;border-radius:50%;}
.fade-1 .slick-dots li.slick-active{background:#ffb400;}
.fade-1 .slick-dots button,.news_fl .slick-dots button{display:none;}
.fade-1 button:before,.news_fl button:before{outline:none;border:none;}
/* 新闻 */
.news{margin-top: 50px;}
h1.tit{text-align: center;}
h1.tit span{display: inline-block;background: url(../images/icon1_03.png) center center no-repeat;font-size: 33px;font-weight: bold;padding: 50px 0px;position: relative;}
h1.tit span:before{content: '';display: inline-block;width: 584px;height:1px;position: absolute;left: -607px;top: 81px;background: #b8d9a4;}
h1.tit span:after{content: '';display: inline-block;width: 584px;height:1px;position: absolute;right: -607px;top: 81px;background: #b8d9a4;}
.news_fl{width:694px;position: relative;height: 454px;}
.news_fl:before{content: '';display: inline-block;width:563px;height:370px;background: url(../images/news_bj_03.jpg) no-repeat;position: absolute;left:-35px;bottom:-35px;}
.news_fl img{width:694px;height: 454px;object-fit: cover;transition: all .5s ease;-moz-transition: all .5s ease;
	-o-transition: all .5s ease;-webkit-transition: all .5s ease;}
.news_fl .image:hover img,.kxyj .first .img:hover img,.cyzc ul li .img:hover img{transform: scale(1.1);}
.news_fl .slick-dots{color: #fff;text-align: center;line-height: 1;position: absolute;right: 28px;bottom: -31px;}
.news_fl .slick-dots li{display:inline-block;width: 9px;height: 9px;margin-right: 7px;cursor:pointer;background: #c9c9c9;border-radius:50%;}
.news_fl .slick-dots li.slick-active{background:#ffb400;}
.news_fl .text{position: absolute;left:0;bottom:0;width:100%;height:64px;line-height: 64px;background: rgb(33 15 26 / 90%);}
.news_fl .text a{color: #fff;font-size: 18px;padding: 0px 26px;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 新闻右侧 */
.mews-list{width: 674px;}
.mews-list span{text-align:right;}
.mews-list span.date{min-width: 38px;font-size:14px;z-index:30;position: relative;background: #efefef;text-align: center;padding: 7px 13px;margin-right: 20px;color: #646464;}
.mews-list span.date em{display: block;font-size: 30px;font-weight:bold;line-height: 32px;color: #646464;border-bottom: 1px solid #bababa;padding-bottom: 7px;margin-bottom: 5px;}
.mews-list .text_wrap{font-size: 17px;line-height: 36px;z-index:30;position: relative;}
.mews-list li{padding: 15px 0px;border-bottom:1px solid #eaeaea;transition: all 0.3s ease-in-out;position: relative;clear: both;min-height: 75px;}
.mews-list li:first-child{margin-top: -15px;}
.mews-list li:last-child{border-bottom: none;}
.mews-list li a{display:block;padding:0 20px;}
.mews-list li:before{content: '';display: block;position: absolute;z-index: 10;width: 100%;height:0;left:0%;top: 50%;background-size: 50% 50%; background-repeat: no-repeat;transition: all 0.3s ease-in-out;}
.mews-list li:hover{z-index: 10;position: relative;}
.mews-list li:hover:before{width: 100%;height: 100%;left:0 ;top:0%;content: '';background:url(../images/news1_03.jpg) no-repeat top center;}
.mews-list li:hover .text_wrap{color: #fff;}
.mews-list li:hover span.date{background: transparent;color: #fff;}
.mews-list li:hover span.date em{color: #fff;border-bottom: 1px solid #fff;} 
.more{text-align: center;margin-top: 60px;}
.more a{display:inline-block;width:188px;height:50px;line-height: 50px;text-align: center;font-size: 16px;color: #1f8933;border:1px solid #1f8933; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;
  position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.more a:before,.kxyj .first .text a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #089e5f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  } 
.more a:hover,.kxyj .first .text a:hover{ color: white;}
.more a:hover:before,.kxyj .first .text a:hover::before{ -webkit-transform: scaleX(1);transform: scaleX(1);}
/* 通知动态 */
.tzdt{margin-top: 46px;}
.tzdt{background:url(../images/dtbj_02.jpg) top center no-repeat;width:100%;padding: 34px 0px 60px;}
.tzgg{width:446px;}
.tit{line-height: 36px;}
.tit h1{font-size: 24px;color: #333333;}
.tzgg ul{background: #fff;padding: 8px 20px 19px;margin-top: 50px;}
.tzgg ul li{clear: both;padding: 11px 0px;border-bottom: 1px solid #e2e2e2;min-height: 57px;}
.tzgg ul li span.date{min-width: 38px;font-size: 11px;z-index:30;position: relative;background: #089e5f;text-align: center;padding: 3px 10px;margin-right: 20px;color: #fff;}
.tzgg ul li span.date em{display: block;font-size: 20px;}
.tzgg ul li .text_wrap{font-size: 16px;color: #000000;line-height: 30px;}
.tzgg ul li:hover span.date{background-color: #7fc046;}
.tzgg ul li:hover .text_wrap{color: #7fc046;}
/* 学术讲座 */
.xsjz{width: 452px;margin-left: 19px;}
.xsjz ul{margin-top: 50px}
.xsjz ul li{background-color: #fff;height:60px;line-height: 60px;border-left:6px solid #089e5f;margin-bottom: 16px;padding:0px 18px;}
.xsjz ul li a{display: inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 20px;}
.xsjz ul li:hover{background: url(../images/jz_bj_03.jpg) no-repeat;}
.xsjz ul li:hover a,.xsjz ul li:hover span{color:#fff;}
/* 科学研究 */
.kefw{margin-top: 40px;}
.kxyj{width:456px;}
.kxyj .first{background-color: #e8efe3;padding: 20px 13px 28px;margin-top: 30px;}
.kxyj .first .img{width:214px;height:150px;position: relative;overflow: hidden;}
.kxyj .first .img img{width:214px;height:150px;object-fit: cover;transition: all .5s ease;-moz-transition: all .5s ease;
	-o-transition: all .5s ease;-webkit-transition: all .5s ease;}
.kxyj .first .text{width:194px;}
.kxyj .first .text h1{font-size: 16px;color: #136b3a;line-height: 28px;}
.kxyj .first .text a{display: inline-block;width:64px;height:30px;line-height: 30px;text-align: center;background-color: #fff;border:1px solid #009944;margin-top: 26px;vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;
  position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.kxyj ul{margin-top: 15px;padding: 0 10px;}
.kxyj ul li{line-height: 40px;}
.kxyj ul li a{position: relative;}
.kxyj ul li a::before{content: '';display: inline-block;width:3px;height: 3px;background: #333;position: absolute;left:0px;top: 21px;}
.kxyj ul li a{font-size: 16px;display: inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 9px;padding-right: 10px;}
.kxyj-f{margin-left:10px;}
/* 产业支撑 */
.cyzc{background: url(../images/cybj_02.jpg) top center no-repeat;margin-top: 60px;padding-top: 20px;padding-bottom: 70px;}
.cyzc ul li{float:left;width:436px;margin-right: 40px;}
.cyzc ul li .img{width:436px;height:296px;position: relative;overflow: hidden;}
.cyzc ul li .img img{width:436px;height:296px;object-fit: cover;transition: all .5s ease;-moz-transition: all .5s ease;
	-o-transition: all .5s ease;-webkit-transition: all .5s ease;}
.cyzc ul li p{height:62px;line-height: 62px;text-align: center;font-size: 16px;}
.cyzc ul li:last-child{margin-right: 0;}
.cyzc ul li:hover p{background: url(../images/cy_03.jpg) no-repeat;color: #fff;}