@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', '黑体';
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input {
  outline: none;
  border: none;
}
img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  border: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nowrap {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.mob_show {
  display: none;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* header */
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
  background: #333;
}
.logo {
  transition: all 0.3s ease;
}
.index-header {
  padding-top: 0;
}

.h-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
nav ul li {
  float: left;
  margin-left: 10px;
}
nav ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 90px;
  font-size: 18px;
  color: #fff;
  transition: all .3s ease;
}
nav ul li.active a {
  background: rgba(54, 171, 156, 0.05);
  color: #36ab9c;
}
nav ul li.active a::after{
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  bottom: -1px;
  border-bottom: 4px solid #36ab9c;
}
nav ul li:hover a{
  color: #36ab9c;
}
.fixed-header{
  height: 70px;
  background: #333;
}
.fixed-header .logo{
  height: 40px;
}
.fixed-header nav ul li a {
  font-size: 16px;
  line-height: 70px;
}

.register-btn a{
  display: block;
  width: 100px;
  line-height: 40px;
  background: #36ab9c;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

/* banner */
.sytip-banner {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 130px;
  background: url(../images/banner2.jpg) bottom no-repeat;
  background-size: cover;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
}

.sytip-banner h2 {
  display: block;
  margin-top: 20px;
  font-size: 48px;
  letter-spacing: 2px;
  
}
.sytip-banner h2 span{
  color: #36ab9c;
}
.sytip-banner h3{
  font-size: 36px;
  font-weight: normal;
}
.sytip-banner li{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-top: 50px;
  font-size: 32px;
  font-family: "STFangsong", "华文仿宋", "STSong", "华文宋体", serif;
  letter-spacing: 1px;
}
.sytip-banner li::after{
  position: absolute;
  content: '';
  right: -1px;
  top: 3px;
  height: 28px;
  border-left: 2px solid #ddd;
}
.sytip-banner li:last-child:after{
  display: none;
}

.sytip-banner a {
  display: inline-block;
  width: 160px;
  margin-top: 80px;
  height: 50px;
  margin-right: 20px;
  background: #36ab9c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  line-height: 50px;
  opacity: .9;
  transition: all .2s ease-in;
}
.sytip-banner  a:last-child{
  background: #f67401;
}
.sytip-banner a:hover{
  opacity: 1;
}
/*  */


/* 类别 */
.title{
  position: relative;
  color: #333;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 70px;
  padding-bottom: 30px;
}

.title h2{
  position: relative;
  font-size: 34px;
  opacity: .95;
  letter-spacing: 1px;
}
.title h2::before,.title h2::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 39%;
  border-top: 1px solid #ececec;
}
.title h2::after{
  left: auto;
  right: 0;
}
.title span{
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 8px;
  margin-left: -4px;
  border-top: 8px solid #36ab9c;
}
.title p{
  margin-top: 25px;
  font-size: 18px;
  color: #666;
}


