.mc {
  color: #070b50;
}
.cr {
  color: #dd3232;
}
.cb {
  color: #4086d8;
}
.cg {
  color: #747474;
}
body,
li,
ul,
h2,
h1,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
  margin: 0;
}
body {
  font-size: 14px;
  font-family: Verdana,Arial;
}
.wrap {
  width: 1263px;
  margin: 0 auto;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt5 {
  margin-top: 5px;
}
.ma {
  margin: 0 auto;
}
.p10 {
  padding: 10px;
}
.pb10 {
  padding: 10px;
}
.ml5 {
  margin-left: 5px;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.g6 {
  color: #666;
}
.g3 {
  color: #333;
}
.g9 {
  color: #999;
}
.gc {
  color: #ccc;
}
.tc {
  text-align: center;
}
.f14 {
  font-size: 14px;
}
.ell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.oh {
  overflow: hidden;
}
.fix {
  *zoom: 1;
}
.fix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
/*用于清除浮动，内容为\200B指零宽度空格，即可省略visible:hidden*/
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
:root,
body {
  min-height: 100%;
}
a,
li {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a img {
  border: 0;
}
img {
  vertical-align: middle;
}
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.circle {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.cw {
  color: #fff;
}
.lh30 {
  line-height: 30px;
}
.lh24 {
  line-height: 24px;
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.df1 {
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  width: 0%;
}
.p_tip {
  position: fixed;
  left: 0;
  bottom: 20%;
  text-align: center;
  width: 100%;
  z-index: 102;
}
.p_tip span {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
}
.loader-inner {
  width: 80px;
  padding: 18px 0;
  text-align: center;
  font-size: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #ffd200;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.share-tip {
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 5;
}
.pop-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
@-webkit-keyframes toBig {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes toBig {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lable {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 160px;
  height: 28px;
}
.lable a {
  position: absolute;
  left: 10px;
  top: -14px;
  z-index: 1;
  background-color: #ffd200;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  line-height: 12px;
  text-align: left;
}
.lable b {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ffd200;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.9);
  -webkit-animation: toBig 0.5s infinite ease-in-out;
  animation: toBig 0.5s infinite ease-in-out;
}
.lable-right a {
  position: absolute;
  right: 10px;
  top: -14px;
  z-index: 1;
  left: auto;
}
.lable-right b {
  left: auto;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
}
.index-fix {
  background-color: #21222a;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  -webkit-animation: slideUp .4s ease;
}
.index-fix li {
  width: 33%;
  float: left;
  text-align: center;
}
.index-fix a {
  color: #666;
  width: 100%;
  display: block;
  padding-top: 12px;
}
.index-fix .find {
  background: url(../images/index_38.png?v=20221110182306) center 3px no-repeat;
  background-size: 27px auto;
}
.index-fix .find_on {
  background: url(../images/index_37.png?v=20221110182306) center 3px no-repeat;
  background-size: 27px auto;
}
.index-fix .me {
  background: url(../images/index_34.png?v=20221110182306) top center no-repeat;
  background-size: 19px auto;
}
.index-fix .me_on {
  background: url(../images/index_35.png?v=20221110182306) top center no-repeat;
  background-size: auto 20px;
}
.index-fix .add {
  position: relative;
  height: 52px;
}
.index-fix .add a {
  padding-top: 5px;
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
  background-color: #ffd200;
}
.index-fix .add .left {
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: 1;
}
.index-fix .add .right {
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 1;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.fix-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 9px #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.fix-top .empty-btn {
  border: 1px solid #ffd200;
  width: 100%;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #ffd200;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-top: 2px;
  max-width: 140px;
}
.fix-top .icon {
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.fix-top .wz {
  line-height: 20px;
  color: #fff;
}
.fix-top .cy {
  color: #ffd200;
}
.fix-top .right-btn {
  padding-left: 204px;
  padding-right: 30px;
  text-align: right;
}
.fix-top .fl-block {
  width: 194px;
}
.fix-top .close-icon {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
}
.back-home {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 1;
}
.page-animate {
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.show {
  opacity: 1 !important;
}
.h70 {
  height: 70px;
}
.confirm {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.confirm-box {
  background-color: #fff;
  width: 300px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -150px;
  font-size: 14px;
}
.confirm-box .cont {
  padding: 20px;
  text-align: center;
}
.confirm-box .btns {
  border-top: 1px solid #ccc;
}
.confirm-box .btns a {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.confirm-box .btns a:first-child {
  border-right: 1px solid #ccc;
}
.shareIn {
  position: relative;
}
.shareIn:hover .bdshare-button-style0-16, {
  display: block;
}
.shareIn .bdshare-button-style0-16,
.shareIn .bdshare-button-style0-40 {
  text-align: right;
  position: absolute;
  right: 0;
  top: 20px;
}
.shareIn .bdshare-button-style0-16 a,
.shareIn .bdshare-button-style0-40 a  {
  float: none !important;
}
.list-item-0 .bdshare-button-style0-24 a,
.list-item-0 .bdshare-button-style0-16 a{
      float: none !important;
      background-image: url(${root_path}images/en2016/images/news_08.png?v=20221110182306) !important;
      padding-left: 0 !important;
      margin: 0 !important;
      height: 23px;
}
.agree-share .bdshare-button-style0-16 a,
.fix .bdshare-button-style0-16 a{
  float: none !important;
  padding-left: 0 !important;
      margin: 0 !important;
      height: 40px;
}
    .list-item-0 .bdshare-button-style0-24 .bds_fbook,
    .list-item-0 .bdshare-button-style0-16 .bds_fbook{
      background-position: 0 0  !important;
    }
    .list-item-0 .bdshare-button-style0-24 .bds_twi,
    .list-item-0 .bdshare-button-style0-16 .bds_twi{
       background-position: -25px 0 !important;
    }
    .list-item-0 .bdshare-button-style0-24 .bds_weixin,
    .list-item-0 .bdshare-button-style0-16 .bds_weixin{
      background-position: -73px 0 !important;
    }
    .list-item-0 .bdshare-button-style0-24 .bds_tsina,
    .list-item-0 .bdshare-button-style0-16 .bds_tsina{
      background-position: -97px 0 !important;
    }
    .list-item-0 .bdshare-button-style0-24 .bds_qzone,
    .list-item-0 .bdshare-button-style0-16 .bds_qzone{
      background-position: -121px 0 !important;
    }
.big-share {
  display: inline-block;
  vertical-align: middle;
}
.big-share a {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.big-share .bds_fbook {
  background: url(../images/index_62.png?v=20221110182306) left top no-repeat !important;
}
.big-share .bds_twi {
  background: url(../images/index_64.png?v=20221110182306) left top no-repeat !important;
}
.big-share .bds_weixin {
  background: url(../images/index_68.png?v=20221110182306) left top no-repeat !important;
}
.big-share .bds_tsina {
  background: url(../images/index_71.png?v=20221110182306) left top no-repeat !important;
}
.big-share .bds_qzone {
  background: url(../images/index_57.png?v=20221110182306) left top no-repeat !important;
}
.features .top-item h4 {
  text-align: center;
}
.mc {
  color: #070b50;
}
.index-header {
  background: url(../images/news_01.jpg?v=20221110182306) top center no-repeat;
}
.header-top {
  padding: 20px 10px 0;
}
.header-top a {
  color: #20245c;
}
.header-top .left {
  float: left;
}
.header-top .right {
  float: right;
  text-align: right;
}
.header-top .logos {
  background: url(../images/index_03.png?v=20221110182306) left top no-repeat;
  height: 56px;
  line-height: 56px;
  padding-left: 107px;
  margin-top: 20px;
}
.header-top .logos h1 {
  font-weight: bold;
  font-family: 'Arial';
  font-size: 42px;
  color: #fff;
}
.top-search {
  margin-top: 60px;
  width: 308px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  position: relative;
  text-align: left;
}
.top-search .search-input {
  width: 250px;
  height: 30px;
  padding: 0;
  border: 0;
  margin-left: 15px;
}
.top-search .search-btn {
  background: url(../images/index_06.png?v=20221110182306) center center no-repeat;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  width: 30px;
  height: 20px;
}
.nav {
  margin-top: 24px;
  background-color: #070b50;
}
.nav li {
  float: left;
  height: 50px;
  line-height: 50px;
}
.nav a {
  color: #fff;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 28px;
  font-family: 'Arial';
  font-weight: bold;
}
.index-footer {
  margin-top: 30px;
  height: 570px;
}
.index-footer .opacity-bg {
  background: url(../images/news_12.png?v=20221110182306) repeat-x;
}
.foot-nav {
  padding-top: 30px;
}
.foot-nav dl {
  float: left;
  padding-left: 10px;
  margin-right: 8px;
}
.foot-nav dl a {
  color: #000;
  font-size:16px;
}
.foot-nav .m0 {
  margin: 0;
}
.foot-nav dl dt a{
  font-size: 25px;
  margin-bottom: 10px;
}
.foot-nav dd {
  height: 40px;
  line-height: 40px;
}
.foot-last {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}
.link,
.about-contact {
  margin-top: 30px;
}
.about-contact a {
  margin: 0 20px;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 73px;
  height: 73px;
  margin: -36.5px 0 0 -36.5px;
  z-index: 1;
}
.index-bar {
  background: url(../images/index_19.png?v=20221110182306) bottom left repeat-x;
  padding-bottom: 10px;
  line-height: 50px;
}
.index-bar h2 {
  font-size: 20px;
  color: #070b50;
}
.index-bar .more {
  float: right;
}
.index-bar a {
  margin: 0 !important;
  color: #070b50;
}
.pager {
  text-align: center;
  margin-top: 20px;
}
.pager a {
  border: 1px solid #000;
  padding: 0 3px;
  margin: 0 3px;
}
.pager .on {
  border: none;
}
.bds_more {
  display: none !important;
}
.article-detail {
  word-break: keep-all;
  width: 940px;
  margin: 20px auto 0;
}
.article-detail .tit {
  font-size: 18px;
}
.article-detail .desc {
  margin-top: 20px;
}
.article-detail .desc span {
  padding-right: 40px;
}
.article-detail .share {
  margin-top: 10px;
}
.article-main p img{
    width: 100%;
}
.article-main p{
    margin-top: 0!important;
    margin-bottom: 1em!important;
    line-height: 1.5;
    font-family: Arial;
    font-size: 12pt;
    text-align: justify;
    width: 100%;
}
.m-content {
  line-height: 28px !important;
}
.m-content .video {
  background-color: #000;
  margin: 20px 0;
}
.m-content img {
  max-width: 100% !important;
}
.m-content p {
  background: none !important;
}
.follow-icon a {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: url(../images/news_08.png?v=20221110182306) left top no-repeat;
}
/*.follow-icon .follow-icon-0 {
  background-position: 1px -22px;
}
.follow-icon .follow-icon-1 {
  background-position: -23px -22px;
}
.follow-icon .follow-icon-2 {
  background-position: -48px -22px;
}
.follow-icon .follow-icon-3 {
  background-position: -70px -22px;
}
.follow-icon .follow-icon-4 {
  background-position: -94px -22px;
}
.follow-icon .follow-icon-5 {
  background-position: -119px -22px;
}
.follow-icon .follow-icon-6 {
  background-position: -142px -21px;
}*/
.follow-icon .follow-icon-0 {
  background-position: 0 0;
}
.follow-icon .follow-icon-1 {
  background-position: -25px 0;
}
.follow-icon .follow-icon-2 {
  background-position: -48px 0;
}
.follow-icon .follow-icon-3 {
  background-position: -73px 0;
}
.follow-icon .follow-icon-4 {
  background-position: -97px 0;
}
.follow-icon .follow-icon-5{
  background-position: -121px 0;
}
.agree-share {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 20px;
}
.agree-share .agree {
  margin-top: 20px;
}
.agree-share .follow-icon {
  text-align: center;
}
.list-item-0 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
}
.list-item-0 .pic {
  position: relative;
  float: left;
  margin-right: 10px;
}
.list-item-0 .pic .img {
  width: 190px;
  height: 126px;
}
.list-item-0 .desc {
  margin-top: 15px;
  line-height: 24px;
}
.agree-share {
  width: 940px;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-center {
  width: 940px;
  margin: 0 auto;
  margin-top: 20px;
}
.line-tit {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.relate-list {
  padding: 10px;
}
.comment {
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
.comment .text-input {
  margin-top: 10px;
}
.comment .text-input textarea {
  border: 3px solid #000;
  width: 100%;
  height: 82px;
  background: url(../images/detail_07.png?v=20221110182306) 5px 5px no-repeat;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.comment .btn {
  float: right;
  background-color: #a4a0a0;
  color: #fff;
  padding: 3px 20px;
}
.video-list li {
  float: left;
  margin: 0 7px;
  margin-bottom: 20px;
  width: 300px;
  height: 285px;
}
.video-list .pic {
  width: 100%;
  height: 200px;
}
.video-list .desc {
  margin-top: 10px;
  line-height: 24px;
}
.video-list .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  margin: -27.5px 0 0 -27.5px;
  z-index: 1;
}
.player-cont {
  padding: 20px;
}
.player-description {
  float: right;
  width: 300px;
  height: 617px;
  background-color: #cccccc;
}
.player-description .pic {
  height: 202px;
}
.player-description .cont {
  padding: 10px;
}
.player-description .tit {
  margin-top: 5px;
  font-size: 16px;
}
.player-description .desc {
  margin-top: 10px;
  line-height: 23px;
}
.photos-gallery {
  width: 100%;
  height: 685px;
}
.other-gallery {
  margin-top: 20px;
}
.other-gallery li {
  float: left;
}
.other-gallery .pic-0 {
  width: 218px;
  height: 146px;
}
.other-gallery .pic-1 {
  width: 197px;
  height: 132px;
}
.other-gallery .item-0 {
  width: 218px;
  margin-right: 88px;
}
.other-gallery .item {
  margin-right: 30px;
}
.other-gallery .item-4 {
  margin: 0 0 0 58px;
}
.login-regist {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.login-regist-box {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 425px;
  height: 385px;
  margin: -192.5px 0 0 -212.5px;
  z-index: 1;
  padding: 20px;
}
.login-regist-box .bar {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.login-regist-box .bar h3 {
  color: #070b50;
  font-weight: normal;
  font-size: 20px;
}
.login-regist-box h4 {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0 0;
}
.login-regist-box li {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
}
.login-regist-box .full-text {
  width: 415px;
  height: 100%;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
}
.login-regist-box .middle-text {
  width: 250px;
}
.login-regist-box .remeber-check {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: checkbox;
}
.login-regist-box .verify-btn {
  float: right;
  width: 150px;
}
.login-regist-box .login-btn {
  width: 100%;
  height: 100%;
  background-color: #070b50;
  color: #fff;
  border: 0;
  display: inline-block;
}
.login-regist-box .short-btn {
  font-size: 13px;
}
.login-regist-box .gray-btn {
  background-color: #f1f1f1;
  color: #000;
}
.login-regist-box .foot {
  margin-top: 10px;
}
.bdshare-button-style0-24 a{
            float: none !important;
            padding-left: 0 !important;
            margin: 0 !important;
            height: 41px !important;
          }
          .bds_fbook,.bds_twi,.ins,.bds_weixin,.bds_tsina,.bds_qzone{
            width: 41px;
            height: 41px;
            background-position: 0 !important;
            display: inline-block;
          }
          .bds_fbook{
            background-image: url(../images/index_62.png?v=20221110182306) !important;
          }
          .bds_twi{
            background-image: url(../images/index_64.png?v=20221110182306) !important;
          }
          .ins{
            background-image: url(../images/index_66.png?v=20221110182306) !important;
          }
          .bds_weixin{
            background-image: url(../images/index_68.png?v=20221110182306) !important;
          }
          .bds_tsina{
            background-image: url(../images/index_71.png?v=20221110182306) !important;
          }
          .bds_qzone{
            background-image: url(../images/index_57.png?v=20221110182306) !important;
          }