.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;
}
@font-face {
    font-family:'Microsoft Himalaya';
    src: url(../images/AdobeHeitiStd-Regular.otf?v=20230506175545) format('truetype');
}
.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=20230506175545) center 3px no-repeat;
  background-size: 27px auto;
}
.index-fix .find_on {
  background: url(../images/index_37.png?v=20230506175545) center 3px no-repeat;
  background-size: 27px auto;
}
.index-fix .me {
  background: url(../images/index_34.png?v=20230506175545) top center no-repeat;
  background-size: 19px auto;
}
.index-fix .me_on {
  background: url(../images/index_35.png?v=20230506175545) 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;
  height: 30px;
}
.shareIn:hover .share-box {
  display: block;
}

.shareIn .bdshare-button-style0-16 {
  text-align: right;
  position: absolute;
  right: 0;
  top: 20px;
}
.shareIn .bdshare-button-style0-16 a {
  float: none !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=20230506175545) left top no-repeat !important;
}
.big-share .bds_twi {
  background: url(../images/index_64.png?v=20230506175545) left top no-repeat !important;
}
.big-share .bds_weixin {
  background: url(../images/index_68.png?v=20230506175545) left top no-repeat !important;
}
.big-share .bds_tsina {
  background: url(../images/index_71.png?v=20230506175545) left top no-repeat !important;
}
.big-share .bds_qzone {
  background: url(../images/index_57.png?v=20230506175545) left top no-repeat !important;
}
.features .top-item h4 {
  text-align: center;
}
.index-header {
  background: url(../images/index_banner_01.jpg?v=20230506175545) top center no-repeat;
  height: 1167px;
}
.opacity-bg {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #070b50;
}
.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=20230506175545) 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;
}
.top-search {
  margin-top: 10px;
  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=20230506175545) center center no-repeat;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  width: 30px;
  height: 20px;
}
.nav {
  margin-top: 20px;
  padding-bottom: 20px;
}
.nav li {
  float: left;
  height: 30px;
  line-height: 30px;
}
.nav a {
  color: #070b50;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 28px;
  font-family: 'Arial';
  font-weight: bold;
}
.top-tab {
  margin-top: 20px;
}
.top-tab .on {
  background-color: #dd3232;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
}
.top-tab a {
  margin: 0 10px 0 5px;
  font-size: 15px;
}
.top-main {
  margin-top: 20px;
}
.top-main .top-main-left {
  width: 938px;
}
.top-main .top-main-right {
  width: 290px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  border-left: 1px solid #a4afc0;
}
.top-main .top-main-right h2 {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 3px 0px #bec3ce;
}
.top-main .top-main-right h2 a{
  color: #070b50;
}
.top-main .top-main-right dd {
  margin-top: 20px;
}
.top-main .top-main-right dd>p {
  line-height: 30px;
}
.top-main .top-main-right h4 {
  line-height: 30px;
}
.top-main .top-main-right .share-icon {
  width: 14px;
  height: 14px;
}
.co {
  color: #f37e3e;
}
.pic-banner .img-box {
  position: relative;
}
.pic-banner .img-box .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 55px;
  line-height: 20px;
  font-size: 16px;
  background: url(../images/opacity_bg_03.png?v=20230506175545) left top repeat-x;
  color: #fff;
  padding: 10px;
}
.pic-banner .img-box-1 {
  float: left;
}
.pic-banner .img-box-1 img {
  width: 254px;
  height: 189px;
}
.pic-banner .img-box-1 .desc {
  width: 234px;
}
.pic-banner .img-box-2 {
  margin-top: 5px;
}
.pic-banner .img-box-0 .desc {
  width: 659px;
  font-weight: bold;
}
.pic-news {
  margin-top: 10px;
  width: 983px;
}
.pic-news li {
  float: left;
  width: 306px;
  margin-right: 10px;
  height: 459px;
  position: relative;
}
.pic-news li .shareIn{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pic-news .share-icon {
  width: 14px;
  height: 14px;
}
.pic-news .pic {
  position: relative;
}
.pic-news .pic img {
  width: 100%;
  height: 210px;
}
.pic-news .pic .play-icon {
  width: 73px;
  height: 73px;
}
.pic-news h5 {
  font-size: 16px;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 26px;
  height: 52;
  padding-bottom: 10px;
}
.pic-news p {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 30px;
}
.pic-news .follow-icon {
  padding: 0;
}
.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=20230506175545) bottom left repeat-x;
  padding-bottom: 10px;
  line-height: 50px;
}
.index-bar h2 {
  font-size: 35px;
  color: #070b50;
}
.index-bar .more {
  float: right;
}
.index-bar a {
  margin: 0 !important;
  color: #070b50;
}
.box .cont {
  margin-top: 10px;
}
.tv-main .img-box {
  float: left;
}
.tv-main .right {
  position: relative;
  float: right;
  width: 320px;
  line-height: 30px;
  padding: 45px 15px 54px;
}
.tv-main .right h4 {
  font-size: 18px;
  height: 90px;
}
.tv-main .right .words {
  margin-top: 20px;
  font-size: 14px;
  color: #727272;
  height: 275px;
  overflow: hidden;
}
.tv-main .right .host {
  color: #727272;
}
.tv-main .right .share {
  text-align: right;
  font-weight: bold;
}
.tv-main .right .decorate-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tv-main .right .decorate-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tv-pic-list {
  margin-top: 3px;
  width: 1265px;
}
.tv-pic-list a {
  display: block;
  margin-right: 2px;
  float: left;
  width: 178px;
}
.tv-pic-list a img {
  width: 178px;
  height: 113px;
}
.video-list {
  position: relative;
}
.video-list .video-list-cont {
  width: 100%;
 height: 297px;
  overflow: hidden;
}
.video-list .video-left-arrow {
  position: absolute;
  left: -50px;
  top: 55px;
  z-index: 1;
}
.video-list .video-right-arrow {
  position: absolute;
  right: -50px;
  top: 55px;
  z-index: 1;
}
.video-list li {
  float: left;
   width: 300px;
  margin-right: 16px;
}
.video-list .desc {
  color: #3d3d3d;
  line-height: 24px;
  margin-top: 10px;
  height: 48px;
}
.video-list .label {
  text-align: right;
  color: #4085d7;
  font-size: 12px;
}
.video-list .share-icon img {
  width: 14px;
  height: 14px;
}
.travel-bottom {
  width: 1273px;
}
.travel-bottom li {
  float: left;
  margin-right: 10px;
}
.travel-bottom .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.travel-bottom .cover-cont {
  background: url(../images/index_46.png?v=20230506175545) left top no-repeat;
  background-size: 100% 100%;
  width: 228px;
  height: 147px;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  margin: 20px auto 0;
}
.travel-bottom .cover-cont h5 {
  height: 60px;
  font-size: 16px;
}
.travel-bottom .cover-cont p {
  margin: 0;
}
.travel-bottom a {
  display: block;
  position: relative;
}
.travel-bottom a:hover .cover {
  display: block;
}
.travel-bottom .shareIn a {
  display: inline;
}
.travel-bottom .shareIn:hover .share-box {
  display: block;
}
.travel-bottom p {
  margin-top: 10px;
}
.travel-top .left {
  width: 570px;
  margin-right: 10px;
  position: relative;
}
.travel-top .left .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.travel-top .left a:hover .cover {
  display: block;
}
.travel-top .left .cover-cont {
  background: url(../images/index_46.png?v=20230506175545) left top no-repeat;
  width: 428px;
  height: 247px;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  margin: 60px auto 0;
}
.travel-top .left .cover-cont h5 {
  width: 360px;
  margin: 40px auto 0;
  font-size: 16px;
}
.travel-top .center {
  width: 274px;
}
.travel-top .center a {
  display: block;
}
.travel-top .right {
  width: 382px;
  padding-right: 10px;
}
.share-block {
  position: absolute;
  right: 82px;
  top: 266px;
  z-index: 1;
}
.share-block a {
  color: #fff;
}
.info-block {
  line-height: 30px;
  height: 181px;
}
.info-block:nth-last-child(1){
    margin-bottom: 0 !important;
}
.info-block h4 {
  font-size: 18px;
}
.info-block .words {
  margin-top: 10px;
  color: #727272;
  font-size: 14px;
}
.foot-share {
  font-size: 12px;
  line-height: 20px;
}
.foot-share img {
  height: 20px;
}
.enter-left {
  float: left;
  width: 470px;
}
.enter-left .desc {
  color: #747474;
  line-height: 24px;
  font-size: 18px;
}
.share-icon {
  text-align: right;
  color: #9c9c9c;
}
.share-icon img {
  width: 16px;
  height: 18px;
  margin-left: 10px;
}
.share-icon.cb {
  color: #4086d8;
}
.enter-right {
  float: right;
  width: 790px;
}
.enter-right li {
  float: left;
  width: 253px;
  height: 168px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.video-item {
  position: relative;
}
.video-item .pic {
  width: 100%;
  height: 100%;
}
.video-item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  line-height: 20px;
  background: url(../images/opacity_bg_03.png?v=20230506175545) left top repeat-x;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gallery {
  margin-top: 20px;
  position: relative;
}
.gallery .gallery-cont {
  position: relative;
}
.gallery .left-btn {
  position: absolute;
  left: -75px;
  top: 335px;
  z-index: 2;
}
.gallery .right-btn {
  position: absolute;
  right: -75px;
  top: 335px;
  z-index: 2;
}
.gallery .active .cover-bg {
  display: none;
}
.gallery .item {
  position: relative;
  width: 1263px;
  float: left;
  margin-right: 20px;
}
.gallery .item .cover-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery .item a {
  display: block;
  width: 413px;
  height: 274px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallery .item a img {
  width: 100%;
  height: 100%;
}
.gallery .item .pic-0 {
  width: 834px;
  height: 557px;
}
.gallery .item .pic-1,
.gallery .item .pic-2,
.gallery .item .pic-5 {
  margin-right: 0;
  float: right;
}
.photo-cont {
  width: 100%;
  overflow: hidden;
}
.culture-list {
  width: 1273px;
}
.culture-list li {
  float: left;
  width: 308px;
  margin-right: 10px;
  line-height: 30px;
}
.culture-list .pic {
  width: 100%;
  height: 200px;
}
.culture-list h4 {
  color: #3d3d3d;
  margin-top: 10px;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.culture-list a p {
  color: #727272;
  height: 120px;
}
.special-report {
  float: left;
  width: 443px;
}
.special-report a {
  margin-top: 10px;
  display: block;
}
.special-report img {
  height: 252px;
}
.features {
  float: right;
  width: 796px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
.features .pic {
  width: 216px;
  height: 147px;
  float: left;
  margin-right: 10px;
}
.features li {
  margin-top: 10px;
  height: 147px;
}
.features li h4 {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 30px;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.features li .desc {
  color: #747474;
  line-height: 20px;
  height: 40;
}
.index-footer {
  background: url(../images/foot_bg.jpg?v=20230506175545) top center no-repeat;
  margin-top: 30px;
  height: 702px;
}
.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;
  color: #070b50;
  font-size: 20px;
}
.foot-last a {
  color: #070b50;
}
.link,
.about-contact {
  margin-top: 30px;
}
.about-contact a {
  margin: 0 20px;
}
.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;
}

.share-box {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
  width: 205px;
  display: none;
}
.shareIn {
  cursor: pointer;
}
.follow-icon a {
  display: inline-block;
  width: 22px;
  height: 23px;
  line-height: 23px;
  background: url(../images/news_08.png?v=20230506175545) left top no-repeat;
  display: inline-block !important;
}
.follow-icon .follow-icon-0{
  background-position: 0 0;
}
.follow-icon .follow-icon-1 {
  background-position: -26px 0;
}
.follow-icon .follow-icon-2{
  background-position: -49px 0;
}
.follow-icon .follow-icon-3{
  background-position: -73px 0;
}
.follow-icon .follow-icon-4{
  background-position: -96px 0;
}
.follow-icon .follow-icon-5{
  background-position: -121px 0;
}
.follow-icon .follow-icon-6{
  background-position: -142px 0;
}
.wx:hover img, .app-download:hover img {
    display: block;
}
.app-download img, .wx img {
    position: absolute;
    z-index: 9999;
    display: none;
    top: 40px;
    left: 6%;
}
