.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: #d60011;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;}
#header {
  width: 100%;
  height: 64px;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  border-top: 4px solid transparent;}
@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: 60px;
    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: 32px;
    float: left;
    margin-top: 14px;}
  #header .header-top .header-top-container .nav-list {
    float: right;
    margin-right: 70px;}
  #header .header-top .header-top-container .nav-list .nav-item {
    float: left;
    padding: 0 15px;
    position: relative;}
  #header .header-top .header-top-container .nav-list .nav-item:last-child::after {
    display: none;}
  #header .header-top .header-top-container .nav-list .nav-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);}
  #header .header-top .header-top-container .nav-list .nav-item .nav-link {
    font-size: 16px;
    line-height: 60px;
    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: #d60011;}
  #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: #d60011;}
  #header .header-top .header-top-container .search-container .search-inp {
    border: 0px solid #333;
    border-radius: 4px;
    height: 40px;
    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;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;}
  #header .header-top .header-top-container .search-container .submit-button .icon-search {
    font-size: 18px;
    position: relative;
    color: #d60011;}
}
@media screen and (max-width: 768px) {
  #header {
    height: 2.2rem;
    overflow: initial;}
  #header .header-top {
    height: 2.2rem;
    background: #fff;}
  #header .header-top .the-menu {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.8rem;
    color: #d60011;}
  #header .header-top .the-menu.icon-close {
    left: 0.55rem;}
  #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;
    display: none;}
  #header .header-top .search-container .search-inp:focus {
    width: 100%;}
  #header .header-top .search-container .search-inp.inp-down {
    display: block;
    height: 2.2rem;
    border: 1px solid #d60011;}
  #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: #d60011;}
  #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: 198px;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;}
#footer .footer-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;}
#footer .footer-container .logo-2 {
  display: inline-block;
  height: 30px;
  margin-top: 30px;}
#footer .footer-container .wechat-box {
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;}
#footer .footer-container .wechat-box-2 {
  text-align: center;
  position: absolute;
  right: 120px;
  top: 20px;}
#footer .footer-container .wechat-box .wechat {
  display: inline-block;
  width: 86px;
  height: 86px;}
#footer .footer-container .wechat-box p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;}
#footer .footer-container .text-box {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;}
#footer .footer-container .text-box p {
  white-space: nowrap;}
#footer .footer-container .text-box p span:nth-child(2) {
  margin-left: 60px;}
#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.1);}
#footer .footer-container .copyright a {
  font-size: 12px;
  color: #fff;}
#footer .footer-container .copyright span:nth-child(2) {
  margin-left: 20px;}
#footer .footer-container .copyright span:nth-child(3) {
  margin-left: 60px;}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;}
  #footer .footer-container {
    width: 100%;
    padding: 20px 0;}
  #footer .footer-container .logo-2 {
    display: block;
    width: 50%;
    margin: 0 auto;
    height: auto;}
  #footer .footer-container .wechat-box {
    text-align: center;
    position: relative;
    top: 0;
    margin-top: 20px;}
  #footer .footer-container .wechat-box p {
    display: none;}
  #footer .footer-container .text-box {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;}
  #footer .footer-container .text-box p {
    white-space: nowrap;}
  #footer .footer-container .text-box p span {
    text-align: center;
    display: block;}
  #footer .footer-container .text-box p span:nth-child(2) {
    margin-left: 0;}
  #footer .footer-container .copyright {
    width: 100%;
    font-size: 14px;}
  #footer .footer-container .copyright span {
    display: block;
    text-align: center;}
  #footer .footer-container .copyright span:nth-child(2) {
    margin-left: 0;}
  #footer .footer-container .copyright span:nth-child(3) {
    margin-left: 0;}
}
.index {
  width: 100%;}
