.adminbuy_cn {
  background: #fff;
  position: relative;
  z-index: 100;
}

.adminbuy_cn .header-left {
  position: absolute;
  width: 40%;
  display: table;
  max-width: 240px;
}

.adminbuy_cn .logo {
  display: table-cell;
  vertical-align: middle;
}

.adminbuy_cn .logo img {
  height: 65px;
  margin-top: 15px;
}

.adminbuy_cn .header-mid,
.adminbuy_cn .header-right {
  float: right;
}

.adminbuy_cn .header-menu li {
  width: auto !important;
  margin-right: 56px;
}

.adminbuy_cn .header-menu li em {
  position: relative;
}

.adminbuy_cn .header-menu li em a {
  line-height: 90px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.adminbuy_cn .header-menu li em a::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #009fe8;
  width: 0;
  transition: ease-in-out 0.3s;
  bottom: 0;
}

.adminbuy_cn .header-menu li em a:hover::before,
.adminbuy_cn .header-menu li.aon em a::before {
  width: 100%;
}

.adminbuy_cn .header-menu li em a:hover,
.adminbuy_cn .header-menu li.aon em a {
  color: #009fe8;
}

.adminbuy_cn .header-menu li .sub {
  width: 230%;
  left: -65%;
  overflow: hidden;
  display: none
}

.adminbuy_cn .header-menu li .sub {
  padding: 15px;
  text-align: center;
}

.adminbuy_cn .header-menu li dt {
  border-bottom: 1px solid #f2f2f2;
}

.adminbuy_cn .header-menu li .por {
  display: none;
}

.adminbuy_cn .header-menu li .m16 .por {
  display: block;
}

.adminbuy_cn .header-menu li dt a {
  color: #666;
  transition: 0.3s;
}

.adminbuy_cn .header-menu li dt a:hover {
  background: none;
  color: #009fe8;
}

.adminbuy_cn .header-right dd {
  float: left;
  padding: 30px 0 30px 10px;
  line-height: 30px;
}

.adminbuy_cn .top-search {
  position: relative;
  z-index: 100;
}

.adminbuy_cn .open-search {
  background: url(../images/adminbuy_cn-search.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}

.adminbuy_cn .open-search-show {
  position: relative;
  background: none;
}

.adminbuy_cn .open-search-show::before,
.adminbuy_cn .open-search-show::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 3px;
  background: #009fe8;
  top: 50%;
  left: 10%;
  transform: rotate(-45deg);
}

.adminbuy_cn .open-search-show::after {
  transform: rotate(45deg);
}

.adminbuy_cn .search-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
}

.adminbuy_cn .search-box .text {
  width: 254px;
  line-height: 46px;
  height: 46px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 50px 0 10px;
}

.adminbuy_cn .search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  width: 46px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.adminbuy_cn .search-box .btn::before {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #b4b4b4;
  top: -15px;
  right: 4px;
}

@media(max-width:1200px) {
  .adminbuy_cn .header-menu li {
    margin-right: 36px;
  }
}

@media(max-width:1024px) {
  .adminbuy_cn #header-menu {
    position: fixed;
    right: -100%;
    top: 0;
    background: #000;
    z-index: 100;
    padding-top: 90px;
    width: 70%;
    max-width: 300px;
    height: 100%;
    transition: ease-in-out 0.3s;
  }

  .adminbuy_cn #header-menu.header-menu-show {
    right: 0;
  }

  .adminbuy_cn #header-menu li em,
  .adminbuy_cn #header-menu li em a {
    border-bottom: 0;
  }

  .adminbuy_cn #header-menu li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.1);
  }

  .adminbuy_cn #header-menu li em a {
    font-weight: normal;
  }

  /* .adminbuy_cn #header-menu li.has-sub em a {
    background: url(https://yanshi.92wailian.com/k598/skin/images/adminbuy_cn-icon.png) no-repeat 95% center;
  }

  .adminbuy_cn #header-menu li.clickon em a {
    background-image: url(https://yanshi.92wailian.com/k598/skin/images/adminbuy_cn-icon_up.png);
  } */

  .adminbuy_cn #header-menu li .sub-menu {
    padding: 5%;
  }

  .adminbuy_cn #open_menu {
    width: 40px;
    height: 30px;
    background: #009fe8;
    margin-left: 10px;
    position: relative;
    z-index: 101;
    transition: background 0.3s;
  }

  .adminbuy_cn #open_menu i,
  .adminbuy_cn #open_menu i::before,
  .adminbuy_cn #open_menu i::after {
    background: #fff;
    border-radius: 3px;
  }

  .adminbuy_cn #open_menu i {
    left: 20%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
  }

  .adminbuy_cn #open_menu.open_menu_on {
    background: #000;
    position: fixed;
    right: 2%;
  }

  .adminbuy_cn #open_menu.open_menu_on i {
    height: 3px;
    margin-top: -1.5px;
  }
}

@media(max-width:640px) {
  .adminbuy_cn .header-left {
    width: 60%;
  }
}

@media(max-width:480px) {
  .adminbuy_cn .header-left {
    max-width: 192px;
  }

  .adminbuy_cn .header-right dd {
    padding: 21px 0;
  }
}


/*
 .Banner001751 
 */
.Banner001751 li {}

.Banner001751 li a {
  display: block;
}

.Banner001751 .bx-wrapper {
  position: relative;
  z-index: 1;
}

.Banner001751 .bx-viewport {
  z-index: 1;
}

.Banner001751 .bx-controls-direction a {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url(../images/banner001751-btn.png) no-repeat 0 0;
  overflow: hidden;
  line-height: 1000px;
  margin-top: -35px;
}

.Banner001751 .bx-controls-direction a.bx-next {
  right: 5%;
  background-position: right top;
}

.Banner001751 .bx-controls-direction a.bx-prev {
  left: 5%;
}

.Banner001751 .bx-pager {
  z-index: 10;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5%;
}

.Banner001751 .bx-pager div {
  display: inline-block;
  padding: 0 5px;
}

.Banner001751 .bx-pager div a {
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
  line-height: 100px;
}

.Banner001751 .bx-pager div a.active {
  background: #fff;
  width: 37px;
}

@media(max-width:1200px) {
  .Banner001751 li {
    height: auto;
    background: none !important;
  }

  .Banner001751 li a {
    height: auto;
  }

  .Banner001751 li img {
    display: block;
    width: 100%;
  }
}

@media(max-width:768px) {
  .Banner001751 .bx-controls-direction a {
    display: none;
  }

  .Floor002595 .auto {
    margin-top: 20px !important
  }
}

@media(max-width:480px) {
  .Banner001751 .bx-pager div a {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }

  .Banner001751 .bx-pager div a.active {
    width: 25px;
  }
}


/*
 .Floor002595
 */
.Floor002595 {
  position: relative;
  z-index: 2;
}