/* 服务 */
.sytip-services{
  padding-bottom: 140px;
  background: url(../images/ser_bg.png) bottom no-repeat;
  background-size: 100%;
}
.sytip-services ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.sytip-services ul img{
  max-width: 120px;
  margin: 0 auto;
}
.sytip-services li{
  max-width: 250px;
  transition: all .3s ease;
}
.sytip-services li:hover{
  transform: translateY(-10px);
}
.sytip-services li h3{
  position: relative;
  margin-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.sytip-services li h3::after{
  position: absolute;
  content: '';
  bottom: -2px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  border-bottom: 3px solid #36ab9c;
}
.sytip-services li p{
  margin-top: 15px;
  color: #777;
  line-height: 1.8;
}

.sytip-process{
  margin-top: 120px;
}
.sytip-process .fl{
  width: 350px;
}
.sytip-process .fl h3{
  font-size: 28px;
}
.sytip-process .fl span{
  position: relative;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  color: #999;
}
.sytip-process .fl span::after{
  position: absolute;
  content: '';
  bottom: -25px;
  left: 0;
  width: 40px;
  border-bottom:3px solid #36ab9c;
}
.sytip-process .fl p{
  margin-top: 50px;
  line-height: 2.4;
  color: #777;
  text-align: justify;
}
.sytip-process .fr{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 720px;
}
.sytip-process .fr .box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  margin-bottom: 20px;
  padding: 40px 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sytip-process .box div{
  width: 130px;
  margin-left: 40px;
  font-size: 32px;
  color: #f67401;
}
.sytip-process strong{
  font-size: 36px;
  color: #f67401;
}
.sytip-process span{
  display: block;
  margin-top: 8px;
  font-size: 18px;
  color: #666;
}
.sytip-process .fr .empty{
  opacity: 0;
}
.sytip-process .fr .absolute{
  position: absolute;
  top: -50px;
  left: -40px;
  width: 430px;
  height: 190px;
  box-shadow: 0 0 25px rgba(246, 116, 1, .3);
  background: url(../images/data_bg.png) no-repeat;
  background-size: 100% 100%;
}
.sytip-process .fr .absolute strong,.sytip-process .fr .absolute div,.sytip-process .fr .absolute span{
  color: #fff;
}

/* 使用场景 */
.sytip-scene{
  position: relative;
  padding-bottom: 100px;
  background: url(../images/banner.jpg) bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sytip-scene::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.95);
}
.sytip-scene h2::before,.sytip-scene h2::after{
  border-color: #999;
}
.sytip-scene .title{
  z-index: 11;
  color: #fff;
}
.sytip-scene .title::after{
  border-color: #eee;
}
.sytip-scene-content{
  z-index: 11;
  position: relative;
  padding-left: 320px;
}
.table-nav{
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  padding-right: 50px;
  text-align: right;
}
.table-nav span{
  display: inline-block;
  width: 80%;
  margin-bottom: 15px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -background: rgba(54, 171, 156, 0.2);
  background: rgba(255, 255, 255, .2);
  transition: all .3s ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.table-nav span.on{
  width: 100%;
  background: rgba(54, 171, 156, 0.6);
}
.table-content .table-box{
  display: none;
  padding-left: 90px;
  color: #fff;
  border-left: 1px solid #999;
}
.table-content .table-box.active{
  display: block;
}
 .table-box h3{
  font-size: 26px;
}
.table-box p{
  margin-top: 15px;
  line-height: 2;
  opacity: .8;
}
.table-box a{
  display: block;
  width: 120px;
  margin-top: 25px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #36ab9c;
  border-radius: 3px;
}
.table-box h4{
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
}
.table-box li{
  display: inline-block;
  margin-right: 50px;
  text-align: center;
}
.table-box li img{
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: .8;
}
/* 优势 */
.sytip-edge{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.sytip-edge-left{
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/edge_bg.jpg) no-repeat;
  
}
.sytip-edge-left .box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 300px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 3px;
  border-bottom: 3px solid #f67401;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.sytip-edge .box strong{
  display: block;
  font-size: 28px;
  color: #f67401;
  opacity: .6;
}
.sytip-edge .middle .box{
  border-color: #36ab9c;
}
.sytip-edge .middle .box strong{
  color: #36ab9c;
}
.sytip-edge .box h4{
  margin-top: 28px;
  margin-bottom: 18px;
  font-size: 20px;
  color: #333;
}
.sytip-edge .box p{
  padding: 0 30px;
  font-size: 15px;
  color: #999;
  line-height: 1.8;
  text-align: center;
}
.sytip-edge-right{
  width: 300px;
}
.sytip-edge-right h3{
  font-size: 34px;
  color: #333;
}
.sytip-edge-right span{
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #999;
}
.sytip-edge-right p{
  color: #666;
  line-height: 2;
}
/* news */
.sytip-content{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
.sytip-content .swiper{
  width: 500px;
  margin: 0;
}
.sytip-content .swiper-slide span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.sytip-content-fr{
  width: calc(100% - 560px);
} 
.new-nav{
  padding-bottom: 10px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.new-nav span{
  position: relative;
  display: inline-block;
  margin-right: 8%;
  font-size: 18px;
  cursor: pointer;
}
.new-nav span.on{
  color: #36ab9c;
}
.new-nav span.on::after{
  position: absolute;
  content: '';
  bottom: -13px;
  left: 0;
  width: 100%;
  border-top: 3px solid #36ab9c;
}
.sytip-news ul{
  display: none;
  margin-top: 20px;
}
.sytip-news ul.active{
  display: block;
}
.sytip-news ul li{
  position: relative;
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px dashed #eee;
}
.sytip-news ul li::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #36ab9c;
  border-radius: 10px;
}
.sytip-news ul li a{
  position: relative;
  display: block;
  width: 100%;
  padding-right: 130px;
  color: #333;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sytip-news ul li a:hover{
  color: #36ab9c;
}
.sytip-news ul li time{
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #999;
}

/*  */
.sytip-register {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  color: #f67401;
  background: url(../images/banner3.jpg) no-repeat;
  background-attachment: fixed;background-size: cover;
}
.sytip-register::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
}
.sytip-register .container {
  z-index: 11;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sytip-register h2{
  font-size: 32px;
  color: #333;
}
.sytip-register p {
  font-size: 34px;
  color: #fff;
}
.sytip-register a {
  display: block;
  width: 140px;
  margin-left: 15%;
  line-height: 50px;
  background: #36ab9c;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}

/* footer */
footer {
  padding-top: 40px;
  background: #333;
}
.foot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.foot-top div i {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-style: normal;
}
.foot-top div span {
  display: block;
  margin-bottom: 10px;
  color: #ddd;
  letter-spacing: 1px;
}
.foot-top p {
  margin-top: 25px;
  color: #ddd;
}
.foot-top li{
  display: inline-block;
  margin-left: 15px;
  color: #bbb;
  text-align: center;
}
.foot-top li img {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ft-bot {
  background: #000;
  padding: 20px 0;
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .mob_show {
    display: block;
  }
  .mob_none {
    display: none !important;
  }
  .container {
    padding: 0 20px;
  }

  .index-header{
    
    height: 70px;
  }
  .h-container{
    height: 70px;
  }
  .fixed-header .logo {
    height: 38px;
  }
  .logo {
    height: 45px;
  }
  .register-btn a{
    width: 80px;
    line-height: 36px;
  }
  
  header .icon-ego-menu {
    padding-left: 18%;
    margin-top: 4px;
    font-size: 34px;
    color: #36ab9c;
  }
  nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    padding-top: 80px;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.9);
  }
  nav li {
    float: none;
  }
  nav .icon-guanbi {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 36px;
    color: #fff;
  }
  nav ul li a {
    color: #fff;
  }

  .login {
    margin-top: 5px;
    margin-left: 10px;
  }
  .login a {
    padding: 6px 12px;
    font-size: 12px;
  }

  /*  */
  .sytip-banner {
    display: block;
    padding-top: 120px;
    height: 360px;
  }
  .sytip-banner h2 {
    font-size: 24px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .sytip-banner h3{
    font-size: 20px;
  }
  .sytip-banner li{
    padding: 0 15px;
    margin-top: 20px;
    font-size: 16px;
  }
  .sytip-banner li::after{
    height: 16px;
  }
   .sytip-banner a{
    width: 110px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    margin: 0 5px;
    margin-top: 40px;
   }

  /*  */
  .title{
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .title h2{
    font-size: 22px;
  }
  .title span{
    font-size: 18px;
  }
  .title h2::before, .title h2::after{
    display: none;
  }
  .sytip-services{
    padding-bottom: 30px;
  }
  .sytip-services ul{
    display: block;
    padding-left: 15px;
  }
  .sytip-services li{
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .sytip-services li img{
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  .sytip-services li h3{
    font-size: 18px;
    padding-bottom: 0;
  }
    .sytip-services li p{
      margin-top: 10px;
      font-size: 14px;
    }
    .sytip-services li h3{
      border-bottom: 0;
    }
  .sytip-services li h3::after{
    display: none;
  }
  /*  */
  .sytip-scene{
    padding-bottom: 60px;
  }
  .sytip-scene-content{
    width: 100%;
    padding-left: 0;
  }
  .table-nav{
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .table-nav span{
    width: 31%;
    border-radius: 5px;
    font-size: 14px;
  }
  .table-nav span.on{
    width: 31%;
  }
  .table-content .table-box{
    margin-top: 20px;
    padding-left: 10px;
    border: none;
  }
  .table-box h3{
    font-size: 20px;
  }
  .table-box p{
    font-size: 14px;
  }
  .table-box h4{
    font-size: 16px;
  }
  .table-box a{
    width: 110px;
    line-height: 36px;
    font-size: 14px;
  }
  .table-box li{
    margin-right: 15px;
    font-size: 14px;
  }
 

 /*  */
.sytip-process{
  margin-top: 60px;
}
.sytip-process .fl h3{
  font-size: 22px;
}
.sytip-process .fr{
  width: 100%;
}
.sytip-process .fr .absolute{
  position: static;
  margin-top: 30px;
}
.sytip-process .fr .box{
  width: 100%;
  height: 120px;
}
.sytip-process strong{
  font-size: 28px;
}
.sytip-process span{
  font-size: 16px;
}
  /*  */
  
  .sytip-process .fl span{
    font-size: 14px;
  }

  .sytip-content-fr{
    width: 100%;
  }
  /*  */
  footer{
    margin-top: 60px;
  }
  .foot-top {
    display: block;
  }
}

/* 内页 */
.curmbs {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.curmbs a {
  color: #666;
}
.inner-banner {
  position: relative;
  height: 320px;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/banner2.jpg) bottom no-repeat;
  background-size: 100%;
}
.inner-banner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.78);
}
.inner-banner h2 {
  z-index: 11;
  position: relative;
  font-size: 46px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 4px;
}
/* 新闻中心 */
.new-banner {
  height: 300px;
  margin-top: 90px;
  background: url(../images/inner_banner.jpg) center no-repeat;
  background-size: cover;
}
.list-page {
  padding-top: 40px;
  padding-bottom: 50px;
}
.zjd_tn3 {
  padding-bottom: 30px;
}
.zjd_tn3 a {
  display: inline-block;
  padding: 8px 16px;
  color: #666;
}
.zjd_tn3 a:hover,
.zjd_tn3 a.active {
  background: #36ab9c;
  color: #fff;
}
.newsbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.newsbox li {
  width: 48%;
  margin-bottom: 40px;
  overflow: hidden;
}
.newsbox li img {
  float: left;
  width: 200px;
  height: 150px;
}
.newsbox li time {
  position: relative;
  display: block;
  height: 45px;
  margin-bottom: 6px;
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 45px;
}

.newsbox li div {
  padding-left: 230px;
}
.newsbox li span {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 16px;
  color: #ccc;
  border-left: 1px solid #ddd;
}
.newsbox li strong {
  display: block;
  padding: 8px 0;
  padding-bottom: 10px;
  font-size: 16px;
  color: #464646;
  border-bottom: 1px solid #efefef;
}
.newsbox li:hover strong {
  color: #36ab9c;
  text-decoration: underline;
}
.newsbox li p {
  height: 46px;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  line-height: 22px;
  overflow: hidden;
}

.zjd_page_3 {
  margin-top: 30px;
  text-align: center;
}
.zjd_page_3 li {
  display: inline-block;
  margin: 0 3px;
}
.zjd_page_3 li a {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
}
.zjd_page_3 li.active a {
  color: #fff;
  background: #36ab9c;
}

@media screen and (max-width: 768px) {
  .new-banner {
    margin-top: 0;
  }
  .zjd_list_box3 {
    padding: 20px 12px;
  }
  .newsbox {
    width: 100%;
    margin-top: 0;
  }
  .newsbox li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .newsbox li img {
    width: 120px;
    height: 105px;
  }
  .newsbox li div {
    padding-left: 135px;
  }
  .newsbox li time,
  .newsbox li span {
    margin-bottom: 0;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
  .newsbox li strong {
    padding: 5px 0;
  }
  .newsbox li p {
    margin-top: 6px;
  }
  .zjd_page_3 {
    margin-top: 20px;
  }
  .zjd_page_3 li {
    margin: 0;
  }
  .zjd_page_3 li a {
    padding: 4px 8px;
    font-size: 12px;
  }
}
/*  */
.art-content .art-tit {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.viof {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.viof span {
  display: inline-block;
  margin: 0 15px;
  color: #666;
}
.art-body p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555;
}
.art-body img {
  margin: 0 auto;
}
.art-content .fl {
  width: calc(100% - 280px);
}
.art-content .fl ul {
  padding: 20px;
  margin-top: 40px;
  background: #f5f5f5;
}
.art-content .fl ul li {
  line-height: 36px;
  color: #666;
}
.ab-content {
  padding-top: 30px;
  overflow: hidden;
}
.ab-content .fr {
  width: 38%;
  margin-left: 50px;
  margin-bottom: 20px;
  animation: move 2.5s ease-in-out infinite;
}
.ab-content p {
  margin-bottom: 20px;
  line-height: 2;
  text-align: justify;
}
.ab-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.art-content .fr {
  width: 220px;
}
.art-content .fr span {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.art-content .fr li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.art-content .fr li time {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #777;
}
.art-content .fr li a {
  font-size: 14px;
}
/* 地区分站 */
.city-web dl {
  overflow: hidden;
}
.city-web dt {
  display: block;
  margin-top: 20px;
  line-height: 36px;
}
.city-web dt a {
  font-size: 16px;
  font-weight: bold;
}
.city-web dd {
  display: block;
  line-height: 36px;
  border-bottom: 1px dashed #eee;
}
.city-web dd a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}
.city-web dl a:hover {
  color: #4098ef;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    margin-top: 0;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inforList li {
    width: 100%;
  }
  .infor-nav span {
    width: 100px;
    font-size: 14px;
  }

  .inforList li time {
    padding: 5px;
  }
  .inforList li div {
    padding: 10px;
  }
  .inforList li div a {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .inforList li p {
    height: 42px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  /*  */
  .art-content .art-tit {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .viof span {
    font-size: 12px;
  }
  .art-body p {
    font-size: 14px;
  }
  .art-content ul {
    padding: 10px;
  }
  .art-content ul li {
    font-size: 14px;
  }
  .ab-content .fr {
    width: 60%;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .art-content .fl {
    width: 100%;
  }
}
