@charset "utf-8";
.container {
  width: 80%;
  min-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

html {
  font-size: 100px;
  line-height: 1.8;
  font-family: arial, Helvetica, sans-serif, "微软雅黑", "宋体";
}

body {
  height: 100%;
  font-size: 16px;
  position: relative;
  color: #333;
}

.t1 {
  font-size: 2.25em;
}

.t2 {
  font-size: 1.875em;
}

.t3 {
  font-size: 1.125em;
}

.t4 {
  font-size: 1.25em;
}

.t5 {
  font-size: 1.5em;
}
.wj{justify-content:space-between;}
.t4,
.t5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp .st {
  margin-top: 40px;
}

.fp .sb {
  margin-bottom: 60px;
}

.fp .mb {
  margin-bottom: 20px;
}

.fp .row,
.fp .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp .space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fp .column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 120px) /4);
  width: -moz-calc((100% - 120px) /4);
  width: -webkit-calc((100% - 120px) /4);
}

.fp .column > * {
  width: 100%;
  height: auto;
}

.fp ._h5 {
  display: none;
}

.fp .title {
  letter-spacing: .1em;
  color: #df0b0a;
}

.fp .lbt {
  background: #df0b0a;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.fp .lbt .txt,
.fp .lbt .lbt-btn {
  font-size: 1.5em;
  height: 3.75em;
  line-height: 3.75;
  overflow: hidden;
  padding: 0 1em;
}

.fp .lbt .lbt-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.fp .lbt .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.fp .lbt .swiper-pagination-bullet-active {
  background: #df0b0a;
  border: none;
}

.fp .lbt::after {
  display: block;
  content: "";
  padding-top: 43%;
  width: 100%;
}

.fp .lbt .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.fp .lbt .swiper-slide {
  position: relative;

}

.fp .lbt .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.fp .lbt .swiper-slide .txt {
  font-weight: bold;
  color: #fff;
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fp .lbt .swiper-slide .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/demo.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.fp .lbt .swiper-slide .img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/swipermask.png) repeat-x bottom/100%;
}

.fp header {
  position: relative;
}

.fp header .search .box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #fff;
  padding: 0 1em;
}

@media screen and (min-width: 800px) {
  .fp header .search .box {
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
}

.fp header .search .box_input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-right: 1em;
  width: auto;
  color: #333;
  font-size: 1em;
   width: 100% !important;
}

.fp header .search .box_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  width: auto;
  cursor: pointer;
  font-size: 1em;
}

.fp header .search .box_button i {
  font-size: 1.6em;
  color: #333;
}

.fp header::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #df0b0a, #eadc00);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 60px;
}

.fp header .headline {
  height: 120px;
  background: url(../images/headerbg.jpg) no-repeat center;
  background-size: cover;
}

.fp header .headline .logo,
.fp header .headline .search {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp header .headline .slogan {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2em;
}

.fp header .headline .slogan img {
  width: 100%;
  max-width: 632px;
}

.fp header .bar {
  border-bottom: 1px solid #e5e5e5;
}

.fp header .bar .menu {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 60px;
  line-height: 60px;
}

.fp header .bar .menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 calc((100% - 36em) / 16);
  padding: 0 -moz-calc((100% - 36em) / 16);
  padding: 0 -webkit-calc((100% - 36em) / 16);
}

.fp header .bar .menu a:hover, .fp header .bar .menu a.slt {
  color: #df0b0a;
}

.fp header .bar .menu a > span {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp header .bar .menu .here {
  color: #df0b0a;
  font-weight: bold;
}

.fp header .bar .menu .here::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #df0b0a;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
}

.fp .activity .title,
.fp .news .title,
.fp .staff .title,
.fp .link .title,
.fp .download .title {
  margin-bottom: 20px;
}

.fp .activity .title .more,
.fp .news .title .more,
.fp .staff .title .more,
.fp .link .title .more,
.fp .download .title .more {
  color: #777;
}

.fp .activity .title .more:hover,
.fp .news .title .more:hover,
.fp .staff .title .more:hover,
.fp .link .title .more:hover,
.fp .download .title .more:hover {
  color: #df0b0a;
}

