@charset "UTF-8";

body {

  font-family: "microsoft yahei";

  color: #333333;

  font-size: 16px;

  letter-spacing: 1px;

  background: #fff;

  word-wrap: break-word;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  overflow-x: hidden;

  min-width: 1280px !important;

}



html {

  padding: 0;

  margin: 0;

}



body,

form,

input,

p,

ol,

ul,

li,

h1,

h2,

h3,

h4,

h5,

h6,

table,

th,

td,

dl,

dt,

dd {

  padding: 0;

  margin: 0;

}



img {

  border: 0;

  vertical-align: middle;

}



ul,

li {

  list-style: none;

}



dl,

dt,

dd {

  display: block;

}



a {

  text-decoration: none;

  outline: none;

  color: #333;

}



a:hover {

  outline: none;

  color: #333;

  text-decoration: none;

}



input,

textarea {

  box-sizing: border-box;

  border: 0;

  background: none;

  width: 100%;

  -webkit-appearance: none;

  outline: none;

  resize: none;

}



h2 {

  font-weight: 400;

}



i {

  font-style: normal;

}



.lf {

  float: left;

}



.rt {

  float: left;

}



.clear {

  clear: both;

}



.paddingBox {

  padding: 100px 0;

}



.content {

  padding: 0 40px;

}



.flexBox {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

}



.container {

  min-width: 1250px;

}

/*头部*/



.header {

  height: auto;

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 999999999999;

  font-family: "微软雅黑";

  background: url(../images/jbs.png) no-repeat;

  background-size: 100% 100%;

  transition: all 0.5s;

}



.header.on,

.header:hover,

.infoHeader {

  background: none;

  background-color: hsla(0, 0%, 100%, 0.9);

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  transition: all 0.5s;

}



/*****top1*****/



.header.on .sy_top1_box {

  display: none;

}



.header:hover .sy_top1_box span,

.header:hover .sy_top1_box a,

.infoHeader .sy_top1_box a,

.infoHeader .sy_top1_box span {

  color: #666 !important;

}



.sy_top1_box {

  height: 36px;

  border-bottom: solid 1px rgba(255, 255, 255, 0.1);

}



.header.on .sy_top1_box,

.header:hover .sy_top1_box,

.infoHeader .sy_top1_box {

  border-bottom: solid 1px rgba(0, 0, 0, 0.05);

}



.sy_top1_box span img {

  height: 16px;

  margin: 0 5px;

}



.sy_top1_box .left_box {

  float: left;

}



.sy_top1_box .left_box span {

  font-size: 12px;

  line-height: 38px;

  color: rgba(255, 255, 255, 0.8);

}



.sy_top1_box .right_box {

  float: right;

}



.sy_top1_box .right_box::after {

  content: "";

  display: inline-block;

  position: relative;

  top: 10px;

  right: -9px;

  width: 1px;

  height: 16px;

  background-color: rgba(255, 255, 255, 0.2);

}



.sy_top1_box .right_box:nth-of-type(4):after {

  display: none;

}



.sy_top1_box .right_box li {

  float: right;

  position: relative;

  margin-left: 20px;

}



.sy_top1_box .right_box li a {

  line-height: 38px;

  color: rgba(255, 255, 255, 0.8);

  font-size: 12px;

}



.sy_top1_box .right_box li .tc {

  background-color: #fff;

  width: 170px;

  height: auto;

  padding: 10px;

  text-align: center;

  border: solid 1px #0f3e75;

  overflow: hidden;

  position: absolute;

  right: 0;

  top: 120%;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;

  transition: all 0.3s;

}



.sy_top1_box .right_box li .tc img {

  width: 100%;

}



.sy_top1_box .right_box .dl {

  color: rgba(255, 255, 255, 0.2);

}



.sy_top1_box .right_box .dl i {

  font-size: 16px;

  position: relative;

  top: 2px;

}



.sy_top1_box .right_box .dl a {

  margin: 0 6px;

}



/*动效*/



.sy_top1_box .right_box li:hover a em img {

  -webkit-filter: grayscale(0%);

  filter: grayscale(0%);

}



.sy_top1_box .right_box li:hover .tc {

  opacity: 1;

  visibility: visible;

  top: 100%;

  transition: all 0.3s;

}



