body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  left: 0px;
  right: 0px;
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 21px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 25.6px !important;
  }
}
.maxW1423 {
  max-width: 1423px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .maxW1423 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1230px) {
  .maxW1423 {
    margin: 0 auto;
  }
}
.maxW1140 {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .maxW1140 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1230px) {
  .maxW1140 {
    margin: 0 auto;
  }
}
.text-ellipsis-1 {
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.no_line:hover,
.no_line:focus {
  text-decoration: none !important;
}
.line-1 {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  transform: scaleY(0.5);
}
.line-c1-1 {
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .line-c1-1 {
    transform: scaleY(1);
  }
}
.line-ee-1 {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .line-ee-1 {
    transform: scaleY(1);
  }
}
.line-e1-1 {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .line-e1-1 {
    transform: scaleY(1);
  }
}
.clear {
  clear: both;
}
img,
video {
  max-width: 100%;
}
.top-line {
  position: absolute;
  top: 40px;
  z-index: 1;
  left: 0;
  right: 0;
}
.t-search {
  position: fixed;
  left: -1px;
  right: -1px;
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  z-index: 20;
  background-color: rgba(51, 51, 51, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-search a.search-toggle {
  height: 23px;
  right: 20px;
  top: 12px;
  width: 23px;
  position: absolute;
  z-index: 99;
}
.t-search a.search-toggle .fs-icon--close {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: currentColor;
}
.t-search form {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  position: relative;
}
.t-search form input {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 75%;
}
.t-search form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.t-search form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.t-search form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.t-search form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.t-search form button {
  color: white;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  fill: currentColor;
  background: none;
  border: 0;
  border-radius: 0;
}
.t-search form button svg {
  height: 20px;
}
header {
  transition: all .3s;
  background-color: white;
}
header img.index {
  display: none!important;
}
header .header-top .logo {
  padding: 11px 0;
  margin: 0 auto;
  width: 70%;
  position: relative;
}
header .header-top .logo i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: white;
  display: none;
}
header .header-top .logo-white {
  display: none;
  padding: 11px 0;
  position: fixed;
  z-index: 23;
  top: 0;
  left: 15%;
  right: 15%;
  text-align: center;
}
header .header-top .logo-white img {
  width: 100%;
}
@media (min-width: 768px) {
  header {
    margin-top: 40px!important;
    border-top: 1px solid #e1e1e1;
    height: 105px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-top .logo {
    padding: 0;
    width: auto;
    margin: 0;
  }
  header .header_right {
    position: absolute;
    display: flex;
    top: -36px;
    right: 0;
  }
}
.topsite * {
  color: white;
}
.ff {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 19;
  transition: all .3s;
}
.picker-locked {
  height: 100% !important;
  overflow: hidden !important;
  position: fixed!important;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #da0300;
    margin: 0;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
  }
  .navbar > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-header {
    margin-right: 0;
    margin-left: 0;
    flex: 1;
  }
  .navbar .navbar-header .navbar-toggle {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    border: 0;
    border-radius: 0;
  }
  .navbar .navbar-header .navbar-toggle .icon-bar {
    transition: all 0.2s ease-in-out;
    width: 23px;
  }
  .navbar .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
    margin: 6px 0;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="false"] {
    position: relative;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
    background-color: white;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="true"] {
    position: fixed;
    right: 14px;
    top: 25px;
    margin: 0;
    z-index: 23;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
    background-color: white;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform-origin: 0;
    transform: rotate(45deg);
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform-origin: 0;
    transform: rotate(-45deg);
  }
  .navbar .navbar-header .navbar-brand {
    height: 50px;
    padding: 12px 0;
  }
  .navbar .navbar-header .navbar-brand img {
    width: 102px;
  }
  .navbar .search_nav {
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .navbar .search_nav img {
    height: 23px;
  }
  .navbar .header_right {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
  }
  .navbar .header_right .navbar-header {
    justify-self: flex-start;
    order: 1;
  }
  .navbar .header_right .topsite_btn {
    justify-self: flex-end;
    position: relative;
    order: 3;
  }
  .navbar .header_right .topsite_btn img {
    height: 23px;
  }
  .navbar .header_right .search_nav {
    justify-self: flex-end;
    order: 2;
  }
  .navbar .topsite {
    text-align: center;
  }
  .navbar .topsite .topsite_con {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    height: 100vh;
  }
  .navbar .topsite .topsite_con h3 {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    position: relative;
    display: block;
    font-weight: normal;
  }
  .navbar .topsite .topsite_con h3:after {
    position: absolute;
    border-bottom: 1px solid #3a3a3a;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: scale(0.5);
    transform-origin: 0 0;
    z-index: -1;
  }
  .navbar .topsite .topsite_con h3 a {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 200;
  }
  .navbar .topsite .topsite_con h3 a .fs-icon--close {
    width: 18px;
    height: 18px;
    fill: #3a3a3a;
  }
  .navbar .topsite .topsite_con h4 {
    color: #3a3a3a;
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    text-align: left;
  }
  .navbar .topsite .topsite_con ul {
    margin: 0;
    padding: 0 15px;
    overflow-y: scroll;
    height: calc(100vh - 90px);
    padding-bottom: 90px;
    
    
    
  }
  .navbar .topsite .topsite_con ul::-webkit-scrollbar {
    width: 2px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar .topsite .topsite_con ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar .topsite .topsite_con ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar .topsite .topsite_con ul li {
    float: left;
    background-color: #eeeeee;
    border-radius: 3px;
    line-height: 34px;
    display: inline-block;
    margin: 0 14px 14px 0;
  }
  .navbar .topsite .topsite_con ul li a {
    color: #3a3a3a;
    font-size: 14px;
    display: inline-block;
    line-height: 34px;
    padding: 0 14px;
  }
  .navbar .navbar-collapse {
    position: fixed;
    left: -1px;
    right: -1px;
    top: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 20;
    overflow-y: scroll;
    background-color: rgba(51, 51, 51, 0.95);
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 0;
    margin-top: 100px;
  }
  .navbar .navbar-collapse .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 50px;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav li a:hover,
  .navbar .navbar-collapse .navbar-nav li a:focus {
    background-color: inherit;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    border: 0;
    display: flex;
    align-items: center;
    height: 105px;
  }
  .navbar > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .collapse {
    padding: 0;
  }
  .navbar .navbar-nav {
    background-color: rgba(51, 51, 51, 0);
    display: flex !important;
    justify-content: flex-start;
    width: 100%;
    position: relative;
  }
  .navbar .navbar-nav li {
    padding: 0 0;
    height: 105px;
    width: auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }
  .navbar .navbar-nav li:last-child {
    margin-right: 0;
  }
  .navbar .navbar-nav li a {
    font-size: 16px;
    color: black;
    font-weight: 400;
    padding: 0;
    line-height: 105px;
    width: 100%;
    display: block;
    text-align: center;
    height: 105px;
  }
  .navbar .navbar-nav li a:hover,
  .navbar .navbar-nav li a:focus {
    background: none;
  }
  .navbar .navbar-nav li.active,
  .navbar .navbar-nav li:hover {
    background-color: #da0300;
  }
  .navbar .navbar-nav li.active a,
  .navbar .navbar-nav li:hover a {
    background: none;
    color: white;
  }
  .navbar .search_nav,
  .navbar .home {
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .navbar .topsite {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1423px;
    z-index: 23;
    padding: 20px 23px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    transition: all .3s;
  }
  .navbar .topsite .arrow {
    margin-top: -21px;
    position: absolute;
    right: auto;
    top: 0;
    height: 10px;
    z-index: 1;
  }
  .navbar .topsite .arrow img {
    height: 10px;
  }
  .navbar .topsite .sitelink {
    padding: 0 30px;
    text-align: center;
  }
  .navbar .topsite .sitelink li {
    display: inline-block;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
  }
  .navbar .topsite .sitelink li a {
    color: #fff;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav li a {
    font-size: 0.4rem;
  }
}
@media (min-width: 1230px) {
  .navbar .navbar-nav li {
    min-width: 100px;
    width: auto;
    padding: 0;
  }
  .navbar .navbar-nav li a {
    font-size: 16px;
  }
}
.pages {
  text-align: center;
}
.pages .pagination {
  margin: 20px 15px;
  margin-top: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pages .pagination li {
  margin-top: 20px;
}
.pages .pagination li a,
.pages .pagination li span {
  border: 0;
  border-right: 1px solid #c1c1c1;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  padding: 0 12px;
  color: black;
}
.pages .pagination li > a:focus,
.pages .pagination li > a:hover,
.pages .pagination li > span:focus,
.pages .pagination li > span:hover {
  color: #da0300;
  background: none;
  border-color: #c1c1c1;
}
.pages .pagination li.active a,
.pages .pagination li.active span {
  color: #da0300;
  background: none;
}
.pages .pagination li.active > a:focus,
.pages .pagination li.active > a:hover,
.pages .pagination li.active > span:focus,
.pages .pagination li.active > span:hover {
  color: #da0300;
  background: none;
  border-color: #c1c1c1;
}
.pages .pagination li:last-child > a,
.pages .pagination li:last-child > span {
  border-radius: 0;
  border: 0;
}
@media (min-width: 768px) {
  .pages .pagination {
    margin: 20px auto;
    margin-top: 0;
  }
}
.nav_swiper .maxW1140 {
  padding: 0 15px;
  position: relative;
}
.nav_swiper .maxW1140:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 1px;
  z-index: 1;
  width: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.nav_swiper .maxW1140:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #c9c9c9;
}
.nav_swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav_swiper .swiper-wrapper .swiper-slide {
  width: auto;
  font-size: 18px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 34px;
  position: relative;
}
.nav_swiper .swiper-wrapper .swiper-slide:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 18px;
  top: calc(50% - 3px);
  z-index: 1;
  background-color: #da0300;
  border-radius: 50%;
}
.nav_swiper .swiper-wrapper .swiper-slide:first-child {
  padding-left: 0;
}
.nav_swiper .swiper-wrapper .swiper-slide:first-child:before {
  display: none;
}
.nav_swiper .swiper-wrapper .swiper-slide a {
  color: #3a3a3a;
  text-decoration: none;
}
.nav_swiper .swiper-wrapper .swiper-slide:hover,
.nav_swiper .swiper-wrapper .swiper-slide:active,
.nav_swiper .swiper-wrapper .swiper-slide.active {
  color: #da0300;
}
.nav_swiper .swiper-wrapper .swiper-slide:hover a,
.nav_swiper .swiper-wrapper .swiper-slide:active a,
.nav_swiper .swiper-wrapper .swiper-slide.active a {
  color: #da0300;
  font-weight: bold;
}
footer {
  background-color: #f6f6f6;
  border-top: 2px solid #da0300;
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 23px 0;
}
footer a {
  color: #666666;
}
footer a:hover {
  text-decoration: none;
  color: #ff7200;
}
@media (min-width: 768px) {
  footer {
    border-top: 4px solid #da0300;
  }
  footer .txt01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .txt01:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 1px;
    background-color: #d9d9d9;
    z-index: 1;
  }
  footer .txt01 p {
    background-color: #f6f6f6;
    margin: 0;
    padding-left: 11px;
    position: relative;
    z-index: 2;
  }
  footer .txt01 p:first-child {
    padding-left: 20px;
  }
  footer .txt01 p:last-child {
    padding-right: 20px;
  }
  footer .txt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }
  footer .txt02 p {
    margin: 0;
    padding-left: 11px;
  }
  footer .txt02 p:first-child {
    padding-left: 20px;
  }
  footer .txt02 p:last-child {
    padding-right: 20px;
  }
}
#backtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(218, 3, 0, 0.6);
  z-index: 18;
  cursor: pointer;
}
#backtop img {
  width: 21px;
}
#backtop span {
  margin-top: 4px;
  display: block;
  color: white;
  font-size: 10px;
  line-height: 15px;
}
#backtop:hover,
#backtop:active {
  background-color: rgba(218, 3, 0, 0.8);
}
.img {
  overflow: hidden;
}
.img img {
  transform: translateZ(0px);
  transition: transform 0.2s ease 0s;
}
.img img:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.6s ease 0s;
}
.box {
  background-color: white;
  margin: 7px auto;
}
@media (min-width: 768px) {
  .box {
    margin: 15px auto;
  }
}
.more {
  padding: 15px;
  padding-top: 0;
  text-align: center;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #da0300;
  font-size: 20px;
  line-height: 20px;
  color: white;
}
@media (min-width: 768px) {
  .sub_title {
    border-top: 6px solid #da0300;
    border-bottom: 1px solid #e7e7e7;
  }
  .sub_title > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sub_title > div .l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sub_title > div .l h1 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    color: black;
  }
  .sub_title > div .l h3 {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 25px;
    color: #b6b6b6;
  }
  .sub_title > div .r ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sub_title > div .r ul li {
    height: 90px;
    list-style: none;
    padding: 0 25px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sub_title > div .r ul li:last-child {
    padding-right: 0;
  }
  .sub_title > div .r ul li:after {
    position: absolute;
    content: url("404.png");
    left: 0;
    bottom: 28px;
    width: 14px;
    height: 14px;
    z-index: 1;
  }
  .sub_title > div .r ul li a {
    line-height: 55px;
    color: black;
    font-size: 15px;
    display: block;
    width: auto;
    padding-bottom: 2px;
  }
  .sub_title > div .r ul li.active a {
    padding-bottom: 0;
    border-bottom: 2px solid #da0300;
  }
}
.sub-title {
  margin-top: 23px;
}
.sub-title a {
  text-decoration: none;
}
.sub-title a h3 {
  margin: 0;
  padding: 0;
  color: #da0300;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sub-title a .border_bg {
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title a .border_bg:after {
  position: absolute;
  content: "";
  background-color: #ededed;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.sub-title a .border_bg h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  line-height: 20px;
  background-color: white;
  color: rgba(218, 3, 0, 0.2);
}
.sub_show_title {
  overflow: hidden;
}
.sub_show_title h1 {
  display: inline-block;
  line-height: 35px;
  font-size: 22px;
  margin: 0;
  margin-top: 10px;
  padding: 0 15px;
  color: black;
  font-weight: bold;
}
.sub_show_title .line-ee-1 {
  margin-top: 20px;
}
.sub_show_title ul {
  padding: 0 15px;
  margin: 0;
  margin-top: 18px;
  padding-bottom: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.sub_show_title ul:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .sub_show_title ul:after {
    transform: scaleY(1);
  }
}
.sub_show_title ul:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .sub_show_title ul:before {
    transform: scaleY(1);
  }
}
.sub_show_title ul li {
  list-style: none;
  line-height: 12px;
  font-size: 12px;
  margin-top: 12px;
  padding-right: 32px;
  position: relative;
  color: #3a3a3a;
}
.sub_show_title ul li:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 0;
  bottom: 0;
  background-color: #d4d4d4;
  width: 1px;
  transform: rotateX(0.5);
}
.sub_show_title ul li:last-child:after {
  display: none;
}
.sub_show_title ul li a {
  color: #0d1558;
}
.sub_show_title ul li:hover a,
.sub_show_title ul li.active a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sub_show_title {
    padding: 0;
    text-align: center;
  }
  .sub_show_title h1 {
    margin: 0;
    margin-top: 24px;
    padding: 0;
  }
  .sub_show_title .line-ee-1 {
    margin-top: 30px;
  }
  .sub_show_title ul {
    margin-top: 28px;
    padding: 0;
    padding-bottom: 16px;
    justify-content: center;
  }
  .sub_show_title ul li {
    margin-top: 16px;
    line-height: 14px;
    font-size: 14px;
    color: #3a3a3a;
  }
  .sub_show_title ul li a {
    color: #3a3a3a;
  }
}
.sub_show {
  overflow: hidden;
  padding: 20px 15px;
}
.sub_show * {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
}
@media (min-width: 768px) {
  .sub_show {
    padding: 30px 55px 55px 55px;
  }
  .sub_show * {
    font-size: 16px;
    line-height: 35px;
  }
}
.sub_show2 {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .sub_show2 {
    padding-top: 41px;
  }
}
.sub_list .list {
  padding: 0;
  overflow: hidden;
  padding: 0 15px;
  padding-bottom: 15px;
}
.sub_list .list ul {
  padding: 0;
  margin: 0;
}
.sub_list .list ul li {
  list-style: none;
  padding: 15px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
.sub_list .list ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub_list .list ul li .date {
  align-self: flex-end;
}
.sub_list .list ul li .date span {
  font-size: 15px;
  color: #c1c1c1;
  margin-right: 15px;
}
.sub_list .list ul li .date span img {
  height: 15px;
  margin-right: 4px;
}
.sub_list .list ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  transform: scaleY(0.5);
}
@media (min-width: 768px) {
  .sub_list .list ul li:after {
    transform: scaleY(1);
  }
}
@media (min-width: 768px) {
  .sub_list .list {
    padding: 0px;
    padding-top: 14px;
  }
  .sub_list .list ul li {
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    line-height: 40px;
    position: relative;
    padding-left: 16px;
  }
  .sub_list .list ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    left: 0;
    top: calc(50% - 3px);
    border-radius: 50%;
    background-color: #da0300;
  }
  .sub_list .list ul li a {
    margin-left: 0px;
    font-size: 15px;
    color: black;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 88%;
  }
  .sub_list .list ul li .date {
    align-self: flex-start;
    margin-left: 25px;
  }
  .sub_list .list ul li .date span {
    font-size: 13px;
    color: #c1c1c1;
    margin-right: 15px;
  }
  .sub_list .list ul li .date span img {
    height: 15px;
    margin-right: 4px;
  }
  .sub_list .list ul li:after {
    display: none;
  }
  .sub_list .list ul li:nth-child(5n) {
    padding-bottom: 10px;
    margin-bottom: 36px;
  }
  .sub_list .list ul li:nth-child(5n):after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    transform: scaleY(0.5);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sub_list .list ul li:nth-child(5n):after {
    transform: scaleY(1);
  }
}
.sub_pic_list .list ul {
  margin: 0 15px;
  margin-top: 25px;
  padding: 0;
  padding-bottom: 5px;
}
.sub_pic_list .list ul li {
  list-style: none;
  margin-bottom: 20px;
}
.sub_pic_list .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.sub_pic_list .list ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sub_pic_list .list ul li a .img img {
  max-width: none;
  min-width: 100%;
  max-height: 215px;
  display: block;
}
.sub_pic_list .list ul li a .txt {
  width: 100%;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sub_pic_list .list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }
  .sub_pic_list .list ul li {
    width: calc(33.333% - 33.3333px);
    margin-top: 50px;
    margin-bottom: 0;
  }
  .sub_pic_list .list ul li a {
    text-decoration: none;
  }
  .sub_pic_list .list ul li a .txt {
    margin-top: 1px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    background-color: #f0f0f0;
    transition: all .3s;
    padding: 0 15px;
    border: 0;
  }
  .sub_pic_list .list ul li a:hover .txt {
    background-color: #da0300;
    color: white;
  }
  .sub_pic_list .list ul li:nth-child(3n-1) {
    margin: 0 50px;
    margin-top: 50px;
  }
}
.sub_honor_list {
  margin-top: 28px;
}
.sub_honor_list .list {
  padding: 0 15px;
}
.sub_honor_list .list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sub_honor_list .list ul li {
  list-style: none;
  width: calc(50% - 8px);
  margin-bottom: 15px;
}
.sub_honor_list .list ul li:nth-child(odd) {
  margin-right: 15px;
}
.sub_honor_list .list ul li a {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.sub_honor_list .list ul li a .img {
  display: flex;
  justify-content: center;
}
.sub_honor_list .list ul li a .img img {
  height: 200px;
  max-width: initial;
}
.sub_honor_list .list ul li a .txt {
  width: 100%;
  color: #3a3a3a;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 0 15px;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .sub_honor_list {
    margin-top: 0;
  }
  .sub_honor_list .list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 0;
  }
  .sub_honor_list .list ul li {
    width: calc(33.333% - 33.3333px);
    margin-top: 50px;
  }
  .sub_honor_list .list ul li:nth-child(odd) {
    margin-right: 0;
  }
  .sub_honor_list .list ul li a {
    text-decoration: none;
  }
  .sub_honor_list .list ul li a .txt {
    margin-top: 1px;
    line-height: 40px;
    height: 40px;
    background-color: #f0f0f0;
    transition: all .3s;
    padding: 0 15px;
    border: 0;
  }
  .sub_honor_list .list ul li a:hover .txt {
    background-color: #da0300;
    color: white;
  }
  .sub_honor_list .list ul li:nth-child(3n-1) {
    margin: 0 50px;
    margin-top: 50px;
  }
}
.contact-us {
  color: #3a3a3a;
  margin-bottom: 25px;
}
.contact-us #container {
  height: 200px;
  margin-top: 25px;
}
.contact-us #container .amap-logo {
  z-index: 1;
}
.contact-us #container .amap-copyright {
  z-index: 1;
}
.contact-us .amap-marker-label {
  background-color: #da0300;
  color: white;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  border: 0;
  left: -46px !important;
  top: 40px!important;
}
.contact-us h2 {
  margin: 0;
  margin-top: 23px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}
