.container {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
header {
  background: #fff;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .logo {
  width: 2.36rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
header .logo img {
  width: 100%;
}
header .hd {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 0.24rem;
  margin-bottom: 0.35rem;
}
header .hd a {
  color: #5a6370;
  padding: 0 0.15rem;
  border-right: 1px solid #d2d2d2;
}
header .hd a:last-of-type {
  border: 0;
}
header .hd a[href]:hover {
  color: #d6281d;
}
header .hd .search_box {
  background: #f5f5f5;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  height: 0.42rem;
  width: 3.47rem;
  margin-left: 0.21rem;
}
header .hd .search_box input {
  font-size: 0.18rem;
  padding: 0 0.22rem;
  flex: 1;
  box-sizing: border-box;
}
header .hd .search_box input::placeholder {
  color: #999999;
}
header .hd .search_box .s_btn {
  background: #d6281d;
  position: relative;
  /* width: 0.95rem; */
  height: 0.42rem;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.11rem;
  box-sizing: border-box;
  cursor: pointer;
}
header .hd .search_box .s_btn img {
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.5s;
}
/* header .hd .search_box .s_btn:after {
  content: '搜索';
  margin-left: 0.06rem;
  flex-shrink: 0;
} */
header .hd .search_box .s_btn span{
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.05rem;
}
header .hd .search_box .s_btn:hover img {
  transform: scale(1.2);
}
header nav ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: calc(14rem - 3.69rem);
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  text-align: center;
  color: #5a6370;
  font-size: 0.2rem;
  display: inline-block;
  min-width: 0.8rem;
  padding-bottom: 0.31em;
  height: 0.54rem;
  box-sizing: border-box;
}
header nav ul li a:after {
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #d6281d;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
header nav ul li .list {
  width: 300%;
  height: auto;
  position: absolute;
  z-index: 99;
  left: 150%;
  top: 0.64rem;
  visibility: hidden;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 9px 0px #1F354E33;
  border-radius: 0 0 0.08rem 0.08rem;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header nav ul li .list a {
  width: 100%;
  height: auto;
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 0.36rem;
  text-align: center;
  color: #5a6370;
  font-size: 0.14rem;
  font-weight: normal;
}
header nav ul li .list a:last-child {
  margin-bottom: 0;
}
header nav ul li .list a:hover,
header nav ul li .list a.active {
  color: #d6281d;
}
header nav ul li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 0.54rem;
}
header nav ul li:hover > a:after,
header nav ul li.active > a:after {
  /* width: 100%;
  left: 25%;
  transform: translateX(-25%); */
  width: 300%;
  left: 150%;
  transform: translateX(-50%);
}
header nav ul li.active:first-child > a:after,
header nav ul li.active:first-child.active > a:after {
  width: 100%;
  left: 25%;
  transform: translateX(-25%);
  /* width: 300%;
  left: 150%;
  transform: translateX(-50%); */
}
.banner_box {
  position: relative;
}
.banner_box .video {
  position: absolute;
  z-index: 10;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1.76rem;
  cursor: pointer;
}
.banner_box .video span {
  position: relative;
  height: 0.38rem;
  width: 0.38rem;
  margin: 0 auto;
  display: block;
  background: rgba(214, 40, 29, 0.2);
  border-radius: 50%;
  margin-bottom: 0.32rem;
}
.banner_box .video span img {
  display: block;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.13rem;
  height: 0.15rem;
}
.banner_box .video span:before,
.banner_box .video span:after {
  width: 0.7rem;
  height: 0.7rem;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  border-radius: 50%;
  border: 2px solid #d6281d;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.banner_box .video span:after {
  opacity: 0;
  transform: scale(0.8);
}
.banner_box .video .videotext {
  color: #fff;
  font-size: 0.18rem;
}
.banner_box .video:hover span:before,
.banner_box .video:hover span:after {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.banner_box .video:hover span:before {
  opacity: 0;
  transform: scale(1.4);
}
.banner_box .video:hover span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner_box .pageNext {
  position: absolute;
  z-index: 10;
  width: 0.31rem;
  left: 0.56rem;
  bottom: 0.5rem;
  animation: arrowDown 1s infinite linear;
}
.banner_box .pageNext img {
  width: 100%;
}
.banner_box .pageNext:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.14rem;
  height: 1px;
}
.banner_box .flexslider {
  width: 100%;
  height: 8.48rem;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  position: relative;
  overflow: hidden;
}
.banner_box .flexslider .item {
  display: block;
  line-height: 1;
  overflow: hidden;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner_box .flexslider .item.hide {
  -webkit-mask: url(../img/nature-sprite.png);
  -moz-mask: url(../img/nature-sprite.png);
  -ms-mask: url(../img/nature-sprite.png);
  -o-mask: url(../img/nature-sprite.png);
  mask: url(../img/nature-sprite.png);
  -webkit-mask-size: 2300% 100%;
  -moz-mask-size: 2300% 100%;
  -ms-mask-size: 2300% 100%;
  -o-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: mask-play 1.4s steps(22) forwards;
  -ms-animation: mask-play 1.4s steps(22) forwards;
  -moz-animation: mask-play 1.4s steps(22) forwards;
  -o-animation: mask-play 1.4s steps(22) forwards;
  z-index: 4 !important;
}
.banner_box .flexslider .item .bg {
  display: block;
  width: 100%;
  height: 8.48rem !important;
  position: relative;
}
.banner_box .flexslider .bottom {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0.58rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.22rem;
}
.banner_box .flexslider .lineL,
.banner_box .flexslider .lineR {
  height: 1px;
  background: #fff;
}
.banner_box .flexslider .lineL {
  width: 1.14rem;
  margin-left: 1.15rem;
}
.banner_box .flexslider .lineR {
  flex: 1;
}
.banner_box .flexslider .flex-control-nav {
  text-align: left;
  box-sizing: border-box;
  width: auto;
}
.banner_box .flexslider .flex-control-nav li {
  padding: 0 0.13rem;
  background: transparent;
}
.banner_box .flexslider .flex-control-nav li a {
  position: relative;
  width: 0.22rem;
  height: 0.22rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: transparent;
  box-shadow: initial;
  -webkit-box-shadow: initial;
  box-sizing: border-box;
}
.banner_box .flexslider .flex-control-nav li a:before {
  display: block;
  content: '';
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.banner_box .flexslider .flex-control-nav li a.flex-active {
  border: 1px solid #fff;
}
.banner_box .flexslider .flex-control-nav li a.flex-active:before {
  background: #fff;
}
.vwrap {
  display: none;
  z-index: 2240;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  background: #000 \9;
  filter: alpha(opacity=80);
  overflow: hidden;
}
.vwrap .videobox {
  z-index: 990;
  width: 9rem;
  height: 5rem;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -2.5rem;
  margin-left: -4.5rem;
}
.vwrap .videobox #videobox {
  width: 100%;
  display: inline-block;
  height: 100%;
  background: #80abde;
}
.vwrap .videobox .close {
  z-index: 999;
  width: 0.2rem;
  height: 0.21rem;
  cursor: pointer;
  position: absolute;
  top: -0.26rem;
  right: 0;
}
.vwrap .videobox .close i {
  display: block;
  width: 0.2rem;
  height: 0.21rem;
  background: url(../img/close.png) no-repeat 50% 50%;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.vwrap .videobox .close:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mudule1 {
  background: #f7f7f8;
  width: 100%;
  height: 1.85rem;
}
.mudule1 .container {
  display: flex;
  justify-content: space-between;
}
.mudule1_l {
  width: 6.8rem;
  display: flex;
  justify-content: space-between;
}
.mudule1_l .tit {
  width: 1.06rem;
  height: 1.85rem;
  background: #d6281d;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mudule1_l .tit img {
  width: 0.57rem;
  margin-bottom: 0.18rem;
}
.mudule1_l .tit p {
  font-size: 0.18rem;
}
.mudule1_l .list {
  width: 5.34rem;
}
.mudule1 .list {
  padding: 0.08rem 0;
}
.mudule1 .list .item {
  display: flex;
  align-items: center;
  padding: 0.08rem 0;
  transition: all 0.2s;
}
.mudule1 .list .item .dot {
  background: #bfbfbf;
  width: 0.04rem;
  height: 0.04rem;
  margin-right: 0.14rem;
}
.mudule1 .list .item p {
  color: #333;
  font-size: 0.15rem;
  max-width: 80%;
}
.mudule1 .list .item .date {
  color: #999;
  font-size: 0.15rem;
  margin-left: auto;
}
.mudule1 .list .item:hover .dot {
  background: #d6281d;
}
.mudule1 .list .item:hover p {
  color: #d6281d;
}
.mudule1_r {
  width: 6.24rem;
  padding-top: 0.22rem;
}
.mudule1_r .hd {
  border-bottom: 0.03rem solid #fff;
  margin-bottom: 0.06rem;
}
.mudule1_r .hd ul {
  position: relative;
}
.mudule1_r .hd li {
  display: inline-block;
  margin-right: 0.64rem;
}
.mudule1_r .hd li:last-child {
  margin-right: 0;
}
.mudule1_r .hd li .tit {
  display: block;
  font-size: 0.18rem;
  color: #333;
  padding-bottom: 0.14rem;
  position: relative;
}
.mudule1_r .hd li .tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  width: 100%;
  height: 0.03rem;
  background: transparent;
}
.mudule1_r .hd li .more {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.14rem;
  color: #d6281d;
  transform: translateY(-50%);
  display: none;
}
.mudule1_r .hd li .more:hover {
  transition: all 0.2s;
  opacity: 0.7;
}
.mudule1_r .hd li.on .tit:after {
  background: #c52720;
}
.mudule1_r .hd li.on .more {
  display: block;
}
.module2 {
  position: relative;
  padding-top: 0.7rem;
}
.module2 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.module2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  margin-top: 0.3rem;
}
.module2 ul li {
  margin-right: 0.8rem;
}
.module2 ul li p {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
}
.module2 ul li p span {
  font-weight: bold;
  color: #2361a5;
  font-size: 0.36rem;
}
.module2 ul li:last-child {
  margin-right: 0;
}
.module2 .jj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.36rem;
}
.module2 .jj_l {
  width: 6.45rem;
  height: 3.76rem;
}
.module2 .jj_r {
  width: 7rem;
}
.module2 .jj_r .scroll {
  color: #333;
  font-size: 0.18rem;
  line-height: 1.9;
  height: 2.14rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
  overflow-y: auto;
}
.module2 .jj_r .scroll::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
.module2 .jj_r .scroll::-webkit-scrollbar-thumb {
  background: #d6281d;
  border-radius: 0.1rem;
}
.module2 .jj_r .scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.module2 .jj_r .more {
  margin-top: 0.27rem;
  width: 1.68rem;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  background: #d6281d url(../img/icon2.png) no-repeat right 0.36rem center;
  display: block;
  padding-left: 0.38rem;
  padding-right: 0.6rem;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.module2 .jj_r .more span {
  display: block;
  transition: all 0.3s;
}
.module2 .jj_r .more:hover span {
  transform: translateX(10px);
}
.headTit {
  text-align: center;
  margin-bottom: 0.5rem;
}
.headTit h2 {
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.12rem;
}
.headTit p {
  font-size: 0.2rem;
  color: #d6281d;
}
.headTit[href]:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
.module3 {
  height: 7.61rem;
  overflow: hidden;
  position: relative;
}
.module3 .headTit {
  display: block;
  margin-top: 1.08rem;
  box-sizing: border-box;
}
.module3 .headTit h2,
.module3 .headTit p {
  color: #fff;
}
.module3 .tabSwiper {
  width: 100%;
  height: 7.61rem;
  overflow: hidden;
}
.module3 .tabSwiper img {
  width: 100%;
  height: 100%;
  display: block;
}
.module3 .container {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 3;
  transform: translateX(-50%);
}
.module3 .container .tab {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.69rem;
  display: flex;
}
.module3 .container .tab .item {
  background: #fff;
  margin-right: 0.13rem;
  width: 3.4rem;
  height: 2.07rem;
  position: relative;
  padding: 0 0.32rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.module3 .container .tab .item:last-child {
  margin-right: 0;
}
.module3 .container .tab .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: 3;
  background: #d6281d;
  height: 0.06rem;
  transition: all 0.5s;
}
.module3 .container .tab .item h2 {
  color: #2361a5;
  font-size: 0.36rem;
  padding-bottom: 0.1rem;
  transition: all 0.2s;
}
.module3 .container .tab .item p {
  color: #333;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.14rem;
  text-align: center;
  height: 0.53rem;
}
.module3 .container .tab .item .more {
  color: #d6281d;
  position: relative;
}
.module3 .container .tab .item .more span {
  font-size: 0.14rem;
  transition: all 0.2s;
}
.module3 .container .tab .item .more .ico {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.2s;
  opacity: 0;
}
.module3 .container .tab .item:hover h2,
.module3 .container .tab .item.active h2 {
  color: #d6281d;
}
.module3 .container .tab .item:hover .more span,
.module3 .container .tab .item.active .more span {
  margin-right: 0.1rem;
}
.module3 .container .tab .item:hover .more .ico,
.module3 .container .tab .item.active .more .ico {
  opacity: 1;
}
.module3 .container .tab .item:hover:after,
.module3 .container .tab .item.active:after {
  width: 100%;
}
.module4 {
  padding: 0.76rem 0;
}
.module4 .news {
  margin-top: 0.54rem;
  display: flex;
  height: 4.04rem;
}
.module4 .news center{
  width: 100%;
}
.module4 .news .item {
  margin-right: 0.23rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 4.48rem;
  height: 4.04rem;
  padding: 0.56rem 0.37rem;
}
.module4 .news .item:last-child {
  margin-right: 0;
}
.module4 .news .item .imgBox {
  width: 100%;
  height: 1.94rem;
  overflow: hidden;
  position: relative;
}
.module4 .news .item .imgBox .bg {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 2s;
}
.module4 .news .item .imgBox .date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../img/icon4.png) no-repeat center / 100% 100%;
  color: #fff;
  font-weight: bold;
  width: 0.49rem;
  height: 0.67rem;
  box-sizing: border-box;
  padding: 0.14rem 0.06rem;
  transition: all 0.2s;
}
.module4 .news .item .imgBox .date p {
  font-size: 0.12rem;
  margin-bottom: 0.03rem;
}
.module4 .news .item .t1 {
  color: #999;
  font-size: 0.15rem;
  padding-top: 0.17rem;
}
.module4 .news .item .t2 {
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  padding-top: 0.12rem;
  padding-bottom: 0.2rem;
}
.module4 .news .item .more {
  color: #666;
  font-weight: bold;
  transition: all 0.2s;
  position: relative;
}
.module4 .news .item .more:after {
  content: '';
  position: absolute;
  margin-left: 0.19rem;
  width: 0.12rem;
  height: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  background: url(../img/icon3h.png) no-repeat center / 100% 100%;
}
.module4 .news .item:hover .bg {
  transform: scale(1.1);
}
.module4 .news .item:hover .imgBox .date {
  background: url(../img/icon4h.png) no-repeat center / 100% 100%;
}
.module4 .news .item:hover .more {
  color: #d6281d;
}
.module4 .news .item:hover .more:after {
  margin-left: 0.1rem;
  background: url(../img/icon3.png) no-repeat center / 100% 100%;
}
footer {
  background: #2b3340;
  height: 5.4rem;
  position: relative;
  z-index: 5;
  padding-top: 0.96rem;
  box-sizing: border-box;
}
footer:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.84rem;
  height: 5.97rem;
  background: url(../img/bg6.png) no-repeat center / 100% 100%;
}
footer .tit {
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  padding-bottom: 0.4rem;
  padding-top: 0.22rem;
}
footer .hd {
  display: flex;
  margin-bottom: 0.22rem;
}
footer .hd_l {
  width: 3.26rem;
  height: 3.76rem;
  border-right: 1px solid #373f4b;
}
footer .hd_c {
  width: 4.43rem;
  height: 3.76rem;
  padding-left: 0.66rem;
  box-sizing: border-box;
  border-right: 1px solid #373f4b;
  margin-right: 0.78rem;
}
footer .hd_c p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.26rem;
}
footer .hd_c p span {
  color: #6b717a;
  font-size: 0.18rem;
  margin-left: 0.1rem;
}
footer .hd_c p .bold {
  font-weight: bold;
}
footer .hd_c .dropdown {
  width: 3.4rem;
  height: 0.5rem;
  border: 1px solid #83868c;
  border-radius: 0.08rem;
  padding-left: 0.16rem;
  padding-right: 0.23rem;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
footer .hd_c .dropdown .arrow {
  margin-left: auto;
}
footer .hd_c .dropdown span {
  color: #6b717a;
  font-size: 0.18rem;
}
footer .hd_c .dropdown .text {
  flex: 1;
}
footer .hd_c .dropdown .selectMask {
  position: absolute;
  left: -0.01rem;
  bottom: 0.44rem;
  width: 3.4rem;
  height: 0;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
  -ms-overflow-style: none;
  overflow-y: auto;
  z-index: 11;
  background: #2b3340;
  border: 1px solid #83868c;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
  box-sizing: border-box;
  border-bottom: 0;
  opacity: 0;
  transition: all 0.2s;
}
footer .hd_c .dropdown .selectMask::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}
footer .hd_c .dropdown .selectMask::-webkit-scrollbar-thumb {
  background: #d6281d;
  border-radius: 0.1rem;
}
footer .hd_c .dropdown .selectMask::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
footer .hd_c .dropdown .selectMask .item {
  display: flex;
  color: #6b717a;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  transition: all 0.2s;
}
footer .hd_c .dropdown .selectMask .item:hover {
  background: #2361a5;
  color: #fff;
}
footer .hd_c .dropdown:hover .selectMask {
  height: 3rem;
  opacity: 1;
}
footer .link {
  display: flex;
  flex-wrap: wrap;
}
footer .link .item {
  color: #6b717a;
  margin-right: 0.88rem;
  margin-bottom: 0.32rem;
  transition: all 0.2s;
}
footer .link .item:hover {
  color: #fff;
}
footer .ewm {
  text-align: center;
  color: #fff;
}
footer .ewm img {
  width: 1.17rem;
  margin-bottom: 0.1rem;
}
footer .ewm p {
  font-size: 0.14rem;
}
footer .bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bd a {
  color: #6b717a;
  transition: all 0.2s;
  display: inline-block;
}
footer .bd a:hover {
  color: #fff;
}
footer .bd_l img {
  margin: 0 0.14rem;
}
.main {
  width: 100%;
  position: relative;
  min-height: 9rem;
  background-color: #124996;
}
.main .mainBg {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main .section {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.main .section .aside {
  width: 3.49rem;
  flex-shrink: 0;
  padding-top: 0.66rem;
  box-sizing: border-box;
  position: relative;
}
.main .section .aside ul {
  padding-left: 1.28rem;
  position: sticky;
  left: 0;
  top: 0.66rem;
  min-height: 5rem;
  transition: all 0.3s;
}
.main .section .aside ul:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0.94rem;
  top: 0;
}
.main .section .aside a {
  position: relative;
  display: inline-block;
  font-size: 0.2rem;
  padding: 0.08rem 0.16rem;
  color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  margin-bottom: 0.18rem;
}
.main .section .aside a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.main .section .aside a:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.39rem;
  opacity: 0;
  transition: all 0.2s;
}
.main .section .aside a:hover:before,
.main .section .aside a.active:before {
  width: 100%;
}
.main .section .aside a:hover:after,
.main .section .aside a.active:after {
  opacity: 1;
}
.main .section_r {
  flex-shrink: 0;
  width: calc(100% - 3.49rem);
  background: #fff;
  min-height: 7rem;
}
.zyHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14rem;
  padding: 1.2rem 0 0.44rem 1.71rem;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.zyHead h2 {
  font-weight: normal;
  color: #fff;
  font-size: 0.4rem;
}
.zyHead .dq {
  display: inline-flex;
  align-items: center;
}
.zyHead .dq a,
.zyHead .dq i {
  color: #fff;
}
.zyHead .dq a {
  transition: all 0.2s;
}
.zyHead .dq i {
  margin: 0 0.1rem;
}
.zyHead .dq img {
  margin-right: 0.1rem;
}
.zyHead .dq a:hover,
.zyHead .dq a.active {
  color: #d6281d;
}
.zp {
  min-height: 5rem;
  padding: 1.2rem 1.47rem 1.4rem;
}
.zp .tit {
  font-size: 0.3rem;
  color: #d4291b;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.2rem;
}
.zp p {
  color: #5a6370;
  font-size: 0.2rem;
  line-height: 1.8;
  text-align: center;
  margin: 0.2rem 0;
}
.zp img {
  margin: 0.4rem auto;
  max-width: 100%;
  display: block;
}
.wid {
  width: calc(14rem - 0.86rem);
  box-sizing: border-box;
}
.about {
  padding: 0.96rem 0 0 0.86rem;
}
.about .tit {
  font-size: 0.3rem;
  color: #d43e42;
  line-height: 1.5;
  margin-bottom: 0.46rem;
}
.about .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.68rem;
}
.about .block ul {
  width: 3.3rem;
}
.about .block ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.3rem 0;
  display: flex;
  align-items: baseline;
}
.about .block ul li span {
  font-size: 0.2rem;
  color: #333;
  display: inline-block;
}
.about .block ul li span:first-child {
  padding-left: 0.26rem;
  margin-right: 0.25rem;
  box-sizing: border-box;
  min-width: 1.68rem;
}
.about .block ul li span strong {
  color: #2361a5;
  font-size: 0.42rem;
  font-weight: bold;
}
.about .block ul li:last-child {
  border-bottom: 0;
}
.about .block .rbg {
  width: 8rem;
 max-width: 100%;
}
.about .cont1 {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.76rem;
}
.about .cont1 p {
  font-size: 0.18rem;
  line-height: 2;
}
.about .tit2 {
  color: #2361a5;
  font-size: 0.24rem;
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.29rem;
}
.about .tit2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.23rem;
  background: #2361a5;
}
.about .sideMenu {
  margin-bottom: 0.6rem;
}
.about .sideMenu li {
  margin-bottom: 0.25rem;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
}
.about .sideMenu li .hd {
  padding: 0 0.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.83rem;
  cursor: pointer;
}
.about .sideMenu li .hd .l {
  font-size: 0.22rem;
  color: #2361a5;
}
.about .sideMenu li .hd .r {
  position: relative;
}
.about .sideMenu li .hd .r img {
  width: 0.19rem;
  transition: all 0.2s;
}
.about .sideMenu li .hd .r:before {
  content: '展开';
  margin-right: 0.12rem;
  font-size: 0.18rem;
  color: #2361a5;
}
.about .sideMenu li .bd {
  padding: 0 0.44rem 0.26rem;
  display: none;
}
.about .sideMenu li .bd p {
  padding-left: 0.28rem;
  position: relative;
  color: #333;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}
.about .sideMenu li .bd p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.11rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #d2d2d2;
}
.about .sideMenu li .yellow {
  color: #e58d1c !important;
}
.about .sideMenu li .red {
  color: #d53e42 !important;
}
.about .sideMenu li.active .r img {
  transform: rotate(180deg);
}
.about .sideMenu li.active .r:before {
  content: '收起';
}
.about .cont2 {
  color: #333;
  font-size: 0.18rem;
  margin-bottom: 0.76rem;
}
.about .cont2 p {
  font-size: 0.18rem;
  line-height: 2;
}
.about .cont2 span {
  font-weight: bold;
  color: #2361a5;
}
.wh {
  padding: 0.94rem 1.48rem;
}
.wh .cont {
  padding-bottom: 0.7rem;
  position: relative;
  margin-bottom: 0.44rem;
}
.wh .cont p {
  font-size: 0.2rem;
  color: #333;
  line-height: 2;
  margin-bottom: 0.05rem;
  text-align: center;
}
.wh .cont:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 0.68rem;
  background: #d2d2d2;
}
.wh .row {
  display: flex;
  flex-wrap: wrap;
}
.wh .row .item {
  width: 2.98rem;
  height: 4.2rem;
  margin-right: 0.57rem;
  position: relative;
  z-index: 2;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.wh .row .item:nth-child(3n) {
  margin-right: 0;
}
.wh .row .item .dbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wh .row .item .c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  transition: all 1s;
}
.wh .row .item .c .t1 {
  font-size: 0.22rem;
  margin-top: 0.12rem;
  margin-bottom: 0.08rem;
}
.wh .row .item .c .t2 {
  font-size: 0.14rem;
}
.wh .row .item .c .t3 {
  font-size: 0.14rem;
  text-align: left;
  padding: 0.14rem 0;
  width: 100%;
  margin-top: 0.16rem;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
}
.wh .row .item .c .t3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.wh .row .item:hover .c {
  transform: translateY(-50px);
}
.wh .row .item:hover .c .t3 {
  opacity: 1;
}
.wh .row .item:hover .c .t3:after {
  width: 100%;
}
.lc {
  padding: 0.78rem 1.18rem;
}
.lc .list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.lc .list:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #edf2f8;
  transform: translateX(-50%);
}
.lc .item {
  padding-right: 0.44rem;
  width: 50%;
  box-sizing: border-box;
  text-align: right;
}
.lc .item h2 {
  font-weight: bold;
  color: #d6281d;
  font-size: 0.48rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.lc .item h2:before,
.lc .item h2:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.lc .item h2:after {
  width: 0.19rem;
  height: 0.19rem;
  background: #fff;
  border: 0.03rem solid #d9e3ef;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s;
}
.lc .item h2:before {
  height: 1px;
  width: 0.21rem;
  background: #d9e3ef;
}
.lc .item p {
  margin-bottom: 0.28rem;
  position: relative;
  padding-right: 0.58rem;
  color: #5a6370;
  font-size: 0.18rem;
  line-height: 2;
}
.lc .item p span {
  border-radius: 50%;
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  width: 0.35rem;
  height: 0.35rem;
  background: #f8f9fa;
  border: 1px solid #edf2f8;
  text-align: center;
  line-height: 0.35rem;
  position: absolute;
  right: 0;
}
.lc .item p em {
  color: #5a6370;
  font-size: 0.18rem;
  line-height: 2;
  display: block;
}
.lc .item img {
  max-width: 100%;
  display: block;
  margin: 0.3rem auto;
}
.lc .item:nth-child(odd) h2:before {
  right: -0.3rem;
}
.lc .item:nth-child(odd) h2:after {
  right: -0.53rem;
}
.lc .item:nth-child(even) {
  margin-left: auto;
  padding-right: 0;
  padding-left: 0.44rem;
  text-align: left;
}
.lc .item:nth-child(even) h2:before {
  left: -0.3rem;
}
.lc .item:nth-child(even) h2:after {
  left: -0.53rem;
}
.lc .item:nth-child(even) p {
  padding-right: 0;
  padding-left: 0.58rem;
}
.lc .item:nth-child(even) p span {
  right: initial;
  left: 0;
}
.lc .item:hover h2:after {
  border-color: #d6281d;
}
.lc .btn {
  display: block;
  margin: 0 auto;
  background: #d6281d;
  border-radius: 0.05rem;
  width: 2.4rem;
  height: 0.66rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.66rem;
  cursor: pointer;
}
.lc .btn span {
  margin-right: 0.22rem;
  transition: all 0.3s;
}
.lc .btn:hover span {
  margin-right: 0.1rem;
}
.sp {
  padding: 1.16rem 0 0 0.84rem;
}
.sp .spList {
  min-height: 5rem;
}
.sp .item {
  margin-right: 0.54rem;
  width: 3.74rem;
  margin-bottom: 0.55rem;
  float: left;
}
.sp .item .imgBox {
  height: 1.94rem;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.sp .item .imgBox .ico1 {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.sp .item .imgBox .ico2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.sp .item .text {
  text-align: center;
  padding: 0.16rem 0.13rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.sp .item .text .t1 {
  font-size: 0.18rem;
  color: #333;
  padding-bottom: 0.17rem;
  transition: all 0.2s;
}
.sp .item .text p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5a5a5;
  line-height: 1.5;
  font-size: 0.15rem;
  transition: all 0.2s;
}
.sp .item .text p i {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../img/icon17.png) no-repeat center / 100% 100%;
  margin-right: 0.1rem;
  transition: all 0.2s;
}
.sp .item:hover .ico1 {
  transform: scale(1.1);
}
.sp .item:hover .text .t1,
.sp .item:hover .text p {
  color: #d6281d;
}
.sp .item:hover .text .t1 i,
.sp .item:hover .text p i {
  background: url(../img/icon17h.png) no-repeat center / 100% 100%;
}
.sp .item:nth-child(3n) {
  margin-right: 0;
}
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  margin: 0.5rem auto;
}
.ql_fenye a {
  display: inline-block;
  padding: 0.1rem 0.14rem;
  margin: 0px 0.04rem;
  background: #f3f3f3;
  line-height: 0.16rem;
  border-radius: 0.04rem;
  cursor: pointer;
  color: #333;
  font-size: 0.18rem;
}
.ql_fenye a:hover,
.ql_fenye a.on {
  color: #fff;
  border-color: #d6281d;
  background: #d6281d;
}
.ql_fenye > div {
  color: #333;
  font-size: 0.18rem;
  display: inline-flex;
  align-items: center;
}
.ql_fenye input {
  display: inline-block;
  padding: 0.05rem 0;
  border: 1px solid #c7c7c7;
  margin: 0px 0.08rem;
  background: #fff;
  line-height: 0.16rem;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.18rem;
  width: 0.42rem;
}
.fc {
  padding: 1.16rem 0 0 0.84rem;
}
.fc .fcList {
  min-height: 5rem;
}
.fc .fcList .item {
  margin-right: 0.54rem;
  width: 3.74rem;
  margin-bottom: 0.55rem;
  float: left;
}
.fc .fcList .item:nth-child(3n) {
  margin-right: 0;
}
.fc .fcList .item .imgBox {
  height: 1.94rem;
  overflow: hidden;
  position: relative;
}
.fc .fcList .item .imgBox .ico1 {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.fc .fcList .item .text {
  padding: 0.16rem 0 0.26rem;
  position: relative;
  transition: all 0.3s;
}
.fc .fcList .item .text .t1 {
  font-size: 0.18rem;
  color: #333;
  padding-bottom: 0.17rem;
  transition: all 0.2s;
}
.fc .fcList .item .text p {
  color: #d6281d;
  display: flex;
  align-items: center;
}
.fc .fcList .item .text p .icon {
  margin-left: 0.2rem;
}
.fc .fcList .item .text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.05rem;
  background: #d6281d;
  transition: all 0.6s;
}
.fc .fcList .item:hover .ico1 {
  transform: scale(1.1);
}
.fc .fcList .item:hover .text .t1,
.fc .fcList .item:hover .text p {
  color: #d6281d;
}
.fc .fcList .item:hover .text:after {
  width: 100%;
}
.xw {
  padding: 0.7rem 0 0.7rem 0.84rem;
}
.xw .xwList {
  min-height: 5rem;
}
.xw .item {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: all 0.6s;
}
.xw .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.06rem;
  height: 0;
  background: #d6281d;
  transition: all 0.5s;
}
.xw .item .date {
  width: 1.78rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  color: #666;
  flex-shrink: 0;
}
.xw .item .date h4 {
  font-size: 0.36rem;
}
.xw .item .date p {
  padding: 0.1rem 0;
}
.xw .item .text {
  max-width: 10.5rem;
}
.xw .item .text .t1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.05rem;
  transition: all 0.3s;
}
.xw .item .text .t2 {
  font-size: 0.15rem;
  color: #a5a5a5;
  line-height: 2;
  margin-bottom: 0.15rem;
}
.xw .item .text .more {
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  color: #a5a5a5;
}
.xw .item .text .more .icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  transition: all 0.3s;
  background: url(../img/icon17.png) no-repeat center / 100% 100%;
}
.xw .item:hover {
  box-shadow: -1px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.xw .item:hover::before {
  height: 100%;
}
.xw .item:hover .date {
  color: #2361a5;
}
.xw .item:hover .text .t1 {
  color: #d6281d;
  font-weight: bold;
}
.xw .item:hover .text .icon {
  background: url(../img/icon17h.png) no-repeat center / 100% 100%;
}
.xq {
  padding: 0.9rem 0 0.9rem 0.84rem;
}
.xq_l {
  width: 0.94rem;
  padding-right: 0.4rem;
  float: left;
  position: sticky;
  top: 0;
}
.xq_l .item {
  text-align: center;
  margin-bottom: 0.21rem;
  cursor: pointer;
  transition: all 0.3s;
}
.xq_l .item div {
  position: relative;
  font-size: 0.3rem;
  color: #b2b2b2;
}
.xq_l .item div:after {
  content: '-';
  color: #b2b2b2;
  font-size: 0.18rem;
  position: absolute;
  top: 0;
}
.xq_l .item div.add:after {
  content: '+';
}
.xq_l .item p {
  color: #737373;
  font-size: 0.14rem;
}
.xq_l .item:hover div,
.xq_l .item:hover p {
  color: #d6281d;
}
.xq_l .item:hover div:after,
.xq_l .item:hover p:after {
  color: #d6281d;
}
.xq_l .context {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.34rem;
}
.xq_l .context a {
  display: block;
  width: 0.88rem;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 0.32rem;
  color: #737373;
  font-size: 0.14rem;
  transition: all 0.3s;
  margin-top: -1px;
}
.xq_l .context a[href]:hover {
  background: #d6281d;
  color: #fff;
  border-color: #d6281d;
}
.xq_l .goTop {
  display: block;
  margin: 0 auto;
  width: 0.44rem;
  cursor: pointer;
  transition: all 0.2s;
}
.xq_l .goTop:hover {
  opacity: 0.7;
}
.xq_c {
  min-height: 5rem;
  margin-right: 0.29rem;
  width: calc(100% - 4.95rem);
  float: left;
}
.xq_c .head {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.15rem;
  margin-bottom: 0.24rem;
}
.xq_c .head h1 {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.21rem;
}
.xq_c .head .bd {
  display: flex;
  align-items: center;
}
.xq_c .head .bd span {
  display: inline-flex;
  align-items: center;
  color: #cacaca;
  font-size: 0.18rem;
  margin-right: 0.5rem;
}
.xq_c .head .bd span img {
  margin-right: 0.14rem;
}
.xq_c .content {
  line-height: 2;
  color: #333;
}
.xq_c .content p {
  line-height: 2;
  color: #333;
}
.xq_c .content img {
  display: block;
  max-width: 100%;
  margin: 0.3rem auto;
}
.xq_r {
  width: 3.32rem;
  border-radius: 0.1rem;
  background: #f9f9fa;
  float: right;
  padding: 0.25rem 0.13rem 0.18rem 0.19rem;
  box-sizing: border-box;
}
.xq_r .tit {
  font-weight: bold;
  color: #333;
  font-size: 0.28rem;
  position: relative;
  z-index: 2;
  padding: 0.15rem 0.24rem;
}
.xq_r .tit:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../img/icon18.png) no-repeat center / 100% 100%;
  width: 0.36rem;
  height: 0.35rem;
  left: 0;
  top: 0;
}
.xq_r .xlist {
  min-height: 2rem;
}
.xq_r .xlist .item {
  display: flex;
  align-items: center;
  padding: 0.14rem 0;
}
.xq_r .xlist .item .dot {
  width: 0.04rem;
  height: 0.04rem;
  background: #bfbfbf;
  margin-right: 0.08rem;
  transition: all 0.3s;
}
.xq_r .xlist .item .ehn {
  font-size: 0.18rem;
  color: #333;
  max-width: 75%;
  transition: all 0.3s;
}
.xq_r .xlist .item .date {
  margin-left: auto;
  font-size: 0.18rem;
  color: #999;
}
.xq_r .xlist .item:hover .dot {
  background: #d53e42;
}
.xq_r .xlist .item:hover .ehn {
  color: #d53e42;
}
.yw {
  min-height: 5rem;
  padding: 0.64rem 0.85rem;
}
.yw .head {
  margin-bottom: 0.24rem;
}
.yw .head .tit {
  color: #d6281d;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
  line-height: 1.5;
}
.yw .head p {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
}
.yw .content p {
  font-size: 0.16rem;
  color: #333;
  line-height: 2;
}
.yw .content img {
  max-width: 100%;
  display: block;
  margin: 0.4rem auto;
}
.wzdt {
  padding: 0.99rem 0 0.99rem 0.85rem;
  display: flex;
}
.wzdt li {
  flex: 1;
}
.wzdt li .tit {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
  position: relative;
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  background: #f5f5f5;
}
.wzdt li .tit:after {
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #d6281d;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.wzdt li .tit:hover:after {
  width: 100%;
  left: 25%;
  transform: translateX(-25%);
}
.wzdt li .child {
  margin-top: 0.21rem;
}
.wzdt li .child a {
  display: block;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #999999;
  font-size: 0.18rem;
  transition: all 0.3s;
  margin-bottom: 0.18rem;
}
.wzdt li .child a:hover {
  background: #f5f5f5;
}
.wzdt li:first-child .tit {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.wzdt li:last-child .tit {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.ly {
  padding: 0.38rem 0.84rem 0.88rem;
}
.ly .form {
  width: 4.6rem;
  margin: 0 auto;
}
.ly .hd {
  width: 5.58rem;
  display: block;
  margin-bottom: 0.8rem;
}
.ly .bd {
  width: 4.6rem;
}
.ly .bd .ipt {
  width: 100%;
  display: block;
  resize: none;
  font-size: 0.16rem;
  height: 0.38rem;
  line-height: 0.38rem;
  border: 1px solid #dcdfe6;
  padding: 0 0.16rem;
  margin-bottom: 0.18rem;
  border-radius: 0.05rem;
  box-sizing: border-box;
}
.ly .bd .ipt::placeholder {
  color: #c5c5c5;
}
.ly .bd textarea {
  height: 1.3rem !important;
  padding: 0.1rem 0.16rem !important;
}
.ly .bd .row {
  width: 100%;
  display: flex;
  align-items: center;
}
.ly .bd .row .ipt {
  margin-bottom: 0;
  width: 2.3rem;
  margin-right: 0.05rem;
}
.ly .bd .row img {
  width: 1.05rem;
  cursor: pointer;
}
.ly .bd .row span {
  color: #c80007;
  font-weight: bold;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
}
.ly .bd .btn {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 0.05rem;
  background: #d6281d;
  height: 0.56rem;
  line-height: 0.56rem;
  margin: 0.26rem 0;
  display: block;
  width: 100%;
  transition: all 0.2s;
  cursor: pointer;
  border: 1px solid transparent;
}
.ly .bd .btn:hover {
  color: #d6281d;
  background: rgba(214, 40, 29, 0.2);
  border-color: #d6281d;
}
.yp {
  padding: 0.74rem 0 0.72rem 0.85rem;
}
.yp .title {
  margin-bottom: 0.74rem;
}
.yp .title .icon {
  margin-bottom: 0.18rem;
  display: block;
}
.yp .title b {
  font-size: 0.32rem;
  color: #d6281d;
  line-height: 1.4;
}
.yp .title strong {
  font-size: 0.16rem;
  color: #333;
  display: block;
  margin-top: 0.14rem;
  line-height: 1.4;
  font-weight: normal;
}
.yp .box {
  position: relative;
  margin-bottom: 0.7rem;
}
.yp .box .pic {
  width: 8.21rem;
}
.yp .box .info {
  position: absolute;
  background: #fff;
  border-radius: 0.1rem;
  height: auto;
  width: 5.32rem;
  box-sizing: border-box;
  padding: 0.42rem 0.35rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.yp .box .info .name {
  font-size: 0.28rem;
  color: #d6281d;
  margin-bottom: 0.1rem;
}
.yp .box .info .des {
  color: #333;
  font-size: 0.16rem;
  line-height: 2.2;
  margin-bottom: 0.34rem;
}
.yp .box .info_con {
  display: flex;
  align-items: center;
}
.yp .box .info_con p {
  margin-bottom: 0.06rem;
  color: #333;
}
.yp .box .info_con b {
  color: #124996;
  font-size: 0.2rem;
}
.yp .box .info_con .icon {
  margin-left: 0.46rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #124996;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.yp .box .info_con .icon img {
  width: 0.26rem;
  height: 0.28rem;
}
.yp .box .info_con:hover .icon {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);
}
.yp .column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yp .column .item {
  width: 5.87rem;
  box-sizing: border-box;
  margin-bottom: 0.36rem;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0.08rem;
  max-height: 1.2rem;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.yp .column .item .hd {
  height: 1.2rem;
  padding-left: 0.21rem;
  padding-right: 0.42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.yp .column .item .hd_t {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.24rem;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.yp .column .item .hd_t .name {
  color: #333;
}
.yp .column .item .hd_t .price {
  color: #d6281d;
}
.yp .column .item .hd_b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yp .column .item .hd_b .tag span {
  display: inline-block;
  min-width: 0.8rem;
  background: #f5f5f5;
  color: #999;
  padding: 0.05rem 0.2rem;
  margin-right: 0.08rem;
  text-align: center;
  box-sizing: border-box;
}
.yp .column .item .hd_b .arrow:before {
  content: '展开';
  color: #124996;
  margin-right: 0.1rem;
  transition: all 0.3s;
}
.yp .column .item .bd {
  padding: 0.26rem 0.28rem;
}
.yp .column .item .bd .scroll{
  height: 3rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.yp .column .item .bd .scroll::-webkit-scrollbar {
  width: 0.02rem;
}
.yp .column .item .bd .scroll::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #124996;
}
.yp .column .item .bd h4 {
  color: #333;
  margin-bottom: 0.12rem;
}
.yp .column .item .bd p {
  color: #333;
  line-height: 2;
}
.yp .column .item .bd .links {
  margin-top: 0.2rem;
}
.yp .column .item .bd .links .btn {
  display: inline-block;
  color: #333;
  font-size: 0.2rem;
  height: 0.41rem;
  line-height: 0.41rem;
  border-radius: 0.05rem;
  padding: 0 0.26rem;
  margin-right: 0.14rem;
  background: #e3e3e3;
  transition: all 0.3s;
}
.yp .column .item .bd .links .btn.red {
  color: #fff;
  background: #d6281d;
}
.yp .column .item .bd .links .btn:hover {
  opacity: 0.7;
}
.yp .column .item:hover {
  max-height: 7rem;
}
.yp .column .item:hover .arrow:before {
  content: '收起';
}
.lx {
  padding: 1.14rem 0 0.74rem 0.85rem;
}
.lx ul {
  display: flex;
  justify-content: space-evenly;
}
.lx ul img {
  height: 0.3rem;
  display: block;
  margin: 0 auto 0.13rem;
}
.lx ul .t {
  text-align: center;
  color: #666;
  margin-bottom: 0.28rem;
}
.lx #map {
  width: 100%;
  height: 4rem;
}
.djMain {
  background: #c9181b;
}
.dj {
  padding: 0.35rem 0 0.4rem 0.85rem;
}
.dj .dlist {
  min-height: 5rem;
}
.dj .item {
  display: block;
  padding-top: 0.28rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.dj .item .date {
  padding-left: 0.28rem;
  color: #999;
  font-size: 0.15rem;
  margin-bottom: 0.05rem;
}
.dj .item .btm {
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.dj .item .btm .dot {
  width: 0.04rem;
  height: 0.04rem;
  background: #bfbfbf;
  margin-right: 0.24rem;
  transition: all 0.3s;
}
.dj .item .btm .text {
  max-width: 80%;
  color: #333;
  font-size: 0.2rem;
}
.dj .item .btm .more {
  font-size: 0.15rem;
  color: #a5a5a5;
  margin-left: auto;
  transition: all 0.3s;
}
.dj .item .btm .more:before {
  content: '';
  background: url(../img/icon17.png) no-repeat center / 100% 100%;
  width: 0.18rem;
  height: 0.18rem;
  float: left;
  margin-right: 0.08rem;
}
.dj .item:hover .dot {
  background: #d53e42;
}
.dj .item:hover .more {
  color: #d53e42;
}
.dj .item:hover .more:before {
  background: url(../img/icon17h.png) no-repeat center / 100% 100%;
}
.ryMain .section_r {
  background: url(../img/bg15.jpg) no-repeat center / 100% 100%;
  height: 12.23rem;
}
.ry {
  height: 100%;
  padding: 1.62rem 0 1.45rem 0.85rem;
}
.ry .honor {
  position: relative;
  height: 100%;
  width: 100%;
}
.ry .honor_name {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.5em 0.7rem;
  height: auto;
}
.ry .honor_name .mark {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 0.1rem 0.2rem;
  background-image: linear-gradient(to right, #40dbdd, #0157ae);
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.05rem;
  margin-bottom: 0.32rem;
}
.ry .honor_name ul {
  width: 4rem;
  /* display: flex; */
  display: none;
  flex-wrap: wrap;
}
.ry .honor_name ul li {
  width: 33.3%;
}
.ry .honor_name ul li .num {
  justify-content: left;
  display: flex;
  align-items: baseline;
}
.ry .honor_name ul li .num p {
  color: #d6281d;
  font-size: 0.48rem;
  font-weight: bold;
  display: inline;
}
.ry .honor_name ul li .num .info {
  color: #333;
  font-size: 0.2rem;
  margin-bottom: 0.06rem;
}
.ry .honor_name ul li:first-child {
  width: 100%;
}
.ry .honor_name ul li:first-child p {
  font-size: 0.9rem;
}
.ry .honor_name ul li:first-child .num {
  align-items: end;
}
.ry .honor_name ul li:first-child div {
  position: relative;
  top: -20px;
}
.ry .honor_name ul li:first-child .info {
  display: block;
}
.ry .honor_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.ry .honor_list li {
  width: 2.86rem;
  height: auto;
  margin-right: 0.23rem;
}
.ry .honor_list li img {
  width: 100%;
  height: 1.92rem;
  display: block;
}
.ry .honor_list li:nth-child(1) {
  margin-left: 65%;
  margin-bottom: 1.64rem;
}
.ry .honor_list li:nth-child(4) {
  margin-bottom: 1.74rem;
}
.ry .honor_btn {
  position: absolute;
  display: flex;
  right: 0;
  top: 58%;
}
.ry .honor_btn .btn {
  border: 1px solid #eee;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.65rem;
  height: 0.65rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ry .honor_btn .btn:first-child {
  margin-right: 0.25rem;
}
.ry .honor_btn .honor_prev {
  background-image: url(../img/prev.png);
}
.ry .honor_btn .honor_prev:hover {
  background-image: url(../img/prevH.png);
}
.ry .honor_btn .honor_next {
  background-image: url(../img/next.png);
}
.ry .honor_btn .honor_next:hover {
  background-image: url(../img/nextH.png);
}
.demo-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-moz-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-ms-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    -moz-mask-position: 0% 0;
    -ms-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    -ms-mask-position: 100% 0;
    -moz-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 6px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
