@charset "UTF-8";

/* ---------------------------------------- css base 基础部分开始---------------------------------------- */
/* @font-face { font-family: Source Han Sans SC; src: url('../font/NotoSansHans-Regular.otf'); } */
/* @font-face { font-family: Source Han Sans SC; src: url('../font/NotoSansHans-Bold.otf'); } */
/* @font-face {
  font-family: Source Han Sans SC;
  src: url('../font/NotoSansHans-Medium.otf');
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
	font-family: Source Han Sans SC;
    src: url(../font/NotoSansHans-Medium.otf);
    src: 
        url(../font/NotoSansHans-Medium.otf) format('embedded-opentype'),
        url(../font/NotoSansHans-Medium.woff) format('woff'),
        url(../font/NotoSansHans-Medium.ttf) format('truetype'),
        url(../font/NotoSansHans-Medium.svg#webfontOTINA1xY) format('svg');
} */

/* @font-face{
  font-family:"Source Han Sans SC";
  src:url('../font/NotoSansHans-Medium.otf');
  src: 
      url('../font/NotoSansHans-Medium.eot?#iefix') format('eot'),
      url('../font/NotoSansHans-Medium.woff') format('woff'),
      url('../font/NotoSansHans-Medium.ttf') format('truetype');
       font-weight: normal;
      font-style: normal;
}  */

/* @font-face{
  font-family:"Source Han Sans SC";
  src:url('../font/NotoSansHans-Medium.otf');
  src: 
      url('../font/NotoSansHans-Medium.eot?#iefix') format('eot'),
      url('../font/NotoSansHans-Medium.woff') format('woff'),
      url('../font/NotoSansHans-Medium.ttf') format('truetype'),
      url('../font/NotoSansHans-Medium.svg#webfontOTINA1xY') format('svg');
      font-weight: normal;
      font-style: normal;
}  */

/*   
@font-face {
  font-family: Source Han Sans SC;
  src: url('../font/NotoSansHans-Medium.ttf');
  src: url('../font/NotoSansHans-Medium.eot')\9;
} */

html,
body {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-break: break-word;
  font-family: "微软雅黑", "Microsoft YaHei", arial, Helvetica Neue, sans-serif !important;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  -webkit-mask-size: 100% 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0 none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style-type: none;
}

li {
  display: block;
}

capation,
th {
  text-align: left;
}

abbr,
acronym {
  border: 0;
}

select,
input,
img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

b {
  font-weight: bold;
  display: inline;
}

input {
  height: auto;
  outline: none;
  vertical-align: bottom;
  +vertical-align: middle !important;
  _vertical-align: middle;
  line-height: normal;
}
input,
textarea {
  background-color: transparent;
  border-radius: 0;
}
textarea {
  resize: none;
}

/*6月14日更新，针对webkit核心的浏览器——Chrome(google浏览器),Safari(苹果浏览器)中textare可调整大小的问题定义. 取消拖动调整大小*/
textarea:focus {
  outline: none;
}

