html {
  background-color: #fef8f8;
}
img {
  object-fit: cover;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  unicode-bidi: isolate;
}
* {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
ul li {
  text-decoration: none;
  list-style: none;
}
@font-face {
  font-family: 'FZQingKeBenYueSongS-R-GB';
  src: url('../fonts/方正清刻本悦宋简体.TTF');
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ebf0fa;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 1920px;
  height: auto;
  background-color: #fff;
  min-width: 1330px;
}
body .text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示1行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .h5 {
  width: 100%;
  height: 5px;
  clear: both;
}
body .h15 {
  width: 100%;
  height: 15px;
  clear: both;
}
body .h20 {
  width: 100%;
  height: 20px;
  clear: both;
}
body .h25 {
  width: 100%;
  height: 25px;
  clear: both;
}
body .h30 {
  width: 100%;
  height: 30px;
  clear: both;
}
body .h40 {
  width: 100%;
  height: 40px;
  clear: both;
}
body .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
body .one-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .two-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .three-row-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .header-container {
  width: 100%;
  height: 184px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
}
body .header-container .main-container {
  width: 1330px;
  height: 144px;
  margin: 0 auto;
}
body .header-container .main-container .header {
  width: 100%;
  height: 144px;
  margin: 0 auto;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}
body .header-container .main-container .header .logo {
  float: left;
  width: 450px;
  height: 98px;
  background-image: url('../images/logo.png');
  background-size: 100% 100%;
  margin-top: 23px;
}
body .header-container .main-container .header .search {
  float: right;
  display: block;
  font-size: 0;
  height: 100px;
  position: relative;
  margin-top: 40px;
  margin-left: 25px;
}
body .header-container .main-container .header .search .two-ele {
  gap: 10px;
}
body .header-container .main-container .header .search .two-ele .left-img-right-text {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 0 12px;
  background: #2874DA url('../images/yjrb-text.png') no-repeat 13px 8px / 90px 25px;
}
body .header-container .main-container .header .search .two-ele .left-img-right-text img {
  width: 90px;
  height: 25px;
}
body .header-container .main-container .header .search .two-ele .left-img-right-text span {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
body .header-container .main-container .header .search .two-ele .left-input-right-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .header-container .main-container .header .search .two-ele .left-input-right-button .search-text {
  width: 195px;
  height: 40px;
  border: 1px solid #edf1f9;
  background-color: #F9F9F9;
  padding-left: 20px;
  color: #999999;
}
body .header-container .main-container .header .search .two-ele .left-input-right-button .search-text:focus {
  outline: none;
}
body .header-container .main-container .header .search .two-ele .left-input-right-button button {
  width: 60px;
  height: 40px;
  font-size: 13px;
  background-color: #2874DA;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
body .header-container .main-container .header .search input,
body .header-container .main-container .header .search button {
  display: inline-block;
  vertical-align: middle;
}
body .header-container .main-container .header .search .search-list {
  margin-top: 18px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #333;
}
body .header-container .main-container .header .search .search-list #yjplus {
  position: relative;
}
body .header-container .main-container .header .search .search-list #yjplus #yjplus-block {
  pointer-events: none;
  position: absolute;
  top: 35px;
  left: -13px;
  padding: 20px;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
  height: 140px;
  padding-top: 20px;
  margin-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
body .header-container .main-container .header .search .search-list #yjplus #yjplus-block img {
  width: 100px;
  height: 100px;
}
body .header-container .main-container .header .search .search-list #wechat-list {
  position: relative;
}
body .header-container .main-container .header .search .search-list #wechat-list .js-slide {
  transition: none !important;
}
body .header-container .main-container .header .search .search-list #wechat-list #wechat-list-block {
  height: auto;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: block;
  position: absolute;
  width: 115px;
  left: 3px;
  top: 35px;
  background-color: #f5f5f5;
  z-index: 999;
  display: none;
}
body .header-container .main-container .header .search .search-list #wechat-list #wechat-list-block span {
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #a2a2a2;
}
body .header-container .main-container .header .search .search-list #wechat-list #qrcode-list-block {
  pointer-events: none;
  position: absolute;
  top: 35px;
  left: 128px;
  padding: 20px;
  z-index: 500;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
  height: 140px;
}
body .header-container .main-container .header .search .search-list #wechat-list #qrcode-list-block img {
  width: 100px;
  height: 100px;
  display: none;
}
body .header-container .main-container .header .search .search-list .left-img-right-text {
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body .header-container .main-container .header .search .search-list .left-img-right-text .icon-mobile {
  width: 35px;
  height: 35px;
  background: url("../images/icon-mobile.png") no-repeat 0 0 / 35px 35px;
}
body .header-container .main-container .header .search .search-list .left-img-right-text .icon-wechat {
  width: 35px;
  height: 35px;
  background: url("../images/icon-wechat.png") no-repeat 0 0 / 35px 35px;
}
body .header-container .main-container .header .search .search-list .left-img-right-text .icon-weibo {
  width: 35px;
  height: 35px;
  background: url("../images/icon-weibo.png") no-repeat 0 0 / 35px 35px;
}
body .header-container .main-container .header .search .search-list .left-img-right-text img {
  width: 35px;
  height: 35px;
}
body .header-container .main-container .header .search .search-list .left-img-right-text span {
  font-size: 14px;
  color: #000;
  text-align: right;
}
body .header-container .main-container .header .img-link {
  width: 35px;
  height: 35px;
  background-image: url("../images/icon-1.png");
  background-repeat: no-repeat;
  border-radius: 50%;
  float: right;
  margin-top: 26px;
}
body .header-container .main-container .header .nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
body .header-container .main-container .header .nav li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
body .header-container .main-container .header .nav li .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: 5px;
}
body .header-container .main-container .header .nav li span {
  display: block;
}
body .header-container .nav-container {
  width: 100%;
  height: 40px;
  background-color: #2874DA;
  text-align: center;
}
body .header-container .nav-container .nav {
  height: 40px;
  line-height: 40px;
  width: 1330px;
  text-align: center;
  margin: 0 auto;
}
body .header-container .nav-container .nav a {
  color: #fff;
  font-size: 15px;
}
body .header-container .nav-container .nav .nLi {
  width: max-content;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
body .header-container .nav-container .nav .nLi a {
  display: block;
  padding: 0 12px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}
body .crumbs-container {
  width: 100%;
  background-color: #F4F6F9;
}
body .crumbs-container .crumbs {
  width: 1330px;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-family: FZLTHK;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
body .crumbs-container .crumbs .crumbs-title {
  color: #1D71B7;
}
body .crumbs-container .crumbs a {
  color: #333;
}
body .crumbs-container .crumbs span {
  margin: 0px;
}
body .content-container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
body .content-container .crumbs-out {
  width: 100%;
  height: auto;
  background-color: #EDEDED;
}
body .content-container .crumbs-out .crumbs {
  width: 1400px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 0 auto;
  padding: 15px 0;
}
body .content-container .crumbs-out .crumbs a {
  color: #000;
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
body .content-container .crumbs-out .crumbs span {
  margin: 0px;
}
body .content-container .crumbs-out .crumbs .icon {
  color: #1D71B7;
  background-size: 20px 20px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  width: max-content;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
body .content-container .primary-content {
  width: 1330px;
  height: auto;
  clear: both;
  min-height: 600px;
  display: block;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
body .content-container .primary-content .sub-right-column {
  width: 341px;
  min-height: 1356px;
  display: block;
  vertical-align: top;
  position: relative;
  float: right;
}
body .content-container .primary-content .sub-right-column .column-title-bottom-border {
  border-bottom: 1px solid #EBF0FA;
  line-height: 42px;
  position: relative;
  width: 100%;
  height: 45px;
  color: #2977c1;
}
body .content-container .primary-content .sub-right-column .column-title-bottom-border .name {
  border-bottom: 3px solid #2977c1;
  font-size: 22px;
  color: #000;
  display: inline-block;
  line-height: 42px;
  font-weight: bold;
  color: #2977c1;
}
body .content-container .primary-content .sub-right-column .column-title-bottom-border .more {
  font-size: 16px;
  color: #A4A4A4;
  position: absolute;
  right: 0px;
}
body .content-container .primary-content .sub-right-column .video-column-list {
  width: 100%;
  height: 460px;
  padding: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .content-container .primary-content .sub-right-column .video-column-list a {
  width: 100%;
  height: 192px;
  position: relative;
  display: block;
}
body .content-container .primary-content .sub-right-column .video-column-list a img {
  width: 100%;
  height: 100%;
}
body .content-container .primary-content .sub-right-column .video-column-list a .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url('../images/video-play.png');
}
body .content-container .primary-content .sub-right-column .video-column-list a .video-desc {
  width: 100%;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #fff;
  text-align: center;
  line-height: 32px;
  padding: 0 15px;
}
body .content-container .primary-content .sub-right-column .img-column-list {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
body .content-container .primary-content .sub-right-column .img-column-list a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
body .content-container .primary-content .sub-right-column .img-column-list a img {
  width: 100%;
  height: 100%;
}
body .content-container .primary-content .sub-right-column .column-title {
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  color: #C7101A;
  border-bottom: 2px solid #B41d23;
}
body .content-container .primary-content .sub-right-column .article-list-container {
  width: 100%;
}
body .content-container .primary-content .sub-right-column .article-list-container .article-item {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin: 34px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content-container .primary-content .sub-right-column .article-list-container .article-item .article-icon {
  width: 8px;
  height: 8px;
  background: #2874DA;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
body .content-container .primary-content .sub-right-column .article-rank-list-container {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a .article-icon {
  font-size: 12px;
  text-align: center;
  width: 15px;
  height: 17px;
  color: #2874DA;
  display: inline-block;
  line-height: 17px;
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a .article-title {
  font-size: 16px;
  text-align: left;
  line-height: 17px;
  width: calc(100% - 30px);
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a:nth-child(1) .article-icon {
  color: #fff;
  background-image: url(../images/1.png);
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a:nth-child(2) .article-icon {
  color: #fff;
  background-image: url(../images/2.png);
}
body .content-container .primary-content .sub-right-column .article-rank-list-container .article-item-a:nth-child(3) .article-icon {
  color: #fff;
  background-image: url(../images/3.png);
}
body .content-container .primary-content .sub-right-column .img-container {
  text-align: left;
  margin: 20px 0;
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  height: 491;
  padding: 0 15px;
  border: 1px solid #F0F0F0;
}
body .content-container .primary-content .sub-right-column .img-container img {
  width: 100%;
  height: 491px;
}
body .content-container .primary-content .firends-link {
  width: 1400px;
  margin: 0 auto;
  padding: 25px 0 20px 0;
  background-color: #fff;
}
body .content-container .primary-content .firends-link h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
body .content-container .primary-content .firends-link ul li {
  width: 130px;
  float: left;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .content-container .max-content {
  width: 100%;
}
body .content-container .max-content .primary-content {
  width: 1330px;
}
body .content-container .friend-link-container {
  width: 100%;
  height: 80px;
  background: #2874DA;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
body .content-container .friend-link-container .link-container {
  width: 1330px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  gap: 10px;
}
body .content-container .friend-link-container .link-container a {
  display: flex;
  color: #fff;
}
body #foot {
  position: relative;
}
body #foot .blxxjb {
  position: absolute;
  top: 32px;
  left: -23px;
  width: 122px;
  height: 52px;
  background-image: url('../images/blxxjbzx.png');
  background-size: 122px 52px;
  background-repeat: no-repeat;
}
body #foot .blxxjb2 {
  position: absolute;
  top: 32px;
  right: -14px;
  width: 122px;
  height: 52px;
  background-image: url('../images/blxxjbzx2.png');
  background-size: 122px 52px;
  background-repeat: no-repeat;
}
body .m-footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 !important;
  background: #fff;
}
body .footer {
  max-width: 1100px;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 18px;
  padding: 55px 0 15px;
  padding-top: 45px;
  margin: 0 auto;
}
body .footer .am-g [class*="am-u-"] {
  padding: 0;
}
body .footer .am-g .am-accordion-gapped {
  margin: 0;
}
body .footer .am-accordion-gapped .am-accordion-item,
body .footer .am-accordion-gapped .am-accordion-title {
  border: none;
  color: #fff;
  padding: 0;
}
body .footer .am-accordion-gapped .am-accordion-title:hover {
  color: #fff;
}
body .footer .am-accordion-gapped .am-accordion-item .am-accordion-title a {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content {
  padding: 0 !important;
  margin-top: 20px;
}
body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content ul li a i {
  width: 9px;
  height: 13px;
  margin: 9px 0 0 5px;
  vertical-align: top;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat center center / 100% auto;
}
body .footer .am-accordion-gapped .am-accordion-item.am-active .am-accordion-title {
  background: none;
  color: #fff;
}
body .footer .am-g.bottom {
  margin-top: 10px;
}
body .footer .am-g.bottom h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
body .footer ul.sitemap li {
  float: left;
  margin: 0px 5px 0 0;
}
body .footer ul.sitemap li::before {
  vertical-align: top;
  content: "|";
  color: #fff;
  margin-right: 5px;
}
body .footer ul.sitemap li:first-child::before {
  display: none;
}
body .footer ul.sitemap li a {
  color: #fff;
}
body .footer ul.sitemap li a:hover {
  text-decoration: underline;
}
body .footer ol li span.am-icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #fff;
}
body .footer ol li {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: #c7c8ca;
  text-align: center;
  border-radius: 50%;
  margin: 5px 10px;
}
body .footer ol li:nth-child(1) {
  margin: 5px 8px 5px 0;
}
body .footer ol li::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  -moz-transition: 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  -ms-transition: 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  -o-transition: 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  transition: 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
body .footer ol li:nth-child(1)::before {
  background: #4a90e2;
}
body .footer ol li:nth-child(2)::before {
  background: #31cdfc;
}
body .footer ol li:nth-child(3)::before {
  background: #0077b4;
}
body .footer ol li:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
body .footer .download .app1 {
  width: 100px;
  float: left;
  text-align: left;
}
body .footer .download .app {
  width: 120px;
  float: left;
  text-align: center;
  margin-left: 20px;
}
body .footer .download p {
  margin-top: 15px;
  font-size: 16px;
}
body .footer .download img {
  max-width: 100%;
  width: 80px;
}
body .footer .language {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
body .footer .language a {
  color: #fff;
  margin: 0 8px;
}
body .copyright {
  width: 100%;
  height: auto;
  padding: 0 10px;
  margin: 15px auto 0;
  text-align: center;
}
body .copyright p {
  color: #fff;
  font-size: 14px;
  vertical-align: bottom;
}
body .news-weibo-content {
  padding: 0 15px 15px 15px;
  overflow: hidden;
}
body .news-weibo-logo {
  width: 66px;
  float: left;
}
body .news-weibo-logo img {
  display: block;
  width: 100%;
}
body .new-weibo-button {
  width: -webkit-calc(19%);
  width: -moz-calc(19%);
  width: calc(100% - 81px);
  float: left;
  margin-left: 15px;
}
body .weibo-txt {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: -2px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
body .weibo-txt span {
  display: inline-block;
  vertical-align: middle;
  color: #3487ba;
  font-size: 18px;
}
body .weibo-txt i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../img/wan_vip.png") no-repeat center;
  background-size: cover;
}
body .weibo-txt em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #999b9e;
  font-size: 16px;
}
body .video-box {
  width: 100%;
}
body .video-box .video-js {
  width: 100% !important;
}
body .video-box .video-js .vjs-tech,
body .video-box .video-js.vjs-fill {
  display: block;
}
@media (min-width: 1024px) {
  body .footer ul.sitemap {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  body .footer .am-g [class*="am-u-"] {
    padding: 3px 10px;
  }
}
@media (min-width: 1024px) {
  body .footer .am-g [class*="am-u-"] {
    padding: 3px 10px;
  }
  body .footer .am-accordion-gapped .am-accordion-item .am-accordion-title a {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  body .footer .am-g .am-u-md-2,
  body .footer .am-g .am-u-lg-2 {
    width: 20% !important;
  }
  body .footer .am-accordion-gapped .am-accordion-item .am-accordion-title {
    cursor: default;
    pointer-events: none;
  }
  body .footer .am-accordion-gapped .am-accordion-title::after {
    display: none;
  }
  body .footer .am-u-sm-12 .am-accordion-gapped .am-accordion-item .am-collapse {
    display: block !important;
    height: auto !important;
  }
  body .footer .am-u-sm-12 .am-accordion-gapped .am-accordion-item .am-collapse .am-accordion-content {
    height: auto !important;
  }
}
@media (max-width: 799px) {
  body .footer .am-g [class*="am-u-"] {
    padding: 3px 10px;
  }
  body .footer .am-g .am-u-md-2 {
    width: 100% !important;
  }
  body .footer .am-accordion-gapped .am-accordion-item .am-accordion-title a {
    font-size: 16px;
  }
  body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content {
    margin-top: 10px;
    padding-left: 5px !important;
  }
  body .footer .am-accordion-gapped .am-accordion-item .am-accordion-bd .am-accordion-content ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  body .footer ul.sitemap li a {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  body .footer ol {
    width: 170px;
    margin: 0 auto;
  }
  body .footer .am-g.bottom h5 {
    text-align: center;
    margin: 20px 0 10px;
  }
  body .footer .download .app {
    width: 49%;
    margin-left: 0;
  }
  body .footer .download .app1 {
    width: 49%;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  body .followus,
  body .download {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  body .footer {
    padding: 20px 0 0;
  }
  body #Backtop {
    width: 38px;
    right: 15px;
    bottom: 20px;
    z-index: 1000;
  }
  body #Backtop button {
    height: 36px;
    width: 36px;
  }
  body #Backtop button i {
    width: 24px;
  }
}
@media (max-width: 799px) {
  body .main {
    margin: 44px auto 30px;
    max-width: 1100px;
  }
}
body #foot {
  max-width: 1330px;
  margin: 0px auto 0 auto;
  padding: 20px 0;
}
body #foot p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin-top: 3px;
}
body #foot p a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
body .footer-qrcode {
  text-align: center;
}
body .footer-qrcode a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
}
body .footer-qrcode a:first-child {
  margin-right: 50px;
}
body .footer-qrcode a span {
  margin-right: 20px;
  font-size: 16px;
}
body .footer-qrcode a.right img {
  margin-right: 15px;
}
body .footer-qrcode .right img {
  width: 80px;
}
body .footer-qrcode a .hover_qr {
  margin-right: 10px;
  position: relative;
}
body .footer-qrcode a .hover_qr .f_qr {
  position: absolute;
  bottom: 40px;
  width: 80px;
  left: -13px;
  display: none;
}
.list_cont_1:nth-child(5n) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  clear: both;
}
.pages {
  width: 100%;
  font-size: 0;
  padding: 15px 5px;
  text-align: center;
  display: inline-block;
}
.pages li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  width: auto;
  background: #fff;
  height: auto;
}
.page-active {
  background-color: #2874DA !important;
  color: #fff !important;
}
.page-active a {
  color: #fff !important;
  cursor: default;
  font-size: 13px;
}
.pages a {
  font-size: 13px;
  display: block;
  padding: 7px 12px;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin: 0;
}
.pages a:hover {
  background-color: #2874DA;
  border-color: #2874DA;
  color: #fff;
}
/*分页 end*/
#pagin {
  width: 100%;
  font-size: 0;
  padding: 15px 5px;
  text-align: center;
  display: inline-block;
}
#pagin li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  width: auto;
  background: #fff;
  height: auto;
}
#pagin .active {
  background-color: #2874DA !important;
  color: #fff !important;
}
#pagin .active a {
  color: #fff !important;
  cursor: default;
  font-size: 13px;
}
#pagin a {
  font-size: 13px;
  display: block;
  padding: 7px 12px;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin: 0;
}
#pagin a:hover {
  background-color: #2874DA;
  border-color: #2874DA;
  color: #fff;
}
