* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}
iframe { max-width: 100%; }


html,
body {
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  position: relative;
  font-family: PingFang SC, Microsoft YaHei;
}

body {
  font-size: .16rem
}

@font-face {
  font-family: 'sySong';
  src: url('../fonts/sySong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0; max-width: 100%;
  outline: none;
}

.wap {
  display: none;
}

.top>img.wap {
  display: none;
}

body .clear {
  float: none !important;
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

a:hover .pic img {
  transform: scale(1.05);
}

a:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.pic div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .pic div {
  width: 110%;
  height: 110%;
}

#list-page {font-family: Arial; text-align: center; margin: .35rem 0 .2rem !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; transition: all .2s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 9px 11px; border: 1px solid #ddd; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #2958a4; font-weight: bold; color: #fff; border-color: #2958a4;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; width: 42px; height: 32px; line-height: 30px; vertical-align: bottom; background: none; border: 1px solid #ddd; }

.modulepic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.modulepic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

.modulepic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .8s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

a:hover .modulepic img {
  transform: scale(1.05);
}

a:hover .modulepic div {
  transform: scale(1.1);
}



.px1600 {
  max-width: 16rem;
  margin: 0 auto;
}

.head {
  background: #2958a4;
  z-index: 999;
  transition: all 0.3s;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
  /* box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2); */
  transition: all .3s;
}

.xg1 {
  transition: all .3s;
}

.xg1.head {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .search-con {
  /* display: none; */
  transition: all 0.3s;
}

.xg1 .logo a img {
  height: .6rem;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s
}

.xg1 .tops {
  padding: .1rem 0;
  transition: all .3s;
}

.tops {
  padding: .15rem 0 .15rem 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

.tops_c {
  flex: 1;
  min-width: 0;
  text-align: center;
  margin: 0 1rem;
}

.tops_c img {
  width: 100%;
}

.tops_r {
  position: relative;
  width: 1.75rem;
  height: 0.3rem;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: .3rem;
  align-items: center;
  /* margin-top: .1rem; */
  transition: all .3s;
}

.top_link {
  display: flex;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #fff;
}

.top_link a {
  font-size: 0.14rem;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  margin: 0 .07rem;
  padding: 0 .07rem;
}


/* 
.top_link a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.15rem;
  background: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */

.top_link a:hover {
  opacity: 0.8;
}


.fl {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  height: .68rem;
}

.fr {
  float: right;
}

/* å¤´éƒ¨æœç´¢ */
.search {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 0.01rem solid #fff;
  width: 1.75rem;
  height: 0.3rem;
  border-radius: 0;
  background: none;
  border-radius: .02rem;
  color: #fff;
}

.search div {
  margin-left: .4rem;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: #666;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .13rem;
  width: 80%;
  height: 0.28rem;
  padding-left: .1rem;
  color: #fff;
  line-height: .28rem;
  background: none;
  border-radius: 0;
  float: right;
  margin: 0;
  padding: 0 0 0 .07rem;
  position: relative;
}

.search input::placeholder {
  display: block;
  font-size: .13rem;
  color: #fff;
  height: .28rem;
  -height: .28rem;
  line-height: .28rem;
}

.search .btn {
  width: 20%;
  height: .28rem;
  line-height: .28rem;
  padding: 0;
  position: absolute;
  color: #666;
  font-size: .14rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  left: 0;
  background-size: .34rem .14rem;
  font-size: 0;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

/*  */
.inav {
  height: .5rem;
  line-height: .5rem;
  margin-top: 0;
  position: relative;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
  background: rgba(1, 74, 150, 0.24);
  backdrop-filter: blur(0.1rem);
  height: 0.83rem;
  padding-top: .16rem;
}

.inav>ul {
  display: flex;
  justify-content: center;
  max-width: 16rem;
  margin: 0 auto;
  width: 16rem;
}

.inav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: .50rem;
  height: .50rem;
  margin-bottom: 0;
  /* float: left; */
  transition: all 0.6s;
  margin: 0 0.2rem;
}

.inav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.inav>ul>li:first-child {
  /* margin-left: 0; */
  /* border: 0; */
}

.inav>ul>li>a {
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  height: .5rem;
  line-height: .5rem;
  font-family: PingFang SC;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .15rem;
}

.inav>ul>li>a>span {
  width: .24rem;
  height: .24rem;
  display: block;
  margin: 0 0.1rem;
  overflow: hidden;
}

.inav>ul>li>a>span img {
  padding: 0;
  width: .24rem;
  display: block;
}



.inav>ul>li.on>a::after {
  width: 100%;
}

.inav>ul>li.active>a {
  color: #f8f8f8;
}

.inav>ul>li:hover>a {
  color: #fff;
  font-weight: bold;

}

.inav>ul>li:hover>a:after {
  width: 100%;
}

.inav>ul>li>div {
  position: absolute;
  top: .64rem;
  left: 50%;
  transform: translateX(-50%);
width: 132%;
    min-width: 1.5rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #2958a4 0.04rem solid;
  box-shadow: 0.08rem 0.04rem 0.23rem 0rem rgba(0, 75, 153, 0.15);
}

.inav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  line-height: normal;
}

.inav>ul>li>div>ul>li a {
  display: block;
  font-size: .18rem;
  line-height: .5rem;
  transition: 0.3s;
  color: #222;
}

.inav>ul>li>div>ul>li:hover {
  background: #eef5ff;
  color: #2958a4;
}

.inav>ul>li>div>ul>li:hover a {
  color: #2958a4;
}

.xg2 {
  position: fixed;
  top: .8rem;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
  height: .6rem;
  line-height: .6rem;
  padding: 0;
  transition: all .3s;
}

.xg2>ul>li>a {
  color: #2958a4;
  height: .6rem;
  line-height: .6rem;
}

.xg2>ul>li:hover a {
  color: #2958a4;
}

.xg2>ul>li>a>span img {
  filter: brightness(.5);
  filter: contrast(0.5);
}


/*  */

.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 .1rem .1rem rgb(0 0 0 / 20%);
}

/*  */
.nav {
  height: .6rem;
  line-height: .6rem;
  margin-top: 0;
  position: relative;
  z-index: 9;
  margin-right: 0;
  background: rgb(255, 255, 255, 0.9);
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  max-width: 16rem;
  margin: 0 auto;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: .50rem;
  height: .50rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:hover {
  /* background: #6c95d1; */
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: 0.22rem;
  color: #2958a4;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .6rem;
  line-height: .6rem;
}




.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #2958a4;
}

.nav>ul>li:hover>a {
  color: #2958a4;
  font-weight: bold;

}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
  border-top: #2958a4 0.04rem solid;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  line-height: normal;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .18rem;
  line-height: .46rem;
  transition: 0.3s;
  color: #222;
}

.nav>ul>li>div>ul>li:hover {
  background: #e1ecff;
  color: #545454;
}

.nav>ul>li>div>ul>li:hover a {
  color: #2958a4;
}

.xg1 .nav {
  height: .55rem;
  line-height: .55rem;
}

.xg1 .nav>ul>li>a {
  height: .55rem;
  line-height: .55rem;
}

.xg1 .tops_c {
  margin: 0 2rem;
}

.foot {
  height: auto;
  padding: .3rem 0 0 0;
  background: url(../images/footerbg.png) #2958a4 no-repeat;
  background-size: 100% 100%;
  position: relative;
}



.foot .px1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.foot .end_logo {
  margin: 0;
}

.foot .end_logo img {
  height: .65rem;
  width: auto;
}

.foot .copyright {
  font-size: 0.18rem;
  line-height: .46rem;
  font-weight: 400;
  letter-spacing: normal;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  border-top: rgba(255, 255, 255, .1) 1px solid;
  margin-top: .2rem;
  padding: .05rem 0;
}

.foot .foot_add {
  height: auto;
  overflow: hidden;
}

.foot .foot_add p {
  font-size: 0.18rem;
  line-height: .34rem;
  color: #fff;
  font-family: PingFang SC;
}

.foot .foot_add p a {
  font-size: 0.18rem;
  line-height: .28rem;
  color: #A5B7CA;
}






@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1340px) {}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .foot .end_logo {
    text-align: center;
  }

}