/*6月14日更新. textarea的聚焦时现在默认边框颜色不变*/
i,
em,
cite {
  font-style: normal;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

video {
  background: #000;
}

sup,
sub {
  font-size: 60%;
}

/* --清除谷歌浏览器下的 search 叉号 */
input::-webkit-search-cancel-button {
  display: none;
}

input::-moz-search-cancel-button {
  display: none;
}

input::-ms-search-cancel-button {
  display: none;
}

/* --清除IE下的 search 叉号 */
input[type="search"]::-webkit-clear {
  display: none;
}

input[type="search"]::-moz-clear {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.font10px {
  font-size: 12px;
  -webkit-transform: scale(0.83, 0.83);
  -moz-transform: scale(0.83, 0.83);
  -ms-transform: scale(0.83, 0.83);
  -o-transform: scale(0.83, 0.83);
  transform: scale(0.83, 0.83);
  *font-size: 10px;
}

.clear,
.clearit {
  clear: both;
  margin: 0;
  padding: 0;
}

.clearFix {
  display: block;
}

.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.alc {
  text-align: center;
}

.all {
  text-align: left;
}

.alr {
  text-align: right;
}

.vm {
  vertical-align: middle;
}

.zoom {
  zoom: 1;
}

.ct,
.center {
  margin: 0px auto;
}

.txtOutline {
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
}

.ab-c {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 1行超出截断 */

.overtext1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2行超出截断 */

.overtext2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.overtext2::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0px;
  background: -o-linear-gradient(right, transparent, #fff 50%);
  background: -moz-linear-gradient(right, transparent, #fff 50%);
  background: -moz-linear-gradient(left, transparent, #fff 50%);
  background: -o-linear-gradient(left, transparent, #fff 50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff));
  background: linear-gradient(to right, transparent, #fff 50%);
}

/* 3行超出截断 */

.overtext3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  /* font-family: Source Han Sans SC; */
}

.container {
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}
/* @media only screen and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 960px) {}
@media only screen and (min-width: 961px) and (max-width: 1200px) {}
@media only screen and (min-width: 1200px) {} */
@media only screen and (max-width: 767px) {
  * {
    font-size: 12px;
  }
  .container {
    /* max-width: 540px; */
    width: 100%;
    padding: 0 10px;
  }
  .sm-block {
    display: block !important;
  }
  .sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .container {
    max-width: 768px;
    padding: 0 10px;
  }
  .md-block {
    display: block !important;
  }
  .md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 10px;
  }
}

/*>=1200的设备屏幕*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 0px;
  }
}

/* ---------------------------------------- css base 基础部分结束---------------------------------------- */

/* ---------------------------------------- 公共部分开始 ---------------------------------------- */

/* 取代系统alert的警告提示弹窗*/
.alertBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

.alertBox > div {
  background-color: #fff;
  width: 500px;
  padding: 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  margin: 200px auto 0;
}

.alertBox > div p {
  text-align: center;
}

.alertBox > div p.text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #222;
}

.alertBox > div p.btn a {
  font-size: 18px;
  padding: 10px 40px;
  color: #fff;
  background: #222;
  letter-spacing: 4px;
  border-radius: 6px;
}

/* pop容器 css*/
.popBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popBox .popMask {
  width: 100%;
  height: 100%;
  background: #000\9;
  filter: alpha(opacity=50) \9;
  background: rgba(0, 0, 0, 0.5);
}

/* load浮层 css*/
#loadBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50) \9;
  z-index: 999;
  display: none;
}

#loadBox span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/loading.gif) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

/* 视频浮层 css*/
.popVideo {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.popVideo .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/common/close.png) center center no-repeat;
  overflow: hidden;
  cursor: pointer;
}

#videoBox {
  width: 100%;
  height: 100%;
}

.popIpad {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}

.popIpad .video {
  width: 100%;
  height: 84%;
  margin: 8% auto;
}

.popIpad .video video {
  width: 100%;
  height: 100%;
}

.popIpad .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/common/close.png) center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  z-index: 99;
}

/* 取代系统alert的警告提示弹窗 css*/
#popAlert {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  width: 250px;
  padding: 30px 30px 40px;
  display: none;
}

#popAlert p {
  text-align: center;
}

#popAlert p.text {
  margin-bottom: 40px;
  font-size: 14px;
  color: #333;
}

#popAlert p.btn a {
  text-align: center;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

/* 返回顶部 */

.backtop {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 40px;
  height: 54.5px;
  background-image: url(../images/icon_top.png);
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: rgb(43, 43, 43);
  right: 50px;
  bottom: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .backtop {
    right: 10px;
  }
}
.backtop:hover {
  -webkit-animation: hoverColor 0.5s ease-out forwards;
  -moz-animation: hoverColor 0.5s ease-out forwards;
  -o-animation: hoverColor 0.5s ease-out forwards;
  animation: hoverColor 0.5s ease-out forwards;
}

@-webkit-keyframes hoverColor {
  from {
    background-color: rgb(43, 43, 43);
  }

  to {
    background-color: #006cc8;
  }
}

@-moz-keyframes hoverColor {
  from {
    background-color: rgb(43, 43, 43);
  }

  to {
    background-color: #006cc8;
  }
}

@-o-keyframes hoverColor {
  from {
    background-color: rgb(43, 43, 43);
  }

  to {
    background-color: #006cc8;
  }
}

@keyframes hoverColor {
  from {
    background-color: rgb(43, 43, 43);
  }

  to {
    background-color: #006cc8;
  }
}

.viewImg {
  cursor: pointer;
}

/* 默认宝蓝按钮颜色 */
.btnHover:hover {
  background: #006cc8 !important;
  color: #fff !important;
  border: 0.05em solid #006cc8 !important;
}

.noMoreTip {
  font-size: 18px;
  font-family: Source Han Sans SC;
  line-height: 2;
  color: #333333;
  text-align: center;
  opacity: 0.8;
}

/* ---------------------------------------- 首页 动态页 列表 list ---------------------------------------- */
.news-list-Box {
  max-width: 794px;
}

.news-list-Box .news-list {
  background: #ffffff;
  border: 1px solid #bebebe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 145px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.news-list-Box .news-list:hover {
  border: 1px solid #006cc8;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.news-list-Box .news-list:last-child {
  margin-bottom: 0;
}