.sy_top1_box .right_box li:hover b {

  transform: scale(0.5) rotate(0deg);

  transition: transform 0.3s;

}



/* logo */



.header .logo {

  width: auto;

  height: 100%;

  float: left;

  position: relative;

  transition: all 0.5s;

}



.header .logo a {

  display: inline-block;

  float: left;

  height: 50px;

  margin-top: 18px;

  transition: all 0.5s;

}



.header .logo img {

  height: 100%;

  display: none;

}



.header .logo img.lw {

  display: block;

}



.header.on .logo img.lw,

.header:hover .logo img.lw {

  display: none;

}



.header.on .logo img.lb,

.header:hover .logo img.lb {

  display: block;

}



/* 宣传语 */



.xcy {

  display: inline-block;

  float: left;

  margin: 14px 0 0 10px;

  padding-left: 30px;

  font-size: 16px;

  color: rgba(255, 255, 255, 0.8);

  line-height: 30px;

}



.xcy::before {

  content: "";

  display: inline-block;

  float: left;

  width: 1px;

  height: 40px;

  background: rgba(255, 255, 255, 0.3);

  margin: 10px 0 0 -30px;

}



.header.on .xcy,

.header:hover .xcy,

.infoHeader .xcy {

  color: #666;

}



.header.on .xcy::before,

.header:hover .xcy::before,

.infoHeader .xcy::before {

  background: rgba(0, 0, 0, 0.1);

}



/* 立即咨询 */



.topShop {

  display: inline-block;

  float: right;

  line-height: 40px;

  padding: 0 5px;

  border: solid 1px #ff6470;

  margin: 22px 15px 0 0;

  transition: all 0.5s;

}



.topShop a {

  color: #ff6470 !important;

  font-size: 14px;

}



/* 导航 */



.header .nav {

  float: left;

  font-family: "DIN";

margin-left: 60px;

}



.header .nav ul li {

  font-size: 16px;

  text-align: center;

  float: left;

  display: block;

  position: relative;

  margin: 0px 0px 0px 36px;

  line-height: 86px;

  transition: line-height 0.5s;

}



.header .nav ul li a {

  display: block;

  color: rgba(255, 255, 255, 0.8);

}



.header.on .nav ul li a,

.header:hover .nav ul li a,

.infoHeader .nav ul li a {

  color: rgba(0, 0, 0, 0.9);

}



.header .nav ul li::before {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 0;

  height: 2px;

  background-color: #0154a1;

  transition: width 0.5s;

}



.header .nav ul li:hover:before {

  width: 100%;

  transition: width 0.5s;

}



.header .nav .ej {

  width: 260px;

  background-color: hsla(0, 0%, 100%, 0.9);

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  position: absolute;

  left: 50%;

  margin-left: -130px;

  z-index: 999;

  padding: 0px;

  opacity: 0;

  visibility: hidden;

  transform: translateY(20px);

  transition: all 0.5s;

}



.header .nav ul li:hover .ej {

  opacity: 1;

  transform: translateY(0px);

  visibility: visible;

  transition: all 0.5s;

}



.header .nav .ej a {

  color: #333;

  font-size: 16px;

  line-height: 50px;

  text-align: center;

  border-bottom: solid 1px rgba(0, 0, 0, 0.1);

}



.header .nav .ej a:hover {

  background: #0154a1;

  color: #fff !important;

}



.header .nav ul li:hover .ej {

  display: block;

}



.header .nav .ej ul {

  position: relative;

}



.header .nav .ej ul:hover .sj {

  display: block;

}



.header .nav .ej .sj {

  display: none;

  position: absolute;

  left: 100%;

  top: 0;

  width: 100%;

  background-color: rgba(245, 245, 245, 0.9);

}



/* 首页轮播 */



.banner {

  overflow: hidden;

}



.banner .swiper {

  position: relative;

  width: 100%;

  height: auto;

}



.banner .swiper-slide {

  position: relative;

  width: 100%;

  height: auto;

  overflow: hidden;

  background-color: #000;

}



.banner .swiper-slide img {

  display: block;

  width: 100%;

  height: auto;

}



