/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none !important;
}
[ellipsis] {
  position: relative;
}
[ellipsis] .opacity-strech-el {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-9999999px);
  max-height: 999999em !important;
  height: auto !important;
  overflow: auto !important;
}
body {
  padding-top: 116px;
}
body .sticky-top {
  top: 116px;
}
@media (max-width: 1200px) {
  body {
    padding-top: 110px;
  }
  body .sticky-top {
    top: 110px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 122px;
  }
  body .sticky-top {
    top: 0px;
    z-index: 0;
    position: relative !important;
  }
}
.pc-crumb-main {
  border-bottom: solid 1px #ebebeb;
  padding: 20px 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pc-crumb-main {
    display: none;
  }
}
.pc-crumb {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
}
.pc-crumb a {
  color: #999 !important;
}
.pc-crumb .bread-prev {
  color: #999;
  text-decoration: none;
}
.pc-crumb .bread-prev:hover {
  text-decoration: underline;
}
.pc-crumb .bread-this {
  color: #23ac38;
}
.pc-crumb .bread-this:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .pc-crumb {
    max-width: 992px;
  }
}
#paging {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #paging {
    max-width: 992px;
  }
}
#paging:before,
#paging:after {
  content: " ";
  display: table;
}
#paging:after {
  clear: both;
}
#paging .page-box {
  float: right;
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 1200px) {
  #paging .page-box {
    font-size: 18px;
  }
}
#paging .page-box #pre,
#paging .page-box #next {
  cursor: pointer;
  width: 31px;
  height: 31px;
  border-radius: 3px;
  color: #cccccc;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#paging .page-box #pre.active,