.Floor002595 .auto {
  background: #fff;
  margin-top: -70px;
  padding: 1.5% 3%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.Floor002595 .title h1 {
  margin: 0;
  font-size: 48px;
  text-transform: uppercase;
  color: #f0f0f0;
  line-height: 50px;
  font-family: Arial, " sans-serif";
}

.Floor002595 .title h1 span {
  display: block;
  font-size: 28px;
  font-weight: normal;
  margin-top: -34px;
  color: #333;
}

.Floor002595 .title i {
  background: url(../images/floor002571_details.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  margin-top: 30px;
}

.Floor002595 .right {
  position: relative;
  padding-left: 310px;
}

.Floor002595 .right .Ispic {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  border-radius: 5px;
}

.Floor002595 .right .txt {
  padding: 2% 0;
}

.Floor002595 .right .txt .dot {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.Floor002595 .right .txt .dot:hover {
  color: #009fe8;
}

.Floor002595 .right .txt p {
  margin: 0;
  line-height: 26px;
  height: 52px;
  color: #888;
  margin-bottom: 2.5%;
}

.Floor002595 .right .txt time {
  font-size: 12px;
  color: #999;
}

@media(max-width:1280px) {
  .Floor002595 {
    padding: 0 2%;
  }
}

@media(max-width:1024px) {
  .Floor002595 .title {
    position: relative;
    margin-bottom: 2%;
  }

  .Floor002595 .title a {
    display: block;
  }

  .Floor002595 .title i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10.5px;
  }
}

@media(min-width:1025px) {
  .Floor002595 .title {
    float: left;
  }

  .Floor002595 .right {
    float: right;
    width: 80.8%;
  }
}

@media(max-width:640px) {
  .Floor002595 .right {
    padding-left: 0;
  }

  .Floor002595 .right .Ispic {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    padding-bottom: 30%;
  }

  .Floor002595 .right .txt {
    padding: 2%;
  }
}

@media(max-width:480px) {
  .Floor002595 .title h1 {
    font-size: 24px;
  }

  .Floor002595 .title h1 span {
    font-size: 24px;
  }
}


/*
 .Hometitle
 */
.Hometitle {
  line-height: 40px;
  text-align: center;
}

.Hometitle:after {
  display: block;
  content: '';
  margin: 25px auto 30px;
  width: 40px;
  height: 4px;
  background: #009fe8;
}

.Hometitle .cn {
  font-size: 32px;
  margin-top: -22px;
  color: #333;
}

.Hometitle .en {
  opacity: 0.1;
  -webkit-opacity: 0.1;
  font-size: 52px;
  font-family: Arial, " sans-serif";
  font-weight: bold;
  text-transform: uppercase;
}

@media(max-width:480px) {
  .Hometitle .cn {
    font-size: 24px;
  }

  .Hometitle .en {
    font-size: 24px;
  }
}


/*
 .Floor000556
 */
.Floor000556 {
  padding: 4% 0 5%;
}

.Floor000556 .tab {
  text-align: center;
  padding-bottom: 52px;
}

.Floor000556 .tab ul {
  display: inline-block;
}

.Floor000556 .tab li {
  float: left;
  position: relative;
  margin: 0 6px;
}

.Floor000556 .tab li a {
  display: block;
  cursor: pointer;
  padding: 0 25px;
  line-height: 44px;
  border-radius: 3px;
  font-size: 15px;
  transition: 0.3s;
}

.Floor000556 .tab li a:hover,
.Floor000556 .tab li.on a {
  background: #009fe8;
  color: #fff;
}

.Floor000556 .tab li.on:before {
  position: absolute;
  content: '';
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #009fe8;
  top: 100%;
  margin-left: -2px;
}

.Floor000556 .tab-info {
  display: none;
}

.Floor000556 .pro_list {
  position: relative;
  padding: 0 50px;
}

.Floor000556 .owl-stage-outer {
  overflow: hidden;
}

.Floor000556 .owl-item {
  float: left;
}

.Floor000556 .owl-nav {
  display: block;
}

.Floor000556 .owl-nav button {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: none;
  cursor: pointer;
  padding: 0;
}

.Floor000556 .owl-nav button.owl-prev {
  left: 0;
}

.Floor000556 .owl-nav button.owl-next {
  right: 0;
}

.Floor000556 .owl-nav button::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 50%;
  border-top: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  top: 25%;
  left: 25%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.Floor000556 .owl-nav button.owl-prev::before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.Floor000556 .owl-nav button:hover::before {
  border-color: #009fe8;
}

.Floor000556 .item a {
  display: block;
  border-bottom: 5px solid #f6f6f6;
  transition: 0.3s;
}

.Floor000556 .item a:hover {
  border-bottom-color: #009fe8;
}

.Floor000556 .item .pic {
  text-align: center;
  overflow: hidden;
}

.Floor000556 .item .pic img {
  width: 100%;
  display: none;
}

.Floor000556 .item .pic .Ispic {
  width: 100%;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  transition: 0.3s;
  padding-bottom: 85.44%;
  background-size: contain;
}

.Floor000556 .item:hover .pic .Ispic {
  transform: scale(1.12, 1.12);
}

.Floor000556 .item p {
  margin: 0;
  text-align: center;
  padding: 8% 0 12% 0;
  font-size: 16px;
}

.Floor000556 .item:hover p {
  color: #009fe8;
}

@media(max-width:640px) {
  .Floor000556 .tab li a {
    padding: 0 10px;
    line-height: 36px;
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .Floor000556 .tab li a {
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
  }
}

.Banner002621 {
  height: 350px;
}


/*adminbuy */
.adminbuy {
  padding: 4% 0;
  background: #f6f6f6;
  background-size: cover;
}

.adminbuy .list {
  margin-top: 20px;
}

/*slick Basic*/
.adminbuy .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.adminbuy .slick-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.adminbuy .slick-list:focus {
  outline: none
}

.adminbuy .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.adminbuy .slick-slider .slick-track,
.adminbuy .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.adminbuy .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.adminbuy .slick-track:before,
.adminbuy .slick-track:after {
  display: table;
  content: '';
}

.adminbuy .slick-track:after {
  clear: both;
}

.adminbuy .slick-loading .slick-track {
  visibility: hidden;
}

.adminbuy .slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.adminbuy .slick-slide .slick-loading img {
  display: none;
}

.adminbuy .slick-slide .dragging img {
  pointer-events: none;
}

.adminbuy .slick-initialized .slick-slide {
  display: block;
}

.adminbuy .slick-loading .slick-slide {
  visibility: hidden;
}

.adminbuy .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.adminbuy .slick-arrow .slick-hidden {
  display: none;
}

/*slick Basic End*/

.adminbuy .tab {
  text-align: center;
  padding-bottom: 24px;
}

.adminbuy .tab ul {
  display: inline-block;
}

.adminbuy .tab li {
  float: left;
  position: relative;
  margin: 0 6px;
}

.adminbuy .tab li a {
  display: block;
  cursor: pointer;
  padding: 0 25px;
  line-height: 44px;
  border-radius: 3px;
  font-size: 15px;
  transition: 0.3s;
}

.adminbuy .tab li a:hover,
.adminbuy .tab li.on a {
  background: #009fe8;
  color: #fff;
}

.adminbuy .tab li.on:before {
  position: absolute;
  content: '';
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #009fe8;
  top: 100%;
  margin-left: -2px;
}

@media(min-width:769px) {
  .adminbuy .list>* {
    width: 49.141%;
  }

  .adminbuy .top-news {
    float: left;
  }

  .adminbuy .list dl {
    float: right;
  }

  .adminbuy .list dd:first-child {
    margin-bottom: 19px;
  }

  .adminbuy .list dd .ytable {
    height: 100%;
  }
}

.adminbuy .top-news {
  padding: 1.5% 1.5% 2%;
}

.adminbuy .top-news,
.adminbuy .list dd {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.adminbuy .list .pic {
  display: block;
}

.adminbuy .list .Ispic {
  padding-bottom: 58.545%;
}

.adminbuy .list dd {
  padding: 2% 5%;
}

.adminbuy .list a {
  color: #555;
}

.adminbuy .list a:hover {
  color: #009fe8;
}

.adminbuy .list h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.adminbuy .list h2.dot2 {
  max-height: 60px;
}

.adminbuy .list time b {
  font-size: 34px;
  color: #555;
}

.adminbuy .top-news .txt {
  position: relative;
  margin: 35px 0;
  padding-left: 95px;
}

.adminbuy .top-news .txt time {
  position: absolute;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.adminbuy .top-news .txt time b {
  display: block;
  line-height: 36px;
}

.adminbuy .list dd time b {
  margin-right: 10px;
}

.adminbuy .list dd p {
  line-height: 26px;
  max-height: 52px;
  color: #888;
  font-size: 14px;
  margin: 3% 0;
}

.adminbuy .list dd h2 {
  position: relative;
  min-height: 30px;
}

.adminbuy .list dd h2 a {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}

.adminbuy .list .more a {
  color: #888;
}

.adminbuy .list .more a:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #888;
  border-top: 2px solid #888;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: transform 0.3s;
}

.adminbuy .list .more a:hover:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -4px;
}

.adminbuy .slick-dots {
  overflow: hidden;
}

.adminbuy .slick-dots li {
  float: left;
  width: 22px;
  height: 4px;
  background: #e5e5e5;
  margin-right: 3px;
  cursor: pointer;
}

.adminbuy .slick-dots li button {
  display: none;
}

.adminbuy .slick-dots li.slick-active {
  background: #009fe8;
}

@media(min-width:769px) and (max-width:1024px) {
  .adminbuy .list h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .adminbuy .list dd h2 {
    min-height: 22px;
  }

  .adminbuy .list dd p {
    line-height: 20px;
    max-height: 40px;
    font-size: 14px;
    margin: 10px 0;
  }
}

@media(max-width:768px) {
  .adminbuy .list dd {
    margin-top: 20px;
    height: auto !important;
  }

  .adminbuy .list dd,
  .adminbuy .top-news {
    padding: 20px;
  }
}

@media(max-width:640px) {
  .adminbuy {
    padding: 30px 0;
  }

  .adminbuy .list h2 {
    font-size: 18px;
  }

  .adminbuy .list dd p {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    margin: 10px 0;
  }
}


/*
 .Floor002367
 */
.Floor002367 {
  padding: 4% 0 4.5%;
}

.Floor002367 .CaseMnue {
  width: 26%;
  float: left;
  padding-top: 10px;
}

.Floor002367 .CaseMnue h2 {
  background: #009fe8;
  display: block;
  margin: 0;
  padding: 9.167% 40px;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
}

.Floor002367 .CaseMnue h2 span {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.6;
}

.Floor002367 .CaseMnue dl {
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
}

.Floor002367 .CaseMnue dl dd {
  border-bottom: 1px solid #eee;
}

.Floor002367 .CaseMnue dl dd a {
  font-size: 16px;
  color: #666;
  padding: 7.3% 40px;
  display: block;
  cursor: pointer;
}

.Floor002367 .CaseMnue dl dd.aon a {
  color: #009fe8;
}

.Floor002367 .list {
  position: relative;
  float: right;
  width: 71%;
  padding-top: 10px;
}

.Floor002367 .list .ul {
  display: none;
}

.Floor002367 .list ul li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 48.416%;
  float: left;
  display: block;
  padding-bottom: 26.63%;
  margin-right: 3.168%;
  margin-bottom: 3.168%;
}

.Floor002367 .list ul li:nth-child(2n) {
  margin-right: 0;
}

.Floor002367 .list ul li>* {
  position: absolute;
  transition: all .3s ease-in-out;
}

.Floor002367 .list li a,
.Floor002367 .list li .Ispic,
.Floor002367 .list li .layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.Floor002367 .list li .Ispic {
  z-index: 0;
}

.Floor002367 .list li a {
  z-index: 10;
}

.Floor002367 .list li .layer {
  background: rgba(0, 0, 0, 0.5);
  top: auto;
  bottom: 0;
  color: #fff;
}

.Floor002367 .list li .layer dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  text-align: center;
  width: 100%;
}

.Floor002367 .list li .layer dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.Floor002367 .list li .layer dd {
  font-size: 14px;
}

.Floor002367 .list li .more {
  position: absolute;
  z-index: 5;
  height: 32px;
  line-height: 32px;
  width: 100px;
  border-radius: 16px;
  display: block;
  background: #009fe8;
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}

.Floor002367 .list li:hover .layer {
  height: auto;
  padding: 18px 138px 18px 6%;
}

.Floor002367 .list li:hover .layer dl {
  float: left;
  position: static;
  text-align: left;
  transform: translateY(0);
}

.Floor002367 .list li:hover .layer dt {
  font-size: 18px;
  margin-bottom: 4px;
}

.Floor002367 .list li:hover .more {
  opacity: 1;
}

@media(max-width:1240px) {
  .Floor002367 .CaseMnue h2 span {
    display: none;
  }
}

@media(max-width:800px) {

  .Floor002367 .CaseMnue,
  .Floor002367 .list {
    float: none;
    width: 100%;
  }

  .Floor002367 .CaseMnue h2 {
    padding: 10px 30px;
    font-size: 18px;
  }

  .Floor002367 .CaseMnue dl dd a {
    font-size: 14px;
    padding: 10px 30px;
  }
}

@media(max-width:480px) {
  .Floor002367 .list li .layer dt {
    font-size: 16px;
  }

  .Floor002367 .list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-bottom: 40%;
  }

}







