@charset "utf-8"; /*
color:red !important;/* Firefox、IE7支持
_color:red;IE6支持
*color:red;IE6、IE7支持
*+color:red;IE7支持/
color:red\9;IE6、IE7、IE8支持
color:red\0;IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
background:linear-gradient(#e99c40,#d35224);-webkit-background:linear-gradient(#e99c40,#d35224);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8fc320,endcolorstr=#122b88,gradientType=1);
-webkit-appearance:none;appearance:none;pointer-events:none;select::-ms-expand{display:none;}
@media screen and (min-width:2.1094rem){}
@media screen and (max-width:1.25rem){}
-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;*/

/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}
body {
  font-family: 微软雅黑, 黑体;
  min-width: 1.25rem;
  margin: auto;
}
ol,
ul,
li {
  list-style: none outside none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr,
td,
th {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.3;
}
i,
em,
b,
strong {
  font-style: normal;
  font-weight: normal;
}
input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
select::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}

/*--滚动条插件--*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #ddd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -78.125rem;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 0.0625rem;
}
.jspHorizontalBar .jspArrow {
  width: 0.0625rem;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -0.0117rem 0 0;
}
.jspVerticalBar {
  width: 0.0234rem;
}
.jspDrag {
  background: #a99479;
  border-radius: 0.0313rem;
}
.jspTrack {
  background: #f5f5f5;
  border-radius: 0.0313rem;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #ddd;
  width: 0.0078rem;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 0.0234rem;
  background: #333;
}

/*@font-face{
    font-family:en;src: url('/fonts/avianregular.eot');src: url('/fonts/avianregular.eot') format('embedded-opentype'),url('/fonts/avianregular.woff2') format('woff2'),url('/fonts/avianregular.woff') format('woff'),url('/fonts/avianregular.ttf') format('truetype'),url('/fonts/avianregular.svg#avianregular') format('svg');}*/
@font-face {
  font-family: impact;
  src: url("/fonts/impact.eot");
  src: url("/fonts/impact.eot") format("embedded-opentype"),
    url("/fonts/impact.woff") format("woff"),
    url("/fonts/impact.ttf") format("truetype"),
    url("/fonts/impact.svg#impact") format("svg");
}
@font-face {
  font-family: icon;
  src: url("/fonts/iconfont.eot");
  src: url("/fonts/iconfont.eot") format("embedded-opentype"),
    url("/fonts/iconfont.woff") format("woff"),
    url("/fonts/iconfont.ttf") format("truetype"),
    url("/fonts/iconfont.svg#iconfont") format("svg");
}

