* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}


.icon img {
  transition: all 0.3s;
}

.icon:hover img {
  animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

html,
body {
  color: #000;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  font-family: Microsoft YaHei;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
input {
  border: 0;
  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%;
}


.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: url(../images/headerbg.png) center no-repeat;
  z-index: 999;
  transition: all 0.3s;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  /* box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2); */
  background-size: 100% 100%;
}

.xg1 {
  transition: all .3s;
}

.xg1.head {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.2);
}

.xg1 .chat_code {
  max-width: .54rem;
  max-height: .54rem;
  transition: all .3s;
}

.xg1 .search {
  margin-right: .3rem;
}

.xg1 .top_link {
  display: none;
  transition: all 0.3s;
}

.xg1 .search-con {
  display: none;
  transition: all 0.3s;
}

.xg1 .logo a img {
  transition: all .3s;
  height: .6rem;
}

.xg1 .top_other {
  height: 0;
  transition: all .3s
}

.xg1 .tops {
  padding: .1rem 0;
}

.tops {
  padding: .34rem 0 .34rem 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.tops_r {
  flex: 1;
  min-width: 0;
  height: auto;
  margin-left: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.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: .75rem;
  transition: all .3s;
}

.fr {
  float: right;
}

input,
button {
  border: none;
  outline: none;
}

.search {
  position: relative;
  width: 2.4rem;
  height: 0.38rem;
  margin-top: 0;
  line-height: 0.38rem;
  overflow: hidden;
  border-radius: .04rem;
  box-sizing: border-box;
  border: 1px solid #B00000;
  border-radius: 2.01rem;
  /* background: rgba(0, 71, 129, 0.18); */
  box-sizing: border-box;
  border: 0.01rem solid rgba(255, 255, 255, 1);
  margin-right: .6rem;
  transition: all .3s;
  bottom: .1rem;
}

.xg1 .search {
  bottom: 0rem;
}

.search:hover {
  border: 0.01rem solid rgba(255, 255, 255, 0.8);
}


.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: #65A1D1;
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .16rem;
  width: 1.9rem;
  height: 0.38rem;
  padding-left: .15rem;
  line-height: 0.38rem;
  background: none;
  border-radius: 0;
  float: left;
  color: #fff;
}

.search input[type="text"]::placeholder {
  font-size: .16rem;
  color: #fff
}

.search .btn {
  line-height: .4rem;
  position: absolute;
  color: #fff;
  font-size: .16rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  right: 0;
  width: .5rem;
  height: 0.36rem;
  text-align: right;
  padding: 0 .1rem;
  font-size: 0;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.chat_code {
  max-width: .96rem;
  max-height: .96rem;
  transition: all .3s;
  margin-right: .3rem;
}

.chat_code img {
  width: 100%;
  height: 100%;
}

/*  */

.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: .56rem;
  line-height: .56rem;
  margin-top: 0;
  position: relative;
  z-index: 9;
  background: linear-gradient(99deg, #235ED6 -2%, #1E80E1 44%, #1599DD 95%), linear-gradient(101deg, #177ACA -4%, #1F84D3 42%, #2391E4 91%), linear-gradient(104deg, #0E7ED1 -3%, #3A94D6 41%, #6ABAF4 96%), linear-gradient(96deg, #C1FED8 -8%, #475FFB 109%), linear-gradient(98deg, #52E3E7 -3%, #130DB7 116%), linear-gradient(93deg, #0A4FA7 3%, #1879C2 38%, #48A7EB 102%), linear-gradient(93deg, #1253C5 4%, #056DBA 56%, #55D0F3 105%), linear-gradient(90deg, #0386E1 0%, #2B40CD 100%);
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* width: 10%; */
  line-height: .56rem;
  height: .56rem;
  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.2rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  display: block;
  height: .56rem;
  line-height: .56rem;
  padding: 0 .35rem;
  transition: all .3s;
  font-weight: 400;
  transition: font-weight 0.3s ease, transform 0.3s ease;
}



.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #f8f8f8;
}

.nav>ul>li:hover>a {
  color: #fff;
  font-weight: 800;
  transform: scale(1);
}

.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: #2260d6 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: .5rem;
  transition: 0.3s;
  color: #222;
}