/*Floor002142 */
.Floor002142 {
  background: url(../images/floor002142-bj.png) no-repeat center #f6f6f6;
  padding: 3.5% 0;
  background-size: cover;
}

.Floor002142 .more {
  text-align: center;
}

.Floor002142 .more a {
  display: inline-block;
  width: 50%;
  transition: 0.5s;
  border-radius: 5px;
  max-width: 240px;
  font-size: 18px;
  line-height: 50px;
  background: #009fe8;
  color: #fff;
}

.Floor002142 .more a:hover {
  max-width: 320px;
}

.Floor002142 ul {
  text-align: center;
  padding: 1% 0 3%;
}

.Floor002142 li {
  margin: 0 3% 3% 0;
  width: 17.6%;
  float: left;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(6, 61, 117, 0.1)
}

.Floor002142 li:nth-child(5n) {
  margin-right: 0;
}

.Floor002142 li a {
  display: block;
  overflow: hidden;
}

.Floor002142 li a img {
  display: none;
}

.Floor002142 li .Ispic {
  display: block;
  padding-bottom: 39.956%;
  transition: 0.5s;
}

.Floor002142 li:hover .Ispic {
  transform: scale(1.12, 1.12);
}


@media(max-width:768px) {
  .Floor002142 li {
    width: 31.3%;
  }

  .Floor002142 li:nth-child(3n) {
    margin-right: 0;
  }

  .Floor002142 li:nth-child(5n) {
    margin-right: 3%;
  }
}

@media(max-width:480px) {
  .Floor002142 li {
    width: 48.5%;
  }

  .Floor002142 li:nth-child(2n) {
    margin-right: 0;
  }

  .Floor002142 li:nth-child(3n) {
    margin-right: 3%;
  }

  .Floor002142 li:nth-child(6n) {
    margin-right: 0;
  }
}






/*Bottom002600 */
.Bottom002600 {
  background: #202020;
  padding-top: 3%;
  color: #cdcdcd;
}

.Bottom002600 a {
  color: #8d8d8d;
}

.Bottom002600 a:hover {
  color: #fff;
}

.Bottom002600 footer {
  background: #0e0e0e;
  padding: 1% 0;
  color: #8d8d8d;
}

.Bottom002600 footer dt .wanhu {
  font-weight: bold;
}

.Bottom002600 .bottom_nav {
  position: relative;
  margin-bottom: 5%;
}

.Bottom002600 .contact .telnum {
  font-size: 16px;
}

.Bottom002600 .contact .telnum h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.Bottom002600 .code img {
  display: block;
  max-width: 123px;
}

.Bottom002600 .bdsharebuttonbox a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 14px 0 0;
  padding: 0;
  background: url(../images/bottom002600_share.png) no-repeat left center rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.Bottom002600 .bdsharebuttonbox a.bds_weixin {
  background-position: -44px center;
}

.Bottom002600 .bdsharebuttonbox a.bds_qzone {
  background-position: -90px center;
}

.Bottom002600 .bottom_nav nav dl {
  float: left;
  width: 15%;
}

.Bottom002600 .bottom_nav nav dt {
  font-size: 16px;
  padding-bottom: 20px;
}

.Bottom002600 .bottom_nav nav dt::after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  vertical-align: middle;
  background: #cdcdcd;
  margin-left: 25%;
}

.Bottom002600 .bottom_nav nav dl:last-child dt::after {
  display: none;
}

.Bottom002600 .bottom_nav nav dd {
  line-height: 28px;
}

.Bottom002600 .botpor {
  display: none;
}

.Bottom002600 .bottom_nav nav #bot16 .botpor {
  display: block;
}


@media(min-width:1025px) {
  .Bottom002600 footer dt {
    float: left;
  }

  .Bottom002600 footer dd {
    float: right;
  }

  .Bottom002600 footer dd a {
    margin-left: 30px;
  }

  .Bottom002600 .bottom_nav {
    padding-right: 202px;
    min-height: 244px;
  }

  .Bottom002600 .contact {
    position: absolute;
    right: 0;
    top: 0;
    width: 202px;
  }

  .Bottom002600 .code {
    padding: 10% 0;
  }
}

@media(max-width:1024px) {
  .Bottom002600 .bottom_nav nav {
    display: none;
  }

  .Bottom002600 .contact {
    text-align: center;
  }

  .Bottom002600 .code img {
    margin: 0 auto;
    padding: 3% 0;
  }

  .Bottom002600 .bdsharebuttonbox {
    display: inline-block;
    margin: 0 auto;
  }

  .Bottom002600 .bdsharebuttonbox a {
    margin: 0 10px;
  }

  .Bottom002600 footer {
    text-align: center;
    line-height: 24px;
  }

  .Bottom002600 footer dd a {
    margin: 0 8px;
    display: inline-block;
  }
}

.bd_weixin_popup,
.bd_weixin_popup * {
  box-sizing: content-box;
}




/*Banner002621 */
.Banner002621 img {
  display: block;
  width: 100%;
}

@media(min-width:1025px) {
  .Banner002621 .wap {
    display: none;
  }
}

@media(max-width:1024px) {
  .Banner002621 .pc {
    display: none;
  }
}






/*
 .Menu002272 
 */
.Menu002272 .nav-menu {
  border-bottom: 1px solid #eef0f1;
}

.Menu002272 .current {
  padding-left: 25px;
  background: url(../images/menu002272-icon.png) no-repeat left center;
  display: none;
}

.Menu002272 .current a {
  font-size: 14px;
  color: #717171;
  position: relative;
  line-height: 45px;
}

.Menu002272 .current a:after {
  content: "·";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  height: 20px;
  color: #ddd;
}

.Menu002272 .current a:first-child {
  padding-left: 0;
}

.Menu002272 .current a:hover {
  color: #FC433E;
}

.Menu002272 .current span {
  padding-left: 10px
}

.Menu002272 .nav-menu ul li a {
  display: block;
}

.Menu002272 .nav-menu ul {
  display: block;
  float: left;
  font-size: 15px;
}

.Menu002272 .nav-menu ul .pro {
  float: left;
}

.Menu002272 .nav-menu ul li {
  float: left;
  line-height: 60px;
  padding: 0 20px;
}

.Menu002272 .nav-menu ul li:first-child {
  margin-left: 0;
}

.Menu002272 .nav-menu ul li:hover,
.Menu002272 .nav-menu ul li.on {
  background: #009fe8;
}

.Menu002272 .nav-menu ul li:hover a,
.Menu002272 .nav-menu ul li.on a {
  color: #fff;
}

.Menu002272 .nav-menu .location {
  float: right;
}

.Menu002272 .current a {
  line-height: 60px;
}

@media screen and (min-width:1024px) {
  .Menu002272 .nav-menu ul li {
    padding: 0 24px;
  }

  .Menu002272 .current {
    display: block;
  }
}

@media screen and (min-width:1200px) {
  .Menu002272 .nav-menu ul li {
    line-height: 70px;
  }

  .Menu002272 .current a {
    line-height: 70px;
  }

  .Menu002272 .current span {
    color: #009fe8;
  }
}



/*
 .Menu002252 为demo编号
 */
.Menu002252 {
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  background: #f8f8f8;
}

.Menu002252 a {
  font-size: 15px;
  display: block;
  background: #fff;
  padding: 10px;
  margin-bottom: 1px;
  box-shadow: 0 0 5px #ccc;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
  color: #fff;
  background-color: #009fe8;
}

@media(min-width:768px) {
  .Menu002252 {
    padding: 25px 0 10px;
  }

  .Menu002252 a {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    min-width: 115px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 10px 1px;
  }
}