/*--类--*/
.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.footer_b {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.select {
  display: inline-block;
  width: 0.8203rem;
  height: 0.1172rem;
  line-height: 0.1172rem;
  color: #707070;
  position: relative;
  border: 0.0039rem solid #ddd;
  text-align: left;
  cursor: pointer;
}
.select:before {
  content: "";
  background: url(/images/arrow7.png) center center no-repeat;
  width: 0.082rem;
  height: 0.0469rem;
  right: 0.0391rem;
  top: 50%;
  margin-top: -0.0234rem;
  position: absolute;
}
.select span {
  display: block;
  margin: 0 0.0391rem 0 0.0391rem;
}
.select ul {
  position: absolute;
  left: -0.0039rem;
  right: -0.0039rem;
  top: 100%;
  background: #f0f0f0;
  display: none;
}
.select li {
  padding: 0 0.0781rem;
  line-height: 0.1563rem;
}

.checkbox {
  cursor: pointer;
}
.checkbox i {
  display: inline-block;
  vertical-align: sub;
  width: 0.0586rem;
  height: 0.0586rem;
  text-align: center;
  border: 0.0039rem solid #fff;
  margin-right: 0.0391rem;
  line-height: 0.0586rem;
  font-size: 0;
}
.checkbox.ckd i:after {
  content: "";
  width: 0.0195rem;
  height: 0.0195rem;
  background: #fff;
  display: block;
  margin: 0.0195rem 0.0195rem 0;
}

.radio {
  cursor: pointer;
  margin-right: 0.1758rem;
}
.radio i {
  display: inline-block;
  vertical-align: sub;
  width: 0.0586rem;
  height: 0.0586rem;
  text-align: center;
  border: 0.0039rem solid #fff;
  margin-right: 0.0391rem;
  line-height: 0.0586rem;
  font-size: 0;
  border-radius: 100%;
}
.radio.ckd i:after {
  content: "";
  width: 0.0195rem;
  height: 0.0195rem;
  background: #fff;
  display: block;
  margin: 0.0195rem 0.0195rem 0;
  border-radius: 100%;
}

/*--通用--*/
body {
  font-size: 0.0547rem;
  color: #333;
  line-height: 1.6;
  min-width: 1.25rem;
}
.h {
  line-height: 1.3;
}
.h1 {
  line-height: 1.3;
}
.h2 {
  line-height: 1.3;
}
.h3 {
  line-height: 1.3;
}
.block {
  width: 5.4688rem;
  margin: auto;
}
.text .p {
  line-height: 1.7;
  text-align: left;
}
.nav_main_m {
  display: none;
}
.search_m {
  display: none;
}
.scmbtn {
  display: none;
}
.prev {
  cursor: pointer;
}
.next {
  cursor: pointer;
}

.layer {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layer.showdiv {
  opacity: 1;
  visibility: visible;
}
.layer .close {
  font-size: 0.2344rem;
  font-family: icon;
  position: absolute;
  right: 0.1953rem;
  top: 0.1953rem;
  width: 0.3125rem;
  height: 0.3125rem;
  text-align: center;
  line-height: 0.3125rem;
  cursor: pointer;
  color: #ccc;
}
.layer .search_box {
  height: 0.1758rem;
  line-height: 0.1758rem;
  width: 2.1484rem;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-0.1953rem);
  opacity: 0;
  margin-top: -0.3906rem;
}
.layer.showdiv .search_box {
  transform: none;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
}
.layer .search_box .kw {
  background: #fff;
  box-shadow: 0.0117rem 0.0117rem 0.0117rem rgba(0, 0, 0, 0.5) inset;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.0469rem;
  font-size: 0.0625rem;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.layer .search_box .ok {
  background: transparent;
  color: #fff;
  width: 0.4688rem;
  text-align: center;
  font-size: 0.0703rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.layer .picbox {
  width: 100%;
  height: 100%;
  text-align: center;
}
.layer .picbox:after {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.layer .picbox img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.layer .picbox video {
  width: 3.9063rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.layer .leader_box {
  background: #fff;
  border-top: 0.0117rem solid #ca0d0d;
  width: 4.2969rem;
  position: relative;
}
.layer .leader_box .inner {
  padding: 0.2344rem;
}
.layer .leader_box .close {
  color: #aaa;
  right: 0;
  top: 0;
  font-size: 0.1172rem;
}
.layer .leader_box .t {
  display: flex;
  align-items: center;
}
.layer .leader_box .pic {
  width: 0.625rem;
}
.layer .leader_box .txt {
  margin-left: 0.1953rem;
}
.layer .leader_box .txt .h {
  font-size: 0.0703rem;
}
.layer .leader_box .txt .p {
  margin-top: 0.0586rem;
}
.layer .leader_box .txt .p span {
  margin-right: 0.1172rem;
}
.layer .leader_box .text {
  margin-top: 0.1563rem;
  max-height: 1.1719rem;
  overflow: hidden;
}
.layer .leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ca0d0d;
}
.layer .leader_box .text p {
  margin-top: 0.0781rem;
}
.layer .leader_box .text p:first-child {
  margin-top: 0rem;
}

.share-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.share-box:after {
  content: "";
  display: table;
  clear: both;
}
.share-box .share-item {
  position: relative;
  float: left;
  border-radius: 50%;
  cursor: pointer;
}
.share-box a.share-item {
  margin: 0;
  padding-left: 0;
  height: auto;
  background-image: none;
  font-size: inherit;
  line-height: inherit;
}
.share-box .share-item:after {
  content: "";
  vertical-align: top;
  font-family: "icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.0008rem;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #fff !important;
}
.share-box .icon-wchat:after {
  content: "\e603";
  font-size: 1.05em;
  margin-top: 0.05em;
}
.share-box .icon-qq:after {
  content: "\e606";
}
.share-box .icon-qzone:after {
  content: "\e60a";
}
.share-box .icon-sinawb:after {
  content: "\e605";
}
.share-box .icon-txwb:after {
  content: "\e609";
}
.share-label {
  display: inline-block;
}
.share-item .code {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.2734rem;
  margin-bottom: 0.0391rem;
  margin-top: 0.0586rem;
  padding: 0.0391rem;
  width: 0.5469rem;
  background-color: #fff;
  border-radius: 0.0117rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  border-radius: 0.0195rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.0391rem);
  transition: all 0.2s ease-out 0s;
  z-index: 99;
}
.share-item .code:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.0313rem;
  width: 0;
  height: 0;
  border: 0.0313rem solid transparent;
  font-size: 0;
  border-top-color: #fff;
}
.share-item .code > img {
  display: block;
  width: 100%;
}
.share-item:hover .code {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.share-box a.share-item {
  margin-left: 0.0117rem;
  width: 0.125rem;
  height: 0.125rem;
  line-height: 0.125rem;
  font-size: 0.0781rem;
}
.share-box a.share-item.icon-sinawb {
  font-size: 0.0898rem;
}
.share-box a.share-item:hover {
  opacity: 1;
  z-index: 1;
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pd120 {
  padding-top: 0.4688rem;
  padding-bottom: 0.4688rem;
}
.pdt120 {
  padding-top: 0.4688rem;
}
.pdb120 {
  padding-bottom: 0.4688rem;
}
.pd110 {
  padding-top: 0.4297rem;
  padding-bottom: 0.4297rem;
}
.pdt110 {
  padding-top: 0.4297rem;
}
.pdb110 {
  padding-bottom: 0.4297rem;
}

.imgzoom .pic {
  overflow: hidden;
}
.imgzoom .pic img {
  transition: all 0.4s ease-out 0s;
}
.imgzoom:hover .pic img {
  transform: scale(1.05);
}

.fz48 {
  font-size: 0.1875rem;
  line-height: 1.3;
}
.fz40 {
  font-size: 0.1563rem;
  line-height: 1.3;
}
.fz30 {
  font-size: 0.1172rem;
  line-height: 1.3;
}
.fz24 {
  font-size: 0.0938rem;
  line-height: 1.3;
}
.fz20 {
  font-size: 0.0781rem;
  line-height: 1.3;
}

.title {
  text-align: center;
}
.title .p {
  margin-top: 0.0391rem;
}
.title .more {
  margin-top: 0.0391rem;
}

.more {
  color: #94070a;
  display: inline-block;
  line-height: 0.1758rem;
}
.more i {
  float: left;
  background: url(/images/more1.svg) center center no-repeat;
  width: 0.1758rem;
  height: 0.1758rem;
  margin-right: 0.0586rem;
  background-size: contain;
}
.more i:before {
  content: "";
  background: url(/images/more1a.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  display: block;
  background-size: contain;
}
.more:hover i:before {
  opacity: 1;
}

.more2 {
  color: #94070a;
  display: inline-block;
  line-height: 0.1758rem;
}
.more2 i {
  float: left;
  background: url(/images/more1.svg) center center no-repeat;
  width: 0.1758rem;
  height: 0.1758rem;
  margin-right: 0.0781rem;
  background-size: contain;
}
.more2 i:before {
  content: "";
  background: url(/images/more1a.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  display: block;
  background-size: contain;
}
.more2:hover i:before {
  opacity: 1;
}
.more2.b i {
  background-image: url(/images/more2.png);
  background-size: contain;
}
.more2.b i:before {
  background-image: url(/images/more2a.png);
}
.more2.c i {
  background-image: url(/images/more3.png);
  background-size: contain;
}
.more2.c i:before {
  background-image: url(/images/more3a.png);
}

.pages {
  margin-top: 0.1563rem;
  text-align: center;
  font-size: 0;
}
.pages .prev {
  font-family: icon;
  padding: 0;
  width: 0.1289rem;
  background: #c6babb;
  color: #fff;
  border-color: #c6babb;
}
.pages .next {
  font-family: icon;
  padding: 0;
  width: 0.1289rem;
  background: #c6babb;
  color: #fff;
  border-color: #c6babb;
}
.pages a {
  display: inline-block;
  font-size: 0.0625rem;
  font-family: Arial;
  border: 0.0039rem solid #ddd;
  padding: 0 0.0313rem;
  min-width: 0.0703rem;
  height: 0.1289rem;
  border-radius: 0.0117rem;
  line-height: 0.1328rem;
  vertical-align: middle;
  margin: 0 0.0117rem;
}
.pages i {
  display: inline-block;
  font-size: 0.0625rem;
  font-family: icon;
  padding: 0 0.0313rem;
  margin: 0 0.0117rem;
  height: 0.1289rem;
  border-radius: 0.0078rem;
  line-height: 0.1289rem;
  vertical-align: middle;
}
.pages a.now {
  background: transparent;
  color: #fff;
  border-color: #94070a;
}
.pages a:hover {
  background: #c6babb;
  color: #fff;
  border-color: #c6babb;
}
.pages .go {
  display: inline-block;
  font-family: Arial;
  border: 0.0039rem solid #ddd;
  padding: 0 0.0273rem;
  margin: 0 0.0195rem;
  height: 0.1289rem;
  border-radius: 0.0117rem;
  line-height: 0.1328rem;
  vertical-align: middle;
}
.pages .go input {
  border: none;
  width: 0.1172rem;
  height: 0.0898rem;
  line-height: 0.0898rem;
  font-size: 0.0625rem;
  margin: 0.0195rem 0;
  text-align: center;
  font-size: 0.0625rem;
  float: left;
}
.pages .go em {
  height: 0.0898rem;
  margin: 0.0195rem;
  border-left: 0.0039rem solid #ddd;
  display: inline-block;
  line-height: 0.0938rem;
  font-size: 0.0625rem;
  padding-left: 0.0391rem;
  cursor: pointer;
}
.pages .loadmore {
  display: none;
}

.links a {
  position: relative;
  padding-left: 0.0781rem;
  box-sizing: border-box;
}
.links a:before {
  content: "\e76c";
  font-family: icon;
  /* color: #94070a; */
  margin-right: 0.0391rem;
  position: absolute;
  left: 0;
  top: 0;
}
.links a:hover:before {
  animation: arr 0.6s ease-out 0s infinite;
}

.position {
  line-height: 0.1953rem;
}
.position a {
  margin: 0 0.0391rem;
}
.position a:first-child {
  margin-left: 0;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body {
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.body.page {
  padding-top: 0.5078rem;
}
.home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.home body {
  height: 100%;
  overflow: scroll;
  padding: 0;
}
.body_home {
  background: transparent;
  /*height: 100%;*/
  /* overflow: auto; */
}

.body_r {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: hidden;
}
.body_r.dis * {
  background: none !important;
}
.body_r.showdiv {
  left: 0;
}
.body_r .body_scroll {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.body_r .ll {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.0781rem;
  background: url(/images/png13.png) right 0.1172rem center no-repeat;
  padding-left: 0.1563rem;
  width: 0.0781rem;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.body_r .ll:hover {
  padding-left: 0.1953rem;
}
.body_r .ll.w {
  background-image: url(/images/png13a.png);
  color: #58453b;
}
.body_r.showdiv .ll {
  opacity: 1;
  visibility: visible;
}
.body_r .arr {
  position: absolute;
  top: 50%;
  right: 0.0391rem;
  transform: translateY(-50%);
  color: #fff;
  font-size: 0.3125rem;
  cursor: pointer;
  font-family: icon;
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
  text-shadow: 0 0 0.0195rem rgba(0, 0, 0, 0.5);
}
.body_r.showdiv .arr {
  opacity: 1;
}
.body_r .arr.h {
  display: none;
}
.screen {
  float: left;
  height: 100%;
  position: relative;
}
.screen .title {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
}
.screen .title .fz40 {
  width: 0.1563rem;
  white-space: normal;
}
.screen .title .p {
  width: 0.0703rem;
  font-size: 0.0703rem;
  margin-left: 0.0977rem;
  word-wrap: break-word;
}
.body_r .menu {
  position: absolute;
  width: 0.1953rem;
  height: 0.1953rem;
  right: 0.1563rem;
  top: 0.1563rem;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.body_r .menu:hover {
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.5);
}
.body_r .menu .inner {
  right: 25%;
  top: 0.0586rem;
  width: 50%;
  position: absolute;
}
.body_r .menu i {
  background: #333;
  border-radius: 0.0078rem;
  height: 0.0078rem;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.body_r .menu i:nth-child(1) {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0rem;
}
.body_r .menu i:nth-child(2) {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0.0352rem;
}
.body_r .menu i:nth-child(3) {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0.0703rem;
}
.body_r .menu.act i:nth-child(1) {
  transform: translate(0, 0.0352rem) rotate(45deg);
}
.body_r .menu.act i:nth-child(2) {
  opacity: 0;
}
.body_r .menu.act i:nth-child(3) {
  transform: translate(0, -0.0352rem) rotate(-45deg);
}
.body_r .navg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  transform: scale(1.1);
  visibility: hidden;
}
.body_r .navg .logo {
  width: 0.7813rem;
}
.body_r .navg.showdiv {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.body_r .navg > div {
  -ms-flex: 1;
  flex: 1;
}
.body_r .navg .l {
  background: #fff;
  position: relative;
}
.body_r .navg .l .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
}
.body_r .navg .l .list {
  margin-top: 0.1953rem;
}
.body_r .navg .l .item {
  font-size: 0.0625rem;
  height: 0.1797rem;
  line-height: 0.1797rem;
  width: 0.5469rem;
  position: relative;
}
.body_r .navg .l .item:before {
  border-top: 0.0078rem solid #94070a;
  position: absolute;
  left: 0;
  width: 0;
  content: "";
  bottom: 0;
  transition: all 0.5s ease-out 0s;
}
.body_r .navg .l .item:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 0;
  bottom: 0;
  border-right: 0.0078rem solid #94070a;
}
.body_r .navg .l .item:hover:before {
  width: 100%;
}
.body_r .navg .l .item:hover:after {
  height: 0.0781rem;
  bottom: -0.0352rem;
  transition: all 0.5s ease-out 0.5s;
}
.body_r .navg .l .item ul {
  left: 100%;
  top: 0;
  line-height: 0.1563rem;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  position: absolute;
  visibility: hidden;
}
.body_r .navg .l .item:hover ul {
  opacity: 1;
  visibility: visible;
}
.body_r .navg .l .item li {
  padding-left: 0.0781rem;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
}
.body_r .navg .l .item li:hover {
  padding-left: 0.1172rem;
}
.body_r .navg .l .item a:hover {
  color: #94070a;
}
.body_r .navg .l .tools {
  margin-top: 0.1758rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.body_r .navg .l .tools .a {
  border: 0.0039rem solid #ddd;
  border-radius: 100%;
  margin-right: 0.0781rem;
  width: 0.1563rem;
  height: 0.1563rem;
  line-height: 0.1563rem;
  position: relative;
}
.body_r .navg .l .tools .a > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.body_r .navg .l .tools .sc a:after {
  content: "\e672";
  font-size: 0.0781rem;
  font-family: icon;
}
.body_r .navg .l .tools .log i:after {
  content: "\e601";
  font-size: 0.0781rem;
  font-family: icon;
}
.body_r .navg .l .tools .share-box {
  float: left;
}
.body_r .navg .l .tools .lang {
  font-size: 0.0625rem;
  font-family: Arial;
  text-transform: uppercase;
}
.body_r .navg .r {
  background: url(/images/pic39.jpg) center center no-repeat;
  background-size: cover;
}

.body_b {
  /* position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0; */
  background: #fff;
  /* overflow: hidden; */
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  /* overflow: auto; */
  outline: none;
}
.body_b.dis * {
  background-image: none;
}
.body_b * {
  outline: none;
}
.body_b.showdiv {
  top: 0;
}
.body_b .mCSB_scrollTools {
  z-index: 4;
  width: 0.0195rem;
}
.body_b .mCSB_scrollTools .mCSB_draggerRail {
  width: 0.0195rem;
}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: transparent;
  width: 0.0195rem;
}
.body_b .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}

.header {
  /* position: fixed; */
  left: 0%;
  top: 0;
  right: 0%;
  z-index: 3;
  transition: all 0.7s ease-out 0s;
}
.header {
  opacity: 0;
  transform: translateY(-100%);
}
.header.showdiv {
  opacity: 1;
  transform: none;
}
.body_home.showdiv .header {
  transform: none;
  opacity: 1;
}
.header .d1 {
  background: #ac0301;
  color: #d39797;
  line-height: 0.1758rem;
  height: 0.1758rem;
  font-size: 0.0547rem;
  transition: all 0.2s ease-out 0s;
}
.header.lit .d1 {
  height: 0;
}
.header .d1 .nav_l i {
  margin: 0rem;
  font-size: 0.0469rem;
}
.header .d1 .nav_l a {
  display: inline-block;
  line-height: 1;
}
.header .d1 .nav_l a:before {
  content: "";
  display: block;
  margin-bottom: 0.0195rem;
  border-top: 0.0078rem solid #d39797;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}
.header .d1 .nav_l a.now {
  color: #fff;
}
.header .d1 .nav_l a.now:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header .d1 .nav_l a:hover:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header .d1 .nav_r a {
  margin-left: 0.1172rem;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.header .d1 .nav_r a {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.header .d1 .nav_r a:before {
  content: "";
  display: block;
  margin-bottom: 0.0195rem;
  border-top: 0.0078rem solid #d39797;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}
.header .d1 .nav_r a.now {
  color: #fff;
}
.header .d1 .nav_r a.now:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header .d1 .nav_r a:hover:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header .d2 {
  transition: all 0.3s ease-out 0s;
  height: 0.7813rem;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
  /* border-bottom: .0039rem solid rgb(255, 255, 255); */
}
.header .block {
  position: relative;
  /* height: 100%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* padding-left: 0.1953rem;
  padding-right: 0.1953rem; */
  flex-direction: column;
}
.header .logo {
  height: 100%;
  /* width: 1.5625rem; */
  /* margin-top: .0977rem; */
  width: 100%;
  /* background-image: url("/img/bg.png");
  background-size: 100% 100%; */
  background-color: #3577e5;
}
.header .logo a {
  height: 0.4688rem;
  font-size: 0;
  display: flex;
  align-items: center;
  margin-left: 0.3906rem;
}
.header .logo img {
  max-height: 85%;
  vertical-align: middle;
  display: inline-block;
}
.header .logo a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header .d1 .block .nav_r a .code {
  position: absolute;
  top: 0.0547rem;
  margin-left: -0.3516rem;
  margin-bottom: 0.0391rem;
  margin-top: 0.0586rem;
  padding: 0.0391rem;
  width: 0.5469rem;
  background-color: #fff;
  border-radius: 0.0117rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  border-radius: 0.0195rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.0391rem);
  transition: all 0.2s ease-out 0s;
  z-index: 99;
}
.header .d1 .block .nav_r a .code:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 100%;
  margin-left: -0.0313rem;
  width: 0;
  height: 0;
  border: 0.0313rem solid transparent;
  font-size: 0;
  border-bottom-color: #fff;
}
.header .d1 .block .nav_r a .code > img {
  display: block;
  width: 100%;
}
.header .d1 .block .nav_r a:hover .code {
  visibility: visible;
  opacity: 1;
  transform: none;
  z-index: 999;
}

.header .nav_main {
  text-align: center;
  font-size: 0.0938rem;
  height: 0.3125rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.0195rem;
  background: #095eb6;
  justify-content: center;
  width: 100%;
}
.header .nav_main ul li {
  /* margin: 0 .0781rem; */
  color: #fff;
  display: inline-block;
  position: relative;
  height: 100%;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .header .nav_main ul li:hover{
  background: #1E4E9E;
} */
.header .nav_main ul li:active {
  background: #1e4e9e;
}
.header .nav_main ul li:active {
  background: #1e4e9e;
}
.actives {
  background: #1e4e9e;
}
.header .nav_main ul li:after {
  content: "";
  /* border-bottom: .0078rem solid #22509f; */
  margin-top: 0.0195rem;
  display: block;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  transform: scaleX(0);
}
.header .nav_main ul li:before {
  content: "";
  /* border-left: .0078rem solid #22509f; */
  height: 0.0977rem;
  transition: all 0.2s ease-out 0s;
  transform: scaleY(0);
  position: absolute;
  left: 50%;
  top: 100%;
  transform-origin: center top;
}
.header .nav_main ul li.hover:before {
  transform: none;
}
.header .nav_main ul li.now:after {
  transform: none;
}
.header .nav_main ul li.hover:after {
  transform: none;
}
.header .nav_main ul li {
  width: 0.9766rem;
}

.header .tools {
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0.3906rem;
  top: 0.1953rem;
}
.header .tools .a {
  border: 0.0039rem solid #fff;
  border-radius: 100%;
  margin-left: 0.0781rem;
  width: 0.1328rem;
  height: 0.1328rem;
  line-height: 0.1328rem;
  position: relative;
}
.header .tools .a > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .tools .sc a:after {
  content: "\e672";
  font-size: 0.1172rem;
  font-family: icon;
  color: #fff;
}
.header .tools .log i:after {
  content: "\e601";
  font-size: 0.0781rem;
  font-family: icon;
}
.header .tools .share-box {
  float: left;
}
.header .tools .lang {
  font-size: 0.0625rem;
  font-family: en;
  text-transform: uppercase;
  font-family: Arial;
}
.header .tools .search {
  background: #fff;
  border-radius: 0.0195rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  width: 0.9766rem;
  height: 0.1406rem;
  position: absolute;
  right: -0.0078rem;
  top: 0;
  opacity: 0;
  filter: alpha(opacity= "0");
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  color: #333;
}
.header .tools .search.s {
  opacity: 1;
  filter: alpha(opacity= "100");
  visibility: visible;
}
.header .tools .search .kw {
  display: block;
  float: left;
  height: 0.0781rem;
  line-height: 0.0781rem;
  width: 0.7422rem;
  margin: 0.0313rem 0 0 0.0469rem;
  font-size: 0.0625rem;
}
.header .tools .search .ok {
  float: right;
  width: 0.1406rem;
  height: 0.1406rem;
  cursor: pointer;
  font-family: icon;
  font-size: 0.0859rem;
}
.nav_child .item {
  /* padding: .1563rem 0; */
  display: -ms-flexbox;
  display: flex;
  border-top: 0.0078rem solid #22509f;
  position: absolute;
  top: 0.7813rem;
  left: 0; /* 锚定左侧，具体 left 由 JS 计算 */
  right: auto; /* 禁止右侧同时锚定 */
  transform-origin: left top;
  /* width: 2.1484rem; */
  /* 原固定宽度 -> 改为最小宽度 + 内容宽 */
  min-width: 0.9766rem;
  width: max-content;
  /* background: #fff url(/images/png96.png) center bottom no-repeat; */
  background: #095eb6;
  background-size: contain;
  opacity: 1;
  visibility: hidden;
  z-index: 99;
}
.nav_child .item.s {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
  z-index: 99;
}
.nav_child .item .l {
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  z-index: 99;
}
.nav_child .item .l .pic {
  width: 0.5547rem;
  z-index: 99;
}
.nav_child .item .l .pic img {
  width: 100%;
  height: auto;
  z-index: 99;
}
.nav_child .item .l .txt {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.0625rem;
  color: #94070a;
  padding-left: 0.1172rem;
  line-height: 2.2;
  z-index: 99;
}
.nav_child .item .r {
  width: 100%;
  z-index: 99;
  font-size: 0;
  /* margin-top: .0586rem; */
}
.nav_child .item .r ul {
  display: flex;
  flex-direction: column;
}
.nav_child .item .r a {
  font-size: 0.0703rem;
  color: #fff;
  z-index: 99;
  padding: 0.0781rem 0.0391rem;
  white-space: nowrap; /* 子菜单文字不换行 */
}
.nav_child .item .r a:hover {
  color: #fff;
  z-index: 99;
  opacity: 1;
}

.header.light {
  transform: none;
  opacity: 1;
}
.header.light .d2 {
  background: #fff;
  border-bottom: 0.0039rem solid #ddd;
}
.header.light .tools {
  color: #333;
}
.header.light .tools .a {
  border-color: #ccc;
}
.header.light .nav_main a {
  color: #333;
}
.header.light .nav_main a:after {
  border-color: #94070a;
}
.header.light .nav_main a:before {
  border-color: #94070a;
}

.header2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease-out 0s;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
}
.body_b .header2 {
  opacity: 0;
  transform: translateY(-100%);
}
.body_b.showdiv .header2 {
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
  opacity: 1;
}
.header2.showdiv {
  opacity: 1;
  transform: none;
}
.header2 .d1 {
  background: #b30605;
  color: #d39797;
  line-height: 0.1758rem;
  height: 0.1758rem;
  font-size: 0.0547rem;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
}
.header2.lit .d1 {
  height: 0;
}
.header2 .d1 .nav_l i {
  margin: 0 0.0703rem;
  font-size: 0.0469rem;
}
.header2 .d1 .nav_l a {
  display: inline-block;
  line-height: 1;
}
.header2 .d1 .nav_l a:before {
  content: "";
  display: block;
  margin-bottom: 0.0195rem;
  border-top: 0.0078rem solid #d39797;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}
.header2 .d1 .nav_l a.now {
  color: #fff;
}
.header2 .d1 .nav_l a.now:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header2 .d1 .nav_l a:hover:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header2 .d1 .nav_r a {
  margin-left: 0.1172rem;
}
.header2 .d1 .nav_r a {
  display: inline-block;
  line-height: 1.5;
}
.header2 .d1 .nav_r a:before {
  content: "";
  display: block;
  margin-bottom: 0.0195rem;
  border-top: 0.0078rem solid #d39797;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}
.header2 .d1 .nav_r a.now {
  color: #fff;
}
.header2 .d1 .nav_r a.now:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header2 .d1 .nav_r a:hover:before {
  transform: scaleX(1);
  border-color: #fff;
}
.header2 .d2 {
  transition: all 0.3s ease-out 0s;
  height: 0.332rem;
  height: 0.332rem;
  background: #fff;
}
.header2 .d1 .block .nav_r a .code {
  position: absolute;
  top: 0.1172rem;
  margin-left: -0.3516rem;
  margin-bottom: 0.0391rem;
  margin-top: 0.0586rem;
  padding: 0.0391rem;
  width: 0.5469rem;
  background-color: #fff;
  border-radius: 0.0117rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  border-radius: 0.0195rem;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.0391rem);
  transition: all 0.2s ease-out 0s;
  z-index: 99;
}
.header2 .d1 .block .nav_r a .code:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 100%;
  margin-left: -0.0313rem;
  width: 0;
  height: 0;
  border: 0.0313rem solid transparent;
  font-size: 0;
  border-bottom-color: #fff;
}
.header2 .d1 .block .nav_r a .code > img {
  display: block;
  width: 100%;
}
.header2 .d1 .block .nav_r a:hover .code {
  visibility: visible;
  opacity: 1;
  transform: none;
  z-index: 999;
}
.header2 .block {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header2 .logo {
  height: 100%;
  width: 1.1719rem;
}
/* .header2 .logo {height: 100%;width: 26%;} */
.header2 .logo a {
  height: 100%;
  font-size: 0;
  display: block;
}
.header2 .logo img {
  max-height: 65%;
  vertical-align: middle;
  display: inline-block;
}
.header2 .logo a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header2 .nav_main {
  text-align: center;
  font-size: 0.0703rem;
}
.header2 .nav_main ul li {
  margin: 0 0.0977rem;
  display: inline-block;
  position: relative;
}
.header2 .nav_main ul li:after {
  content: "";
  /* border-bottom: .0078rem solid #94070a; */
  margin-top: 0.0195rem;
  display: block;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  transform: scaleX(0);
}
.header2 .nav_main ul li:before {
  content: "";
  /* border-left: .0078rem solid #94070a; */
  height: 0.0977rem;
  transition: all 0.2s ease-out 0s;
  transform: scaleY(0);
  position: absolute;
  left: 50%;
  top: 100%;
  transform-origin: center top;
}
.header2 .nav_main ul li.hover:before {
  transform: none;
}
.header2 .nav_main ul li.hover:after {
  transform: none;
}
.header2 .nav_main ul li.now:after {
  transform: none;
}
.header2 .tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header2 .tools .a {
  border: 0.0039rem solid #333;
  border-radius: 100%;
  margin-left: 0.0781rem;
  width: 0.1406rem;
  height: 0.1406rem;
  line-height: 0.1406rem;
  position: relative;
}
.header2 .tools .a > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header2 .tools .sc a:after {
  content: "\e672";
  font-size: 0.0781rem;
  font-family: icon;
}
.header2 .tools .log i:after {
  content: "\e601";
  font-size: 0.0781rem;
  font-family: icon;
}
.header2 .tools .share-box {
  float: left;
}
.header2 .tools .lang {
  font-size: 0.0625rem;
  font-family: Arial;
  text-transform: uppercase;
}
.header2 .tools .search {
  background: #fff;
  border-radius: 0.0195rem;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  width: 0.9766rem;
  height: 0.1406rem;
  position: absolute;
  right: -0.0078rem;
  top: 0;
  opacity: 0;
  filter: alpha(opacity= "0");
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  color: #333;
}
.header2 .tools .search.s {
  opacity: 1;
  filter: alpha(opacity= "100");
  visibility: visible;
}
.header2 .tools .search .kw {
  display: block;
  float: left;
  height: 0.0781rem;
  line-height: 0.0781rem;
  width: 0.7422rem;
  margin: 0.0313rem 0 0 0.0469rem;
  font-size: 0.0625rem;
}
.header2 .tools .search .ok {
  float: right;
  width: 0.1406rem;
  height: 0.1406rem;
  cursor: pointer;
  font-family: icon;
  font-size: 0.0859rem;
}

/*a
.header2 .block{height:100%;position: relative;}
.header2 .d1{height:.1758rem;line-height:.1758rem;background:transparent;font-size:.0547rem;}
.header2 .d1 .block{height:100%;}
.header2 .d1 .navg{float: right;color: #fff;line-height:.1875rem;text-align:right;overflow: hidden;transition:all 0.5s cubic-bezier(0,1,1,1) 0s;white-space:nowrap;width:0;}
.header2 .d1 .navg.act{width:1.7188rem;margin-right:.1563rem;}
.header2 .d1 .navg a{margin:0 .0781rem;}
.header2 .d1 .navg1{float: right;margin-right:.1563rem;color: #fff;text-align: right;white-space:nowrap;}
.header2 .d1 .navg1 a{margin:0 .0781rem;}
.header2 .d2{background:#fff;}
.header2 .d2 .block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:.332rem;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo{height:100%;background-size:contain;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo img{max-height:65%;}
.header2 .d2 .navg{font-size:.0703rem;}
.header2 .d2 .navg a{margin:0 .1172rem;display: inline-block;}
.header2 .d2 .navg a:hover{color:#94070a;}
.header2 .tools{float: right;color: #fff;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .tools .a{border:.0039rem solid #fff;border-radius:100%;margin-left:.0391rem;width:.1094rem;height:.1094rem;line-height:.1094rem;text-align: center;font-size:.0781rem;cursor: pointer;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header2 .tools .sc{position: relative;}
.header2 .tools .sc a:after{content:"\e672";font-size:.0625rem;font-family:icon;}
.header2 .tools .log i:after{content:"\e601";font-size:.0625rem;font-family:icon;}
.header2 .tools .share-box{float:left;}
.header2 .tools .lang{font-size:.0469rem;font-family:en;text-transform: uppercase;}
.header2 .tools .search{background:#fff;border-radius:.0195rem;box-shadow:0 0 .0391rem rgba(0,0,0,0.15);width:.9766rem;height:.1406rem;position: absolute;right:-0.0078rem;top:-0.0117rem;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color:#333;}
.header2 .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header2 .tools .search .kw{display:block;float: left;height:.0781rem;line-height:.0781rem;width:.7422rem;margin:.0313rem 0 0 .0469rem;font-size:.0625rem;}
.header2 .tools .search .ok{float: right;width:.1406rem;height:.1406rem;cursor: pointer;font-family:icon;font-size:.0859rem;}
*/
.nav_mobile {
  display: none;
}

.body_home .banner {
  position: relative;
  height: 40vh;
  overflow: hidden;
}
.body_home .banner .slick-list {
  height: 100%;
}
.body_home .banner .slick-track {
  height: 100%;
}
.body_home .banner .slick-slide > div {
  height: 100%;
}
.body_home .banner .frame {
  height: 100%;
}

.body_home .banner .frame .ul {
  height: 100%;
  width: 100%;
}
.body_home .banner .frame .ul .li {
  height: 100%;
  width: 100%;
}

.body_home .banner .frame video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.body_home .banner .child {
  background-size: cover;
  color: #fff;
  background-position: center center;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* 移除默认红底，避免图片加载前闪红 */
  background-color: transparent;
}
.body_home .banner .child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.3125rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.body_home .banner .child .fz30 {
  position: absolute;
  left: 0;
  right: 1.4844rem;
  bottom: 0.1953rem;
  line-height: 1;
  padding-left: 0.1563rem;
}
.body_home .banner .child .a1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.body_home .banner .child .a2 {
  position: absolute;
  right: 0.0586rem;
  bottom: 0.1367rem;
  font-size: 0.0938rem;
  line-height: 1;
  width: 0.3125rem;
  height: 0.2344rem;
  line-height: 0.2344rem;
  text-align: center;
}
.body_home .banner .child .a2:after {
  content: "\e76c";
  display: inline-block;
  vertical-align: middle;
  font-family: icon;
}
.body_home .banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  text-align: center;
  opacity: 0;
  width: 50%;
}
.body_home .banner .showdiv .text {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 2s ease-out 0.5s;
}
.body_home .banner .navg {
  position: absolute;
  right: 0.3906rem;
  bottom: 0.1953rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.body_home .banner .navg li {
  margin: 0 0.0391rem;
  font-family: Arial;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.body_home .banner .navg li.slick-active {
  font-size: 0.0859rem;
}
.body_home .banner .navg li:after {
  content: "";
  border-top: 0.0039rem solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0rem;
  margin-left: 0.0195rem;
  transition: all 0.5s ease-out 0s;
}
.body_home .banner .navg li.slick-active:after {
  width: 0.2344rem;
}
.body_home .banner .tit {
  position: absolute;
  left: 0.1953rem;
  bottom: 0.2344rem;
  right: 0.1953rem;
  background: rgba(0, 0, 0, 0.5);
  height: 0.3125rem;
  line-height: 0.3125rem;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: justify;
  justify-content: space-between;
}

.body_home .bb {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
  color: #94070a;
  font-size: 0.1406rem;
  cursor: pointer;
  opacity: 0;
  font-family: icon;
  padding: 0 0.0391rem;
  animation: bb 2s linear 0s infinite;
  font-weight: bold;
  display: none;
}
@keyframes bb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 0.0117rem);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 0.0391rem);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 0.0391rem);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0.0391rem);
    opacity: 0;
  }
}
.body_home.showdiv .bb {
  opacity: 1;
}
.body_home .bb:hover {
  animation-play-state: paused;
  color: #fff;
}
/*.rr{position:fixed;top:50%;margin-top:-0.332rem;right:0;color:#fff;cursor:pointer;opacity:0;width:.3203rem;height:.6641rem;background:transparent;transform:scale(0);background:url(/images/png27.png) center center no-repeat;transform-origin:right center;z-index:2;}*/
/*.rr.showdiv{opacity:1;transform:none;transition:all 1s ease-out 0.5s;}*/
/*!* .rr:before{content:"";background:url(/images/png21.png) center center no-repeat;width:.3789rem;height:.3555rem;position: absolute;left:0rem;top:.0391rem;transform:scale(1.6);transition:all 1.5s ease-out 1.8s;opacity:0;}*/
/*.rr:after{content:"";background:url(/images/png22.png) center center no-repeat;width:.3047rem;height:.3438rem;position: absolute;left:.0586rem;top:.3125rem;transform:scale(1.6);transition:all 1.5s ease-out 2.6s;opacity:0;} *!*/
/*.rr i{background:url(/images/png23.png) center center no-repeat;width:.1406rem;height:100%;display:block;margin-left:.0781rem;position:relative;opacity:0;z-index:1;}*/
/*.rr.showdiv i{margin-left:.1563rem;opacity:1;transition:all 1s ease-out 4.5s;}*/
/*.rr.showdiv:before{content:"";opacity:1;transform:none;}*/
/*.rr.showdiv:after{content:"";opacity:1;transform:none;}*/

.nav_b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1172rem;
  text-align: center;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out 0s;
  transform: translateY(0.1953rem);
}
.nav_b.showdiv {
  opacity: 1;
  visibility: visible;
  transform: translateY(0rem);
}
.nav_b .l {
  background: url(/images/png3.png) center top no-repeat;
  padding-top: 0.1172rem;
}
.nav_b .r {
  background: url(/images/png3.png) center top no-repeat;
  padding-top: 0.1172rem;
}
.nav_b .list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.1953rem;
}
.nav_b .list .item {
  background: url(/images/png2.png) center top no-repeat;
  width: 0.9375rem;
  cursor: pointer;
}
.nav_b .list .item span {
  padding-top: 0.1172rem;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.nav_b .list .item:first-child {
  width: 0.4727rem;
  background-position: -0.4648rem top;
  text-align: left;
}
.nav_b .list .item:first-child span {
  transform: translateX(-50%);
}
.nav_b .list .item:last-child {
  width: 0.4688rem;
  background-position: left top;
  text-align: right;
}
.nav_b .list .item:last-child span {
  transform: translateX(50%);
}
.nav_b .list .item span:before {
  content: "";
  background: url(/images/png34.png) center center no-repeat;
  transform: scale(0);
  transition: all 0.5s ease-out 0s;
  position: absolute;
  top: 0.0352rem;
  left: 50%;
  margin-left: -0.0391rem;
  width: 0.0781rem;
  height: 0.0781rem;
}
.nav_b .list .item.now span:before {
  transform: none;
}
.nav_b.w .l {
  background-image: url(/images/png3a.png);
}
.nav_b.w .r {
  background-image: url(/images/png3a.png);
}
.nav_b.w .list .item {
  background-image: url(/images/png2a.png);
}
.nav_b.w {
  color: #58453b;
}

.home1 {
  background: #4c6593;
}
.home1 .title {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/images/pic4.jpg) center center no-repeat;
  background-size: cover;
}
.home1 .title .inner {
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scale(0.9);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home1.showdiv .title .inner {
  opacity: 1;
  transform: scale(1);
}
.home1 .content {
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/images/bg2.jpg) center center no-repeat;
  background-size: cover;
}
.home1 .tr {
  display: -ms-flexbox;
  display: flex;
  height: 25%;
}
.home1 .tr .td {
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scaleX(0);
}
.home1.showdiv .tr .td {
  opacity: 1;
  transform: none;
}
.home1 .tr .td .inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: rotateY(-180deg);
  transition: all 3s cubic-bezier(0.3, 0, 0.7, 1) 0s;
  backface-visibility: hidden;
}
.home1.showdiv .tr .td .inner {
  transform: none;
}
.home1 .tr .td strong {
  font-size: 0.2344rem;
  font-family: Impact;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  perspective: 10vw;
}
.home1.showdiv .tr .td.s strong i {
  animation: td1 2.5s ease-in-out 0s 1 both;
  display: block;
  transform-style: preserve-3d;
}
.home1 .tr .td.s strong i:nth-child(2) {
  animation-delay: 0.2s;
}
.home1 .tr .td.s strong i:nth-child(3) {
  animation-delay: 0.4s;
}
.home1 .tr .td.s strong i:nth-child(4) {
  animation-delay: 0.6s;
}
.home1 .tr .td span {
  font-size: 0.0703rem;
}
.home1 .tr .td1 {
  background: #6780ad;
}
.home1 .tr .td2 {
  background: #4b6695;
}
.home1 .tr .td3 {
  background: #385284;
}
.home1 .tr .td4 {
  background: #445d8c;
}
.home1 .tr .td5 {
  background: #5b75a3;
}
.home1 .tr .td6 {
  background: #405a89;
}
.home1 .tr .td7 {
  background: #4b6695;
}
.home1 .tr .td8 {
  background: #5772a1;
}
.home1 .tr .td9 {
  background: rgba(12, 38, 90, 0.3);
}
.home1.showdiv .tr .td9 {
  animation: td 4s ease-out 0s infinite;
}
.home1 .tr .td10 {
  background: #2f497a;
}
.home1 .tr .td11 {
  background: #3a578a;
}
.home1 .tr .td12 {
  background: rgba(12, 38, 90, 0.3);
}
.home1.showdiv .tr .td12 {
  animation: td 3s ease-out 0s infinite;
}
.home1 .tr .td13 {
  background: rgba(12, 38, 80, 0.3);
}
.home1.showdiv .tr .td13 {
  animation: td 4s ease-out 0s infinite;
}
.home1 .tr .td14 {
  background: #6780ad;
}
.home1 .tr .td15 {
  background: #355081;
}
.home1 .tr .td16 {
  background: rgba(58, 90, 140, 0.15);
}
.home1.showdiv .tr .td16 {
  animation: td 4s ease-out 0s infinite;
}
.home1 .tr .td17 {
  background: #5b75a3;
}
.home1 .tr .td18 {
  background: #2f497a;
}
.home1 .tr .td19 {
  background: #5b75a3;
}
.home1 .tr .td20 {
  background: #314b7d;
}
.home1 .tr .td21 {
  background: #466193;
}
.home1 .tr .td22 {
  background: rgba(15, 50, 110, 0.3);
}
.home1.showdiv .tr .td22 {
  animation: td 4s ease-out 0s infinite;
}
.home1 .tr .td23 {
  background: #445d8c;
}
.home1 .tr .td24 {
  background: #395486;
  position: relative;
}
.home1 .last {
  position: absolute;
  right: 0.1563rem;
  bottom: 0.1563rem;
  font-size: 0.0547rem;
  color: #fff;
}
@-webkit-keyframes td {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes td {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes td1 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
@keyframes td1 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

.home2 {
  background: #fff;
}
.home2 .bg {
  background: url(/images/bg3.jpg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0.1953rem);
  transition: all 3s ease-out 0s;
  opacity: 0;
}
.home2.showdiv .bg {
  transform: none;
  opacity: 1;
}
.home2 .title {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  color: #333;
}
.home2 .title .inner {
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scale(0.9);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home2.showdiv .title .inner {
  opacity: 1;
  transform: scale(1);
}
.home2 .list {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  color: #3d2f28;
  text-align: left;
  width: 25%;
  margin-top: -0.1953rem;
  opacity: 0;
  padding-top: 0.0508rem;
}
.home2 .list .inner {
  height: 100%;
  height: 1.6211rem;
  font-size: 0;
  white-space: nowrap;
}
.home2.showdiv .list {
  margin-top: 0;
  opacity: 1;
  transition: margin 1s ease-out 1.2s, opacity 1s ease-out 1.2s;
}
.home2 .list .item {
  cursor: pointer;
  position: relative;
  padding: 0 0.0586rem 0rem 0.0586rem;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  height: 100%;
  display: inline-block;
  white-space: normal;
}
.home2 .list .item:first-child {
  margin-left: 0;
}
.home2 .list .item .h {
  font-size: 0.0781rem;
  opacity: 0.5;
  line-height: 1;
}
.home2 .list .item.now .h {
  opacity: 1;
}
.home2 .list .item .p {
  margin-left: 0.0781rem;
  display: none;
  font-size: 0.0547rem;
}
.home2 .list .item.now .p {
  display: block;
}
.home2 .pic {
  position: absolute;
  left: 50%;
  margin-left: 0.1563rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.1094rem;
  width: 2.6172rem;
  max-width: 45%;
}
.home2 .pic .d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home2 .pic .d.s {
  opacity: 1;
}
.home2 .pic .p1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  opacity: 0;
  transform: translate(-0.1172rem, 0.1172rem);
  opacity: 0;
}
.home2 .pic .p2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  opacity: 0;
  transform: translate(0.1172rem, -0.1172rem);
  opacity: 0;
}
.home2 .pic .more {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.home2.showdiv .pic .p1 {
  transform: none;
  opacity: 1;
  transition: all 1s ease-out 1.2s;
}
.home2.showdiv .pic .p2 {
  transform: none;
  opacity: 1;
  transition: all 1s ease-out 1.2s;
}
.home2.showdiv .pic .more {
  opacity: 1;
  transition: all 1s ease-out 1.2s;
}
.home2
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: url(/images/png10.png) center center no-repeat;
  width: 0.1563rem;
  height: 0.1563rem;
  margin-top: -0.0469rem;
}
.home2 .mCSB_scrollTools .mCSB_draggerRail {
  background: #7b625e;
  height: 0.0039rem;
}
.home2 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: -0.1094rem;
  bottom: auto;
}

.home3 .title {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background: url(/images/pic3.jpg) center center no-repeat;
  background-size: cover;
}
.home3 .title .inner {
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.home3.showdiv .title .inner {
  opacity: 1;
  transform: scale(1);
}
.home3 .title .fz40 {
  margin: 0 0.0391rem;
  cursor: pointer;
}
.home3 .title .fz40 a {
  padding-bottom: 0.2734rem;
  margin-top: 0.0781rem;
  background: url(/images/png5.png) center bottom no-repeat;
  font-size: 0.0625rem;
  width: 0.1055rem;
  display: none;
}
.home3 .title .fz40.now a {
  display: inline-block;
}
.home3 .div {
  background: #665855;
  position: absolute;
  left: 20%;
  top: 0;
  right: 0;
  bottom: 0;
}
.home3 .list {
  padding: 0 0.1953rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.home3 .list.act {
  pointer-events: auto;
}
.home3 .item {
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.0781rem;
  border-left: 0.0039rem solid #746562;
  border-right: 0.0039rem solid #746562;
  background: url(/images/bg10.png) right bottom no-repeat;
  background-size: contain;
  transform: translateY(0.1953rem);
  opacity: 0;
}
.home3.showdiv .act .item {
  opacity: 1;
  transform: none;
  transition: all 1s ease-out 0s;
}
.home3.showdiv .act .item:nth-child(2) {
  transition-delay: 0.2s;
  background-image: url(/images/bg11.png);
}
.home3.showdiv .act .item:nth-child(3) {
  transition-delay: 0.4s;
  background-image: url(/images/bg12.png);
}
.home3.showdiv .act .item:nth-child(4) {
  transition-delay: 0.6s;
  background-image: url(/images/bg13.png);
}
.home3 .item .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  height: 100%;
}
.home3 .item:hover .inner {
  background: #746562;
}
.home3 .item .pic {
  width: 100%;
  overflow: hidden;
  height: 45%;
}
.home3 .item .pic .img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-out 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home3 .item:hover .pic .img {
  transform: scale(1.05);
}
.home3 .item .text {
  padding: 0.1563rem 0.1172rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
.home3 .item .text .h {
  font-size: 0.0938rem;
  width: 0.0938rem;
  line-height: 1.1;
}
.home3 .item .text .p {
  margin-right: 0.0977rem;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 0.9375rem;
}
.home3 .item .text .more1 {
  background: url(/images/png11.png) center bottom no-repeat;
  width: 0.0781rem;
  padding-bottom: 0.1953rem;
  display: block;
  position: absolute;
  right: 0.1172rem;
  left: 0.1563rem;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
  text-align: center;
}
.home3 .item .text .more1:hover {
  transform: translateY(0.0391rem);
}

.home4 .title {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(/images/pic9.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .title .inner {
  opacity: 0;
  transition: all 1s ease-out 0s;
  transform: scale(0.9);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home4.showdiv .title .inner {
  opacity: 1;
  transform: scale(1);
}
.home4 .content {
  position: absolute;
  left: 20%;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/images/bg7.jpg) center center;
  border-left: 0.0039rem solid #433b3b;
}
.home4 .content .d {
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.home4.showdiv .content .d {
  opacity: 1;
}
.home4 .content .d .pic {
  overflow: hidden;
}
.home4 .content .d .pic span {
  display: block;
  height: 100%;
  transition: all 1.8s ease-out 0s;
  transform: scale(1.2);
}
.home4.showdiv .content .d .pic span {
  transform: none;
}
.home4 .content .tit {
  font-size: 0.0938rem;
}
.home4 .content .tit a {
  display: block;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.home4 .content .tit a:hover {
  color: #cdb1b1;
}
.home4 .content .d1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 50%;
}
.home4 .content .d1 .pic {
  height: 100%;
}
.home4 .content .d1 .pic span {
  background: url(/images/pic32.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d1 .tit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: url(/images/png19.png);
}
.home4 .content .d2 {
  position: absolute;
  left: 40%;
  top: 0;
  width: 40%;
  height: 50%;
}
.home4 .content .d2 .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.home4 .content .d2 .pic span {
  background: url(/images/pic36.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d2 .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.home4 .content .d3 {
  position: absolute;
  left: 80%;
  top: 0;
  width: 20%;
  height: 50%;
}
.home4 .content .d3 .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.home4 .content .d3 .pic span {
  background: url(/images/pic37.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d4 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20%;
  height: 50%;
}
.home4 .content .d4 .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.home4 .content .d4 .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.home4 .content .d4 .pic span {
  background: url(/images/pic38.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d5 {
  position: absolute;
  left: 20%;
  top: 50%;
  width: 40%;
  height: 50%;
}
.home4 .content .d5 .pic {
  height: 100%;
}
.home4 .content .d5 .pic span {
  background: url(/images/pic33.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d5 .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: url(/images/png19.png);
}
.home4 .content .d6 {
  position: absolute;
  left: 60%;
  top: 50%;
  width: 40%;
  height: 25%;
}
.home4 .content .d6 .pic {
  height: 100%;
}
.home4 .content .d6 .pic span {
  background: url(/images/pic35.jpg) center center no-repeat;
  background-size: cover;
}
.home4 .content .d6 .tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(/images/png19.png);
}
.home4 .content .d7 {
  position: absolute;
  left: 60%;
  top: 75%;
  width: 40%;
  height: 25%;
}
.home4 .content .d7 .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.home4 .content .d7 .pic span {
  background: url(/images/pic34.jpg) center center no-repeat;
  background-size: cover;
}

.home4 .rb {
  position: absolute;
  top: 50%;
  margin-top: -0.332rem;
  right: -0.332rem;
  color: #fff;
  cursor: pointer;
  transition: all 1s ease-out 0.5s;
  opacity: 0;
  width: 0.6641rem;
  height: 0.6641rem;
  border-radius: 100%;
  background: transparent;
  transform: scale(0);
}
.home4.showdiv .rb {
  right: -0.332rem;
  opacity: 1;
  transform: none;
}
.home4 .rb:before {
  content: "";
  background: url(/images/png25.png) center center no-repeat;
  width: 0.3789rem;
  height: 0.3555rem;
  position: absolute;
  left: -0.0781rem;
  top: 0.0391rem;
  transform: scale(0.6);
  transition: all 1s ease-out 1.6s;
  opacity: 0;
}
.home4 .rb:after {
  content: "";
  background: url(/images/png26.png) center center no-repeat;
  width: 0.3047rem;
  height: 0.3438rem;
  position: absolute;
  left: 0.0586rem;
  top: 0.3125rem;
  transform: scale(0.6);
  transition: all 1s ease-out 2.8s;
  opacity: 0;
}
.home4 .rb i {
  background: url(/images/png24.png) center center no-repeat;
  width: 0.1406rem;
  height: 100%;
  display: block;
  margin-left: 0.0781rem;
  position: relative;
  opacity: 0;
  z-index: 1;
}
.home4.showdiv .rb i {
  margin-left: 0.1563rem;
  opacity: 1;
  transition: all 1s ease-out 4s;
}
.home4.showdiv .rb:before {
  content: "";
  opacity: 1;
  transform: none;
}
.home4.showdiv .rb:after {
  content: "";
  opacity: 1;
  transform: none;
}

.home5 {
  /* padding: calc(5vw + 0.3711rem) 0 5vw; */
  background: #f9f2f2;
}
.home5 .content {
  margin-top: 0.1758rem;
}
.home5 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home5 .list:nth-child(2) {
  margin-top: 0.0781rem;
}
.home5 .list .box {
  width: calc(50% - 0.0391rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home5 .list .ptbox {
  width: calc(50% - 0.0391rem);
  position: relative;
}
.home5 .list .ptbox .v {
  border-color: #fff;
  color: #fff;
}
.home5 .list .ptbox .v:hover {
  background: #fff;
  color: #a20000;
}
.home5 .list .item {
  background: #fff;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.1);
  width: calc(50% - 0.0391rem);
  cursor: pointer;
  position: relative;
  border-bottom: 0.0156rem solid #94070a;
}
.home5 .list .item:nth-child(-n + 2) {
  margin-bottom: 0.0781rem;
}
.home5 .list .item .text {
  padding: 0.1563rem 0.1172rem;
  position: relative;
}
.home5 .list .item:nth-child(1):before {
  content: "";
  background: url(/fonts/bg9a.svg) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home5 .list .item:nth-child(4):before {
  content: "";
  background: url(/fonts/bg9a.svg) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home5 .list .item:last-child:before {
  content: "";
  background: url(/images/bg9a.svg) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home5 .list .item .text .h {
  font-size: 0.0625rem;
  line-height: 1.5;
}
.home5 .list .item .text .date {
  color: #99857b;
  margin-top: 0.0586rem;
  font-style: italic;
  font-size: 0.0625rem;
  display: none;
}
.home5 .btns {
  text-align: center;
  margin-top: 0.1172rem;
}
.home5 .btns .more {
  margin: 0 0.1758rem;
}

.ptbox .inner {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.ptbox .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ptbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-out 0s;
}
.ptbox .img a {
  display: block;
  height: 100%;
}
.ptbox .img img {
  width: 100%;
  height: auto;
  max-height: none;
}
.ptbox .v {
  width: 0.1563rem;
  height: 0.1563rem;
  position: absolute;
  left: 0.1172rem;
  bottom: 100%;
  margin-bottom: -0.0391rem;
  font-family: icon;
  border: 0.0078rem solid #fff;
  border-radius: 100%;
  line-height: 0.1602rem;
  text-align: center;
  color: #fff;
  font-size: 0.1016rem;
  text-indent: 0.0195rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0.0859rem;
  color: #94070a;
  border-color: #94070a;
}
.ptbox .v:hover {
  color: #fff;
  background: transparent;
}
.ptbox .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ptbox .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptbox .video .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.0195rem 0.0586rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}
.ptbox .text {
  position: absolute;
  left: 0;
  bottom: -0.0039rem;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
}
.ptbox .text a {
  display: block;
  padding: 0.1172rem 0.1172rem 0.0781rem 0.1172rem;
}
.ptbox .text .date {
  margin-top: 0.0391rem;
  line-height: 1;
}
.ptbox .text .h {
  font-size: 0.0781rem;
}
.ptbox.act .text {
  display: none;
}
.ptbox.act .video {
  display: block;
}
.ptbox.act .v {
  display: none;
}

.home6 {
  position: relative;
  margin-bottom: 0.9766rem;
}
.home6:before {
  content: "";
  display: block;
  height: 3.4844rem; /*position: absolute;*/ /*left: 0;*/ /*top: .1563rem;*/ /*right: 0;*/
  background: url("/images/background.png") center no-repeat;
  background-size: cover;
}
.home6 .block .title {
  width: 0.7813rem;
  height: 0.2031rem;
  font-size: 0.0547rem;
  color: #ffffff;
  line-height: 0.1055rem;
  text-align: center;
  position: absolute;
  top: 0.6641rem;
  font-weight: 400;
  letter-spacing: 0.0078rem;
}
.home6 .block .title:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.1563rem;
  left: 0.1484rem;
  width: 0.4883rem;
  height: 0.0078rem;
  background: #ffffff;
}
.home6 .block .title a.more {
  display: inline-block;
  width: 0.2031rem;
  color: #fff;
  border-bottom: #fff solid 0.0078rem;
  position: absolute; /* z-index: 1; */
  left: 1.4805rem;
  right: auto;
  top: 0.1016rem;
  bottom: auto;
  line-height: 0.0664rem; /* padding: 0 .0195rem; */
  font-size: 0.043rem;
}
.home6 .block .title h3 {
  font-size: 0.0898rem;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  text-align: center;
  font-style: normal;
}
.home6 .block .img-list {
  position: absolute;
  top: 1.2305rem;
}
.home6 .block .img-list ul li {
  display: inline-flex;
}
.home6 .block .img-list li a {
  display: block;
  position: relative;
}
/*.home6 .block .img-list li a:before {content: "";display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 1;background: url("/images/bg10.png") center repeat-x;background-size: auto 100%;}*/
.home6 .block .img-list li a .img {
  width: 101%;
  overflow: hidden;
  position: relative;
}
.home6 .block .img-list li a .img img {
  width: 100%;
  height: 1.4375rem;
}
.home6 .block .img-list li a .layer1 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0 0.1289rem;
  color: #fff;
}
.home6 .block .img-list li a .layer1 .time {
  font-size: 0.0508rem;
  opacity: 0.6;
}
.home6 .block .img-list li a .layer1 p {
  width: 100%;
  font-size: 0.0664rem;
  line-height: 0.1016rem;
  margin-top: 0.0273rem;
  margin-bottom: 0.2188rem;
  max-height: 0.3906rem;
  overflow: hidden;
}
.home6 .block .img-list li a .layer1 .info {
  border-bottom: #ee9640 solid 0.0273rem;
  font-size: 0.0547rem;
  padding: 0.0078rem 0;
  width: 18%;
}
.home6 .block .img-list li a .layer1 .info img {
  height: 0.082rem;
  margin-right: 0.0039rem;
}
.home6 .block .img-list li a .layer1 .info-2 {
  border-color: #47d800;
}
.home6 .block .img-list li a:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.home6 .block .img-list li.li_01 {
  width: 34%;
}
/*.home6 .part1{position:relative;}*/
/*.home6 .part1 .focus{position:relative;transform:translateY(.1953rem);transition:all 1s cubic-bezier(0.3,0,0.5,1) 0s;opacity:0;}
.home6 .part1.showdiv .focus{transform:none;opacity:1;}*/
/*.home6 .part1 .prev{background:url(/images/arrow1a.png) center center no-repeat;width:.2188rem;height:.2188rem;position:absolute;left:.332rem;top:1.2891rem;margin-top:-0.1094rem;}
.home6 .part1 .prev:after{content:"";display:block;border:.0078rem solid #fff;border-radius:100%;height:100%;box-sizing:border-box;opacity:0;transform:scale(0.8);}
.home6 .part1 .prev:hover:after{opacity:1;transform:none;transition:all 0.2s ease-out 0s;}
.home6 .part1 .next{background:url(/images/arrow1b.png) center center no-repeat;width:.2188rem;height:.2188rem;position:absolute;right:.332rem;top:1.2891rem;margin-top:-0.1094rem;}
.home6 .part1 .next:after{content:"";display:block;border:.0078rem solid #fff;border-radius:100%;height:100%;box-sizing:border-box;opacity:0;transform:scale(0.8);}
.home6 .part1 .next:hover:after{opacity:1;transform:none;transition:all 0.2s ease-out 0s;}
.home6 .part1 .frame{overflow:hidden;}
.home6 .part1 .child{float:left;position:relative;}
.home6 .part1 .child:after{content:"";clear:both;}*/
/*.home6 .part1 .title{text-align:left;padding:.1953rem .3516rem;}*/
/*.home6 .part1 .pic{font-size:0;background:#000;}*/
/*.home6 .part1 .pic a{display:block;}*/
/*.home6 .part1 .pic video{width:100%;height:auto;}*/
/*.home6 .part1 .pic img{!* opacity:0.8; *!width:100%;}*/
/*.home6 .part1 .text{background:transparent;color:#fff;width:2.8906rem;position:relative;position:absolute;right:.3516rem;bottom:0;}*/
/*.home6 .part1 .text .inner{padding:.1758rem .2148rem;display:-ms-flexbox;display:flex;}*/
/*.home6 .part1 .text .l{width:.5859rem;margin-right:.1563rem;}*/
/*.home6 .part1 .text .r{-ms-flex:1;flex:1;}*/
/*.home6 .part1 .text .h{font-size:.0781rem;}*/
/*.home6 .part1 .text .p{margin-top:.0586rem;}*/
/*.home6 .part1 .text .date{margin-top:.0977rem;font-size:.0625rem;font-style:italic;}*/
/*.home6 .part2{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;margin-top:.5469rem;}*/
/*.home6 .part2 .d{width:calc(50% - .0391rem);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}*/
/*.home6 .part2 .d1{margin-right:.0391rem;transform:translate(0,-0.3125rem);transition:all 1s ease-out 0s;opacity:0;}*/
/*.home6 .part2 .d2{margin-left:.0391rem;-ms-flex-direction:column-reverse;flex-direction:column-reverse;transform:translate(0,.3125rem);transition:all 1s ease-out 0s;opacity:0;-ms-flex-order:1;order:1;}*/
/*.home6 .part2.showdiv .d{transform:none;opacity:1;}*/
/*.home6 .part2 .title{padding:0 0 .3906rem;}*/
/*.home6 .part2 .title.m-show{display: none;}*/
/*.home6 .ptbox .v{color: #fff;border-color: #fff;}*/
/*.home6 .ptbox .v:hover{background: transparent;}*/

.home7 {
  background: #382e2f url(/images/bg5.svg) left bottom no-repeat;
  background-size: auto 80%;
}
.home7 .block {
  position: relative;
  color: #fff;
  height: 100%;
  height: 5.4688rem;
}
/*.home7 .block .d1{position: absolute;width:100%;height:100%;top: .7617rem;right: .7148rem}*/
.home7 .svg {
  width: 0.2734rem;
  height: 0.2344rem;
  margin: 0 auto 0.0586rem;
}
.home7 .svg svg {
  width: 100%;
  height: 100%;
}
.st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
/* 弹窗样式 */
#imageModal {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#closeBtn {
  position: absolute;
  top: 0.0391rem;
  right: 0.0781rem;
  color: white;
  font-size: 0.1563rem;
  background-color: transparent;
  border: none;
}

#modalImg {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.home7 .d1 .title {
  position: absolute;
  top: 28%;
  right: 23%;
}
.home7 .d1 img {
  position: absolute;
  right: 5%;
  top: 13%;
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
/*.home7 .d1 .title img{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.home7 .d2 {
  position: absolute;
  bottom: 29%;
  right: 50%;
  left: 5%;
  height: 42%;
}
.home7 .d2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home7 .d2 .dd1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: url(/images/pic16.jpg) center center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0s;
}
.home7 .d2 .dd2 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 50%;
  background: url(/images/pic17.png) center center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0.2s;
}
.home7 .d4 .dd3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: #9f9998;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0.4s;
}
.home7 .d2 .h {
  font-size: 0.0938rem;
}
.home7 .d2 .more1 {
  margin-top: 0.0391rem;
}
.home7 .d3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  color: #fff;
  background-size: cover;
  height1: 42%;
  transform: translate(0.1953rem, 0rem);
  opacity: 0;
  transition: all 1s ease-out 0s;
}
.focus1 {
  position: relative;
}
.focus1 .child {
  overflow: hidden;
  position: relative;
}
.focus1 .child img {
  width: 100%;
  height: auto;
}
.focus1 .navg {
  position: absolute;
  left: 0;
  bottom: 0rem;
  right: 0rem;
  text-align: right; /*background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));*/
  height: 0.1953rem;
  padding: 0 0.0781rem;
  line-height: 0.1953rem;
  padding-bottom: 0.0391rem;
  display: none;
}
.focus1 .navg li {
  color: #fff;
  display: inline-block;
  margin: 0 0.0313rem;
  line-height: 1;
  vertical-align: middle;
  font-family: Arial;
  cursor: pointer;
}
.focus1 .navg li:after {
  content: "";
  display: inline-block;
  border-bottom: 0.0039rem solid #fff;
  vertical-align: middle;
  margin-left: 0.0117rem;
  transition: all 0.5s ease-out 0s;
  width: 0;
}
.focus1 .navg li.slick-active:after {
  width: 0.1172rem;
}
.home7 .d4 {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 5%;
  height: 42%;
}
.home7 .d4 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home7 .d4 .dd1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: #261819;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(-0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0.6s;
}
.home7 .d4 .dd2 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 50%;
  background: url(/images/pic20.jpg) center center no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translate(-0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0.8s;
}
/*.home7 .d4 .dd3{position:absolute;left:50%;top:50%;width:50%;height:50%;background:url(/images/pic21.jpg) center center no-repeat;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-0.3125rem,.3125rem);opacity:0;transition:all 1s ease-out 1s;}*/
.home7 .d4 .h {
  font-size: 0.0938rem;
}
.home7 .d4 .more1 {
  margin-top: 0.0391rem;
}
.home7.showdiv .d1 {
  transform: none;
  opacity: 1;
  height: 2.2969rem;
}
.home7.showdiv .d2 > div {
  transform: none;
  opacity: 1;
}
.home7.showdiv .d3 {
  transform: none;
  opacity: 1;
}
.home7.showdiv .d4 > div {
  transform: none;
  opacity: 1;
}

/*基层团训*/
.home8 {
  overflow: hidden;
}
/*.home8 .title:after{content:"";clear: both;display: block;}*/
/*.home8 .title .fz40{float: left;}*/
/*.home8 .title .fz40 a{transform:scale(0.8);display:inline-block;}*/
/*.home8 .title .fz40 .now{transform:none;color: #94070a;}*/
/*.home8 .title .more{background:url(/images/png32.svg) center right no-repeat;padding-right:.293rem;color: #333;margin-top:.0391rem;line-height:.1055rem;float: right;}*/
.home8 .l {
  float: left;
  transform: translateX(-0.1953rem);
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.home8.showdiv .l {
  opacity: 1;
  transform: none;
}
/*.home8 .l .list{margin-top:.1172rem;background:#fff;padding:.1367rem .1563rem;border-bottom:.0156rem solid #94070a;box-shadow:0 0 .0391rem rgba(0,0,0,0.1);height:1.1094rem;box-sizing:border-box;}*/
/*.home8 .l .list .item{margin-top:.0977rem;}*/
/*.home8 .l .list .item:first-child{margin-top:0;}*/
/*.home8 .l .list .item .h{font-size:.0625rem;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}*/
/*.home8 .l .list .item:hover .h{color:#94070a;}*/
/*.home8 .l .list .item .date{margin-top:.0391rem;position: relative;font-style: italic;color: #9c888a;}*/
/*.home8 .l .list .item .date:before{content:"";position: absolute;left:0;top:50%;width:100%;border-top:.0039rem solid #eee;transition:all 0.3s ease-out 0s;}*/
/*.home8 .l .list .item:hover .date:before{border-color: #94070a;}*/
/*.home8 .l .list .item .date span{background:#fff;padding-right:.0391rem;display: inline-block;position: relative;}*/
/*.home8 .r .more{float: left;margin-left: .1563rem;margin-top: .0508rem;}*/
/*.home8 .r .title{text-align: left;}*/
/*.home8 .r .title .fz40{cursor: pointer;transform:scale(0.8);}*/
/*.home8 .r .title span{display: inline-block;vertical-align: middle;}*/
/*.home8 .r .title .tit-point{float: none;margin: 0 .1563rem;}*/
/*.home8 .r .title .tit-item::after{content: '';display: block;clear: both;}*/
/*.home8 .r .title .tit-item.now .fz40{transform:none;color: #94070a;}*/
/*.home8 .r .list{margin-top:.1172rem;border-bottom:.0156rem solid #94070a;}*/
/*.home8 .r .list .item{height:.3516rem;line-height:.3477rem;background:#fff;margin-top:.0195rem;box-shadow:0 0 .0391rem rgba(0,0,0,0.1);}*/
/*.home8 .r .list .item:first-child{margin-top:0;}*/
/*.home8 .r .list .item .pic{float:left;width:.7813rem;border-right:.0039rem solid #ebe6e5;text-align:center;height:100%;position:relative;overflow:hidden;background:#ebe6e5;}*/
/*.home8 .r .list .item .pic:before{content:"";background:url(/images/png92.png) center center no-repeat;width:110%;position:absolute;left:50%;top:0;margin-left:-55%;padding-top:110%;animation:cc 20s linear 0s infinite;}*/
/*@keyframes cc{*/
/*0%{transform:rotate(0);}*/
/*100%{transform:rotate(360deg);}*/
/*}*/
/*.home8 .r .list .item .pic span{display:block;height:100%;box-sizing:border-box;border:.0156rem solid #fff;font-size:.0859rem;color:#a19896;position:relative;line-height:1;}*/
/*.home8 .r .list .item .pic span:after{content:"";vertical-align:middle;display:inline-block;height:100%;}*/
/*.home8 .r .list .item .h{line-height:1.3;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 .0781rem;height:100%;font-size:.0625rem;}*/
/*.home8 .r .list .item .h span{display:block;width:100%;}*/
/*.home8 .r .list .item:hover .h{color:#94070a;}*/
.home8 .r {
  float: right;
  transform: translateX(0.1953rem);
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.home8.showdiv .r {
  opacity: 1;
  transform: none;
}
.index_news {
  width: 100%;
  margin: 0.1953rem auto;
  height: auto;
  overflow: hidden;
}
.index_news_l {
  width: calc(100% - 1.25rem);
  float: left;
  height: auto;
  overflow: hidden;
}
.index_news_r {
  width: 1.25rem;
  float: right;
  height: auto;
  overflow: hidden;
}
.index_news_title {
  height: 0.1016rem;
  line-height: 0.1016rem;
  width: 100%;
}
.index_news_title img {
  display: inline-block;
  margin-right: 0.0391rem;
  vertical-align: top;
}
.index_news_title h2 {
  font-size: 0.1289rem;
  color: #000;
  display: inline-block;
}
.index_news_l ul li {
  width: 1.25rem;
  height: 1.3086rem;
  overflow: hidden;
  float: left;
  margin: 0.1172rem 0.1172rem 0 0;
}
.index_news_l ul li:nth-child(3n) {
  margin-right: 0;
}
.index_news_l ul li img {
  width: 1.25rem;
  height: 0.8594rem;
  border-bottom: #b34241 0.0156rem solid;
}
.index_news_l ul li h2 {
  margin-top: 0.0391rem;
  color: #000000;
  font-size: 0.0625rem;
  line-height: 0.0938rem;
  height: 0.2031rem;
}
.index_news_l ul li p {
  color: #666666;
  margin-top: 0.0781rem;
  text-align: right;
}
.index_news_r_t {
  width: 96%;
  padding: 2% 0;
  text-align: left;
  height: 0.1445rem;
}
.index_news_r_t a {
  font-size: 0.0859rem;
  color: #000;
  text-align: left;
  width: 35%;
  display: inline-block;
  position: relative;
  height: 0.1563rem;
}
.index_news_r_t a.act {
  color: #6a6a6a;
}
.index_news_r_t a.act:after {
  content: "";
  height: 0.0117rem;
  background: #b34241;
  position: absolute;
  left: 0;
  bottom: -0.0234rem;
  width: 85%;
}
.index_news_xs {
  width: 100%;
  margin-top: 0.1016rem;
  height: 0.3516rem;
}
/* .index_news_xs .index_news_date {
  background: #fff;
  border: #ddd .0039rem solid;
  text-align: center;
  float: left;
  width: .2656rem;
  height: .3633rem;
  color: #005187;
  line-height: .1563rem;
  font-family: "楷体";
} */
/* .index_news_xs .index_news_date b{color: #fff;background: #B34241;height:50%;font-weight: normal;font-size: .0859rem;display: inline-block;text-align: center;width: 100%;} */
.index_news_xs .index_news_r_z {
  width: calc(100% - 0.3438rem);
  float: right;
}
.index_news_xs .index_news_r_z h4 {
  color: #b34241;
  line-height: 0.0898rem;
  min-height: 0.1172rem;
}
.index_news_xs .index_news_r_z span {
  display: inline-block;
  color: #8c8c8c;
  width: 0.8594rem;
  margin-top: 0.0195rem;
}
.index_news_xs .index_news_r_z h3 {
  color: #005187;
  margin-top: 0.0195rem;
}
.index_news_xs .index_news_r_z p {
  color: #8c8c8c;
  margin-top: 0.0195rem;
}
.index_news_m {
  width: 97%;
  text-align: right;
  margin-top: 0.0586rem;
}
.index_news_m a {
  color: #b34241;
}
.index_news_m .more i {
  float: left;
  background: url(/images/more1.svg) center center no-repeat;
  width: 0.1172rem;
  height: 0.1172rem;
  margin-right: 0.0586rem;
  margin-top: 0.0273rem;
  background-size: contain;
}

.home9 {
  background: #f9f2f2;
}
.home9 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.home9 .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  text-align: left;
  max-width: 0.1953rem;
}
.home9 .title .fz40 {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.home9 .title .more {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 0.0547rem;
  margin-top: 0.5859rem;
}
.home9 .title .more i {
  margin-bottom: 0.0781rem;
  margin-right: 0;
}
.home9 .list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.6641rem;
  -ms-flex: 1;
  flex: 1;
}
.home9 .item {
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.0781rem;
  height: 2.3438rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 1s ease-out 0s;
  transform: translateY(-0.3125rem);
  opacity: 0;
}
.home9 .item:nth-child(1) {
  margin-left: 0;
}
.home9 .item:nth-child(1) {
  transform: translateY(-0.1953rem);
  color: #e4241e;
}
.home9 .item:nth-child(2) {
  transform: translateY(0.1953rem);
  color: #e4241e;
}
.home9 .item:nth-child(3) {
  transform: translateY(-0.1953rem);
  color: #ffefce;
}
.home9 .item:nth-child(4) {
  transform: translateY(0.1953rem);
  color: #1a6cb6;
}
.home9 .item:nth-child(5) {
  transform: translateY(-0.1953rem);
  color: #ffffff;
}
.home9 .item:nth-child(6) {
  transform: translateY(0.1953rem);
  color: #ffffff;
}
.home9.showdiv .item {
  transform: none;
  opacity: 1;
}
.home9 .item .pic {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out 0s;
}
.home9 .item:hover .pic {
  transform: scale(1.1);
}
.home9 .item .tit {
  position: absolute;
  left: 0.1172rem;
  top: 0.1563rem;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  max-height: 70%;
}
.home9 .item .tit .h {
  font-size: 0.0859rem;
  letter-spacing: 0.0078rem;
}
.home9 .item:nth-child(1) .tit .h {
  color: #e4241e;
}
.home9 .item:nth-child(2) .tit .h {
  color: #e4241e;
}
.home9 .item:nth-child(3) .tit .h {
  color: #1a6cb6;
}
.home9 .item:nth-child(4) .tit .h {
  color: #ffffff;
}
.home9 .item:nth-child(5) .tit .h {
  color: #ffffff;
}
.home9 .item .tit .p {
  margin-left: 0.0391rem;
}
.home9 .item .more1 {
  left: 0.5469rem;
  top: 0.9648rem;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  color: #ffffff;
}
.home9 .item .more1:after {
  content: "";
  border-left: 0.0039rem solid #fff;
  display: inline-block;
  height: 0.1563rem;
  margin-top: 0.0313rem;
}
/*.home9 .item .more1{position:absolute;left:0;top:0;width:100%;height:100%;}*/
.home9 .btns {
  text-align: center;
  margin-top: 0.1172rem;
}
.home9 .list .inner {
  position: relative;
  flex-grow: 2;
}

.home10 {
  background: url(/images/bg8.png) right bottom no-repeat;
  background-size: contain;
}
.home10 .part1 .list {
  margin-top: 0.1758rem;
}
.home10 .part1 .list:after {
  content: "";
  display: block;
  clear: both;
}
.home10 .part1 .item {
  float: left;
  position: relative;
  width: calc(25% - 0.0586rem);
  margin-left: 0.0781rem;
  margin-bottom: 0.0781rem;
  overflow: hidden;
  transition: all 0.8s ease-out 0s;
  transform: translate(-0.3906rem, 0rem);
  opacity: 0;
}
.home10 .part1 .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home10 .part1 .item:nth-child(2) {
  transition-delay: 0.3s;
}
.home10 .part1 .item:nth-child(3) {
  transition-delay: 0.6s;
}
.home10 .part1 .item:nth-child(4) {
  transition-delay: 0.3s;
}
.home10 .part1 .item:nth-child(5) {
  transition-delay: 0.6s;
}
.home10 .part1 .item img {
  transition: all 0.5s ease-out 0s;
}
.home10 .part1 .item:hover img {
  transform: scale(1.05);
}
.home10 .part1 .item:first-child {
  width: calc(50% - 0.0391rem);
  margin-left: 0;
}
.home10 .part1 .item img {
  width: 100%;
  height: auto;
}
.home10 .part1.showdiv .item {
  transform: none;
  opacity: 1;
}
.home10 .part1 .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.0977rem 0.1563rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.home10 .focus1 .navg {
  background: none;
}
.home10 .part1 .item .h {
  font-size: 0.0703rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.home10 .part1 .item .ico {
  margin-bottom: 0.0781rem;
  width: 0.1836rem;
  height: 0.1836rem;
}
.home10 .part1 .item:first-child .h {
  text-align: left;
}
.home10 .part1 .btns {
  text-align: center;
  margin-top: 0.1563rem;
}
.home10 .part2 {
  margin-top: 8vw;
  display: none;
}
.home10 .part2 .list {
  margin-top: 0.1367rem;
  display: -ms-flexbox;
  display: flex;
}
.home10 .part2 .list .inner {
  position: relative;
  flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
}
.home10 .part2 .list .prev {
  background: url(/images/arrow2a.png) center center no-repeat;
  top: 50%;
  left: 0.0781rem;
  width: 0.0508rem;
  height: 0.0938rem;
  margin-top: -0.125rem;
  position: absolute;
  z-index: 1;
}
.home10 .part2 .list .next {
  background: url(/images/arrow2b.png) center center no-repeat;
  top: 50%;
  right: 0.0781rem;
  width: 0.0508rem;
  height: 0.0938rem;
  margin-top: -0.125rem;
  position: absolute;
  z-index: 1;
}
.home10 .part2 .item {
  margin-left: 0.0781rem;
  position: relative;
  cursor: pointer;
  transition: all 0.8s ease-out 0s;
  transform: translateY(0.3125rem);
  opacity: 0;
}
.home10 .part2 .item:nth-child(2) {
  transition-delay: 0.1s;
}
.home10 .part2 .item:nth-child(3) {
  transition-delay: 0.2s;
}
.home10 .part2.showdiv .item {
  transform: none;
  opacity: 1;
}
.home10 .part2 .item:first-child {
  margin-left: 0;
}
.home10 .part2 .item .pic {
  overflow: hidden;
}
.home10 .part2 .item img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.home10 .part2 .item:hover img {
  transform: scale(1.05);
}
.home10 .part2 .item .h {
  margin: -0.1172rem auto 0;
  width: 80%;
  height: 0.2344rem;
  line-height: 0.2344rem;
  text-align: center;
  background: #fff;
  font-size: 0.0703rem;
  box-shadow: 0 0 0.0195rem rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.2s ease-out 0s;
  position: relative;
}
.home10 .part2 .item .h:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.0078rem;
  background: #960f12;
  transition: all 0.2s ease-out 0s;
}
.home10 .part2 .item:hover .h {
  color: #fff;
}
.home10 .part2 .item:hover .h:before {
  height: 100%;
}
.home10 .part2 .item .h span {
  position: relative;
}

.home11 {
  background1: url(/images/bg6.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.home11 .block {
  padding: 5vw 0;
}
.home11 .list {
  margin-top: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
}
.home11 .item {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  transition: all 0.8s ease-out 0s;
  transform: scale(1);
  opacity: 1;
}
.home11 .showdiv .item {
  transform: none;
  opacity: 1;
}
.home11 .item:nth-child(2) {
  transition-delay: 0.1s;
}
.home11 .item:nth-child(3) {
  transition-delay: 0.2s;
}
.home11 .item:nth-child(4) {
  transition-delay: 0.3s;
}
.home11 .item .ico {
  display: inline-block;
  height: 0.332rem;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.home11 .item .ico img {
  max-height: 100%;
}
.home11 .item .svg {
  display: inline-block;
  height: 0.332rem;
  width: 0.3516rem;
}
.home11 .item .svg svg {
  width: 100%;
  height: 100%;
}
.home11 .item .h {
  margin-top: 0.0977rem;
  font-size: 0.0703rem;
}
.home11 .st0 {
  fill: none;
  stroke: #333333;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.home11 .st1 {
  fill: none;
  stroke: #333333;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.footer {
  background: #302a29;
  color: #fff;
  position: relative;
}
.footer .part1 {
  padding-bottom: 0.0977rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #ac0301;
  color: #fff;
}
.footer .nav_foot {
  margin-right: 0.3906rem;
  padding-bottom: 0.0391rem;
  overflow: hidden;
  text-align: center;
}
.footer .nav_foot a {
  font-size: 0.0625rem;
  padding: 0.1484rem 0 0 0;
  width: 0.668rem;
  display: inline-block;
  white-space: nowrap;
}
.footer .nav_foot a:hover {
  opacity: 0.8;
}
.footer .share .share-item {
  background: #fff;
  width: 0.1719rem;
  height: 0.1719rem;
  border-radius: 100%;
  line-height: 0.1719rem;
  margin-left: 0.0391rem;
  font-size: 0.1016rem;
  transition: all 0.2s ease-out 0s;
}
.footer .share .share-item:first-child {
  margin-left: 0;
}
.footer .share-box .share-item::after {
  color: #94070a !important;
}
.footer .share .share-item:hover {
  opacity: 0.8;
}
.footer .part2 {
  padding: 0.0586rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.footer .part2 .logo {
  margin-bottom: 0.0234rem;
  height: 0.1484rem;
}
.footer .part2 .info {
  color: rgba(255, 255, 255, 0.1);
  font-size: 0.0469rem;
  width: 100%;
}
.footer .part2 .info {
  text-align: center;
}
.footer .part2 .info span {
  margin: 0 0.0781rem;
  color: #fff;
  font-size: 0.0547rem;
}

.nav_right {
  position: fixed;
  right: 0;
  top: 50%;
  width: 0.2344rem;
  transform: translateY(-50%);
  z-index: 2;
  right: -0.2344rem;
}
.nav_right.showdiv {
  right: 0;
}
.nav_right li {
  height: 0.2344rem;
  line-height: 0.2344rem;
  text-align: center;
  background: #fff;
  border-radius: 0.0195rem 0 0 0.0195rem;
  margin: 0.0195rem 0;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  box-shadow: 0 0 0.0156rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.nav_right li:hover {
  background: transparent;
  color: #fff;
}
.nav_right .gotop span {
  display: block;
  height: 100%;
  background: #fff url(/images/png15.png) center center no-repeat;
}

.person_detail {
  position: relative;
}
.person_detail:before {
  content: "";
  background: url(/images/bg15.png) right center no-repeat;
  position: absolute;
  width: 2.1875rem;
  height: 2.4727rem;
  opacity: 0;
  right: 0;
  top: 0.3906rem;
  transition: all 1.5s ease-out 0s;
  transform: scale(0.7);
  transform-origin: right center;
}
.person_detail.showdiv:before {
  opacity: 1;
  transform: none;
}
.person_detail .block {
  position: relative;
}
.person_detail .content .pic {
  float: left;
  width: 0.5859rem;
}
.person_detail .content .pic img {
  width: 100%;
  height: auto;
}
.person_detail .content .text {
  padding: 0.0391rem 0.1953rem 0 0.7813rem;
}
.person_detail .content .h1 {
  font-size: 0.1563rem;
}
.person_detail .content .h1.away {
  font-size: 0.1563rem;
  display: inline-block;
  border-radius: 0.0117rem;
  border: 0.0039rem solid;
  padding: 0 0.0195rem;
}
.person_detail .content .h2 {
  font-size: 0.0703rem;
  margin-top: 0.0391rem;
  line-height: 2;
}
.person_detail .content .txt {
  margin-top: 0.3125rem;
  font-size: 0.0625rem;
}
.person_detail .content .txt p {
  margin-top: 0.0586rem;
  text-indent: 2em;
  text-align: justify;
}
.person_detail .content .txt p:first-child {
  margin-top: 0;
}
.person_detail .recommand {
  margin-top: 0.4492rem;
}
.person_detail .tit {
  font-size: 0.1172rem;
  text-align: center;
}
.person_detail .list {
  margin-top: 0.1367rem;
  display: -ms-flexbox;
  display: flex;
}
.person_detail .item {
  margin-left: 0.0781rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}
.person_detail .item:before {
  background: url(/images/bg16.png) center right no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  content: "";
  transform: scale(1.2);
  transform-origin: right bottom;
}
.person_detail .item:hover:before {
  opacity: 1;
  transform: none;
}
.person_detail .item a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 0.625rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.person_detail .item:first-child {
  margin-left: 0;
}
.person_detail .item:nth-child(1) {
  background: #8f070a;
}
.person_detail .item:nth-child(2) {
  background: #876e6a;
}
.person_detail .item:nth-child(3) {
  background: #3d537e;
}
.person_detail .item .txt {
  margin-left: 0.1172rem;
}
.person_detail .item .h {
  font-size: 0.0938rem;
}
.person_detail .item .p {
  margin-top: 0.0391rem;
}

.banner_page {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.banner_page img {
  width: 100%;
  transform: scale(1.1);
  transition: all 3s ease-out 0s;
}
.banner_page.s img {
  transform: none;
}
.banner_page .title {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  right: 0;
  text-align: center;
  padding: 0 0.1172rem;
}
.banner_frame {
  min-height: 1.1719rem;
}
.banner_frame img {
  visibility: hidden;
}
.banner_page1 {
  position: relative;
  overflow: hidden;
}
.banner_page1 img {
  width: 100%;
  height: auto;
}
.banner_page1 .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner_page1 .block {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner_page1 .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.banner_page1 .text .h {
  font-size: 0.1875rem;
}
.banner_page1 .text .p {
  margin-top: 0.1563rem;
  color: #e8afaf;
}
.banner_page1 .text .p a {
  display: inline-block;
  margin-bottom: 0.0781rem;
  width: 0.4688rem;
  margin-right: 0.1172rem;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.banner_page1 .text .p a:hover {
  color: #fff;
}
.banner_page1 .text .p .now {
  color: #fff;
}
.banner_page1 .text .p .now:before {
  content: "\e76c";
  font-family: icon;
  margin-right: 0.0391rem;
  font-size: 0.0781rem;
  display: inline-block;
  margin-left: -0.1172rem;
}
.banner_page1 .text .p .now:hover:before {
  animation: arr 0.6s linear 0s infinite;
}
@keyframes arr {
  0% {
    transform: translateX(-0.0273rem);
  }
  50% {
    transform: translateX(0rem);
  }
  100% {
    transform: translateX(-0.0273rem);
  }
}
.banner_page1 .title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.banner_page1 .text.r {
  left: auto;
  right: 0;
  text-align: right;
}
.banner_page1 .text.r .p {
  text-align: right;
}
.banner_page1 .text.r .p a {
  margin-left: 0rem;
  margin-right: 0;
}

.department2 {
  background: #fff url(/images/bg18.png) left bottom no-repeat;
  position: relative;
}
.department2 .list {
  margin-top: 0.1953rem;
  position: relative;
}
.department2 .item {
  position: absolute;
  width: calc(50% - 0.0586rem);
  margin-bottom: 0.0781rem;
  margin-right: 0.0781rem;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
  transform: translateY(0.3125rem);
}
.department2.showdiv .item {
  transform: none;
  opacity: 1;
}
.department2 .item:nth-child(even) {
  margin-right: 0;
}
.department2 .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: transparent;
  height: 0.0156rem;
  transition: all 0.3s ease-out 0s;
}
.department2 .item:hover:after {
  width: 100%;
}
.department2 .item .t {
  background: url(/images/bg17.png) right center no-repeat;
  height: 0.2734rem;
  background-size: cover;
}
.department2 .item .inner {
  padding: 0.1563rem 0.1172rem;
  position: relative;
}
.department2 .item .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.0781rem;
  width: 0.2734rem;
}
.department2 .item .text {
  padding: 0.0586rem 0 0 0.0586rem;
}
.department2 .item .h {
  font-size: 0.1172rem;
}
.department2 .item .p {
  margin-top: 0.0781rem;
  font-size: 0.0703rem;
  padding-left: 0.3516rem;
}
.department2 .item .p a {
  display: inline-block;
  min-width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 0.0781rem;
  line-height: 1.3;
  white-space: nowrap;
}
.department2 .item .p .c {
  padding-left: 0;
  width: 100%;
}
.department2 .item .p .c:before {
  display: none;
}
.department2 .item .p .cc {
  padding-left: 0.1563rem;
  width: 100%;
}
.department2 .item .p .cc:before {
  left: 0.0781rem;
}

.research1 {
  background: #fff;
}
.research1 .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.research1 .top .title {
  text-align: left;
}
.research1 .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.1953rem;
}
.research1 .tabs a {
  height: 0.3711rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  margin-left: 0.0391rem;
  text-align: center;
  line-height: 0.3711rem;
  font-size: 0.0703rem;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}
.research1 .tabs a span {
  position: relative;
}
.research1 .tabs a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/images/bg21.png) right center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.research1 .tabs a:hover:before {
  opacity: 1;
}
.research1 .tabs a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.0156rem;
  background: transparent;
  transition: all 0.3s ease-out 0s;
}
.research1 .tabs a.now:after {
  width: 100%;
  left: 0%;
}
.research1 .tabs a.now:before {
  opacity: 1;
}
.research1 .content {
  margin-top: 0.3125rem;
  position: relative;
}
.research1 .content .r {
  position: absolute;
  right: 0;
  top: 0;
}
.research1 .content .r span {
  font-size: 0.0625rem;
  margin-left: 0.0586rem;
}
.research1 .content .r .act {
  color: #94070a;
}
.research1 .content .h {
  text-align: center;
  font-size: 0.1172rem;
}
.research1 .content .text {
  margin-top: 0.1172rem;
  line-height: 1.8;
  font-size: 0.0625rem;
}
.research1 .content .text.big {
  font-size: 0.0781rem;
}
.research1 .content p {
  margin-top: 0.0781rem;
}
.research1 .content p:first-child {
  margin-top: 0;
}
.research1 .share {
  margin-top: 0.1563rem;
  text-align: right;
}

.research2 {
  background: #eeebea url(/images/bg19.png) right bottom no-repeat;
}
.research2 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.research2 .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  text-align: left;
  max-width: 0.1953rem;
  width: 0.2344rem;
}
.research2 .title .h {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.research2 .title .more {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 0.0547rem;
  margin-top: 0.3906rem;
}
.research2 .title .more i {
  margin-bottom: 0.0781rem;
  margin-right: 0;
}
.research2 .list {
  height: 1.9336rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.2734rem;
}
.research2 .list .item {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.0703rem;
  margin-left: 0.0781rem;
  transform: translateY(-0.3125rem);
  transition: all 0.5s cubic-bezier(0.6, 1.6, 0.5, 1.6) 0s;
  opacity: 0;
  height: 100%;
}
.research2 .list .item .inner {
  height: 100%;
  background: #6079a3;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.research2 .list .item .inner:before {
  content: "";
  background: #3d537e url(/images/bg25.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.research2 .list .item span {
  position: relative;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.research2 .list .item:hover .inner:before {
  opacity: 1;
}
.research2.showdiv .list .item {
  transform: none;
  opacity: 1;
}
.research2 .list .item:hover .inner {
  transform: translateY(-0.1172rem);
}

.research3 {
  background: #fff;
}
.research3 .list {
  margin-top: 0.1367rem;
  display: -ms-flexbox;
  display: flex;
}
.research3 .item {
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.0781rem;
  float: left;
  box-shadow: 0 0 0.0586rem rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 1.7695rem;
  transform: translateY(0.3125rem);
  opacity: 0;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
}
.research3 .item:first-child {
  margin-left: 0;
}
.research3.showdiv .item {
  transform: none;
  opacity: 1;
}
.research3 .item .pic {
  overflow: hidden;
}
.research3 .item .pic img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
  height: auto;
}
.research3 .item:hover .pic img {
  transform: scale(1.05);
}
.research3 .item .text {
  padding: 0.1367rem 0.1953rem;
}
.research3 .item .h {
  font-size: 0.0703rem;
  line-height: 1.6;
}
.research3 .item .date {
  font-size: 0.0625rem;
  color: #c0a9a6;
  font-style: italic;
  margin-top: 0.0391rem;
}
.research3 .b {
  margin-top: 0.1563rem;
  text-align: center;
}

.research4 {
  background: #eee url(/images/bg20.png) left center no-repeat;
  overflow: hidden;
}
.research4 .content {
  position: relative;
}
.research4 .list {
  margin-left: 44%;
  background: #fff;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  width: 56%;
  margin-top: 0.1367rem;
  transform: translate(0.3125rem, 0.3125rem);
  opacity: 0;
  transition: all 1s ease-out 0s;
}
.research4.showdiv .list {
  transform: none;
  opacity: 1;
}
.research4 .list .inner {
  padding: 0.2734rem 0 0.2734rem 0.6641rem;
}
.research4 .list .item {
  margin-top: 0.0977rem;
  padding-left: 0.2344rem;
  position: relative;
}
.research4 .list .item:before {
  content: "";
  background: url(/images/png37.png) center center no-repeat;
  width: 0.1484rem;
  height: 0.1484rem;
  filter: grayscale(80%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out 0s;
}
.research4 .list .item i {
  background: url(/images/arrow3.png) center center no-repeat;
  width: 0.0352rem;
  height: 0.0703rem;
  vertical-align: middle;
  margin-left: 0.1563rem;
  display: inline-block;
  filter: grayscale(80%);
  opacity: 0.6;
  transition: all 0.2s ease-out 0s;
}
.research4 .list .item.s:before {
  opacity: 1;
  filter: grayscale(0%);
}
.research4 .list .item.s i {
  opacity: 1;
  filter: grayscale(0%);
}
.research4 .list .item:first-child {
  margin-top: 0;
}
.research4 .list .item .h {
  font-size: 0.0938rem;
}
.research4 .list .item ul {
  padding: 0.0391rem 0;
  display: none;
}
.research4 .list .item ul li {
  margin-top: 0.0586rem;
  font-size: 0.0625rem;
}
.research4 .pic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.3125rem, -70%);
  opacity: 0;
  transition: all 1s ease-out 0s;
  z-index: 1;
  max-width: 55%;
}
.research4.showdiv .pic {
  transform: translate(0, -50%);
  opacity: 1;
}

.recruit1 {
  background: #fff;
}
.recruit1 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.recruit1 .title {
  text-align: left;
  max-width: 30%;
}
.recruit1 .title img {
  max-width: 1.1719rem;
}
.recruit1 .title .b {
  margin-top: 0.1172rem;
}
.recruit1 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  -ms-flex-preferred-size: auto;
  flex: 1;
  margin-left: 0.2734rem;
  height: 0.7813rem;
}
.recruit1 .item {
  -ms-flex: 1;
  -ms-flex-preferred-size: auto;
  flex: 1;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  margin-left: 0.0391rem;
  position: relative;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateY(0.1953rem);
}
.recruit1 .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.recruit1.showdiv .item {
  transform: none;
  opacity: 1;
}
.recruit1 .item:after {
  content: "";
  background: url(/images/bg22.png) center center no-repeat;
  width: 0.3281rem;
  height: 0.5547rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.recruit1 .item span {
  padding: 0.1367rem 0.0977rem;
  position: relative;
  display: block;
  font-size: 0.0703rem;
  width: 0.0781rem;
  line-height: 1.2;
}
.recruit1 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0977rem;
  width: 0.0156rem;
  background: transparent;
  bottom: 0.4688rem;
  transition: all 0.3s ease-out 0s;
}
.recruit1 .item:hover:before {
  top: 0;
  bottom: 0;
}
.recruit1 .item:hover:after {
  opacity: 1;
}

.recruit2 {
  background: #eeebea;
}
.recruit2 .content {
  margin-top: 0.1953rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.recruit2 .pic {
  width: 60%;
  transform: translateX(0.3125rem);
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.recruit2 .focus1 .navg {
  text-align: left;
}
.recruit2 .pic img {
  width: 100%;
  height: auto;
}
.recruit2.showdiv .pic {
  transform: none;
  opacity: 1;
}
.recruit2 .r {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(-0.3125rem, -50%);
  transform: translate(-0.3125rem, -50%);
  width: 50%;
  background: #fff;
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.recruit2.showdiv .r {
  transform: translate(0, -50%);
  opacity: 1;
}
.recruit2 .r .inner {
  padding: 0.1953rem 0.1953rem 0.0781rem;
}
.recruit2 .r .tit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}
.recruit2 .r .tit .h {
  font-size: 0.1172rem;
}
.recruit2 .r .tit .more {
  background: url(/images/png39.png) center right no-repeat;
  padding-right: 0.3516rem;
  color: #333;
  line-height: 0.1055rem;
}
.recruit2 .r .list {
  margin-top: 0.2148rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit2 .r .list .item {
  width: calc(25%);
  text-align: center;
  margin: 0.0781rem 0;
}
.recruit2 .r .list .item a {
  transition: all 0.2s ease-out 0s;
  display: block;
}
.recruit2 .r .list .item .ico {
  height: 0.1953rem;
}
.recruit2 .r .list .item:hover a {
  transform: translateY(-0.0391rem);
}
.recruit2 .r .list .item .h {
  font-size: 0.0703rem;
  margin-top: 0.0391rem;
}
.recruit2 .r .link {
  display: -ms-flexbox;
  display: flex;
  height: 0.8398rem;
}
.recruit2 .r .link .item {
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 0.0938rem;
  transition: all 0.2s ease-out 0s;
}
.recruit2 .r .link .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.recruit2 .r .link .item:hover {
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}
.recruit2 .r .link .item span {
  margin-top: 0.0391rem;
}
.recruit2 .r .link .item:nth-child(1) {
  background: transparent;
}
.recruit2 .r .link .item:nth-child(2) {
  background: #8c726e;
}
.recruit2 .r .link .item:nth-child(3) {
  background: #362d2e;
}
.recruit2 .b {
  text-align: center;
  margin-top: 0.1563rem;
}
.recruit2 .b .more {
  margin: 0 0.1172rem;
}

.recruit3 {
  background: #362d2e url(/images/bg23.png) left top no-repeat;
  background-size: auto 70%;
}
.recruit3 .title {
  color: #fff;
}
.recruit3 .content {
  margin-top: 0.1953rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.recruit3 .pic {
  width: 60%;
  margin-left: 40%;
  transform: translateX(-0.3125rem);
  transition: all 1s ease-out 0s;
  opacity: 0;
  overflow: hidden;
}
.recruit3 .pic img {
  width: 100%;
  height: auto;
}
.recruit3.showdiv .pic {
  transform: none;
  opacity: 1;
}
.recruit3 .l {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0.3125rem, -50%);
  width: 50%;
  transition: all 1s ease-out 0s;
  opacity: 0;
}
.recruit3.showdiv .l {
  transform: translate(0, -50%);
  opacity: 1;
}
.recruit3 .l .d1 {
  display: -ms-flexbox;
  display: flex;
  height: 1.2305rem;
}
.recruit3 .l .d1 .item {
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  transition: all 0.2s ease-out 0s;
}
.recruit3 .l .d1 .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.recruit3 .l .d1 .item:hover {
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}
.recruit3 .l .d1 .item:nth-child(1) {
  background: transparent;
}
.recruit3 .l .d1 .item:nth-child(2) {
  background: url(/images/pic66.jpg) center center no-repeat;
  background-size: cover;
}
.recruit3 .l .d1 .item span {
  font-size: 0.0938rem;
  margin-top: 0.0586rem;
}
.recruit3 .l .d2 {
  background: #2c1e1f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.2305rem;
}
.recruit3 .l .d2 .item {
  margin: 0 0.0859rem;
  font-size: 0.0703rem;
  transition: all 0.2s ease-out 0s;
}
.recruit3 .l .d2 .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit3 .l .d2 .item img {
  max-height: 0.1289rem;
}
.recruit3 .l .d2 .item:hover {
  transform: translateY(-0.0391rem);
}
.recruit3 .l .d2 .item span {
  margin-top: 0.0586rem;
}
.recruit3 .b {
  text-align: center;
  margin-top: 0.1563rem;
}
.recruit3 .b .more {
  margin: 0 0.1172rem;
  color: #fff;
}
.recruit3 .b .more i {
  background-image: url(/fonts/more1b.svg);
}

.bottom1 {
  background: #eeebea;
  position: relative;
}
.bottom1 .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1367rem;
}
.bottom1 .content .d {
  margin-left: 0.0781rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom1 .content .d:first-child {
  margin-left: 0;
}
.bottom1 .content .d .h {
  font-size: 0.1172rem;
}
.bottom1 .content .d .p {
  font-size: 0.0625rem;
  margin-top: 0.0391rem;
}
.bottom1 .content .d .date {
  color: #9c888a;
  font-style: italic;
  font-size: 0.0625rem;
  margin-top: 0.0391rem;
}
.bottom1 .d1 {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  -ms-flex-preferred-size: auto;
  -ms-flex: 1;
  flex: 1;
}
.bottom1 .d1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.0156rem;
  background: transparent;
}
.bottom1 .d1 .inner {
  padding: 0.1758rem 0.1953rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom1 .d1 li {
  font-size: 0.0625rem;
  margin-top: 0.0977rem;
  text-decoration: underline;
}
.bottom1 .d1 li:hover {
  color: #94070a;
}
.bottom1 .d2 {
  background: transparent;
  margin-top: 0.0781rem;
  padding: 0.1367rem 0.1953rem;
  color: #fff;
}
.bottom1 .b {
  text-align: center;
  margin-top: 0.1563rem;
}
.bottom1 .b .more {
  margin: 0 0.1172rem;
}
.bottom1 .bb {
  display: -ms-flexbox;
  display: flex;
  height: 0.7617rem;
}
.bottom1 .bb .d {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottom1 .bb .d img {
  transition: all 0.2s ease-out 0s;
}
.bottom1 .bb .d:hover img {
  transform: scale(0.9);
}
.bottom1 .bb .d span {
  font-size: 0.0938rem;
  margin-left: 0.1172rem;
}
.bottom1 .bb .d:first-child {
  background: #fff;
}
.bottom1 .bb .d:last-child {
  background: #e4dedc;
}

.recruit5 {
  background: #fff;
}
.recruit5 .pic {
  opacity: 0;
  transition: all 0.6s ease-out 0s;
}
.recruit5 .focus1 .navg {
  text-align: left;
}
.recruit5.showdiv .pic {
  opacity: 1;
}
.recruit5 .content {
  padding: 0.1953rem 0.332rem 0;
  position: relative;
}
.recruit5 .title {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recruit5 .title .p {
  margin-bottom: 0.0391rem;
}
.recruit5 .title .more {
  margin-top: 0.0781rem;
}
.recruit5 .list {
  background: transparent;
  color: #fff;
  width: 2.8906rem;
  padding: 0.1953rem 0;
  position: absolute;
  top: -0.2344rem;
  right: 0.332rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.recruit5 .list .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 2.3438rem;
}
.recruit5 .list .item {
  width: 0.4688rem;
  margin: 0.0391rem 0;
}
.recruit5 .list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.recruit5 .list .item em {
  height: 0.2148rem;
  line-height: 0.2148rem;
  display: block;
  overflow: hidden;
}
.recruit5 .list .item:hover em {
  transform: translateY(-0.0195rem);
  transition: all 0.1s ease-out 0s;
}
.recruit5 .list .item span {
  margin-top: 0.0391rem;
  font-size: 0.0703rem;
}

.recruit6 {
  background: #eeebea;
}
.recruit6 .list {
  margin-top: 0.1563rem;
  display: -ms-flexbox;
  display: flex;
}
.recruit6 .item {
  -ms-flex: 1;
  flex: 1;
  height: 0.9766rem;
  background: #fff;
  box-shadow: 0 0 0.0391rem rgba(0, 0, 0, 0.15);
  margin-left: 0.0781rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateY(0.1953rem);
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  position: relative;
}
.recruit6 .item:before {
  content: "";
  background: url(/images/png65.png) right bottom no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 45% auto;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  transform-origin: right bottom;
  transform: scale(0.95);
}
.recruit6 .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  height: 0.0156rem;
}
.recruit6 .item em {
  display: block;
  position: relative;
}
.recruit6 .item span {
  display: block;
  position: relative;
}
.recruit6 .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.recruit6 .item:hover:after {
  animation: a2 0.5s ease-out 0s 1 both;
}
.recruit6 .item:hover:before {
  opacity: 1;
  transform: none;
}
@keyframes a2 {
  0% {
    right: 50%;
    left: 50%;
  }
  100% {
    right: 0%;
    left: 0;
  }
}
.recruit6 .item:nth-child(2) {
  transition-delay: 0.2s;
}
.recruit6 .item:nth-child(3) {
  transition-delay: 0.4s;
}
.recruit6 .item:nth-child(4) {
  transition-delay: 0.6s;
}
.recruit6.showdiv .item {
  transform: none;
  opacity: 1;
}
.recruit6 em {
  height: 0.3906rem;
  line-height: 0.3906rem;
}
.recruit6 span {
  margin-top: 0.0781rem;
  font-size: 0.0703rem;
}
.recruit6 .item:first-child {
  margin-left: 0;
}

.recruit7 {
  background: #fff url(/images/bg24.png) right bottom no-repeat;
}
.recruit7 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recruit7 .dl {
  margin-right: 0.0391rem;
  -ms-flex: 1;
  -ms-flex-preferred-size: auto;
  flex: 1;
  max-width: 50%;
}
.recruit7 .title {
  text-align: left;
}
.recruit7 .title .more {
  margin-top: 0.0781rem;
}
.recruit7 .dl .title .more {
  color: #fff;
}
.recruit7 .dl .title .more i {
  background-image: url(/images/more1b.svg);
}
.recruit7 .dl .inner {
  background: #8c726e;
  padding: 0.293rem 0.332rem 0.1953rem;
  color: #fff;
}
.recruit7 .dl .h1 {
  margin-top: 0.1563rem;
  font-size: 0.0938rem;
}
.recruit7 .dl .list {
  margin-top: 0.0977rem;
  font-size: 0.0625rem;
}
.recruit7 .dl .list a {
  display: inline-block;
  margin-bottom: 0.0586rem;
  width: 33%;
  white-space: nowrap;
}
.recruit7 .dl .link {
  display: -ms-flexbox;
  display: flex;
  height: 0.4297rem;
}
.recruit7 .dl .link .d {
  color: #fff;
  -ms-flex: 1;
  flex: 1;
}
.recruit7 .dl .link .d a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.recruit7 .dl .link .d span {
  margin-left: 0.0781rem;
  font-size: 0.0938rem;
}
.recruit7 .dl .link .d:first-child {
  background: transparent;
}
.recruit7 .dl .link .d:last-child {
  background: #2c1e1f;
}
.recruit7 .dl .list a:hover {
  color: #94070a;
}
.recruit7 .dr {
  margin-left: 0.0391rem;
  -ms-flex: 1;
  -ms-flex-preferred-size: auto;
  flex: 1;
  background: url(/images/pic68.jpg) center center no-repeat;
  background-size: cover;
  height: 1.9531rem;
  margin-top: 0.4492rem;
}
.recruit7 .dr .inner {
  padding: 0.3516rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.recruit7 .dr .link {
  font-size: 0.0703rem;
}
.recruit7 .dr .link a {
  width: 50%;
  display: inline-block;
  margin-bottom: 0.0391rem;
}
.recruit7 .dr .link a:hover {
  color: #94070a;
}

.page_nav {
  margin: -0.3516rem auto 0;
  font-size: 0.0703rem;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.page_nav .block {
  height: 0.3516rem;
  line-height: 0.3516rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_nav a {
  padding: 0 0.1953rem;
  position: relative;
  text-align: center;
  display: block;
}
.page_nav a.now:after {
  content: "";
  height: 0.0391rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.page_nav2 {
  height: 0;
}
.page_nav2 .block {
  padding: 0.0977rem 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  transform: translateY(-50%);
  margin-top: -0.0039rem;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_nav2 .block:before {
  content: "";
  border-top: 0.0039rem solid #ddd;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.page_nav2 a {
  background: #fff;
  font-size: 0.0859rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.page_nav2 a:before {
  content: "";
  border-left: 0.0039rem solid #ddd;
  height: 0.0391rem;
  display: inline-block;
  margin-right: 0.0781rem;
}
.page_nav2 a:after {
  content: "";
  border-left: 0.0039rem solid #ddd;
  height: 0.0391rem;
  display: inline-block;
  margin-left: 0.0781rem;
}
.page_nav2 a.now {
  color: #94070a;
}

.old_leaders {
  background: #fff;
}
.old_leaders .tabs {
  height: 0.1563rem;
  line-height: 0.1563rem;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.1172rem;
}
.old_leaders .tabs:before {
  content: "";
  border-top: 0.0039rem solid #ddd;
  top: 0.0781rem;
  position: absolute;
  left: 0;
  right: 0;
}
.old_leaders .tabs a {
  margin: 0 0.1563rem;
  background: #fff;
  font-size: 0.0859rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.old_leaders .tabs a:before {
  content: "";
  border-left: 0.0039rem solid #ddd;
  height: 0.0391rem;
  display: inline-block;
  margin-right: 0.0781rem;
}
.old_leaders .tabs a:after {
  content: "";
  border-left: 0.0039rem solid #ddd;
  height: 0.0391rem;
  display: inline-block;
  margin-left: 0.0781rem;
}
.old_leaders .tabs a.now {
  color: #94070a;
}
.old_leaders .content {
  margin-top: 0.1563rem;
}
.old_leaders .content .block .d {
  display: -ms-flexbox;
  display: flex;
  height: 2.3828rem;
}
.old_leaders .content .lb {
  width: 0.2344rem;
  background: #94070a url(/images/png40.png) center bottom no-repeat;
  background-size: contain;
}
.old_leaders .content .list {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
}
.old_leaders .content .list .item {
  margin-left: 0.0391rem;
  background: #fff;
  box-shadow: 0 0 0.0586rem rgba(0, 0, 0, 0.2);
  padding: 0.1172rem 0.0977rem;
  font-size: 0.0703rem;
  width: calc(25% - 0.0293rem);
  box-sizing: border-box;
}
.old_leaders .content .list .item:nth-child(1) {
  margin-left: 0;
  background: url(/images/png41_1.png) center bottom no-repeat;
  background-size: contain;
}
.old_leaders .content .list .item:nth-child(2) {
  background: url(/images/png41_2.png) center bottom no-repeat;
  background-size: contain;
}
.old_leaders .content .list .item:nth-child(3) {
  background: url(/images/png41_3.png) center bottom no-repeat;
  background-size: contain;
}
.old_leaders .content .list .item:nth-child(4) {
  background: url(/images/png41_4.png) center bottom no-repeat;
  background-size: contain;
}
.old_leaders .content .list li {
  cursor: pointer;
  padding: 0.0391rem 0.0586rem;
  margin: 0.0391rem 0;
}
.old_leaders .content .list li.s {
  background: #94070a url(/images/png67.png) right center no-repeat;
  background-size: contain;
  color: #fff;
}
.old_leaders .mask {
  width: calc(25% - 0.0293rem);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: opacity 0.3s ease-out 0s;
  opacity: 0;
}
.old_leaders .mask .inner {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.293rem 0.1758rem 0;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.old_leaders .mask.s {
  visibility: visible;
  opacity: 1;
}
.old_leaders .mask .h {
  color: #aa2d30;
  margin-top: 0.0781rem;
  text-align: center;
  font-size: 0.0703rem;
  line-height: 1.8;
}
.old_leaders .mask .p {
  margin-top: 0.0781rem;
  line-height: 1.8;
  width: 100%;
  height: 0.5664rem;
  text-indent: 2em;
}
.old_leaders .mask .close {
  position: absolute;
  right: 0.0586rem;
  top: 0.0586rem;
  font-family: icon;
  font-size: 0.0781rem;
  cursor: pointer;
}
.old_leaders .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: transparent;
}

.leaders {
  background: #fff;
  padding: 0.4297rem 0;
}
.leaders .content {
  margin-top: 0.1758rem;
}
.leaders .part {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.0781rem;
}
.leaders .d {
  background: #fff;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  margin-left: 0.0781rem;
  -ms-flex: 1;
  -ms-flex-preferred-size: auto;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.leaders .d .bg {
  background: transparent;
  width: 0.2344rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.leaders .d .bg1 {
  background-image: url(/images/png40d.png);
}
.leaders .d .bg2 {
  background-image: url(/images/png40b.png);
}
.leaders .d .bg3 {
  background-image: url(/images/png40a.png);
}
.leaders .d:first-child {
  margin-left: 0rem;
}
.leaders .d .inner {
  -ms-flex: 1;
  flex: 1;
  padding: 0.1563rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.leaders .d .p {
  border-bottom: 0.0039rem solid #ddd;
  padding: 0.0586rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.leaders .d .p:last-child {
  border-bottom: none;
}
/* .leaders .d .p .s1 {font-size: .0625rem;} */
.leaders .d .p .s1 {
  font-size: 0.0508rem;
}
.leaders .d .p .th {
  font-size: 0.0703rem;
  width: 0.6641rem;
  border-right: 0.0039rem solid #ddd;
  text-align: right;
  padding-right: 0.0977rem;
  margin: 0.0391rem 0;
  box-sizing: content-box;
}
.leaders .d .p .td {
  font-size: 0.0625rem;
  line-height: 1;
  -ms-flex: 1;
  flex: 1;
}
.leaders .d .p .td a {
  margin: 0.0391rem 0.0781rem;
  display: inline-block;
}
.leaders .d .p .td a:hover {
  color: #94070a;
}
.leaders .d.bg {
  background: #fff url(/images/png40c.png) right bottom no-repeat;
}

.about0 {
  display: none;
}
.about {
  background: #fff url(/images/bg8.jpg) right bottom no-repeat;
  padding-top: 0.7031rem;
  position: relative;
  background-size: 55% auto;
}
.about .bg {
  background: url(/images/png44.png) left top no-repeat;
  height: 1.25rem;
  position: absolute;
  left: 0.0977rem;
  top: 0;
  right: 0;
  background-size: contain;
}
.about .block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about .title {
  display: none;
}
.about .list {
  padding-bottom: 1.3672rem;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.25rem;
  border-left: 0.0039rem solid #e0e0e0;
  position: relative;
}
.about .list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.0391rem;
  height: 0.0391rem;
  border-radius: 100%;
  background: #e0e0e0;
  margin: 0 0 0 -0.0195rem;
}
.about .list .item {
  position: relative;
  padding: 0.2148rem 0.1953rem;
  border-bottom: 0.0039rem solid #e0e0e0;
  font-size: 0.0625rem;
}
.about .list .item .h {
  position: absolute;
  left: -1.0938rem;
  top: 0.1953rem;
  width: 1.0938rem;
  text-align: center;
}
.about .list .item .h img {
  max-width: 75%;
}
.about .list .item:first-child {
  padding-top: 0;
}
.about .list .item:first-child .h {
  top: -0.0781rem;
}
.about .list .item p {
  margin-bottom: 0.0781rem;
  text-align: justify;
}
.about .list .item p:last-child {
  margin-bottom: 0;
}
.about .pics {
  position: relative;
  width: 67%;
  height: 32vw;
}
.about .pics .d {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .pics .d1 {
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
.about .pics .d2 {
  left: 30%;
  top: 0;
  height: 50%;
  width: 45%;
}
.about .pics .d3 {
  left: 75%;
  top: 0;
  height: 50%;
  width: 12%;
}
.about .pics .d4 {
  left: 30%;
  top: 50%;
  height: 50%;
  width: 27%;
}
.about .pics .d5 {
  left: 57%;
  top: 50%;
  height: 50%;
  width: 43%;
}

.research_detail .d1 {
  padding: 0.1953rem 0.332rem;
  background: #fff;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.1);
  margin-top: 0.1563rem;
  border-bottom: 0.0156rem solid #94070a;
}
.research_detail .d1 .h {
  font-size: 0.1172rem;
}
.research_detail .d1 .p a {
  font-size: 0.0703rem;
  margin: 0.1172rem 0 0 0;
  display: inline-block;
  width: 33.33%;
}
.research_detail .d2 {
  margin-top: 0.1563rem;
  background: #eee;
  padding: 0.1953rem 0.332rem;
}
.research_detail .d2 .h {
  font-size: 0.1172rem;
}
.research_detail .d2 .text {
  margin-top: 0.0977rem;
  font-size: 0.0625rem;
}
.research_detail .d2 .text p {
  margin-top: 0.0977rem;
}

.research_agency .part {
  margin-top: 0.1563rem;
  display: flex;
  display: flex;
}
.research_agency .part .d {
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.1563rem;
}
.research_agency .part .d:first-child {
  margin-left: 0;
}
.research_agency .d .t {
  background: url(/images/bg17.png) right center no-repeat;
  height: 0.2734rem;
  line-height: 0.2734rem;
  color: #fff;
  padding: 0 0.1953rem;
}
.research_agency .d .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.0781rem;
  width: 0.2734rem;
}
.research_agency .d .inner {
  padding: 0.1172rem 0.1953rem;
  background: #fff;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.1);
  border-bottom: 0.0156rem solid #94070a;
}
.research_agency .d .h {
  font-size: 0.1172rem;
}
.research_agency .d .inner .fz30 {
  margin-bottom: 0.0586rem;
}
.research_agency .d .p a {
  font-size: 0.0703rem;
  margin: 0.0586rem 0;
  display: inline-block;
}
.research_agency .d.c2 .p a {
  width: 50%;
}
.research_agency .d.c3 .p a {
  width: 33.33%;
}
.research_agency .d.c3 .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.research_agency .d.c3 .p .col {
  width: 33.33%;
}
.research_agency .d.c3 .p .col a {
  width: 100%;
}

.cooperation1 {
  overflow: hidden;
}
.cooperation1 .block {
  position: relative;
}
.cooperation1 .bg {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 6%;
  top: 30%;
  left: 50%;
}
.cooperation1 .pic {
  position: relative;
}
.cooperation1 .pic img {
  max-width: 65%;
}
.cooperation1 .text {
  position: absolute;
  background: #fff url(/images/png45.png) right bottom no-repeat;
  right: 0.1367rem;
  top: 7%;
  bottom: 10%;
  left: 50%;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  padding: 0.3516rem 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cooperation1 .text .p {
  margin-top: 0.0977rem;
}
.cooperation1 .text .b {
  margin-top: 0.0781rem;
}
.cooperation2 {
  position: relative;
}
.cooperation2 img {
  width: 100%;
  height: auto;
}
.cooperation2 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.cooperation2 .block {
  height: 100%;
  position: relative;
}
.cooperation2 .text {
  position: relative;
  top: 32%;
  background: #fff url(/images/png48.png) right bottom no-repeat;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  padding: 0.3516rem 0.3125rem 0.4688rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  box-sizing: border-box;
  height: 85%;
}
.cooperation2 .text .p {
  margin-top: 0.0977rem;
}
.cooperation2 .more1 {
  font-size: 0.0625rem;
  color: #94070a;
  display: inline-block;
  line-height: 0.1758rem;
  margin-top: 0.1172rem;
}
.cooperation2 .more1 i {
  float: left;
  background: url(/images/png47.png) center center no-repeat;
  width: 0.3047rem;
  height: 0.1758rem;
  margin-right: 0.0781rem;
}
.cooperation3 {
  background: #eee;
}
.cooperation3 .list {
  display: -ms-flexbox;
  display: flex;
}
.cooperation3 .item {
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.0781rem;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  border-bottom: 0.0156rem solid #94070a;
  background: #fff;
  position: relative;
}
.cooperation3 .item .pic {
  float: right;
  width: 40%;
}
.cooperation3 .item .pic img {
  width: 100%;
}
.cooperation3 .item .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.2734rem;
  box-sizing: border-box;
  height: 100%;
}
.cooperation3 .item .inner .t {
  -ms-flex: 1;
  flex: 1;
}
.cooperation3 .item:first-child {
  margin-left: 0;
}
.cooperation3 .item .p {
  margin-top: 0.1172rem;
}
.cooperation3 .item .more2 {
  margin-top: 0.1563rem;
}
.cooperation4 .block {
  position: relative;
  padding-bottom: 0.7813rem;
}
.cooperation4 img {
  width: 100%;
  height: auto;
}
.cooperation4 .title {
  position: absolute;
  left: 0;
  bottom: 0.1172rem;
  width: 40%;
}
.cooperation4 .title .inner {
  display: inline-block;
  text-align: left;
}
.cooperation4 .title .more2 {
  margin-top: 0.0781rem;
}
.cooperation4 .text {
  position: absolute;
  right: 0.3906rem;
  left: 40%;
  bottom: 0;
  padding: 0.3516rem 0.2344rem;
  background: transparent;
  color: #fff;
}
.cooperation5 {
  background1: #eeebea;
}
.cooperation5 .content {
  position: relative;
  background: #fff;
}
.cooperation5 .bg {
  background: #362d2e url(/images/png49.png) right bottom no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -0.3125rem;
  right: 0;
  top: 0;
  bottom: 0;
}
.cooperation5 .block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.cooperation5 .pics {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 60%;
}
.cooperation5 .pics .d {
  width: 50%;
}
.cooperation5 .pics img {
  width: 100%;
  height: auto;
}
.cooperation5 .d:last-child {
  position: relative;
}
.cooperation5 .d:last-child img {
  visibility: hidden;
}
.cooperation5 .d:last-child img:last-child {
  left: 0;
  top: 0;
  position: absolute;
  visibility: visible;
}
.cooperation5 .text {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.3516rem;
  width: 40%;
  box-sizing: border-box;
}
.cooperation5 .text .p {
  margin-top: 0.1563rem;
}
.cooperation5 .text .b {
  margin-top: 0.1172rem;
}
.cooperation5 .text .b .more {
  color: #fff;
}
.cooperation5 .text .b .more i {
  background-image: url(/images/more1b.svg);
}

.cooperation6 {
  background: #eeebea;
  display: none;
}
.cooperation6 .block {
  position: relative;
}
.cooperation6 .bg {
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 6%;
  top: 30%;
  right: 50%;
}
.cooperation6 .pic {
  position: relative;
  text-align: right;
}
.cooperation6 .pic img {
  width: 55%;
}
.cooperation6 .text {
  position: absolute;
  background: #fff url(/images/png45.png) right bottom no-repeat;
  left: 0.1367rem;
  top: 7%;
  bottom: 10%;
  right: 50%;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  padding: 0.1172rem 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.cooperation6 .text .p {
  margin-top: 0.0977rem;
}
.cooperation6 .text .b {
  margin-top: 0.0781rem;
}

.education1 .title {
  color: #fff;
}
.education1 .content {
  background: url(/images/bg17.jpg) center top no-repeat;
  background-size: 100% auto;
}
.education1 .list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7422rem;
}
.education1 .list .item {
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.0195rem;
  background: #a20000;
  color: #fff;
  text-align: center;
  height: 1.6016rem;
  opacity: 0;
  transition: all 1s ease-out 0s;
  padding: 0.0391rem;
  box-sizing: border-box;
}
.education1 .list .item:first-child {
  margin-left: 0;
}
.education1 .list .item a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0078rem dashed rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.education1 .list .item .ico {
  height: 0.3906rem;
  line-height: 0.3906rem;
}
.education1 .list .item .h {
  font-size: 0.0859rem;
  margin-top: 0.1563rem;
}
.education1 .list .item:nth-child(1) {
  background: #8b726e url(/images/png85_1.png) right bottom no-repeat;
}
.education1 .list .item:nth-child(2) {
  background: #94080b url(/images/png85_2.png) center bottom no-repeat;
}
.education1 .list .item:nth-child(3) {
  background: #a5a09d url(/images/png85_3.png) left bottom no-repeat;
}
.education1 .list .item:nth-child(4) {
  background: #597099 url(/images/png85_4.png) right bottom no-repeat;
}
.education1 .list .item:nth-child(5) {
  background: #493d3d url(/images/png85_5.png) right bottom no-repeat;
}
.education1.showdiv .list .item:nth-child(1) {
  transform: translateY(-0.0938rem);
}
.education1.showdiv .list .item:nth-child(2) {
  transform: translateY(0.2734rem);
}
.education1.showdiv .list .item:nth-child(3) {
  transform: translateY(0rem);
}
.education1.showdiv .list .item:nth-child(4) {
  transform: translateY(-0.1758rem);
}
.education1.showdiv .list .item:nth-child(5) {
  transform: translateY(0.1563rem);
}
.education1.showdiv .list .item {
  opacity: 1;
}
.education1 .bb {
  background: #fff;
}
.education1 .bb .list1 {
  height: 1.4844rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}
.education1 .bb .list1 .item {
  width: 0.8867rem;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  margin-left: 0.1563rem;
}
.education1 .bb .list1 .item:first-child {
  margin-left: 0;
}
.education1 .bb .list1 .item:before {
  content: "";
  position: absolute;
  background: url(/images/png55.png) center center no-repeat;
  width: 100%;
  padding-top: 100%;
  left: 0;
  top: 50%;
  margin-top: -50%;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  background-size: contain;
}
.education1 .bb .list1 .item:hover:before {
  opacity: 1;
  transform: none;
}
.education1 .bb .list1 .item .ico {
  height: 0.3906rem;
  position: relative;
  line-height: 0.3906rem;
  text-align: center;
}
.education1 .bb .list1 .item .h {
  font-size: 0.0781rem;
  margin-top: 0.0391rem;
  position: relative;
}
.education2 {
  color: #fff;
  position: relative;
  background: #eeebea;
}
.education2 .bg {
  background: #362d2e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0.5078rem;
}
.education2 .content {
  position: relative;
}
.education2 .tabs {
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.1172rem;
}
.education2 .tabs:before {
  content: "";
  border-top: 0.0039rem solid #473b3b;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.education2 .tabs a {
  margin: 0 0.1172rem;
  background: #362d2e;
  font-size: 0.0703rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #8c726e;
  padding: 0.0391rem 0;
  line-height: 1.3;
}
.education2 .tabs a:before {
  content: "";
  border-left: 0.0039rem solid #473b3b;
  height: 0.0391rem;
  display: inline-block;
  margin-right: 0.0781rem;
}
.education2 .tabs a:after {
  content: "";
  border-left: 0.0039rem solid #473b3b;
  height: 0.0391rem;
  display: inline-block;
  margin-left: 0.0781rem;
}
.education2 .tabs a.now {
  color: #fff;
}
.education2 .list {
  margin-top: 0.1563rem;
  background: #4a3d3e url(/images/png53.png) center bottom no-repeat;
  background-size: contain;
  padding: 0.2539rem 0.332rem 0.1563rem;
  font-size: 0.0703rem;
}
.education2 .list a {
  background: url(/images/png52.png) left 0.0195rem no-repeat;
  padding-left: 0.1094rem;
  margin-bottom: 0.1172rem;
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  white-space: nowrap;
}
.education2 .list a:hover {
  color: #8c726e;
}
.education3 {
  background: #eeebea;
  position: relative;
}
.education3 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.education3 .tit {
  width: calc(50% - 0.0391rem);
}
.education3 .tit .inner {
  position: relative;
}
.education3 .tit img {
  width: 100%;
  height: auto;
}
.education3 .tit .t {
  color: #fff;
}
.education3 .tit .t {
  padding: 0.2148rem 0 0 0.2539rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.education3 .tit .t .more1 {
  margin-top: 0.0586rem;
  background: url(/images/more1b.svg) left center no-repeat;
  display: inline-block;
  height: 0.1758rem;
  padding-left: 0.2344rem;
  line-height: 0.1758rem;
}
.education3 .r {
  width: calc(50% - 0.0391rem);
  position: relative;
}
.education3 .r .list1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 84%;
}
.education3 .r .list1 .item {
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.education3 .r .list1 .item .ico {
  height: 0.3516rem;
}
.education3 .r .list1 .item .h {
  font-size: 0.0703rem;
  margin-top: 0.0586rem;
}
.education3 .r .list1 .item:nth-child(1) {
  background: #870808;
}
.education3 .r .list1 .item:nth-child(2) {
  background: #a20000;
}
.education3 .r .list2 {
  background: #fff url(/images/png40c.png) right -45% bottom no-repeat;
  background-size: 80% auto;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.1);
  margin-left: 28%;
  height: 100%;
  padding-left: 18%;
  padding-top: 12%;
  box-sizing: border-box;
}
.education3 .r .list2 ul {
  border-left: 0.0039rem solid #e0e0e0;
  height: 100%;
}
.education3 .r .list2 li {
  font-size: 0.0938rem;
  position: relative;
  top: -0.082rem;
  margin-bottom: 0.1563rem;
}
.education3 .r .list2 li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.1172rem;
  border-top: 0.0039rem solid #e0e0e0;
  margin-right: 0.1172rem;
  transition: all 0.4s ease-out 0s;
}
.education3 .r .list2 li:hover:before {
  border-top: 0.0078rem solid #94070a;
  width: 0.4688rem;
}
.education3 .r .list2 li:hover {
  color: #94070a;
}
.education4 {
  background: url(/images/png64.png) right bottom no-repeat;
  background-size: auto 80%;
}
.education4 .list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1563rem;
}
.education4 .item {
  margin-left: 0.0781rem;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.education4 .item a {
  display: block;
}
.education4 .item:first-child {
  margin-left: 0;
}
.education4 .item .pic img {
  width: 100%;
  height: auto;
}
.education4 .item .h {
  margin-top: 0.0781rem;
  font-size: 0.0703rem;
}

.photos {
  background: url(/images/png86.png) center top no-repeat;
  background-size: 90% auto;
}
.photos .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1953rem;
}
.photos .tabs {
  width: 0.332rem;
  text-align: center;
}
.photos .tabs li {
  cursor: pointer;
}
.photos .tabs li:after {
  content: "";
  background: url(/images/png56.png) center center no-repeat;
  width: 0.043rem;
  height: 0.1133rem;
  display: inline-block;
  margin: 0.0313rem 0 0.0195rem;
}
.photos .tabs li:last-child:after {
  display: none;
}
.photos .tabs .p {
  display: none;
  margin-bottom: 0.0391rem;
}
.photos .tabs .s .p {
  display: block;
}
.photos .tabs span.now {
  color: #94070a;
}
.photos .tabs .h {
  font-size: 0.1172rem;
  font-family: Impact;
}
.photos .tabs span {
  display: block;
  font-size: 0.0625rem;
  padding: 0.0195rem 0;
}
.photos .div {
  margin-left: 0.1953rem;
  -ms-flex: 1;
  flex: 1;
}
.photos .date {
  line-height: 0.2734rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.photos .date .inr {
  display: inline-block;
  background: url(/images/png97.png) right center no-repeat;
  font-size: 0.1172rem;
  padding: 0 0.0586rem;
}
.photos .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.1563rem;
}
.photos .list .item {
  margin-left: 0.1367rem;
  margin-bottom: 0.1367rem;
  width: calc(33.33% - 0.0911rem);
}
.photos .list .item:nth-child(3n-2) {
  margin-left: 0;
}
.photos .list .item .pic {
  position: relative;
  overflow: hidden;
}
.photos .list .item .pic img {
  width: 100%;
  height: auto;
}
.photos .list .item .h {
  margin-top: 0.0391rem;
}
.photos .list .item .d {
  margin-top: 0.0391rem;
}
.photos .list .item .d span {
  margin-right: 0.0586rem;
}
.photos .uplod {
  position: fixed;
  right: 0.0391rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
  color: #94070a;
}
.photos .uplod .p {
  padding-top: 0.0195rem;
}
.photos .uplod img {
  width: 0.2734rem;
}

.class_detail {
  background: url(/images/png86.png) center top no-repeat;
  background-size: 90% auto;
}
.class_detail .title .p {
  font-weight: bold;
  color: #94070a;
  font-size: 0.0703rem;
}
.class_detail table {
  margin-top: 0.1563rem;
  text-align: center;
}
.class_detail td {
  padding: 0.0547rem 0.0195rem;
}
.class_detail thead td {
  background: transparent;
  color: #fff;
  font-size: 0.0703rem;
}
.class_detail tbody tr:nth-child(odd) td {
  background: #eeebea;
}

.school_calendar {
  background: url(/images/png86.png) center top no-repeat;
  background-size: 90% auto;
}
.school_calendar .block {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.school_calendar .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.school_calendar .content .tit img {
  margin-left: 0.5em;
  vertical-align: middle;
  max-height: 1em;
}
.school_calendar .content .txt {
  margin-top: 0.1563rem;
  font-size: 0.0625rem;
}

.cas_h {
  background: #94070a url(/images/png89.png) right center no-repeat;
  background-size: contain;
  color: #fff;
  padding: 0.2539rem 0;
}
.cas_h .list {
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}
.cas_h .list .item {
  border-radius: 100%;
  width: 0.8867rem;
  height: 0.8867rem;
  position: relative;
  text-align: center;
}
.cas_h .list .item:before {
  content: "";
  position: absolute;
  background: url(/images/png88.png) center center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  background-size: contain;
}
.cas_h .list .item a {
  height: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cas_h .list .item:hover:before {
  opacity: 1;
  transform: none;
}
.cas_h .list .item.now:before {
  opacity: 1;
  transform: none;
}
.cas_h .list .item .ico {
  height: 0.3125rem;
  position: relative;
  line-height: 0.3125rem;
}
.cas_h .list .item .h {
  font-size: 0.0781rem;
  margin-top: 0.0781rem;
  position: relative;
}
.cas_h .list .item .p {
  margin-top: 0.0195rem;
  position: relative;
}

.cas .list {
  margin: 0.1953rem 5% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cas .item {
  width: calc(25% - 0.1211rem);
  margin-left: 0.1563rem;
  margin-bottom: 0.1172rem;
}
.cas .item:nth-child(4n-3) {
  margin-left: 0;
}
.cas .item img {
  width: 100%;
  height: auto;
}
.cas .item .pic {
  border-bottom: 0.0156rem solid #876e6a;
  position: relative;
}
.cas .item .pic:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.0156rem;
  right: 50%;
  height: 0.0156rem;
  background: transparent;
  transition: all 0.3s ease-out 0s;
}
.cas .item:hover .pic:after {
  left: 0;
  right: 0;
}
.cas .item .h {
  font-size: 0.0703rem;
  margin-top: 0.0391rem;
  text-align: center;
}
.cas .item.away {
  text-align: center;
}
.cas .item.away .h {
  display: inline-block;
  border: 0.0039rem solid;
  border-radius: 0.0117rem;
  padding: 0 0.0195rem;
}
.cas .item:hover .h {
  color: #94070a;
}
.cas .loading {
  text-align: center;
  margin-top: 0.0781rem;
  color: #94070a;
  display: none;
}

.tabs1 {
  margin-top: 0.1563rem;
  border-bottom: 0.0039rem solid #e0e0e0;
  font-size: 0.0703rem;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}
.tabs1 .inner1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs1 .inner {
  white-space: nowrap;
  display: table;
  margin: auto;
}
.tabs1 a {
  padding: 0.0313rem 0.1172rem;
  display: inline-block;
}
.tabs1 a.now {
  border-bottom: 0.0078rem solid #94070a;
  color: #94070a;
}
.notice .d {
  padding: 0.293rem 0.293rem 0.0391rem;
}
.notice .list .item {
  margin-top: 0.1563rem;
  background: #f5f5f5;
}
.notice .list .item a {
  padding: 0.1172rem 0.1758rem;
  font-size: 0.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice .list .item a .h {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .list .item .date {
  color: #707070;
}
.notice .list .item:hover {
  background: #eeebea;
}
.notice .list .item:first-child {
  margin-top: 0;
}
.notice .text {
  text-indent: 2em;
  overflow: hidden;
  font-size: 0.0625rem;
}
.notice .text p {
  margin-top: 0.0586rem;
}
.notice .text p:first-child {
  margin-top: 0;
}
.notice .b {
  margin-top: 0.1563rem;
  text-align: center;
}

.article {
  margin-top: -0.1953rem;
  background: url(/images/png86.png) center top no-repeat;
  background-size: 90% auto;
}
.article:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3906rem;
  background: url(/images/png87.png) center top no-repeat;
  background-size: contain;
  width: 25%;
  padding-top: 30%;
}
.article .block {
  position: relative;
}
.article .content {
  margin-top: 0.1563rem;
}
.article .content .text {
  text-align: justify;
  text-indent: 2em;
  font-size: 0.0625rem;
}
.article .content p {
  margin-top: 0.0781rem;
}
.article .content p img {
  margin-left: -2em;
}

.study1 {
  background: #eeebea url(/images/png64.png) right bottom no-repeat;
}
.study1 .content {
  margin-top: 0.1563rem;
  display: -ms-flexbox;
  display: flex;
}
.study1 .l {
  background: #94070a url(/images/png63.png) right bottom no-repeat;
  padding: 0.2539rem;
  color: #fff;
  width: calc(50% - 0.0391rem);
  box-sizing: border-box;
  background-size: 80% auto;
}
.study1 .links {
  font-size: 0.0703rem;
  margin-top: 0.0391rem;
}
.study1 .links a {
  margin: 0.0781rem 0 0 0;
  display: inline-block;
  width: calc(33.33%);
  vertical-align: top;
  padding-right: 0.0391rem;
}
.study1 .l .links a {
  color: #fff !important;
}
.study1 .l .links a::before {
  color: #fff;
}
.study1 .r {
  width: calc(50% - 0.0391rem);
  box-sizing: border-box;
  margin-left: 0.0781rem;
}
.study1 .r .d1 {
  background: #fff;
  padding: 0.2539rem;
}
.study1 .r .d2 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.0781rem;
}
.study1 .r .d2 .links a {
  width: 50%;
}
.study1 .r .dl {
  background: #a59f9d;
  padding: 0.2539rem;
  color: #fff;
  -ms-flex: 1;
  flex: 1;
}
.study1 .r .dl .links a {
  color: #fff !important;
}
.study1 .r .dl .links a::before {
  color: #fff;
}
.study1 .r .dr {
  background: url(/images/png60.png) center center no-repeat;
  background-size: cover;
  width: 35%;
  margin-left: 0.0781rem;
}
.study2 {
  overflow: hidden;
  background: #362d2e;
}
.study2 .block {
  display: -ms-flexbox;
  display: flex;
}
.study2 .l {
  width: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.study2 .l .fz40 {
  margin-bottom: 0.1563rem;
}
.study2 .bg1 {
  background: #4a3d3e;
  padding: 0.1953rem;
  border-bottom: 0.0039rem solid rgba(255, 255, 255, 0.1);
}
.study2 .bg2 {
  background: #4a3d3e;
  padding: 0.1953rem;
}
.study2 .links {
  font-size: 0.0703rem;
  margin-top: 0.0391rem;
}
.study2 .links a {
  width: calc(33.33%);
  vertical-align: top;
  padding-right: 0.0391rem;
  margin: 0.0781rem 0 0;
  display: inline-block;
  color: #fff !important;
}
.study2 .links a::before {
  color: #8c726e;
}
.study2 .r {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.study3 {
  position: relative;
}
.study3 .bg {
  background: #eeebea;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50%;
}
.study3 .block {
  position: relative;
}
.study3 .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1563rem;
  -ms-flex-align: start;
  align-items: flex-start;
}
.study3 .content .d {
  background: #fff;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  padding: 0.2344rem;
  margin-left: 0.0781rem;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 0.0156rem solid #94070a;
}
.study3 .content .d:first-child {
  margin-left: 0;
}
.study3 .content .d:nth-child(2) {
  background: #fff url(/images/png65.png) right bottom no-repeat;
}
.study3 .content .d .links {
  margin-top: 0.0781rem;
  font-size: 0.0703rem;
}
.study3 .content .d .links a {
  margin: 0.0781rem 0 0 0;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.study3 .b {
  margin-top: 0.1563rem;
  text-align: center;
}
.study4 {
  background: url(/images/png64.png) right bottom no-repeat;
  overflow: hidden;
}
.study4 .content {
  position: relative;
  margin-top: 0.1563rem;
}
.study4 .bg {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 6%;
  top: 30%;
  left: 50%;
}
.study4 .pic {
  position: relative;
}
.study4 .pic img {
  max-width: 65%;
}
.study4 .text {
  background: #fff;
  position: absolute;
  right: 0.1367rem;
  top: 7%;
  bottom: 10%;
  left: 50%;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  padding: 0.3516rem 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.study4 .links {
  font-size: 0.0703rem;
}
.study4 .links a {
  display: inline-block;
  width: 50%;
  margin: 0.0586rem 0;
  vertical-align: top;
}
.study5 {
  background: #362d2e url(/images/png62.png) left bottom no-repeat;
  color: #fff;
}
.study5 .list {
  margin-top: 0.1563rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.study5 .list .item {
  width: calc(25% - 0.0586rem);
  background: #8c726e;
  text-align: center;
  font-size: 0.0703rem;
  margin-left: 0.0781rem;
  margin-bottom: 0.0781rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.0195rem;
}
.study5 .list .item:before {
  content: "";
  background: #94070a url(/images/png66.png) right center no-repeat;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.study5 .list .item:hover:before {
  opacity: 1;
}
.study5 .list .item a {
  display: -ms-flexbox;
  display: flex;
  padding: 0.1172rem 0;
  border: 0.0039rem dashed #af9d9a;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.study5 .list .item:nth-child(4n-3) {
  margin-left: 0;
}
.study6 {
  background1: url(/images/bg6a.jpg) center bottom no-repeat;
  padding: 5vw 0;
  background-size: cover;
}
.study6 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
}
.study6 .list .item {
  border-radius: 100%;
  width: 0.8867rem;
  height: 0.8867rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.study6 .list .item:before {
  content: "";
  position: absolute;
  background: url(/images/png55.png) center center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  background-size: contain;
}
.study6 .list .item:hover:before {
  opacity: 1;
  transform: none;
}
.study6 .list .item .ico {
  height: 0.3516rem;
  position: relative;
}
.study6 .list .item .ico img {
  height: 100%;
}
.study6 .list .item .h {
  font-size: 0.0781rem;
  margin-top: 0.0781rem;
  position: relative;
}

.history_famous1 {
  position: relative;
  background: url(/images/png72.png) right bottom no-repeat;
  background-size: contain;
}
.history_famous1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(/images/png71.png) center center no-repeat;
  width: 0.1055rem;
  height: 0.1484rem;
  margin-left: -0.0508rem;
}
.history_famous1 .title img {
  margin-right: 0.0391rem;
  vertical-align: middle;
}
.history_famous1 .text {
  margin-top: 0.1563rem;
}
.history_famous1 .text .p {
  margin-top: 0.0781rem;
}
.history_famous1 .text .p:first-child {
  margin-top: 0;
}

.history_famous2 {
  position: relative;
  color: #fff;
}
.history_famous2 .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 40%;
  background: #362d2e;
}
.history_famous2 .bg2 {
  position: absolute;
  left: 0;
  top: 0.7422rem;
  right: 31%;
  bottom: 0;
  background: #4a3d3e;
}
.history_famous2 .block {
  position: relative;
}
.history_famous2 .tit {
  padding: 0.3516rem 0 0.1953rem;
}
.history_famous2 .item {
  display: none;
}
.history_famous2 .text {
  padding: 0.2734rem 0;
  width: 55%;
}
.history_famous2 .text .d {
  margin-top: 0.0586rem;
  font-size: 0.0703rem;
}
.history_famous2 .text .p {
  margin-top: 0.0586rem;
}
.history_famous2 .pic {
  position: absolute;
  right: 0;
  bottom: 0.3516rem;
  width: 30%;
}
.history_famous2 .pic img {
  width: 100%;
  height: auto;
}
.history_famous2 .frame {
  position: relative;
  width: calc(70% - 0.0781rem);
  overflow: hidden;
}
.history_famous2 .child {
  position: relative;
  float: left;
  margin-left: 0.0781rem;
  cursor: pointer;
}
.history_famous2 .child:first-child {
  margin-left: 0;
}
.history_famous2 .child.now:after {
  content: "";
  border-bottom: 0.0156rem solid #8c726e;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.history_famous2 .navg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.3516rem;
  font-family: icon;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.3516rem;
  text-align: center;
  font-size: 0.1563rem;
}
.history_famous2 .navg span {
  background: #8c726e;
  width: 0.3125rem;
  cursor: pointer;
  display: block;
}

.history_famous3 {
  background: #eeebea;
}
.history_famous3 .content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1563rem;
}
.history_famous3 .l {
  background: url(/images/pic94.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0.3125rem;
  width: 40%;
  box-sizing: border-box;
}
.history_famous3 .l .pic {
  width: 55%;
  float: left;
  margin-right: 0.1367rem;
}
.history_famous3 .l .pic img {
  width: 100%;
}
.history_famous3 .l .t .fz30 {
  margin-bottom: 0.0781rem;
}
.history_famous3 .l .t .p {
  line-height: 2;
}
.history_famous3 .l .b {
  clear: both;
  padding-top: 0.1172rem;
  text-indent: 2em;
  text-align: justify;
}
.history_famous3 .r {
  -ms-flex: 1;
  flex: 1;
  background: #fff url(/images/png70.png) right bottom no-repeat;
  padding: 0.2344rem 0.1758rem;
}
.history_famous3 .r .list {
  overflow: auto;
  font-size: 0.0703rem;
  height: 1.9141rem;
}
.history_famous3 .r .list a {
  height: 0.1953rem;
  white-space: nowrap;
  display: inline-block;
  width: 20%;
  line-height: 0.1953rem;
  text-align: center;
}
.history_famous3 .r .list a.now {
  background: #6078a2 url(/images/png69.png) right center no-repeat;
  color: #fff;
}
.history_famous3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #6078a2;
}

.history_famous4 {
  background: url(/images/pic100.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.history_famous4 .focus {
  margin-top: 0.1563rem;
  position: relative;
}
.history_famous4 .frame {
  overflow: hidden;
  padding-bottom: 0.1172rem;
}
.history_famous4 .child {
  float: left;
  position: relative;
  padding-bottom: 0.293rem;
  cursor: pointer;
}
.history_famous4 .child:after {
  content: "";
  background: url(/images/png73.png) center top no-repeat;
  width: 0.0977rem;
  height: 0.0781rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.0508rem;
  height: 0.2344rem;
}
.history_famous4 .child.now:after {
  background-image: url(/images/png73a.png);
  height: 0.3477rem;
  bottom: -0.1172rem;
}
/*.history_famous4 .slick-slide{position:relative;padding-bottom:.293rem;}
.history_famous4 .slick-slide:after{content:"";background:url(/images/png73.png) center top no-repeat;width:.0977rem;height:.0781rem;position:absolute;left:50%;bottom:0;margin-left:-0.0508rem;height:.2344rem;}
.history_famous4 .slick-slide.now:after{background-image:url(/images/png73a.png);height:.3477rem;bottom:-0.1172rem;}*/
.history_famous4 .h {
  font-size: 0.0703rem;
  margin-top: 0.0781rem;
  text-align: center;
}
.history_famous4 .pic {
  overflow: hidden;
  position: relative;
}
.history_famous4 .now .pic:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.0156rem;
  background: #afa7a7;
}
.history_famous4 .child img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.history_famous4 .child:hover img {
  transform: scale(1.1);
}
.history_famous4 .slick-track {
  padding-bottom: 0.1172rem;
}
.history_famous4 .bb {
  content: "";
  position: absolute;
  border-bottom: 0.0039rem solid #aaa3a3;
  left: 0.1172rem;
  bottom: 0.1133rem;
  right: 0.1172rem;
}
.history_famous4 .bb:before {
  content: "";
  width: 0.0195rem;
  height: 0.0195rem;
  border-radius: 100%;
  border: 0.0039rem solid #aaa3a3;
  position: absolute;
  left: -0.0273rem;
  top: -0.0117rem;
}
.history_famous4 .bb:after {
  content: "";
  width: 0.0195rem;
  height: 0.0195rem;
  border-radius: 100%;
  border: 0.0039rem solid #aaa3a3;
  position: absolute;
  right: -0.0273rem;
  top: -0.0117rem;
}
.history_famous4 .text {
  margin-top: 0.1172rem;
  background: #a09898;
  padding: 0.1953rem;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
}
.history_famous4 .text .d {
  display: none;
}
.history_famous4 .prev {
  position: absolute;
  left: -0.0195rem;
  bottom: 0rem;
  width: 0.1172rem;
  height: 0.2148rem;
  line-height: 0.2148rem;
  font-family: icon;
  font-size: 0.1172rem;
  text-align: left;
  color: #eae8e8;
  font-weight: bold;
}
.history_famous4 .next {
  position: absolute;
  right: -0.0195rem;
  bottom: 0rem;
  width: 0.1172rem;
  height: 0.2148rem;
  line-height: 0.2148rem;
  font-family: icon;
  font-size: 0.1172rem;
  text-align: right;
  color: #eae8e8;
  font-weight: bold;
}

.history_famous5 .content {
  margin-top: 0.1563rem;
}
.history_famous5 .list {
  display: -ms-flexbox;
  display: flex;
  height: 1.7188rem;
  color: #fff;
}
.history_famous5 .item {
  width: 0.7031rem;
  background: #362d2e;
  box-sizing: border-box;
  margin-left: 0.0039rem;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.history_famous5 .item:first-child {
  margin-left: 0;
}
.history_famous5 .item .text {
  padding: 0.2734rem 0.1953rem;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-flex: 1;
  flex: 1;
}
.history_famous5 .item .h {
  font-size: 0.0938rem;
}
.history_famous5 .item .d {
  margin-left: 0.0391rem;
}
.history_famous5 .item .p {
  display: none;
  margin-top: 0.0781rem;
  max-height: 0.8203rem;
}
.history_famous5 .item .pic {
  width: 0;
  overflow: hidden;
}
.history_famous5 .item .pic img {
  height: 100%;
  width: auto;
}
.history_famous5 .item.now {
  width: auto;
  -ms-flex: 1;
  flex: 1;
  background: #8c726e;
}
.history_famous5 .item.now .text {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
}
.history_famous5 .item.now .d {
  margin: 0.0586rem 0 0 0;
}
.history_famous5 .item.now .p {
  display: block;
}
.history_famous5 .item.now .pic {
  width: auto;
}

.history_famous6 {
  background: url(/images/png95.png) left bottom no-repeat;
}
.history_famous6 .content {
  background: #362d2e url(/images/png94.png) right bottom no-repeat;
  padding: 0 0.3906rem;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-top: 0.2344rem;
  display: -ms-flexbox;
  display: flex;
}
.history_famous6 .pic {
  width: 1.3398rem;
  transform: translateY(-15%);
  margin-right: 0.3906rem;
}
.history_famous6 .pic img {
  width: 100%;
  height: auto;
}
.history_famous6 .text {
  -ms-flex: 1;
  flex: 1;
}
.history_famous6 .text .p {
  margin-top: 0.1563rem;
}

.visit1 .list {
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.1563rem;
}
.visit1 .list .item {
  border-radius: 100%;
  width: 0.8867rem;
  height: 0.8867rem;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.visit1 .list .item:before {
  content: "";
  position: absolute;
  background: url(/images/png55.png) center center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  background-size: contain;
}
.visit1 .list .item:hover:before {
  opacity: 1;
  transform: none;
}
.visit1 .list .item .ico {
  height: 0.3125rem;
  position: relative;
  line-height: 0.3125rem;
}
.visit1 .list .item .ico img {
  height: 100%;
  max-width: 0.3906rem;
}
.visit1 .list .item .h {
  font-size: 0.0781rem;
  margin-top: 0.0781rem;
  position: relative;
}
.visit1 .list .item .p {
  margin-top: 0.0195rem;
  position: relative;
}
.visit1 .content {
  display: -ms-flexbox;
  display: flex;
}
.visit1 .l {
  width: 0.2148rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.2148rem;
}
.visit1 .l .fz40 {
  line-height: inherit;
  line-height: 1;
  text-align: center;
}
.visit1 .l .line {
  width: 0.0039rem;
  -ms-flex: 1;
  flex: 1;
  background: #ddd;
  margin: 0.0781rem auto;
}
.visit1 .l .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.visit1 .l .tabs a {
  height: 0.5078rem;
  background: url(/images/png74a.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 0.0391rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-align: center;
  font-size: 0.0703rem;
  position: relative;
}
.visit1 .l .tabs a.now:after {
  content: "";
  top: 50%;
  left: 100%;
  border: 0.0313rem solid transparent;
  border-top-width: 0.0469rem;
  border-bottom-width: 0.0469rem;
  border-left-color: #94070a;
  position: absolute;
  margin-top: -0.0234rem;
}
.visit1 .l .tabs a:nth-child(2) {
  background-image: url(/images/png74b.png);
}
.visit1 .l .tabs a:nth-child(3) {
  background-image: url(/images/png74c.png);
}
.visit1 .r {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.2734rem;
}
.visit1 .r .d {
  display: none;
}
.visit1 .r .tip {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 20%;
}
.visit1 .r .map {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.visit1 .r .map img {
  width: 100%;
  height: auto;
}
.visit1 .r .map .a {
  position: absolute;
  left: 33.5%;
  top: 27%;
  width: 44%;
  display: none;
}
.visit1 .r .map .b {
  position: absolute;
  left: 34.4%;
  top: 4%;
  width: 27.3%;
}
.visit1 .r .map .c {
  position: absolute;
  left: 34.3%;
  top: 26.1%;
  width: 30%;
}
.visit1 .r .map .point {
  position: absolute;
  width: 0.082rem;
  height: 0.0938rem;
  background: #f00;
  background: url(/images/png76b.png) center center no-repeat;
  left: 0;
  top: 0;
  cursor: pointer;
}
.visit1 .r .map .point:hover {
  z-index: 1;
}
.visit1 .r .map .point .cont {
  padding: 0.0977rem 0.1172rem;
  background: #fff;
  box-shadow: 0 0 0.0586rem rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: -0.0781rem;
  width: 1.1133rem;
  box-sizing: border-box;
  display: none;
  margin-left: 0.1367rem;
}
.visit1 .r .map .point .cont:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.0781rem;
  border: 0.0391rem solid transparent;
  border-right-color: #fff;
}
.visit1 .r .map .point:hover .cont {
  display: block;
}
.visit1 .r .map .point .h {
  font-size: 0.0703rem;
  background: url(/images/png76.png) left center no-repeat;
  padding-left: 0.1172rem;
}
.visit1 .r .map .point .p {
  margin-top: 0.0586rem;
  padding-left: 0.1172rem;
}
.visit1 .r .map .point a {
  background: url(/images/png82.png) center center no-repeat;
  width: 0.2734rem;
  height: 0.1055rem;
  display: inline-block;
  margin-top: 0.0391rem;
  margin-left: 0.1172rem;
}
.visit1 .r .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.visit1 .r .zoom .a {
  background: url(/images/png81a.png) center center no-repeat;
  width: 0.1797rem;
  height: 0.1797rem;
  display: inline-block;
  margin-right: 0.0586rem;
}
.visit1 .r .zoom .b {
  background: url(/images/png81b.png) center center no-repeat;
  width: 0.1797rem;
  height: 0.1797rem;
  display: inline-block;
}
.visit1 .text {
  margin-top: 0.1953rem;
  text-align: center;
}
.visit1 .text .h {
  font-size: 0.0703rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.visit1 .text .h:before {
  content: "";
  border-top: 0.0039rem solid #ddd;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.0781rem;
  display: block;
}
.visit1 .text .h:after {
  content: "";
  border-top: 0.0039rem solid #ddd;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.0781rem;
  display: block;
}
.visit1 .text .p {
  margin-top: 0.0781rem;
  padding: 0 5%;
}
.visit2 {
  background: #362d2e url(/images/png78.png) right bottom no-repeat;
  color: #fff;
  overflow: hidden;
}
.visit2 .frame {
  margin-top: 0.1563rem;
}
.visit2 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visit2 .list a {
  background: #8c726e;
  width: calc(16.66% - 0.0488rem);
  padding: 0.0195rem;
  margin: 0 0 0.0586rem 0.0586rem;
  box-sizing: border-box;
  display: block;
}
.visit2 .list a:hover {
  background: #94070a url(/images/png79.png) right center no-repeat;
}
.visit2 .list a:nth-child(6n-5) {
  margin-left: 0;
}
.visit2 .list a span {
  height: 100%;
  border: 0.0039rem dashed #af9d9a;
  padding: 0.0586rem 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.0703rem;
}
.visit2 .navg {
  margin-top: 0.1563rem;
  text-align: center;
}
.visit2 .prev {
  background: url(/images/arrow4a.png) left center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
  margin-right: 0.0781rem;
}
.visit2 .prev:hover {
  background-image: url(/images/arrow4c.png);
}
.visit2 .next {
  background: url(/images/arrow4b.png) right center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
}
.visit2 .next:hover {
  background-image: url(/images/arrow4d.png);
}

.visit3 {
  background: url(/images/png80.png) right bottom no-repeat;
  background-size: 38% auto;
}
.visit3 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.visit3 .d {
  width: calc(50% - 0.0391rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.0781rem;
}
.visit3 .d > img {
  width: 100%;
  max-height: none;
}
.visit3 .d:first-child {
  display: block;
}
.visit3 .d:last-child {
  display: block;
  opacity: 0;
}
.visit3 .d:nth-child(-n + 2) {
  margin-top: 0;
}
.visit3 .d .item {
  width: calc(50% - 0.0391rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #eeebea;
  margin-top: 0.0781rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-out 0s;
}
.visit3 .d .item:last-child {
  background: none;
}
.visit3 .d .item:nth-child(-n + 2) {
  margin-top: 0;
}
.visit3 .d .item:hover {
  background: transparent;
  color: #fff;
}
.visit3 .d .item:hover .a {
  display: none;
}
.visit3 .d .item:hover .b {
  display: inline-block;
}
.visit3 .d .item .ico {
  height: 0.3516rem;
  line-height: 0.3516rem;
}
.visit3 .d .item .ico img {
  height: 100%;
}
.visit3 .d .item .b {
  display: none;
}
.visit3 .d .item .h {
  margin-top: 0.0977rem;
  font-size: 0.0938rem;
}
.visit3 .d .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.visit4 {
  background1: url(/images/bg9.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.visit4 .title {
  border-bottom: 0.0039rem solid #e0e0e0;
  padding-bottom: 0.1563rem;
}
.visit4 .list {
  display: -ms-flexbox;
  display: flex;
}
.visit4 .item {
  -ms-flex: 1;
  flex: 1;
  border-left: 0.0039rem solid #e0e0e0;
  padding: 0.1563rem 0 0 0.0977rem;
  font-size: 0.0703rem;
  position: relative;
  box-sizing: border-box;
}
.visit4 .item:before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 50%;
  top: 50%;
  width: 0.0156rem;
  background: transparent;
  transition: all 0.2s ease-out 0s;
}
.visit4 .item:hover:before {
  top: 20%;
  bottom: 5%;
}
.visit4 .item .d {
  font-size: 0.1875rem;
  font-family: Impact;
}
.visit4 .navg {
  margin-top: 0.1953rem;
  text-align: center;
}
.visit4 .prev {
  background: url(/images/arrow4a.png) left center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
  margin-right: 0.0781rem;
}
.visit4 .prev:hover {
  background-image: url(/images/arrow4e.png);
}
.visit4 .next {
  background: url(/images/arrow4b.png) right center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
}
.visit4 .next:hover {
  background-image: url(/images/arrow4f.png);
}

.teachers {
  background: url(/images/bg26.png) left 62% no-repeat;
}
.teachers1 {
  position: relative;
}
.teachers1 .bg {
  position: absolute;
  left: 0;
  bottom: 0.2344rem;
  width: 70%;
  height: 1.9766rem;
  background-size: cover;
}
.teachers1 .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.teachers1 .text {
  background: rgba(128, 5, 4, 0.95) url(/images/png84.png) right 0 bottom
    0.0781rem no-repeat;
  color: #fff;
  padding: 0.5469rem 0.2344rem 0.9375rem;
  width: 45%;
  box-sizing: border-box;
}
.teachers1 .links {
  font-size: 0.0703rem;
  margin-top: 0.3906rem;
}
.teachers1 .links a {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 0.0781rem;
  vertical-align: top;
}
.teachers1 .links a:before {
  color: #fff;
}
.teachers2 {
  overflow: hidden;
}
.teachers2 .block {
  position: relative;
}
.teachers2 .bg {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 6%;
  top: 30%;
  left: 50%;
}
.teachers2 .pic {
  position: relative;
  width: 60%;
}
.teachers2 .pic img {
  width: 100%;
  height: auto;
}
.teachers2 .text {
  position: absolute;
  background: #fff url(/images/png45.png) right bottom no-repeat;
  right: 0.1367rem;
  top: 7%;
  bottom: 10%;
  left: 50%;
  box-shadow: 0 0 0.1172rem rgba(0, 0, 0, 0.15);
  padding: 0.3516rem 0.3125rem;
}
.teachers2 .links {
  font-size: 0.0703rem;
  margin-top: 0.1953rem;
}
.teachers2 .links a {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 0.0781rem;
  vertical-align: top;
}
.teachers3 {
  position: relative;
  padding-bottom: 0.5078rem;
  margin-top: 0.2734rem;
}
.teachers3 .bg1 {
  background: #4a3d3e;
  height: 0.5469rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.teachers3 .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  bottom: 0;
  background-size: cover;
}
.teachers3 .text {
  padding: 0.5078rem 0;
  width: 85%;
}
.teachers3 .links {
  margin-top: 0.1953rem;
  font-size: 0.0703rem;
}
.teachers3 .links a {
  margin-bottom: 0.0781rem;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.teachers3 .block {
  position: relative;
}

.tutors .list {
  margin-top: 0.1953rem;
  position: relative;
}
.tutors .item {
  position: absolute;
  width: calc(50% - 0.0469rem);
  margin-bottom: 0.0781rem;
  margin-right: 0.0781rem;
  box-shadow: 0 0 0.0781rem rgba(0, 0, 0, 0.15);
  background: #fff;
}
.tutors .item:nth-child(even) {
  margin-right: 0;
}
.tutors .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: transparent;
  height: 0.0156rem;
  transition: all 0.3s ease-out 0s;
}
.tutors .item:hover:after {
  width: 100%;
}
.tutors .item .t {
  background: url(/images/bg17.png) center center no-repeat;
  height: 0.2734rem;
  background-size: cover;
  line-height: 0.2734rem;
  color: #fff;
  padding: 0 0.1563rem;
}
.tutors .item .inner {
  padding: 0.1563rem 0.1172rem;
  position: relative;
}
.tutors .item .ico {
  float: left;
}
.tutors .item .text {
  padding: 0.0586rem 0 0 0.3906rem;
  font-size: 0;
}
.tutors .item .text:first-child {
  padding-left: 0.1563rem;
}
.tutors .item .text a {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 0.1367rem;
  line-height: 1.3;
  white-space: nowrap;
  font-size: 0.0625rem;
  padding-left: 0.0781rem;
  border-left: 0.0039rem solid #94070a;
}

.campus3a {
  background1: url(/images/bg6.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.campus3a .title {
  border-bottom: 0.0039rem solid #e0e0e0;
  padding-bottom: 0.1563rem;
}
.campus3a .list {
  display: -ms-flexbox;
  display: flex;
}
.campus3a .item {
  -ms-flex: 1;
  flex: 1;
  border-left: 0.0039rem solid #e0e0e0;
  padding: 0.1563rem 0 0 0.0977rem;
  font-size: 0.0703rem;
  position: relative;
  box-sizing: border-box;
}
.campus3a .item:before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 50%;
  top: 50%;
  width: 0.0156rem;
  background: transparent;
  transition: all 0.2s ease-out 0s;
}
.campus3a .item:hover:before {
  top: 20%;
  bottom: 5%;
}
.campus3a .item .d {
  font-size: 0.1875rem;
  font-family: Impact;
}
.campus3a .navg {
  margin-top: 0.1953rem;
  text-align: center;
}
.campus3a .prev {
  background: url(/images/arrow4a.png) left center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
  margin-right: 0.0781rem;
  position: static;
}
.campus3a .prev:hover {
  background-image: url(/images/arrow4e.png);
}
.campus3a .next {
  background: url(/images/arrow4b.png) right center no-repeat;
  display: inline-block;
  width: 0.2734rem;
  height: 0.0977rem;
  position: static;
}
.campus3a .next:hover {
  background-image: url(/images/arrow4f.png);
}

.history {
  background: #eeebea;
  overflow: hidden;
}
.history .list {
  padding: 0 0.0781rem;
  position: relative;
  margin-top: 0.1172rem;
}
.history .list:after {
  content: "";
  height: 100%;
  border-left: 0.0039rem dashed #aaa;
  position: absolute;
  left: 50%;
  top: 0;
}
.history .list:before {
  content: "";
  background: url(/images/png93_12.png) center center no-repeat;
  width: 0.2227rem;
  height: 0.2227rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.history .item {
  width: 50%;
  border-bottom: 0.0039rem dashed #aaa;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}
.history .item.l {
  padding: 0 0.3125rem 0.3906rem 0;
  text-align: right;
  right: 50%;
}
.history .item.l:before {
  content: "";
  background: url(/images/png93_13.png) center center no-repeat;
  width: 0.1719rem;
  height: 0.1719rem;
  position: absolute;
  right: -0.0859rem;
  bottom: -0.0859rem;
}
.history .item.l:after {
  content: "";
  background: transparent;
  width: 0.0273rem;
  height: 0.0273rem;
  position: absolute;
  left: 0;
  bottom: -0.0117rem;
  border-radius: 100%;
}
.history .item.r {
  padding: 0 0 0.3906rem 0.3125rem;
  left: 50%;
}
.history .item.r:before {
  content: "";
  background: url(/images/png93_13.png) center center no-repeat;
  width: 0.1719rem;
  height: 0.1719rem;
  position: absolute;
  left: -0.0859rem;
  bottom: -0.0859rem;
}
.history .item.r:after {
  content: "";
  background: transparent;
  width: 0.0273rem;
  height: 0.0273rem;
  position: absolute;
  right: 0;
  bottom: -0.0117rem;
  border-radius: 100%;
}
.history .item .pic {
  position: relative;
}
.history .item .pic .year {
  background: url(/images/png93_10.png) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.0313rem;
  height: 1.0313rem;
  line-height: 1.0313rem;
  text-align: center;
  color: #fff;
  font-size: 0.125rem;
  overflow: hidden;
  border-radius: 100%;
}
.history .item .pic .year .h {
  display: inline-block;
}
.history .item .pic .year span {
  background: url(/images/png93_11.png) center center no-repeat;
  width: 0.1641rem;
  height: 0.1641rem;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}
.history .item.r .pic .year {
  left: 0;
  right: auto;
}
.history .item .pic .year a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.history .item .text {
  margin-top: 0.1953rem;
}
.history .item .text .h {
  font-size: 0.0938rem;
}
.history .item .text .d {
  font-size: 0.0703rem;
  color: #94070a;
  margin-top: 0.0781rem;
}
.history .item .text .p {
  font-size: 0.0469rem;
  color: #666;
  margin-top: 0.0391rem;
  line-height: 2.2;
}
.history .item.l .text .p {
  text-align: right;
}
.history .item:last-child {
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding-top: 0.3906rem;
  width: 70%;
  border-bottom: none;
}
.history .item:last-child:after {
  display: none;
}
.history .item:last-child:before {
  display: none;
}
.history .item:last-child .text .p {
  text-align: left;
}
.history .item:last-child .pic .year {
  left: 50%;
  transform: translateX(-50%);
}

/*.skin1 .header .nav_main a::after{display1:none;}*/
/*.skin1 .header .nav_main a:before{background:url(/fonts/icon1.svg) center center no-repeat;width:.1563rem;height:.0977rem;background-size:contain;left:0;bottom:100%;top:auto;margin-bottom:-0.0391rem;display:none;transform-origin:center bottom;opacity:0;border: none;}*/
/*.skin1 .header .nav_main a.now:before{display:block;transform:none;opacity:1;}*/
/*.skin1 .header .nav_main a:hover:before{display:block;opacity:1;transform:none;}*/
/*.skin1 .header2 .nav_main a::after{display1:none;}*/
/*.skin1 .header2 .nav_main a:before{background:url(/fonts/icon1.svg) center center no-repeat;width:.1563rem;height:.0977rem;background-size:contain;left:0;bottom:100%;top:auto;margin-bottom:-0.0391rem;display:none;transform-origin:center bottom;opacity:0;border:none;}*/
/*.skin1 .header2 .nav_main a.now:before{display:block;transform:none;opacity:1;}*/
/*.skin1 .header2 .nav_main a:hover:before{display:block;opacity:1;transform:none;}*/
.skin1 .title .more {
  margin-top: 0.0781rem;
}
.skin1 .more i {
  position: relative;
}
.skin1 .more i:after {
  content: "";
  background: url(/fonts/icon1.svg) center center no-repeat;
  width: 0.2188rem;
  height: 0.1484rem;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: -0.0859rem;
  margin-left: -0.1094rem;
}
.home7 .d1 .more i:after {
  background-image: url(/fonts/icon1a.svg);
}
.home7 .d1 .more:hover i:after {
  background-image: url(/images/icon1.svg);
}

.skin1 .home5 {
  background: #eeebea url(/images/bg2.png) left bottom no-repeat;
  background-size: 40% auto;
}
.skin1 .home5 .list .item:nth-child(1):before {
  background: url(/images/bg1.png) left bottom no-repeat;
}
.skin1 .home5 .list .item:nth-child(4):before {
  background: url(/images/bg1.png) left bottom no-repeat;
}
.skin1 .home5 .list .item:last-child:before {
  background: url(/images/bg1.png) left bottom no-repeat;
}
.skin1 .home6 {
  background: url(/images/bg3.png) center bottom no-repeat;
  background-size: contain;
}
.skin1 .home7 {
  background: #382e2f url(/images/bg4.png) right bottom no-repeat;
  background-size: 70% auto;
}
.skin1 .home8 .l .list {
  background: #fff url(/images/bg1.png) left bottom no-repeat;
}
.skin1 .home10 {
  background: url(/images/bg5.png) center bottom no-repeat;
  background-size: 100% auto;
}
.skin1 .home9 .title .more {
  margin-top: 0.5859rem;
}

.skin2 .more i {
  position: relative;
}
.skin2 .more i:after {
  content: "";
  background: url(/images/icon1.svg) center center no-repeat;
  width: 0.1602rem;
  height: 0.1914rem;
  background-size: contain;
  position: absolute;
  right: 100%;
  margin-right: -0.0391rem;
  top: 50%;
  margin-top: -0.0977rem;
}
.skin2 .home9 .more i:after {
  right: 50%;
  margin-right: -0.0781rem;
  top: 0;
  margin-top: -0.1445rem;
}
.skin2 .home5 {
  background: #eeebea url(/images/bg1.png) left bottom no-repeat;
  background-size: 20% auto;
}
.skin2 .home6 {
  background: url(/images/bg2.png) center bottom no-repeat;
  background-size: 100% auto;
}
.skin2 .home7 {
  background: #382e2f url(/images/bg3.png) center bottom no-repeat;
  background-size: 100% auto;
}
.skin2 .home9 {
  position: relative;
}
.skin2 .home9:before {
  content: "";
  background: url(/images/bg4.png) left bottom no-repeat;
  width: 1.4844rem;
  height: 2.1367rem;
  position: absolute;
  left: 0;
  bottom: -1.4844rem;
}
.skin2 .home9 .item:nth-child(1) .pic {
  background-image: url(/images/pic7.jpg);
}
.skin2 .home9 .item:nth-child(2) .pic {
  background-image: url(/images/pic8.jpg);
}
.skin2 .home9 .item:nth-child(3) .pic {
  background-image: url(/images/pic26.jpg);
}
.skin2 .home9 .item:nth-child(4) .pic {
  background-image: url(/images/pic6.jpg);
}
.skin2 .home10 {
  background: none;
  position: relative;
}
.skin2 .home10 .part1 .list {
  position: relative;
}
.skin2 .home10:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  background: url(/images/bg5.png) right bottom no-repeat;
  width: 2.8828rem;
  height: 2.0469rem;
}
.skin2 .home7 .d1 .more i {
  background-image: url(/images/more1b.svg);
}
.skin2 .home7 .d1 .more i::after {
  background-image: url(/fonts/icon1a.svg);
}
.skin2 .home7 .d1 .more i::before {
  background-image: url(/images/more1b.svg);
}
.skin2 .home7 .d1 .more:hover i::before {
  background-image: url(/fonts/more1c.svg);
}
.skin2 .home10 .part1 .btns {
  position: relative;
}
.details_box .p {
  font-size: 0.0703rem !important;
}
.details {
  font-size: 0.0703rem !important;
  letter-spacing: 0.0078rem;
}
.nowtime {
  color: #fff;
  font-size: 0.0977rem !important;
  /* position: absolute;
  right: .6055rem;
  top: .1953rem; */
}
/* 隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}