@keyframes lamp {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* block1 */
.block1 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: url("../images/block1_bg.jpg") no-repeat center center;
}
.block1 .center {
  height: 100%;
  overflow: hidden;
  padding-left: 62px;
  box-sizing: border-box;
}
.block1 .center h3 {
  float: left;
  font-size: 16px;
  color: #ffffff;
}
.block1 .center h4 {
  float: left;
  font-size: 14px;
  color: #858585;
  margin-left: 98px;
}
.search {
  float: right;
  width: 350px;
  height: 44px;
  margin: 18px 0;
}
.search .sear_input {
  float: left;
  width: 287px;
  height: 44px;
  display: block;
  padding: 0 12px;
  font-size: 14px;
  color: #bcbcbc;
  box-sizing: border-box;
  border: solid 1px #d2d2d2;
}
.search .sear_input::placeholder {
  color: #bcbcbc;
}
.search .sear_img {
  float: right;
  display: block;
  width: 63px;
  height: 44px;
}
/* product */
.product {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 60px;
}
.product .center {
  height: 100%;
}
.pro_top {
  width: 100%;
  height: 62px;
  overflow: hidden;/*
  background: url("../images/title.png") center bottom no-repeat;*/
}
.pro_topTxt {
  min-width: 156px;
  height: 62px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.pro_topTxt h3 {
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b; text-align: center;
  box-sizing: border-box;
}
.pro_topTxt h4 { text-align: center
}
.pro_topTxt h4 span {
  font-size: 16px;
  line-height: 36px;
  color: #737373; text-transform: uppercase
}
.pro_bot {
  width: 100%;
  margin-top: 30px;
}
.pro_box { width: 100%;
  overflow: hidden;
}
.pro_box li {
  float: left;
  width: 180px;
  height: 170px;
  margin: 0 10px 20px 10px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}


.pro_box li .pro_img{display: block;
  width: 100%;
  overflow: hidden;}
.pro_box li .pro_img img {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: all 0.5s; margin: 0 auto
}
.pro_box li .pro_desc {
  width: 100%;
  height: 45px;
  overflow: hidden;
  padding: 9px 0;
  box-sizing: border-box;
}
.pro_box li .pro_desc .pro_txt {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s; height: 50px
}

.pro_box li:hover {
  border-color: transparent;
}
.pro_box li:hover::after {
  height: 100%;
}
.pro_box li:hover .pro_img img {
  transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
}






.pro_box2 { width: 100%;
  overflow: hidden;
}
.pro_box2 li {
  float: left;
  width: 150px;
  height: 220px;
  margin: 0 74px 20px 74px; 
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}


.pro_box2 li .pro_img{display: block;
  width: 100%;
  overflow: hidden;border:1px solid #d1d1d1;}
.pro_box2 li .pro_img img {
  display: block;
  width: 53px;
  height: 58px;
  overflow: hidden;
  transition: all 0.5s; margin: 0 auto; margin-top: 40px; margin-bottom: 40px
}
.pro_box2 li .pro_desc {
  width: 100%;
  overflow: hidden;
  padding: 9px 0;
  box-sizing: border-box;
}
.pro_box2 li .pro_desc .pro_txt {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s; height: 20px
}
.pro_box2 li .pro_desc p{ text-align: center; color:#999; padding: 0 10px}

.pro_box2 li:hover {
  border-color: transparent;
}
.pro_box2 li:hover::after {
  height: 100%;
}








.pro_bot2 li {
  float: left;
  width: 360px;
  height: 300px;
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.pro_bot2 li .pro_img,
.pro_bot2 li .pro_img img {
  display: block;
  width: 360px;
  height: 250px;
  overflow: hidden;
  transition: all 0.5s;
}.pro_bot2 li .pro_desc {
  width: 100%;
  height: 45px;
  overflow: hidden;
  padding: 9px 0;
  box-sizing: border-box; background: #fff
}
.pro_bot2 li .pro_desc .pro_txt {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 27px;
  color: #545454;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.pro_bot2 li .pro_zz {
  display: block;
  width:360px;
  height: 0;
  background: url("../images/pro_more.png") center no-repeat rgba(36, 36, 36, 0.6);
  position: absolute;
  bottom: 6px;
  left: 0px;
  transition: all 0.8s;
}
.pro_bot2 li:hover {
  border-color: transparent;
}
.pro_bot2 li:hover::after {
  height: 100%;
}
.pro_bot2 li:hover .pro_img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.pro_bot2 li:hover .pro_desc {
	background: #444
}
.pro_bot2 li:hover .pro_desc .pro_txt {
  color: #ffffff;
}

.pro_bot2 li:hover .pro_zz {
  height: 294px;
}






/* block2 */
.block2 {
  width: 100%;
  height: 262px;
  background: url("../images/block2_bg.png") center top no-repeat;
}
.block2 .center {
  height: 100%;
  padding-top: 22px;
  box-sizing: border-box;
}
.b2-1 {
  float: left;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.b2-1 h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}
.b2-1 h5 {
  width: 433px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  color: #005fd2;
  margin-top: 18px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.b2_tel {
  margin-top: 30px;
  overflow: hidden;
}
.b2_tel img {
  float: left;
  width: 39px;
  height: 39px;
  margin-top: 10px;
}
.b2_tel div {
  float: left;
  margin-left: 25px;
}
.b2_tel div h6 {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.b2_tel div p {
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 16px;
}
.b2-2 {
  float: right;
  width: 480px;
  height: 180px;
  overflow: hidden;
}
.b2-2 img{width:100%}
.ys {
  margin: 56px auto 60px;
}
.ys_top {
  text-align: center;
}
.ys_top h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 48px;
  line-height: 18px;
  color: #e9e9e9;
}
.ys_top h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  color: #545454;
  margin-top: -16px;
}
.ys_top h5 {
  font-size: 14px;
  line-height: 14px;
  color: #545454;
  margin-top: 12px;
}
.ys_bot {
  width: 1200px;
  height: 580px;
  margin-top: 38px;
}
.ys_bot1 {
  float: left;
  width: 490px;
  height: 580px;
  box-sizing: border-box;
  padding: 74px 0 0 52px;
  background-color: #f2f2f2;
}
.ys_bot1 .ys_hr {
  width: 65px;
  height: 2px;
  background-color: #545454;
}
.ys_bot1 h4 {
  font-family: Arial;
  font-size: 60px;
  line-height: 45px;
  font-weight: bold;
  color: #545454;
  margin-top: 45px;
}
.ys_bot2 {
  position: relative;
  width: 660px;
  height: 580px;
  float: right;
}
.ys_bot2 .hd {
  width: 660px;
  height: auto;
  position: absolute;
  right: 0;
  top: 22px;
}
.ys_bot2 .hd ul {
  width: 600px;
  height: 156px;
  background: url("../images/ys+.png") center no-repeat;
}
.ys_bot2 .hd ul li {
  width: 296px;
  height: 78px;
  float: left;
  text-align: center;
  padding: 20px 0 18px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
  z-index: 3; background: #f9f9f9; margin-bottom: 4px; margin-right: 4px
}
.ys_bot2 .hd ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 78px;
  background-color: #005fd2;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 0;
}
.ys_bot2 .hd ul li h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #545454;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}
.ys_bot2 .hd ul li h4 span {
  font-family: AdobeHeitiStd-Regular;
}
.ys_bot2 .hd ul li .en {
  margin-top: 12px;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  color: #858585;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.ys_bot2 .hd ul li.on {
  box-shadow: 0 0 5px 0 rgba(117, 117, 117, 0.52);
}
.ys_bot2 .hd ul li.on::after {
  width: 100%;
}
.ys_bot2 .hd ul li.on h4 {
  color: #ffffff;
}
.ys_bot2 .hd ul li.on p {
  color: rgba(255, 255, 255, 0.3);
}
.ys_bot2 .bd {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1200px;
  height: 360px;
}
.ys_bot2 .bd ul {
  width: 100%;
  height: 360px;
}
.ys_bot2 .bd ul li {
  position: relative;
  width: 1200px;
  height: 360px;
}
.ys_bot2 .bd ul li img {
  display: block;
  width: 660px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.txtbox {
  position: absolute;
  z-index: 1;
  left: 135px;
  bottom: 38px;
  width: 490px;
  height: 290px;
  padding: 38px 32px 72px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
.txtbox h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #545454;
}
.txtbox .linee {
  display: block;
  width: 238px;
  height: 1px;
  margin-top: 15px;
  background-color: #dadada;
}
.ys_txt {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.ys_txt p {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  margin-bottom: 25px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.ys_txt p::before {
  content: '';
  display: block;
  width: 17px;
  height: 24px;
  background: url("../images/ys_icon.png") center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
/* case */
.case {
  margin-bottom: 0px;
}
.case_top {
  width: 1200px;
  height: 72px;
  margin: auto;
  background: url(../images/title.png) center 8px no-repeat;
}
.case_top .pro_topTxt {
  height: 72px;
}
.case_top h5 {
  font-size: 14px;
  line-height: 14px;
  color: #545454;
  margin-top: 15px;
}
.case_bot {
  width: 1200px;
  height: 350px; margin: 0 auto;
  margin-top: 30px;
}
.swiper-case {
  width: 100%;
  height: 350px;
}
.swiper-case .swiper-slide {
  width: 18.25% !important;
  height: 350px;
  margin-right: 1.75% !important;
  position: relative;
}
.swiper-case .swiper-slide .case_img {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.swiper-case .swiper-slide .case_img img {
  width: 100%;
  height: 100%;
}
.swiper-case .swiper-slide .case_desc {
  width: 100%;
  background: #fff;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s; padding-bottom: 10px
}

.swiper-case .swiper-slide .case_txt {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #545454;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.swiper-case .swiper-slide .case_btn {
  float: right;
  width: 70px;
  height: 28px;
  margin-top: 6px;
  border-left: 1px solid #c6c6c6;
  box-sizing: border-box;
  background: url("../images/case_btn1.png") center no-repeat;
  position: relative;
  transition: all 0.5s;
}
.swiper-case .swiper-slide .case_more {
  display: block;
  width: 100%;
  height: 0;
  background: url("../images/case_more.png") center no-repeat rgba(21, 21, 21, 0.4);
  position: absolute;
  bottom: 46px;
  left: 0;
  transition: all 0.5s;
}
.swiper-case .swiper-slide:hover .case_desc {
  background: #333;
}
.swiper-case .swiper-slide:hover .case_desc::after {
  background: #333;
}
.swiper-case .swiper-slide:hover .case_desc .case_txt {
  color: #ffffff;
}
.swiper-case .swiper-slide:hover .case_desc .case_btn {
  border-color: #ffffff;
  background: url("../images/case_btn2.png") center no-repeat;
}
.swiper-case .swiper-slide:hover .case_more {
  height: 356px;
}
/* about */
.about {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  padding: 50px 0 22px;
  box-sizing: border-box;
  background:#fff;
}
.about .center {
  height: 100%;
  overflow: hidden;
}
.about_top {
  text-align: center;
}
.about_top h3 {
  font-family: Arial;
  font-size: 48px;
  font-weight: bold;
  line-height: 38px;
  color: #333;
}
.about_top h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #666;
  margin-top: 18px;
}
.about_top .about_hr {
  width: 30px;
  height: 2px;
  background-color: #999;
  margin: 10px auto 0;
}
.about_bot {
  margin: 0px auto 0; float: left; width: 620px
}
.about_bot h2{font-weight:bold; line-height: 70px}
.about_bot p {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #999;
  height: 220px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: center;
  text-indent: 2em;
  margin: auto;
}
.about_img{float:right; width: 500px}
/* block3 */
.block3 {
  margin-bottom: 58px;
}
.b3-1 {
  width: 100%;
  height: 40px;
  background: url("../images/b3_hr.png") right center no-repeat;
}
.b3-1 li {
  float: left;
  width: 140px;
  height: 40px;
  margin-right: 32px;
  line-height: 40px;
  font-size: 14px;
  color: #545454;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
  transition: all 0.5s;
  z-index: 2;
}
.b3-1 li::after {
  content: "";
  display: block;
  width: 0;
  height: 40px;
  background-color: #005fd2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.b3-1 .b3_hot {
  color: #ffffff;
}
.b3-1 .b3_hot::after {
  width: 100%;
}
.b3-2 {
  width: 100%;
  height: 208px;
  margin-top: 30px;
  overflow: hidden;
}
.b3-2 .swiper-container {
  width: 100%;
  height: 208px;
}
.b3-2 .swiper-container .swiper-slide {
  width: 286px !important;
  height: 208px !important;
}
.b3-2 .swiper-container .swiper-slide .b3_img {
  display: block;
  width: 286px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.b3-2 .swiper-container .swiper-slide .b3_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b3-2 .swiper-container .swiper-slide .b3_txt {
  display: block;
  width: 100%;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #545454;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  transition: all 0.5s;
}
.b3-2 .swiper-container .swiper-slide:hover .b3_txt {
  color: #005fd2;
}
/* news */
.news {
  margin-bottom: 60px;
}
.news_bot {
  margin-top: 40px;
}
.news_bot .hd {
  width: 100%;
  height: 40px;
}
.news_bot .bd {
  width: 100%;
  height: 426px;
  margin-top: 30px !important;
  /* overflow: hidden;*/
}
.news_bot1 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.news_bot1 li {
  float: left;
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.news_bot1 li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #545454;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.news_bot1 li::after {
  content: "";
  display: block;
  width: 0;
  height: 40px;
  background-color: #005fd2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.news_bot1 .on a {
  color: #ffffff;
}
.news_bot1 .on::after {
  width: 100%;
}
.news_bot2 {
  width: 100%; overflow: hidden
}
.news_bot2 > li {
  width: 300px; margin-left: 44px; margin-right: 44px;border:1px solid #d2d2d2; float: left
}
.news_bot21 {
  width: 100%;
  overflow: hidden;
}
.news_img,
.news_img img {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  transition: all 0.5s;
}
.news_img:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news_content {
  float: right;
  width: 580px;
  height: 250px;
  overflow: hidden;
}
.news_content li {
  width: 580px;
  height: 110px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 20px 16px 12px 14px;
  border: solid 1px #d2d2d2;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.news_content li .top1,
.news_content li .bottom {
  width: 0;
  height: 1px;
  background: #005fd2;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.news_desc {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_desc .news_tit1 {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s; padding: 0 10px; padding-top: 10px
}
.news_desc p {
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999; padding: 0 10px
}
.news_date {
  float: right;
  text-align: center;
}
.news_date p {
  font-size: 48px;
  line-height: 38px;
  color: #858585;
}
.news_date span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  margin-top: 18px;
}
.news_content li:hover {
  border-color: transparent;
}
.news_content li:hover .top1,
.news_content li:hover .bottom {
  width: 100%;
}
.news_content li:hover .left,
.news_content li:hover .right {
  height: 100%;
}
.news_content li:hover .news_desc .news_tit1 {
  color: #005fd2;
}
.news_lists {
  width: 100%;
  height: 142px;
  margin-top: 35px;
  overflow: hidden;
}
.news_lists li {
  float: left;
  width: 580px;
  height: 27px;
  line-height: 14px;
  margin: 0 40px 30px 0;
  padding: 0 0 12px 20px;
  box-sizing: border-box;
  border-bottom: 1px dashed #d2d2d2;
  background: url("../images/news_icon.png") left 2px no-repeat;
  position: relative;
}
.news_lists li:nth-child(2n) {
  margin-right: 0;
}
.news_lists li:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #005fd2;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}
.news_lists li .news_tit2 {
  float: left;
  display: block;
  width: 75%;
  height: 100%;
  font-size: 14px;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.news_lists li i {
  float: right;
  font-size: 14px;
  color: #858585;
}
.news_lists li:hover {
  border-color: transparent;
}
.news_lists li:hover:before {
  width: 100%;
}
.news_lists li:hover a {
  color: #005fd2;
}
/* 友情链接 */
.links {
  width: 100%;
  height: 144px;
  margin: 0 auto;
  clear: both;
  background: #005fd2;
}
.links .center {
  height: 104px;
  padding-top: 28px;
  overflow: hidden;
}
.links .bt {
  width: 1200px;
  height: 32px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  position: relative;
  font-weight: bold;
}
.links .bt::before,
.links .bt::after {
  content: '';
  display: block;
  width: 504px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.links .bt::after {
  left: auto;
  right: 0;
}
.links .link {
  width: 1200px;
  height: 14px;
  margin: 28px auto 0 auto;
  overflow: hidden;
}
.links .link a {
  float: left;
  display: block;
  padding: 0 35px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  position: relative;
}
.links .link a:last-child {
  padding-right: 0;
}
.links .link a::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 1px;
  right: 0;
}
.links .link a:last-child::after {
  display: none;
}
















.npro_bot2 li {
  float: left;
  width: 340px;
  margin: 0 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.5s;border:1px solid #d7d7d7
}
.npro_bot2 li .pro_img,
.npro_bot2 li .pro_img img {
  display: block;
  width: 340px;
  height: 250px;
  overflow: hidden;
  transition: all 0.5s;
}.npro_bot2 li .pro_desc {
  width: 100%;
  overflow: hidden;
  padding: 9px 0;
  box-sizing: border-box; background: #fff
}
.npro_bot2 li .pro_desc .pro_txt {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #545454;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.npro_bot2 li .pro_desc p{display: block;
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;}

.npro_bot2 li .pro_desc .nmore{width:50px; line-height: 24px; height: 24px; border:1px solid #c2c2c2;border-radius: 6px;font-size: 14px; text-align: center; margin: 20px auto; display: block; }

















.new_bot{
    width: 100%;
    margin-top: 30px;}

.new_bot2 li { width:  100%;
  margin: 0 0px 30px 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.new_bot2 li a{display:block; overflow: hidden}
.new_bot2 li .pro_img  { float: left;
  display: block;
  width: 180px;
  height: 120px;
  overflow: hidden;
  transition: all 0.5s;
}.new_bot2 li .pro_desc { float: left; margin-left: 10px;  width: 860px;
  overflow: hidden;
  padding: 9px 0;
  box-sizing: border-box; background: #fff
}
.new_bot2 li .pro_desc .pro_txt {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.new_bot2 li .pro_desc p{display: block;
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #999;;
  overflow: hidden;
  padding: 0 10px;}

.new_bot2 li .nmore{width:100px; line-height: 120px; height: 120px; font-size: 14px; text-align: right; float: right }


.nshow .ntit{font-size: 25px;
    color: #333;
    text-align: left;
    font-weight: 400; line-height: 70px;}
.nshow .nzhu{ border-bottom: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1; padding: 40px 0}
.nshow .nzhu img{ width: 100%}
.nshow .nzhu{font-size:14px; color:#666; line-height: 24px; text-indent: 20px}





.page_article {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.page_article .prev,
.page_article .next {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  box-sizing: border-box;
}

.page_article .prev {
  width: 50%;
  float: left;
}

.page_article .next {
  float: right;
  width: 50%;
}

/*# sourceMappingURL=in.css.map */