@media(min-width:1024px) {
  .Menu002252 {
    padding: 42px 0 36px;
  }

  .Menu002252 a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    background: #fff;
    min-width: 130px;
    border-radius: 20px;
  }
}





/*RighInfo002519 */
.RighInfo002519 {
  padding: 2% 0;
}

.ab_img {
  line-height: 220%;
}

.RighInfo002519 .p {
  line-height: 30px;
  color: #555;
  font-size: 14px;
  text-indent: 2em;
  margin: 0;
  margin-bottom: 1%;
}

.RighInfo002519 .list_img_group {
  margin: 2% 0;
}

.RighInfo002519 .list_img_group li {
  text-align: center;
}

@media(min-width:641px) {
  .RighInfo002519 .list_img_group li {
    float: left;
    width: 32.032%;
  }

  .RighInfo002519 .list_img_group li:nth-child(2) {
    width: 33.936%;
    margin: 0 1%;
  }
}



/*RighInfo002520*/
.RighInfo002520 {
  padding: 3% 0 4%;
}

.RighInfo002520 .title {
  text-align: center;
  font-size: 26px;
  color: #333;
  padding-bottom: 26px;
}

.RighInfo002520 .title::after {
  display: block;
  content: '';
  background: #009fe8;
  margin: 20px auto 0;
  height: 2px;
  width: 52px;
}

@media(max-width:480px) {
  .RighInfo002520 .title {
    font-size: 24px;
  }
}

.RighInfo002520 .p {
  line-height: 30px;
  color: #555;
  font-size: 14px;
  text-indent: 2em;
  margin: 0;
  margin-bottom: 1%;
}

.RighInfo002520 .list_img_group {
  margin: 2% 0;
}

.RighInfo002520 .list_img_group li {
  text-align: center;
}

@media(min-width:641px) {
  .RighInfo002520 .list_img_group li {
    float: left;
    width: 32.032%;
  }

  .RighInfo002520 .list_img_group li:nth-child(2) {
    width: 33.936%;
    margin: 0 1%;
  }
}




/*
 .PicList001200 
 */
.PicList001200 {
  padding: 3% 0 0;
}

.PicList001200 li {
  padding: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 2%;
  border-radius: 6px;
}

.PicList001200 li a {
  display: block;
  position: relative;
  padding-left: 30%;
  padding-right: 12%;
}

.PicList001200 li a::after {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background: url(../images/piclist001200-more.png) no-repeat left top;
  right: 4%;
  top: 50%;
  margin-top: -16px;
}

.PicList001200 li figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 27%;
}

.PicList001200 li div {
  position: relative;
  padding-right: 5%;
  padding-bottom: 11%;
}

.PicList001200 li div::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  background-color: #ebebeb;
  right: 0;
}

.PicList001200 li h3 {
  margin: 0;
  font-size: 18px;
  padding: 5% 0 0 0;
  color: #333;
}

.PicList001200 li p {
  margin: 3% 0 0 0;
  color: #969696;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 15px;
}

.PicList001200 li time {
  position: absolute;
  left: 0;
  bottom: 14%;
  color: #969696;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/piclist001200-time.png) left center no-repeat;
}

.PicList001200 li:hover {
  border-color: #009fe8;
  box-shadow: 0 5px 5px #eee;
}

.PicList001200 li:hover h3 {
  color: #009fe8;
}

.PicList001200 li:hover a::after {
  background-position: left bottom;
}

@media(max-width:640px) {
  .PicList001200 li a {
    padding: 2% 2% 0 !important;
  }

  .PicList001200 li a::after {
    display: none;
  }

  .PicList001200 li figure {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    display: block;
    padding-bottom: 60%;
  }

  .PicList001200 li div {
    padding: 5% !important;
  }

  .PicList001200 li h3 {
    padding: 0;
  }

  .PicList001200 li time {
    position: relative;
    bottom: 0;
    margin-top: 14px;
    display: block;
  }
}







/*Page002737 */
.Page002737 {
  padding: 50px 0 100px;
}

.Page002737 .Pages {
  text-align: center;
}

.Page002737 .Pages>span {
  display: inline-block;
  vertical-align: middle;
}

.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_total {
  display: none;
}

.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_page {
  overflow: hidden;
}

.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count {
  font-size: 16px;
}

.Page002737 .Pages .p_cur b,
.Page002737 .Pages .p_count b {
  display: inline-block;
  padding: 0 2px;
  color: #009fe8;
}

.Page002737 .Pages .p_page {
  padding-left: 20px;
}

.Page002737 .Pages .p_page em {
  font-style: normal;
}

.Page002737 .Pages .p_page a {
  float: left;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 14px;
  margin: 0 5px;
  font-size: 16px;
  font-family: Arial, " sans-serif";
  color: #aaa;
}

.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur {
  background-color: #009fe8;
  border-color: #009fe8;
  color: #fff;
}

.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev {
  font-size: 0;
  height: 38px;
  width: 54px;
  padding: 0;
  margin: 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
}

.Page002737 .Pages .p_page a.a_prev {
  background-image: url(../images/a_prev.png);
}

.Page002737 .Pages .p_page a.a_prev:hover {
  background-image: url(../images/a_prev_hover.png);
}

.Page002737 .Pages .p_page a.a_next {
  background-image: url(../images/a_next.png);
}

.Page002737 .Pages .p_page a.a_next:hover {
  background-image: url(../images/a_next_hover.png);
}

.Page002737 .Pages .p_page a.pagedot {
  border-color: transparent;
  padding: 0;
  margin-right: -5px;
  line-height: 34px;
  height: 44px;
}

.Page002737 .Pages .p_jump>* {
  float: left;
}

.Page002737 .Pages .p_jump b {
  font-weight: normal;
  color: #aaa;
  margin: 0 4px;
  line-height: 46px;
}

.Page002737 .Pages .p_jump b.f0 {
  margin-right: 6px;
}

.Page002737 .Pages .p_jump input {
  height: 46px;
  border-radius: 4px;
}

.Page002737 .Pages .i_text {
  line-height: 44px;
  border: 1px solid #e5e5e5;
  width: 46px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.Page002737 .Pages .i_button {
  background: #ebebeb;
  width: 70px;
  padding: 0;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  color: #888;
}

@media(max-width:768px) {
  .Page002737 {
    padding: 20px 0 40px;
  }

  .Page002737 .Pages .p_page em,
  .Page002737 .Pages .p_jump {
    display: none;
  }
}




/*PicList002149 */
.PicList002149 {
  padding-top: 3%;
}

.PicList002149 h3 {
  margin: 0;
  font-size: 18px;
}

.PicList002149 p {
  line-height: 26px;
  overflow: hidden;
  color: #999;
  height: 52px;
  margin: 1.5% 0 0 0;
}

.PicList002149 ol {
  background-color: #fafafa;
  margin-bottom: 2%;
  position: relative;
  padding-left: 36.25%;
  border-radius: 6px;
  overflow: hidden;
}

.PicList002149 ol .Ispic {
  width: 36.25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.PicList002149 ol .Ispic img {
  display: none;
}

.PicList002149 ol div {
  padding: 6% 9% 5% 5%;
}

.PicList002149 ol time {
  display: block;
  padding: 2% 0;
}

.PicList002149 ol p {
  margin: 0 0 5% 0;
}

.PicList002149 ol .more {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #009fe8;
  font-size: 12px;
  border-radius: 20px;
}

.PicList002149 li {
  overflow: hidden;
  padding-left: 160px;
  padding-right: 58px;
  position: relative;
  margin-bottom: 2%;
  background-color: #fafafa;
  border-radius: 6px;
}

.PicList002149 li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 58px;
  height: 100%;
  background: url(../images/piclist002149-more.png) no-repeat center center;
  border-left: 2px solid #fff;
}

.PicList002149 li div {
  border-left: 1px solid #ededed;
  padding: 3% 7% 3% 5%;
}

.PicList002149 li time {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
}

.PicList002149 li time span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b2b2b2;
  font-size: 14px;
}

.PicList002149 li time i {
  font-style: normal;
  font-size: 36px;
  color: #999;
  display: block;
  line-height: 40px;
}

.PicList002149 li time i:after {
  display: block;
  content: '';
  margin: 12px auto;
  height: 1px;
  width: 50%;
  max-width: 66px;
  background: #dfdfdf;
}

@media(max-width:1000px) {
  .PicList002149 li {
    padding-left: 100px;
    padding-right: 30px;
  }

  .PicList002149 li:after {
    width: 30px;
    background-size: 35% auto;
  }

  .PicList002149 li time {
    width: 100px;
  }

  .PicList002149 li time span {
    font-size: 14px;
  }

  .PicList002149 li time i {
    font-size: 40px;
    line-height: 30px;
  }
}

@media(max-width:768px) {
  .PicList002149 h3 {
    font-size: 16px;
  }
}

@media(max-width:640px) {
  .PicList002149 ol {
    padding-left: 0;
  }

  .PicList002149 ol .Ispic {
    width: auto;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 60%;
  }

  .PicList002149 ol div {
    padding: 3%;
  }
}