.fp .activity .title .line,
.fp .news .title .line,
.fp .staff .title .line,
.fp .link .title .line,
.fp .download .title .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/red-line.png) repeat-x center;
  margin: 0 .5em;
  height: 8px;
  display: block;
}

.fp .activity .title i,
.fp .news .title i,
.fp .staff .title i,
.fp .link .title i,
.fp .download .title i {
  display: block;
  width: 2.875em;
  height: 2.875em;
  border-radius: 1.4375em;
  line-height: 2;
  text-align: center;
  background: #df0b0a;
  position: relative;
  margin-right: .5em;
}

.fp .activity .title i span,
.fp .news .title i span,
.fp .staff .title i span,
.fp .link .title i span,
.fp .download .title i span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2em;
}

.fp .activity .title i::after,
.fp .news .title i::after,
.fp .staff .title i::after,
.fp .link .title i::after,
.fp .download .title i::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #df0b0a transparent transparent;
  position: absolute;
  bottom: 0;
  margin-bottom: -4px;
  left: 50%;
  margin-left: -5px;
}

.fp .activity .title i {
  background: #eadc00;
}

.fp .activity .title i::after {
  border-color: #eadc00 transparent transparent;
}

.fp .news .title i {
  background: #2fa9ce;
}

.fp .news .title i::after {
  border-color: #2fa9ce transparent transparent;
}

.fp .staff .title i {
  background: #4673c6;
}

.fp .staff .title i span {
  font-size: 1.6em;
}

.fp .staff .title i::after {
  border-color: #4673c6 transparent transparent;
}

.fp .content > .row {
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fp .content > .row > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp .content .lbt {
  width: calc((300% - 40px) /4);
  width: -moz-calc((300% - 40px) /4);
  width: -webkit-calc((300% - 40px) /4);
}

.fp .content .list {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.fp .content .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2;
  height: 2em;
  position: relative;
  padding-left: .8em;
}

.fp .content .list a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: #df0b0a;
}

.fp .content .list a:hover {
  color: #df0b0a;
}

.fp .content .list a span:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
}

.fp .content .list a span:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  font-size: .875em;
  color: #aaa;
  margin-left: 2em;
}

.fp .content .banner {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  font-size: 0;
}

.fp .content .banner img {
  width: 100%;
  height: auto;
}

.fp .content .up {
  margin-bottom: 20px;
}

.fp .content .up .list {
  padding: 0 20px;
}

.fp .content .up div:last-of-type {
  text-align: center;
}

.fp .content .up .more2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  width: auto;
  padding: 0 1em;
  height: 2em;
  line-height: 2;
  border-radius: 1em;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 10px;
  color: #777;
}

.fp .content .up .more2:hover {
  border: none;
  color: #fff;
  background: #df0b0a;
}

.fp .content .notice {
  background: #f8f8f8;
  padding: 15px 0;
}

.fp .content .notice .title {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #333;
}

.fp .content .notice .title > span {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  padding: 0 .5em;
}

.fp .content .notice .title > span span {
  color: #df0b0a;
}

.fp .content .notice .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #df0b0a;
}

.fp .content .notice {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.fp .content .news .pic,
.fp .content .staff .pic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin-bottom: 20px;
}

.fp .content .news .pic .box,
.fp .content .staff .pic .box {
  padding-top: 50%;
  background: url(../images/demo.jpg) no-repeat center, #df0b0a;
  background-size: cover;
}

.fp .content .news .pic .txt,
.fp .content .staff .pic .txt {
  background: #df0b0a;
  color: #fff;
  padding: 0 15px;
}

.fp .content .news .pic .txt span,
.fp .content .staff .pic .txt span {
  display: block;
  height: 2.6em;
  line-height: 2.5;
  overflow: hidden;
  position: relative;
  padding-left: 1.8em;
}