.nav>ul>li>div>ul>li:hover {
  background: #2260d6;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
  transition: all .3s;
}
.nav > ul > li > div > ul {
  overflow: visible !important;
}
.nav > ul > li > div > ul > li {
  position: relative;
}
.nav > ul > li > div > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -0.04rem;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-top: #2260d6 0.04rem solid;
  z-index: 99999;
}
.nav > ul > li > div > ul > li:hover > ul {
  display: block;
}
.nav > ul > li > div > ul > li > ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.5rem;
  color: #222 !important; 
  text-align: center;
  transition: 0.3s;
  padding: 0;
}
.nav > ul > li > div > ul > li > ul li:hover {
  background: #2260d6;
}
.nav > ul > li > div > ul > li > ul li:hover a {
  color: #fff !important;
}
.end_link {
  padding: .18rem 0;
  height: auto;
  overflow: hidden;
  background: #969696;
  background-size: 100% 100%;
  overflow: hidden;
  margin: .5rem auto;
}

.end_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.end_link ul li:first-child {
  margin: 0 0;
  font-size: 0.18rem;
  color: #fff;
  width: 1.2rem;
  background-size: .3rem .3rem;
  text-align: center;
  font-weight: bold;
}

.end_link ul li {
  font-size: .16rem;
  line-height: .24rem;
  margin: 0;
  position: relative;
  display: block;
  width: auto;
  /* flex: 1; */
  min-width: 0;
}

.end_link ul li:after {
  content: "";
  position: absolute;
  width: .01rem;
  height: 0.15rem;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0.3;
}

.end_link ul li:first-child:after {
  display: none
}

.end_link ul li:last-child:after {
  display: none
}

.end_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .16rem;
  padding: 0 0.25rem;
}

.end_link ul li:hover a {
  font-weight: bold
}

.foot {
  height: auto;
  /* overflow: hidden; */
  padding: .32rem 0 .32rem 0;
  background: url(../images/footerbg.png) #0c6db3;
  background-size: 100% 100%;
  position: relative;
}



.foot .px1600 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot .foot_add {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.foot .foot_add p {
  font-size: 0.16rem;
  line-height: .28rem;
  color: #fff;
}

.foot .foot_add p a {
  font-size: 0.16rem;
  line-height: .28rem;
  color: #fff;
}



.foot .foot_code {
  width: 20%;
  text-align: center;
}

.foot .foot_code ul {
  display: flex;
  justify-content: flex-end;
}

.foot .foot_code li {
  margin: 0 .1rem
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
  max-width: .9rem;
  max-height: .9rem;
}

.foot .foot_code span {
  font-size: .14rem;
  line-height: .4rem;
  color: #fff;
}
table{
  margin:0 auto
}
table tr td p {
text-align: center !important;
  text-indent: 0 !important; 
  margin: 0 !important;
}


@media screen and (max-width: 1440px) {
  .nav>ul>li {}
}

@media screen and (max-width: 1340px) {
  .nav>ul>li {}
}



@media screen and (max-width: 1200px) {
  .nav>ul>li {}

  .logo a {
    /* width: 7rem; */
  }
}

@media screen and (max-width: 1024px) {
  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}
}

@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: .7rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1783d3;
    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: .4rem;
    max-width: 80%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: .1rem .15rem 0 .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-tlink a {
    font-size: .14rem;
    margin-right: .15rem;
    margin: .05rem 0;
    color: #fff;
    display: inline-block;
    font-size: .14rem;
    line-height: .24rem;
    /* background: #fff; */
    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: #fff; */
    margin-top: .15rem;
    border: .01rem solid #fff;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: .25rem;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .15rem;
  }

  .m-nav {
    position: fixed;
    top: .6rem;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #1783d3;
    overflow-y: scroll;
    border-top: .01rem solid #fff;
  }

  .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: .14rem;
    line-height: .2rem;
    padding: .15rem 0;
    position: relative;
    color: #fff;
  }

  .m-nav>ul>li ul li a {
    padding: .1rem 0;
  }

  .m-nav>ul>li>span {
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: .14rem .14rem;
    background-position: center center;
    right: 0;
    top: .15rem;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }

  .top {
    max-width: 19.2rem;
    margin: 0 auto;
    position: fixed;
    right: .1rem;
    top: .18rem;
    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;
  }

  .foot_code {
    width: 100% !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
  }

}

@media screen and (max-width: 900px) {}