@media(max-width:480px) {
  .PicList002149 li {
    padding-left: 80px;
    padding-right: 0;
  }

  .PicList002149 li:after {
    display: none;
  }

  .PicList002149 li time {
    width: 80px;
  }

  .PicList002149 li time span {
    font-size: 12px;
  }

  .PicList002149 li time i {
    font-size: 20px;
    line-height: 20px;
  }

  .PicList002149 h3 {
    font-size: 14px;
  }

  .PicList002149 p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
  }

  .PicList002149 ol p {
    height: 60px;
  }
}

/*
 .PicList002045
 */
.PicList002045 {
  padding: 20px 0 40px;
}

.PicList002045 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  position: relative;
  text-align: center;
}

.PicList002045 li:nth-child(3n) {
  margin-right: 0;
}

.PicList002045 li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e8e8e8;
}

.PicList002045 li a:hover {
  border-width: 3px;
  border-color: #009fe8;
}

.PicList002045 li div {
  padding-bottom: 20px;
}

.PicList002045 li figure {
  padding-bottom: 100%;
  background-size: contain;
}

.PicList002045 li figure img {
  display: none;
}

.PicList002045 li p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.PicList002045 li span {
  font-size: 12px;
  color: #999;
}

@media(max-width:640px) {
  .PicList002045 li {
    width: 49%;
  }

  .PicList002045 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList002045 li:nth-child(2n) {
    margin-right: 0;
  }

  .PicList002045 li p {
    font-size: 14px;
  }
}

@media(max-width:420px) {
  .PicList002045 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}


/*
 .Timeline002170
 */
.Timeline002170 {
  padding: 5% 0;
  overflow-x: hidden;
}

.Timeline002170 .owl-item {
  width: 200px;
}

.Timeline002170 .owl-item .item {
  height: 376px;
  background: url(../images/timeline002170-bg.png) no-repeat 0 133px;
  background-size: 100% auto;
}

.Timeline002170 .item dl {
  height: 100%;
  background: url(../images/timeline002170-icon1.png) no-repeat 0 8px;
  padding-left: 30px;
}

.Timeline002170 .odd-item dl {
  padding-top: 280px;
}

@media(min-width:376px) {
  .Timeline002170 .odd-item dl {
    background-image: url(../images/timeline002170-icon2.png);
    background-position: 0 124px;
    padding-left: 0;
  }
}

.Timeline002170 .item dt {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}

.Timeline002170 .item dd {
  height: 96px;
  color: #555;
  line-height: 24px;
  overflow: hidden;
}

.Timeline002170 .owl-nav div {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  background: url(../images/timeline002170-btn.png) no-repeat left bottom;
  overflow: hidden;
  line-height: 1000px;
  z-index: 100;
}

.Timeline002170 .owl-nav .owl-prev {
  left: 0;
}

.Timeline002170 .owl-nav .owl-prev.disabled {
  background-position: left top;
}

.Timeline002170 .owl-nav .owl-next {
  right: 0;
  background-position: right bottom;
}

.Timeline002170 .owl-nav .owl-next.disabled {
  background-position: right top;
}

.Timeline002170 .owl-nav div.disabled {
  cursor: default;
}

@media(min-width:1201px) {

  .Timeline002170 .owl-carousel::before,
  .Timeline002170 .owl-carousel::after {
    position: absolute;
    content: '';
    height: 100%;
    background: url(../images/timeline002170-bg3.png) no-repeat 0 135px;
    width: 75%;
    top: 0;
  }

  .Timeline002170 .owl-carousel::before {
    left: -75px;
  }

  .Timeline002170 .owl-carousel::after {
    right: -114px;
    width: 114px;
    background-image: url(../images/timeline002170-bg4.png);
  }

  .Timeline002170 .owl-nav .owl-prev {
    left: -30px;
  }

  .Timeline002170 .owl-nav .owl-next {
    right: -30px;
  }
}

@media(max-width:1200px) {
  .Timeline002170 .owl-carousel {
    padding: 0 30px;
  }
}

@media(max-width:375px) {
  .Timeline002170 .owl-item .item {
    height: 250px;
  }

  .Timeline002170 .odd-item dl {
    padding-top: 0;
  }
}




/*
 .Form002324 
 */
.Form002324 {
  padding: 3% 0 4%;
}

.Form002324 .p {
  line-height: 28px;
  font-size: 14px;
  margin-top: 0;
}

.Form002324 .p span {
  font-family: Arial;
  font-size: 16px;
  color: #009fe8;
  font-weight: bold;
  margin-right: 10px;
}

.Form002324 .word {
  padding-bottom: 3%;
  border: 1px solid #eee;
  margin-top: 3%;
}

.Form002324 .Title {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 100px;
}

.Form002324 article {
  padding: 1% 3%;
  line-height: 2;
  text-align: justify;
}

.Form002324 input {
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #6e6e6e;
  border: 1px solid #dcdcdc;
  height: 43px;
  line-height: 33px;
  padding: 5px 10px 5px 50px;
  margin: 0 auto 23px;
  max-width: 348px;
  width: 100%
}

.Form002324 #chaxun {
  padding: 5px 10px;
  cursor: pointer;
}

.Form002324 .Loginname {
  background: url(../images/form002324-mico.png) no-repeat 11px -53px;
}

.Form002324 .Loginpwd {
  background: url(../images/form002324-mico.png) no-repeat 11px -53px;
}

.Form002324 .yzm {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.Form002324 .Lyzm {
  float: left;
  width: 190px;
  padding-left: 20px;
}

.Form002324 .yzm a {
  float: left;
  width: 140px;
  margin-left: 10px;
  color: #0277ba;
  line-height: 42px;
}

.Form002324 .yzm img {
  display: inline-block;
  vertical-align: top;
  max-width: 117px;
  width: 50%;
  margin-right: 16px;
  height: 42px;
}

.Form002324 .goTo {
  width: 350px;
  margin: 0 auto;
}

.Form002324 .goTo a {
  float: left;
  color: #969696;
  line-height: 12px;
  margin-bottom: 20px;
}

.Form002324 .goTo .gozc {
  float: right;
}

.Form002324 .goLogin {
  max-width: 350px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  display: block;
  background: #009fe8;
  width: 100%;
}

@media(max-width:480px) {
  .Form002324 .word {
    padding: 4%;
  }

  .Form002324 .Lyzm {
    width: 130px;
    padding-left: 10px;
  }

}



.Form002324 .pop-up {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.Form002324 .pop-up .ycenter {
  height: 100%;
}

.Form002324 .pop-up .main {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 3% 4%;
}

.Form002324 .pop-up .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  background: #009fe8;
  cursor: pointer;
}

.Form002324 .pop-up .close::before,
.Form002324 .pop-up .close::after {
  position: absolute;
  content: '';
  left: 20%;
  top: 50%;
  width: 60%;
  height: 3px;
  background: #fff;
  margin-top: -1px;
  transform: rotate(-45deg);
}

.Form002324 .pop-up .close::before {
  transform: rotate(45deg);
}

.Form002324 .pop-up#form td {
  vertical-align: top;
}

.Form002324 .pop-up#form td.f-name {
  text-align: right;
  width: 100px;
  line-height: 32px;
  padding-right: 16px;
}

.Form002324 .pop-up#form td .text {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  padding: 0 5px;
  max-width: 100%;
}









/*
 .RighInfo002799
 */
.RighInfo002799 {
  padding: 3% 0 4%;
}

.RighInfo002799 .pic {
  float: right;
  margin-left: 10%;
}

.RighInfo002799 .subtit {
  font-size: 22px;
  font-size: #009fe8 !important;
  margin-top: 3%;
  position: relative;
  margin-bottom: 1%;
}

.RighInfo002799 .subtit:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: none;
  position: relative;
  top: -2px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #009fe8;
}

.RighInfo002799 .subtit span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 38px;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  opacity: .05;
  letter-spacing: 5px;
}

.RighInfo002799 .subtit span i {
  font-size: 58px;
  font-style: normal;
}

.RighInfo002799 p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  text-align: justify;
  margin: 0;
}

.RighInfo002799 .p1 {
  padding-left: 20px;
  position: relative;
}

.RighInfo002799 .p1:before {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 16px;
}

@media (max-width: 768px) {
  .RighInfo002799 .pic {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0;
  }

  .RighInfo002799 .tit .en {
    font-size: 38px;
  }

  .RighInfo002799 .tit .cn {
    margin-top: -25px;
    font-size: 38px;
  }
}








/*
 .RighInfo002257 为demo编号
 */
.RighInfo002257 p {
  line-height: 1.8;
}

.RighInfo002257 .item {
  padding: 32px 0;
}

.RighInfo002257 .item .h1 {
  font-size: 26px;
  margin: 0;
  font-weight: normal;
  color: #333;
}

.RighInfo002257 .item .h1:after {
  width: 50px;
  height: 2px;
  background: #009fe8;
  border: none;
  margin: 22px 0px;
  content: "";
  display: block;
}

.RighInfo002257 .item .con {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}

.RighInfo002257 .all_more {
  border: 1px solid #e0e0e0;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  padding-left: 2.5em;
  padding-right: 3.5em;
  background: url(../images/floor001640-a_more.png) no-repeat 80% center;
  transition: all ease 0.5s;
  margin-top: 6.5%;
}

.RighInfo002257 .all_more:hover {
  padding-right: 2.5em;
  background-color: #009fe8;
  background-position: 120% center;
  color: #fff;
  transition: all ease 0.5s;
}