.fp .content .news .pic .txt span::before,
.fp .content .staff .pic .txt span::before {
  display: block;
  content: "";
  width: 19px;
  height: 16px;
  background: url(../images/syh.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.fp .content .news .list .list-pic,
.fp .content .staff .list .list-pic {
  width: 140px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp .content .news .list .list-pic .box,
.fp .content .staff .list .list-pic .box {
  padding-top: 63%;
  background: url(../images/demo.jpg) no-repeat center, #df0b0a;
  background-size: cover;
}

.fp .content .news .list .list-txt,
.fp .content .staff .list .list-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fp .content .activity .calendar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fp .content .activity .calendar a:last-of-type {
  margin-bottom: 0;
}

.fp .content .activity .calendar a:hover span {
  color: #df0b0a;
}

.fp .content .activity .calendar a section {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  color: #df0b0a;
  font-family: Arial;
  padding-right: .8em;
  margin-right: .8em;
  position: relative;
}

.fp .content .activity .calendar a section::after {
  content: "";
  display: block;
  background: #df0b0a;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  position: absolute;
}

.fp .content .activity .calendar a section span {
  display: block;
  text-align: center;
}

.fp .content .activity .calendar a section span:first-of-type {
  line-height: 1;
  font-weight: bold;
}

.fp .content .activity .calendar a section span:last-of-type {
  font-size: 14px;
  font-style: italic;
}

.fp .content .activity .calendar a > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  display: block;
}

.fp .content .download {
  border: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 10px;
}

.fp .content .download .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  align-items: stretch;
  background: #fff;
}

.fp .content .download .head > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  height: 3.125em;
  line-height: 3.125;
}

.fp .content .download .head ._title {
  position: relative;
  color: #df0b0a;
}

.fp .content .download .head ._title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: -1px;
  background: #df0b0a;
}

.fp .content .download .head ._title i {
  font-size: 1.8em;
  display: block;
  margin-right: 8px;
  color: #df0b0a;
}

.fp .content .download .head ._title span {
  font-weight: bold;
}

.fp .content .download .head .more {
  background: #f8f8f8;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.fp .content .download .head .more a {
  color: #777;
  position: relative;
  padding-right: 1.5em;
}

.fp .content .download .head .more a::after {
  display: block;
  content: "";
  width: 18px;
  height: 100%;
  background: url(../images/arrow.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}

.fp .content .download .head .more a:hover {
  color: #df0b0a;
}

.fp .link {
  background: #f8f8f8;
  padding: 30px 0;
}

.fp .link .title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin-bottom: 0;
  margin-right: 4em;
  position: relative;
}

.fp .link .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 60px;
  background: url(../images/xx.png) no-repeat center;
  right: 0;
  top: 50%;
  margin-top: -30px;
  margin-right: -2.5em;
}

.fp .link .title i span {
  font-size: 1.6em;
}

.fp .link .title .t5 {
  color: #333;
}

