.clear {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.transi {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.text-line {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #c30d23;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header {
  width: 100%;
  height: 106px;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .the-menu {
    display: none;
  }
  .header-top .search-container .mobile-icon {
    display: none;
  }
  #header {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  #header .header-top {
    height: 106px;
    font-size: initial;
  }
  #header .header-top .header-top-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #header .header-top .header-top-container .logo-container {
    display: block;
  }
  #header .header-top .header-top-container .logo-container .logo {
    height: 54px;
    float: left;
    margin-top: 29px;
  }
  #header .header-top .header-top-container .nav-list {
    float: right;
    margin-top: 29px;
    margin-right: 20px;
  }
  #header .header-top .header-top-container .nav-list .nav-item {
    float: left;
    margin-right: 20px;
  }
  #header .header-top .header-top-container .nav-list .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .header-top .header-top-container .nav-list .nav-item .nav-link:hover,
  #header .header-top .header-top-container .nav-list .nav-item .nav-link.active {
    color: #c30d23;
  }
  #header .header-top .header-top-container .search-container {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .header-top .header-top-container .search-container:hover .search-inp {
    width: 230px;
    padding: 0 8px;
    border-width: 1px;
  }
  #header .header-top .header-top-container .search-container:hover .submit-button {
    color: #c30d23;
  }
  #header .header-top .header-top-container .search-container .search-inp {
    border: 0px solid #333;
    border-radius: 4px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    width: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .header-top .header-top-container .search-container .submit-button {
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .header-top .header-top-container .search-container .submit-button .icon-search {
    font-size: 18px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 2.2rem;
    overflow: initial;
  }
  #header .header-top {
    height: 2.2rem;
  }
  #header .header-top .the-menu {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.8rem;
    color: #c30d23;
  }
  #header .header-top .header-top-container {
    width: 100%;
    height: 100%;
  }
  #header .header-top .header-top-container .logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .header-top .header-top-container .logo-container .logo {
    width: 8rem;
    display: block;
  }
  #header .header-top .search-container {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  #header .header-top .search-container .search-mask {
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  #header .header-top .search-container .search-mask.mask-down {
    height: 100vh;
  }
  #header .header-top .search-container .submit-button {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.8rem;
    width: 1rem;
    height: 1rem;
  }
  #header .header-top .search-container .search-inp {
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0;
    border: none;
    font-size: 16px;
  }
  #header .header-top .search-container .search-inp:focus {
    width: 100%;
  }
  #header .header-top .search-container .search-inp.inp-down {
    height: 2.2rem;
    border: 1px solid #c30d23;
  }
  #header .header-top .search-container .icon-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.8rem;
    font-size: 1rem;
    color: #c30d23;
  }
  #header .header-top .nav-list {
    width: 0;
    height: auto;
    padding: 0.75rem 0;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    top: 2.2rem;
    overflow: hidden;
    z-index: 99;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .header-top .nav-list.open {
    width: 100%;
    overflow: inherit;
  }
  #header .header-top .nav-list .nav-item {
    margin: 0;
    height: 2rem;
    float: inherit;
  }
  #header .header-top .nav-list .nav-item .nav-link {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
  }
}
#footer {
  width: 100%;
  height: 460px;
  background: #c30d23;
  overflow: hidden;
}
#footer .footer-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 37px;
  text-align: center;
}
#footer .footer-container .logo-3 {
  display: inline-block;
  height: 54px;
}
#footer .footer-container .box-1 {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 36px;
}
#footer .footer-container .box-1 .weibo-box,
#footer .footer-container .box-1 .wechat-box {
  float: left;
}
#footer .footer-container .box-1 .weibo-box .weibo,
#footer .footer-container .box-1 .wechat-box .weibo,
#footer .footer-container .box-1 .weibo-box .wechat,
#footer .footer-container .box-1 .wechat-box .wechat {
  display: block;
  width: 115px;
  height: 115px;
}
#footer .footer-container .box-1 .weibo-box p,
#footer .footer-container .box-1 .wechat-box p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  margin-top: 5px;
}
#footer .footer-container .box-1 > div {
  margin-right: 80px;
}
#footer .footer-container .box-1 > div:last-of-type {
  margin-right: 0;
}
#footer .footer-container .text-box {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin-top: 40px;
}
#footer .footer-container .text-box p {
  text-align: center;
  white-space: nowrap;
}
#footer .footer-container .copyright {
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
  width: 1200px;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-container .copyright a {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
  }
  #footer .footer-container {
    width: 100%;
  }
  #footer .footer-container .logo-3 {
    width: 80%;
    height: auto;
  }
  #footer .footer-container .box-1 {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-container .box-1 .weibo-box.weibo-box,
  #footer .footer-container .box-1 .wechat-box.weibo-box {
    margin-right: 0;
  }
  #footer .footer-container .box-1 .weibo-box .weibo,
  #footer .footer-container .box-1 .wechat-box .weibo,
  #footer .footer-container .box-1 .weibo-box .wechat,
  #footer .footer-container .box-1 .wechat-box .wechat {
    width: 4rem;
    height: 4rem;
  }
  #footer .footer-container .box-1 > div {
    margin-right: 0;
  }
  #footer .footer-container .copyright {
    width: 100%;
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
}
.index {
  width: 100%;
}
.index .banner {
  width: 100%;
  height: 17rem;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.index .banner .banner-list {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .banner .banner-list .banner-item {
  width: 48rem;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.index .banner .banner-list .banner-item .banner-img {
  display: block;
  width: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .banner .banner-control {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
}
.index .banner .banner-control::after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.index .banner .banner-control li {
  width: 12px;
  height: 6px;
  border-radius: 4px;
  background: #e2e2e2;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .banner .banner-control li:last-child {
  margin-right: 0;
}
.index .banner .banner-control li:hover {
  background: #c30d23;
  -webkit-box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
}
.index .banner .banner-control li.active {
  background: #c30d23;
  -webkit-box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
}
.index .container {
  width: 100%;
}
.index .container .center-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index .container .title-box {
  position: relative;
  margin-bottom: 40px;
}
.index .container .title-box .title-ch {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.index .container .title-box .title-en {
  font-size: 40px;
  -webkit-text-stroke: 1px #c30d23;
  color: transparent;
  margin-top: -40px;
  font-weight: 600;
}
.index .container .title-box .more {
  color: #c30d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.index .container .title-box .more:hover .icon-jiantou_double_right {
  left: 5px;
}
.index .container .title-box .more .icon-jiantou_double_right {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-1 .left-box {
  width: 50%;
  height: 600px;
  float: left;
  padding: 80px 0;
  padding-right: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index .c-1 .left-box .img-container {
  width: 560px;
  height: 318px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.index .c-1 .left-box .img-container img {
  width: 100%;
  min-height: 100%;
}
.index .c-1 .left-box .news-date {
  font-size: 14px;
  margin-bottom: 20px;
  color: #c30d23;
}
.index .c-1 .left-box .news-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index .c-1 .left-box .news-info {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}
.index .c-1 .right-box {
  width: 50%;
  height: 600px;
  float: left;
  padding: 80px 0;
  padding-left: 40px;
}
.index .c-1 .right-box .news-list .item {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 24px;
}
.index .c-1 .right-box .news-list .item .item-title {
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  float: left;
  color: #333;
  line-height: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-1 .right-box .news-list .item .item-title:last-child {
  margin-bottom: 0;
}
.index .c-1 .right-box .news-list .item .item-title:hover {
  color: #c30d23;
}
.index .c-1 .right-box .news-list .item .item-date {
  float: right;
  font-size: 14px;
  color: #c30d23;
  line-height: 16px;
}
.index .c-2 {
  width: 100%;
  height: 589px;
  background: #c30d23;
  margin-bottom: 80px;
  padding: 40px 0;
}
.index .c-2 .title-box {
  width: 1200px;
  margin: 0 auto;
}
.index .c-2 .title-box .title-ch {
  color: #fff;
}
.index .c-2 .title-box .title-en {
  -webkit-text-stroke: 1px #000;
}
.index .c-2 .title-box .more {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #fff;
}
.index .c-2 .slide-container {
  width: 100%;
  padding: 0 40px;
  position: relative;
}
.index .c-2 .slide-container .slides {
  height: 410px;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.index .c-2 .slide-container .slides li {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-2 .slide-container .slides li.slide-li-focus .slide-title {
  opacity: 1;
}
.index .c-2 .slide-container .slides li a {
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-2 .slide-container .slides li a .slide-img {
  display: block;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-2 .slide-container .slides li .slide-title {
  white-space: nowrap;
  width: 642px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
  opacity: 0;
}
.index .c-2 .slide-container .img-btn {
  width: 554px;
  height: 323px;
  position: absolute;
  z-index: 200;
  top: 25.5px;
  cursor: pointer;
}
.index .c-2 .slide-container #right-btn {
  right: 0;
}
.index .c-3 {
  width: 100%;
  margin-bottom: 80px;
}
.index .c-3 .title-box {
  width: 1200px;
  margin: 0 auto;
}
.index .c-3 .title-box .more {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.index .c-3 .slide-box-2 {
  width: 1056px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.index .c-3 .slide-box-2 .iconfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #c30d23;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-3 .slide-box-2 .iconfont.icon-left {
  left: 0;
}
.index .c-3 .slide-box-2 .iconfont.icon-right {
  right: 0;
}
.index .c-3 .banner-list-2 {
  width: 100%;
  margin-top: 40px;
  overflow-x: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-3 .banner-list-2 .banner-item {
  width: 1056px;
  margin: 0 auto;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .c-3 .banner-list-2 .banner-item .item-box {
  overflow: hidden;
}
.index .c-3 .banner-list-2 .banner-item .item-box .info-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  float: left;
  padding: 0 0px;
  margin: 0 20px;
}
.index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(1) {
  margin-left: 40px;
  position: relative;
}
.index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(1)::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  right: -112px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 454px;
  background-color: rgba(0, 0, 0, 0.1);
}
.index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(4) {
  margin-right: 40px;
}
.index .c-3 .banner-list-2 .banner-item .item-box .img-container {
  width: 214px;
}
.index .c-3 .banner-list-2 .banner-item .item-box .img-container img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.index .c-3 .banner-list-2 .banner-item .item-box .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #333;
  width: 214px;
}
.index .c-4 {
  width: 100%;
  height: 695px;
  background: #000;
  padding: 80px 0;
}
.index .c-4 .title-box {
  width: 1200px;
  margin: 0 auto;
}
.index .c-4 .title-box .title-ch {
  color: #fff;
}
.index .c-4 .title-box .more {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.index .c-4 .slide-box-2 .iconfont {
  transition: color .3s;
  -webkit-transition: color .3s;
  color: #fff;
}
.index .c-4 .slide-box-2 .iconfont:hover {
  color: #c30d23;
}
.index .c-4 .banner-list-2 .banner-item .item-box .info-item .info-title {
  text-align: center;
  transition: color .3s;
  -webkit-transition: color .3s;
  color: #fff;
}
.index .c-4 .banner-list-2 .banner-item .item-box .info-item:hover .info-title {
  color: #c30d23;
}
@media screen and (max-width: 768px) {
  .index .banner {
    width: 100%;
    height: 6.5rem;
    padding-bottom: 0.2rem;
  }
  .index .banner .banner-list {
    height: 6rem;
  }
  .index .banner .banner-list .banner-item {
    width: 100vw;
    height: 6rem;
  }
  .index .banner .banner-control {
    height: 0.2rem;
    bottom: 0;
  }
  .index .banner .banner-control li {
    width: 0.8rem;
    height: 0.2rem;
    margin-right: 0.4rem;
  }
  .index .container .center-box {
    width: 90%;
  }
  .index .container .title-box .title-ch {
    font-size: 1rem;
  }
  .index .container .title-box .title-en {
    font-size: 1rem;
    white-space: nowrap;
    margin-top: -0.8rem;
  }
  .index .container .title-box .more {
    font-size: 0.6rem;
  }
  .index .container .title-box .more .iconfont {
    font-size: 0.6rem;
  }
  .index .c-1 .left-box {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    padding-right: 0;
  }
  .index .c-1 .left-box .img-container {
    width: 100%;
    height: auto;
  }
  .index .c-1 .right-box {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    padding-left: 0;
  }
  .index .c-1 .right-box .news-list .item .item-title {
    width: 100%;
  }
  .index .c-1 .right-box .news-list .item .item-date {
    margin-top: 0.5rem;
  }
  .index .c-2 {
    height: auto;
    padding: 1rem 0;
  }
  .index .c-2 .title-box {
    width: 90%;
  }
  .index .c-2 .title-box .more {
    bottom: 0.2rem;
  }
  .index .c-2 .slide-container {
    padding: 0 1rem;
  }
  .index .c-2 .slide-container .slides {
    height: auto;
  }
  .index .c-2 .slide-container .slides li .slide-title {
    width: 100%;
    opacity: 1;
    margin-bottom: 1.5rem;
  }
  .index .c-2 .slide-container .img-btn {
    display: none;
  }
  .index .c-3 {
    display: none;
  }
  .index .c-3 .title-box {
    width: 90%;
  }
  .index .c-3 .title-box .more {
    bottom: 0.2rem;
  }
  .index .c-3 .slide-box-2 {
    width: 100%;
  }
  .index .c-3 .banner-list-2 .banner-item {
    width: 90%;
  }
  .index .c-3 .banner-list-2 .banner-item .item-box .info-item {
    width: 45%;
  }
  .index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(1) {
    margin-right: 10%;
  }
  .index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(1)::after {
    display: none;
  }
  .index .c-3 .banner-list-2 .banner-item .item-box .info-item:nth-child(2) {
    padding-right: 0;
  }
  .index .c-3 .banner-list-2 .banner-item .item-box .img-container {
    width: 100%;
    height: 100%;
  }
  .index .c-4 {
    height: auto;
  }
  .index .c-4 .title-box {
    width: 90%;
  }
  .index .c-4 .title-box .more {
    bottom: 0.2rem;
  }
  .index .c-4 .peo-list {
    width: 90%;
  }
  .index .c-4 .peo-list .item {
    width: 100%;
  }
  .index .c-4 .peo-list .item .img-container {
    height: auto;
  }
  .index .c-4 .peo-list .item .name {
    margin-bottom: 1.5rem;
  }
}
.detail {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.detail .title-container {
  text-align: center;
  margin-top: 30px;
}
.detail .title-container .title {
  display: inline-block;
  font-size: 24px;
  padding: 0 10px 5px 10px;
  text-align: center;
}
.detail .title-container .date {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.detail .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.detail .content img {
  max-width: 100%;
  margin: 20px auto;
}
.detail .links {
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #c30d23;
  padding-top: 30px;
  margin-top: 30px;
}
.detail .links .left-link,
.detail .links .right-link {
  font-size: 14px;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.detail .links .left-link:hover,
.detail .links .right-link:hover {
  color: #c30d23;
}
.detail .links .left-link {
  float: left;
}
.detail .links .right-link {
  float: right;
}
.about .content-2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.about .about-img {
  width: 522px;
  display: block;
  float: left;
}
.about .about-content {
  float: right;
  width: 576px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}
.about .about-content .c-title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
  margin-bottom: 20px;
}
.about .about-content .c-title img {
  position: absolute;
  height: 7px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .detail {
    width: 100%;
  }
  .detail .title-container {
    padding: 0 0.75rem;
  }
  .detail .content {
    padding: 0 0.75rem;
  }
  .detail .links {
    width: 17.25rem;
    margin: 1rem auto;
  }
  .detail .links .left-link,
  .detail .links .right-link {
    float: none !important;
    display: block;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .about .content-2 {
    width: 100%;
  }
  .about .about-img {
    width: 90%;
    margin: 0 auto;
    float: inherit;
  }
  .about .about-content {
    float: inherit;
    width: 90%;
    margin: 0 auto;
  }
  .about .about-content .c-title {
    margin-top: 30px;
    font-size: 1rem;
  }
}
.list {
  overflow: hidden;
}
.list .title {
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
}
.list .t-content {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 80px;
}
.list .t-content .c-title {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
}
.list .t-content .c-title img {
  position: absolute;
  height: 7px;
  bottom: 0;
  left: 0;
}
.list .t-content .c-title .more {
  line-height: 35px;
  font-size: 18px;
  color: #000;
  float: right;
}
.list .t-content .t-list {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.list .t-content .t-list .item {
  float: left;
  width: 159px;
  margin-bottom: 30px;
  margin-right: 49px;
}
.list .t-content .t-list .item:nth-child(6n) {
  margin-right: 0;
}
.list .t-content .t-list .item .img-container {
  width: 159px;
  height: 199px;
  overflow: hidden;
}
.list .t-content .t-list .item .img-container img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.list .t-content .t-list .item .t-name {
  font-size: 16px;
  color: #000;
  margin-top: 11px;
  white-space: nowrap;
  text-align: center;
}
.list .t-content .tec-list {
  overflow: hidden;
  margin-top: 30px;
}
.list .t-content .tec-list .item {
  width: 272px;
  float: left;
  margin-right: 37px;
  margin-bottom: 27px;
  border: 1px solid #000;
  padding: 20px;
  overflow: hidden;
}
.list .t-content .tec-list .item:nth-child(4n) {
  margin-right: 0;
}
.list .t-content .tec-list .item .text-1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.list .t-content .tec-list .item .text-2 {
  font-size: 12px;
  margin-bottom: 20px;
}
.list .t-content .tec-list .item .text-3 {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.list .t-content .tec-list .item .img-container {
  width: 192px;
  height: 192px;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 79px;
}
.list .t-content .tec-list .item .img-container img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.list .t-content .slide-container {
  width: 1300px;
  margin-left: -50px;
  position: relative;
}
.list .t-content .slide-container .iconfont {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #c30d23;
  font-size: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .t-content .slide-container .iconfont.icon-left {
  left: 0;
}
.list .t-content .slide-container .iconfont.icon-right {
  right: 0;
}
.list .t-content .slide-container .banner-control {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
}
.list .t-content .slide-container .banner-control::after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.list .t-content .slide-container .banner-control li {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #e2e2e2;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .t-content .slide-container .banner-control li:last-child {
  margin-right: 0;
}
.list .t-content .slide-container .banner-control li:hover {
  background: #c30d23;
  -webkit-box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
}
.list .t-content .slide-container .banner-control li.active {
  background: #c30d23;
  -webkit-box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 4px rgba(232, 75, 46, 0.7);
}
.list .t-content .slide-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.list .t-content .slide-box .slide {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .t-content .slide-box .slide .slide-item {
  width: 1200px;
  float: left;
}
.list .t-content .tec-list-2 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.list .t-content .tec-list-2 .item {
  float: left;
  width: 159px;
  margin-bottom: 30px;
  margin-right: 49px;
}
.list .t-content .tec-list-2 .item:hover .t-name {
  background: #c30d23;
  color: #fff;
}
.list .t-content .tec-list-2 .item:nth-child(6n) {
  margin-right: 0;
}
.list .t-content .tec-list-2 .item .img-container {
  width: 159px;
  height: 199px;
  overflow: hidden;
}
.list .t-content .tec-list-2 .item .img-container img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.list .t-content .tec-list-2 .item .t-name {
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .t-content.t-content-fz {
  border-bottom: 0;
  margin-bottom: 10px;
}
.list .t-content.t-content-fz .c-title {
  font-size: 20px;
  color: #666;
}
.list .t-content.t-content-fz .c-title .more {
  font-size: 16px;
  color: #666;
}
.list .t-content.t-content-fz.t-content-fz-1 .c-title {
  font-size: 26px;
  color: #000;
}
.list .t-content.t-content-fz.t-content-fz-1 .c-title .more {
  font-size: 18px;
  color: #000;
}
.list .t-content.t-content-fz:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 80px;
}
.list .top-content {
  width: 1200px;
  height: 523px;
  margin: 0 auto;
  margin-bottom: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list .top-content .left-box {
  width: 787px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.list .top-content .left-box img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.list .top-content .right-box {
  width: 413px;
  height: 100%;
  float: right;
}
.list .top-content .right-box .item {
  width: 100%;
  height: 87px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .top-content .right-box .item:hover,
.list .top-content .right-box .item.active {
  background: #c30d23;
}
.list .top-content .right-box .item:hover .img-container,
.list .top-content .right-box .item.active .img-container {
  display: block;
}
.list .top-content .right-box .item:hover .date,
.list .top-content .right-box .item.active .date,
.list .top-content .right-box .item:hover .info,
.list .top-content .right-box .item.active .info {
  color: #fff;
}
.list .top-content .right-box .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 40px 0 50px;
}
.list .top-content .right-box .item .img-container {
  display: none;
  width: 787px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.list .top-content .right-box .item .img-container img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.list .top-content .right-box .item .date {
  font-size: 14px;
  white-space: nowrap;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .top-content .right-box .item .info {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 5px;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .bottom-content {
  width: 1200px;
  margin: 0 auto;
}
.list .bottom-content .right-list {
  width: 100%;
}
.list .bottom-content .right-list .right-item {
  padding: 20px 80px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.list .bottom-content .right-list .right-item .right-link p {
  font-size: 16px;
  font-weight: 600;
  width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  float: left;
  line-height: 16px;
}
.list .bottom-content .right-list .right-item .right-link span {
  float: right;
  font-size: 14px;
  color: #c30d23;
  line-height: 16px;
}
.list .list-audio {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
.list .list-audio .c-title {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
  margin-bottom: 30px;
}
.list .list-audio .c-title img {
  position: absolute;
  height: 7px;
  bottom: 0;
  left: 0;
}
.list .list-audio .c-title .more {
  line-height: 35px;
  font-size: 18px;
  color: #000;
  float: right;
}
.list .list-audio .top-content {
  width: 100%;
  height: 523px;
  margin-bottom: 0;
  border-top: 0;
  position: relative;
}
.list .list-audio:first-of-type {
  padding-top: 0;
}
.list-hdjl .top-content .left-box {
  width: 350px;
}
.list-hdjl .top-content .right-box {
  width: calc(100% - 350px);
}
.list-hdjl .top-content .right-box .item .img-container {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .list {
    width: 100%;
    min-height: auto !important;
  }
  .list .t-content {
    width: 90%;
  }
  .list .t-content .c-title {
    font-size: 1rem;
  }
  .list .t-content .t-list .item {
    width: 47%;
    margin-right: 6%;
  }
  .list .t-content .t-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .list .t-content .tec-list .item {
    width: 100%;
    margin-right: 0;
  }
  .list .t-content .tec-list .item .text-2 {
    font-size: 16px;
  }
  .list .t-content .tec-list .item .img-container {
    width: 10rem;
    height: 10rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .list .t-content .slide-container {
    width: 100%;
    margin-left: 0;
  }
  .list .t-content .slide-container .iconfont {
    display: none;
  }
  .list .t-content .slide-container .banner-control {
    display: none;
  }
  .list .t-content .slide-box {
    width: 100%;
  }
  .list .t-content .slide-box .slide {
    width: 100% !important;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .list .t-content .slide-box .slide .slide-item {
    width: 100%;
  }
  .list .t-content .tec-list-2 .item {
    width: 47%;
    margin-right: 6%;
  }
  .list .t-content .tec-list-2 .item:nth-child(2n) {
    margin-right: 0;
  }
  .list .t-content .tec-list-2 .item .img-container {
    width: 100%;
  }
  .list .top-content {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .list .top-content .left-box {
    display: none;
  }
  .list .top-content .right-box {
    width: 100%;
  }
  .list .top-content .right-box .item {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .list .top-content .right-box .item a {
    padding: 0.5rem 0.2rem;
  }
  .list .top-content .right-box .item .img-container {
    display: none !important;
  }
  .list .bottom-content {
    width: 90%;
  }
  .list .bottom-content .right-list .right-item {
    padding: 0.5rem 0;
  }
  .list .bottom-content .right-list .right-item .right-link p {
    width: 100%;
  }
  .list .bottom-content .right-list .right-item .right-link span {
    margin-top: 0.5rem;
  }
  .list .list-audio {
    border-bottom: 0;
    margin-bottom: 40px;
    padding: 0 0.75rem;
    width: 100%;
  }
  .list .list-audio .top-content {
    height: auto;
  }
}
.teacher {
  width: 1100px;
  margin: 0 auto;
}
.teacher .tec-content {
  width: 1100px;
  margin: 0 auto;
}
.teacher .tec-content .tec-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.teacher .tec-content .tec-title span {
  border-bottom: 2px solid #c30d23;
  padding: 0 12px 8px 12px;
}
.teacher .tec-content .row-1 {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.teacher .tec-content .row-1 .row-title-1 {
  margin-bottom: 30px;
}
.teacher .tec-content .row-1 .row-title-1 span {
  font-size: 20px;
  color: #303354;
  border-bottom: 2px solid #303354;
  padding-right: 20px;
  padding-bottom: 8px;
}
.teacher .tec-content .tec-table {
  border-collapse: collapse;
  width: 100%;
}
.teacher .tec-content .tec-table .tec-thead tr td {
  font-weight: 600;
}
.teacher .tec-content .tec-table tr td {
  border: 1px solid #999;
  padding: 5px 10px;
  color: #333;
}
.teacher .tec-content .tec-table tr td:nth-of-type(1) {
  width: 190px;
}
.teacher .tec-content .tec-table tr td .tec-link {
  color: #767aac;
}
.teacher .tec-content .tec-table tr td .tec-link::after {
  content: '、';
}
.teacher .tec-content .tec-table tr td .tec-link:hover {
  color: #c30d23;
}
.teacher .tec-content .tec-table tr td .tec-link:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .teacher {
    width: 100%;
    min-height: auto !important;
  }
  .teacher .tec-content {
    width: 100%;
    padding: 0 0.75rem;
  }
  .teacher .tec-content .tec-title {
    font-size: 20px;
  }
  .teacher .tec-content .tec-table tr td:nth-of-type(1) {
    width: 30%;
  }
}
.main {
  min-height: calc(100vh - 460px);
  overflow: hidden;
  padding-top: 106px;
}
.main .crumb {
  width: 1200px;
  margin: 20px auto;
}
.main .crumb > ul {
  overflow: hidden;
}
.main .crumb > ul > li {
  float: left;
  color: #666;
}
.main .crumb > ul > li::after {
  content: '>';
  float: left;
  line-height: 24px;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
}
.main .crumb > ul > li:last-child::after {
  display: none;
}
.main .crumb > ul > li:last-child > a {
  color: #c30d23;
}
.main .crumb > ul > li > a {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main .crumb > ul > li > a:hover {
  color: #c30d23;
}
.main .pages {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
.main .pages > ul {
  display: inline-block;
  overflow: hidden;
}
.main .pages > ul > li {
  float: left;
  margin-right: 8px;
}
.main .pages > ul > li:last-child {
  margin-right: 0;
}
.main .pages > ul > li:hover a {
  background: #c30d23;
  color: #fff;
}
.main .pages > ul > li.active a {
  background: #c30d23;
  color: #fff;
}
.main .pages > ul > li a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #c30d23;
  border-radius: 4px;
  color: #c30d23;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main .back {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.main .back > a {
  display: inline-block;
  width: 90px;
  height: 26px;
  border-left: 2px solid #1d83e1;
  padding-left: 5px;
  color: #1d83e1;
  font-size: 20px;
}
.main ._pages {
  margin-bottom: 100px;
}
.main ._pages > p {
  overflow: hidden;
  margin-top: -20px;
}
.main ._pages > p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.main ._pages > p span i,
.main ._pages > p span a {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.main ._pages > p span:nth-child(2) {
  float: right;
}
.main ._pages > p span:hover {
  color: #1d83e1;
}
.main ._pages > p span:hover a,
.main ._pages > p span:hover i {
  color: #1d83e1;
}
.icon-huidaodingbu {
  font-size: 30px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  color: #aba5a5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}
.icon-huidaodingbu:hover {
  color: #c30d23;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  .main {
    padding-top: 2.2rem;
  }
  .main .crumb {
    width: 100%;
    padding: 0 0.75rem;
  }
  .main .crumb > ul > li:last-child a {
    width: 7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main .pages {
    margin: 0.5rem 0;
  }
  .main .pages > ul > li {
    margin-right: 0.25rem;
  }
  .main .pages > ul > li a {
    line-height: 1rem;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 12px;
  }
}
