/* 通用 */
body {
  font-family: 'Microsoft YaHei', 'Times New Roman', Arial;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a,
span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
i {
  display: inline-block;
}
a,
button,
select,
option {
  cursor: pointer;
}
button,
input {
  outline: none;
  border: none;
}
img {
  vertical-align: middle;
}
button img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
.flex_layout_dfb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_layout_dfb .flex_item {
  flex: 0 1 auto;
}
@media (max-width: 992px) {
  .flex_layout_dfb {
    justify-content: center;
  }
  .flex_layout_dfb .flex_item {
    flex: 1 0 100%;
    margin: 5px;
  }
}
@media (max-width: 992px) {
  .show_pc {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .show_mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .show_mobile {
    display: block !important;
  }
}
/* 头部header 开始 */
.header {
  position: relative;
}
.header .tongfa_box {
  width: 100%;
  background: #eee;
}
@media (max-width: 992px) {
  .header .tongfa_box {
    display: none;
  }
}
.header .tongfa_box .tongfa_dywk218 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.header .tongfa_box .tongfa_dywk218::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header .tongfa_box .tongleft_dywk218 {
  width: 151px;
  float: left;
  position: relative;
}
.header .tongfa_box .tftop_dywk218 {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.header .tongfa_box .tfbot_dyw218 {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
}
.header .tongfa_box .tongright_dywk218 {
  width: 760px;
  float: right;
  padding-top: 10px;
}
.header .tongfa_box .tongright_dywk218 ul {
  margin-left: -15px;
  margin-right: -15px;
}
.header .tongfa_box .tongright_dywk218 ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header .tongfa_box .tongright_dywk218 ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.header .tongfa_box .tongright_dywk218 ul > li:nth-child(n) {
  margin-top: 0;
}
.header .tongfa_box .tongright_dywk218 ul > li:nth-child(n)::after {
  display: block;
}
.header .tongfa_box .tongright_dywk218 ul > li:nth-child(n + 3) {
  margin-top: 0px;
}
.header .tongfa_box .tongright_dywk218 ul > li:nth-child(3) {
  margin-top: 0;
}
.header .tongfa_box .tongright_dywk218 ul > li:nth-child(3n)::after,
.header .tongfa_box .tongright_dywk218 ul > li:last-child::after {
  display: none;
}
.header .tongfa_box .tongright_dywk218 ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .tongfa_box .tongright_dywk218 ul li a {
  line-height: 21px;
  position: relative;
  padding-left: 7px;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header .tongfa_box .tongright_dywk218 ul li a::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #666;
  border-radius: 50%;
}
.header .tongfa_box .tongright_dywk218 ul li a:hover {
  text-decoration: underline;
}
.header .header_main {
  padding-top: 1px;
  padding-bottom: 1px;
  background: url(../images/banner.png) no-repeat center;
  background-size: 1920px 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .header .header_main {
    background: url(../images/banner_m.jpg) no-repeat center;
    background-size: 100% 100%;
  }
}
.header .header_logo {
  margin-top: 50px;
  margin-bottom: 70px;
}
.header .header_logo img {
  max-width: 462px;
  width: 100%;
}
@media (max-width: 992px) {
  .header .header_logo {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .header .header_logo img {
    max-width: 152px;
  }
}
.header .search_box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 293px;
  width: 100%;
  height: 42px;
  padding: 2px;
  border-radius: 21px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(204, 2, 1, 0.1);
}
@media (min-width: 993px) {
  .header .search_box {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 1;
  }
}
.header .search_box .search_input {
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0 1em;
  width: calc(100% - (2px + 68px));
  height: 100%;
  background-color: transparent;
  border-radius: 21px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.header .search_box .search_input::placeholder {
  color: #fff;
}
.header .search_box .search_btn {
  box-sizing: border-box;
  outline: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 100%;
  background: linear-gradient(90deg, #f88325 0%, #d60a09 100%);
  border-radius: 21px;
  transition: opacity 0.3s ease;
}
.header .search_box .search_btn img {
  margin-top: 0px;
  margin-right: 4px;
}
.header .search_box .search_btn span {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.header .search_box .search_btn:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .header .search_box {
    max-width: 265px;
    height: 38px;
    margin-bottom: 40px;
  }
  .header .search_box .search_input {
    width: calc(100% - (2px + 68px));
    font-size: 14px;
  }
  .header .search_box .search_btn {
    width: 68px;
  }
  .header .search_box .search_btn span {
    font-size: 14px;
  }
}
.header .nav_box {
  background: rgba(175, 1, 0, 0.6);
}
.header .nav_box .nav_fir {
  display: flex;
  align-items: center;
}
.header .nav_box .nav_fir > li {
  position: relative;
  flex: 1;
}
.header .nav_box .nav_fir > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  transition: all 0.3s;
}
.header .nav_box .nav_fir > li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .nav_box .nav_fir > li i.s1 {
  background-image: url('../images/icon_nav1.png');
}
.header .nav_box .nav_fir > li i.s2 {
  background-image: url('../images/icon_nav2.png');
}
.header .nav_box .nav_fir > li i.s3 {
  background-image: url('../images/icon_nav3.png');
}
.header .nav_box .nav_fir > li i.s4 {
  background-image: url('../images/icon_nav4.png');
}
.header .nav_box .nav_fir > li i.s5 {
  background-image: url('../images/icon_nav5.png');
}
.header .nav_box .nav_fir > li i.s6 {
  background-image: url('../images/icon_nav6.png');
}
.header .nav_box .nav_fir > li i.s7 {
  background-image: url('../images/icon_nav7.png');
}
.header .nav_box .nav_fir > li i.s8 {
  background-image: url('../images/icon_nav8.png');
}
.header .nav_box .nav_fir > li.cur,
.header .nav_box .nav_fir > li:hover {
  background: url(../images/nav_cur_bg.png) no-repeat center;
  background-size: cover;
}
.header .nav_box .nav_fir > li.cur > a,
.header .nav_box .nav_fir > li:hover > a {
  font-weight: bold;
}
.header .nav_box .nav_fir > li.cur i,
.header .nav_box .nav_fir > li:hover i {
  transform: rotateY(360deg);
}
@media (max-width: 992px) {
  .header .nav_box {
    display: none;
  }
}
/* 头部header 结束 */
/* 移动菜单 开始 */
.menu-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 599;
  width: 50px;
  height: 50px;
}
.menu-btn > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2px;
  transition: 0.25s;
}
.menu-btn > span:nth-child(1) {
  top: 18px;
}
.menu-btn > span:nth-child(2) {
  top: 24px;
}
.menu-btn > span:nth-child(3) {
  top: 30px;
}
.menu {
  position: fixed;
  z-index: 598;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  background-color: #cc0201;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s;
  padding-top: 70px;
}
.menu i {
  display: none;
}
.menu > ul {
  max-height: 100%;
  overflow-y: auto;
}
.menu > ul > li a {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 13px 15px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}
.menu > ul > li > a {
  font-weight: bold;
}
.menu .menu_list_more > a {
  position: relative;
}
.menu .menu_list_more > a::after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}
.menu .menu_list_more ul {
  display: none;
}
.menu .menu_list_more ul a {
  padding-left: 50px;
}
.mask {
  display: none;
  position: fixed;
  z-index: 597;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.2s;
}
.menu-btn.on {
  position: fixed;
  top: 6px;
}
.menu-btn.on > span {
  background: #fff;
}
.menu-btn.on > span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.menu-btn.on > span:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg);
}
.menu-btn.on > span:nth-child(3) {
  top: 21px;
  transform: rotate(135deg);
}
.menu.on {
  transform: translate3d(0, 0, 0);
}
.mask.on {
  display: block;
  opacity: 1;
}
@media (max-width: 992px) {
  .menu-btn {
    display: block;
  }
}
/* 移动菜单 结束 */
/* 底部footer 开始 */
.footer .links_box {
  background-color: #fcf6ef;
  padding: 20px 0;
}
.footer .links_box .links_list {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .links_box .links_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer .links_box .links_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.footer .links_box .links_list > li:nth-child(n) {
  margin-top: 0;
}
.footer .links_box .links_list > li:nth-child(n)::after {
  display: block;
}
.footer .links_box .links_list > li:nth-child(n + 3) {
  margin-top: 10px;
}
.footer .links_box .links_list > li:nth-child(3) {
  margin-top: 0;
}
.footer .links_box .links_list > li:nth-child(3n)::after,
.footer .links_box .links_list > li:last-child::after {
  display: none;
}
.footer .links_box .links_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .footer .links_box .links_list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer .links_box .links_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .footer .links_box .links_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .footer .links_box .links_list > li:nth-child(n) {
    margin-top: 0;
  }
  .footer .links_box .links_list > li:nth-child(n)::after {
    display: block;
  }
  .footer .links_box .links_list > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .footer .links_box .links_list > li:nth-child(1) {
    margin-top: 0;
  }
  .footer .links_box .links_list > li:nth-child(1n)::after,
  .footer .links_box .links_list > li:last-child::after {
    display: none;
  }
  .footer .links_box .links_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer .links_box .links_list > li {
  position: relative;
}
.footer .links_box .links_list > li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 16px;
  background-color: #ffefd3;
  font-size: 16px;
  font-weight: normal;
  color: #c86714;
  border-radius: 2px;
  line-height: 1.5;
  text-align: left;
}
.footer .links_box .links_list > li a:hover {
  color: #cc0201;
}
@media (max-width: 992px) {
  .footer .links_box .links_list > li a {
    font-size: 14px;
  }
}
.footer .links_box .links_list > li ul {
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c86714;
  background-color: #ffefd3;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity, transform 0.3s;
}
@media (max-width: 992px) {
  .footer .links_box .links_list > li ul {
    left: 0px;
    right: 0px;
  }
}
.footer .links_box .links_list > li:hover ul {
  z-index: 9;
  opacity: 1;
  transform: translate(0, 0);
}
.footer .links_box .more_links > a::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: 21px;
  width: 0;
  border-style: solid;
  border-width: 7px 6px 1px 6px;
  border-color: #c86714 transparent transparent transparent;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .footer .links_box .more_links > a::after {
    bottom: 17px;
  }
}
.footer .links_box .more_links > a:hover::after {
  transform: rotate(90deg);
}
.footer .copyright {
  background-color: #bd1a1a;
}
.footer .copyright .copyright_top {
  padding: 20px 0;
}
.footer .copyright .copyright_top_ul {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}
.footer .copyright .copyright_top_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer .copyright .copyright_top_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.footer .copyright .copyright_top_ul > li:nth-child(n) {
  margin-top: 0;
}
.footer .copyright .copyright_top_ul > li:nth-child(n)::after {
  display: block;
}
.footer .copyright .copyright_top_ul > li:nth-child(n + 3) {
  margin-top: 10px;
}
.footer .copyright .copyright_top_ul > li:nth-child(3) {
  margin-top: 0;
}
.footer .copyright .copyright_top_ul > li:nth-child(3n)::after,
.footer .copyright .copyright_top_ul > li:last-child::after {
  display: none;
}
.footer .copyright .copyright_top_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .footer .copyright .copyright_top_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer .copyright .copyright_top_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .footer .copyright .copyright_top_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .footer .copyright .copyright_top_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .footer .copyright .copyright_top_ul > li:nth-child(n)::after {
    display: block;
  }
  .footer .copyright .copyright_top_ul > li:nth-child(n + 1) {
    margin-top: 5px;
  }
  .footer .copyright .copyright_top_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .footer .copyright .copyright_top_ul > li:nth-child(1n)::after,
  .footer .copyright .copyright_top_ul > li:last-child::after {
    display: none;
  }
  .footer .copyright .copyright_top_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer .copyright .copyright_top_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 118px;
  background: #b30303;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.footer .copyright .copyright_top_ul li i {
  margin-right: 12px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .copyright .copyright_top_ul li i.s1 {
  background-image: url('../images/footer_img1.png');
}
.footer .copyright .copyright_top_ul li i.s2 {
  background-image: url('../images/footer_img2.png');
}
.footer .copyright .copyright_top_ul li i.s3 {
  background-image: url('../images/footer_img3.png');
}
.footer .copyright .copyright_top_ul li span {
  display: inline-block;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 992px) {
  .footer .copyright .copyright_top_ul li a {
    height: 48px;
  }
  .footer .copyright .copyright_top_ul li i {
    width: 28px;
    height: 28px;
  }
  .footer .copyright .copyright_top_ul li span {
    font-size: 14px;
  }
  .footer .copyright .copyright_top_ul li br {
    display: none;
  }
}
.footer .copyright .copyright_top_ul2 {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.footer .copyright .copyright_top_ul2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer .copyright .copyright_top_ul2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.footer .copyright .copyright_top_ul2 > li:nth-child(n) {
  margin-top: 0;
}
.footer .copyright .copyright_top_ul2 > li:nth-child(n)::after {
  display: block;
}
.footer .copyright .copyright_top_ul2 > li:nth-child(n + 2) {
  margin-top: 16px;
}
.footer .copyright .copyright_top_ul2 > li:nth-child(2) {
  margin-top: 0;
}
.footer .copyright .copyright_top_ul2 > li:nth-child(2n)::after,
.footer .copyright .copyright_top_ul2 > li:last-child::after {
  display: none;
}
.footer .copyright .copyright_top_ul2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .footer .copyright .copyright_top_ul2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer .copyright .copyright_top_ul2::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .footer .copyright .copyright_top_ul2 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .footer .copyright .copyright_top_ul2 > li:nth-child(n) {
    margin-top: 0;
  }
  .footer .copyright .copyright_top_ul2 > li:nth-child(n)::after {
    display: block;
  }
  .footer .copyright .copyright_top_ul2 > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .footer .copyright .copyright_top_ul2 > li:nth-child(2) {
    margin-top: 0;
  }
  .footer .copyright .copyright_top_ul2 > li:nth-child(2n)::after,
  .footer .copyright .copyright_top_ul2 > li:last-child::after {
    display: none;
  }
  .footer .copyright .copyright_top_ul2 a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer .copyright .copyright_top_ul2 li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer .copyright .copyright_top_ul2 li i {
  margin-right: 12px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 132px;
  height: 40px;
  background: url(../images/footer_img4.png) no-repeat center;
  background-size: contain;
}
.footer .copyright .copyright_top_ul2 li span {
  display: inline-block;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .footer .copyright .copyright_top_ul2 li a {
    height: 26px;
  }
  .footer .copyright .copyright_top_ul2 li i {
    width: 90px;
    height: 26px;
    margin-right: 5px;
  }
  .footer .copyright .copyright_top_ul2 li span {
    font-size: 14px;
  }
}
.footer .copyright .copyright_bottom {
  padding: 12px 0;
  border-top: 1px solid #b00100;
}
.footer .copyright p {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 2;
  text-align: center;
}
.footer .copyright p span,
.footer .copyright p a {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 20px;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 993px) {
  .footer .copyright p span,
  .footer .copyright p a {
    position: relative;
  }
  .footer .copyright p span:nth-child(1)::after,
  .footer .copyright p a:nth-child(1)::after,
  .footer .copyright p span:nth-child(2)::after,
  .footer .copyright p a:nth-child(2)::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    width: 1px;
    height: 1em;
    background-color: #fff;
  }
  .footer .copyright p span:first-child,
  .footer .copyright p a:first-child {
    margin-left: 0;
  }
  .footer .copyright p span:last-child,
  .footer .copyright p a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer .copyright p span,
  .footer .copyright p a {
    display: block;
    font-size: 14px;
  }
}
.footer .copyright p a {
  transition: all 0.3s ease;
}
.footer .copyright p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .footer .copyright .copyright_top_ul2 {
    width: calc(100% - 60px);
  }
  .footer .copyright .sydw {
    position: absolute;
    right: 6px;
    bottom: 128px;
  }
}
/* 底部footer 结束 */
/* sidenav 开始 */
.sidenav_box {
  z-index: 999;
  position: fixed;
  right: 20px;
  display: none;
  text-align: center;
}
.sidenav_box.fixed {
  display: block;
  top: 20%;
}
@media (max-width: 1400px) {
  .sidenav_box {
    display: none !important;
  }
}
.sidenav_box ul {
  border-radius: 8px;
  padding: 15px;
  background: linear-gradient(180deg, #fff3de 0%, #fff8ef 100%);
}
.sidenav_box ul li {
  position: relative;
}
.sidenav_box ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
.sidenav_box ul li a i {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-image: url(../images/sidenav_icons.png);
  background-repeat: no-repeat;
}
.sidenav_box ul li a i.s1 {
  background-position: -93px 0px;
}
.sidenav_box ul li a i.s2 {
  background-position: -93px -91px;
}
.sidenav_box ul li a i.s3 {
  background-position: -93px -181px;
}
.sidenav_box ul li a i.s4 {
  background-position: -93px -271px;
}
.sidenav_box ul li a i.s5 {
  background-position: -93px -361px;
}
.sidenav_box ul li a p {
  margin: 5px 0 20px;
  font-size: 12px;
  font-weight: normal;
  color: #c86714;
}
.sidenav_box ul li a:hover i.s1 {
  background-position: 0px 0px;
}
.sidenav_box ul li a:hover i.s2 {
  background-position: 0px -91px;
}
.sidenav_box ul li a:hover i.s3 {
  background-position: 0px -181px;
}
.sidenav_box ul li a:hover i.s4 {
  background-position: 0px -271px;
}
.sidenav_box ul li a:hover i.s5 {
  background-position: 0px -361px;
}
/* sidenav 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.tab_pane {
  overflow: hidden;
}
@media (max-width: 992px) {
  .tab_pane.tab_pane_vertical .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .tab_pane.tab_pane_vertical .tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tab_pane.tab_pane_vertical .tab > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_pane.tab_pane_vertical .tab > li:nth-child(n)::after {
    display: block;
  }
  .tab_pane.tab_pane_vertical .tab > li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .tab_pane.tab_pane_vertical .tab > li:nth-child(3) {
    margin-top: 0;
  }
  .tab_pane.tab_pane_vertical .tab > li:nth-child(3n)::after,
  .tab_pane.tab_pane_vertical .tab > li:last-child::after {
    display: none;
  }
  .tab_pane.tab_pane_vertical .tab > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tab_pane .pane > ul,
.tab_pane .pane > div {
  animation-duration: 0.3s;
}
.tab_pane_mobile .mobile_link {
  display: none;
  margin: 20px 0;
  box-sizing: border-box;
  position: relative;
  width: 100% !important;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  text-align: center;
  border: 0.5px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}
.tab_pane_mobile .mobile_link::before,
.tab_pane_mobile .mobile_link::after {
  position: absolute;
  top: 0;
  content: '\2022';
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  text-shadow: 8px 0 #ddd, -8px 0 #ddd;
  pointer-events: none;
}
.tab_pane_mobile .mobile_link::before {
  left: 30%;
}
.tab_pane_mobile .mobile_link::after {
  right: 30%;
}
@media (max-width: 992px) {
  .tab_pane_mobile .tab_box .more {
    display: none !important;
  }
  .tab_pane_mobile .mobile_link {
    display: block !important;
  }
}
.tab_box2:not(.tab_box_m) {
  position: relative;
}
.tab_box2:not(.tab_box_m) .tab {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.tab_box2:not(.tab_box_m) .tab li + li {
  margin-left: 30px;
}
.tab_box2:not(.tab_box_m) .tab li a {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  color: #c86714;
  position: relative;
}
.tab_box2:not(.tab_box_m) .tab li a::after {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffd895;
  opacity: 0;
}
.tab_box2:not(.tab_box_m) .tab li:hover a,
.tab_box2:not(.tab_box_m) .tab li.cur a {
  color: #cc0201;
  font-weight: bold;
}
.tab_box2:not(.tab_box_m) .tab li:hover a::after,
.tab_box2:not(.tab_box_m) .tab li.cur a::after {
  opacity: 1;
}
.tab_box2:not(.tab_box_m) .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.tab_box2:not(.tab_box_m) .more:hover {
  color: #cc0201;
}
@media (min-width: 993px) {
  .tab_box2.tab_box_m {
    position: relative;
  }
  .tab_box2.tab_box_m .tab {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  .tab_box2.tab_box_m .tab li + li {
    margin-left: 30px;
  }
  .tab_box2.tab_box_m .tab li a {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    color: #c86714;
    position: relative;
  }
  .tab_box2.tab_box_m .tab li a::after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffd895;
    opacity: 0;
  }
  .tab_box2.tab_box_m .tab li:hover a,
  .tab_box2.tab_box_m .tab li.cur a {
    color: #cc0201;
    font-weight: bold;
  }
  .tab_box2.tab_box_m .tab li:hover a::after,
  .tab_box2.tab_box_m .tab li.cur a::after {
    opacity: 1;
  }
  .tab_box2.tab_box_m .more {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
  }
  .tab_box2.tab_box_m .more:hover {
    color: #cc0201;
  }
}
@media (max-width: 992px) {
  .tab_box_m {
    position: relative;
  }
  .tab_box_m .tab {
    margin-left: -2px;
    margin-right: -2px;
  }
  .tab_box_m .tab::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab_box_m .tab > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
  }
  .tab_box_m .tab > li:nth-child(n) {
    margin-top: 0;
  }
  .tab_box_m .tab > li:nth-child(n)::after {
    display: block;
  }
  .tab_box_m .tab > li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .tab_box_m .tab > li:nth-child(2) {
    margin-top: 0;
  }
  .tab_box_m .tab > li:nth-child(2n)::after,
  .tab_box_m .tab > li:last-child::after {
    display: none;
  }
  .tab_box_m .tab a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tab_box_m .tab li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    border-radius: 50px;
    background: #fff3de;
    font-size: 18px;
    font-weight: normal;
    color: #c86714;
    position: relative;
  }
  .tab_box_m .tab li:hover a,
  .tab_box_m .tab li.cur a {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, #bf0100 0%, #e42617 100%);
  }
}
.list_t {
  margin-top: -17px;
  margin-bottom: -17px;
}
.list_t li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.list_t li a {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li a:hover .list_text,
.list_t li a:hover .date {
  color: #cc0201;
}
.list_t .list_text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.list_t .list_text::before {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
@media (max-width: 992px) {
  .list_t .list_text,
  .list_t .date {
    font-size: 16px;
  }
}
.where {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  background: url(../images/icon_where.png) no-repeat 20px center;
  background-size: 21px 20px;
  background-color: #fff8ef;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
}
.where a {
  padding: 0 5px;
  color: inherit;
}
.where a:hover {
  color: #cc0201;
}
.sidebar {
  width: 100%;
  height: 100%;
}
.sidebar .sidebar_header {
  padding: 0 8px;
}
.sidebar .sidebar_header span {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 8px 7px 0px 0px;
  padding: 0 10px;
  background: linear-gradient(90deg, #bf0100 0%, #e42617 100%);
  line-height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar .sidebar_menu {
  border-radius: 8px 8px 0px 0px;
  background: #fff8ef;
  overflow: hidden;
  height: calc(100% - 56px);
}
@media (max-width: 992px) {
  .sidebar .sidebar_menu {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
  }
  .sidebar .sidebar_menu::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .sidebar .sidebar_menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .sidebar .sidebar_menu > li:nth-child(n) {
    margin-top: 0;
  }
  .sidebar .sidebar_menu > li:nth-child(n)::after {
    display: block;
  }
  .sidebar .sidebar_menu > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .sidebar .sidebar_menu > li:nth-child(3) {
    margin-top: 0;
  }
  .sidebar .sidebar_menu > li:nth-child(3n)::after,
  .sidebar .sidebar_menu > li:last-child::after {
    display: none;
  }
  .sidebar .sidebar_menu a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sidebar .sidebar_menu span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1.1;
}
.sidebar .sidebar_menu > li {
  position: relative;
}
.sidebar .sidebar_menu > li > a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #c86714;
  text-align: center;
  position: relative;
}
.sidebar .sidebar_menu > li > a:hover {
  background: #ffefd2;
  font-weight: bold;
  color: #cc0201;
}
.sidebar .sidebar_menu > li.cur > a {
  background: #ffefd2;
  font-weight: bold;
  color: #cc0201;
}
.sidebar .sidebar_menu > li .sub_menu {
  overflow: hidden;
  height: 0;
  background: #fff;
}
.sidebar .sidebar_menu > li .sub_menu li a {
  display: flex;
  align-items: center;
  height: 52px;
  background: #ffffff;
  padding-left: 34px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.sidebar .sidebar_menu > li .sub_menu li a:hover {
  color: #30a6fd;
}
.sidebar .sidebar_menu > li .sub_menu li.cur a {
  color: #30a6fd;
}
.sidebar .sidebar_menu > li.has_child > a::after {
  transition: transform 0.3s;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top: 2px solid #97b3f6;
  border-left: 2px solid #97b3f6;
  transform: translateY(-50%) rotateZ(135deg);
}
.sidebar .sidebar_menu > li.has_child.toggled > a::after {
  transform: translateY(-65%) rotateZ(225deg);
}
.sidebar .sidebar_menu > li.has_child.toggled .sub_menu {
  height: auto;
}
.pages {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.pages a,
.pages span,
.pages input {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #eaeaea;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  background-color: #be0a01;
  color: #fff !important;
}
.pages input {
  width: 68px;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .pages a,
  .pages span,
  .pages input {
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    margin-right: 2px;
    font-size: 14px;
  }
}
.list_img {
  box-sizing: border-box;
  margin-left: -23px;
  margin-right: -23px;
}
.list_img::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 23px;
  padding-right: 23px;
  float: left;
}
.list_img > li:nth-child(n) {
  margin-top: 0;
}
.list_img > li:nth-child(n)::after {
  display: block;
}
.list_img > li:nth-child(n + 3) {
  margin-top: 46px;
}
.list_img > li:nth-child(3) {
  margin-top: 0;
}
.list_img > li:nth-child(3n)::after,
.list_img > li:last-child::after {
  display: none;
}
.list_img a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .list_img {
    margin-left: -23px;
    margin-right: -23px;
  }
  .list_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .list_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 23px;
    padding-right: 23px;
    float: left;
  }
  .list_img > li:nth-child(n) {
    margin-top: 0;
  }
  .list_img > li:nth-child(n)::after {
    display: block;
  }
  .list_img > li:nth-child(n + 2) {
    margin-top: 46px;
  }
  .list_img > li:nth-child(2) {
    margin-top: 0;
  }
  .list_img > li:nth-child(2n)::after,
  .list_img > li:last-child::after {
    display: none;
  }
  .list_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .list_img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .list_img::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .list_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .list_img > li:nth-child(n) {
    margin-top: 0;
  }
  .list_img > li:nth-child(n)::after {
    display: block;
  }
  .list_img > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .list_img > li:nth-child(1) {
    margin-top: 0;
  }
  .list_img > li:nth-child(1n)::after,
  .list_img > li:last-child::after {
    display: none;
  }
  .list_img a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.list_img li a {
  display: block;
  box-sizing: border-box;
}
.list_img li a .img {
  box-sizing: border-box;
  width: 100%;
  height: 293px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .list_img li a .img {
    height: auto;
  }
}
.list_img li a img {
  transition: all 0.3s;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.list_img li a h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 60px;
  background: #fffaf2;
  padding: 0 10px;
}
.list_img li a:hover img {
  transform: scale(1.05);
}
.list_img li a:hover h6 {
  font-weight: bold;
  color: #cc0201;
}