.index .banner {
  width: 100%;
  height: 13.25rem;
  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%;
  min-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: #d60011;
  -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: #d60011;
  -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 .iconfont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .banner .iconfont:hover {
  color: #d60011;}
.index .banner .iconfont.icon-left {
  left: 10px;}
.index .banner .iconfont.icon-right {
  right: 10px;}
.index .title-box {
  text-align: center;}
.index .title-box .text-en {
  font-size: 16px;
  font-weight: 600;}
.index .title-box .text-ch {
  font-size: 25px;
  margin-top: 6px;}
.index .box-1 {
  height: 893px;
  background: url(../images/bg-1.jpg) no-repeat;
  background-size: 100% 100%;}
.index .box-1 .content {
  margin: 0 auto;
  margin-top: 35px;
  width: 1200px;}
.index .box-1 .content .c-title {
  width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}
.index .box-1 .content .c-title .item {
  width: 64px;
  margin-right: 0;
  padding-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-1 .content .c-title .item .iconfont {
  position: relative;
  top: 0;
  font-size: 26px;
  display: block;
  width: 64px;
  height: 64px;
  background: transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
  text-align: center;
  line-height: 64px;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-1 .content .c-title .item p {
  position: relative;
  top: 0;
  white-space: nowrap;
  color: #7E7E92;
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-1 .content .c-title .item:last-of-type {
  margin-right: 0;}
.index .box-1 .content .c-title .item:hover .iconfont,
.index .box-1 .content .c-title .item:hover p {
  top: -5px;}
.index .box-1 .content .c-title .item:hover,
.index .box-1 .content .c-title .item.active {
  border-bottom: 1px solid #d60011;}
.index .box-1 .content .c-title .item:hover .iconfont,
.index .box-1 .content .c-title .item.active .iconfont {
  color: #d60011;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.index .box-1 .content .c-title .item:hover p,
.index .box-1 .content .c-title .item.active p {
  color: #000;}
.index .box-1 .content .c-box {
  position: relative;
  border-top: 1px solid rgba(31, 35, 41, 0.15);
  display: none;}
.index .box-1 .content .c-box.active {
  display: block;}
.index .box-1 .content .c-box::after {
  content: '';
  display: block;
  width: 1px;
  height: 280px;
  background: #D4D5D6;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
.index .box-1 .content .c-box .list {
  min-height: 320px;
  overflow: hidden;}
.index .box-1 .content .c-box .list .item {
  padding: 15px 23px;
  width: 50%;
  float: left;}
.index .box-1 .content .c-box .list .item .date {
  font-size: 16px;
  color: #7E7E92;
  margin-bottom: 6px;}
.index .box-1 .content .c-box .list .item .link {
  color: #000;
  font-size: 20px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 26px;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-1 .content .c-box .list .item .link:hover {
  color: #d60011;}
.index .box-1 .content .c-box .more-btn {
  width: 184px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #d60011;
  line-height: 37px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-1 .content .c-box .more-btn:hover {
  color: #fff;
  background-color: #d60011;}
.index .box-2 {
  padding: 100px 0;}
.index .box-2 .content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 35px;}
.index .box-2 .content .left-box {
  width: 182px;
  height: 583px;
  background: #FFFFFF;
  border-radius: 6px;
  float: left;
  border: 1px solid #d60011;
  padding: 84px 0;}
.index .box-2 .content .left-box .left-menu .item {
  height: 50px;
  position: relative;
  margin-bottom: 35px;
  cursor: pointer;
  background: #ececec;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-2 .content .left-box .left-menu .item span {
  display: block;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-2 .content .left-box .left-menu .item .zsxx_nav_arrow {
  display: none;
  background: url(../images/zsxx_nav_a1.jpg) no-repeat center center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-2 .content .left-box .left-menu .item img {
  display: none;
  height: 50px;
  position: absolute;
  right: 6px;
  bottom: -3px;
  opacity: 0;}
.index .box-2 .content .left-box .left-menu .item:hover,
.index .box-2 .content .left-box .left-menu .item.active {
  background: #d60011;}
.index .box-2 .content .left-box .left-menu .item:hover span,
.index .box-2 .content .left-box .left-menu .item.active span {
  color: #fff;}
.index .box-2 .content .left-box .left-menu .item:hover .zsxx_nav_arrow,
.index .box-2 .content .left-box .left-menu .item.active .zsxx_nav_arrow {
  background: url(../images/zsxx_nav_a2.jpg) no-repeat center center;}
.index .box-2 .content .right-box {
  width: 1018px;
  height: 583px;
  background: rgba(253, 245, 245, 0.5);
  border-radius: 6px;
  float: right;
  padding: 50px 40px;}
.index .box-2 .content .right-box .d-box {
  display: none;}
.index .box-2 .content .right-box .d-box.active {
  display: block;}
.index .box-2 .content .right-box .d-box .list {
  width: 100%;
  overflow: hidden;}
.index .box-2 .content .right-box .d-box .list .item {
  float: left;
  width: 272px;
  height: 178px;
  margin-right: 60px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;}
.index .box-2 .content .right-box .d-box .list .item:nth-child(3n) {
  margin-right: 0;}
.index .box-2 .content .right-box .d-box .list .item a {
  display: block;
  width: 100%;
  height: 100%;}
.index .box-2 .content .right-box .d-box .list .item .text-1 {
  font-size: 20px;
  color: #000;}
.index .box-2 .content .right-box .d-box .list .item .text-2 {
  font-size: 16px;
  color: #7E7E92;
  margin-top: 15px;}
.index .box-2 .content .right-box .d-box .list .item .text-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #d60011;}
.index .box-2 .content .right-box .d-box .more-btn {
  width: 184px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #d60011;
  line-height: 37px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-2 .content .right-box .d-box .more-btn:hover {
  color: #fff;
  background-color: #d60011;}
.index .box-3 {
  width: 100%;
  min-height: 400px;
  background: url(../images/bg-2.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
  padding-bottom: 100px;}
.index .box-3 .content {
  width: 1220px;
  margin: 0 auto;}
.index .box-3 .content .menus {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 35px;}
.index .box-3 .content .menus .item {
  width: 128px;
  height: 33px;
  background: transparent;
  border: 1px solid #d60011;
  float: left;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  color: #7E7E92;
  white-space: nowrap;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-3 .content .menus .item:hover,
.index .box-3 .content .menus .item.active {
  color: #fff;
  background-color: #d60011;}
.index .box-3 .content .menus .item:nth-child(4) {
  margin-right: 0;}
.index .box-3 .content .e-box {
  padding: 10px;
  overflow: hidden;
  margin-top: 60px;
  display: none;}
.index .box-3 .content .e-box.active {
  display: block;}
.index .box-3 .content .e-box .link {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 12px;
  white-space: nowrap;
  float: left;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(72, 9, 14, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(72, 9, 14, 0.1);
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .box-3 .content .e-box .link:hover {
  color: #d60011;}
.index .list-1 {
  width: 1248px;
  margin: 0 auto;
  margin-top: -35px;
  position: relative;
  z-index: 999;
  margin-bottom: 80px;}
.index .list-1::after {
  content: '';
  display: block;
  clear: both;}
.index .list-1 .item {
  float: left;
  position: relative;
  z-index: 1;}
.index .list-1 .item .mask {
  display: block;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #DDDDE9;
  border-right: none;
  width: 249px;
  height: auto;
  position: relative;}
.index .list-1 .item .mask::after {
  content: "";
  transition: width .3s;
  -webkit-transition: width .3s;
  width: 0;
  height: 2px;
  background: #d60011;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);}
.index .list-1 .item .mask:hover::after {
  width: 100%;}
.index .list-1 .item img {
  display: none;
  width: 323px;
  height: 157px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;}
.index .list-1 .item .text-1 .iconfont {
  font-size: 40px;
  position: absolute;
  right: 30px;
  bottom: 26px;
  color: #bababa;}
.index .list-1 .item .text-1 span {
  font-size: 22px;
  color: #000;
  margin-left: 0;
  display: block;}
.index .list-1 .item .text-2 {
  white-space: normal;
  font-size: 16px;
  color: #bababa;
  margin-top: 15px;
  width: 100px;}
@media screen and (max-width: 768px) {
  .index .banner {
    width: 100%;
    height: auto;
    padding-bottom: 0;}
  .index .banner .banner-list {
    height: 10.5rem;}
  .index .banner .banner-list .banner-item {
    width: 100vw;
    height: 10.5rem;}
  .index .banner .banner-control {
    height: 0.2rem;
    bottom: 0.8rem;}
  .index .banner .banner-control li {
    width: 0.8rem;
    height: 0.2rem;
    margin-right: 0.4rem;}
  .index .list-1 {
    display: none;}
  .index .box-1 {
    padding: 20px 0;
    height: auto;}
  .index .box-1 .content {
    width: 90%;}
  .index .box-1 .content .c-title {
    width: 100%;}
  .index .box-1 .content .c-title .item {
    width: 20%;
    margin-right: 0;}
  .index .box-1 .content .c-box::after {
    display: none;}
  .index .box-1 .content .c-box .list {
    min-height: auto;}
  .index .box-1 .content .c-box .list .item {
    width: 100%;}
  .index .box-2 {
    padding: 50px 0;}
  .index .box-2 .content {
    width: 90%;}
  .index .box-2 .content .left-box {
    display: none;}
  .index .box-2 .content .right-box {
    width: 100%;
    height: auto;}
  .index .box-2 .content .right-box .d-box .list .item {
    width: 100%;}
  .index .box-3 .content {
    width: 90%;}
  .index .box-3 .content .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;}
  .index .box-3 .content .menus .item {
    width: 100%;
    margin-right: 15px;}
  .index .box-3 .content .menus .item:last-of-type {
    margin-right: 0;}
  .index .box-3 .content .e-box {
    margin-top: 30px;}
  .index .box-3 .content .e-box .link {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
    margin-bottom: 15px;}
}
.detail {
  background: url(../images/bg-2.jpg) no-repeat;
  background-size: 100% 100%;}
.detail .container {
  width: 1200px;
  margin: 0 auto;
  padding-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;
  color: #999;}
.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 #d60011;
  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: #d60011;}
.detail .links .left-link {
  float: left;}
.detail .links .right-link {
  float: right;}
.apply {
  background: url(../images/bg-4.jpg) no-repeat;
  background-size: cover;
  background-position: center;}
.apply .list-box {
  width: 704px;
  height: 450px;
  margin: calc((100vh - 770px) / 2) auto;}
.apply .list-box::after {
  content: '';
  display: block;
  clear: both;}
.apply .list-box .item {
  float: left;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #d60011;}
.apply .list-box .item:nth-child(1) {
  margin-bottom: 50px;
  margin-right: 70px;}
.apply .list-box .item:nth-child(2) {
  margin-bottom: 50px;}
.apply .list-box .item:nth-child(3) {
  margin-right: 70px;}
.apply .list-box .item .mask {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #DDDDE9;
  width: 317px;
  height: 200px;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;}
.apply .list-box .item img {
  display: none;
  width: 328px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;}
.apply .list-box .item .iconfont {
  display: block;
  font-size: 46px;
  margin-top: 40px;
  color: #676969;}
.apply .list-box .item span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;}
.apply .list-box .item:hover {
  z-index: 2;}
.apply .list-box .item:hover .mask {
  top: -5px;
  left: -5px;}
.apply .list-box .item:hover .iconfont {
  color: #d60011;}
@media screen and (max-width: 1440px) {
  .apply .list-box {
    margin: 1rem auto;}
}
@media screen and (max-width: 768px) {
  .detail .container {
    width: 100%;}
  .detail .title-container {
    padding: 0 0.75rem;}
  .detail .content {
    padding: 0 0.75rem;}
  .detail .links {
    width: 17.25rem;
    margin: 1rem auto;}
  .apply .list-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: auto;}
  .apply .list-box .item {
    width: 317px;
    margin: 0 auto;
    float: inherit;
    margin-bottom: 50px;}
  .apply .list-box .item:nth-child(1) {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 50px;}
  .apply .list-box .item:nth-child(2) {
    margin-bottom: 50px;}
  .apply .list-box .item:nth-child(3) {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 50px;}
}
.list-page {
  overflow: hidden;}
.list-page .title {
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #000;
  text-align: center;}
.list-page .list-container {
  margin-top: 50px;}
.list-page .list-container .title-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;}
.list-page .list-container .title-box .text-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  float: left;}
.list-page .list-container .title-box .text-1::before {
  content: '·';
  margin-right: 8px;
  line-height: 24px;}
.list-page .list-container .title-box .text-2 {
  font-size: 16px;
  color: #d60011;
  white-space: nowrap;
  line-height: 24px;
  float: right;}
.list-page .list-container .title-box .text-2 .iconfont {
  line-height: 24px;
  font-size: 12px;
  float: right;
  margin-left: 5px;}
.list-page .list-container .list-box {
  margin-top: 18px;
  width: 100%;
  background: #FEFAFA;}
.list-page .list-container .list-box .my-list,
.list-page .list-container .list-box .my-list-2 {
  width: 1200px;
  margin: 0 auto;}
.list-page .list-container .list-box .my-list .item,
.list-page .list-container .list-box .my-list-2 .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 78px;
  overflow: hidden;}
.list-page .list-container .list-box .my-list .item:last-child,
.list-page .list-container .list-box .my-list-2 .item:last-child {
  border: none;}
.list-page .list-container .list-box .my-list .item .link,
.list-page .list-container .list-box .my-list-2 .item .link {
  float: left;
  font-size: 20px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 750px;
  line-height: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .list-container .list-box .my-list .item .link:hover,
.list-page .list-container .list-box .my-list-2 .item .link:hover {
  color: #d60011;}
.list-page .list-container .list-box .my-list .item .date,
.list-page .list-container .list-box .my-list-2 .item .date {
  white-space: nowrap;
  float: right;
  color: #7E7E92;
  font-size: 16px;
  line-height: 22px;}
.list-page .list-container .list-box .my-list .item.active .title-top,
.list-page .list-container .list-box .my-list-2 .item.active .title-top {
  overflow: hidden;}
.list-page .list-container .list-box .my-list .item.active .title-top .icon-a-jiahao1,
.list-page .list-container .list-box .my-list-2 .item.active .title-top .icon-a-jiahao1 {
  display: none;}
.list-page .list-container .list-box .my-list .item.active .title-top .icon-jianhao,
.list-page .list-container .list-box .my-list-2 .item.active .title-top .icon-jianhao {
  display: block;}
.list-page .list-container .list-box .my-list .item.active .info,
.list-page .list-container .list-box .my-list-2 .item.active .info {
  height: auto;}
.list-page .list-container .list-box .my-list .item.active .info p,
.list-page .list-container .list-box .my-list-2 .item.active .info p {
  padding: 30px 0;}
.list-page .list-container .list-box .my-list .item .title-top,
.list-page .list-container .list-box .my-list-2 .item .title-top {
  overflow: hidden;}
.list-page .list-container .list-box .my-list .item .title-top .icon-a-jiahao1,
.list-page .list-container .list-box .my-list-2 .item .title-top .icon-a-jiahao1 {
  display: block;}
.list-page .list-container .list-box .my-list .item .title-top .icon-jianhao,
.list-page .list-container .list-box .my-list-2 .item .title-top .icon-jianhao {
  display: none;}
.list-page .list-container .list-box .my-list .item .iconfont,
.list-page .list-container .list-box .my-list-2 .item .iconfont {
  float: right;
  color: #7E7E92;
  font-size: 28px;
  line-height: 22px;
  cursor: pointer;}
.list-page .list-container .list-box .my-list .item .info,
.list-page .list-container .list-box .my-list-2 .item .info {
  height: 0;
  overflow: hidden;}
.list-page .list-container .list-box .my-list .item .info p,
.list-page .list-container .list-box .my-list-2 .item .info p {
  padding: 30px 0;
  font-size: 18px;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .list-container .list-box .my-list .item .info .to-detail,
.list-page .list-container .list-box .my-list-2 .item .info .to-detail {
  display: inlie-block;
  font-size: 16px;
  white-space: nowrap;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .list-container .list-box .my-list .item .info .to-detail:hover,
.list-page .list-container .list-box .my-list-2 .item .info .to-detail:hover {
  color: #d60011;}
.list-page .list-container .list-box .my-list .item .info .to-detail:hover .iconfont,
.list-page .list-container .list-box .my-list-2 .item .info .to-detail:hover .iconfont {
  color: #d60011;}
.list-page .list-container .list-box .my-list .item .info .to-detail .iconfont,
.list-page .list-container .list-box .my-list-2 .item .info .to-detail .iconfont {
  line-height: 16px;
  font-size: 12px;
  margin-left: 3px;
  float: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .apply-box {
  width: 100%;
  height: 316px;
  background: url(../images/bg-5.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;}
.list-page .apply-box .list-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
.list-page .apply-box .list-box::after {
  content: '';
  display: block;
  clear: both;}
.list-page .apply-box .list-box .item {
  background: #d60011;
  float: left;
  position: relative;
  z-index: 1;
  text-align: center;}
.list-page .apply-box .list-box .item:nth-child(1) {
  margin-right: 70px;}
.list-page .apply-box .list-box .item .mask {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #DDDDE9;
  width: 240px;
  height: 140px;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .apply-box .list-box .item img {
  display: none;
  width: 273px;
  height: 176px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;}
.list-page .apply-box .list-box .item .iconfont {
  display: block;
  font-size: 40px;
  margin-top: 27px;
  color: #676969;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list-page .apply-box .list-box .item span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #000;}
.list-page .apply-box .list-box .item:hover {
  z-index: 2;}
.list-page .apply-box .list-box .item:hover .mask {
  top: -5px;
  left: -5px;}
.list-page .apply-box .list-box .item:hover .iconfont {
  color: #d60011;}
@media screen and (max-width: 768px) {
  .list-page {
    width: 100%;
    min-height: auto !important;}
  .list-page .list-container .title-box {
    width: 90%;}
  .list-page .list-container .list-box .my-list,
  .list-page .list-container .list-box .my-list-2 {
    width: 90%;}
  .list-page .list-container .list-box .my-list .item,
  .list-page .list-container .list-box .my-list-2 .item {
    padding: 20px 0;}
  .list-page .list-container .list-box .my-list .item .link,
  .list-page .list-container .list-box .my-list-2 .item .link {
    font-size: 16px;
    width: 100%;}
  .list-page .list-container .list-box .my-list .item .date,
  .list-page .list-container .list-box .my-list-2 .item .date {
    margin-top: 10px;}
  .list-page .list-container .list-box .my-list .item .title-top .iconfont,
  .list-page .list-container .list-box .my-list-2 .item .title-top .iconfont {
    display: none !important;}
  .list-page .list-container .list-box .my-list .item .info p,
  .list-page .list-container .list-box .my-list-2 .item .info p {
    font-size: 14px;}
  .list-page .list-container .list-box .my-list .item .info .to-detail,
  .list-page .list-container .list-box .my-list-2 .item .info .to-detail {
    font-size: 14px;}
  .list-page .apply-box {
    display: none;}
}
.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 #d60011;
  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: #d60011;}
.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 - 198px);
  overflow: hidden;
  padding-top: 64px;}
.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: 24px;
  color: #666;}
.main .crumb > ul > li:last-child::after {
  display: none;}
.main .crumb > ul > li:last-child > a {
  color: #d60011;}
.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: #d60011;}
.main .pages {
  width: 1200px;
  text-align: right;
  margin: 20px auto;}
.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: #d60011;
  color: #fff;}
.main .pages > ul > li.active a {
  background: #d60011;
  color: #fff;}
.main .pages > ul > li a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d60011;
  border-radius: 4px;
  color: #d60011;
  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;}
#sidebar {
  position: fixed;
  right: 30px;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;}
#sidebar .side-list {
  width: 52px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(214, 0, 17, 0.06);
          box-shadow: 0px 0px 20px 0px rgba(214, 0, 17, 0.06);
  border-radius: 26px;
  background: #fff;
  padding: 11px 4px;}
#sidebar .side-list .item {
  width: 44px;
  height: 52px;
  position: relative;
  cursor: pointer;}
#sidebar .side-list .item:last-child::after {
  content: '顶部';
  font-size: 12px;
  background: transparent;
  white-space: nowrap;
  width: auto;
  height: auto;
  color: #7E7E92;}
#sidebar .side-list .item:last-child:hover .iconfont {
  background: transparent;
  color: #d60011;}
#sidebar .side-list .item:last-child:hover::after {
  color: #d60011;}
#sidebar .side-list .item:hover .iconfont {
  background: #FAF6F6;}
#sidebar .side-list .item:hover .info-box {
  padding: 16px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;}
#sidebar .side-list .item .info-box {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 62px;
  padding: 0;
  background: url(../images/bg-3.jpg) no-repeat;
  background-size: 100% 100%;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;}
#sidebar .side-list .item .info-box .text-1 {
  white-space: nowrap;
  font-size: 14px;
  color: #7E7E92;}
#sidebar .side-list .item .info-box .text-2 {
  white-space: nowrap;
  font-size: 14px;
  color: #7E7E92;}
#sidebar .side-list .item .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #7E7E92;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 44px;
  -webkit-transition: all .3s;
  transition: all .3s;}
#sidebar .side-list .item::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #F4F4F4;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);}
.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: #d60011;}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;}
  #sidebar {
    right: 10px;}
  .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 {
    width: 100%;
    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;}
}
.content table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}