.RighInfo002257 .item:nth-child(2n) {
  background: #f8f8f8;
}

@media only screen and (min-width:768px) {
  .RighInfo002257 .item {
    padding: 80px 0;
  }

  .RighInfo002257 .item .pic {
    float: left;
    width: 46%;
    border-radius: 10px;
    overflow: hidden;
  }

  .RighInfo002257 .item .word {
    float: right;
    width: 46%;
  }

  .RighInfo002257 .item:nth-child(2n) .pic {
    float: right;
  }

  .RighInfo002257 .item:nth-child(2n) .word {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .RighInfo002257 .item .word {
    padding: 30px;
  }
}






/*
 .PicList000593 为demo编号
 */
.PicList000593 {
  padding-top: 3%;
}

.PicList000593 li {
  float: left;
  width: 31.3%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 2%;
}

.PicList000593 li:nth-child(3n) {
  margin-right: 0;
}

.PicList000593 li .video_files {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.PicList000593 li .video_files video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.PicList000593 li .video_files .close {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #761b1b;
  cursor: pointer;
}

.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 70%;
  border-radius: 3px;
  background-color: #fff;
  left: 13px;
  top: 5px;
}

.PicList000593 li .video_files .close::before {
  transform: rotate(45deg);
}

.PicList000593 li .video_files .close::after {
  transform: rotate(-45deg);
}

.PicList000593 li figure {
  position: relative;
  overflow: hidden;
}

.PicList000593 li figure em {
  display: block;
  padding-bottom: 65%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.PicList000593 li figure a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.PicList000593 li figure a::before,
.PicList000593 li figure a::after {
  position: absolute;
  content: '';
  z-index: 5;
  top: 50%;
  left: 50%;
}

.PicList000593 li figure a::before {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  margin-left: -35px;
  margin-top: -35px;
  border-radius: 50%;
}

.PicList000593 li figure a::after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.9);
  margin-left: -5px;
  margin-top: -15px;
}

.PicList000593 li h5 {
  font-size: 16px;
  padding: 16px 0;
  margin: 0;
  text-align: center;
  border-bottom: solid 1px #c1c1c1;
  font-weight: normal;
  margin-bottom: 10px;
}

.PicList000593 li time {
  display: block;
  color: #b3b3b3;
  background: url(../images/piclist000593-icon.png) no-repeat right;
}

.PicList000593 li iframe {
  width: 100% !important;
  height: 100% !important;
}



@media(max-width:768px) {
  .PicList000593 li {
    width: 49%;
    margin-right: 2%;
  }

  .PicList000593 li:nth-child(3n) {
    margin-right: 2%;
  }

  .PicList000593 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList000593 li figure a::before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .PicList000593 li figure a::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
    margin-left: -3px;
    margin-top: -7px;
  }
}

@media(max-width:375px) {
  .PicList000593 li figure a::before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }

  .PicList000593 li {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
}








/*
 .PicList000762 为demo编号
 */
.PicList000762 {
  padding-top: 2%;
}

.PicList000762 li {
  float: left;
  width: 31.3%;
  margin: 1.5% 0;
  margin-right: 3%;
}

.PicList000762 li:nth-child(3n) {
  margin-right: 0;
}

.PicList000762 li a {
  display: block;
  background-color: #f3f3f3;
  transition: all ease-in-out 0.3s;
}

.PicList000762 li h2 {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 5% 2%;
  font-weight: normal;
}

.PicList000762 li figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56%;
}

.PicList000762 li a:hover {
  background-color: #009fe8;
}

.PicList000762 li a:hover h2 {
  color: #fff;
}

@media(max-width:640px) {
  .PicList000762 li {
    width: 48.5%;
  }

  .PicList000762 li:nth-child(3n) {
    margin-right: 3%;
  }

  .PicList000762 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList000762 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}






/*PicList002120 */
.PicList002120 {
  padding-top: 3%;
}

.PicList002120 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3%;
  border: 1px solid #eaeaea;
  padding: 14px 14px 0;
}

.PicList002120 li a {
  display: block;
}

.PicList002120 li p {
  margin: 0;
  padding: 16px 2%;
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #f3f3f3;
}

.PicList002120 li .table {
  display: none;
}

.PicList002120 li figure {
  padding-bottom: 68%;
  background-size: contain;
}

@media(min-width:769px) {
  .PicList002120 li:nth-child(4n) {
    margin-right: 0;
  }
}

@media(max-width:768px) {
  .PicList002120 li {
    width: 48%;
    margin-right: 4%;
  }

  .PicList002120 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList002120 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}












/*PicList002171 */
.PicList002171 {
  padding-top: 2.5%;
}

.PicList002171 li {
  float: left;
  width: 22.75%;
  margin: 1.5% 0;
  margin-right: 3%;
}

.PicList002171 li a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.PicList002171 li .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 43.276%;
}

.PicList002171 li img {
  display: none;
  width: 100%;
}

.PicList002171 li a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 0, 18, 0.95);
  opacity: 0;
  transition: 0.3s;
}

.PicList002171 li a:hover figure {
  opacity: 1;
}

