@charset "utf-8";
/* CSS Document */
/*通用*/
/*外边距*/
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-0 {
  margin-left: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
/*内填充*/
.pt-0 {
  padding-top: 0;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-0 {
  padding-left: 0;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-0 {
  padding-right: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-0 {
  padding: 0;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-30 {
  padding: 30px;
}
.pd-40 {
  padding: 40px;
}
/*文字+段落*/
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-yahei {
  font-family: "Microsoft YaHei", "微软雅黑";
}
.f-songti {
  font-family: "SimSun", "宋体";
}
.text-ind2em {
  text-indent: 2em;
}
.f-bold {
  font-weight: bold;
}
/*默认*/
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:active,
a:focus {
  color: #2b78d0;
  text-decoration: none;
}
/*当前颜色 */
ol,
ul {
  list-style: none;
  padding-left: 0;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-fff {
  background-color: #fff;
}
.form-control:focus {
  border-color: #0148a4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 72, 164, 0.6);
}
/*当前颜色 input框颜色*/
.form-control:focus::-moz-placeholder {
  color: #0148a4;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #0148a4;
}
.form-control:focus::-webkit-input-placeholder {
  color: #0148a4;
}
/*当前颜色 input框placeholder颜色*/
.pager-loose > li > a,
.pager-loose > li > span {
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}
/*分页*/
img {
  max-width: 100%;
}
img.fill {
  width: 100%;
  height: 100%;
}
img.lazy {
  background: url(../images/i/loading.gif) 50% no-repeat;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
}
a.more {
  color: #999;
  font-size: 90%;
  font-weight: normal;
}
/*当前颜色 */
a.more:hover {
  font-weight: bold;
  color: #52abeb;
}
.row-8 {
  margin-right: -8px;
  margin-left: -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-8 .col-lg-1,
.row-8 .col-lg-10,
.row-8 .col-lg-11,
.row-8 .col-lg-12,
.row-8 .col-lg-2,
.row-8 .col-lg-3,
.row-8 .col-lg-4,
.row-8 .col-lg-5,
.row-8 .col-lg-6,
.row-8 .col-lg-7,
.row-8 .col-lg-8,
.row-8 .col-lg-9,
.row-8 .col-md-1,
.row-8 .col-md-10,
.row-8 .col-md-11,
.row-8 .col-md-12,
.row-8 .col-md-2,
.row-8 .col-md-3,
.row-8 .col-md-4,
.row-8 .col-md-5,
.row-8 .col-md-6,
.row-8 .col-md-7,
.row-8 .col-md-8,
.row-8 .col-md-9,
.row-8 .col-sm-1,
.row-8 .col-sm-10,
.row-8 .col-sm-11,
.row-8 .col-sm-12,
.row-8 .col-sm-2,
.row-8 .col-sm-3,
.row-8 .col-sm-4,
.row-8 .col-sm-5,
.row-8 .col-sm-6,
.row-8 .col-sm-7,
.row-8 .col-sm-8,
.row-8 .col-sm-9,
.row-8 .col-xs-1,
.row-8 .col-xs-10,
.row-8 .col-xs-11,
.row-8 .col-xs-12,
.row-8 .col-xs-2,
.row-8 .col-xs-3,
.row-8 .col-xs-4,
.row-8 .col-xs-5,
.row-8 .col-xs-6,
.row-8 .col-xs-7,
.row-8 .col-xs-8,
.row-8 .col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
}
/*居中宽度缩小*/
.row-4 {
  margin-right: -4px;
  margin-left: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-4 .col-lg-1,
.row-4 .col-lg-10,
.row-4 .col-lg-11,
.row-4 .col-lg-12,
.row-4 .col-lg-2,
.row-4 .col-lg-3,
.row-4 .col-lg-4,
.row-4 .col-lg-5,
.row-4 .col-lg-6,
.row-4 .col-lg-7,
.row-4 .col-lg-8,
.row-4 .col-lg-9,
.row-4 .col-md-1,
.row-4 .col-md-10,
.row-4 .col-md-11,
.row-4 .col-md-12,
.row-4 .col-md-2,
.row-4 .col-md-3,
.row-4 .col-md-4,
.row-4 .col-md-5,
.row-4 .col-md-6,
.row-4 .col-md-7,
.row-4 .col-md-8,
.row-4 .col-md-9,
.row-4 .col-sm-1,
.row-4 .col-sm-10,
.row-4 .col-sm-11,
.row-4 .col-sm-12,
.row-4 .col-sm-2,
.row-4 .col-sm-3,
.row-4 .col-sm-4,
.row-4 .col-sm-5,
.row-4 .col-sm-6,
.row-4 .col-sm-7,
.row-4 .col-sm-8,
.row-4 .col-sm-9,
.row-4 .col-xs-1,
.row-4 .col-xs-10,
.row-4 .col-xs-11,
.row-4 .col-xs-12,
.row-4 .col-xs-2,
.row-4 .col-xs-3,
.row-4 .col-xs-4,
.row-4 .col-xs-5,
.row-4 .col-xs-6,
.row-4 .col-xs-7,
.row-4 .col-xs-8,
.row-4 .col-xs-9 {
  padding-right: 4px;
  padding-left: 4px;
}
/*居中宽度缩小*/
/*操作延迟*/
body {
  overflow-x: hidden;
  font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  width: 100%;
  background-color: #f5f5f5;
}
/*头部*/
.topbar {
  height: 100px;
  background: transparent url(../images/top_bg.jpg) repeat top center;
  background-size: cover;
  text-align: center;
}
.topbar img.logo1 {
  margin-top: 10px;
  float: left;
  width: 616px;
  height: 80px;
}
.topbar img.logo2 {
  display: none;
  margin: auto;
  max-height: 140px;
}

/*导航*/
.header_nav {
  background: rgb(23, 137, 232);
  /*background: #eb7546;*/
  background-size: cover;
  z-index: 11;
  height: 50px;
  -moz-box-shadow:0px 1px 5px #A3A3A3; -webkit-box-shadow:0px 1px 5px #A3A3A3; box-shadow:0px 1px 5px #A3A3A3;
}
.header_nav .container {
  position: relative;
}
.header_nav .container .navbar {
  padding: 0;
}
.header_nav .container .navbar .navbar-nav {
  width: 100%;
}
.header_nav .container .navbar .navbar-nav .nav-item {
  position: relative;
}
.header_nav .container .navbar .navbar-nav .nav-item a.nav-link {
  color: #fff;
  padding: .8rem .5rem;
}
.header_nav .container .navbar .navbar-nav .nav-item ul {
  background-color: #fff;
  border: 1px solid #dddddd;
  z-index: 2;
  position: relative;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li {
  padding: 0 .3rem;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li a {
  padding: .8rem 0rem;
  display: block;
  border-bottom: 1px solid #ddd;
}
.header_nav .container .navbar .navbar-nav .nav-item ul li:hover a {
  color: #51b7ff;
}
.header_nav .container .navbar .search {
  display: none;
}
.header_nav .container .navbar .btn-search {
  flex: .3;
  background-color: #5def69;
  /*background: #f5b62b;*/
  height: 50px;
}
.header_nav .container .navbar .btn-search .search {
  position: absolute;
  right: 0;
  border: 1px solid #e0e0e0;
  padding: .4rem;
  z-index: 2;
  background-color: #fff;
}
.header_nav .container .navbar .btn-search .search input {
  border: 1px solid #67c0fd;
  padding-right: 3rem;
}
.header_nav .container .navbar .btn-search .search button {
  background-color: #67c0fd;
  color: #fff;
  border-radius: 0;
  position: absolute;
  right: .4rem;
  top: .4rem;
}
.header_nav .container .navbar .btn-search .search:before {
  content: "◆";
  color: #fff;
  font-family: simsun;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  top: .2rem;
  right: .5rem;
  margin-left: -15px;
}
.header_nav .container .navbar-dark .navbar-nav .active > .nav-link,
.header_nav .container .navbar-dark .navbar-nav .nav-link.active,
.header_nav .container .navbar-dark .navbar-nav .nav-link.show,
.header_nav .container .navbar-dark .navbar-nav .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.2);
}
.header_nav .container .navbar-dark .navbar-nav .nav-link:focus,
.header_nav .container .navbar-dark .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .header_nav {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 80px;
  }
  .header_nav .container {
    max-width: none;
  }
  .header_nav .container .navbar {
    padding: 1.2rem .3rem;
  }
  .header_nav .container .navbar .navbar-toggler {
    z-index: 9;
    background-color: #52abeb;
    position: relative;
    right: -0.6rem;
  }
  .header_nav .container .navbar .navbar-toggler.collapsed {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .header_nav .container .navbar .navbar-collapse {
    padding-top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    padding-right: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-y: scroll;
  }
  .header_nav .container .navbar .navbar-nav {
    background-color: #52abeb;
    margin: auto;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
  .header_nav .container .navbar .navbar-nav .nav-item {
    flex-grow: inherit;
  }
  .header_nav .container .navbar .navbar-nav .nav-item ul {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
  }
  .header_nav .container .navbar .navbar-nav .nav-item > a.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  }
  .header_nav .container .navbar .navbar-nav .btn-search {
    background-color: transparent;
    padding: .4rem 1rem;
  }
  .header_nav .container .navbar .navbar-nav .btn-search a.nav-link {
    display: none;
  }
  .header_nav .container .navbar .navbar-nav .btn-search .search {
    display: block;
    position: relative;
    border: none;
  }
  .header_nav .container .navbar .navbar-nav .btn-search .search:before {
    content: "";
  }
  .header_nav .container .navbar .navbar-nav .nav-item.active > .nav-link {
    background-color: #5def69;
    color: #fff;
  }
  .header_nav .container .navbar .navbar-nav .mainlevel .nav-link:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .header_nav .container .navbar .navbar-nav .mainlevel.active .nav-link:after {
    content: "\f106";
  }
}
.swiper1 {
  position: relative;
  min-height: 100px;
  text-align: center;
}
.swiper1 img {
  min-height: 100px;
  margin: auto;
  text-align: center;
}
.swiper1 .swiper-pagination {
  left: 0%;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swiper1 .swiper-pagination span {
  margin: auto 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: .6;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.swiper1 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #52abeb;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .swiper1 .swiper-pagination {
    margin: auto 2px;
    left: 40%;
    width: 20%;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .swiper1 {
    border-top: 5px solid #ddd;
  }
  .swiper1 img {
    width: 150%;
    max-width: none;
    position: relative;
    right: 25%;
  }
  .swiper1 .swiper-slide {
    overflow: hidden;
  }
}
.home-slogan {
  margin: 1.2rem 0;
}
.home-slogan .container {
  background-color: #d7ecfd;
  text-align: center;
  overflow: hidden;
  padding: .5rem;
}
.home-slogan .container img {
  max-height: 88px;
}
.home-slogan .container .left {
  float: left;
}
.home-slogan .container .right {
  float: right;
}
.home-slogan .container h4 {
  line-height: 5.5rem;
  font-size: 2rem;
  letter-spacing:7px;
  margin-bottom: auto;
  color: #52abeb;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-slogan .container .left {
    margin-left: 10%;
  }
  .home-slogan .container .right {
    margin-right: 10%;
  }
  .home-slogan .container h4 {
    display: inline-block;
    line-height: 1.6rem;
    margin-top: .4rem;
    font-size: 1.2rem;
  }
}
.home-notice {
  margin: 1.2rem 0;
}
.home-notice .container {
  background-color: #ebebeb;
  overflow: hidden;
  padding-left: 0;
}
.home-notice .container h6 {
  line-height: 2.8rem;
  margin-bottom: auto;
  width: 150px;
  float: left;
  text-align: center;
  color: #fff;
  background: #52abeb url(../images/i/notice-bg.png) no-repeat right center;
  padding-right: 1rem;
}
.home-notice .container h6 i {
  margin-left: .5rem;
}
.home-notice .container .swiper2 .swiper-container {
  padding-left: 1rem;
}
.home-notice .container .swiper2 .swiper-slide {
  max-width: 50%;
}
.home-notice .container .swiper2 .swiper-slide a {
  font-size: 92%;
  padding-left: 1rem;
  display: block;
  line-height: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMUFBRDFFQzREMzQxMUU5OURGMkY3QjkzOTBBRDg0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMUFBRDFFRDREMzQxMUU5OURGMkY3QjkzOTBBRDg0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxQUFEMUVBNEQzNDExRTk5REYyRjdCOTM5MEFEODQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxQUFEMUVCNEQzNDExRTk5REYyRjdCOTM5MEFEODQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jU7ojQAAAERJREFUeNpiDFr9mo2BgaEbiGOAmBGIFwNxKQuQ6ALiPAYEALG/MwGJWAZMkMrEgAMwQc1EB3NAdpRBLYUZCVJYCxBgALAtClD/hOSdAAAAAElFTkSuQmCC") no-repeat left center;
}
.home-notice .container .swiper2 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-notice .container .swiper2 .swiper-slide {
    max-width: none;
    min-width: 300px;
  }
}
.home-news1 {
  margin: 1.2rem 0;
}
.home-news1 .row-8 {
  margin-left: -23px;
  margin-right: -23px;
}
.home-news1 .left .swiper3 {
  position: relative;
}
.home-news1 .left .swiper3 .swiper-slide {
  height: 280px;
}
.home-news1 .left .swiper3 .swiper-slide img {
  height: 280px;
  width: 100%;
}
.home-news1 .left .swiper3 .swiper-slide span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent url(../images/i/blank.png) repeat;
  line-height: 30px;
  height: 30px;
  color: #fff;
  padding: 0 5rem 0 .5rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 80%;
}
.home-news1 .left .swiper3 .swiper-pagination {
  bottom: 0;
  right: .5rem;
}
.home-news1 .left .swiper3 .swiper-pagination span {
  margin: 0 .2rem;
  opacity: .8;
  border: 1px solid #666;
  background-color: #fff;
}
.home-news1 .left .swiper3 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #52abeb;
  opacity: 1;
}
.home-news1 .right .list-news {
  height: 280px;
  padding: 1rem 1.6rem;
}
.home-news1 .right .list-news .title {
  border-bottom: 1px solid #e2e2e2 ;
  margin-bottom: 1rem;
}
.home-news1 .right .list-news .title span {
  line-height: 1.9rem;
  padding: 0 .8rem;
  display: inline-block;
  cursor: pointer;
}
.home-news1 .right .list-news .title span.active {
  background-color: #52abeb;
  color: #fff;
}
.home-news1 .right .list-news .news-cont .box {
  display: none;
}
.home-news1 .right .list-news .news-cont .box:first-child {
  display: block;
}
.home-news1 .right .list-news .news-cont .box h2 {
  font-size: 1.2rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto .6rem;
}
.home-news1 .right .list-news .news-cont .box h2 a {
  font-weight: bold;
  color: #52abeb;
}
.home-news1 .right .list-news .news-cont .box h2 a:hover {
  text-decoration: underline;
}
.home-news1 .right .list-news .news-cont .box ul.list {
  margin-bottom: 0;
  height: 180px;
  overflow: hidden;
}
.home-news1 .right .list-news .news-cont .box ul.list li {
  position: relative;
}
.home-news1 .right .list-news .news-cont .box ul.list li a {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAMAAABh9kWNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzNGMzA3MUQ0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzNGMzA3MUM0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEIzQzZDNEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEIzQzZENEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UZEhcQAAAAZQTFRFUqvrAAAA4qh4jQAAAA5JREFUeNpiYEAAgAADAAAMAAFkFId7AAAAAElFTkSuQmCC") no-repeat left center;
  font-size: 92%;
  padding-left: .8rem;
  display: block;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3rem;
}
.home-news1 .right .list-news .news-cont .box ul.list li span.time {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 1.9rem;
  color: #999;
}
.home-news1 .right .list-news .news-cont .box a.more {
  float: right;
}
@media screen and (max-width: 767px) {
  .home-news1 .left .swiper3 .swiper-slide {
    height: auto;
  }
  .right .list-news .news-cont .box ul.list {
    height: auto;
  }
}
.home-main-one {
  background-color: #fff;
  padding: 1.2rem 0;
}
.home-main-one .title {
  border-bottom: 2px solid #51b7ff;
  line-height: 2.8rem;
  position: relative;
  padding-left: .8rem ;
  margin-bottom: 1rem;
}
.home-main-one .title:before {
  content: "";
  position: absolute;
  background: transparent url(../images/i/title-bg.png) no-repeat left bottom;
  height: 3.4rem;
  width: 12rem;
  display: inline-block;
  left: -0.8rem;
}
.home-main-one .title strong {
  display: inline-block;
  position: relative;
  top: .5rem;
  color: #fff;
  background: transparent url(../images/i/icon-cg.png) no-repeat left center;
  padding-left: 2.2rem;
  font-size: 1.2rem;
}
.home-main-one .title a.more {
  float: right;
}
.home-main-one ul.list {
  overflow: hidden;
  margin:0px;
}
.home-main-one ul.list li {
  float: left;
  width: 31.3%;
  margin: 0 1% 1.2rem;
}
.home-main-one ul.list li a .pic {
  height: 155px;
  overflow: hidden;
  border-top: 3px solid #51b7ff;
}
.home-main-one ul.list li a .pic img {
  min-width: 100%;
  max-height: 200px;
}
.home-main-one ul.list li a h5 {
  font-size: 1.1rem;
  margin-bottom: auto;
  margin-top: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-main-one ul.list li a p {
  font-size: .8rem;
  line-height: 1.6rem;
  height: 3.2rem;
  color: #999;
  margin-bottom: auto;
  overflow: hidden;
}
.home-main-one ul.list li a:hover .pic {
  border-color: #5def69;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.home-main-one ul.list li a:hover h5 {
  text-decoration: underline;
}
.home-main-one ul.list li a:hover p {
  color: #51b7ff;
}
@media screen and (max-width: 991px) {
  .home-main-one ul.list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .home-main-one ul.list li {
    width: 100%;
    margin: 0 0 1.2rem;
  }
  .home-main-one ul.list li a p {
    height: auto;
  }
}
.home-main-two {
  padding: 1.2rem 0;
}
.home-main-two .title {
  border-bottom: 2px solid #51b7ff;
  line-height: 2.8rem;
  position: relative;
  padding-left: .8rem ;
  margin-bottom: 1rem;
}
.home-main-two .title:before {
  content: "";
  position: absolute;
  background: transparent url(../images/i/title-bg.png) no-repeat left bottom;
  height: 3.4rem;
  width: 12rem;
  display: inline-block;
  left: -0.8rem;
}
.home-main-two .title strong {
  display: inline-block;
  position: relative;
  top: .5rem;
  color: #fff;
  background: transparent url(../images/i/icon-dj.png) no-repeat left center;
  padding-left: 2.2rem;
  font-size: 1.2rem;
}
.home-main-two .title a.more {
  float: right;
}
.home-main-two .list-cont {
  overflow: hidden;
  margin: 0 -0.7%;
}
.home-main-two .list-cont .box {
  width: 48.6%;
  margin: 0 .7% 1.4%;
  float: left;
  background-color: #fff;
  padding: 1rem;
}
.home-main-two .list-cont .box .title1 {
  border-bottom: 2px solid #51b7ff;
  line-height: 2.6rem;
  position: relative;
  margin-bottom: 1rem;
}
.home-main-two .list-cont .box .title1 strong {
  font-size: 1.2rem;
  color: #51b7ff;
}
.home-main-two .list-cont .box .title1 a.more {
  float: right;
}
.home-main-two .list-cont .box ul.list {
  margin-bottom: auto;
  height: 150px;
}
.home-main-two .list-cont .box ul.list li {
  position: relative;
}
.home-main-two .list-cont .box ul.list li a {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAMAAABh9kWNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzNGMzA3MUQ0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzNGMzA3MUM0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEIzQzZDNEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEIzQzZENEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UZEhcQAAAAZQTFRFUqvrAAAA4qh4jQAAAA5JREFUeNpiYEAAgAADAAAMAAFkFId7AAAAAElFTkSuQmCC") no-repeat left center;
  font-size: 92%;
  padding-left: .8rem;
  display: block;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 3rem;
}
.home-main-two .list-cont .box ul.list li span.time {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 1.9rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .home-main-two .list-cont .box {
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
  }
  .home-main-two .list-cont .box ul.list {
    height: auto;
  }
}
.home-link {
  background-color: #e1e1e1;
  overflow: hidden;
  padding: 1.2rem 0;
}
.home-link .title {
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1.6rem;
  width: 15%;
  max-width: 100px;
  text-align: center;
}
.home-link .box {
  width: 25%;
  float: left;
  max-width: 200px;
  margin-right: 1.4rem;
}
.home-link .box select {
  width: 100%;
  line-height: 1.8rem;
  height: 1.8rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .home-link .box {
    max-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .home-link .title {
    max-width: none;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  .home-link .box {
    max-width: none;
    width: auto;
    margin-bottom: 1rem;
  }
}
.home-link2 {
  background-color: #414659;
  overflow: hidden;
  padding: 1rem;
  text-align: center;
  color: #ccc;
}
.home-link2 a {
  color: #ccc;
  font-size: 90% ;
}
.home-link2 a:hover {
  color: #fff;
}
.home-footer {
  background-color: #393b48;
  overflow: hidden;
  padding: 2rem 1rem;
}
.home-footer .left {
  text-align: center;
  border-right: 1px solid #666666;
}
.home-footer .left img {
  margin: auto;
  display: block;
  margin: 1rem auto;
  height: 60px;
}
.home-footer .middle {
  padding-left: 4%;
}
.home-footer .middle p {
  margin-bottom: auto;
  color: #999;
  font-size: 90%;
  line-height: 1.6rem;
}
.home-footer .right {
  text-align: center;
  padding-top: 1rem;
}
.home-footer .right img {
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .home-footer .left,
  .home-footer .right,
  .home-footer .middle {
    text-align: center;
    border: none;
  }
}
/*回到顶部 开始*/
div#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  margin-bottom: auto;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
div#back-to-top a {
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 1.3rem;
  padding: 2px;
  cursor: pointer;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
div#back-to-top a:hover {
  color: #fff;
}
@media (min-width: 1300px) {
  div#back-to-top {
    right: auto;
    left: 50%;
    margin-left: 600px;
  }
}
.banner2 {
  background-size: contain;
  background-position: center center;
  min-height: 10rem;
}
.banner2 h3 {
  padding-top: 4rem;
  color: #fff;
  text-shadow: 0 0 1px #999, 1px 1px 2px #888, 2px 2px 2px #777, 3px 3px 2px #666, 4px 4px 2px #555;
  padding-left: 2rem;
}
.main-list {
  margin: 1.2rem 0;
}
.main-list .container {
  background-color: #fff;
  min-height: 100px;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.main-list .container .left .index-sub {
  margin-bottom: .8rem;
}
.main-list .container .left .index-sub .title {
  background-color: #52abeb;
  padding: .4rem 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: .2rem;
}
.main-list .container .left .index-sub .list {
  margin-bottom: auto;
}
.main-list .container .left .index-sub .list li {
  border-bottom: 1px dashed #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-list .container .left .index-sub .list li a {
  padding: .3rem 1rem .3rem 2rem;
  display: block;
}
.main-list .container .left .index-sub .list li.active a {
  color: #52abeb;
  border-left: 2px solid #52abeb;
  background-color: #eee;
}
.main-list .container .right .title-sub {
  border-bottom: 1px solid #52abeb;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #52abeb;
}
.main-list .container .right .title-sub strong {
  border-bottom: 3px solid #52abeb;
  line-height: 1.9rem;
  display: inline-block;
  padding: 0 1rem;
}
.main-list .container .right .list-cont2 {
  margin: 1rem auto;
}
.main-list .container .right .list-cont2 .box li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  position: relative;
  padding: 0 1rem 1rem;
}
.main-list .container .right .list-cont2 .box li .title {
  margin: 1rem 0 .8rem;
}
.main-list .container .right .list-cont2 .box li .title a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.main-list .container .right .list-cont2 .box li .title a:hover {
  color: #52abeb;
}
.main-list .container .right .list-cont2 .box li .cont {
  overflow: hidden;
}
.main-list .container .right .list-cont2 .box li .cont .pic {
  width: 160px;
  height: 120px;
  float: left;
  margin-right: 1rem;
}
.main-list .container .right .list-cont2 .box li .cont .pic img {
  height: 100%;
  width: 100%;
}
.main-list .container .right .list-cont2 .box li .cont .text .info {
  font-size: 80%;
  color: #999;
  margin-bottom: .5rem;
}
.main-list .container .right .list-cont2 .box li .cont .text .summary {
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: .9rem;
  color: #828282;
  line-height: 1.4rem;
  margin-bottom: auto;
  position: relative;
  text-indent: 2rem;
}
.main-list .container .right .list-cont2 ul.list {
  margin-bottom: auto;
  height: auto;
}
.main-list .container .right .list-cont2 ul.list li {
  position: relative;
}
.main-list .container .right .list-cont2 ul.list li a {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAMAAABh9kWNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzNGMzA3MUQ0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzNGMzA3MUM0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEIzQzZDNEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEIzQzZENEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UZEhcQAAAAZQTFRFUqvrAAAA4qh4jQAAAA5JREFUeNpiYEAAgAADAAAMAAFkFId7AAAAAElFTkSuQmCC") no-repeat left center;
  font-size: 1rem;
  padding-left: .8rem;
  display: block;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 8rem;
}
.main-list .container .right .list-cont2 ul.list li span.time {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 1.9rem;
  color: #999;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .main-list .container .left {
    margin-bottom: 1rem;
  }
}
.paging {
  margin: 20px auto;
}
.paging span.pull-left {
  width: 40%;
  margin: auto;
  line-height: 34px;
  font-size: 12px;
}
.paging ul {
  width: 60%;
  margin: auto;
}
@media (max-width: 991px) {
  .paging span.pull-left,
  .paging ul {
    width: auto;
  }
}
/*颜色*/
.paging .pagination > li > a,
.paging .pagination > li > span {
  color: #2b78d0;
}
.paging .pagination > li > a:focus,
.paging .pagination > li > a:hover {
  border-color: #2b78d0;
}
.paging .pagination > .active > a,
.paging .pagination > .active > a:focus,
.paging .pagination > .active > a:hover {
  background-color: #2b78d0;
  border-color: #2b78d0;
  color: #fff;
}
/*面包屑导航*/
.crumbs .breadcrumb {
  font-family: 'Microsoft YaHei';
  margin: 1rem auto;
  background-color: transparent;
  padding: 0;
}
.crumbs .breadcrumb li {
  color: #999;
  font-size: 90%;
  line-height: 1.5rem;
}
.crumbs .breadcrumb li a {
  color: #666;
}
.crumbs .breadcrumb li a:hover {
  color: #52abeb;
}
.main-details {
  margin: 1.2rem 0;
}
.main-details .container {
  background-color: #fff;
  min-height: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-details .container .left .title-det {
  font-size: 1.8rem;
  margin-bottom: .5rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
.main-details .container .left .sub-det {
  border-bottom: dashed 1px #ccc;
  padding-bottom: .3rem;
  margin-bottom: 1.5rem;
}
.main-details .container .left .info {
  width: 100%;
  border-left: 10px solid  #ccc;
  border-right: 10px solid  #ccc;
  border-bottom: none;
  background-color: #EFEFEF;
  color: #666;
  display: block;
  padding: 3px 0 3px 1rem;
  overflow: hidden;
  margin-bottom: .5rem;
  text-align: center;
}
.main-details .container .left .info em,
.main-details .container .left .info a.det {
  display: inline-block;
  float: left;
  margin-right: .8rem;
  line-height: 2rem;
  font-size: 80%;
  float: none;
}
.main-details .container .left .info a.det {
  color: #52abeb;
}
.main-details .container .left .info a.det:hover {
  text-decoration: underline;
}
.main-details .container .left .info .bdsharebuttonbox {
  margin-left: .5rem;
  display: inline-block;
}
.main-details .container .left .info .bdsharebuttonbox:after {
  content: none;
}
.main-details .container .left .info .bdsharebuttonbox a {
  float: none;
  padding-bottom: .2rem;
}
.main-details .container .left .det-cont {
  padding: 0 3rem;
}
.main-details .container .right .hot-det {
  border: 5px #e3e3e3 solid;
  padding: 1rem;
  margin-bottom: 1rem;
}
.main-details .container .right .hot-det h3 {
  border-bottom: 2px #e3e3e3 solid;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.main-details .container .right .hot-det h3 span {
  border-bottom: 2px #52abeb solid;
  display: inline-block;
  position: relative;
  top: 2px;
}
.main-details .container .right .hot-det ul {
  margin: auto;
}
.main-details .container .right .hot-det ul li {
  position: relative;
}
.main-details .container .right .hot-det ul li a {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAMAAABh9kWNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzNGMzA3MUQ0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzNGMzA3MUM0RDRGMTFFOTkzNEVBOTkyQjA1RTc2NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVFOEIzQzZDNEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVFOEIzQzZENEQ0RTExRTk5RDg3REM3OEM0QzA1OEE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UZEhcQAAAAZQTFRFUqvrAAAA4qh4jQAAAA5JREFUeNpiYEAAgAADAAAMAAFkFId7AAAAAElFTkSuQmCC") no-repeat left center;
  font-size: 92%;
  padding-left: .8rem;
  display: block;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
}
.main-details .container .right .hot-det ul li a:hover {
  color: #52abeb;
}
.main-details .container .right .det-pic {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-details .container .left {
    margin-bottom: 1rem;
  }
  .main-details .container .left .det-cont {
    padding: 0 0rem;
  }
  .main-details .container .left .info em,
  .main-details .container .left .info a.det {
    float: none;
  }
  .main-details .container .left .info .bdsharebuttonbox {
    display: block;
    margin: auto;
    float: none;
  }
}
.main-details2 {
  margin: 1.2rem 0;
}
.main-details2 .container {
  background-color: #fff;
  min-height: 100px;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.main-details2 .container .left .index-sub {
  margin-bottom: .8rem;
}
.main-details2 .container .left .index-sub .title {
  background-color: #52abeb;
  padding: .4rem 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: .2rem;
}
.main-details2 .container .left .index-sub .list {
  margin-bottom: auto;
}
.main-details2 .container .left .index-sub .list li {
  border-bottom: 1px dashed #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-details2 .container .left .index-sub .list li a {
  padding: .3rem 1rem .3rem 2rem;
  display: block;
}
.main-details2 .container .left .index-sub .list li.active a {
  color: #52abeb;
  border-left: 2px solid #52abeb;
  background-color: #eee;
}
.main-details2 .container .right .title-det {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  line-height: 2rem;
  font-weight: bold;
}
.main-details2 .container .right .sub-det {
  border-bottom: dashed 1px #ccc;
  padding-bottom: .3rem;
  margin-bottom: 1.5rem;
}
.main-details2 .container .right .info {
  width: 100%;
  border-left: 10px solid  #ccc;
  border-bottom: none;
  background-color: #EFEFEF;
  color: #666;
  display: block;
  padding: 3px 0 3px 1rem;
  overflow: hidden;
  margin-bottom: .5rem;
}
.main-details2 .container .right .info em,
.main-details2 .container .right .info a.det {
  display: inline-block;
  float: left;
  margin-right: .8rem;
  line-height: 2rem;
  font-size: 80%;
  float: none;
}
.main-details2 .container .right .info a.det {
  color: #52abeb;
}
.main-details2 .container .right .info a.det:hover {
  text-decoration: underline;
}
.main-details2 .container .right .info .bdsharebuttonbox {
  margin-left: .5rem;
  display: inline-block;
  float: right;
}
.main-details2 .container .right .info .bdsharebuttonbox:after {
  content: none;
}
.main-details2 .container .right .info .bdsharebuttonbox a {
  float: none;
  padding-bottom: .2rem;
}
.main-details2 .container .right .det-cont {
  padding: 0 .3rem;
}
.main-message {
  margin: 1.2rem 0;
}
.main-message .container {
  background-color: #fff;
  min-height: 100px;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.main-message .container .left .index-sub {
  margin-bottom: .8rem;
}
.main-message .container .left .index-sub .title {
  background-color: #52abeb;
  padding: .4rem 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: .2rem;
}
.main-message .container .left .index-sub .list {
  margin-bottom: auto;
}
.main-message .container .left .index-sub .list li {
  border-bottom: 1px dashed #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-message .container .left .index-sub .list li a {
  padding: .3rem 1rem .3rem 2rem;
  display: block;
}
.main-message .container .left .index-sub .list li.active a {
  color: #52abeb;
  border-left: 2px solid #52abeb;
  background-color: #eee;
}
.main-message .container .right .title-sub {
  border-bottom: 1px solid #52abeb;
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #52abeb;
}
.main-message .container .right .title-sub strong {
  border-bottom: 3px solid #52abeb;
  line-height: 1.9rem;
  display: inline-block;
  padding: 0 1rem;
}
.main-message .container .right font.red {
  color: #f00;
}
.main-message .container .right .form-message {
  padding: 1rem 2rem;
}
.main-message .container .right .form-message .form-group {
  margin-bottom: .8rem;
}
.main-message .container .right .form-message .form-group label {
  margin-bottom: .3rem;
  font-weight: bold;
}
.main-message .container .right .form-message span.ckstr {
  position: absolute;
  left: 100%;
  top: 46%;
  width: 100px;
  height: 38px;
}
.home-piclink {
  margin: 0px 0px 1.2rem;
}
.home-piclink .container .swiper4 .swiper-container {
  padding-left: 1rem;
}
.home-piclink .container .swiper4 .swiper-slide {
  width: 180px;
  height: 42px;
}
.home-piclink .container .swiper4 .swiper-slide a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-piclink .container .swiper4 .swiper-slide a img {
  width: 100%;
  height: 42px;
}
.home-piclink .container .swiper4 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

/*.box_cg{padding: 60px 0px;position: relative;}
.box_cg img{width: 90%;display: block;margin: 0px auto;}
.cg1{display:block;position: absolute;top: 7%;left: 2%;width: 30%;height: 59%;border-radius: 50%;}
.cg2{display:block;position: absolute;top: 7%;left: 34%;width: 30%;height: 59%;border-radius: 50%;}
.cg3{display:block;position: absolute;top: 7%;left: 67%;width: 30%;height: 59%;border-radius: 50%;}
.cg4{display:block;position: absolute;top: 51%;left: 18%;width: 30%;height: 59%;border-radius: 50%;z-index: 2;}
.cg5{display:block;position: absolute;top: 51%;left: 34%;width: 30%;height: 59%;border-radius: 50%;z-index: 2;}*/
.yun{width: 3rem;}
.yun1{float: left;margin-left: -3rem;}
.yun2{
  float: right;
  margin-right: -3rem;
  transform: rotateY(180deg);
  -ms-transform:rotateY(180deg);   /* IE 9 */
  -moz-transform:rotateY(180deg);  /* Firefox */
  -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
  -o-transform:rotateY(180deg);  /* Opera */
}
@media screen and (max-width: 767px) {
  .yun{display: none;}
}

.howdydo-style {
  border-bottom: #999 0px solid;
  text-align: center;
  background-color: #1768ae;
  -moz-box-shadow: 0px 3px 5px #999;
  -webkit-box-shadow: 0px 3px 5px #999;
  box-shadow: 0px 3px 5px #999;
  position: absolute;
  top: 0;
  right: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 5000;
}
#howdydo-open {
  position: absolute;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  top: 0px;
  right: 20px;
  padding-top:6px;
}
@media screen and (max-width: 991px) {
  .jieri{display: none;}
  .header .home-top {
    margin-top: 80px;
  }
}

.search-bar{position: relative;margin-top: 30px;margin-right: 10px;}
.search-bar .searchinput {
    height:40px;
    line-height:40px;
    font-size:14px;
    border:1px solid #dfdfdf;
    border-right:0;
    width:300px;
    padding:10px 16px 10px 20px;
    float:left;
    color:#333;
    outline: none;
}
.search-bar .searchbtn-wrap {
    width:40px;
    height:40px;
    background-color:#fff;
    float:left;
    position:relative
}
.search-bar .searchbtn-wrap:hover {
    background-color:#ccc;
}
.search-bar .searchbtn {
    border:1px solid #dfdfdf;
    width:40px;
    height:40px;
    background:url('../images/search.png') center no-repeat;
    background-size:100% 100%;
    padding:0;
    position:relative;
    z-index:2
}
.search-bar .searchbtn:hover {
    border-color:#ccc
} 

@media screen and (max-width: 991px) {
  .topbar {
    margin-top: 80px;
    height: auto;
  }
  .topbar img.logo1 {
    display: none;
  }
  .topbar img.logo2 {
    display: none;
  }
  .search-bar{margin-top: 0px;margin-right: 0px;float: none;padding: 20px 0px;overflow: hidden;}
  .home-footer #_ideConac{display: block;margin:0px auto;width: 100%;text-align: center;}
}