.banner .swiper-slide .wz {

  display: block;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 35%;

  left: 0;

  color: rgba(255, 255, 255, 0.9);

  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}



.banner .swiper-slide p.bt {

  font-size: 18px;

  letter-spacing: 4px;

}



.banner .swiper-slide p {

  transform: translateY(100px);

  opacity: 0;

  transition: all 0.4s 0.2s;

}



.banner .ani-slide p {

  transform: translateY(0);

  opacity: 1;

}



.banner .swiper-slide p.p2 {

  font-size: 60px;

  margin: 0 0 40px;

  transition: all 0.4s 0.4s;

}



.banner .swiper-slide p.p3 {

  transition: all 0.4s 0.6s;

}



.banner .swiper-slide .p4 {

  transform: translateY(100px);

  opacity: 0;

  transition: all 0.4s 0.8s;

}



.banner .ani-slide .p4 {

  transform: translateY(0);

  opacity: 1;

}



.banner .view-more {

  margin-top: 30px;

}



.banner .swiper-button-next,

.banner .swiper-button-prev {

  position: absolute;

  top: 50%;

  width: 60px;

  height: 60px;

  z-index: 99;

  border: solid 1px #fff;

  padding: 0 13px;

  opacity: 0.5;

  background-image: none !important;

}



.swiper-button-next,

.swiper-button-prev {

  width: 60px !important;

  height: 60px !important;

  background-image: none !important;

}



.banner .swiper-button-next i,

.banner .swiper-button-prev i {

  line-height: 60px;

  font-size: 34px;

  color: #fff;

}



.banner .swiper-button-next:hover,

.banner .swiper-button-prev:hover {

  opacity: 1;

  transform: translateX(0);

  transition: all 0.5s;

}



.banner .swiper-button-prev {

  left: 0;

  transform: translateX(-20px);

  transition: all 0.5s;

}



.banner .swiper-button-next {

  right: 0;

  transform: translateX(20px);

  transition: all 0.5s;

}



.banner .swiper-pagination-bullet {

  background-color: #fff !important;

  opacity: 1 !important;

}



.banner .swiper-pagination-bullet-active {

  background-color: #ee3a42 !important;

}



/* 查看更多 */



.view-more {

  position: relative;

  display: inline-block;

  width: 180px;

  height: 50px;

  line-height: 48px;

  color: #fff !important;

  border-radius: 24px;

  font-size: 18px;

  border: solid 1px #fff;

  text-align: center;

  font-style: italic;

}



.view-moreB {

  border-color: #0154a1;

  color: #0154a1 !important;

  font-size: 14px;

}



/* 案例中心 */



.indexCase a {

  display: block;

  height: 360px;

  border-radius: 5px;

  overflow: hidden;

}



.indexCase a img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition: all 0.8s;

}



.indexCase a:hover img {

  transform: scale(1.08);

  transition: all 0.8s;

}



.indexCase a .txt {

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 100%;

  padding: 20px;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.2);

  transform: background-color 0.8s;

}



.indexCase a:hover .txt {

  background-color: rgba(0, 0, 0, 0.6);

  transform: background-color 0.8s;

}



.indexCase a .txt em {

  margin-top: 30px;

  display: none;

  width: 154px;

  height: 40px;

  background: #0154a1;

  color: #fff;

  text-align: center;

  line-height: 40px;

  border-radius: 20px;

  font-size: 14px;

  transition: all 0.8s;

}



.indexCase a:hover .txt em {

  display: block;

  transition: all 0.8s;

}



.indexCase a .txt .bt::after {

  content: "";

  display: block;

  width: 40px;

  height: 2px;

  background-color: #fff;

  margin: 20px 0 0 0;

}



.indexCase a .txt .nr {

  font-size: 18px;

  opacity: 0;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

}



.indexCase a:hover .txt .nr {

  opacity: 0.8;

}



/* 产品中心 */



.paddingBox {

  padding: 120px 0;

  background-color: #fff;

  position: relative;

  z-index: 999;

}



.syProductMargin {

  position: relative;

}



.syProductMargin .bg {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 40%;

  background-color: #f2f2f2;

  z-index: -1;

}



.syTitle {

  position: relative;

  margin-bottom: 40px;

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

}



