* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  width: 100rem;
  min-height: 100rem;
  text-align: center;
  float: left;
  overflow-x: hidden;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #000000;
  text-decoration-line: none;
}
a:hover {
  color:#008ed6;
  text-decoration-line: none;
}
.set-flex,
.set-flex-all,
.set-flex-all * {
  display: flex;
  flex-flow: row wrap;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
/* 导航栏 */
.common-head {
  /* position: relative; */
}
.common-head .common-head-content {
  position: fixed;
  top: 0;
  z-index: 999;
}
.common-head .common-head-line * {
  float: left;
}
.common-head .common-head-line {
  padding: 0 5rem;
  background: #ffffff;
  height: 5.3rem;
}
.common-head .common-head-line .common-head-logo {
  align-items: center;
}
.common-head .common-head-line .common-head-logo .common-head-logo-img {
  margin-right: 3rem;
  height: 4rem;
}
.common-head .common-head-line .common-head-logo .common-head-logo-code {
  padding-left: 1.2rem;
  align-content: flex-start;
  width: 13.4rem;
  font-size: 0.9rem;
  border-left: solid 1px #000000;
}
.common-head .common-head-line .common-head-logo .common-head-logo-code span {
  width: 100%;
}
.common-head .common-head-line .common-head-logo .common-head-logo-code span:nth-child(2) {
  letter-spacing: 0.08rem;
}
.common-head .common-head-line .common-head-navigation {
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  font-size: 1.1rem;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-label {
  padding: 0 1rem;
  align-items: center;
  height: 5.3rem;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-label .iconfont {
  padding-left: 0.2rem;
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-parent:hover {
  color: #008ed6;
}

.common-head .common-head-line .common-head-navigation .common-head-navigation-item .click{
  color: #008ed6;
}

.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-parent:hover .iconfont {
  transform: rotate(90deg);
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-label:hover + .common-head-navigation-children {
  display: flex;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children:hover {
  display: flex;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children {
  display: none;
  position: absolute;
  z-index: 9;
  top: 5.3rem;
  flex-direction: column;
  width: max-content;
  background: none;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label {
  position: relative;
  justify-content: center;
  height: 2.12rem;
  line-height: 2.12rem;
  min-width: 9rem;
  background: #ffffff;
}

.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label a {
  align-items: center;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover .common-head-navigation-children {
  display: flex;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover .common-head-navigation-children a {
  color: #000000;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover .common-head-navigation-children .common-head-navigation-label:hover {
  background: #008ed6;
  color: #ffffff;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover .common-head-navigation-children .common-head-navigation-label:hover a {
  color: #ffffff;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-children-right {
  padding-left: 0.2rem;
  position: absolute;
  left: 9rem;
  top: -0.2rem;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover {
  background: #008ed6;
  color: #ffffff;
}
.common-head .common-head-line .common-head-navigation .common-head-navigation-item .common-head-navigation-children .common-head-navigation-label:hover a {
  color: #ffffff;
}
.common-head .common-head-line .common-head-lang {
  align-items: center;
}
.common-head .common-head-line .common-head-lang a {
  margin: 0 0.2rem;
}
.common-head .common-head-line .common-head-lang a:nth-child(1) {
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 1.7rem;
  border: solid #000000 1px;
  border-radius: 0.3rem;
  font-size: 0.9rem;
}
.common-head .common-head-line .common-head-lang .common-head-lang-select {
  padding: 0 0.3rem;
  width: 5rem;
  height: 2.5rem;
  border: solid #e0e0e0 1px;
  border-radius: 0.3rem;
}
.common-head .common-head-line .common-head-lang .common-head-lang-select select {
  border: none;
  font-size: 0.8rem;
  color: #666;
}
.common-head .common-head-line .common-head-lang .common-head-lang-select select option {
  font-size: 0.8rem;
  color: #666;
}
.common-head .common-head-secondary {
  position: absolute;
  top: 5.3rem;
  display: none;
  z-index: 8;
  background: #ffffff;
}
.common-head .common-head-margin {
  height: 5.3rem;
}
/* 封面抬头 */
.common-cover {
  position: relative;
  height: 18.8rem;
}
.common-cover .common-cover-img {
  height: 100%;
  background: #00aaff;
}
.common-cover .common-cover-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.common-cover .common-cover-head .common-cover-title {
  padding: 1.4rem 0;
  font-size: 1.9rem;
  width: max-content;
}
.common-cover .common-cover-head .common-cover-border {
  border-top: solid 0.2rem #ffffff;
  height: 0.2rem;
}
.common-cover .common-scroll-news {
  margin: 0 11rem;
  padding: 0 1.7rem;
  position: absolute;
  left: 0;
  bottom: -2rem;
  box-shadow: 0.1rem 0.1rem 0.3rem #cccccc;
  width: 78rem;
  height: 4rem;
  line-height: 4rem;
  background: #ffffff;
  color: #666666;
}
.common-cover .common-scroll-news a {
  color: #666666;
}
.common-cover .common-scroll-news a:hover{color:#008ed6;}

.common-cover .common-scroll-news .common-scroll-news-label {
  margin-right: 1.7rem;
  float: left;
}
.common-cover .common-scroll-news .common-scroll-news-view {
  padding-right: 1rem;
  position: relative;
  height: 4rem;
  flex: 1;
  overflow: hidden;
  float: left;
}
.common-cover .common-scroll-news .common-scroll-news-view .common-scroll-news-sroll {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.common-cover .common-scroll-news .common-scroll-news-view .common-scroll-news-sroll .common-scroll-news-list {
  display: inline;
}
.common-cover .common-scroll-news .common-scroll-news-view .common-scroll-news-sroll .common-scroll-news-list .common-scroll-news-item {
  margin-right: 2rem;
  display: inline;
  height: 4rem;
}
/* 页脚 */
.common-footer {
  border-top: solid 0.15rem #008ed6;
  background: #f6f6f6;
  float: left;
}
.common-footer .common-footer-more {
  padding: 3.6rem 6.3rem;
  min-height: 20rem;
  border-bottom: solid 2px #ededee;
}
.common-footer .common-footer-more .common-footer-logo {
  width: 7rem;
  float: left;
}
.common-footer .common-footer-more .common-footer-navigation {
  margin-left: 1.4rem;
  font-size: 0.9rem;
  width: 48rem;
  float: left;
}
.common-footer .common-footer-more .common-footer-navigation .common-footer-navigation-item {
  margin: 0 0.5rem;
  width: 7rem;
  overflow: hidden;
  float: left;
}
.common-footer .common-footer-more .common-footer-navigation .common-footer-navigation-item .common-footer-navigation-label {
  font-weight: bold;
}
.common-footer .common-footer-more .common-footer-navigation .common-footer-navigation-item .common-footer-navigation-children {
  margin-top: 1rem;
}
.common-footer .common-footer-more .common-footer-navigation .common-footer-navigation-item .common-footer-navigation-children .common-footer-navigation-children-item {
  margin-top: 0.8rem;
  white-space: nowrap;
}
.common-footer .common-footer-more .common-footer-navigation .common-footer-navigation-item .common-footer-navigation-children .common-footer-navigation-children-item a {
  color: #666666;
}
.common-footer .common-footer-more .common-footer-enterprise {
  float: right;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-enterprise-info {
  margin-right: 1rem;
  width: 17rem;
  text-align: left;
  float: left;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-enterprise-info .common-footer-enterprise-name {
  padding-bottom: 1.3rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: dashed 1px #999999;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-enterprise-info .common-footer-enterprise-msg {
  margin-top: 1.1rem;
  font-size: 0.9rem;
  color: #666666;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-qrcode {
  margin-right: 3rem;
  float: left;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-qrcode .common-footer-qrcode-img {
  width: 8rem;
  height: 8rem;
}
.common-footer .common-footer-more .common-footer-enterprise .common-footer-qrcode .common-footer-qrcode-label {
  margin-top: 0.8rem;
  width: 8rem;
  text-align: center;
}
.common-footer .common-footer-info {
  min-height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 0.9rem;
  color: #FFFFFF;
  background-color: #008ed6;
}
.common-footer .common-footer-info a {
  color: #d8d8d8;
}
/* 富文本样式 */
.common-rich {
  float: left;
  /* 分享 */
}
.common-rich .common-rich-content {
  line-height: 2rem;
  font-size: 1rem;
  text-align: left;
  color: #333333;
  float: left;
}
.common-rich .common-rich-content * {
  float: none;
}
.common-rich .common-rich-content p {
  width: 100%;
}
.common-rich .common-rich-content img {
  /* margin: 0 5%;
			width: 90%; */
  /* padding: 0.5rem 0; */
  max-width: 100%;
}
.common-rich .common-share {
  margin-top: 3rem;
  float: left;
}
.common-rich .common-other-article {
  margin-top: 3rem;
  float: left;
}
.common-rich .common-other-article .common-other-article-item {
  margin: 0.5rem 0;
  padding: 0 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #f6f6f6;
  text-align: left;
  float: left;
}
/* 翻页 */
.common-page {
  margin: 5rem 0;
  justify-content: center;
}
.common-page .common-page-list {
  margin: 0 0.35rem;
  background: #f5f5f5;
  float: left;
}
.common-page .common-page-list a {
  display: block;
  padding: 0.6rem 0.8rem;
  color: #666666;
  float: left;
}
.common-page .common-page-list .page-num {
  display: block;
  padding: 0.6rem 0.8rem;
  color: #666666;
  float: left;
}
.common-page .common-page-list .page-num-current {
  background: #008ed6;
  color: #ffffff;
}
.common-page .common-page-list .page-num-current a {
  color: #ffffff;
  float: left;
}
.common-404-content {
  margin: 5rem 0;
  text-align: center;
}
.common-404-content * {
  text-align: center;
}
.common-404-content .common-404-cover {
  width: 30rem;
}
.common-404-content .common-404-label {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.common-404-content .common-404-msg {
  font-size: 1rem;
}
.common-404-content .common-404-link {
  margin-top: 1rem;
}
.common-404-content .common-404-link .common-404-link-item a {
  color: #00aaff;
}
/* 全屏播放器 */
.common-full-player {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100rem;
  width: 100rem;
  height: 100%;
  background: #000000;
}
.common-full-player video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100rem;
}
.common-full-player .common-full-player-control {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}
.common-full-player .common-full-player-control .common-full-player-control-item {
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 1.25rem;
  font-size: 1.5rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  float: left;
}





.common-head .common-head-line  .navbar_nav {


  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  font-size: 1rem;
}

.common-head .common-head-line  .navbar_nav li {
  position: relative;
  display: block;
}

.common-head .common-head-line  .navbar_nav li:after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #008ed6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.common-head .common-head-line  .navbar_nav li:hover:after {
  width: 100%;
}

.common-head .common-head-line  .navbar_nav li a {
  text-decoration: none;
  height: 100%;
  padding: 0 1.4rem;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  font-size: 1.1rem;
  line-height: 5.3rem;
}

.common-head .common-head-line  .navbar_nav li:hover a {
  color: #008ed6;
}

.common-head .common-head-line  .navbar_nav li.dropdown {
  display: inline-block;
  position: relative;
}


.common-head .common-head-line  .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  top: 5.2rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
  left: 0%;
}

.common-head .common-head-line  .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 1rem;
  color: #666;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  margin-bottom: 1px;
  float: none;
}

.common-head .common-head-line  .navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
  background: #f3f3f3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.common-head .common-head-line  .navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #666;
}

.common-head .common-head-line  .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  color: #008ed6;
  background: #f6f6f6;
}

.common-head .common-head-line  #navToggle {
  display: none;
}


.common-head .common-head-line .navbar_nav li.click >a {
  color: #008ed6;
  font-weight: 600;
}

.common-head .common-head-line .navbar_nav li.click > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #008ed6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}





.clearfix:after,.clearfix:before,.pager:after,.pager:before{
  display: table;
  content: " ";
}
.clearfix:after,.pager:after{
  clear: both;
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 40%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #292e39;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #292e39;
  width: 200px;
  right: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #292e39;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #292e39;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #292e39;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}
.icon-font {
  position: relative;
}
.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/static/img/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:5px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#008ed6 url(/static/img/fixCont.png) no-repeat 0 -114px;}
.yb_bar .yb_phone{background:#008ed6 url(/static/img/fixCont.png) no-repeat 0 -171px;}
.yb_bar .yb_QQ{text-indent:0;background:#008ed6 url(/static/img/fixCont.png) no-repeat 0 -227px;}
.yb_bar .yb_ercode{background:#008ed6 url(/static/img/fixCont.png) no-repeat 0 -283px; height: 200px;}
.yb_bar .yb_c{background:#008ed6 url(/static/img/fixCont.png) no-repeat 0 0px;}
.hd_qr{padding:0;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}