@charset "UTF-8";
/**
 *  Author:  Kyrie'
 *  Date:   2020.10.19
 *  Time:   09:00
 *  Desc:   网站框架公共样式表
**/
/************       Common       ************/
* {
  margin: 0;
  padding: 0;
}
/* 思源黑体引用 */
@font-face {
  font-family: "NotoSansSC-Regular";
  src: url("../fonts/notosanssc-regular.ttf");
}
/* 思源黑体引用 */
html,
body {
  font-family: "NotoSansSC-Regular";
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  object-fit: contain;
}
button,
input {
  /* font-style: inherit; */
  font-family: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑";
  text-indent: 0.725em;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
select,
textarea {
  resize: none;
  outline: none;
}
input {
  outline: medium;
  -webkit-appearance: none;
}
input[type='button'] {
  cursor: pointer;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='text'] {
  text-indent: 0.725em;
}
:-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ccc;
}
/* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: box;
  display: -ms-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.in-line {
  display: inline;
}
.inl-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bg-fff {
  background: #fff;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-000 {
  color: #000;
}
.f-333 {
  color: #333;
}
.f-666 {
  color: #666;
}
.f-999 {
  color: #999;
}
.f-ddd {
  color: #ddd;
}
.f-eee {
  color: #eee;
}
.f-fff {
  color: #fff;
}
.placeholder {
  color: #aaa;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-line {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.line-4 {
  -webkit-line-clamp: 4;
}
.over {
  overflow: hidden;
  _height: 1px;
}
.clear,
.clear-fx {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@keyframes downico {
  0% {
    left: 5%;
    opacity: 1;
  }
  35% {
    left: 60%;
    opacity: 0;
  }
  65% {
    left: 35%;
    opacity: 1;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
.go {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background-color: #000741;
  border-radius: 50%;
  position: relative;
}
.go img {
  position: absolute;
  left: 5%;
  top: 40%;
  width: 0.22rem;
  animation: downico 2s ease-out infinite;
}
#getTop {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 0.35rem;
  z-index: 9;
  cursor: pointer;
  display: none;
}
.wd1600 {
  max-width: 16rem;
  margin: 0 auto;
}
.wd100 {
  width: 100%;
}
.line-number-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-number-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
header {
  padding: 0.24rem 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
}
header .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wd1600 .logo img {
  width: 2.54rem;
  height: auto;
}
.m-header {
  width: 0.35rem;
  cursor: pointer;
}
.m-header .box {
  display: block;
  width: 100%;
  height: 0.29rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-header .line {
  display: block;
  width: 100%;
  width: 0.35rem;
  height: 0.03rem;
  background-color: #ffffff;
}
.m-h-shadow{
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    z-index: 9;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s ease 0s;
}
.m-header-menu {
  position: fixed;
  right: -100%;
  width: 2.8rem;
  top: 0;
  z-index: 10;
  height: 100%;
  background-color: rgba(0, 7, 65, 0.8);
  transition: all 0.5s ease 0s;
}
.add_right_l {
  right: 0;
  transition: 0.6s;
}
.add_right_f {
  right: -100%;
  transition: 0.6s;
}
.m-header-menu .close {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
  position: absolute;
  top: 0.38rem;
  right: 0.51rem;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header-menu .m-header-list {
  padding-top: 1.43rem;
  padding-left: 0.4rem;
  max-width: 2.13rem;
}
.m-header-menu .m-header-list .list-nav {
  margin-bottom: 0.5rem;
}
.m-header-menu .m-header-list .list-nav .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.m-header-menu .m-header-list .list-nav .item > a {
  font-size: 0.18rem;
  color: #ffffff;
  transition: 0.3s;
}
.m-header-menu .m-header-list .list-nav .item > span {
  font-size: 0.18rem;
  color: #ffffff;
  transition: 0.3s;
}
.m-header-menu .m-header-list .list-nav .item .point1 {
  width: 0.07rem;
  transition: 0.3s;
}
.m-header-menu .m-header-list .list-nav .item .point2 {
  height: 0.07rem;
  transition: 0.3s;
  display: none;
}
.m-header-menu .m-header-list .list-nav .item > a {
  font-size: 0.18rem;
  color: #ffffff;
  transition: 0.3s;
}
.m-header-menu .m-header-list .list-nav .item_active > span {
  color: #fabf13;
}
.m-header-menu .m-header-list .list-nav .item_active > a {
  color: #fabf13;
}
.m-header-menu .m-header-list .list-nav .item_active .point1 {
  display: none;
}
.m-header-menu .m-header-list .list-nav .item_active .point2 {
  display: block;
}
.m-header-menu .m-header-list .list-nav .second {
  display: none;
  margin-top: 0.2rem;
  min-width: 2.4rem;
}
.m-header-menu .m-header-list .list-nav .second li {
  margin-bottom: 0.15rem;
}
.m-header-menu .m-header-list .list-nav .second li a {
  display: flex;
  align-items: center;
}
.m-header-menu .m-header-list .list-nav .second li a div {
  width: 0.1rem;
  height: 0.02rem;
  opacity: 0;
  background-color: #fabf13;
  margin-right: 0.1rem;
  transition: 0.3s;
}
.m-header-menu .m-header-list .list-nav .second li a span {
  font-size: 0.16rem;
  color: #ffffff;
}
.m-header-menu .m-header-list .list-nav .second li:last-child {
  margin-bottom: 0;
}
.m-header-menu .m-header-list .list-nav .second li:hover a div {
  opacity: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.m-header2 .line {
  background-color: #000741;
}
.foot {
  height: 3.1rem;
  padding: 0.44rem 0;
  box-sizing: border-box;
  background: #000741;
}
.foot .wd1720 {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foot .wd1720 .foot-logo {
  margin-top: 0.56rem;
}
.foot .wd1720 .foot-logo img {
  max-width: 2rem;
}
.foot .wd1720 .middle {
  display: flex;
}
.foot .wd1720 .middle .foot-item {
  color: #ffffff;
  margin-right: 0.5rem;
}
.foot .wd1720 .middle .foot-item .title {
  font-size: 0.16rem;
}
.foot .wd1720 .middle .foot-item >a{
  color: #fff;
}
.foot .wd1720 .middle .foot-item .line {
  margin-top: 0.18rem;
  width: 0.44rem;
  height: 0.01rem;
  background-color: #ffffff;
}
.foot .wd1720 .middle .foot-item ul {
  margin-top: 0.27rem;
}
.foot .wd1720 .middle .foot-item ul li {
  margin-bottom: 0.2rem;
}
.foot .wd1720 .middle .foot-item ul li a {
  color: #ffffff;
  font-size: 0.14rem;
  transition: 0.3s;
}
.foot .wd1720 .middle .foot-item ul li:last-child{
    margin-bottom: 0;
}
.foot .wd1720 .middle .foot-item:last-child {
  margin-right: 0;
}
.foot .wd1720 .ma {
  text-align: center;
}
.foot .wd1720 .ma img {
  width: 1.49rem;
}
.foot .wd1720 .ma div {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: #fff;
}
.mobile-nei-foot {
  height: auto;
}
.mobile-head {
  padding: 0.15rem 0;
}
.mobile-head .padd-15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-head .padd-15 .logo {
  width: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .foot .wd1720 .middle .foot-item ul li a:hover {
    color: #fabf13;
  }
}
@media screen and (max-width: 1720px) {
  .wd1720 {
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 1600px) {
  .wd1600 {
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .foot .wd1720 .foot-logo,
  .foot .wd1720 .ma {
    display: none;
  }
  .foot .wd1720 .middle {
    width: 100%;
    justify-content: space-between;
  }
  .foot .wd1720 .middle .foot-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .foot .wd1720 .foot-logo,
  .foot .wd1720 .ma {
    display: block;
  }
  .foot .wd1720 .middle {
    width: auto;
  }
  .foot .wd1720 .middle .foot-item-nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .foot .wd1720 .foot-logo {
    display: none;
  }
  .m-header-menu .m-header-list {
    padding-top: 1rem;
    max-width: 2.4rem;
  }
  .m-header-menu .m-header-list .list-nav .item .point1 {
    width: 0.1rem;
  }
  .m-header-menu .m-header-list .list-nav .second li a div {
    display: none;
  }
  .m-header-menu .m-header-list .list-nav .second li a span {
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .m-header-menu {
    background-color: rgba(0, 7, 65, 0.9);
  }
  .go img {
    animation: none;
    position: static;
  }
  .go{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .m-header-menu .m-header-list .list-nav .item > a,
  .m-header-menu .m-header-list .list-nav .item > span {
    font-size: 0.24rem;
  }
  .m-header-menu .m-header-list .list-nav .second li {
    margin-bottom: 0.2rem;
  }
  .foot .wd1720 .middle .foot-item .title {
    font-size: 0.22rem;
  }
  .foot .wd1720 .middle .foot-item ul li a {
    font-size: 0.18rem;
  }
  .mobile-head{
    height: 0.8rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    box-sizing: border-box;
    background-color: #fff;
  }
  .mobile-ding-l{
      height: 0.8rem;
  }
}