.syTitle h1 {

  color: #2e2f35;

  font-size: 54px;

  font-weight: bold;

  line-height: 54px;

  width: 60%;

}



.syTitle .num {

  position: absolute;

  left: 0;

  top: -70px;

}



.newsTitlePadding {

  padding-left: 160px;

}



.syProduct a,

.indexCase a {

  position: relative;

  width: 24%;

  margin-right: 1.33%;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  margin-bottom: 20px;

  border-radius: 5px;

  overflow: hidden;

  background-color: #fff;

}



.syProduct a .imgBox {

  height: 300px;

}



.syProduct a:nth-child(4n),

.indexCase a:nth-child(4n) {

  margin-right: 0;

}



.syProduct a:hover {

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

}



.syProduct a:nth-child(4n) {

  margin-right: 0;

}



.syProduct a img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: scale-down;

}



.syProduct a .txtBox {

  border-top: solid 1px rgba(0, 0, 0, 0.05);

  padding: 24px 30px;

}



.syProduct a .txtBox p.bt {

  font-size: 24px;

  height: 30px;

  overflow: hidden;

  line-height: 30px;

}



.syProduct a .txtBox p.nr {

  color: #7e7e7e;

  width: 100%;

  height: 30px;

  line-height: 30px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.syProduct a .tc {

  position: absolute;

  background: rgba(0, 0, 0, 0.65);

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  padding: 0 20px;

  color: #fff;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column;

  flex-direction: column;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  transition: 0.4s linear;

  -webkit-transition: 0.4s linear;

  -ms-transition: 0.4s linear;

}



.syProduct a:hover .tc {

  opacity: 1;

  transition: 0.4s linear;

  -webkit-transition: 0.4s linear;

  -ms-transition: 0.4s linear;

}



.syProduct a .tc h4,

.indexCase a .txt .bt {

  font-size: 24px;

  margin-bottom: 15px;

}



.syProduct a .tc p {

  font-size: 18px;

  opacity: 0.8;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

}



.syProduct a .tc em,

.indexNews li em {

  margin-top: 30px;

  display: block;

  width: 154px;

  height: 40px;

  background: #0154a1;

  color: #fff;

  text-align: center;

  line-height: 40px;

  border-radius: 20px;

  font-size: 14px;

}



/* 新闻 */



.indexNewsBj {

  background: url(../images/newsBj.png) no-repeat;

  background-size: 100% auto;

  background-position: top center;

}



.indexNews {

  padding-top: 40px;

}



.indexNews li {

  width: 31.5%;

  margin-right: 2.75%;

  border-radius: 5px;

  overflow: hidden;

  background-color: #fff;

}



.indexNews li img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition: transform 0.8s;

}



.indexNews li h4 {

  margin: 20px 0 0;

  line-height: 36px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}



.indexNews li .time span:nth-child(1) {

  color: #0f3e75;

}



.indexNews li .time span:nth-child(2) {

  float: right;

}



.indexNews .left {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}



.indexNews .left .imgBox {

  height: 300px;

  overflow: hidden;

}



.indexNews .left .txtBox,

.indexNews .center .txtBox {

  padding: 40px;

}



.indexNews li.center {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}



.indexNews li.center p {

  margin-top: 40px;

  color: #999;

}



.indexNews li.right {

  margin-right: 0;

}



.indexNews li.right a {

  height: 150px;

  overflow: hidden;

  margin-bottom: 22px;

}



.indexNews li.right a:nth-child(3) {

  margin-bottom: 0;

}



.indexNews li.right a .imgBox {

  width: 40%;

  height: 100%;

  overflow: hidden;

}



.indexNews li.right a .txtBox {

  width: 60%;

  height: 100%;

  padding-left: 20px;

}



.indexNews li.right a .txtBox h4 {

  margin: 0;

  font-size: 20px;

  line-height: 30px;

}