.PicList002171 li dl {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

@media(min-width:769px) {
  .PicList002171 li:nth-child(4n) {
    margin-right: 0;
  }
}

@media(max-width:768px) {
  .PicList002171 li {
    width: 32%;
    margin-right: 2%;
  }
}

@media(max-width:768px) and (min-width:481px) {
  .PicList002171 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList002171 li {
    width: 49%;
  }

  .PicList002171 li:nth-child(2n) {
    margin-right: 0;
  }
}










/*TextList002514 */
.TextList002514 {
  padding-top: 2.5%;
}

.TextList002514 .list {
  border: 1px solid #e8e8e8;
  padding: 0 3%;
  margin-bottom: 15px;
}

.TextList002514 .job-title {
  line-height: 30px;
  padding: 15px 0;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.TextList002514 .job-title i {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #009fe8;
  border-radius: 50%;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
  position: absolute;
  content: '';
  background: #fff;
}

.TextList002514 .job-title i::before {
  left: 20%;
  width: 60%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.TextList002514 .job-title i::after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  top: 20%;
  height: 60%;
}

.TextList002514 .job-title.select i::after {
  display: none;
  font-weight: bold;
}

.TextList002514 .job-title.select {
  color: #009fe8;
}

.TextList002514 .job-main {
  display: none;
  padding: 22px 0 36px;
  border-top: 1px dotted #e5e5e5;
}

.TextList002514 .p {
  margin: 0;
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #eaeaea;
}

.TextList002514 strong {
  display: block;
  color: #333;
}

.TextList002514 .send {
  padding: 12px 0;
}

.TextList002514 .send em {
  font-style: normal;
  border-bottom: #d82128 1px solid;
}

.TextList002514 .send a {
  display: inline-block;
  line-height: 30px;
  color: #d82128;
  background: url(../images/textlist002514_icon.png) no-repeat right center;
  font-weight: bold;
  padding-right: 35px;
  font-size: 14px;
}










/*
 .TextList002208 为demo编号
 */
.TextList002208 {
  padding: 2.5% 0 0;
}

.TextList002208 .thead {
  line-height: 50px;
  text-align: center;
  background: #009fe8;
}

.TextList002208 .thead span {
  float: left;
  width: 17%;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.TextList002208 .dl+.dl {
  border-top: 1px solid #fff;
}

.TextList002208 .dl .dt {
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #e0e0e0;
}

.TextList002208 .dl .dt span {
  float: left;
  width: 17%;
  display: block;
  font-size: 14px;
  padding: 15.5px 2%;
}

.TextList002208 .dl .dt span.jobname {
  text-align: left;
  padding-left: 5%;
}

.TextList002208 .dl .dt .btn {
  text-decoration: underline;
  display: block;
  position: relative;
  height: 50px;
}

.TextList002208 .dl .dt .btn i {
  position: absolute;
  right: 50%;
  background: url(../images/textlist002208-icon.png) no-repeat -44px -82px;
  display: block;
  width: 21px;
  height: 11px;
  top: 50%;
  margin-top: -5px;
  margin-right: -10.5px;
}

.TextList002208 .jobname {
  width: 30% !important;
}

.TextList002208 .dl.active .dt span,
.TextList002208 .dl.active .btn {
  color: #009fe8;
}

.TextList002208 .dl.active .dt .btn i {
  background-position: -44px -70px;
}

.TextList002208 .conbox {
  display: none;
  border-bottom: #e0e0e0 1px dashed;
  padding: 30px 70px;
  background: #fafafa;
}

.TextList002208 .conbox .p {
  margin: 0 0 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 30px;
}

.TextList002208 .conbox .b {
  display: block;
  margin-bottom: 14px;
}

.TextList002208 .send {
  padding: 12px 0;
}

.TextList002208 .send em {
  font-style: normal;
  border-bottom: #d82128 1px solid;
}

.TextList002208 .send a {
  display: inline-block;
  line-height: 30px;
  color: #d82128;
  background: url(../images/textlist002514_icon.png) no-repeat right center;
  font-weight: bold;
  padding-right: 35px;
  font-size: 14px;
}

@media(max-width:1000px) {
  .TextList002208 .dl .dt .btn {
    padding-right: 20px;
  }

  .TextList002208 .dl .dt .btn i {
    background-position: -48px -82px;
    width: 13px;
  }

  .TextList002208 .dl.active .dt .btn i {
    background-position: -48px -70px;
  }

}

@media(max-width:640px) {

  .TextList002208 .jobyq,
  .TextList002208 .time {
    display: none !important;
  }

  .TextList002208 .thead span,
  .TextList002208 .dl .dt span {
    width: 33.3%;
  }
}

@media(max-width:540px) {
  .TextList002208 .num {
    display: none !important;
  }

  .TextList002208 .thead .jobname,
  .TextList002208 .dl .dt span.jobname {
    width: 66% !important;
  }
}







/*PicList002078 */
.PicList002078 {
  padding: 3% 0;
}

.PicList002078 .list li {
  position: relative;
  margin-bottom: 3%;
  background-color: #fafafa;
}

.PicList002078 .list li .word {
  padding: 4% 4% 4% 36%;
}

.PicList002078 .list li .Ispic {
  position: absolute;
  left: 0;
  width: 31%;
  height: 100%;
}

.PicList002078 .list li .Ispic img {
  display: none;
}

.PicList002078 .list li .h1 {
  font-size: 20px;
  margin: 0;
  letter-spacing: 1px;
  color: #009fe8;
}

.PicList002078 .list li .h1:after {
  width: 30px;
  height: 2px;
  background: #009fe8;
  border: none;
  margin: 22px 0px;
  content: "";
  display: block;
}

.PicList002078 .list li p {
  margin-bottom: 0;
  color: #888;
  line-height: 28px;
  overflow: hidden;
}

.PicList002078 .list li:nth-child(2n) .word {
  padding-right: 36%;
  padding-left: 4%;
  text-align: right;
}

.PicList002078 .list li:nth-child(2n) .h1:after {
  margin-left: auto;
}

.PicList002078 .list li:nth-child(2n) .Ispic {
  left: auto;
  right: 0;
}

@media(max-width:640px) {
  .PicList002078 .list li .word {
    padding: 4% !important;
    text-align: left !important;
  }

  .PicList002078 .list li .h1:after {
    margin: 22px 0px !important;
  }

  .PicList002078 .list li .Ispic {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 50%;
  }
}




/*
 .RighInfo001355 为demo编号
 */
.RighInfo001355 {
  padding: 3% 0;
}

.RighInfo001355 .pic {
  float: right;
  margin-left: 4%;
  width: 39%;
}

.RighInfo001355 .h3 {
  font-size: 20px;
  color: #009fe8;
  margin-bottom: 12px;
}

.RighInfo001355 .h2 {
  font-size: 26px;
  color: #009fe8;
  margin-top: 0;
}

.RighInfo001355 .p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

@media(max-width:1000px) {
  .RighInfo001355 .pic {
    float: none;
    margin: 0 auto 3% auto;
    display: block;
  }
}






/*RighInfo002218*/
.RighInfo002218 {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  clear: both;
  overflow: hidden;
  padding: 4% 0 5%;
}

.RighInfo002218 .box1 {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.RighInfo002218 .box1 .pic {
  float: right;
  margin-left: 5%;
}

.RighInfo002218 .box1 .h3 {
  font-size: 24px;
  color: #009fe8;
  margin: 0;
  font-weight: normal;
  padding-top: 30px;
}

.RighInfo002218 .box1 .h3:after {
  width: 30px;
  height: 2px;
  background: #009fe8;
  border: none;
  margin: 22px 0px;
  content: "";
  display: block;
}

.RighInfo002218 .box1 figure {
  color: #666;
}

.RighInfo002218 .box1 .p {
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 24px;
}

@media(max-width:1000px) {
  .RighInfo002218 .box1 .pic {
    float: none;
    margin: 0 auto 3% auto;
    display: block;
  }
}



/*
 .RighInfo001749 为demo编号
 */
.RighInfo001749 {
  padding: 2.5% 0 4%;
}

.RighInfo001749 .pic {
  float: left;
  margin: 0px 54px 9px 0px;
}

.RighInfo001749 .pic2 img {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  float: left;
}

.RighInfo001749 .pic2 img:last-child {
  margin-right: 0;
}

.RighInfo001749 .p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-bottom: 10px;
  text-indent: 2em
}

@media(max-width:540px) {
  .RighInfo001749 .pic {
    float: none;
    margin: 0;
    margin-bottom: 2%;
  }

  .RighInfo001749 .pic2 img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    ;
  }
}




.PicList001395 {
  padding-top: 2%;
}

.PicList001395 li {
  width: 31.3%;
  float: left;
  margin: 2% 3% 2% 0;
  text-align: center;
}

.PicList001395 li:nth-child(3n) {
  margin-right: 0;
}

.PicList001395 li .Ispic {
  width: 100%;
  display: block;
  padding-bottom: 62.403%;
}

.PicList001395 li img {
  width: 100%;
  display: none;
}

.PicList001395 li .dot {
  color: #353535;
  font-weight: bold;
  font-size: 18px;
  margin-top: 26px;
}

.PicList001395 li p {
  color: #727272;
  text-align: left;
  height: 52px;
  font-size: 13px;
  line-height: 28px;
  margin: 18px 0 28px;
}

.PicList001395 li .more {
  width: 122px;
  height: 34px;
  line-height: 34px;
  color: #000;
  text-align: center;
  padding-left: 35px;
  background: url(../images/piclist001395_btn.png) 0 0 no-repeat;
  display: inline-block;
}

.PicList001395 li:hover .dot,
.PicList001395 li:hover .more {
  color: #009fe8;
}

.PicList001395 li:hover .more {
  background-image: url(../images/piclist001395_btn1.png)
}

@media (max-width: 768px) {
  .PicList001395 li {
    width: 48.5%;
  }

  .PicList001395 li:nth-child(3n) {
    margin-right: 3%;
  }

  .PicList001395 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:480px) {
  .PicList001395 li {
    float: none;
    margin-right: 0 !important;
    width: auto;
    margin-bottom: 20px;
  }
}










/*
 .RighInfo001277 为demo编号
 */
.RighInfo001277 {
  padding: 3% 0;
}

.RighInfo001277 .list_img {
  float: left;
  width: 55.6%;
  position: relative;
}

.RighInfo001277 .big_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.RighInfo001277 .big_img li figure {
  border: 1px solid #eaeaea;
  background-size: contain;
}

.RighInfo001277 .list {
  padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
  position: relative;
}

.RighInfo001277 .list a {
  position: absolute;
  width: 17.1%;
  height: 40px;
  right: 0;
  background: url(../images/righinfo001277-btn_prev.png) no-repeat center center/auto 50%;
  cursor: pointer;
}

.RighInfo001277 .list a.prev {
  top: 0;
}

.RighInfo001277 .list a.next {
  bottom: 0;
  background-image: url(../images/righinfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
  cursor: default;
}

.RighInfo001277 .list li {
  height: 130px;
  position: relative;
}

.RighInfo001277 .list li figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  bottom: 9px;
  background-size: contain;
  border: 1px solid #f2f2f2;
}

.RighInfo001277 .list li.on figure {
  border: 2px solid #009fe8;
}

.RighInfo001277 .right_info {
  float: right;
  width: 39.2%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info p {
  margin: 0;
}

.RighInfo001277 .right_info h1 {
  padding: 6% 0;
  color: #009fe8;
  font-size: 20px;
}

.RighInfo001277 .right_info p {
  padding: 8%;
  line-height: 30px;
  color: #666;
  margin-bottom: 10%;
  background: #f5f5f5;
}

.RighInfo001277 .right_info a {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 12px 6%;
  color: #009fe8;
  transition: 0.4s;
}

.RighInfo001277 .right_info a:hover {
  background-color: #009fe8;
  color: #fff;
}

.RighInfo001277 .tab {
  padding: 4% 0;
}

.RighInfo001277 .tab .h1_tab {
  margin: 0;
  border-bottom: 1px solid #e7e8e8;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.RighInfo001277 .tab .h1_tab span {
  float: left;
  padding: 0 5%;
  line-height: 50px;
  background-color: #f2f2f3;
  margin-right: 4px;
  cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
  background-color: #009fe8;
  color: #fff;
}

.RighInfo001277 .tab .info {
  padding-top: 4%;
  line-height: 28px;
}

.RighInfo001277 .tab .h3 {
  font-size: 24px;
  color: #555;
  margin: 0;
}

.RighInfo001277 .tab .h3:after {
  width: 30px;
  height: 2px;
  background: #009fe8;
  border: none;
  margin: 20px 0px;
  content: "";
  display: block;
}

.RighInfo001277 .tab .p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 0;
}

.RighInfo001277 .tab .p span {
  font-size: 15px;
  color: #009fe8;
}



@media(max-width:768px) {

  .RighInfo001277 .list_img,
  .RighInfo001277 .right_info {
    float: none;
    width: auto;
  }
}

@media(max-width:640px) {
  .RighInfo001277 .list li {
    height: 100px;
  }

  .RighInfo001277 .right_info h1 {
    font-size: 20px;
  }

  .RighInfo001277 .right_info h3 {
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .RighInfo001277 .list {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .RighInfo001277 .list a {
    height: 28px;
  }

  .RighInfo001277 .list li {
    height: 80px;
  }

  .RighInfo001277 .tab .h1_tab {
    font-size: 14px;
  }

  .RighInfo001277 .tab .h1_tab span {
    padding: 0 3%;
  }
}













/*
 .Floor001318 为demo编号
 */
.Floor001318 {
  padding: 3% 0 5%;
}

.Floor001318 .select {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

.Floor001318 .select dl>* {
  float: left;
}

.Floor001318 .select dd {
  position: relative;
  z-index: 20;
  width: 28%;
  margin-right: 2%;
}

.Floor001318 .select dd>a {
  position: relative;
  line-height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 45px;
  color: #666;
}

.Floor001318 .select dd>a::after {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  border-top-width: 7px;
  border-top-color: #ababab;
  right: 16px;
  margin-top: -3px;
  top: 50%;
}

.Floor001318 .select dd a {
  padding: 0 16px;
  display: block;
}

.Floor001318 .select dd figure {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  border-top: 0;
  max-height: 300px;
  overflow: auto;
  display: none;
}

.Floor001318 .select dd figure a {
  line-height: 30px;
}

.Floor001318 .select dd figure a:hover {
  background: #fff2f2;
  color: #000;
}

.Floor001318 .select dt {
  width: 40%;
}

.Floor001318 .search {
  position: relative;
}

.Floor001318 .search .text {
  width: 100%;
  line-height: 45px;
  height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 45px;
  color: #666;
  padding: 0 55px 0 16px;
}

.Floor001318 .search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 100%;
  background: url(../images/floor001318-btn.png) no-repeat center center;
}

.Floor001318 .map {
  overflow: hidden;
  position: relative;
  clear: both;
}

.Floor001318 .list {
  float: right;
  width: 32%;
  position: relative;
  padding: 33px 0;
  min-height: 381px;
}

.Floor001318 #all_map_1318 {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
}

.Floor001318 #all_map_1318 * {
  box-sizing: content-box;
}

.Floor001318 #all_map_1318 img {
  max-width: none;
}

.Floor001318 #all_map_1318 .BMap_bubble_content {
  line-height: 20px;
}

