* {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  border: none;
}
em,
i {
  font-style: normal;
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.header {
  padding: 10px 10px;
  background: #000;
}
.header .container .left_wrap p {
  color: #fff;
  font-size: 16px;
}
.header .container .right_wrap {
  text-align: right;
}
.header .container .right_wrap p {
  color: #fff;
  font-size: 16px;
}
.navbar {
  background: #fff;
}
.navbar-default {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
/*大屏幕*/
@media screen and (min-width: 769px) {
  .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-header {
    width: 180px;
    flex-shrink: 0;
  }
  .navbar-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-header a img {
    width: 70px;
  }
  .navbar-header a .text_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80px;
  }
  .navbar-header a .text_info h1 {
    font-size: 20px;
    color: #000;
  }
  .navbar-header a .text_info span {
    margin-top: 4px;
    color: #000;
    font-size: 16px;
  }
  .navbar-nav {
    float: right;
  }
  .navbar-nav li {
    position: relative;
    height: 80px;
    line-height: 80px;
  }
  .navbar-nav li a {
    display: block;
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #000 !important;
  }
  .navbar-nav li a h2 {
    display: block;
    margin: 0;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #000 !important;
  }
  .navbar-nav li a:hover h2 {
    color: #fff !important;
    background: #2F82FF !important;
  }
  .navbar-nav li a.active h2 {
    color: #fff !important;
    background: #2F82FF !important;
  }
}
/*小屏幕*/
@media screen and (max-width: 768px) {
  .navbar-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  .navbar-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-header a img {
    width: 60px;
  }
  .navbar-header a .text_info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
  }
  .navbar-header a .text_info h1 {
    font-size: 18px;
    color: #000;
  }
  .navbar-header a .text_info span {
    margin-top: 4px;
    color: #000;
    font-size: 14px;
  }
  .navbar-toggle {
    float: none;
    position: absolute;
    right: 0;
    margin-right: 4px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-nav li {
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav li a h2 {
    font-size: 14px;
  }
  .navbar-nav li:last-child {
    border-bottom: none;
  }
}
.banner img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.public_title {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clear: both;
}
.public_title .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.public_title .title h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
.public_title .title span {
  font-size: 32px;
  font-weight: bold;
  color: #e8000e;
}
.public_title p {
  margin-top: 0px;
  font-size: 16px;
  color: #666;
}
.link_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.link_more a {
  display: block;
  text-align: center;
  width: 149px;
  height: 42px;
  line-height: 42px;
  color: #2F82FF;
  font-size: 20px;
  border: 1px solid #2F82FF;
}
.link_more a:hover {
  color: #fff;
  background: #2F82FF;
}
.link_more2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.link_more2 a {
  width: 300px;
  border-radius: 24px;
  background: #2F82FF;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  margin-top: 48px;
  color: #fff;
}
.serve_wrap {
  margin: 15px 0;
}
.serve_wrap .container .row {
  margin-top: 0px;
}
.serve_wrap .container .row .item .box_wrap {
  padding: 15px;
  background: #fff;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: #00000026 0px 0px 15px 0px;
  border-radius: 10px;
}
.serve_wrap .container .row .item .box_wrap h3 {
  font-size: 22px;
  color: #333;
}
.serve_wrap .container .row .item .box_wrap h3 a {
  font-size: 22px;
  color: #333;
}
.serve_wrap .container .row .item .box_wrap img {
  margin: 10px 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.serve_wrap .container .row .item .box_wrap p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 210px;
  line-height:1.5;
}
.serve_wrap .container .row .item .box_wrap a.more {
  color: #fff;
  width: 140px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 24.5px;
  background: #2F82FF;
  margin-top: 10px;
}
.case_wrap {
  margin: 20px 0;
}
.case_wrap .aside {
  margin-top: 40px;
}
.case_wrap .aside .item {
  margin: 20px 0;
}
.case_wrap .aside .item .son_item {
  overflow: hidden;
}
.case_wrap .aside .item .son_item .img_box {
  display: block;
  width: 100%;
   height: 165px;
  overflow: hidden;
}
.case_wrap .aside .item .son_item .img_box img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  transition: all 1s;
}

.case_wrap .aside .item .son_item  .img_box:hover img {
  transform: scale(1.1);
  transition: all 2s;
}

.case_wrap .aside .item .son_item  .info {
  cursor: pointer;
  padding: 20px;
  height: 165px;
  background: #f4f4f4;
  box-sizing: border-box;
  position: relative;
}
.case_wrap .aside .item .son_item .info h4 {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 40px;
}
.case_wrap .aside .item .son_item .info .desc p {
  color: #666;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 24px;
}
.case_wrap .aside .item .son_item .info .act_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #2F82FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.case_wrap .aside .item .son_item .info .act_box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}
.case_wrap .aside .item .son_item .info .act_box a {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.case_wrap .aside .item .son_item  .info:hover .act_box {
  opacity: 1;
}


@media screen and (max-width: 768px) {
    .case_wrap .aside .item .son_item .img_box img {
        object-fit: contain;
    }
    .case_wrap .aside .item .son_item .info h4 {
        color: #4a4a4a;
        font-size: 16px;
        line-height: 1.5em;
    }
    .case_wrap .aside .item .son_item .info .desc p {
        color: #666;
        font-size: 13px;
        line-height:1.5em;
        margin-bottom: 0px;
    }
}


.tt_banner {
  background-color: #0b5a7d;
  padding:20px 0;
  height: 385px;
  display: flex;
  align-items: center;
}
.tt_banner .left_wrap {
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.tt_banner .left_wrap h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.tt_banner .left_wrap p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}
.tt_banner .right_wrap {
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.tt_banner .right_wrap h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.tt_banner .right_wrap h2 a {
  color: #fff;
  font-size: 24px;
}
.tt_banner .right_wrap a.more {
  margin-top: 20px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.ser_commit {
  margin: 20px 0;
}
.ser_commit .container .list {
  overflow: hidden;
}
.ser_commit .container .list .item {
  padding: 10px;
  border: 1px solid #cecece;
  border-top: 4px solid #2F82FF;
  margin: 10px 10px;
  padding: 10px;
}
.ser_commit .container .list .item .icont_wrap {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.ser_commit .container .list .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ser_commit .container .list .item .info h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.ser_commit .container .list .item .info p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.about_wrap {
  background-color: #0b5a7d;
  padding: 30px 0;
}
.about_wrap .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_wrap .container .title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.about_wrap .container .title span {
  color: #f00;
  font-size: 36px;
  font-weight: bold;
}
.about_wrap .container .row {
  padding: 20px 0;
}
.about_wrap .container .row .info_left {
  padding: 10px;
  box-sizing: border-box;
}
.about_wrap .container .row h2 {
  color: #fff;
  font-size: 20px;
}
.about_wrap .container .row h2 a{
  color: #fff;

}
.about_wrap .container .row h3 {
  color: #fff;
  font-size: 18px;
  padding: 14px 0;
}
.about_wrap .container .row p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.about_wrap .container .row .img_right {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_wrap .container .row .img_right img {
  width:300px;
}
.major .flex_row .box_wrap {
  margin: 10px;
  padding: 10px;
  background: #f3f6ff;
  transition: all 0.1s;
  border:1px solid #d4dee8;
}
.major .flex_row .box_wrap:hover {
  box-shadow: 0 0 8px #888;
  transition: all 0.3s;
}
.major .flex_row .box_wrap .img_box {
  overflow: hidden;
  height: 230px;
}
.major .flex_row .box_wrap .img_box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 1s;
}
.major .flex_row .box_wrap .img_box:hover img {
  transform: scale(1.1);
  transition: all 2s;
}
.major .flex_row .box_wrap h3 {
  text-align: center;
  color: #000;
  padding: 10px 0;
  font-size: 18px;
}
.major .flex_row .box_wrap p {
  font-size: 16px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient: vertical;
  height: 190px;
  line-height: 1.5;
}
.index_new_wrap {
  margin: 20px 0;
  padding: 20px 0;
  background: url("../image/new_bg.jpg") no-repeat;
  background-size: cover;
}
.index_new_wrap .public_title .title h2 {
  color: #fff;
}
.index_new_wrap .container ul {
  overflow: hidden;
}
.index_new_wrap .container ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.index_new_wrap .container ul li h3 {
  color: #fff;
  font-size: 16px;
  width: 78%;
  flex-shrink: 0;
}
.index_new_wrap .container ul li h3 a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_new_wrap .container ul li span {
  flex-shrink: 0;
  width: 22%;
  color: #fff;
  font-size: 16px;
}
.index_new_wrap .container .more_link{
    margin:20px auto;
    text-align: center;
}
.index_new_wrap .container .more_link a{
    display: inline-block;
    width: 300px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    margin-top: 48px;
    color: #2954A5;
}
.link_wrap {
  padding: 40px 0;
}
.link_wrap .container .title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.link_wrap .container ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.link_wrap .container ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 10px;
}
.footer {
  background: #2C2C2E;
}
.footer .container .content_wrap.row {
  padding: 30px 0;
}
.footer .container .content_wrap.row .lef_wrap {
  margin-bottom: 20px;
}
.footer .container .content_wrap.row .lef_wrap h2 {
  font-size: 22px;
  color: #fff;
}
.footer .container .content_wrap.row .lef_wrap ul {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .container .content_wrap.row .lef_wrap ul li {
  margin-right: 10px;
}
.footer .container .content_wrap.row .lef_wrap ul li h2 {
  border-right: 1px solid #fff;
}
.footer .container .content_wrap.row .lef_wrap ul li h2:last-child {
  border: none;
}
.footer .container .content_wrap.row .lef_wrap ul li h2 a {
  color: #fff;
  font-size: 18px;
}
.footer .container .content_wrap.row .right_wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .container .content_wrap.row .right_wrap dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer .container .content_wrap.row .right_wrap dl dd {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}
.footer .container .content_wrap.row .right_wrap dl dd a {
  color: #fff;
  font-size: 16px;
}
.footer .container .content_wrap.row .right_wrap img {
  margin-left: 20px;
  width: 150px;
}
.footer .bottom_wrap {
  padding: 10px 0;
  background: #28282A;
}
.footer .bottom_wrap .flex_boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom_wrap p {
  color: #fff;
  font-size: 16px;
}
.footer .bottom_wrap p a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer .container .content_wrap.row .right_wrap {
    justify-content: space-between;
  }
  .footer .container .content_wrap.row .right_wrap dl {
    align-items: flex-start;
  }
}
.toolbar {
  width: 50px;
  position: fixed;
  right: 1%;
  top: 44%;
  z-index: 999;
}
.toolbar dd {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: url(../image/black20.png) repeat 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 7px 0 0 7px;
  background: url(../image/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
  display: none;
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .0s ease-in-out 0s;
  -moz-transition: all .0s ease-in-out 0s;
  transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -51px;
  background: #2F82FF;
  display: none;
}
.toolbar .pop-code {
  width: 160px;
}
.toolbar .pop-code img {
  width: 100%;
  display: block;
  padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
  height: 52px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .pop-code h3 b {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.toolbar .qq span {
  background-position: 0 -47px;
}
.toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background: #2F82FF;
}
.toolbar .tel span {
  background-position: 0 0;
}
.toolbar .tel:hover {
  background: #2F82FF;
}
.toolbar .code span {
  background-position: 0 -95px;
}
.toolbar .code:hover {
  background: #2F82FF;
}
.toolbar .top span {
  background-position: 0 -142px;
}
.toolbar .top:hover {
  background: #2F82FF;
}
.lc_wrap {
  padding: 40px 0;
  background-color: #0b5a7d;
}
.lc_wrap .title {
  text-align: center;
  padding: 10px 0;
}
.lc_wrap .title h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.lc_wrap ul li {
  padding: 20px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lc_wrap ul li .left_img {
  margin-right: 20px;
}
.lc_wrap ul li .left_img img {
  width: 66px;
}
.lc_wrap ul li .right_info {
  color: #fff;
}
.lc_wrap ul li .right_info h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.lc_wrap ul li .right_info p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
/* 四个新闻 */
.four_boxs {
  overflow: hidden;
}
.four_boxs .item_box {
  margin: 20px 10px;
  border: 1px solid #ccc;
}
.four_boxs .item_box .head_title {
  padding: 10px;
  background-color: #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.four_boxs .item_box .head_title h2 {
  color: #000;
  font-size: 18px;
}
.four_boxs .item_box .head_title a{
    color: #000;
    font-size: 16px;
}
.four_boxs .item_box ul {
  padding: 20px 10px;
  height: 210px;
  overflow: hidden;
}
.four_boxs .item_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.four_boxs .item_box ul li:last-child {
  padding-bottom: 0;
}
.four_boxs .item_box ul li a {
  color: #000;
  font-size: 15px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.four_boxs .item_box ul li a:hover {
  color: #02328d;
}
.four_boxs .item_box ul li span {
  width: 30%;
  font-size: 15px;
  color: #333;
  text-align: right;
}
/*四个end*/
.postion_wrap {
  padding: 20px 0;
}
.postion_wrap .container .postion_box {
  width: 100%;
  text-align: left;
  color: #777;
  overflow: hidden;
  font-size: 14px;
}
.postion_wrap .container .postion_box a {
  color: #555;
}
.new_list_box ul li {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 24px;
  position: relative;
  box-shadow: 0px 0px 20px 0px #eaeaea;
}
.new_list_box ul li .news_time {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 90px;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 4px 0 4px 0;
}
.new_list_box ul li .news_time p {
  font-size: 24px;
  font-weight: bold;
  color: #515671;
  padding-bottom: 5px;
  position: relative;
}
.new_list_box ul li .news_time p:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #515671;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -10px;
}
.new_list_box ul li .news_time span {
  font-size: 16px;
  color: #515671;
}
.new_list_box ul li .news_con {
  padding-left: 110px;
}
.new_list_box ul li .news_con p a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #515671;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_list_box ul li .news_con span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding-top: 5px;
  height: 45px;
  overflow: hidden;
}
.new_list_box ul li:hover {
  background: #02328d;
}
.new_list_box ul li:hover p {
  color: #fff;
}
.new_list_box ul li:hover p a {
  color: #fff;
}
.new_list_box ul li:hover p:after {
  background: #ffffff;
}
.new_list_box ul li:hover span {
  color: #fff;
}
.fypage_wrap .container .pages {
  clear: both;
  margin: 20px auto 20px auto;
  padding-top: 50px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.fypage_wrap .container .pages ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 14px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
  border-radius: 2px;
}
.fypage_wrap .container .pages ul li:hover {
  background: #2F82FF;
  color: #fff;
  border: 1px solid #2F82FF;
}
.fypage_wrap .container .pages ul li:hover a {
  color: #fff;
}
.fypage_wrap .container .pages ul li.thisclass {
  display: inline-block;
  border: 1px solid #2F82FF;
  padding: 5px 14px;
  margin: 0 1px;
  background: #1c76fd;
  color: #fff;
}
.fypage_wrap .container .pages ul li.thisclass a {
  color: #fff;
}
.fypage_wrap .container .pages ul li a {
  display: block;
  color: #999;
}
.fypage_wrap .container .pages ul li a:hover {
  color: #fff;
}
.container .article_wrap h2.title {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
}
.container .article_wrap .opertion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.container .article_wrap .opertion span {
  font-size: 14px;
  color: #333;
}
.container .article_wrap .context img {
  max-width: 100% !important;
  height: auto !important;
}
.container .article_wrap .pre_next {
  margin-top: 40px;
}
.container .article_wrap .pre_next p {
  background: #F1F1F1;
  height: 35px;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  align-items: center;
  margin: 10px 0;
}
.container .article_wrap .pre_next p a {
  color: #3a3a3a;
}
.about_us {
  padding: 30px 0;
}
.about_us .container .title {
  text-align: center;
  font-size: 26px;
  color: #000;
}
.about_us .container .content {
  padding: 10px;
}
.about_us .container .content img {
  max-width: 100% !important;
  height: auto !important;
}
.ad_wrap {
  background: url("../image/about_ad.jpg");
}
.ad_wrap .container .row .col-md-6 .tit {
  text-align: center;
  margin: 20px 0;
}
.ad_wrap .container .row .col-md-6 .tit h2 {
  color: #fff;
  font-size: 24px;
}
.ad_wrap .container .row .col-md-6 .tit p {
  color: #fff;
  font-size: 20px;
}
.ad_wrap .container .row .col-md-6 .info p {
  color: #fff;
  font-size: 17px;
  line-height: 2em;
}
.ad_wrap .container .row .col-md-6 img {
  width: 100%;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}