﻿@charset "utf-8";
.cm {
  color: #c30000;
}
.cm2 {
  color: #29c3ab;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'Geometr415BlkBT';
  src: url('img/Geometr415BlkBT.ttf');
}
@font-face {
  font-family: 'swissbt';
  src: url('img/SWISSBT.TTF');
}
@font-face {
  font-family: 'Century751No2BT';
  src: url('img/Century751No2BT.TTF');
}
.inbanner {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .inbanner {
    height: 260px;
  }
}
.inbanner2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.inbanner2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*????????????2?????? ????????????????????????*/
.cate1 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate1 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate1 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate1 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate1 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*????????????3??????????????? banner??????*/
.ibcatein {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: -176px;
}
.ibcatein .cn {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 4px;
  text-indent: 4px;
  font-family: 'Source Han Serif CN';
}
.ibcatein .en {
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 16px;
  font-family: 'helvetica';
  text-transform: uppercase;
  position: relative;
  padding-bottom: 44px;
  text-indent: 16px;
}
.ibcatein .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  margin-left: -33px;
}
.mouse {
  width: 18px;
  height: 34px;
  margin-top: 123px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  /*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/
  background: url('../images/mouse.png') center 0 no-repeat;
}
/*????????????10?????? banner??????*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*??????2???????????? ????????????*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #f3f3f3;
}
.greybg2 {
  background-color: #f7f7f7;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*????????? ?????????*/
.baninfo {
  padding: 15px 0;
  height: 64px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eee;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: right;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 64px;
  height: 64px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 80px;
  color: #333;
  font-size: 16px;
  line-height: 64px;
  vertical-align: top;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #009de2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #009de2;
}
.erji a.on {
  color: #009de2;
  font-weight: bold;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: left;
  height: 100%;
  font-size: 16px;
  line-height: 64px;
  color: #999;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  color: #009de2;
}
.tree i {
  display: inline-block;
  width: 34px;
  height: 100%;
  vertical-align: middle;
  background: url('img/sjr1-tree.png') center no-repeat;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .erji a {
    margin-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    width: 25%;
    margin-left: 0;
  }
}
/*??????8???????????? */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*??????1????????????*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('img/jtr-see.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffd04f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #ffd04f;
}
a.seemore:hover span {
  background-image: url('img/jtrh-see.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*?????????1????????????*/
a.seemore3 {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: transparent;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #fff;
  border-radius: 25px;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 100%;
}
a.seemore3:hover {
  color: #c30000;
}
/*??????8???????????? */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
/*3??????*/
.xiaozhang {
  overflow: hidden;
  margin-bottom: 100px;
}
.xiaozhangleft {
  float: left;
  width: 554px;
  height: 450px;
  background: url('img/xiaozhangleft.png') -10px 0 no-repeat;
}
.xiaozhangright {
  float: right;
  width: 760px;
  margin-right: 140px;
}
.xiaozhangright .pic {
  width: 100%;
  height: 416px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border: 10px solid #c30000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.xiaozhangright .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.xiaozhangright .pic i {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 40px;
  bottom: 34px;
  z-index: 4;
  background: url('img/play2.png') center no-repeat;
}
.xiaozhangright h3 {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-align: center;
  height: 20px;
  overflow: hidden;
  margin-top: 14px;
}
.xiaozhangwz {
  padding-top: 58px;
  padding-left: 150px;
  padding-right: 30px;
}
.xiaozhangwz h3 {
  font-size: 30px;
  color: #c30000;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}
.xiaozhangwz .zhiwu {
  font-size: 18px;
  color: #333;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
}
.xiaozhangwz .txt {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  height: 240px;
  overflow: hidden;
  margin-top: 28px;
}
@media screen and (max-width: 1540px) {
  .xiaozhangright {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .xiaozhangright {
    width: 660px;
  }
  .xiaozhangright h3 {
    height: auto;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1300px) {
  .xiaozhangright {
    width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .xiaozhang {
    margin-bottom: 60px;
  }
  .xiaozhangright {
    float: none;
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
  }
  .xiaozhangleft {
    float: none;
    width: 600px;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 720px) {
  .xiaozhangright .pic {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .xiaozhangleft {
    background-position: -60px 0;
  }
  .xiaozhangwz {
    padding-left: 60px;
    padding-right: 0;
  }
}
/*4????????????*/
.team-out {
  padding: 54px 0;
}
.teamlist {
  overflow: hidden;
  margin: 0 -24px;
  padding-bottom: 28px;
}
.teamlist li {
  float: left;
  width: 50%;
  margin-bottom: 52px;
}
.teamlist li .lin {
  padding: 0 24px;
}
.teamlist li a {
  display: block;
  border: 1px solid #eee;
  padding: 26px 50px 26px 34px;
  height: 226px;
}
.teamlist .teamwrap {
  padding-left: 218px;
  position: relative;
  height: 100%;
}
.teamlist .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 164px;
  height: 100%;
}
.teamlist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamlist .teamright {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamlist .mid {
  margin: auto 0;
}
.teamlist h3 {
  line-height: 36px;
  color: #c30000;
  height: 36px;
  overflow: hidden;
}
.teamlist h3 span {
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
}
.teamlist h3 s {
  font-size: 18px;
}
.teamlist .txt {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  max-height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .teamlist {
    width: 100%;
    margin: 0;
  }
  .teamlist li .lin {
    padding: 0 0;
  }
  .teamlist li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .teamlist {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .teamlist li a {
    padding: 0;
    border: 0 none;
    min-height: 226px;
  }
  .teamlist .teamwrap {
    padding-left: 200px;
  }
  .teamlist .txt {
    max-height: none;
  }
}
/*5????????????*/
.ry-out {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ry-out {
    padding: 70px 0;
  }
}
@media screen and (max-width: 750px) {
  .ry-out {
    padding: 60px 0;
  }
}
.rylist {
  overflow: hidden;
  padding: 0 0 34px;
  margin: 0 -25px;
}
.rylist li {
  float: left;
  width: 20%;
  margin-bottom: 46px;
}
.rylist li .lin {
  padding: 0 25px;
}
.rylist li a {
  display: block;
  position: relative;
}
.rylist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
.rylist li .pic .wrap {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.rylist li .pic .wrap i {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.rylist li img {
  max-width: 100%;
  max-height: 100%;
}
.rylist li h3 {
  width: 100%;
  height: 68px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.rylist li h3 span {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 68px;
  padding: 0 10px;
}
.rylist li h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
}
.rylist li h3:after {
  content: '';
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  border-style: dashed dashed solid dashed;
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: -16px;
  z-index: 0;
  margin-left: -8px;
}
@media screen and (max-width: 1440px) {
  .rylist {
    margin: 0 -20px;
  }
  .rylist li {
    width: 25%;
    margin-bottom: 40px;
  }
  .rylist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .rylist {
    margin: 0 -15px;
  }
  .rylist li .lin {
    padding: 0 15px;
  }
  .rylist li {
    width: 33.3%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .rylist li {
    width: 50%;
  }
}
/*6????????????  20????????????*/
.xiaowu-out {
  padding: 40px 0 80px;
}
@media screen and (max-width: 750px) {
  .xiaowu-out {
    padding: 40px 0 60px;
  }
}
.xiaowulist {
  width: 100%;
  padding-bottom: 80px;
}
.xiaowulist li {
  width: 100%;
  position: relative;
}
.xiaowulist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.xiaowulist li .lin {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 30px;
}
.xiaowulist li a {
  display: block;
  position: relative;
  padding: 60px 96px 66px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.xiaowulist li .title {
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-right: 110px;
}
.xiaowulist li h3 {
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}
.xiaowulist li .date {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 30px;
}
.xiaowulist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  margin-top: 30px;
}
.xiaowulist li:hover h3 {
  color: #fff;
}
.xiaowulist li:hover .txt {
  color: #fff;
}
.xiaowulist li:hover .date {
  color: #fff;
}
.xiaowulist li:hover:before {
  top: 0;
  height: 100%;
  background-color: #c30000;
}
.xiaowulist li:before,
.xiaowulist h3,
.xiaowulist .txt,
.xiaowulist .date {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .xiaowulist li a {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .xiaowulist {
    padding-bottom: 60px;
  }
  .xiaowulist li a {
    padding: 40px 0;
  }
  .xiaowulist li .title {
    height: auto;
    padding-right: 0;
  }
  .xiaowulist li .date {
    position: static;
    margin-top: 10px;
  }
  .xiaowulist li .txt {
    height: 90px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .xiaowulist li:hover h3 {
    color: #c30000;
  }
  .xiaowulist li:hover .txt {
    color: #666;
  }
  .xiaowulist li:hover .date {
    color: #999;
  }
  .xiaowulist li:hover:before {
    top: 50%;
    height: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .xiaowulist li .lin {
    padding: 0 5%;
  }
}
/*7????????????*/
.zhinan {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.zhinan-head {
  background-color: #d5282d;
  overflow: hidden;
  padding: 10px 80px;
}
.zhinan-head .th {
  padding: 0 10px;
  min-width: 33%;
  height: 30px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zhinan-hand {
  background-color: rgba(213, 40, 45, 0.1);
  overflow: hidden;
  padding: 10px 80px;
  margin-top: 6px;
}
.zhinan-hand .td {
  padding: 0 10px;
  min-width: 33%;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zhinan-head,
.zhinan-hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lxwaylist li:hover .zhinan-hand {
  background-color: rgba(213, 40, 45, 0.2);
}
.lxwaylist .zhinan-hand {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 900px) {
  .zhinan-head,
  .zhinan-hand {
    padding: 10px 50px;
  }
}
@media screen and (max-width: 750px) {
  .zhinan-head .th {
    font-size: 18px;
  }
  .zhinan-head,
  .zhinan-hand {
    padding: 10px 20px;
  }
}
/*8????????????*/
.meijinlist {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 -20px;
}
.meijinlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
.meijinlist li .lin {
  padding: 0 20px;
}
.meijinlist li a {
  display: block;
  position: relative;
}
.meijinlist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
}
.meijinlist li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.meijinlist li .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3) url('img/glass2.png') center no-repeat;
}
.meijinlist li .cover1 {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 6%;
  bottom: 6%;
  z-index: 6;
}
.meijinlist li .cover1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
}
.meijinlist li .cover1:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.meijinlist li h3 {
  width: 100%;
  height: 62px;
  overflow: hidden;
}
.meijinlist li h3 span {
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 62px;
  text-align: center;
  padding: 0 10px;
}
.meijinlist li h3 span,
.meijinlist li .cover,
.meijinlist li .cover1:before,
.meijinlist li .cover1:after {
  -webkit-transition: .6s;
  transition: .6s;
}
.meijinlist li:hover h3 span {
  color: #c30000;
}
.meijinlist li:hover .cover {
  opacity: 1;
}
.meijinlist li:hover .cover1:before {
  width: 100%;
  height: 100%;
}
.meijinlist li:hover .cover1:after {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .meijinlist {
    margin: 0 -15px;
    padding: 0 0 30px;
  }
  .meijinlist li {
    width: 50%;
    margin-bottom: 30px;
  }
  .meijinlist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 660px) {
  .meijinlist {
    margin: 0;
  }
  .meijinlist li {
    width: 100%;
  }
  .meijinlist li .lin {
    padding: 0 0;
  }
}
/*9????????????*/
.vdlist {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 -20px;
}
.vdlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
.vdlist li .lin {
  padding: 0 20px;
}
.vdlist li a {
  display: block;
  position: relative;
}
.vdlist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
}
.vdlist li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vdlist li .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3) url('img/play.png') center no-repeat;
}
.vdlist li h3 {
  width: 100%;
  height: 62px;
  overflow: hidden;
}
.vdlist li h3 span {
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 62px;
  text-align: center;
  padding: 0 10px;
}
.vdlist li h3 span,
.vdlist li .cover {
  -webkit-transition: .6s;
  transition: .6s;
}
.vdlist li:hover h3 span {
  color: #c30000;
}
.vdlist li:hover .cover {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .vdlist {
    margin: 0 -15px;
    padding: 0 0 30px;
  }
  .vdlist li {
    width: 50%;
    margin-bottom: 30px;
  }
  .vdlist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 660px) {
  .vdlist {
    margin: 0;
  }
  .vdlist li {
    width: 100%;
  }
  .vdlist li .lin {
    padding: 0 0;
  }
}
.sanji {
  width: 100%;
  height: 28px;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 60px;
}
.sanji a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 28px;
}
.sanji a span {
  display: inline-block;
  padding-left: 40px;
  -webkit-transition: .4s;
  transition: .4s;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.sanji a.i1 span {
  background-image: url('img/san1.png');
}
.sanji a.i2 span {
  background-image: url('img/san2.png');
}
.sanji a:hover span,
.sanji a.on span {
  color: #c30000;
}
.sanji a.i1:hover span,
.sanji a.i1.on span {
  background-image: url('img/san1h.png');
}
.sanji a.i2:hover span,
.sanji a.i2.on span {
  background-image: url('img/san2h.png');
}
/*10????????????*/
.danghuocon {
  margin-bottom: 108px;
}
.danghuo-scroll {
  float: left;
  position: relative;
  width: 50%;
  height: 450px;
}
.danghuo-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.danghuo-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.danghuo-scroll .slides li {
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.danghuo-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.fnitem .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fnitem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fnitem .wz {
  padding: 15px 150px 15px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fnitem h3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.danghuo-scroll .flex-direction-nav a {
  width: 18px;
  height: 38px;
  margin-top: -20px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  border: 1px solid #999;
}
.danghuo-scroll .flex-direction-nav a.flex-prev {
  left: 0;
  background: #ffffff url('../images/lt3h.png') center no-repeat;
}
.danghuo-scroll .flex-direction-nav a.flex-next {
  right: 0;
  background: #ffffff url('../images/gt3h.png') center no-repeat;
}
.danghuo-scroll .flex-direction-nav a:hover {
  background-color: #c30000;
  border-color: #c30000;
}
.danghuo-scroll .flex-control-paging {
  height: 6px;
  font-size: 0;
  position: absolute;
  bottom: 27px;
  right: 20px;
  z-index: 5;
}
.danghuo-scroll .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 6px;
  height: 6px;
  margin-right: 20px;
}
.danghuo-scroll .flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.danghuo-scroll .flex-control-paging li a.flex-active {
  background-color: #fff;
}
.danghuotwo {
  float: right;
  width: 45.4%;
}
.fsubcate {
  position: relative;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin-bottom: 22px;
}
.fsubcate .cn {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-left: 50px;
  background: url('img/fire.png') 4px no-repeat;
}
.fsubcate .cn span {
  color: #c30000;
}
.txtlist3 li {
  padding: 10px 0 10px 38px;
  position: relative;
  border-bottom: 1px dashed #ddd;
}
.txtlist3 li:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 23px;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #c30000;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}
.txtlist3 li a {
  display: block;
  padding-right: 110px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}
.txtlist3 li span.date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.txtlist3 li:hover span {
  color: #c30000;
}
@media screen and (max-width: 1100px) {
  .danghuocon {
    margin-bottom: 84px;
  }
  .danghuo-scroll {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .danghuotwo {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .danghuocon {
    margin-bottom: 60px;
  }
  .txtlist3 li a {
    padding-right: 100px;
  }
  .fnitem .wz {
    padding: 15px 100px 15px 20px;
  }
  .danghuo-scroll .flex-control-paging {
    right: 10px;
  }
  .danghuo-scroll .flex-control-paging li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .danghuo-scroll {
    height: 360px;
  }
}
@media screen and (max-width: 540px) {
  .danghuo-scroll {
    height: 300px;
  }
  .fnitem .wz {
    padding: 5px 100px 5px 20px;
  }
  .danghuo-scroll .flex-control-paging {
    bottom: 17px;
  }
}
/*10????????????  15 18 24 27 30 32*/
.zhidu-out {
  padding: 24px 0 80px;
}
@media screen and (max-width: 750px) {
  .zhidu-out {
    padding: 24px 0 70px;
  }
}
.zhidulist {
  padding: 0 0 10px;
  overflow: hidden;
}
.zhidulist li {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.zhidulist li:last-child {
  border-bottom: 0 none;
}
.zhidulist li .lin {
  padding: 0 0;
}
.zhidulist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 124px;
  height: 214px;
}
.zhidulist .date {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
  width: 78px;
  border: 1px solid #eee;
  text-align: center;
  font-family: 'arial';
}
.zhidulist .date .day {
  display: block;
  font-size: 48px;
  line-height: 50px;
  height: 50px;
  color: #ccc;
}
.zhidulist .date .ymonth {
  display: block;
  font-size: 16px;
  line-height: 27px;
  height: 27px;
  color: #ccc;
  border-top: 1px solid #eee;
}
.zhidulist h3 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.zhidulist .hx {
  width: 18px;
  height: 1px;
  margin: 26px 0;
  background-color: #ddd;
}
.zhidulist .txt {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 26px;
}
.zhidulist label {
  display: block;
  width: 158px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #c30000;
  font-size: 14px;
  color: #c30000;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.zhidulist h3,
.zhidulist .hx,
.zhidulist label {
  -webkit-transition: .5s;
  transition: .5s;
}
.zhidulist .date,
.zhidulist .day,
.zhidulist .ymonth {
  -webkit-transition: .5s;
  transition: .5s;
}
.zhidulist li:hover h3 {
  color: #c30000;
}
.zhidulist li:hover .hx {
  background-color: #c30000;
}
.zhidulist li label:hover {
  background-color: #c30000;
  color: #fff;
}
.zhidulist li:hover .date,
.zhidulist li:hover .ymonth {
  border-color: #c30000;
}
.zhidulist li:hover .day,
.zhidulist li:hover .ymonth {
  color: #c30000;
}
@media screen and (max-width: 1023px) {
  .zhidulist li .hx {
    margin: 16px 0;
  }
  .zhidulist li .txt {
    height: 78px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .zhidulist {
    padding-bottom: 20px;
  }
  .zhidulist li {
    padding: 40px 0;
  }
  .zhidulist li a {
    padding-left: 100px;
  }
  .zhidulist .date .day {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .zhidulist li a {
    height: auto;
  }
  .zhidulist li h3 {
    height: 64px;
  }
  .zhidulist li .hx {
    margin: 26px 0;
  }
  .zhidulist li .txt {
    display: none;
  }
  .zhidulist li label {
    margin-top: 20px;
  }
}
/*11????????????*/
.dangwulist {
  padding: 0 0 20px;
  overflow: hidden;
}
.dangwulist li {
  width: 100%;
  margin-bottom: 60px;
}
.dangwulist li .lin {
  padding: 0 0;
}
.dangwulist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 84px 15px 356px;
  height: 188px;
  border: 1px solid #eee;
}
.dangwulist li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid transparent;
}
.dangwulist li .pic {
  position: absolute;
  left: 16px;
  top: 15px;
  z-index: 1;
  width: 280px;
  height: 188px;
  overflow: hidden;
}
.dangwulist li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.dangwulist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding-top: 16px;
}
.dangwulist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 20px 0 24px;
}
.dangwulist li label {
  font-size: 14px;
  color: #c30000;
  line-height: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
}
.dangwulist li h3,
.dangwulist li .txt,
.dangwulist a:before {
  -webkit-transition: .5s;
  transition: .5s;
}
.dangwulist li:hover h3 {
  color: #c30000;
}
.dangwulist li:hover a,
.dangwulist li.on a {
  border-color: #c30000;
}
.dangwulist li:hover a:before {
  border-top-color: #c30000;
  border-right-color: #c30000;
}
@media screen and (max-width: 1200px) {
  .dangwulist li a {
    padding-right: 20px;
    padding-left: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .dangwulist li h3 {
    padding-top: 6px;
  }
  .dangwulist li .txt {
    margin: 14px 0 16px;
    height: 90px;
  }
}
@media screen and (max-width: 750px) {
  .dangwulist li {
    margin-bottom: 40px;
  }
  .dangwulist li a {
    height: 140px;
    padding-left: 240px;
  }
  .dangwulist li .pic {
    width: 210px;
    height: 140px;
  }
  .dangwulist li h3 {
    padding-top: 0;
  }
  .dangwulist li .txt {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .dangwulist li h3 {
    padding-top: 6px;
    height: 90px;
  }
  .dangwulist li .txt {
    display: none;
  }
  .dangwulist li label {
    margin-top: 18px;
  }
}
/*11+????????????*/
.dangjianlist {
  padding-bottom: 50px;
}
.dangjianlist li {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.dangjianlist li .lin {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 30px;
}
.dangjianlist li a {
  display: block;
  position: relative;
  padding: 42px 150px 42px 430px;
  border-top: 1px solid #eee;
  overflow: hidden;
  height: 160px;
}
.dangjianlist li .pic {
  position: absolute;
  left: 102px;
  top: 42px;
  z-index: 1;
  width: 280px;
  height: 160px;
  overflow: hidden;
}
.dangjianlist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dangjianlist .date {
  width: 60px;
  position: absolute;
  left: 0;
  top: 88px;
  z-index: 1;
}
.dangjianlist .date span {
  display: block;
  text-align: center;
  font-family: 'arial';
}
.dangjianlist .date .day {
  font-size: 48px;
  line-height: 46px;
  height: 46px;
  color: #999;
}
.dangjianlist .date .year {
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #999;
}
.dangjianlist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 28px 0 0 0;
}
.dangjianlist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  margin-top: 14px;
  text-align: justify;
}
.dangjianlist li .link {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #cccccc url('img/jtr-dangjian.png') center no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}
.dangjianlist li:hover h3 {
  color: #c30000;
}
.dangjianlist li:hover {
  background-color: #f2f2f2;
}
.dangjianlist li:hover .date .day,
.dangjianlist li:hover .date .year {
  color: #c30000;
}
.dangjianlist li:hover .link {
  background-color: #c30000;
}
.dangjianlist .link,
.dangjianlist li,
.dangjianlist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dangjianlist .day,
.dangjianlist .year {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .dangjianlist li a {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .dangjianlist li a {
    padding-right: 0;
  }
  .dangjianlist li .link {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .dangjianlist li a {
    padding-left: 320px;
  }
  .dangjianlist .date {
    display: none;
  }
  .dangjianlist li .pic {
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .dangjianlist li h3 {
    padding-top: 15px;
  }
  .dangjianlist li .txt {
    height: 90px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .dangjianlist li a {
    padding-left: 250px;
  }
  .dangjianlist li .pic {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .dangjianlist li .lin {
    padding: 0 5%;
  }
  .dangjianlist li h3 {
    padding-top: 0;
    line-height: 30px;
    height: 90px;
  }
  .dangjianlist li .txt {
    display: none;
  }
  .dangjianlist li .link {
    display: block;
    position: static;
    margin-top: 20px;
  }
}
/*12????????????*/
.gonghui-out {
  padding: 20px 0 80px;
}
@media screen and (max-width: 750px) {
  .gonghui-out {
    padding: 20px 0 60px;
  }
}
.gonghuilist {
  padding: 0 0 80px;
  overflow: hidden;
}
.gonghuilist li {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.gonghuilist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 585px;
  height: 300px;
}
.gonghuilist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 500px;
  height: 300px;
  overflow: hidden;
}
.gonghuilist li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.gonghuilist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding-top: 44px;
}
.gonghuilist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 22px;
}
.gonghuilist li .info {
  line-height: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding-right: 90px;
  margin-top: 54px;
}
.gonghuilist li .date {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  color: #c30000;
  padding-left: 30px;
  background: url('img/clock2.png') left no-repeat;
}
.gonghuilist li label {
  font-size: 16px;
  color: #c30000;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 36px;
}
.gonghuilist li h3,
.gonghuilist li .txt {
  -webkit-transition: .5s;
  transition: .5s;
}
.gonghuilist li:hover h3 {
  color: #c30000;
}
.gonghuilist li:hover a {
  border-color: #c30000;
}
@media screen and (max-width: 1380px) {
  .gonghuilist li h3 {
    padding-top: 34px;
  }
  .gonghuilist li .txt {
    height: 90px;
  }
  .gonghuilist li .info {
    margin-top: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .gonghuilist li {
    padding: 50px 0;
  }
  .gonghuilist li a {
    padding-left: 380px;
    height: 210px;
  }
  .gonghuilist li .pic {
    width: 350px;
    height: 210px;
  }
  .gonghuilist li h3 {
    padding-top: 0;
  }
  .gonghuilist li .info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 840px) {
  .gonghuilist li a {
    height: 132px;
    padding-left: 250px;
  }
  .gonghuilist li .pic {
    width: 220px;
    height: 132px;
  }
  .gonghuilist li h3 {
    line-height: 36px;
    height: 72px;
  }
  .gonghuilist li .txt {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .gonghuilist {
    padding-bottom: 60px;
  }
  .gonghuilist li {
    padding: 40px 0;
  }
  .gonghuilist li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .gonghuilist li a {
    padding-left: 200px;
  }
  .gonghuilist li .pic {
    width: 180px;
  }
}
/*13????????????*/
.newslist {
  padding: 0 0 8px;
  margin: 0 -20px;
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.newslist li .lin {
  padding: 0 20px;
}
.newslist li a {
  display: block;
  position: relative;
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  overflow: hidden;
  position: relative;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li .wz {
  padding: 18px 16px 12px;
}
.newslist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin: 6px 0 12px;
}
.newslist li .info {
  line-height: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  padding-right: 110px;
}
.newslist li .date {
  font-size: 14px;
  color: #999;
  height: 24px;
  overflow: hidden;
}
.newslist li label {
  font-size: 14px;
  color: #c30000;
  font-style: italic;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 24px;
}
.newslist li:hover h3 {
  color: #c30000;
}
.newslist li:hover .date {
  color: #c30000;
}
.newslist h3,
.newslist .date {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1200px) {
  .newslist {
    margin: 0 -18px;
  }
  .newslist li .lin {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .newslist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .newslist {
    margin: 0 -15px;
  }
  .newslist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .newslist {
    margin: 0 0;
  }
  .newslist li {
    width: 100%;
  }
  .newslist li .lin {
    padding: 0 0;
  }
}
/*14????????????*/
.gonggao-out {
  padding: 0 0 80px;
}
@media screen and (max-width: 750px) {
  .gonggao-out {
    padding: 0 0 60px;
  }
}
.gonggaolist {
  padding: 10px 0;
  overflow: hidden;
}
.gonggaolist li {
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid #eee;
}
.gonggaolist li:last-child {
  border-bottom: 0 none;
}
.gonggaolist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 565px;
  height: 320px;
}
.gonggaolist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #f3f3f3;
  width: 500px;
  height: 320px;
  overflow: hidden;
  text-align: center;
  line-height: 320px;
}
.gonggaolist li .pic img {
  max-width: 90%;
  max-height: 90%;
}
.gonggaolist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding-top: 50px;
}
.gonggaolist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 30px;
}
.gonggaolist li .info {
  line-height: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
  padding-right: 150px;
  margin-top: 40px;
}
.gonggaolist li .date {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  padding-left: 28px;
  background: url('img/clock3.png') left no-repeat;
}
.gonggaolist li label {
  font-size: 14px;
  color: #c30000;
  line-height: 34px;
  text-indent: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 118px;
  height: 34px;
  background: #ffffff url('img/sjr-gg.png') 94px no-repeat;
  border: 1px solid #c30000;
  border-radius: 18px;
  cursor: pointer;
}
.gonggaolist h3,
.gonggaolist .txt,
.gonggaolist .date,
.gonggaolist label {
  -webkit-transition: .5s;
  transition: .5s;
}
.gonggaolist li:hover h3,
.gonggaolist li:hover .txt {
  color: #c30000;
}
.gonggaolist li:hover a {
  border-color: #c30000;
}
.gonggaolist li:hover .date {
  background-image: url('img/clock3h.png');
  color: #c30000;
}
@media screen and (max-width: 1200px) {
  .gonggaolist {
    padding: 30px 0;
  }
  .gonggaolist li {
    padding: 50px 0;
  }
  .gonggaolist li a {
    padding-left: 380px;
    height: 220px;
  }
  .gonggaolist li .pic {
    width: 350px;
    height: 220px;
    line-height: 220px;
  }
  .gonggaolist li h3 {
    padding-top: 0;
  }
  .gonggaolist li .info {
    margin-top: 24px;
  }
}
@media screen and (max-width: 840px) {
  .gonggaolist li a {
    height: 144px;
    padding-left: 250px;
  }
  .gonggaolist li .pic {
    width: 225px;
    height: 144px;
    line-height: 144px;
  }
  .gonggaolist li h3 {
    line-height: 36px;
    height: 72px;
  }
  .gonggaolist li .info {
    margin-top: 36px;
    padding-right: 0;
  }
  .gonggaolist li .txt {
    display: none;
  }
  .gonggaolist li label {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .gonggaolist {
    padding: 20px 0;
  }
  .gonggaolist li {
    padding: 40px 0;
  }
  .gonggaolist li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .gonggaolist li a {
    padding-left: 200px;
  }
  .gonggaolist li .pic {
    width: 180px;
  }
}
/*15????????????*/
.dabiaoti {
  font-size: 36px;
  color: #333;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  margin-bottom: 46px;
}
.deyunewslist {
  padding: 0 0 10px;
  margin: 0 -20px;
  overflow: hidden;
}
.deyunewslist li {
  float: left;
  width: 33.33%;
  margin-bottom: 70px;
}
.deyunewslist li .lin {
  padding: 0 20px;
}
.deyunewslist li a {
  display: block;
  position: relative;
}
.deyunewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 58.33%;
  overflow: hidden;
  position: relative;
}
.deyunewslist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.deyunewslist li .wz {
  padding: 20px 15px;
  background-color: #fff;
}
.deyunewslist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}
.deyunewslist li .info {
  line-height: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
  margin-top: 18px;
}
.deyunewslist li .date {
  font-size: 16px;
  color: #999;
  height: 24px;
  overflow: hidden;
}
.deyunewslist li label {
  font-size: 16px;
  color: #c30000;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 24px;
}
.deyunewslist li:hover h3 {
  color: #c30000;
}
.deyunewslist li:hover .date {
  color: #c30000;
}
.deyunewslist h3,
.deyunewslist .date {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1200px) {
  .deyunewslist {
    margin: 0 -18px;
  }
  .deyunewslist li .lin {
    padding: 0 18px;
  }
  .deyunewslist li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .deyunewslist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .deyunewslist {
    margin: 0 -15px;
  }
  .deyunewslist li .lin {
    padding: 0 15px;
  }
  .deyunewslist li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .deyunewslist {
    margin: 0 0;
  }
  .deyunewslist li {
    width: 100%;
  }
  .deyunewslist li .lin {
    padding: 0 0;
  }
}
.cate4 {
  position: relative;
  padding-bottom: 40px;
}
.cate4 .cn {
  font-size: 36px;
  line-height: 46px;
  color: #333;
}
.cate4 .en {
  font-size: 18px;
  line-height: 24px;
  color: #999;
  text-transform: uppercase;
}
.cate4:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 0;
  width: 4px;
  height: 24px;
  background-color: #c30000;
}
.zhuanout {
  background-color: #fff;
}
.zhuan {
  overflow: hidden;
  height: 840px;
  position: relative;
}
.zlone {
  float: left;
  width: 244px;
  height: 100px;
  font-size: 0;
  color: #c91a1a;
  text-indent: 48px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zlone span {
  font-size: 30px;
  vertical-align: top;
  line-height: 78px;
}
.zlone span.curnum {
  font-size: 72px;
  line-height: 100px;
}
.zlone span.xx {
  margin-left: 24px;
  margin-right: 6px;
}
.zltwo {
  float: left;
  width: 620px;
  height: 100%;
  position: relative;
}
.zltwo .wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
  overflow: hidden;
}
.zlwen {
  margin-top: 110px;
}
.zlwen h3 {
  font-size: 24px;
  color: #222;
  line-height: 40px;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zlwen .txt {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 90px;
  margin-top: 12px;
  margin-bottom: 70px;
  overflow: hidden;
}
.zlwen a.more {
  display: block;
  height: 22px;
  overflow: hidden;
  background: url('img/jtr-zl.png') 71px center no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  line-height: 22px;
  color: #c30000;
}
.zltwo .zlwen:hover h3 {
  color: #c30000;
}
.zltwo .zlwen:hover a.more {
  background-position: 64px center;
}
.xijiebar {
  float: right;
  position: relative;
  width: 520px;
  height: 100%;
  z-index: 1;
}
.xijiebar a {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 56px;
  margin-left: -50px;
}
.xijiebar .xijie-prev {
  top: 10px;
  background: url('img/jtu-zl.png') center no-repeat;
}
.xijiebar .xijie-next {
  bottom: 10px;
  background: url('img/jtd-zl.png') center no-repeat;
}
.xijiebar .xijie-prev:hover {
  background-image: url('img/jtuh-zl.png');
}
.xijiebar .xijie-next:hover {
  background-image: url('img/jtdh-zl.png');
}
.smallpic2-out {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.smallpic2 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.smallpic2 li {
  float: left;
  width: 100%;
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.smallpic2 li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.smallpic2 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smallpic2 li .wz {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.smallpic2 li:hover:before,
.smallpic2 li.on:before {
  border-color: #c30000;
}
@media screen and (max-width: 1580px) {
  .zlone {
    width: 200px;
    text-indent: 0;
  }
  .zltwo {
    width: 540px;
  }
}
@media screen and (max-width: 1440px) {
  .zlone {
    float: none;
    position: absolute;
    left: 0;
    top: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .zltwo {
    width: 50%;
  }
  .xijiebar {
    width: 45%;
    max-width: 520px;
  }
}
@media screen and (max-width: 1023px) {
  .zlwen {
    margin-top: 50px;
  }
  .zlwen .txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .zhuan {
    height: 720px;
  }
  .smallpic2 li {
    height: 240px;
    line-height: 240px;
  }
  .zltwo .wrapper {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .zlone span.curnum {
    font-size: 56px;
  }
  .zlwen h3 {
    font-size: 20px;
    line-height: 32px;
    max-height: 64px;
  }
  .cate4 .cn {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .zlwen .txt {
    line-height: 24px;
    height: auto;
    max-height: 120px;
    margin-top: 22px;
  }
}
/*16????????????*/
.fenge {
  margin: 80px 0;
  height: 1px;
  background-color: #eee;
}
@media screen and (max-width: 1200px) {
  .fenge {
    margin: 70px 0;
  }
}
@media screen and (max-width: 750px) {
  .fenge {
    margin: 60px 0;
  }
}
#sw1 {
  height: 500px;
}
#sw1 .swiper-slide {
  width: 800px;
  overflow: hidden;
}
#sw1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sw1 .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 20px 14px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #c30000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sw1 .wz .title {
  line-height: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
}
#sw1 .wz h3 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 24px;
  color: #fff;
}
#sw1 .wz .date {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 40px;
}
#sw1 .wz .txt {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
  margin-top: 12px;
}
#sw1 .swiper-slide.swiper-slide-active .wz {
  opacity: 1;
}
#sw1 .swiper-button-prev,
#sw1 .swiper-button-next {
  width: 47px;
  height: 84px;
  margin-top: -42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
}
#sw1 .swiper-button-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5) url('img/gt-tm.png') center no-repeat;
}
#sw1 .swiper-button-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.5) url('img/lt-tm.png') center no-repeat;
}
#sw1 .swiper-button-prev:hover,
#sw1 .swiper-button-next:hover {
  background-color: rgba(195, 0, 0, 0.7);
}
#sw1 .swiper-pagination {
  bottom: 0;
}
#sw1 .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw1 .swiper-pagination-bullet-active {
  background-color: #c30000;
}
@media screen and (max-width: 750px) {
  #sw1 {
    height: 400px;
  }
  #sw1 .swiper-slide {
    width: 640px;
  }
  #sw1 .swiper-button-prev,
  #sw1 .swiper-button-next {
    width: 36px;
    height: 60px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 640px) {
  #sw1 {
    height: 300px;
  }
  #sw1 .swiper-slide {
    width: 480px;
  }
}
/*17????????????*/
.qinshilist {
  padding: 0 0 20px;
  margin: 0 -20px;
  overflow: hidden;
}
.qinshilist li {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}
.qinshilist li .lin {
  padding: 0 20px;
}
.qinshilist li a {
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
}
.qinshilist li .wz {
  padding: 28px 36px 20px;
}
.qinshilist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  letter-spacing: 1px;
  height: 72px;
  overflow: hidden;
}
.qinshilist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 12px;
}
.qinshilist li .hx {
  width: 100%;
  height: 1px;
  margin: 23px 0 20px;
  background-color: #e2e2e2;
}
.qinshilist li .info {
  line-height: 26px;
  height: 26px;
  position: relative;
  overflow: hidden;
  padding-right: 80px;
}
.qinshilist li .date {
  font-size: 16px;
  color: #999;
  height: 26px;
  overflow: hidden;
  padding-left: 26px;
  background: url('img/zhong1.png') left no-repeat;
}
.qinshilist li label {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 26px;
}
.qinshilist li:hover .wz {
  background-color: #c30000;
}
.qinshilist li:hover h3,
.qinshilist li:hover label {
  color: #fff;
}
.qinshilist li:hover .date {
  color: #fff;
  background-image: url('img/zhong1h.png');
}
.qinshilist li:hover .txt {
  color: rgba(255, 255, 255, 0.5);
}
.qinshilist .wz {
  -webkit-transition: .5s;
  transition: .5s;
}
.qinshilist h3,
.qinshilist .txt,
.qinshilist .date,
.qinshilist label {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1200px) {
  .qinshilist {
    margin: 0 -15px;
  }
  .qinshilist li {
    margin-bottom: 50px;
  }
  .qinshilist li .lin {
    padding: 0 15px;
  }
  .qinshilist li .wz {
    padding: 18px 26px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .qinshilist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .qinshilist {
    margin: 0 -10px;
  }
  .qinshilist li {
    margin-bottom: 40px;
  }
  .qinshilist li .lin {
    padding: 0 10px;
  }
  .qinshilist li .wz {
    padding: 20px 18px 20px;
  }
}
@media screen and (max-width: 640px) {
  .qinshilist {
    margin: 0 0;
  }
  .qinshilist li {
    width: 100%;
  }
  .qinshilist li .lin {
    padding: 0 0;
  }
}
/*21+????????????*/
.chenguolist {
  padding: 0 0 80px;
}
.chenguolist li {
  width: 100%;
  position: relative;
}
.chenguolist li .lin {
  margin-left: 125px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 55px 0;
}
.chenguolist li:first-child .lin {
  border-top: 0 none;
  padding-top: 0;
}
.chenguolist li:last-child .lin {
  padding-bottom: 0;
}
.chenguolist li a {
  display: block;
  position: relative;
  padding: 0 560px 0 45px;
  height: 288px;
}
.chenguolist li a:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 66px;
  z-index: 0;
  width: 10px;
  height: 10px;
  background-color: #c30000;
  border-radius: 50%;
}
.chenguolist li .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 440px;
  height: 288px;
  overflow: hidden;
  border-radius: 10px;
}
.chenguolist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chenguolist .date {
  width: 90px;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 1;
}
.chenguolist li:first-child .date {
  top: 55px;
}
.chenguolist .date span {
  display: block;
  color: #c30000;
  font-family: 'arial';
}
.chenguolist .date .day {
  font-size: 36px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
}
.chenguolist .date .year {
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  text-align: right;
}
.chenguolist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  padding: 54px 0 0 0;
}
.chenguolist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  height: 64px;
  margin-top: 10px;
  margin-bottom: 36px;
  text-align: justify;
}
.chenguolist li .link {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 32px;
  height: 32px;
  text-decoration: underline;
  cursor: pointer;
}
.chenguolist li:hover h3 {
  color: #c30000;
}
.chenguolist li:hover .link {
  color: #c30000;
}
.chenguolist .link,
.chenguolist li,
.chenguolist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.chenguolist .day,
.chenguolist .year {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .chenguolist li a {
    padding-right: 460px;
  }
  .chenguolist li .pic {
    width: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .chenguolist li h3 {
    padding-top: 38px;
  }
  .chenguolist li .txt {
    height: 96px;
  }
}
@media screen and (max-width: 1023px) {
  .chenguolist li a {
    padding-left: 30px;
    padding-right: 400px;
  }
  .chenguolist li .lin {
    margin-left: 0;
    border-left: 0 none;
  }
  .chenguolist .date {
    display: none;
  }
  .chenguolist li .pic {
    width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .chenguolist li .txt {
    height: 128px;
    margin-bottom: 20px;
  }
  .chenguolist li a {
    padding-right: 350px;
  }
  .chenguolist li .pic {
    width: 320px;
  }
}
@media screen and (max-width: 750px) {
  .chenguolist li a {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .chenguolist li a:before {
    display: none;
  }
  .chenguolist li .pic {
    position: static;
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
  }
  .chenguolist li h3 {
    text-align: center;
  }
  .chenguolist li .txt {
    height: auto;
    max-height: 96px;
    text-align: center;
  }
  .chenguolist li .link {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .chenguolist li h3 {
    height: auto;
    max-height: 72px;
  }
}
/*22 ????????????*/
.txtlist {
  padding-bottom: 80px;
}
.txtlist li {
  padding: 17px 42px 17px 70px;
  background-color: #fff;
  position: relative;
}
.txtlist li:before {
  content: '';
  position: absolute;
  left: 36px;
  top: 30px;
  z-index: 0;
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.txtlist li:nth-child(odd) {
  background-color: #f7f7f7;
}
.txtlist li a {
  display: block;
  padding-right: 120px;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 36px;
  max-height: 72px;
  overflow: hidden;
}
.txtlist li span.date {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}
.txtlist li:hover:before {
  background-color: #c30000;
}
.txtlist li:hover span {
  color: #c30000;
}
@media screen and (max-width: 1023px) {
  .txtlist li {
    padding: 17px 15px 17px 40px;
  }
  .txtlist li:before {
    left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .txtlist {
    padding-bottom: 60px;
  }
  .txtlist li a {
    padding-right: 100px;
  }
}
.ziyuanone {
  width: 100%;
  overflow: hidden;
  margin-bottom: 78px;
}
.ziyuanpic {
  float: left;
  width: 44.5%;
  height: 430px;
  text-align: center;
  line-height: 430px;
  background: url('img/ziyuanbg.jpg') center / cover no-repeat;
}
.ziyuanpic img {
  max-width: 80%;
  max-height: 80%;
}
.txtlist2 {
  float: right;
  width: 52%;
}
.txtlist2 li {
  padding: 10px 0 10px 35px;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.txtlist2 li:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  z-index: 0;
  width: 7px;
  height: 7px;
  background-color: #999;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}
.txtlist2 li a {
  display: block;
  padding-right: 110px;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.txtlist2 li span.date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.txtlist2 li:hover:before {
  background-color: #c30000;
}
.txtlist2 li:hover span {
  color: #c30000;
}
@media screen and (max-width: 1023px) {
  .ziyuanpic {
    width: 32%;
  }
  .txtlist2 {
    width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .ziyuanpic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .txtlist2 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ziyuanone {
    margin-bottom: 60px;
  }
  .txtlist2 li a {
    padding-right: 100px;
  }
}
/*23????????????*/
.dudaolist {
  padding-bottom: 35px;
}
.dudaolist li {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 45px;
}
.dudaolist li .lin {
  border: 1px solid #eee;
  margin-left: 18px;
  position: relative;
}
.dudaolist li .lin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  margin-top: -15px;
  margin-left: -16px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 50%;
}
.dudaolist li a {
  display: block;
  position: relative;
  padding: 0 290px 0 210px;
  overflow: hidden;
  height: 198px;
}
.dudaolist li a:after {
  content: '';
  position: absolute;
  right: 200px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.dudaolist .date {
  width: 180px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}
.dudaolist .date span {
  display: block;
  text-align: center;
  font-family: 'arial';
}
.dudaolist .date .day {
  font-size: 48px;
  line-height: 54px;
  height: 54px;
  color: #999;
}
.dudaolist .date .year {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  color: #999;
}
.dudaolist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 50px 0 0 0;
}
.dudaolist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  margin-top: 20px;
  text-align: justify;
}
.dudaolist li .link {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #ffffff url('img/jia1-dudao.png') center no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 72px;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}
.dudaolist li:hover h3 {
  color: #c30000;
}
.dudaolist li:hover .lin {
  border-color: #c30000;
}
.dudaolist li:hover .lin:before {
  border-color: #c30000;
}
.dudaolist li:hover .date .day,
.dudaolist li:hover .date .year {
  color: #c30000;
}
.dudaolist li:hover .link {
  background-color: #c30000;
  border-color: #c30000;
  background-image: url('img/jia1h-dudao.png');
}
.dudaolist .link,
.dudaolist .lin,
.dudaolist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dudaolist .day,
.dudaolist .year,
.dudaolist .lin:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  .dudaolist li a {
    padding-left: 150px;
    padding-right: 120px;
  }
  .dudaolist li a:after {
    display: none;
  }
  .dudaolist li .link {
    right: 40px;
  }
  .dudaolist .date {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .dudaolist {
    padding-bottom: 25px;
  }
  .dudaolist li .lin {
    margin-left: 0;
  }
  .dudaolist li h3 {
    padding-top: 30px;
  }
  .dudaolist li .txt {
    height: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .dudaolist li a {
    padding-right: 30px;
  }
  .dudaolist li .link {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .dudaolist {
    padding-bottom: 15px;
  }
  .dudaolist li a {
    padding-left: 110px;
  }
  .dudaolist .date {
    width: 110px;
  }
  .dudaolist .date .day {
    font-size: 36px;
  }
  .dudaolist li .lin:before {
    width: 20px;
    height: 20px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 600px) {
  .dudaolist li a {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
  .dudaolist .date {
    display: none;
  }
  .dudaolist li .lin:before {
    display: none;
  }
  .dudaolist li h3 {
    padding-top: 20px;
    height: 60px;
  }
  .dudaolist li .link {
    display: block;
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*25????????????*/
.zhaokaolist {
  padding: 60px 0;
  margin: 0 -20px;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.zhaokaolist li {
  float: left;
  width: 25%;
  margin-bottom: 50px;
}
.zhaokaolist li .lin {
  padding: 0 20px;
}
.zhaokaolist li a {
  display: block;
  position: relative;
}
.zhaokaolist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
}
.zhaokaolist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.zhaokaolist li .wz {
  padding: 18px 10px 8px;
}
.zhaokaolist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.zhaokaolist li .date {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.zhaokaolist li:hover h3 {
  color: #c30000;
}
.zhaokaolist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1280px) {
  .zhaokaolist {
    margin: 0 -18px;
    padding: 60px 0 30px;
  }
  .zhaokaolist li .lin {
    padding: 0 18px;
  }
  .zhaokaolist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1023px) {
  .zhaokaolist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .zhaokaolist {
    margin: 0 -15px;
    padding: 60px 0 10px;
  }
  .zhaokaolist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .zhaokaolist {
    margin: 0 0;
  }
  .zhaokaolist li {
    width: 100%;
  }
  .zhaokaolist li .lin {
    padding: 0 0;
  }
  .zhaokaolist li h3 {
    height: auto;
    max-height: 56px;
  }
}
.hotscroll {
  position: relative;
  margin-bottom: 60px;
}
.hotscroll .bd {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.hotlist {
  height: 390px;
}
.hotlist li {
  position: relative;
  height: 100%;
}
.hotlist li .lin {
  height: 100%;
  overflow: hidden;
}
.hotlist .pic {
  float: left;
  width: 41.5%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hotlist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotlist li .wrap {
  float: right;
  width: 54%;
  height: 100%;
}
.hotlist h3 {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 24px;
  color: #333;
  margin-top: 80px;
}
.hotlist h3 a {
  color: #333;
}
.hotlist .wrap:hover h3 a {
  color: #c30000;
}
.hotlist .txt {
  height: 108px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 36px;
  margin: 26px 0 22px;
}
.hotlist a.more {
  display: block;
  height: 34px;
  margin-left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
  color: #c30000;
  line-height: 34px;
  text-decoration: underline;
}
.hotlist a.more:hover {
  margin-left: 10px;
}
.hotscroll .hd {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 42px;
}
.hotscroll .hd ul {
  height: 14px;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  text-align: center;
  line-height: 14px;
}
.hotscroll .hd ul li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 0 18px;
}
.hotscroll .hd ul li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 6px;
  height: 6px;
  background-color: #c30000;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
}
.hotscroll .hd ul li.on {
  border-color: #c30000;
}
.hotscroll a.prev,
.hotscroll a.next {
  width: 16px;
  height: 42px;
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
}
.hotscroll a.prev {
  background: url('img/lt-hot.png') center no-repeat;
  margin-right: 128px;
}
.hotscroll a.next {
  background: url('img/gt-hot.png') center no-repeat;
}
.hotscroll a.prev:hover {
  background-image: url('img/lth-hot.png');
}
.hotscroll a.next:hover {
  background-image: url('img/gth-hot.png');
}
@media screen and (max-width: 1400px) {
  .hotlist .pic {
    width: 50%;
  }
  .hotlist li .wrap {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .hotscroll .bd {
    height: auto;
  }
  .hotlist {
    height: auto;
  }
  .hotlist .pic {
    float: none;
    width: 100%;
    height: 390px;
    text-align: center;
  }
  .hotlist .pic img {
    width: auto;
    max-width: 100%;
  }
  .hotlist li .wrap {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
  .hotlist h3 {
    margin-top: 40px;
  }
  .hotlist .txt {
    line-height: 30px;
    height: 120px;
  }
  .hotscroll .hd {
    bottom: auto;
    top: 360px;
    width: 100%;
  }
  .hotscroll .hd ul li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .hotlist h3 {
    font-size: 20px;
  }
}
/*26????????????*/
.duiwai-out {
  padding: 0 0 80px;
}
@media screen and (max-width: 750px) {
  .duiwai-out {
    padding: 0 0 70px;
  }
}
.duiwailist {
  padding: 28px 0 60px;
  margin: 0 -42px;
  overflow: hidden;
}
.duiwailist li {
  float: left;
  width: 33.33%;
  border-bottom: 1px solid #ececec;
}
.duiwailist li .lin {
  padding: 0 42px;
}
.duiwailist li a {
  display: block;
  position: relative;
  padding-top: 42px;
  padding-bottom: 49px;
}
.duiwailist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
  margin: 26px 0;
}
.duiwailist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.duiwailist li h3 {
  font-size: 22px;
  color: #333;
  line-height: 42px;
  height: 42px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.duiwailist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 16px;
}
.duiwailist li .info {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 26px;
}
.duiwailist li label {
  float: right;
  color: #333;
}
.duiwailist li .date {
  float: left;
}
.duiwailist li:hover h3 {
  color: #c30000;
}
.duiwailist li:hover label {
  color: #c30000;
}
.duiwailist h3,
.duiwailist label {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1600px) {
  .duiwailist {
    margin: 0 -30px;
  }
  .duiwailist li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .duiwailist {
    margin: 0 -24px;
  }
  .duiwailist li .lin {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1100px) {
  .duiwailist {
    margin: 0 -14px;
  }
  .duiwailist li .lin {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1023px) {
  .duiwailist li {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .duiwailist {
    margin: 0 0;
  }
  .duiwailist li .lin {
    padding: 0 0;
  }
  .duiwailist li {
    width: 100%;
  }
}
/*26????????????*/
.duiwailist2 {
  margin-bottom: 80px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  overflow: hidden;
}
.duiwailist2 li {
  float: left;
  width: 33.3%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.duiwailist2 li .lin {
  padding: 0 38px;
}
.duiwailist2 li a {
  display: block;
  position: relative;
  padding: 54px 0;
}
.duiwailist2 .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
  margin: 22px 0 34px;
}
.duiwailist2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.duiwailist2 li h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.duiwailist2 li .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 16px;
}
.duiwailist2 li .info {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 28px;
}
.duiwailist2 li label {
  float: right;
  color: #333;
}
.duiwailist2 li .date {
  float: left;
}
.duiwailist2 li:hover h3 {
  color: #c30000;
}
.duiwailist2 li:hover label {
  color: #c30000;
}
.duiwailist2 h3,
.duiwailist2 label {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1440px) {
  .duiwailist2 li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .duiwailist2 {
    margin-bottom: 70px;
  }
  .duiwailist2 li .lin {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .duiwailist2 li .lin {
    padding: 0 20px;
  }
  .duiwailist2 li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .duiwailist2 {
    margin-bottom: 60px;
    border-left: 0 none;
  }
  .duiwailist2 li {
    border-right: 0 none;
  }
}
@media screen and (max-width: 660px) {
  .duiwailist2 li .lin {
    padding: 0 0;
  }
  .duiwailist2 li {
    width: 100%;
  }
}
/*28????????????*/
.shipusanji {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shipusanji a {
  display: inline-block;
  width: 32%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  font-size: 18px;
  color: #666;
  text-align: center;
  border-radius: 10px;
}
.shipusanji a:hover,
.shipusanji a.on {
  background-color: #c30000;
  color: #fff;
}
.shipulist {
  padding: 76px 0 4px;
  margin: 0 -77px;
  overflow: hidden;
}
.shipulist li {
  float: left;
  width: 33.33%;
  margin-bottom: 90px;
}
.shipulist li .lin {
  padding: 0 77px;
}
.shipulist li a {
  display: block;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.shipulist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.shipulist li .range {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.shipulist li .date {
  font-size: 20px;
  color: #999;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: 36px;
}
.shipulist li:hover h3,
.shipulist li:hover .range {
  color: #c30000;
}
.shipulist li:hover a {
  border-bottom-color: #c30000;
}
.shipulist h3,
.shipulist .range,
.shipulist a {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1600px) {
  .shipulist {
    margin: 0 -50px;
  }
  .shipulist li {
    margin-bottom: 70px;
  }
  .shipulist li .lin {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  .shipulist {
    padding: 80px 0 30px;
    margin: 0 -30px;
  }
  .shipulist li {
    margin-bottom: 50px;
  }
  .shipulist li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .shipulist {
    padding: 70px 0 20px;
    margin: 0 -20px;
  }
  .shipulist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .shipulist li {
    width: 50%;
  }
  .shipusanji {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .shipulist {
    padding: 60px 0 10px;
    margin: 0 0;
  }
  .shipulist li {
    width: 100%;
  }
  .shipulist li .lin {
    padding: 0 0;
  }
}
@media screen and (max-width: 640px) {
  .shipusanji {
    height: 50px;
    line-height: 50px;
  }
}
/*29????????????*/
.houqinone {
  padding: 0 88px;
  position: relative;
  max-width: 1520px;
  margin: 0 auto 88px;
}
#sw2 {
  height: 540px;
}
#sw2 .swiper-slide {
  width: 486px;
  overflow: hidden;
}
#sw2 .swiper-slide a {
  display: block;
  padding: 40px 28px;
  background-color: #f5f5f5;
}
#sw2 .pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
#sw2 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#sw2 .pic img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
#sw2 h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sw2 .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
#sw2 label {
  font-size: 14px;
  color: #c30000;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
#sw2 .date {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 4px;
}
#sw2 .swiper-slide.swiper-slide-active a {
  background-color: #c30000;
}
#sw2 .swiper-slide.swiper-slide-active h3 {
  color: #fff;
}
#sw2 .swiper-slide.swiper-slide-active label {
  color: #fff;
}
#sw2 .swiper-slide.swiper-slide-active .date {
  color: #fff;
}
#sw2 .swiper-slide.swiper-slide-active .txt {
  color: rgba(255, 255, 255, 0.5);
}
#sw2 h3,
#sw2 label,
#sw2 .txt,
#sw2 .date,
#sw2 a {
  -webkit-transition: .5s;
  transition: .5s;
}
.houqinone .swiper-button-prev,
.houqinone .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
}
.houqinone .swiper-button-next {
  right: 0;
  background: #e5e5e5 url('img/gt-hqin.png') center no-repeat;
}
.houqinone .swiper-button-prev {
  left: 0;
  background: #e5e5e5 url('img/lt-hqin.png') center no-repeat;
}
.houqinone .swiper-button-prev:hover {
  background-color: #c30000;
  background-image: url('img/lth-hqin.png');
}
.houqinone .swiper-button-next:hover {
  background-color: #c30000;
  background-image: url('img/gth-hqin.png');
}
#sw2 .swiper-pagination {
  bottom: 0;
}
#sw2 .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw2 .swiper-pagination-bullet-active {
  background-color: #c30000;
}
@media screen and (max-width: 1520px) {
  .houqinone {
    padding: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .houqinone {
    padding: 0 30px;
  }
  .houqinone .swiper-button-prev,
  .houqinone .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}
@media screen and (max-width: 600px) {
  .houqinone {
    padding: 0 20px;
  }
  #sw2 .swiper-slide {
    width: 420px;
  }
}
.houqinlist {
  padding-bottom: 18px;
}
.houqinlist li {
  width: 100%;
  position: relative;
}
.houqinlist li .lin {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 30px;
}
.houqinlist li a {
  display: block;
  position: relative;
  padding: 54px 230px 54px 30px;
  border-top: 1px solid #eee;
  overflow: hidden;
  height: 124px;
}
.houqinlist li .title {
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
}
.houqinlist li h3 {
  font-size: 20px;
  color: #333;
  height: 30px;
  overflow: hidden;
}
.houqinlist li .date {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 30px;
}
.houqinlist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  margin-top: 34px;
}
.houqinlist li .link {
  display: block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: #ffffff url('img/jtr-hqin.png') center no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 56px;
  top: 50%;
  z-index: 1;
  margin-top: -24px;
  border: 1px solid #ddd;
}
.houqinlist li:hover h3 {
  color: #c30000;
}
.houqinlist li:hover .link {
  background-color: #c30000;
  border-color: #c30000;
  background-image: url('img/jtrh-hqin.png');
}
.houqinlist .link,
.houqinlist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .houqinlist li a {
    padding-right: 100px;
  }
  .houqinlist li .link {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .houqinlist li a {
    padding-right: 30px;
  }
  .houqinlist li .link {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .houqinlist li a {
    padding: 40px 30px;
    height: auto;
  }
  .houqinlist li .txt {
    height: 90px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .houqinlist li a {
    padding-left: 0;
    padding-right: 0;
  }
  .houqinlist li .title {
    height: auto;
    padding-right: 0;
  }
  .houqinlist li .date {
    position: static;
    margin-top: 10px;
  }
  .houqinlist li h3 {
    font-size: 18px;
    height: auto;
    max-height: 60px;
  }
  .houqinlist li .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .houqinlist li .lin {
    padding: 0 5%;
  }
}
/*31????????????*/
.huodonglist {
  padding: 0 0 2px;
  margin: 0 -27px;
  overflow: hidden;
}
.huodonglist li {
  float: left;
  width: 33.33%;
  margin-bottom: 80px;
}
.huodonglist li .lin {
  padding: 0 27px;
}
.huodonglist li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
}
.huodonglist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 59.5%;
  overflow: hidden;
  position: relative;
}
.huodonglist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.huodonglist li .wz {
  padding: 18px 16px 12px;
}
.huodonglist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.huodonglist li .txt {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin: 12px 0 22px;
}
.huodonglist li .info {
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-right: 110px;
}
.huodonglist li .date {
  font-size: 16px;
  color: #999;
  height: 30px;
  overflow: hidden;
}
.huodonglist li label {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 30px;
}
.huodonglist li:hover .wz {
  background-color: #c30000;
}
.huodonglist li:hover h3,
.huodonglist li:hover label {
  color: #fff;
}
.huodonglist li:hover .date {
  color: #fff;
}
.huodonglist li:hover .txt {
  color: rgba(255, 255, 255, 0.5);
}
.huodonglist .wz {
  -webkit-transition: .5s;
  transition: .5s;
}
.huodonglist h3,
.huodonglist .txt,
.huodonglist .date,
.huodonglist label {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1440px) {
  .huodonglist {
    margin: 0 -22px;
  }
  .huodonglist li {
    margin-bottom: 70px;
  }
  .huodonglist li .lin {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1200px) {
  .huodonglist {
    margin: 0 -18px;
  }
  .huodonglist li .lin {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .huodonglist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .huodonglist {
    margin: 0 -15px;
  }
  .huodonglist li {
    margin-bottom: 60px;
  }
  .huodonglist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .huodonglist {
    margin: 0 0;
  }
  .huodonglist li {
    width: 100%;
  }
  .huodonglist li .lin {
    padding: 0 0;
  }
}
/*34????????????*/
.wangqiulist {
  padding: 0 0 64px;
  margin: 0 -8px;
  overflow: hidden;
}
.wangqiulist li {
  float: left;
  width: 33.33%;
  margin-bottom: 16px;
}
.wangqiulist li.big {
  width: 50%;
}
.wangqiulist li .lin {
  padding: 0 8px;
}
.wangqiulist li .wrap {
  display: block;
  position: relative;
}
.wangqiulist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  overflow: hidden;
  position: relative;
}
.wangqiulist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wangqiulist li .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('img/jab-wangqiu.png') bottom repeat-x;
  pointer-events: none;
  opacity: 1;
}
.wangqiulist li .one {
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 4;
  width: 100%;
}
.wangqiulist li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 0 44px;
  max-height: 48px;
  overflow: hidden;
}
.wangqiulist li:hover .one {
  bottom: 10px;
}
.wangqiulist li:hover .cover {
  opacity: 0;
}
.wangqiulist .one,
.wangqiulist .cover {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1200px) {
  .wangqiulist {
    padding: 0 0 54px;
  }
  .wangqiulist li h3 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .wangqiulist li {
    width: 50%;
  }
  .wangqiulist li .one {
    bottom: 18px;
  }
}
@media screen and (max-width: 900px) {
  .wangqiulist li h3 {
    padding: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .wangqiulist {
    padding: 0 0 44px;
  }
}
@media screen and (max-width: 640px) {
  .wangqiulist {
    margin: 0 0;
    padding-bottom: 30px;
  }
  .wangqiulist li {
    width: 100%;
    margin-bottom: 30px;
  }
  .wangqiulist li.big {
    width: 100%;
  }
  .wangqiulist li .lin {
    padding: 0 0;
  }
}
/*35????????????*/
.zhuqiulist {
  padding: 0 0 10px;
  margin: 0 -35px;
  overflow: hidden;
}
.zhuqiulist li {
  float: left;
  width: 33.33%;
  margin-bottom: 70px;
}
.zhuqiulist li .lin {
  padding: 0 35px;
}
.zhuqiulist li .wrap {
  display: block;
  position: relative;
}
.zhuqiulist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 65.2%;
  overflow: hidden;
  position: relative;
}
.zhuqiulist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.zhuqiulist li .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url('img/jab-zhuqiu.png') bottom repeat-x;
  pointer-events: none;
}
.zhuqiulist li .one {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 4;
  width: 100%;
}
.zhuqiulist li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 0 30px;
  max-height: 60px;
  overflow: hidden;
}
.zhuqiulist li:hover .one {
  bottom: 10px;
}
.zhuqiulist .one {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1440px) {
  .zhuqiulist {
    margin: 0 -26px;
    padding-bottom: 20px;
  }
  .zhuqiulist li {
    margin-bottom: 60px;
  }
  .zhuqiulist li .lin {
    padding: 0 26px;
  }
}
@media screen and (max-width: 1200px) {
  .zhuqiulist {
    margin: 0 -20px;
  }
  .zhuqiulist li {
    margin-bottom: 50px;
  }
  .zhuqiulist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .zhuqiulist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .zhuqiulist {
    margin: 0 -15px;
  }
  .zhuqiulist li {
    margin-bottom: 40px;
  }
  .zhuqiulist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .zhuqiulist {
    margin: 0 0;
  }
  .zhuqiulist li {
    width: 100%;
  }
  .zhuqiulist li .lin {
    padding: 0 0;
  }
}
/*37????????????*/
.xiaoyuanlist {
  padding: 0 0 8px;
  margin: 0 -34px;
  overflow: hidden;
}
.xiaoyuanlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 90px;
}
.xiaoyuanlist li .lin {
  padding: 0 34px;
}
.xiaoyuanlist li a {
  display: block;
  position: relative;
}
.xiaoyuanlist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 58.8%;
  overflow: hidden;
  position: relative;
}
.xiaoyuanlist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.xiaoyuanlist li .wz {
  padding-top: 20px;
}
.xiaoyuanlist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  height: 34px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xiaoyuanlist li .date {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding-left: 23px;
  background: url('img/clock.png') left no-repeat;
  font-family: "Helvetica";
}
.xiaoyuanlist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.xiaoyuanlist li:hover h3 {
  color: #c30000;
}
.xiaoyuanlist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1440px) {
  .xiaoyuanlist {
    margin: 0 -26px;
    padding-bottom: 20px;
  }
  .xiaoyuanlist li {
    margin-bottom: 60px;
  }
  .xiaoyuanlist li .lin {
    padding: 0 26px;
  }
}
@media screen and (max-width: 1200px) {
  .xiaoyuanlist {
    margin: 0 -20px;
  }
  .xiaoyuanlist li {
    margin-bottom: 50px;
  }
  .xiaoyuanlist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .xiaoyuanlist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .xiaoyuanlist {
    margin: 0 -15px;
  }
  .xiaoyuanlist li {
    margin-bottom: 40px;
  }
  .xiaoyuanlist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .xiaoyuanlist {
    margin: 0 0;
  }
  .xiaoyuanlist li {
    width: 100%;
  }
  .xiaoyuanlist li .lin {
    padding: 0 0;
  }
}
/*36+????????????*/
.shetuanlist {
  padding-bottom: 50px;
}
.shetuanlist li {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.shetuanlist li .lin {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 30px;
}
.shetuanlist li a {
  display: block;
  position: relative;
  padding: 57px 740px 57px 164px;
  overflow: hidden;
  height: 306px;
}
.shetuanlist li .pic {
  position: absolute;
  right: 40px;
  top: 57px;
  z-index: 1;
  width: 544px;
  height: 306px;
  overflow: hidden;
  text-align: center;
}
.shetuanlist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shetuanlist .date {
  width: 80px;
  position: absolute;
  left: 40px;
  top: 87px;
  z-index: 1;
}
.shetuanlist .date span {
  display: block;
  font-family: 'arial';
  font-weight: bold;
}
.shetuanlist .date .day {
  font-size: 60px;
  line-height: 54px;
  height: 54px;
  color: #999;
}
.shetuanlist .date .year {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #999;
}
.shetuanlist li .wz {
  padding-top: 30px;
  margin: 0 auto;
}
.shetuanlist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  font-weight: bold;
}
.shetuanlist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  overflow: hidden;
  height: 108px;
  margin-top: 20px;
  text-align: justify;
}
.shetuanlist li .link {
  display: block;
  width: 148px;
  height: 38px;
  cursor: pointer;
  margin-top: 48px;
  background-color: transparent;
  border: 1px solid #c30000;
  border-radius: 20px;
  font-size: 16px;
  line-height: 38px;
  color: #c30000;
  text-align: center;
}
.shetuanlist li:hover h3 {
  color: #c30000;
}
.shetuanlist li:hover {
  background-color: #eee;
}
.shetuanlist li:hover .date .day,
.shetuanlist li:hover .date .year {
  color: #c30000;
}
.shetuanlist li:hover .link {
  background-color: #c30000;
  color: #fff;
}
.shetuanlist .link,
.shetuanlist li,
.shetuanlist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shetuanlist .day,
.shetuanlist .year {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1500px) {
  .shetuanlist li a {
    padding-left: 110px;
    padding-right: 600px;
  }
  .shetuanlist li .pic {
    width: 500px;
    right: 0;
  }
  .shetuanlist .date {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .shetuanlist li a {
    padding-right: 450px;
  }
  .shetuanlist li .pic {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .shetuanlist li a {
    padding-left: 0;
  }
  .shetuanlist .date {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .shetuanlist li .wz {
    padding-top: 10px;
  }
  .shetuanlist li .txt {
    height: auto;
    max-height: 144px;
  }
  .shetuanlist li .link {
    margin-top: 30px;
  }
  .shetuanlist li a {
    padding-right: 400px;
  }
  .shetuanlist li .pic {
    width: 360px;
  }
}
@media screen and (max-width: 750px) {
  .shetuanlist li a {
    padding-right: 0;
    height: auto;
    border-bottom: 1px solid #eee;
  }
  .shetuanlist li .pic {
    position: static;
    width: 100%;
  }
  .shetuanlist li .pic img {
    width: auto;
    max-width: 100%;
  }
  .shetuanlist li .wz {
    padding-top: 40px;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .shetuanlist li .lin {
    padding: 0 5%;
  }
  .shetuanlist li h3 {
    height: auto;
    max-height: 72px;
  }
  .shetuanlist li .txt {
    display: none;
  }
}
.shetuanone {
  padding: 0 30px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto 118px;
}
#sw3 {
  height: 480px;
}
#sw3 .swiper-slide {
  overflow: hidden;
}
#sw3 .wz {
  float: right;
  width: 31%;
  height: 100%;
  padding-top: 76px;
  margin-right: 44px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sw3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6e6e6e;
  overflow: hidden;
}
#sw3 .pic {
  float: left;
  width: 62%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#sw3 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#sw3 .pic img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#sw3 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 40px;
}
#sw3 .txt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 30px;
}
#sw3 label {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: right;
  height: 30px;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 60px;
  display: block;
  cursor: pointer;
  position: relative;
}
#sw3 label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 86px;
  top: 50%;
  z-index: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#sw3 .date span {
  display: block;
  font-family: 'Helvetica';
  font-weight: bold;
}
#sw3 .day {
  font-size: 60px;
  color: #fff;
  line-height: 54px;
  height: 54px;
}
#sw3 .year {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 20px;
}
/*#sw3 .swiper-slide.swiper-slide-active h3{ color: #c30000;}*/
#sw3 .wz:hover .day {
  color: #c30000;
}
#sw3 .wz:hover .year {
  color: #c30000;
}
#sw3 .day,
#sw3 .year {
  -webkit-transition: .5s;
  transition: .5s;
}
#sw3 .swiper-pagination {
  width: auto;
  left: 26px;
  bottom: 20px;
}
#sw3 .swiper-pagination-bullet {
  margin: 0 13px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw3 .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #sw3 .pic {
    width: 60%;
  }
  #sw3 .wz {
    width: 30%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 900px) {
  #sw3 {
    height: auto;
  }
  #sw3 .pic {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #sw3 .wz {
    float: none;
    width: 100%;
    padding: 30px 5%;
    margin-right: 0;
  }
  #sw3 .date {
    display: none;
  }
  #sw3 h3 {
    margin-top: 0;
  }
  #sw3 label {
    margin-top: 20px;
    text-align: left;
  }
  #sw3 label:before {
    display: none;
  }
  #sw3 .swiper-pagination {
    left: auto;
    right: 26px;
  }
  #sw3 .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .shetuanone {
    margin-bottom: 80px;
  }
  #sw3 .pic {
    height: 340px;
  }
}
@media screen and (max-width: 600px) {
  .shetuanone {
    padding: 0 20px;
  }
}
/*39????????????*/
.fengcailist {
  padding: 0 0 80px;
  overflow: hidden;
}
.fengcailist li {
  width: 100%;
  padding: 75px 0;
  border-bottom: 1px solid #eee;
}
.fengcailist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 50%;
  height: 460px;
}
.fengcailist li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 310px;
  height: 100%;
  background: #c30000 url('img/huoju.jpg') center no-repeat;
}
.fengcailist li .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.fengcailist li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.fengcailist li .pic:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.fengcailist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  padding-top: 85px;
}
.fengcailist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 50px;
}
.fengcailist li .more {
  font-size: 16px;
  color: #9b0000;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  padding-left: 82px;
  background: url('img/zhong2.png') 6px no-repeat;
  margin-top: 44px;
  cursor: pointer;
}
.fengcailist li h3,
.fengcailist li,
.fengcailist li .more {
  -webkit-transition: .5s;
  transition: .5s;
}
.fengcailist li:hover h3 {
  color: #c30000;
}
.fengcailist li:hover {
  border-color: #c30000;
}
.fengcailist li .more:hover {
  text-decoration: underline;
  padding-left: 72px;
}
@media screen and (max-width: 1200px) {
  .fengcailist li {
    padding: 60px 0;
  }
  .fengcailist li a {
    height: 330px;
    padding-right: 52%;
  }
  .fengcailist li a:before {
    display: none;
  }
  .fengcailist li h3 {
    padding-top: 0;
  }
  .fengcailist li .pic {
    width: 48%;
    text-align: right;
  }
}
@media screen and (max-width: 840px) {
  .fengcailist li a {
    height: 210px;
    padding-right: 360px;
  }
  .fengcailist li .pic {
    width: 335px;
  }
  .fengcailist li h3 {
    height: 88px;
  }
  .fengcailist li .txt {
    display: none;
  }
  .fengcailist li .more {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .fengcailist {
    padding-bottom: 60px;
  }
  .fengcailist li {
    padding: 50px 0;
  }
  .fengcailist li h3 {
    font-size: 18px;
    line-height: 36px;
    height: 108px;
  }
  .fengcailist li .more {
    margin-top: 50px;
    padding-left: 40px;
    background-size: 24px 24px;
  }
  .fengcailist li .more:hover {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .fengcailist li {
    padding: 40px 0;
  }
  .fengcailist li a {
    height: 125px;
    padding-right: 225px;
  }
  .fengcailist li .pic {
    width: 200px;
  }
  .fengcailist li h3 {
    height: 72px;
  }
  .fengcailist li .more {
    margin-top: 5px;
  }
}
/*40????????????*/
.atc-out {
  padding: 80px 0 130px;
}
.main {
  position: relative;
  padding-right: 450px;
}
.mainleft {
  width: 100%;
  min-height: 770px;
}
.mainright {
  width: 392px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mainright .sidebox {
  padding: 30px 28px 40px;
  width: auto;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.mainright .sidebox .title {
  height: 28px;
  position: relative;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-indent: 12px;
}
.mainright .sidebox .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 3px;
  height: 100%;
  background-color: #9b0000;
}
.relnewslist {
  padding-top: 20px;
}
.relnewslist li {
  padding-left: 12px;
  position: relative;
}
.relnewslist li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 15px;
  z-index: 0;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 2px;
}
.relnewslist li a {
  display: block;
  padding-right: 80px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 34px;
  height: 34px;
}
.relnewslist li span.info {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .3s;
  transition: .3s;
}
.relnewslist li span.date {
  position: absolute;
  width: 80px;
  right: 0;
  top: 0;
  font-size: 14px;
  text-align: right;
  color: #666;
  -webkit-transition: .3s;
  transition: .3s;
}
.relnewslist li:hover:before {
  background-color: #c30000;
}
.relnewslist li:hover span {
  color: #c30000;
}
.newsitem {
  border-bottom: 1px solid #c6c6c6;
}
.newsitem a {
  display: block;
  position: relative;
  padding-bottom: 14px;
}
.newsitem .pic {
  width: 100%;
  height: 208px;
  position: relative;
  overflow: hidden;
}
.newsitem .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsitem .pic:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.newsitem h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-top: 14px;
  height: 52px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsitem:hover h3 {
  color: #c30000;
}
.atc {
  padding: 54px 56px 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.atc-h {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 26px;
  position: relative;
}
.atc-h h1 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin-bottom: 26px;
}
.atc-date {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.atc-date span {
  display: inline-block;
  margin-right: 16px;
}
.atc-con {
  padding: 30px 0 42px;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: justify;
  border-bottom: 1px solid #e9e9e9;
}
.atc-con .pic {
  text-align: center;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #c30000;
}
.atc-pn {
  position: relative;
  margin-top: 24px;
  padding-right: 160px;
}
.atc-pn a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #626262;
  line-height: 32px;
}
.atc-prev:hover,
.atc-next:hover {
  color: #c30000;
}
a.atc-ret {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background-color: #c30000;
  width: 108px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}
a.atc-ret:hover {
  opacity: 0.8;
}
.videowrap {
  width: 1440px;
  position: relative;
  text-align: center;
  margin: 50px auto;
  overflow: hidden;
}
.video {
  width: 100%;
  height: 612px;
}
@media screen and (max-width: 1440px) {
  .videowrap {
    width: 100%;
    padding-bottom: 42.5%;
    height: 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .main {
    padding-right: 0;
  }
  .mainleft {
    min-height: 0;
  }
  .mainright {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .atc-out {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  .atc-out {
    padding: 80px 0 80px;
  }
  .atc {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 960px) {
  .atc-pn {
    padding-right: 0;
  }
  a.atc-ret {
    position: static;
    display: block;
    margin: 30px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .atc-out {
    padding: 60px 0 70px;
  }
  .atc {
    padding: 0 0;
    border: 0 none;
  }
  .atc-h h1 {
    font-size: 20px;
    line-height: 36px;
  }
  a.atc-ret {
    width: 180px;
  }
}
/*2????????????*/
.guanlist {
  width: 100%;
  position: relative;
  font-size: 0;
  background: url('img/nianbg.jpg') center no-repeat;
  background-size: cover;
}
.guanlist li {
  display: inline-block;
  width: 25%;
}
.guanlist li .lin {
  height: 740px;
  position: relative;
  overflow: hidden;
}
.guanlist .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.guanlist li:nth-child(even) .cov {
  background-color: rgba(0, 0, 0, 0.3);
}
.guanlist li .in {
  padding: 248px 30px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.guanlist li .in .hx2 {
  width: 1px;
  height: 0;
  border-left: 1px solid #fff;
  margin: 0 auto;
}
.guanlist li .in .fig {
  font-size: 0;
  line-height: 116px;
  height: 116px;
}
.guanlist li .in .fig img {
  max-width: 100%;
  max-height: 100%;
}
.guanlist li .in .cn {
  font-size: 36px;
  color: #fff;
  line-height: 56px;
  height: 56px;
  overflow: hidden;
  margin: 20px 0 14px;
}
.guanlist li .area {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.guanlist .cov,
.guanlist .in {
  -webkit-transition: 1s;
  transition: 1s;
}
.guanlist li:hover .cov {
  background-color: #c30000;
}
.guanlist li:nth-child(even):hover .cov {
  background-color: #c30000;
}
@media screen and (max-width: 1200px) {
  .guanlist li {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .guanlist li .lin {
    height: 480px;
  }
  .guanlist li .in {
    padding: 117px 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .about2 {
    padding: 0 4%;
  }
  .guanlist li {
    width: 100%;
  }
}
.about1 {
  padding: 80px 0 70px;
}
.bbt {
  width: 100%;
  min-height: 1000px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bbtpicbg {
  width: 36%;
  height: calc(100vh - 130px);
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 130px;
  z-index: 2;
  overflow: hidden;
}
.bbtpicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbtother {
  width: 59%;
  position: relative;
  z-index: 1;
}
.bbtother .inner {
  padding-left: 17.6%;
}
.bbtother .tt1 {
  font-size: 36px;
  color: #333;
  line-height: 40px;
}
.bbtother .tt1 span {
  color: #c30000;
  font-weight: bold;
}
.bbtother .abtcon {
  font-size: 16px;
  color: #666;
  line-height: 38px;
  text-align: justify;
  margin-top: 70px;
  overflow: auto;
}
.bbtother .abtcon img {
  display: none;
}
@media screen and (max-width: 1440px) {
  .about1 {
    padding: 80px 30px 70px;
  }
  .bbtother {
    width: 50%;
    background-size: contain;
  }
  .bbtother .inner {
    padding-left: 0;
  }
  .bbtpicbg {
    width: 46%;
  }
}
@media screen and (max-width: 1100px) {
  .about1 {
    padding: 80px 5% 70px;
  }
  .bbtother {
    background-size: auto;
  }
}
@media screen and (max-width: 1100px) {
  .bbtpicbg {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    top: 0;
  }
  .bbtother {
    width: 100%;
    margin-top: 40px;
  }
  .bbtother .tt1 {
    text-align: center;
  }
  .bbtother .abtcon {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .about1 {
    padding: 60px 5%;
  }
  .bbtother .tt1 {
    font-size: 30px;
  }
}
.tt2 {
  margin-top: 36px;
  font-size: 100px;
  color: #f5f5f5;
  line-height: 116px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  letter-spacing: 8px;
}
@media screen and (max-width: 1750px) {
  .tt2 {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1650px) {
  .tt2 {
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1550px) {
  .tt2 {
    font-size: 90px;
    text-align: center;
  }
}
@media screen and (max-width: 1440px) {
  .tt2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .tt2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1150px) {
  .tt2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .tt2 {
    display: none;
  }
}
.cate2 {
  text-align: center;
}
.cate2 .cn {
  font-size: 44px;
  line-height: 56px;
  color: #333;
}
.cate2 .en {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-transform: uppercase;
}
.cate11 {
  position: relative;
  padding-bottom: 54px;
}
.cate11 .cn {
  font-size: 30px;
  line-height: 42px;
  color: #333;
}
.cate11 .en {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  letter-spacing: 1px;
}
.cate11:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 5px;
  height: 24px;
  background-color: #970000;
}
.about3 {
  padding: 88px 0 112px;
}
.ab3con {
  height: 580px;
  overflow: hidden;
  margin-top: 54px;
}
.ab3right {
  float: right;
  width: 530px;
  height: 100%;
  position: relative;
}
.ab3right .wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
  overflow: hidden;
}
.ab3right .txt {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  max-height: 240px;
  margin-top: 40px;
  overflow: hidden;
}
.yslist {
  overflow: hidden;
  float: left;
  width: 820px;
  height: 100%;
}
.yslist li {
  float: left;
  width: 20%;
  position: relative;
  height: 420px;
}
.yslist li.i1 {
  margin-top: 77px;
}
.yslist li.i2 {
  margin-top: 40px;
}
.yslist li.i3 {
  margin-top: 0px;
}
.yslist li.i4 {
  margin-top: 61px;
}
.yslist li.i5 {
  margin-top: 103px;
}
.yslist li .lin {
  height: 100%;
  padding-right: 4px;
}
.yslist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.yslist li .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.yslist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yslist h3 {
  font-size: 26px;
  color: #eee;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 2;
  width: 30px;
  margin-left: -15px;
}
.yslist li .cover1 {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.yslist li .cover2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(195, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.yslist li:hover .cover2 {
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  .yslist {
    width: 58.5%;
  }
  .ab3right {
    width: 37.5%;
  }
}
@media screen and (max-width: 1023px) {
  .ab3con {
    height: auto;
  }
  .yslist {
    float: none;
    width: 100%;
    height: 530px;
  }
  .ab3right {
    float: none;
    width: 100%;
  }
  .ab3right .wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .cate11 {
    text-align: center;
    padding-bottom: 0;
  }
  .cate11:after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .about3 {
    padding: 80px 0;
  }
  .yslist {
    height: auto;
    margin-bottom: 40px;
  }
  .yslist li {
    height: 360px;
  }
  .yslist li.i1 {
    margin-top: 0;
  }
  .yslist li.i2 {
    margin-top: 0;
  }
  .yslist li.i4 {
    margin-top: 0;
  }
  .yslist li.i5 {
    margin-top: 0;
  }
  .yslist h3 {
    line-height: 40px;
  }
  .cate2 .cn {
    font-size: 34px;
  }
}
@media screen and (max-width: 660px) {
  .yslist li .cover1 {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
}
/*1??????*/
.fbtl {
  position: relative;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
}
.fbtl .cn {
  float: left;
  font-size: 36px;
  color: #c30000;
  font-family: 'Source Han Serif CN';
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fbtl .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 14px;
  color: #c30000;
  font-style: italic;
  text-transform: uppercase;
}
.fbtl .more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .fbtl .cn {
    font-size: 26px;
  }
}
.ferji {
  float: right;
  height: 40px;
  margin-top: 12px;
  font-size: 0;
  white-space: nowrap;
}
.ferji a {
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 20px;
  width: 148px;
  height: 38px;
  border: 1px solid #999;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  text-align: center;
}
.ferji a:hover,
.ferji a.on {
  color: #c30000;
  border-color: #c30000;
}
.icon01 {
  padding-left: 54px;
  background: url('img/ic1.png') 4px no-repeat;
}
.icon02 {
  padding-left: 54px;
  background: url('img/ic2.png') 4px no-repeat;
}
.icon03 {
  padding-left: 50px;
  background: url('img/ic3.png') 4px no-repeat;
}
.icon04 {
  padding-left: 50px;
  background: url('img/ic4.png') 4px no-repeat;
}
.icon05 {
  padding-left: 50px;
  background: url('img/ic5.png') 4px no-repeat;
}
.icon06 {
  padding-left: 50px;
  background: url('img/ic6.png') 2px no-repeat;
}
.icon07 {
  padding-left: 44px;
  background: url('img/ic7.png') 0 no-repeat;
}
.icon08 {
  padding-left: 50px;
  background: url('img/ic8.png') 4px no-repeat;
}
.friout {
  background-color: #eee;
  padding: 46px 0;
}
.fri {
  padding-left: 40px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  position: relative;
  background: url('img/link.png') 0 0 no-repeat;
}
.fri a {
  display: inline-block;
  margin: 0 7px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
  position: relative;
}
.fri a:after {
  left: 100%;
  position: absolute;
  bottom: 4px;
  content: " ";
  width: 0;
  border-bottom: 1px solid #c30000;
  -webkit-transition: .3s;
  transition: .3s;
}
.fri a:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.fri a:hover {
  color: #c30000;
}
.mianyang {
  text-align: center;
  height: 162px;
  line-height: 162px;
}
.mianyang img {
  max-width: 90%;
}
.ftuyin {
  padding: 88px 0;
}
.fjlist {
  overflow: hidden;
  margin: 52px -12px 0;
  padding: 0 0 18px;
}
.fjlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
}
.fjlist li .lin {
  padding: 0 12px;
}
.fjlist li a {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
}
.fjlist li .pic {
  width: 100%;
  height: 290px;
  background-color: #000;
  font-size: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 290px;
}
.fjlist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.fjlist .info {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding-bottom: 78px;
  background: url('img/jia2.png') bottom no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.fjlist .info h3 {
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  overflow: hidden;
}
.fjlist li .cover1 {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 6;
}
.fjlist li .cover1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
}
.fjlist li .cover1:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.fjlist li .cover1:before,
.fjlist li .cover1:after {
  -webkit-transition: .6s;
  transition: .6s;
}
.fjlist li:hover .cover {
  opacity: 1;
}
.fjlist li:hover .cover1:before {
  width: 100%;
  height: 100%;
}
.fjlist li:hover .cover1:after {
  width: 100%;
  height: 100%;
}
.fjlist li:hover .info {
  opacity: 1;
  top: 80px;
}
.fjlist li:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .fjlist li {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .fjlist {
    margin: 52px 0 0;
  }
  .fjlist li {
    width: 100%;
  }
  .fjlist li .lin {
    padding: 0 0;
  }
}
.frongyu {
  padding: 80px 0 70px;
  background: url('img/frongyubg.jpg') center / cover no-repeat;
}
.frongyu .rylist li .pic .wrap {
  background-color: transparent;
}
.fbtl2 {
  position: relative;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  margin-bottom: 24px;
  text-align: center;
}
.fbtl2 .cn {
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-family: 'Source Han Serif CN';
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .fbtl2 .cn {
    font-size: 26px;
  }
}
.fnews {
  padding: 98px 0 60px;
  background: #ffffff url('img/fnewsbg.jpg') right bottom no-repeat;
}
.fnewscon {
  overflow: hidden;
}
.fnewsleft {
  float: left;
  width: 64.8%;
}
.fnewsright {
  float: right;
  width: 31.45%;
}
.fnewslist {
  padding: 24px 0 2px;
  margin: 0 -12px;
  overflow: hidden;
}
.fnewslist li {
  float: left;
  width: 50%;
  margin-bottom: 50px;
}
.fnewslist li .lin {
  padding: 0 12px;
}
.fnewslist li a {
  display: block;
  position: relative;
}
.fnewslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  overflow: hidden;
  position: relative;
}
.fnewslist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fnewslist li .wz {
  padding: 18px 16px 12px;
}
.fnewslist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin: 6px 0 12px;
}
.fnewslist li .info {
  line-height: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  padding-right: 110px;
}
.fnewslist li .date {
  font-size: 14px;
  color: #999;
  height: 24px;
  overflow: hidden;
}
.fnewslist li label {
  font-size: 14px;
  color: #c30000;
  font-style: italic;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 24px;
}
.fnewslist li:hover h3 {
  color: #c30000;
}
.fnewslist li:hover .date {
  color: #c30000;
}
.fnewslist h3,
.fnewslist .date {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1023px) {
  .fnews {
    padding: 70px 0 60px;
  }
  .fnewsleft {
    float: none;
    width: 100%;
  }
  .fnewsright {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .fnewslist {
    margin: 0 0;
  }
  .fnewslist li {
    width: 100%;
  }
  .fnewslist li .lin {
    padding: 0 0;
  }
}
.fbaobaolist {
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
}
.fbaobaolist li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fbaobaolist li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 57px 30px;
  background-color: #fff;
}
.fbaobaolist li .one {
  padding-left: 82px;
  padding-right: 70px;
  height: 68px;
  position: relative;
}
.fbaobaolist li .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.fbaobaolist .p1 {
  width: 66px;
  height: 66px;
  border: 1px solid #c30000;
  border-radius: 50%;
  overflow: hidden;
}
.fbaobaolist .p2 {
  width: 66px;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.fbaobaolist .i1 .p1 {
  background: #ffffff url('img/bao1h.png') center no-repeat;
}
.fbaobaolist .i1 .p2 {
  background: #c30000 url('img/bao1.png') center no-repeat;
}
.fbaobaolist .i2 .p1 {
  background: #ffffff url('img/bao2h.png') center no-repeat;
}
.fbaobaolist .i2 .p2 {
  background: #c30000 url('img/bao2.png') center no-repeat;
}
.fbaobaolist .i3 .p1 {
  background: #ffffff url('img/bao3h.png') center no-repeat;
}
.fbaobaolist .i3 .p2 {
  background: #c30000 url('img/bao3.png') center no-repeat;
}
.rollover {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  overflow: visible!important;
  -webkit-transition: .6s;
  transition: .6s;
}
.rollover .p1,
.rollover .p2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.rollover .p2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
li:hover .rollover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.fbaobaolist li h3 {
  font-size: 22px;
  color: #333;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  font-weight: bold;
  padding-top: 11px;
}
.fbaobaolist li .en {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  font-family: "Helvetica";
  opacity: 0.5;
}
.fbaobaolist li .txt {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  opacity: 0.7;
  margin-top: 8px;
}
.fbaobaolist li label {
  font-size: 16px;
  color: #c30000;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -18px;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
}
.fbaobaolist a,
.fbaobaolist .txt {
  -webkit-transition: .5s;
  transition: .5s;
}
.fbaobaolist li:hover h3 {
  color: #fff;
}
.fbaobaolist li:hover .en {
  color: #fff;
}
.fbaobaolist li:hover label {
  color: #fff;
}
.fbaobaolist li:hover .txt {
  color: #fff;
}
.fbaobaolist li:hover a {
  background: #c30000 url('img/redbg.jpg') center / cover no-repeat;
}
.fdangzhao {
  padding: 100px 0 158px;
  background: url('img/fdangbg.jpg') center / cover no-repeat;
}
.fdang {
  float: left;
  width: 31.5%;
}
.fzhao {
  float: left;
  width: 31.5%;
  margin-left: 24px;
}
.fwai {
  float: right;
  width: 31.38%;
  margin-top: 84px;
  height: 458px;
}
@media screen and (max-width: 1200px) {
  .fdang {
    width: 48%;
  }
  .fzhao {
    width: 48%;
    margin-left: 4%;
  }
  .fwai {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .fdangzhao {
    padding: 70px 0 100px;
  }
  .fdang {
    float: none;
    width: 100%;
  }
  .fzhao {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .fwai {
    float: none;
  }
}
.fwai .pic {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fwai .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  -webkit-transition: .4s;
  transition: .4s;
}
.fwai .info {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-bottom: 78px;
  background: url('img/jia2.png') bottom no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.fwai .info h3 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  overflow: hidden;
}
.fwai .info h4 {
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  overflow: hidden;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 6px;
}
.fwai .cover1 {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fwai:hover .info {
  top: 150px;
}
.fwai:hover img {
  opacity: 0.5;
}
.fdanglist {
  margin-top: 20px;
}
.fdanglist li {
  width: 100%;
  margin-top: 4px;
  position: relative;
  background-color: #fff;
}
.fdanglist li.i1 {
  margin-top: 0;
}
.fdanglist li a {
  display: block;
}
.fdanglist li .pic {
  width: 100%;
  height: 250px;
  overflow: hidden;
  font-size: 0;
}
.fdanglist li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fdanglist li .inner {
  display: block;
  position: relative;
  padding: 24px 24px 24px 128px;
  overflow: hidden;
}
.fdanglist li .inner:before {
  content: '';
  position: absolute;
  left: 100px;
  top: 50%;
  z-index: 0;
  width: 1px;
  height: 50px;
  background-color: #ddd;
  margin-top: -25px;
}
.fdanglist .date {
  width: 54px;
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
}
.fdanglist .date span {
  display: block;
  text-align: center;
  font-family: 'arial';
}
.fdanglist .date .day {
  font-size: 22px;
  line-height: 36px;
  height: 36px;
  color: #333;
}
.fdanglist .date .year {
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  color: #333;
}
.fdanglist li h3 {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.fdanglist li:hover h3 {
  color: #c30000;
}
.fdanglist li:hover .date .day,
.fdanglist li:hover .date .year {
  color: #c30000;
}
.fdanglist li:hover .inner:before {
  background-color: rgba(0, 124, 195, 0.1);
}
.fdanglist .inner:before,
.fdanglist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fdanglist .day,
.fdanglist .year {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fshuang {
  padding: 128px 0 152px;
  background: url('img/fshuangbg.jpg') center / cover no-repeat;
}
.fchuanglist {
  padding: 46px 0 2px;
  margin: 0 -20px;
  overflow: hidden;
}
.fchuanglist li {
  float: left;
  width: 460px;
}
.fchuanglist li .lin {
  padding: 0 20px;
}
.fchuanglist li a {
  display: block;
  position: relative;
}
.fchuanglist .pic {
  width: 100%;
  height: 218px;
  overflow: hidden;
  font-size: 0;
}
.fchuanglist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fchuanglist .date {
  width: 70px;
  position: absolute;
  left: 0px;
  top: 184px;
  z-index: 1;
  background-color: #c30000;
  padding: 9px 0 5px;
}
.fchuanglist .date span {
  display: block;
  text-align: center;
  font-family: 'arial';
}
.fchuanglist .date .day {
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  color: #fff;
}
.fchuanglist .date .year {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
.fchuanglist li .wz {
  padding: 15px 0 10px;
  border-bottom: 1px solid transparent;
}
.fchuanglist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 82px;
}
.fchuanglist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 30px;
}
.fchuanglist li label {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-style: italic;
  cursor: pointer;
  height: 20px;
}
.fchuanglist li:hover .wz {
  border-bottom-color: #c30000;
}
.fchuanglist li:hover h3 {
  color: #c30000;
}
.fchuanglist li:hover label {
  color: #c30000;
}
.fchuanglist h3,
.fchuanglist label,
.fchuanglist .wz {
  -webkit-transition: .5s;
  transition: .5s;
}
.swiper5out {
  position: relative;
  margin-top: 46px;
}
.sw5 {
  height: 392px;
}
.sw5 .swiper-slide {
  width: 420px;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw5 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sw5 .swiper-slide .pic {
  width: 100%;
  height: 218px;
  overflow: hidden;
  font-size: 0;
}
.sw5 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sw5 .swiper-slide .date {
  width: 70px;
  position: absolute;
  left: 0px;
  top: 184px;
  z-index: 1;
  background-color: #c30000;
  padding: 9px 0 5px;
}
.sw5 .swiper-slide .date span {
  display: block;
  text-align: center;
  font-family: 'arial';
}
.sw5 .swiper-slide .date .day {
  font-size: 30px;
  line-height: 36px;
  height: 36px;
  color: #fff;
}
.sw5 .swiper-slide .date .year {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
.sw5 .swiper-slide .wz {
  padding: 15px 0 10px;
  border-bottom: 1px solid transparent;
  width: 420px;
}
.sw5 .swiper-slide h3 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 82px;
}
.sw5 .swiper-slide .txt {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 30px;
}
.sw5 .swiper-slide label {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  display: block;
  font-style: italic;
  cursor: pointer;
  height: 20px;
}
.sw5 .swiper-slide:hover .wz {
  border-bottom-color: #c30000;
}
.sw5 .swiper-slide:hover h3 {
  color: #c30000;
}
.sw5 .swiper-slide:hover label {
  color: #c30000;
}
.sw5 .swiper-slide,
.sw5 .swiper-slide .pic,
.sw5 .swiper-slide .wz,
.sw5 .swiper-slide h3,
.sw5 .swiper-slide .txt,
.sw5 .swiper-slide label {
  -webkit-transition: .4s;
  transition: .4s;
}
.sw5 .swiper-slide .date,
.sw5 .swiper-slide .date .day,
.sw5 .swiper-slide .date .year {
  -webkit-transition: .4s;
  transition: .4s;
}
.sw5 .swiper-slide.swiper-slide-active {
  z-index: 1;
  width: 600px;
}
.sw5 .swiper-slide.swiper-slide-active .pic {
  height: 310px;
}
.sw5 .swiper-slide.swiper-slide-active .wz {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(195, 0, 0, 0.9);
  width: 470px;
  padding: 20px 40px;
}
.sw5 .swiper-slide.swiper-slide-active h3 {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  padding-left: 0;
}
.sw5 .swiper-slide.swiper-slide-active .txt {
  display: none;
}
.sw5 .swiper-slide.swiper-slide-active label {
  color: #fff;
  margin-top: 16px;
}
.sw5 .swiper-slide.swiper-slide-active .date {
  width: 100%;
  position: static;
  padding: 0;
  margin-bottom: 10px;
  height: 46px;
  line-height: 46px;
}
.sw5 .swiper-slide.swiper-slide-active .date span {
  display: inline;
  text-align: left;
}
.sw5 .swiper-slide.swiper-slide-active .date .day {
  font-size: 48px;
  line-height: 46px;
  height: auto;
}
.sw5 .swiper-slide.swiper-slide-active .date .year {
  margin-left: 10px;
  line-height: 46px;
  height: auto;
}
.swiper5out .swiper-button-prev,
.swiper5out .swiper-button-next {
  width: 38px;
  height: 38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
  border: 1px solid #c30000;
  border-radius: 50%;
  margin-top: -20px;
}
.swiper5out .swiper-button-next {
  right: 0;
  background: #ffffff url('img/gt-ftm.png') center no-repeat;
}
.swiper5out .swiper-button-prev {
  left: 0;
  background: #ffffff url('img/lt-ftm.png') center no-repeat;
}
.swiper5out .swiper-button-prev:hover,
.swiper5out .swiper-button-next:hover {
  background-color: #c30000;
}
.swiper5out .swiper-button-prev:hover {
  background-image: url('img/lth-ftm.png');
}
.swiper5out .swiper-button-next:hover {
  background-image: url('img/gth-ftm.png');
}
.swiper5out .swiper-pagination {
  bottom: 0;
}
.swiper5out .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper5out .swiper-pagination-bullet-active {
  background-color: #c30000;
}
@media screen and (max-width: 750px) {
  .sw5 .swiper-slide.swiper-slide-active {
    z-index: 1;
    width: 420px;
  }
  .sw5 .swiper-slide.swiper-slide-active .wz {
    width: 380px;
    padding: 20px;
  }
}
.fteam {
  padding: 100px 0 110px;
}
.swiper4out {
  position: relative;
  margin-top: 44px;
  padding-right: 50px;
}
.sw4 {
  height: 450px;
}
.sw4 .swiper-slide {
  width: 340px;
  z-index: 0;
}
.sw4 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sw4 .ftmleft {
  display: block;
  width: 340px;
  height: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw4 .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 320px;
  background: url('img/jab-ftm.png') center bottom no-repeat;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw4 .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 30px 10px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sw4 .wz h5 {
  height: 46px;
  overflow: hidden;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
}
.sw4 .wz h6 {
  height: 36px;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.sw4 .ftmright {
  width: 340px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.sw4 .ftmright .inner {
  padding: 70px 0 0 50px;
}
.sw4 .ftmright h3 {
  height: 40px;
  overflow: hidden;
  font-size: 24px;
  line-height: 40px;
  color: #c30000;
  font-weight: bold;
  letter-spacing: 4px;
}
.sw4 .ftmright .txt {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  max-height: 252px;
  margin-top: 14px;
}
.sw4 .ftmright .txt span {
  display: block;
}
.sw4 .ftmright .more {
  font-size: 16px;
  color: #999;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 50px;
  bottom: 10px;
  z-index: 1;
  display: block;
}
.sw4 .swiper-slide.swiper-slide-active {
  z-index: 1;
  width: 680px;
}
.sw4 .swiper-slide.swiper-slide-active .ftmright {
  opacity: 1;
}
.sw4 .swiper-slide.swiper-slide-active .wz {
  opacity: 0;
}
.sw4 .swiper-slide.swiper-slide-active .cover {
  opacity: 0;
}
.swiper4out .swiper-button-prev,
.swiper4out .swiper-button-next {
  width: 38px;
  height: 38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
  border: 1px solid #c30000;
  border-radius: 50%;
  right: 0;
}
.swiper4out .swiper-button-next {
  top: 50%;
  margin-top: 10px;
  background: #ffffff url('img/gt-ftm.png') center no-repeat;
}
.swiper4out .swiper-button-prev {
  bottom: 50%;
  margin-bottom: 10px;
  top: auto;
  left: auto;
  margin-top: 0;
  background: #ffffff url('img/lt-ftm.png') center no-repeat;
}
.swiper4out .swiper-button-prev:hover,
.swiper4out .swiper-button-next:hover {
  background-color: #c30000;
}
.swiper4out .swiper-button-prev:hover {
  background-image: url('img/lth-ftm.png');
}
.swiper4out .swiper-button-next:hover {
  background-image: url('img/gth-ftm.png');
}
.swiper4out .swiper-pagination {
  bottom: 0;
}
.swiper4out .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper4out .swiper-pagination-bullet-active {
  background-color: #c30000;
}
@media screen and (max-width: 750px) {
  .sw4 .swiper-slide.swiper-slide-active {
    z-index: 1;
    width: 340px;
  }
  .sw4 .ftmright {
    display: none;
  }
  .sw4 .swiper-slide.swiper-slide-active .wz {
    opacity: 1;
  }
  .sw4 .swiper-slide.swiper-slide-active .cover {
    opacity: 1;
  }
}
.fsouout {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #eee;
}
.fsouout .cer8 {
  height: 100%;
}
.souleft {
  float: left;
  width: 708px;
  max-width: 100%;
  padding-right: 0;
  position: relative;
  margin-left: 16px;
  font-size: 0;
  line-height: 70px;
  height: 70px;
  overflow: hidden;
}
.souleft.on {
  padding-right: 30px;
}
.souinner a {
  display: inline-block;
  width: 118px;
  font-size: 16px;
  color: #666;
  position: relative;
  height: 100%;
  text-align: center;
}
.souinner a:hover {
  color: #c30000;
}
.souinner a.on {
  color: #c30000;
  font-weight: bold;
}
.souinner a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #c30000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.souinner a:hover:after,
.souinner a.on:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.souleft .next {
  width: 20px;
  height: 70px;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 36px;
  color: #666;
  line-height: 70px;
  text-align: center;
  font-family: 'simsun';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  font-weight: bold;
}
.souleft .next:hover {
  color: #c30000;
}
.souwrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.souinner {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.mdcate {
  float: left;
  color: #fff;
  text-align: center;
  margin-top: -50px;
  padding: 25px 0;
  width: 256px;
  background: #c30000 url('img/mcatebg.png') right bottom no-repeat;
}
.mdcate .cn {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 10px;
}
.mdcate .en {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.tree2 {
  float: right;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #666;
}
.tree2 a {
  display: inline-block;
  height: 100%;
  color: #666;
  vertical-align: middle;
}
.tree2 a:hover,
.tree2 a.leaf {
  color: #c30000;
}
.tree2 i {
  display: inline-block;
  width: 26px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .fsouout {
    height: auto;
  }
  .souleft {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .souleft {
    padding-right: 0;
    margin-left: 0;
  }
  .souleft.on {
    padding-right: 0;
  }
  .souwrap {
    overflow-x: auto;
  }
  .souleft .next {
    display: none!important;
  }
  .tree2 {
    float: left;
  }
}
.xinone {
  margin-bottom: 35px;
  padding: 15px 0;
}
.xinone .title {
  height: 42px;
  overflow: hidden;
}
.xinone .title h3 {
  float: left;
  font-size: 36px;
  line-height: 42px;
  color: #333;
  height: 100%;
}
.xinone .title a.link {
  float: right;
  width: 166px;
  height: 42px;
  background-color: #c02020;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
}
.btl {
  height: 46px;
  overflow: hidden;
}
.btl h5 {
  float: right;
  font-size: 18px;
  line-height: 46px;
  color: #c30000;
  height: 100%;
}
.btl h3 {
  float: left;
  height: 46px;
  font-size: 24px;
  color: #c30000;
  line-height: 46px;
  font-weight: bold;
}
.btl2 h3 {
  float: left;
  height: 46px;
  font-size: 24px;
  color: #c30000;
  line-height: 46px;
  font-weight: bold;
  width: 124px;
  background: url('img/sjr-xin.png') right no-repeat;
}
.btl2 h5 {
  float: right;
  font-size: 18px;
  line-height: 46px;
  color: #666;
  height: 100%;
}
.sou {
  float: right;
  position: relative;
  font-size: 0;
}
.sou input.soutxt {
  display: inline-block;
  width: 222px;
  height: 46px;
  background-color: #fff;
  line-height: 44px;
  font-size: 16px;
  text-indent: 20px;
  border: 1px solid #fff;
  color: #666;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
  margin-bottom: 10px;
}
.sou input.soutxt.type0 {
  display: inline-block;
}
.sou input.soutxt.type1 {
  display: none;
}
.sou input.soubtn {
  display: inline-block;
  width: 102px;
  height: 46px;
  cursor: pointer;
  border-radius: 23px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: left;
  text-indent: 48px;
  border: 1px solid #c30000;
  background: #c30000 url('img/glass4.png') 22px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.sou,
.sou input.soutxt,
.sou input.soubtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sou input.soutxt:focus {
  border-color: #c30000;
}
.sou .souway {
  display: inline-block;
  width: 146px;
  height: 46px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.sou .souway span {
  display: inline-block;
  font-size: 18px;
  color: #c30000;
  line-height: 46px;
  padding-right: 18px;
  background: url('img/sjd-xin.png') right no-repeat;
  height: 100%;
  cursor: pointer;
}
dl.souwaycon {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 4;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
dl.souwaycon .inner {
  width: 100%;
  background-color: #fff;
}
dl.souwaycon dd {
  height: 46px;
  line-height: 46px;
}
dl.souwaycon dd > a {
  display: block;
  height: 100%;
  color: #666;
  overflow: hidden;
  font-size: 14px;
}
dl.souwaycon dd.on > a,
dl.souwaycon dd:hover > a {
  color: #c30000;
}
.box2 {
  border: 1px solid #c02020;
  margin-bottom: 30px;
}
.box2:last-child {
  margin-bottom: 0;
}
.box2.mb0 {
  margin-bottom: 0;
}
.box2 .title {
  border-bottom: 1px solid #c02020;
  height: 40px;
  background-color: #c02020;
  overflow: hidden;
}
.box2 .title h3 {
  float: left;
  margin-left: 25px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  height: 100%;
}
.box2 .con {
  padding: 22px 25px 32px;
}
.xintxt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.box2 .con .date {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  margin-top: 18px;
}
.xinbox {
  background-color: #f4f4f4;
  padding: 28px 40px 38px;
}
.studentwrap {
  background-color: #fff;
  padding: 22px 72px 70px;
  margin-top: 22px;
  -webkit-box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
          box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
}
.xinpagewrap {
  background-color: #fff;
  padding: 40px;
  margin-top: 22px;
  -webkit-box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
          box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
}
@media screen and (max-width: 1200px) {
  .studentwrap {
    padding: 22px 40px 60px;
  }
}
@media screen and (max-width: 960px) {
  .xinbox {
    padding: 28px 20px 38px;
  }
  .studentwrap {
    padding: 22px 20px 60px;
  }
  .xinpagewrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 750px) {
  .xinbox {
    padding: 0;
    background-color: #fff;
  }
  .studentwrap {
    padding: 0;
    margin-top: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xinpagewrap {
    padding: 0;
    margin-top: 40px;
  }
  .sou input.soutxt {
    background-color: #f3f3f3;
  }
  .xinone {
    padding: 0;
  }
  .xinone .title h3 {
    font-size: 30px;
  }
}
.xinjian {
  width: 100%;
  margin-bottom: 60px;
}
.xinjian-head {
  overflow: hidden;
  padding: 0 20px;
  border-bottom: 2px solid #c30000;
}
.xinjian-head .th {
  padding: 0 15px;
  height: 50px;
  overflow: hidden;
  font-size: 18px;
  color: #c30000;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
}
.xinjian-hand {
  overflow: hidden;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.xinjian-hand .td {
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.xinjian-hand .td a {
  color: #666;
}
.xinjian-head,
.xinjian-hand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.xinjianlist li:hover .xinjian-hand {
  background-color: #f4f4f4;
}
.xinjianlist li.notreply .td {
  color: #c81432;
}
.xinjianlist li.notreply .td a {
  color: #c81432;
}
@media screen and (max-width: 750px) {
  .xinjian-head {
    padding: 0;
  }
  .xinjian-hand {
    padding: 18px 0;
  }
}
.writewrap {
  margin-top: 65px;
  height: 688px;
  -webkit-box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
          box-shadow: 0 2px 35px 0 rgba(218, 218, 218, 0.4);
}
.writeleft {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.writeright {
  float: right;
  width: 50%;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}
.writeleft .inner {
  padding: 50px 36px 56px;
}
.writeright .inner {
  padding: 50px 30px 56px;
}
.writeleft .title {
  height: 40px;
  position: relative;
}
.writeleft .title:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 0;
  z-index: 0;
  width: 7px;
  height: 100%;
  background-color: #c30000;
}
.writeleft .title h3 {
  font-size: 24px;
  line-height: 40px;
  color: #666;
  height: 100%;
  overflow: hidden;
}
.writeleft .con {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
.writeleft .tiptxt {
  height: 420px;
  overflow: hidden;
  margin-bottom: 55px;
  text-indent: 2em;
}
.writeleft .writter {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
.writeright .title {
  height: 40px;
  position: relative;
}
.writeright .title:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 0;
  width: 7px;
  height: 100%;
  background-color: #c30000;
}
.writeright .title h3 {
  font-size: 24px;
  line-height: 40px;
  color: #c30000;
  height: 100%;
  overflow: hidden;
  float: left;
}
.writeright .title h5 {
  float: right;
  font-size: 16px;
  line-height: 40px;
  color: #c30000;
  height: 100%;
}
.liuyan2 {
  color: #333;
  font-size: 0;
  width: 100%;
  margin-top: 25px;
}
.liuyan2 .hang {
  float: left;
  width: 45%;
  height: 43px;
  margin-bottom: 20px;
}
.liuyan2 .hang.ii2 {
  margin-left: 10%;
}
.liuyan2 .hang.long {
  width: 100%;
}
.liuyan2 .hang.fat {
  width: 100%;
  height: auto;
}
.liuyan2 input[type=text] {
  width: 100%;
  height: 42px;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  line-height: 42px;
  text-indent: 10px;
  font-size: 16px;
  background-color: transparent;
}
.liuyan2 label {
  display: none;
  width: 100%;
  font-size: 16px;
  color: #999;
  text-indent: 10px;
}
.liuyan2 label.bq {
  float: left;
  display: block;
}
.liuyan2 textarea {
  padding: 5px 10px;
  width: 100%;
  height: 96px;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  line-height: 28px;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.liuyan2 input[type=text]:focus,
.liuyan2 textarea:focus {
  border-color: #c02020;
}
.liuyan2 input[type=text],
.liuyan2 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan2 select {
  width: 100%;
  height: 42px;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  line-height: 42px;
  text-indent: 20px;
  font-size: 16px;
  background-color: #f4f4f4;
}
.liuyan2 .hang i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan2 .hang2 {
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-bottom: 50px;
}
.liuyan2 .hang2 i.v {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}
.liuyan2 img#verifyImg {
  float: right;
  width: 30%;
  height: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.liuyan2 .yzmchange {
  float: right;
  width: 10%;
  text-align: center;
}
.liuyan2 .btnarea {
  width: 100%;
  text-align: center;
}
.liuyan2 .btnarea input {
  width: 164px;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 21px;
}
.liuyan2 input#tj {
  background-color: #c24245;
  border: 1px solid #c24245;
  color: #fff;
  margin-right: 20px;
}
.liuyan2 input#cz {
  background-color: #fff;
  border: 1px solid #fff;
  color: #94070a;
}
.liuyan2 input#tj:hover {
  background-color: #fff;
  color: #c24245;
}
.liuyan2 input#cz:hover {
  background-color: #94070a;
  color: #fff;
  border-color: #94070a;
}
@media screen and (max-width: 1023px) {
  .writewrap {
    height: auto;
  }
  .writeleft {
    float: none;
    width: 100%;
  }
  .writeright {
    float: none;
    width: 100%;
  }
  .writeleft .tiptxt {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .writewrap {
    margin-top: 40px;
  }
  .liuyan2 .hang {
    float: none;
    width: 100%;
  }
  .liuyan2 label.bq {
    float: none;
  }
  .liuyan2 .hang.ii2 {
    margin-left: 0;
  }
  .liuyan2 .hang2 {
    float: none;
  }
  .writeleft .inner {
    padding: 50px 24px 50px;
  }
  .writeright .inner {
    padding: 50px 24px 50px;
  }
  .writeleft .title:before {
    left: -24px;
  }
  .writeright .title:before {
    left: -24px;
  }
}
.rotate360-1 {
  -webkit-animation: rotate360 .6s 1 linear;
          animation: rotate360 .6s 1 linear;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.liuyan {
  color: #333;
  font-size: 0;
  width: 100%;
  font-family: 'simsun';
}
.liuyan .hang {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.liuyan input[type=text] {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  background-color: transparent;
  line-height: 30px;
  text-indent: 18px;
  font-size: 14px;
  margin-left: -1px;
}
.liuyan textarea {
  padding: 18px 25px;
  height: 178px;
  border: 1px solid #c02020;
  background-color: transparent;
  width: 100%;
  line-height: 28px;
  font-size: 14px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan textarea:focus {
  background-color: #fff;
}
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan .hang i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan .btnarea2 {
  overflow: hidden;
  height: 40px;
}
.liuyan s {
  float: left;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
.liuyan input[type=checkbox] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}
.liuyan label.sys {
  font-size: 14px;
  color: #645544;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.liuyan input#tj2 {
  float: right;
  background-color: #c02020;
  border: 1px solid #c02020;
  width: 166px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
.liuyan input#tj2:hover {
  background-color: #fff;
  color: #c02020;
}
.modal-message {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-message .contain {
  max-width: 80%;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 460px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 10px;
  text-align: center;
  line-height: 2;
}
.modal-message .contain:after {
  content: " ";
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: -10px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  z-index: -1;
  pointer-events: none;
}
.modal-message .contain .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 126px;
  height: 118px;
}
.modal-message .contain .close {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #57b968;
  background-image: -webkit-linear-gradient(0deg, #73d470 0%, #51b466 100%);
  border-radius: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-box-shadow: 0 6px 6px 0 rgba(112, 209, 112, 0.5);
          box-shadow: 0 6px 6px 0 rgba(112, 209, 112, 0.5);
}
.modal-message .contain .close:hover {
  opacity: .9;
}
.modal-message.show {
  display: block;
}
.out {
  width: 100%;
  overflow: auto;
}
.baominbiaotip {
  font-size: 20px;
  color: #c81432;
  line-height: 36px;
  padding: 0 20px;
  text-align: center;
  margin-top: -40px;
}
.bmbout {
  background-color: #fff;
  width: 1192px;
  height: 1682px;
  margin: 0 auto;
}
.btnwrap {
  margin-top: 50px;
  text-align: center;
}
.bmbbtn {
  font-size: 20px;
  line-height: 56px;
  background-color: #c81432;
  display: inline-block;
  margin: 0 20px;
  width: 186px;
  height: 56px;
  border-radius: 10px;
}
.bmbbtn:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media print {
  .noprint {
    display: none;
  }
}
.bmb {
  width: 980px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
}
.bmb .cover {
  position: absolute;
  right: 2px;
  top: 142px;
  z-index: 1;
  font-size: 0;
  width: 198px;
  height: 184px;
  background-color: #fff;
  text-align: center;
  line-height: 184px;
}
.bmb .cover img {
  max-width: 100%;
  max-height: 100%;
}
.bmb h2 {
  font-size: 30px;
  color: #000;
  line-height: 56px;
  text-align: center;
  margin-bottom: 20px;
}
.bmbtbl {
  border: 1px solid #d7d7d7;
  width: 100%;
  border-collapse: separate;
}
.bmbtbl td {
  font-size: 18px;
  color: #000;
  line-height: 48px;
  text-align: center;
}
.bmbtbl td {
  border: 1px solid #d7d7d7;
}
.bmbtbl td.i1 {
  width: 158px;
}
.bmbtbl td.i2 {
  width: 312px;
}
.bmbtbl td.i3 {
  width: 130px;
}
.tblone {
  margin-top: -2px;
}
.xinjiannei {
  padding: 12px 42px 32px;
  text-align: left;
}
.xinjiannei h3 {
  line-height: 30px;
  margin-bottom: 20px;
}
.xinjianneicon {
  font-size: 16px;
  color: #111;
  line-height: 32px;
  text-indent: 2em;
  height: 384px;
  overflow: hidden;
}
.zhishi {
  padding: 20px 96px 10px 42px;
  text-align: left;
}
.zhishi h3 {
  line-height: 28px;
  margin-bottom: 12px;
}
.zhishicon {
  font-size: 16px;
  line-height: 28px;
  text-indent: 2em;
  height: 84px;
  overflow: hidden;
}
.huifunei {
  padding: 16px 42px 36px;
  text-align: left;
}
.huifunei h3 {
  line-height: 30px;
  margin-bottom: 20px;
}
.huifuneicon {
  font-size: 16px;
  color: #111;
  line-height: 32px;
  text-indent: 2em;
  height: 320px;
  overflow: hidden;
}
.tblone span.u1 {
  display: inline-block;
  min-width: 70px;
  text-indent: 0;
  text-align: center;
}
.tblone span.u2 {
  display: inline-block;
  min-width: 60px;
  text-indent: 0;
  text-align: center;
}
.tblone span.u3 {
  display: inline-block;
  min-width: 90px;
  text-indent: 0;
  text-align: center;
}
.xianhuifu,
.zhishidate {
  text-align: right;
  font-size: 18px;
}
.chennuo {
  padding: 0 42px;
  text-align: left;
}
.chennuo .qianzibiaoqian {
  margin-left: 100px;
}
.cate100 {
  text-align: center;
  color: #333;
}
.cate100 .cn {
  font-size: 32px;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  .bmbbtn {
    font-size: 28px;
  }
  .baominbiaotip {
    font-size: 26px;
  }
}
.zt21list {
  overflow: hidden;
  padding: 40px 25px 0;
  font-size: 0;
  display: none;
}
.zt21list li {
  display: inline-block;
  width: 25%;
  margin-top: 10px;
}
.zt21list li .lin {
  padding: 0 5px;
}
.zt21list li a {
  display: block;
  text-align: center;
  padding: 22px 0;
  border: 1px dashed rgba(195, 0, 0, 0.1);
}
.zt21list .pic {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 60px;
}
.zt21list img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zt21list li h3 {
  font-size: 22px;
  color: #c30000;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}
.zt21list li:hover a {
  border-color: #c30000;
}
@media screen and (max-width: 750px) {
  .zt21list {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .zt21list li a {
    padding: 10px 0;
  }
  .zt21list li h3 {
    font-size: 18px;
  }
}