.Floor001318 .list li {
  line-height: 30px;
  border-bottom: 1px dashed #eaeaea;
  padding: 20px 0;
  cursor: pointer;
}

.Floor001318 .list li>* {
  margin: 0;
}

.Floor001318 .list li h5 {
  font-size: 16px;
  color: #444;
  margin-bottom: 4px;
}

.Floor001318 .list li .p {
  position: relative;
  padding-left: 45px;
  font-size: 13px;
}

.Floor001318 .list li p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
}

.Floor001318 .list li.on h5 {
  color: #009fe8;
}

.Floor001318 .list .bx-controls-direction a {
  position: absolute;
  width: 100%;
  left: 0;
  height: 34px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #eaeaea;
}

.Floor001318 .list .bx-controls-direction a::before {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  border-top-width: 7px;
  border-top-color: #009fe8;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  top: 50%;
}

.Floor001318 .list .bx-controls-direction a.bx-prev {
  top: 0;
}

.Floor001318 .list .bx-controls-direction a.bx-prev::before {
  border-top-color: transparent;
  border-bottom-color: #009fe8;
  margin-top: -8px;
}

.Floor001318 .list .bx-controls-direction a.bx-next {
  bottom: 0;
}

.Floor001318 .list .bx-controls-direction a.bx-prev.disabled::before {
  border-bottom-color: #ababab;
}

.Floor001318 .list .bx-controls-direction a.bx-next.disabled::before {
  border-top-color: #ababab;
}

.Floor001318 h2 {
  font-size: 18px;
  margin: 0;
}


@media(max-width:768px) {
  .Floor001318 .list {
    float: none;
    width: auto;
    margin-top: 3%;
  }

  .Floor001318 #all_map_1318 {
    position: relative !important;
    width: 100%;
    height: 300px !important;
  }
}


@media(max-width:490px) {
  .Floor001318 .select dl>* {
    float: none;
    margin-bottom: 10px;
    width: auto !important;
    margin-right: 0;
  }
}


@media(max-width:375px) {
  .Floor001318 #all_map_1318 {
    height: 250px !important;
  }
}





/*
 .Form001215 为demo编号
 */
.Form001215 {
  padding: 4% 0;
}

.Form001215 .form {
  float: left;
  width: 43%;
}

.Form001215 .form li {
  padding-bottom: 3%;
}

.Form001215 .form .text {
  border: 1px solid #eaeaea;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 5px;
  background: #fff;
}

.Form001215 .form textarea.text {
  height: 195px;
}

.Form001215 .form .btn {
  cursor: pointer;
  border-radius: 5px;
  background: #009fe8;
  color: #fff;
  height: 37px;
  padding: 0 12%;
  border: none;
}

.Form001215 .hotline {
  float: right;
  width: 52%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding: 8% 0 14% 0;
}

.Form001215 .hotline figure {
  width: 68%;
  max-width: 374px;
  font-size: 14px;
  border-top: 1px solid #d6e1e0;
  padding-top: 3%;
  margin-top: 3%;
  line-height: 26px;
}

.Form001215 .hotline dl {
  min-height: 46px;
  padding-left: 62px;
  background: url(../images/form001215-call.png) no-repeat left center;
}

.Form001215 .hotline dd {
  font-size: 33px;
  color: #009fe8;
  font-weight: bold;
}

.Form001215 .hotline dt {
  color: #000;
}

@media(max-width:640px) {
  .Form001215 .hotline dd {
    font-size: 24px;
  }
}

@media(max-width:480px) {

  .Form001215 .form,
  .Form001215 .hotline {
    float: none;
    width: auto;
  }

  .Form001215 .form textarea.text {
    height: 117px;
  }
}









/*
 .RichInfo005 为demo编号
 */
.RichInfo005 {
  padding: 3% 0 4%;
}

.RichInfo005 .title {
  text-align: center;
  padding-bottom: 30px;
}

.RichInfo005 .title h1 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 24px;
  color: #333;
}

.RichInfo005 .title p {
  margin: 0;
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 30px;
  font-size: 14px;
}

.RichInfo005 .info {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  line-height: 32px;
  color: #666;
}

.RichInfo005 .info p {
  margin-top: 0;
}

.RichInfo005 .info .p {
  text-indent: 2em;
}

.RichInfo005 .info .pic1 {
  float: left;
  margin-right: 3%;
  margin-bottom: 2%;
}

.RichInfo005 .info .pic2 {
  float: right;
  margin-left: 3%;
  margin-bottom: 2%;
}

.RichInfo005 .info_pn {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #d6d6d6;
  font-size: 14px;
  position: relative;
}

.RichInfo005 .info_pn .left {
  float: left;
  width: 40%;
}

.RichInfo005 .info_pn .right {
  float: right;
  width: 40%;
}

.RichInfo005 .info_pn a {
  color: #666;
  display: block;
  line-height: 22px;
  padding-left: 64px;
  background: url(../images/richinfo005-left.png) no-repeat left center;
}

.RichInfo005 .info_pn .right a {
  text-align: right;
  padding-left: 0;
  padding-right: 64px;
  background: url(../images/richinfo005-right.png) no-repeat right center;
}

.RichInfo005 .info_pn span {
  color: #009fe8;
  display: block;
}

.RichInfo005 .info_pn a:hover {
  color: #009fe8;
}

@media(max-width:640px) {
  .RichInfo005 .info .pic img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .RichInfo005 .info_pn .left {
    width: 40%;
  }

  .RichInfo005 .info_pn .right {
    width: 40%;
  }

  .adminbuy_cn .logo img {
    margin-top: 10px;
    height: 55px;
  }

  .Banner002621 {
    height: 150px;
  }
}

@media(max-width:540px) {
  .RichInfo005 .info .pic img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .RichInfo005 .info_pn .left,
  .RichInfo005 .info_pn .right {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }

  .RichInfo005 .info_pn .right a {
    text-align: left;
    padding-left: 64px;
    padding-right: 0;
    background: url(../images/richinfo005-right.png) no-repeat left center;
  }
}









.sitemap {
  padding: 3% 0 5%;
}

.sitemap li {
  padding: 20px 0;
  line-height: 24px;
  border-bottom: 1px dashed #eaeaea;
  font-size: 15px;
  position: relative;
  padding-left: 100px;
}

.sitemap strong {
  display: inline-block;
  width: 100px;
  position: absolute;
  left: 0;
  top: 20px;
}

.sitemap span a {
  padding: 0 20px;
  display: inline-block;
}

.sitemap a:hover {
  color: #009fe8;
}








.searchlist {
  padding: 3% 0 1%;
}

.searchlist ul li {
  padding: 2% 120px 2% 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
}

.searchlist ul li:hover a {
  color: #009fe8;
}

.searchlist ul li time {
  position: absolute;
  right: 0;
  top: 50%;
  color: #999;
  margin-top: -10px;
}

@media(max-width:768px) {
  .searchlist {
    padding: 40px 0;
  }
}


/*.lianxifangshi2020 .bx-viewport{ height:405px !important;}*/



.ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.ab_img p {
  text-wrap: inherit !important;
}

.ab_img p span {
  text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px 20px 50px;
  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
}

.ab_biaoti {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.ab_biaoti h {
  margin-bottom: 0;
}

#header-menu {
  display: none
}

.adminbuy_cn_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.4)
}