.contact-us .txt {
  padding: 0 15px;
}
.contact-us .txt p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 35px;
}
.contact-us .txt a {
  text-decoration: none;
  color: #002244;
}
.contact-us ul {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.contact-us ul li {
  margin-top: 40px;
  list-style: none;
  text-align: center;
}
.contact-us ul li h5 {
  margin: 0;
  padding: 0;
  margin-top: 22px;
  color: #10196e;
}
@media (min-width: 768px) {
  .contact-us {
    padding: 0;
    margin-bottom: 50px;
    color: #3a3a3a;
  }
  .contact-us #container {
    height: 375px;
    margin-top: 40px;
  }
  .contact-us .amap-marker-label {
    font-size: 16px;
    line-height: 40px;
    left: -70px !important;
    top: 40px!important;
  }
  .contact-us h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #3a3a3a;
    font-size: 25px;
  }
  .contact-us h2 {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
  }
  .contact-us .art {
    display: flex;
    justify-content: space-between;
  }
  .contact-us .txt {
    margin-top: 0px;
    padding: 0;
  }
  .contact-us .txt p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
  }
  .contact-us ul {
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-flow: nowrap;
  }
  .contact-us ul li {
    margin: 0;
    list-style: none;
    text-align: center;
    margin-left: 8%;
  }
  .contact-us ul li h5 {
    margin: 0;
    padding: 0;
    margin-top: 22px;
    color: #10196e;
  }
}