.indexNews li.right a .txtBox p {

  margin-top: 15px;

  color: #999;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}



.indexNews li.right a .txtBox em {

  height: 0;

  color: #0f3e75;

  width: auto;

  text-align: left;

  margin-top: 10px;

}



.indexNews li a:hover h4 {

  color: #0f3e75;

}



.indexNews li a:hover .imgBox img {

  transform: scale(1.08);

  transition: transform 0.3s;

}



/* 伙伴 */



.syPartnerBj {

  position: relative;

  background-color: #f2f2f2;

}



.syPartner .swiper-slide {

  height: 140px;

  padding: 20px;

  border-radius: 5px;

  background-color: #fff;

}



.syPartner .swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: scale-down;

  transform: scale(1);

  -webkit-filter: grayscale(100%);

  opacity: 0.7;

  filter: grayscale(100%);

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.syPartner .swiper-slide:hover img {

  transform: scale(1.08);

  -webkit-filter: grayscale(0%);

  opacity: 1;

  filter: grayscale(0%);

}



.syPartnerBj .swiper-button-next,

.syPartnerBj .swiper-button-prev {

  background-color: rgba(0, 0, 0, 0.2);

}



.syPartnerBj .swiper-button-prev {

  left: 8%;

}



.syPartnerBj .swiper-button-next {

  right: 8%;

}



.syPartnerBj .swiper-button-next img,

.syPartnerBj .swiper-button-prev img {

  display: block;

  width: 100%;

  height: 100%;

}



/* 底部 */



footer {

  background-color: #031119;

  color: rgba(255, 255, 255, 0.3);

  line-height: 36px;

  font-size: 18px;

}



footer .left {

  width: 35%;

}



footer .logo {

  margin-bottom: 40px;

}



footer .right {

  width: 50%;

  margin-left: 15%;

}



footer .right ul,

footer .ewm {

  width: 32%;

  margin-left: 1.3%;

}



footer i {

  margin-right: 10px;

}



footer .bt {

  font-size: 20px;

  font-weight: bold;

  color: rgba(255, 255, 255, 0.9);

  margin-bottom: 20px;

}



footer .bt::after {

  content: "";

  display: block;

  width: 76px;

  height: 1px;

  background-color: rgba(255, 255, 255, 0.2);

  margin-top: 20px;

}



footer .top {

  padding: 80px 15px 40px;

}



footer a {

  color: rgba(255, 255, 255, 0.3);

}



footer .ewm img {

  display: block;

  width: 60%;

  margin: 0 auto;

}



footer a:hover {

  color: rgba(255, 255, 255, 0.8);

}



footer .bottom {

  padding: 40px 0;

  border-top: solid 1px rgba(255, 255, 255, 0.1);

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

}



/********  内页 *****************/



.page-banner {

  position: relative;

  height: 400px;

  overflow: hidden;

}



.page-banner img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.page-banner .wz {

  width: 100%;

  position: absolute;

  top: 30%;

  left: 0;

  line-height: 50px;

  color: #fff;

}



.page-banner .wz p.bt {

  font-weight: bold;

  font-size: 40px;

  margin-bottom: 20px;

}



.page-banner .wz p {

  font-size: 34px;

  width: 100%;

  font-weight: 100;

}



.page-banner .wz p.bt::before {

  content: "";

  display: inline-block;

  float: left;

  width: 4px;

  height: 36px;

  background-color: #00990d;

  margin: 10px 15px 0 0;

}



.mbxAxxk {

  overflow: hidden;

}



.mbxAxxk .mbx .row {

  -webkit-justify-content: space-between;

  -moz-justify-content: space-between;

  -ms-justify-content: space-between;

  -o-justify-content: space-between;

  justify-content: space-between;

}



.mbxAxxk .mbx a {

  font-size: 18px;

  color: #909090;

  line-height: 80px;

}



.mbxAxxk .mbx i {

  color: #84898c;

  margin: 0 10px;

}



.mbxAxxk .xxk {

  float: right;

}



.mbxAxxk .xxk a {

  position: relative;

  line-height: 50px;

  font-size: 18px;

  margin-left: 20px;

}



.mbxAxxk .xxk a::after {

  content: "";

  position: absolute;

  bottom: -13px;

  left: 0;

  display: block;

  width: 100%;

  height: 2px;

  background-color: transparent;

}



.mbxAxxk .xxk a.on,

.mbxAxxk .xxk a:hover {

  color: #0154a1;

}



.mbxAxxk .xxk a.on::after,

.mbxAxxk .xxk a:hover:after {

  background-color: #0154a1;

}

/* 内页列表 */

.infoPageList a {

  margin-top: 40px;

  width: 23%;

  margin-right: 2.66%;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}

.infoPageList a:nth-child(4n) {

  margin-right: 0;

}

.infoPageList .imgBox {

  height: 240px;

  overflow: hidden;

}

.infoPageList .imgBox img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition: transform 0.3s;

}