@media screen and (max-width: 1420px) {
  .px1600 {
    padding-left: .15rem;
    padding-right: .15rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {

  html {
    font-size: 85px;
  }



  body {
    padding-top: 0.7rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2958a4;
    padding: .1rem;
    z-index: 999;
    box-shadow: 0 .05rem .05rem rgb(0 0 0 / 20%);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: .4rem;
  }

  .m-logo img {
    max-height: .5rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .5rem .15rem 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-tlink a {
    display: inline-block;
    font-size: .18rem;
    color: #fff;
    line-height: .3rem;
    padding: 0 .15rem;
    border-radius: .05rem;
    margin: 0 .04rem;
  }

  .m-search {
    margin: 0 .15rem;
    padding-right: .5rem;
    padding-left: .1rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    position: relative;
    line-height: .35rem;
    background: rgba(255, 255, 255, .1);
    margin-top: .3rem;
    border: .01rem solid #fff;
    margin-bottom: .2rem;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .4rem;
    background: none;
    color: #fff;
    font-size: .18rem;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 0.1rem;
    top: 0;
    height: .5rem;
    padding: .14rem;
  }

  .m-nav {
    position: fixed;
    top: .7rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #2958a4;
    overflow-y: scroll;
    border-top: .01rem solid rgba(255, 255, 255, .5);
  }

  .m-nav ul {
    padding: 0 .15rem;
    /* border-top: .01rem solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .m-nav>ul>li a {
    display: block;
    font-size: .2rem;
    line-height: .4rem;
    padding: .15rem .1rem;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .24rem;
    height: .24rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .18rem .18rem;
    background-position: center center;
    right: 0;
    top: .25rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .21rem;
    width: .25rem;
    height: .25rem;
    z-index: 9999;
  }

  .top>img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: .25rem;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .foot .px1600 {
    display: block;
  }

  .foot .foot_add {
    text-align: center;
  }



}

@media screen and (max-width: 900px) {}