.fp .link .list {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.fp .link .list a {
  margin-right: 5%;
  display: block;
  position: relative;
  color: #df0b0a;
  line-height: 2;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp .link .list a:hover {
  text-decoration: underline;
}

.fp .link .list a::after {
  display: block;
  content: "";
  width: 18px;
  height: 100%;
  background: url(../images/arrow.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -1.5em;
}

.fp footer {
  background: url(../images/footerbg.jpg) no-repeat center, #333;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

.fp footer::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to left, #df0b0a, #eadc00);
  position: absolute;
  top: 0;
  left: 0;
}

.fp footer .container {
  align-items: stretch;
}

.fp footer .left,
.fp footer .right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.fp footer .middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fp footer .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fp footer .left span {
  display: block;
}

.fp footer .left .line {
  width: 120%;
  height: 10px;
  background: url(../images/mask.png) repeat-x, linear-gradient(to left, #df0b0a, #eadc00);
}

.fp footer .left .contact section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp footer .left .contact section i {
  font-size: 1.8em;
  line-height: 1.5;
  margin-right: 15px;
  color: #666;
}

.fp footer .right {
  width: calc((100% - 120px) /4);
  width: -moz-calc((100% - 120px) /4);
  width: -webkit-calc((100% - 120px) /4);
}

.fp footer .right section {
  width: 45%;
  text-align: center;
}

.fp footer .right img {
  width: 100%;
  height: auto;
}

.fp footer .follow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fp footer .follow a {
  display: block;
}

.fp footer .follow a:hover span {
  background: rgba(255, 255, 255, 0.2);
}

.fp footer .follow a i {
  display: block;
  width: 70px;
  height: 70px;
  margin: 35px;
  border-radius: 50%;
  background: #df0b0a;
  position: relative;
}

.fp footer .follow a i span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2em;
  border-radius: 50%;
}

.fp footer .follow a i .icon-gongzhonghao {
  font-size: 2.2em;
}

.in-banner {
  overflow: hidden;
  background: #f8f8f8;
}

.in-banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.in-banner .swiper-slide {
  width: auto;
}

.in-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in-banner .swiper-button-next,
.in-banner .swiper-button-prev {
  width: 44px;
  background-size: 44px;
  background-color: transparent;
  background-image: none;
  opacity: .5;
}

.in-banner .swiper-button-next:hover,
.in-banner .swiper-button-prev:hover {
  opacity: .8;
}

.in-banner .swiper-button-prev {
  left: 0;
  background: url(../images/arrow.jpg) no-repeat left top;
}

.in-banner .swiper-button-next {
  right: 0;
  background: url(../images/arrow.jpg) no-repeat right top;
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
}

.inner .left,
.inner .middle,
.inner .right,
.inner .hot .list,
.inner .news-list .list,
.inner .just-list .list,
.inner .left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner .in-nav .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
}

@media screen and (min-width: 800px) {
  .inner .in-nav .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.inner .left,
.inner .right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.inner .middle {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.inner .middle .bar {
  height: 70px;
  border-bottom: 3px solid #eee;
}

.inner .middle .bar .title {
  font-size: 1.5em;
  line-height: 70px;
  font-weight: bold;
  padding: 0 12px;
  border-bottom: 3px solid #df0b0a;
  letter-spacing: 0;
}

.inner .middle .bar .where {
  font-size: 14px;
}

.inner .middle .bar .where .here {
  color: #aaa;
}

.inner .middle .bar .where a:hover {
  color: #df0b0a;
}

.inner .left {
  width: calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  min-width: 240px;
  position: relative;
  /* margin-top: -80px; */
  z-index: 999;
}

.inner .left .title {
  background: url(../images/in-nav-bg.jpg) no-repeat center, #df0b0a;
  color: #fff;
  height: 100px;
  /* height: 150px; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.inner .left .title::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to left, #df0b0a, #eadc00);
}

.inner .left .title .cn,
.inner .left .title .en {
  margin: 0 20px;
}

.inner .left .title .cn {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.4;
}

.inner .left .title .en {
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.inner .left .in-nav {
  background: #f8f8f8;
  margin: 0;
}

.inner .left .in-nav .active {
  background: url(../images/in-nav-bg2.jpg) no-repeat right bottom, #df0b0a;
  color: #fff !important;
}

.inner .left .in-nav .active::before {
  border: 2px solid #fff;
  background: none;
  line-height: 14px;
}

.inner .left .in-nav a {
  padding: 0 20px;
  height: 3.4em;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner .left .in-nav a:hover {
  color: #df0b0a;
}

.inner .left .in-nav a::before {
  content: ">";
  font-family: "宋体";
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #df0b0a;
  color: #fff;
  margin-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.inner .left,
.inner .middle {
  padding-right: 40px;
}

.inner .right .banner {
  margin: 20px 0;
}

.inner .right .banner a {
  display: block;
  font-size: 0;
}

.inner .right .banner img {
  width: 100%;
}

.inner .right .hot .title {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #333;
}

.inner .right .hot .title > span {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  padding: 0 .5em;
}

.inner .right .hot .title > span span {
  color: #df0b0a;
}

.inner .right .hot .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #df0b0a;
}

.inner .right .hot .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  counter-increment: section;
}

.inner .right .hot .list a::before {
  content: counter(section);
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
  width: 18px;
  text-align: center;
  margin-right: 10px;
}

.inner .right .hot .list a:first-of-type::before {
  font-size: 18px;
  color: #df0b0a;
}

.inner .right .hot .list a:nth-of-type(2)::before {
  font-size: 18px;
  color: #dfa00a;
}

.inner .right .hot .list a:nth-of-type(3)::before {
  font-size: 18px;
  color: #eadc00;
}

.inner .right .hot .list a span:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  overflow: hidden;
  line-height: 3.2;
  height: 3.2em;
}

.inner .right .hot .list a span:last-of-type {
  font-size: 14px;
  width: 4em;
  color: #aaa;
  margin-left: 2em;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.inner .in-content {
  padding: 40px 0;
}
.in-content  p{ font-size:16px!important;font-family: 微软雅黑!important; }
.in-content  span{ font-size:16px!important;font-family: 微软雅黑!important; }
.in-content  img{ max-width:100%!important; }
.inner .in-content > * {
  padding-bottom: 20px;
}

.inner .history section,
.inner .history section > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.inner .history section {
  align-items: stretch;
  margin-bottom: 30px;
}

.inner .history section:last-of-type .line::before {
  content: "";
  display: block;
  width: 8px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  margin-bottom: -42px;
  background: url(../images/down.jpg) no-repeat center;
}

.inner .history section:nth-of-type(2n) .time {
  color: #eadc00 !important;
}

.inner .history section:nth-of-type(2n) .dot {
  border: 1px solid #eadc00 !important;
}

.inner .history section:nth-of-type(2n) .dot::before {
  background: #eadc00 !important;
}

.inner .history section:first-of-type .line::before {
  content: "";
  display: block;
  width: 46px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  background: url(../images/time.jpg) no-repeat center;
}

.inner .history section .time {
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 2.25em;
  color: #df0b0a;
  font-weight: bold;
  width: 3em;
  word-break: break-all;
  text-indent: .5em;
  text-align: right;
  line-height: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.inner .history section .line {
  position: relative;
  margin: 0 20px;
  width: 24px;
}

.inner .history section .line::after {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% + 30px);
  height: -moz-calc(100% + 30px);
  height: -webkit-calc(100% + 30px);
  width: 2px;
  background: #df0b0a;
  top: 0;
  left: 50%;
  margin-left: -1px;
  z-index: -1;
}

.inner .history section .line .dot {
  width: 100%;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #df0b0a;
  background: #fff;
  position: relative;
}

.inner .history section .line .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #df0b0a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.inner .history section .txt {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.inner .just-list .list > a {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.inner .just-list .list > *:first-of-type {
  padding-top: 0;
}

.inner .just-list .list > * > span:first-of-type {
  line-height: 1.4;
}

.inner .just-list .list a:hover > span:first-of-type {
  color: #df0b0a;
}

.inner .news-list .lbt {
  margin-bottom: 30px;
  width:100%;
}

.inner .news-list .list > a {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
}

.inner .news-list .list > *:first-of-type {
  padding-top: 0;
}

.inner .news-list .list a:hover .info > span:first-of-type {
  color: #df0b0a;
}

.inner .news-list .list a:hover .info > span:nth-of-type(2) {
  color: #666;
}

.inner .news-list .list .pic {
  width: 25%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.inner .news-list .list .pic .box {
  padding-top: 63%;
  background: url(../images/demo.jpg) no-repeat center, #df0b0a;
  background-size: cover;
}

.inner .news-list .list .info {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner .news-list .list .info > span:first-of-type {
  height: 1.8em;
  overflow: hidden;
  margin-bottom: 5px;
}

.inner .news-list .list .info > span:nth-of-type(2) {
  font-size: 14px;
  color: #aaa;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.inner .news-list .list section,
.inner .just-list .list section {
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
}

.inner .news-list .list .top,
.inner .just-list .list .top {
  position: relative;
  padding-left: 60px;
}

.inner .news-list .list .top::before,
.inner .just-list .list .top::before {
  content: "置顶";
  display: inline-block;
  height: 100%;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  background: #df0b0a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.inner .news-list .list .time,
.inner .just-list .list .time {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  color: #aaa;
}

.inner .news-list .list .time::before,
.inner .just-list .list .time::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  position: absolute;
  background: url(../images/clock.jpg) no-repeat center;
}

/*新增：下拉菜单*/
@media screen and (min-width: 801px) {
  .menu > a:hover .new-nav2 {
    display: block;
  }
}

.menu .new-nav2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: .85em;
  line-height: 3;
  border-bottom: 1px solid #e5e5e5;
}

.menu .new-nav2 > a {
  color: initial !important;
}

.menu .new-nav2 > a:hover {
  background: #df0b0a;
  color: white !important;
}