#paging .page-box #next.active {
  background: #23ac38;
}
#paging .page-box #pre.active i,
#paging .page-box #next.active i {
  color: #fff;
}
#paging .page-box #pre:hover,
#paging .page-box #next:hover {
  text-decoration: none;
}
#paging .page-box #now {
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #666666;
  padding: 0 0.5em;
}
@media (max-width: 1200px) {
  #paging .page-box #now {
    font-size: 18px;
  }
}
#paging .page-box #now .all_num {
  color: #999999;
}
#paging .page-box #toPageBtn {
  cursor: pointer;
  height: 30px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 1.3em;
  margin-left: 0.7em;
  border: solid 1px #eee;
  color: #999999;
}
@media (max-width: 1200px) {
  #paging .page-box #toPageBtn {
    font-size: 14px;
  }
}
#paging .page-box #toPageInput {
  width: 64.5px;
  display: flex;
  height: 30px;
  border: solid 1px #eee;
  margin-left: 0.7em;
  box-sizing: border-box;
}
#paging .page-box #toPageInput input {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-align: center;
}
@media (max-width: 992px) {
  #paging {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #paging .page-box {
    padding: 0px 20px;
    width: 100%;
    justify-content: flex-end;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
  }
  #paging #toPageInput,
  #paging #toPageBtn,
  #paging #now {
    display: none !important;
  }
}
#banner_detail .swiper-container {
  width: 100%;
  height: 30.72916667vw;
}
@media (max-width: 992px) {
  #banner_detail .swiper-container {
    height: 56.13333333vw;
  }
}
#banner_detail .swiper-container .swiper-wrapper .banner_mobile {
  display: none;
}
@media (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: block;
  }
}
#banner_detail .swiper-container .swiper-wrapper .banner_pc {
  display: none;
}
@media (min-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: block;
  }
}
#banner_detail .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
#banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding-left: 367px;
}
@media (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    padding-left: 0.72rem;
    box-sizing: border-box;
    text-align: left;
  }
}
#banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.26666667rem;
  }
}
#banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.74666667rem;
  }
}
@media (max-width: 1680px) {
  .pc-crumb-main {
    border-bottom: solid 1px #ebebeb;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .pc-crumb {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
  }
  .pc-crumb a {
    color: #999 !important;
  }
  .pc-crumb .bread-prev {
    color: #999;
    text-decoration: none;
  }
  .pc-crumb .bread-prev:hover {
    text-decoration: underline;
  }
  .pc-crumb .bread-this {
    color: #23ac38;
  }
  .pc-crumb .bread-this:hover {
    text-decoration: underline;
  }
  #paging {
    max-width: 1200px;
    margin: 0 auto;
  }
  #paging:before,
  #paging:after {
    content: " ";
    display: table;
  }
  #paging:after {
    clear: both;
  }
  #paging .page-box {
    float: right;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    cursor: pointer;
    width: 31px;
    height: 31px;
    border-radius: 3px;
    color: #cccccc;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #paging .page-box #pre.active,
  #paging .page-box #next.active {
    background: #23ac38;
  }
  #paging .page-box #pre.active i,
  #paging .page-box #next.active i {
    color: #fff;
  }
  #paging .page-box #pre:hover,
  #paging .page-box #next:hover {
    text-decoration: none;
  }
  #paging .page-box #now {
    height: 43px;
    line-height: 43px;
    font-size: 20px;
    color: #666666;
    padding: 0 0.5em;
  }
  #paging .page-box #now .all_num {
    color: #999999;
  }
  #paging .page-box #toPageBtn {
    cursor: pointer;
    height: 30px;
    background-color: #fff;
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 1.3em;
    margin-left: 0.7em;
    border: solid 1px #eee;
    color: #999999;
  }
  #paging .page-box #toPageInput {
    width: 64.5px;
    display: flex;
    height: 30px;
    border: solid 1px #eee;
    margin-left: 0.7em;
    box-sizing: border-box;
  }
  #paging .page-box #toPageInput input {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-align: center;
  }
  #banner_detail .swiper-container {
    width: 100%;
    height: 30.72916667vw;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 367px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .pc-crumb-main {
    display: none;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  .pc-crumb {
    max-width: 992px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #paging {
    max-width: 992px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #paging .page-box {
    font-size: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #paging .page-box #now {
    font-size: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #paging .page-box #toPageBtn {
    font-size: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #paging {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #paging .page-box {
    padding: 0px 20px;
    width: 100%;
    justify-content: flex-end;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
  }
  #paging #toPageInput,
  #paging #toPageBtn,
  #paging #now {
    display: none !important;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail .swiper-container {
    height: 56.13333333vw;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: block;
  }
}
@media (max-width: 1680px) and (min-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: block;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    padding-left: 0.72rem;
    box-sizing: border-box;
    text-align: left;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.26666667rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.74666667rem;
  }
}
@media (max-width: 1440px) {
  .pc-crumb-main {
    border-bottom: solid 1px #ebebeb;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .pc-crumb {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
  }
  .pc-crumb a {
    color: #999 !important;
  }
  .pc-crumb .bread-prev {
    color: #999;
    text-decoration: none;
  }
  .pc-crumb .bread-prev:hover {
    text-decoration: underline;
  }
  .pc-crumb .bread-this {
    color: #23ac38;
  }
  .pc-crumb .bread-this:hover {
    text-decoration: underline;
  }
  #paging {
    max-width: 1200px;
    margin: 0 auto;
  }
  #paging:before,
  #paging:after {
    content: " ";
    display: table;
  }
  #paging:after {
    clear: both;
  }
  #paging .page-box {
    float: right;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    cursor: pointer;
    width: 31px;
    height: 31px;
    border-radius: 3px;
    color: #cccccc;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #paging .page-box #pre.active,
  #paging .page-box #next.active {
    background: #23ac38;
  }
  #paging .page-box #pre.active i,
  #paging .page-box #next.active i {
    color: #fff;
  }
  #paging .page-box #pre:hover,
  #paging .page-box #next:hover {
    text-decoration: none;
  }
  #paging .page-box #now {
    height: 31.59183673px;
    line-height: 31.59183673px;
    font-size: 20px;
    color: #666666;
    padding: 0 0.5em;
  }
  #paging .page-box #now .all_num {
    color: #999999;
  }
  #paging .page-box #toPageBtn {
    cursor: pointer;
    height: 30px;
    background-color: #fff;
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 1.3em;
    margin-left: 0.7em;
    border: solid 1px #eee;
    color: #999999;
  }
  #paging .page-box #toPageInput {
    width: 55.28571429px;
    display: flex;
    height: 30px;
    border: solid 1px #eee;
    margin-left: 0.7em;
    box-sizing: border-box;
  }
  #paging .page-box #toPageInput input {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-align: center;
  }
  #banner_detail .swiper-container {
    width: 100%;
    height: 30.72916667vw;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 314.57142857px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 41.14285714px;
    line-height: 41.14285714px;
    margin-bottom: 17.14285714px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 34.28571429px;
    line-height: 34.28571429px;
    font-weight: 500;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .pc-crumb-main {
    display: none;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  .pc-crumb {
    max-width: 992px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #paging {
    max-width: 992px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #paging .page-box {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #paging .page-box #now {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #paging .page-box #toPageBtn {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #paging {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #paging .page-box {
    padding: 0px 20px;
    width: 100%;
    justify-content: flex-end;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
  }
  #paging #toPageInput,
  #paging #toPageBtn,
  #paging #now {
    display: none !important;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail .swiper-container {
    height: 56.13333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: block;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    padding-left: 0.72rem;
    box-sizing: border-box;
    text-align: left;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.26666667rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.74666667rem;
  }
}
@media (max-width: 1200px) {
  .pc-crumb-main {
    border-bottom: solid 1px #ebebeb;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .pc-crumb {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
  }
  .pc-crumb a {
    color: #999 !important;
  }
  .pc-crumb .bread-prev {
    color: #999;
    text-decoration: none;
  }
  .pc-crumb .bread-prev:hover {
    text-decoration: underline;
  }
  .pc-crumb .bread-this {
    color: #23ac38;
  }
  .pc-crumb .bread-this:hover {
    text-decoration: underline;
  }
  #paging {
    max-width: 1200px;
    margin: 0 auto;
  }
  #paging:before,
  #paging:after {
    content: " ";
    display: table;
  }
  #paging:after {
    clear: both;
  }
  #paging .page-box {
    float: right;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    cursor: pointer;
    width: 31px;
    height: 31px;
    border-radius: 3px;
    color: #cccccc;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #paging .page-box #pre.active,
  #paging .page-box #next.active {
    background: #23ac38;
  }
  #paging .page-box #pre.active i,
  #paging .page-box #next.active i {
    color: #fff;
  }
  #paging .page-box #pre:hover,
  #paging .page-box #next:hover {
    text-decoration: none;
  }
  #paging .page-box #now {
    height: 21.93877551px;
    line-height: 21.93877551px;
    font-size: 20px;
    color: #666666;
    padding: 0 0.5em;
  }
  #paging .page-box #now .all_num {
    color: #999999;
  }
  #paging .page-box #toPageBtn {
    cursor: pointer;
    height: 30px;
    background-color: #fff;
    font-size: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 1.3em;
    margin-left: 0.7em;
    border: solid 1px #eee;
    color: #999999;
  }
  #paging .page-box #toPageInput {
    width: 46.07142857px;
    display: flex;
    height: 30px;
    border: solid 1px #eee;
    margin-left: 0.7em;
    box-sizing: border-box;
  }
  #paging .page-box #toPageInput input {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-align: center;
  }
  #banner_detail .swiper-container {
    width: 100%;
    height: 30.72916667vw;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: none;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-left: 262.14285714px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 34.28571429px;
    line-height: 34.28571429px;
    margin-bottom: 14.28571429px;
  }
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 28.57142857px;
    line-height: 28.57142857px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .pc-crumb-main {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .pc-crumb {
    max-width: 992px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #paging {
    max-width: 992px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #paging .page-box {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #paging .page-box #now {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #paging .page-box #toPageBtn {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #paging {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #paging .page-box {
    padding: 0px 20px;
    width: 100%;
    justify-content: flex-end;
  }
  #paging .page-box #pre,
  #paging .page-box #next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
  }
  #paging #toPageInput,
  #paging #toPageBtn,
  #paging #now {
    display: none !important;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail .swiper-container {
    height: 56.13333333vw;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_mobile {
    display: block;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .banner_pc {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    width: 100%;
    padding-left: 0.72rem;
    box-sizing: border-box;
    text-align: left;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.26666667rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail .swiper-container .swiper-wrapper .swiper-slide .banner-title p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.74666667rem;
  }
}
.com-video-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.com-video-cover .cover-inner {
  width: 100%;
  height: 100%;
  display: table;
}
.com-video-cover .cover-inner .inner-box {
  display: table-cell;
  vertical-align: middle;
}
.com-video-cover .cover-content {
  width: 100%;
  max-width: 950px;
  margin: auto;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  border-radius: 0.3em;
  position: relative;
  text-align: center;
  overflow: visible;
}
.com-video-cover .cover-content video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: visible;
}
.com-video-cover .close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  border: 0;
  background-color: transparent;
  color: #fff;
}
.com-video-cover .close-btn .iconfont {
  font-size: 30px;
  line-height: 1;
}
.com-video-cover .close-btn:hover {
  color: #e6e6e6;
}
@media (max-width: 1199px) {
  .com-video-cover .cover-content {
    max-width: 930px;
  }
  .com-video-cover .close-btn {
    top: -32px;
    right: -32px;
  }
  .com-video-cover .close-btn .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .com-video-cover .cover-content {
    max-width: 712px;
  }
}
@media (max-width: 768px) {
  .com-video-cover .cover-content {
    overflow: visible;
    max-width: 100%;
  }
  .com-video-cover .inner-box {
    padding: 0 0.46666667rem;
  }
  .com-video-cover .close-btn {
    right: 0;
    top: -32px;
  }
  .com-video-cover .close-btn .iconfont {
    font-size: 22px;
  }
}
.com-video-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.com-video-cover .cover-inner {
  width: 100%;
  height: 100%;
  display: table;
}
.com-video-cover .cover-inner .inner-box {
  display: table-cell;
  vertical-align: middle;
}
.com-video-cover .cover-content {
  width: 100%;
  max-width: 950px;
  margin: auto;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  border-radius: 0.3em;
  position: relative;
  text-align: center;
  overflow: visible;
}
.com-video-cover .cover-content video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.com-video-cover .close-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
}
.com-video-cover .close-btn .iconfont {
  font-size: 30px;
  line-height: 1;
}
.com-video-cover .close-btn:hover {
  color: #e6e6e6;
}
@media (max-width: 1200px) {
  .com-video-cover .cover-content {
    max-width: 930px;
  }
  .com-video-cover .close-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .com-video-cover .close-btn .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .com-video-cover .cover-content {
    overflow: visible;
    max-width: 712px;
  }
}
@media (max-width: 768px) {
  .com-video-cover .cover-content {
    overflow: visible;
    max-width: 100%;
  }
  .com-video-cover .inner-box {
    padding: 0 0.46666667rem;
  }
  .com-video-cover .close-btn {
    cursor: pointer;
    width: 0.93333333rem;
    height: 0.93333333rem;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0rem;
    top: -1.06666667rem;
  }
  .com-video-cover .close-btn .iconfont {
    font-size: 16px;
  }
}
video {
  outline: none;
}
button {
  outline: none;
}
body {
  background: #f5f5f5;
}
.pc-container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .pc-container {
    width: 992px;
  }
}
@media (max-width: 992px) {
  .pc-container {
    width: 100%;
  }
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
}
span.more {
  padding: 5px;
  font-size: 14px;
  color: #999999;
}
input,
textarea {
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important
;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}
.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 96%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block !important;
    position: relative;
    min-width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    /* float: none; */
    top: auto;
  }
  .dropdown-menu li.active .month-items {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .dropdowns {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
  }
  .dropdowns > * {
    flex-shrink: 0;
  }
  .dropdowns .months-div .dropdown-menu > div {
    text-align: center;
  }
  .dropdowns .months-div .dropdown-menu > div a {
    font-size: 14px;
    color: #b9b9b9;
    padding: 6px 0px;
    display: block;
  }
  .dropdowns .months-div .dropdown-menu > div.active {
    display: block;
  }
  .dropdowns .months-div .dropdown-menu > div.active a.select {
    color: #23ac38;
  }
  .target-btn {
    border: solid 1px #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
  }
  .target-btn:hover {
    text-decoration: none;
  }
  .target-btn i {
    margin-left: 5px;
  }
  .dropdown-menu {
    width: 100% !important;
    min-width: auto;
    padding: 0px;
    border-radius: 5px;
  }
  .dropdown-menu li {
    margin: 0px !important;
  }
  .dropdown-menu li.active.year-item > div a {
    color: #23ac38;
  }
  .dropdown-menu li > div {
    margin: 0px !important;
  }
  .dropdown-menu li > div a {
    font-size: 14px;
    color: #b9b9b9;
  }
}
.nodata {
  display: none !important;
}
.content-detail {
  font-size: 16px;
  line-height: 24px;
}
.content-detail .wp-video {
  width: auto !important;
  max-width: 640px;
  margin: 0px auto;
}
.content-detail video {
  width: 100%;
  height: auto;
}
.content-detail div {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .content-detail {
    font-size: 14px;
    line-height: 22px;
  }
  .content-detail div {
    margin-bottom: 10px;
  }
}