.infoPageList a:hover .imgBox img {

  transform: scale(1.08);

  transition: transform 0.3s;

}

.infoPageList .txtBox {

  padding: 0 20px 0;

}

.infoPageList h5 {

  line-height: 50px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

}

.infoPageList p {

  color: #999;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.infoPageList .time {

  margin-top: 30px;

  padding: 15px 0;

  color: #aaa;

  border-top: solid 1px #eee;

}

.infoPageList .time span:nth-child(2) {

  float: right;

}

.fanye {

  padding: 80px 0;

}

/* 详情 */



.infoNewsXq .leftBox {

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

}



.infoNewsXq .rightBox {

  width: 340px;

  margin-left: 5%;

}



/* 新闻详情标题 */



.infoNewsXq {

  position: relative;

  z-index: 2;

}



.NewsXqBt {

  padding: 30px 0;

  text-align: center;

}



.NewsXqBt h1 {

  font-size: 34px;

  font-weight: bold;

}



.NewsXqBt p {

  font-size: 13px;

  color: #939393;

  margin-top: 20px;

}



.NewsXqBt p span {

  margin: 0 15px;

}



/* 新闻详情左 */



.infoNewsXq .leftBox {

  padding: 60px 5% 60px 5%;

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

}



.infoNewsXq .leftBox p {

  margin: 20px 0;

  color: #666666;

  font-size: 17px;

  line-height: 34px;

}



.infoNewsXq .leftBox img {

  display: block;

  width: 100%;

}



.infoRightTabBox .nextBox a {

  display: block;

  padding: 30px;

  margin-top: 20px;

  border-radius: 10px;

  border: solid 1px #eee;

  background-color: #fff;

}



.infoRightTabBox .nextBox .line {

  width: 100%;

  height: 1px;

  background-color: rgba(0, 0, 0, 0.1);

  margin: 12px 0 24px;

}



.infoRightTabBox .nextBox .line span {

  position: relative;

  top: -12px;

  display: block;

  width: 90px;

  height: 18px;

  font-size: 18px;

  background-color: #fff;

}



.infoRightTabBox .nextBox a p.title,

.infoRightTabBox .tuijian a.xw p.bt {

  font-size: 16px;

  color: #696969;

  line-height: 25px;

  height: 50px;

  margin-top: 20px;

  overflow: hidden;

}



.infoRightTabBox .nextBox a:hover p.title,

.infoRightTabBox .tuijian a.xw:hover p.bt {

  color: #026636;

}



.infoRightTabBox .tuijian {

  border: solid 10px #f2f2f2;

  padding: 20px;

  margin-top: 60px;

  border-radius: 10px;

}



.infoRightTabBox .tuijian .title strong {

  float: left;

  font-size: 24px;

  font-weight: bold;

  color: #323f47;

  line-height: 26px;

}



.infoRightTabBox .tuijian .title a {

  float: right;

  color: #aaaaaa;

}



.infoRightTabBox .tuijian .title a:hover {

  color: #638eff;

}



.infoRightTabBox .tuijian a.xw {

  display: block;

  padding: 15px 0;

  border-bottom: solid 1px #eee;

}



.infoRightTabBox .tuijian a.xw p.time {

  font-size: 14px;

  color: #727272;

  margin-top: 20px;

}







.xiaocms-page { padding:14px 0 10px; margin-right: 10px;}

.xiaocms-page a { display:inline-block; height:28px; line-height:28px; background:#fff; border:1px solid #dee2e6; text-align:center; color:#333; padding:0 10px;margin-left: 1px;}

.xiaocms-page a:hover { background:#e9ecef; color:#007bff; text-decoration:none; }

.xiaocms-page span { display:inline-block; height:28px;padding:0 10px; line-height:28px; background:#e9ecef; border:1px solid #dee2e6; color:#007bff; text-align:center;margin-left: 1px; }