.news-list-Box .news-list .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list-Box .news-list:hover .border {
  border: 3px solid #006cc8;
}

.news-list-Box .news-list .news-center {
  position: absolute;
  right: 13px;
  top: 13px;
  /* width: 70px; */
  padding: 0 10px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1803921568627451);
  background: #f0f0f0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list-Box .news-list .news-center > div {
  font-size: 12px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333;
}

.news-list-Box .news-list > div:nth-child(1) {
  float: left;
  width: 222px;
  overflow: hidden;
  border: 1px solid #fff;
  margin: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list-Box .news-list > div:nth-child(1) img {
  height: 100%;
}

.news-list-Box .news-list > div:nth-child(2) {
  padding: 0 14px 0 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.news-list-Box .news-list > div:nth-child(2)::before {
  border-left: 1px solid #bebebe;
  content: " ";
  position: absolute;
  width: 0;
  height: 110%;
  left: 0;
  top: -1px;
}

.news-list-Box .news-list > div:nth-child(2) h3 {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  padding-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 80px;
}

.news-list-Box .news-list > div:nth-child(2) .info {
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0 5px;
}

.news-list-Box .news-list > div:nth-child(2) p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .news-list-Box .news-list .border {
    display: none;
  }
  .news-list-Box .news-list:hover {
    border: 1px solid #bebebe;
  }
  .news-list-Box .news-list > div:nth-child(1),
  .news-list-Box .news-list > div:nth-child(2)::before {
    display: none;
  }
  .news-list-Box .news-list > div:nth-child(2) h3 {
    padding-right: 0;
    font-size: 15px;
  }
  .news-list-Box .news-list .news-center {
    top: 40px;
    height: 20px;
  }
  .news-list-Box .news-list > div:nth-child(2) {
    padding: 0 14px 0 14px;
  }
  .news-list-Box .news-list > div:nth-child(2) p {
    font-size: 14px;
  }

  .news-list-Box .news-list .news-center > div {
    font-size: 10px;
  }
}
/* ---------------------------------------- 面包屑导航 ---------------------------------------- */
.breadBanner {
  height: 150px;
  background: url(../images/about/banner-bg.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  width: 100%;
}

.breadBanner ul li {
  float: left;
  padding-right: 10px;
}

.breadBanner ul li a,
.breadBanner ul li {
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 24px;
  color: #83aac3;
}
.breadBanner ul li a:hover {
  color: #fff;
}
.breadBanner ul li:last-child {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .breadBanner {
    height: 82px;
  }

  .breadBanner .container {
    display: none;
  }
}

/* ---------------------------------------- 首页 关于页 等等 卡片 list ---------------------------------------- */

.listMaxBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.listMaxBox .listItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 331px;
  background: #fff;
  max-width: 386px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border: 1px solid #b1b1b1;
}

.listMaxBox .listItem:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.listMaxBox .listItem.margin21 {
  margin: 0 21px;
}

.listMaxBox .listItem .top {
  width: 100%;
  height: 215px;
  position: relative;
  overflow: hidden;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}

.listMaxBox .listItem .top::after {
  content: " ";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.listMaxBox .listItem:hover .top::after {
  border: 8px solid #006cc8;
}

.listMaxBox .listItem .top.bg1 {
  background: url(../images/list-bg-1.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .top.bg2 {
  background: url(../images/list-bg-2.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .top.bg3 {
  background: url(../images/list-bg-3.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .top.bg4 {
  background: url(../images/list-bg-4.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .top.bg5 {
  background: url(../images/list-bg-5.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .top.bg6 {
  background: url(../images/list-bg-6.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.listMaxBox .listItem .bottom {
  position: relative;
  text-align: center;
  padding: 0 10px;
  height: -webkit-calc(100% - 215px);
  height: -moz-calc(100% - 215px);
  height: calc(100% - 215px);
  /* border: 1px solid #B1B1B1;
  border-top: none; */
}

.listMaxBox .listItem:hover .bottom {
  border: none;
}

.listMaxBox .listItem .bottom > div:nth-child(1) {
  font-size: 22px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 32px;
  color: #222222;
  position: relative;
  padding: 42px 0 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.listMaxBox .listItem .bottom1 > div:nth-child(1) {
  padding: 13px 0 10px;
}
.listMaxBox .listItem .bottom > div:nth-child(1)::after {
  /* width: 86px;
  width: 100%;
  height: 2px; */
  background: #333333;
  border-radius: 2px;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.listMaxBox .listItem .bottom1 > div:nth-child(1)::after {
  height: 2px;
  background: #333333; 
}

.listMaxBox .listItem .bottom > div:nth-child(2) {
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}

.listMaxBox .listItem .bottom .more {
  width: 115px;
  height: 115px;
  position: absolute;
  right: -3%;
  top: -44%;
  background: url(../images/more-1.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 58px 48px;
  -moz-transform-origin: 58px 48px;
  -ms-transform-origin: 58px 48px;
  -o-transform-origin: 58px 48px;
  transform-origin: 58px 48px;
}

.listMaxBox .listItem:hover .bottom .more {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/more-2.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .listMaxBox {
    display: block;
  }
  .listMaxBox .listItem {
    width: 100%;
    flex: auto;
    margin: 0 auto 20px;
    max-width: 100%;
    height: 316px;
  }
  .listMaxBox .listItem.margin21 {
    margin: 0 auto 20px;
  }
  .listMaxBox .listItem .top {
    background-size: cover;
  }

  .listMaxBox .listItem .bottom > div:nth-child(1) {
    font-size: 15px;
    line-height: 22px;
  }
  .listMaxBox .listItem .bottom > div:nth-child(2) {
    font-size: 12px;
    color: #555555;
  }

  .listMaxBox .listItem .bottom .more {
    top: -47%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .listMaxBox .listItem {
    width: 100%;
    flex: auto;
    margin: 0 auto 20px;
    max-width: 100%;
    height: 244px;
  }

  .listMaxBox .listItem .top {
    background-size: cover;
    height: 136px;
  }

  .listMaxBox .listItem .bottom > div:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
  .listMaxBox .listItem .bottom > div:nth-child(2) {
    font-size: 15px;
    color: #555555;
  }

  .listMaxBox .listItem .bottom {
    height: calc(100% - 136px);
  }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .listMaxBox .listItem .bottom > div:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
  .listMaxBox .listItem .bottom > div:nth-child(2) {
    font-size: 15px;
    /* color: #555555; */
  }
  .listMaxBox .listItem .top {
    height: 158px;
  }

  .listMaxBox .listItem {
    height: 274px;
  }

  .listMaxBox .listItem .bottom {
    height: calc(100% - 158px);
  }
}

/* 分页 pagination */

.m-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-pagination a {
  text-align: center;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  color: #333333;
  height: 30px;
  /* padding: 0 10px; */
  line-height: 30px;
  margin: 20px 10px 0;
  position: relative;
}

.m-pagination a.active::before {
  width: 100%;
  height: 2px;
  background: #006cc8;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-pagination .first-page {
  background: url(../images/news/arrow-1.png) no-repeat center center;
  -o-background-size: 7px 13px;
  background-size: 7px 13px;
  min-width: 12px;
}

.m-pagination .pre-page {
  background: url(../images/news/arrow-3.png) no-repeat center center;
  -o-background-size: 6px 12px;
  background-size: 6px 12px;
  min-width: 12px;
}

.m-pagination .next-page {
  background: url(../images/news/arrow-4.png) no-repeat center center;
  -o-background-size: 6px 12px;
  background-size: 6px 12px;
  min-width: 12px;
}

.m-pagination .last-page {
  background: url(../images/news/arrow-2.png) no-repeat center center;
  -o-background-size: 7px 13px;
  background-size: 7px 13px;
  min-width: 12px;
}

.new-theme-submit {
  width: 164px;
  height: 57px;
  background: #efefef;
  border: 1px solid #333333;
  font-size: 16px;
  line-height: 57px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.new-inpt-box input,
.new-inpt-box textarea {
  font-size: 15px;
}

.new-inpt-box .inpt.err-clas {
  border: 2px solid #ff0000;
}

.new-inpt-box .inpt::placeholder {
  color: #b8b8b8;
}

.new-inpt-box .inpt::-webkit-input-placeholder { /* WebKit browsers */
  color: #b8b8b8;
}
.new-inpt-box .inpt:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #b8b8b8;
}   

.new-inpt-box input:hover,
.new-inpt-box textarea:hover {
  border: 1px solid rgba(0, 108, 200, 1);
}

.new-inpt-box input:focus,
.new-inpt-box textarea:focus {
  border: 2px solid #006cc8;
}

/* div.error .inpt {
  border: 2px solid #006CC8;
}

div.error .tips {
  display: block;
} */

.select-new-box.ac {
  transform: translateY(0px);
}

.select-new-box {
  position: absolute;
  display: none;
  transition: all 0.2s linear;
  transform: translateY(10px);
  top: 41px;
  left: 0;
  z-index: 1;
  background: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #333;
  width: 100%;
}

.select-new-item {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.select-new-item:hover {
  cursor: pointer;
  background: #eaeaea;
}
.select-new-item.active {
  color: #fff;
  background: #1e90ff;
}

.blend-new-box {
  padding: 36px 63px 37px 59px !important;
}

/*  右边  
 margin:8px 0;
*/

/* 标题 */
.blend-new-title {
  font-size: 22px !important;
  font-weight: bold !important;
  color: #333333 !important;
  line-height: 60px !important;
}

/* 小标题 */

.blend-new-t1 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #333333 !important;
  position: relative;
}
/* .blend-new-t1::before {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
  left: 0 !important;
} */

/* 内容字号 */
.blend-new-txt {
  font-size: 15px !important;
  line-height: 27px !important;
  /* color: #333333; */
}
/* 内容p下面的字号 */
.blend-new-txt p,
.blend-new-txt span {
  font-size: 15px !important;
  line-height: 27px !important;
}

.blend-img-top {
  margin-top: 8px;
}
.blend-left-title {
  margin: 8px 0 !important;
}

/* 
blend-new-box
blend-new-txt
blend-new-t1
blend-new-title
blend-left-title
 */

/* 某些伪类元素 */

.blend-new-txt::before {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto 0 !important;
  left: 0 !important;
}

.blend-new-imgtxt {
  margin: 8px 0 !important;
}

@media only screen and (max-width: 767px) {
  .blend-new-box {
    width: 100%;
    padding: 20px 16px 60px !important;
  }
  .blend-new-txt {
    font-size: 12px !important;line-height: 20px !important;
  }
  /* 内容p下面的字号 */
  .blend-new-txt p,
  .blend-new-txt span {
    font-size: 12px !important;line-height: 20px !important;
  }
}

.inner-staytun-box {
  width: 100%;
  padding: 26px 0;
}
.inner-staytun-box h1 {
  font-size: 15px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  margin-bottom: 11px;
}
.staytun-inner {
  padding: 22px 31px;
  background: #f8f8f8;
}
.staytun-img-box {
  width: 100%;
  overflow: hidden;
}
.staytun-img-box img {
  max-width: 100%;
}
.staytun-img-box .bimg1 {
  height: 220px;
  float: left;
}
.staytun-img-box .bimg2 {
  height: 220px;
  float: right;
}

.staytun-img-box .bimg3 {
  float: left;
  height: 193px;
}

.staytun-img-box .bimg4 {
  height: 193px;
  float: right;
}
.staytun-img-box .bimg5 {
  width: 416px;
}

.blend-l {
  float: left;
}
.blend-r {
  float: right;
}
.s4-img-box1 {
  margin-left: 48px;
}
.blend-tip-txt {
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 25px;
  color: #333333;
  padding-top: 20px;
}
.blend-fw {
  font-weight: bold !important;
}

@media only screen and (max-width: 960px) {
  .staytun-img-box .bimg1 {
    height: 190px;
    float: left;
  }
  .staytun-img-box .bimg2 {
    height: 190px;
    float: right;
  }
  .staytun-img-box .bimg3 {
    height: 165px;
    float: left;
  }
  .staytun-img-box .bimg4 {
    height: 165px;
    float: right;
  }
  .staytun-inner {
    padding: 10px 11px;
  }
  .blend-l {
    margin-bottom: 10px;
    width: 100%;
  }
  .s4-img-box1 {
    margin-left: 0;
  }
  .s5-bimg {
    width: 48%;
    float: left;
  }
  .s5-bimg.m11 {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .staytun-img-box .bimg1 {
    height: 100px;
    float: left;
  }
  .staytun-img-box .bimg2 {
    height: 100px;
    float: right;
  }
  .staytun-img-box .bimg3 {
    height: 90px;
    float: left;
  }
  .staytun-img-box .bimg4 {
    width: 55%;
    height: 90px;
    float: right;
  }
  .staytun-img-box .bimg6 {
    width: 48%;
    height: 110px;
  }
  .staytun-img-box .bimg7 {
    width: 48%;
    height: 110px;
    margin-left: 0;
  }
  .staytun-inner {
    padding: 10px 11px 28px;
  }

  .s4-img-box1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .staytun-img-box .my-img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    float: left !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
.tabs .tabsBody .imgDi2 .p2 {
  height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}




/* public pc*/
.pc_public {display: block !important;}
.mob_public {display: none !important;}


/* public mob */
@media only screen and (max-width: 767px) {

  .pc_public {display: none !important;}
  .mob_public {display: block !important;}


}