* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .16rem;
  background-color: #fff;
}

@font-face {
  font-family: sysong;
  src: url(../fonts/sySong.woff);
}




.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;
  font-family: MicrosoftYaHei;
  background: #fff;
}

.duration-300 {
  transition-duration: 300ms;
}

.mr-2 {
  margin-right: 0.1rem;
}



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;object-fit:cover;
}

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);
}


.px1400 {
  max-width: 15.20rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.tops_r {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: .3rem;
  align-items: center;
}

.top_date {
  margin: 0 0.2rem;
  color: #fff;
  font-size: .16rem;
}

.top_date span {
  color: #fff;
  font-size: .16rem;
}

.top_link {
  margin: 0 .2rem;
}

.top_link a {
  color: #fff;
  font-size: .16rem;
}


.head {
  position: relative;
  #2987E6 .03rem border: solid;
}


.head_box {
  width: 100%;
  padding: 0.15rem 0;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  background: #fff;
  border-top: #2987E6 .03rem solid;
}

.fl {
  float: left;
}

.logo {
  width: 5.5rem;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  transition: all 0.3s;
  width: auto;
  height: 0.8rem;
}

.fr {
  float: right;
}

.xg1 {
  /* padding: 0.1rem 0 0rem 0; */
  /* border-bottom: #0788CA .03rem solid; */
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.xg1 .logo a img {
  height: 0.65rem;
}

.xg1 .head_box {
  background: rgba(255, 255, 255, 1);
  padding: 0.15rem 0;
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.2);
}

.search-con {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: #3c92e8 .015rem solid;
  border-radius: 50%;
}

.search-con:hover {
  border: #2b80d5 .03rem solid;
}

.search-con img {
  width: 0.15rem;
  height: 0.15rem;
  display: block;
}


.search {
  width: 5rem;
  height: .5rem;
  background: #fff;
  /* margin-top: .2rem; */
  position: absolute;
  right: 0;
  top: .24rem;
  z-index: 1;
  display: none;
}

input,
button {
  border: none;
  outline: none;
}

.search .text {
  width: 5rem;
  padding-left: .15rem;
  padding-right: 1rem;
  height: .5rem;
  font-size: .14rem;
  background: none;
  color: #333;
  line-height: .5rem;
  margin: 0;
  top: 0;
  position: absolute;
  left: 0;
}

.search .button {
  width: .8rem;
  height: .5rem;
  background: #014896 url(../images/fdj.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search input::-moz-input-placeholder {
  color: #999;
}

.search input::-ms-input-placeholder {
  color: #999;
}


/* 脙茠脗楼脙鈥毭偮冣�γ偮∶兤捗偮っ冣�毭偮矫冣�毭偮嵜兤捗偮γ冣�毭偮惷冣�γ⑩偓艙脙茠脗搂脙鈥毭偮疵冣�毭偮⒚兤捗偮γ冣�毭偮∶兟⒚⑩�毬偮� */

.yc-search {
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  transition: all 0.5s;
}

.yc-search-bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
}

.search {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  padding: 0;
}


.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: .8rem; */
  /* line-height: .8rem; */
  position: relative;
  z-index: 9;
  flex: 1;
  min-width: 0;
}

.nav>ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.nav>ul>li {
  display: block;
  text-align: center;
  position: relative;
  /* line-height: .8rem; */
  /* height: .8rem; */
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:last-child:before {
  display: none
}

.nav>ul>li:hover {
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: .2rem;
  color: #333333;
  text-align: center;
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
  font-weight: 400;
}

.nav>ul>li>a>i {
  padding: 0 0.07rem;
  font-size: 0.16rem;
}

.nav>ul>li:hover i {
  transform: rotate(180deg);
}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #a10509;
}

.nav>ul>li:hover>a {
  color: #0188e8;
  font-weight: bold;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 9999;
  display: none;
  padding-top: 0;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  line-height: normal;
  transform: translateY(.1rem);
  white-space: nowrap;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  border-top: #0188e8 0.03rem solid;
}

.nav>ul>li>div>ul>li a {
  display: block;
  font-size: .16rem;
  line-height: .44rem;
  transition: 0.3s;
  color: #333;
}

.nav>ul>li>div>ul>li:hover {
  background: #e9f7ff;
  color: #0186e7;
}

.nav>ul>li>div>ul>li:hover a {
  color: #0088e8;
}

.nav .nav-active a {
  color: #0088e8;
  font-weight: bold
}

/*  */


.foot {
  height: auto;
  /* overflow: hidden; */
  padding: .5rem 0 .3rem 0;
  background: url(../images/footerbg.png) bottom center no-repeat #4ba1ff;
  background-size: 100% 100%;
}

.foot .px1400 {
  display: flex;
  justify-content: space-between;
}

.foot .foot_tit {
  position: relative;
  border-bottom: 0.01rem solid rgba(216, 216, 216, 0.2);
  margin-bottom: .2rem;
}

.foot .foot_tit h2 {
  font-family: Source Han Sans CN;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #FFFFFF;
  line-height: .6rem;
}

.foot .foot_tit i {
  font-family: Source Han Sans CN;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.08);
  font-style: normal;
  position: absolute;
  top: -.1rem;
  left: 0;
  z-index: 0;
}

.foot_left {
  width: 30%;
}

.foot_center {
  width: 20%;
}

.foot_right {
  width: 25%;
}

.foot .foot_add {}

.foot .foot_add p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}

.foot .foot_code {
  text-align: center;
  margin: 0 auto;
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
  width: 1.2rem;
  max-width: 1.2rem
}

.foot .foot_code span {
  font-size: .16rem;
  line-height: .4rem;
  color: #fff;
}

.foot .foot_link {
  border-radius: 5px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 8px 20px;
  width: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}

.foot .foot_link p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: url(../images/scy1401-jt.png) no-repeat right center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot .foot_link .lj-box {}

.foot .foot_link .lj-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 120%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 10px;

  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.foot .foot_link .lj-box a {
  display: block;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot .foot_link .lj-box a:hover {
  opacity: 0.8;
}

.foot .foot_link:hover .lj-box {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}

.foot .foot_copy {
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: .15rem;
}

.foot .foot_copy p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}

.foot .foot_copy span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}

.foot .foot_copy a {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}






@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1340px) {}



@media screen and (max-width: 1200px) {
  .px1400 {
    width: 100%;
    max-width: 96%;
  }

  .logo a {
    width: 7rem;
  }

  .foot {
    padding: .2rem 0 .2rem 0;
  }

  .foot_left {
    width: 100%;
  }

  .foot_center {
    width: 100%;
  }

  .foot_right {
    width: 100%;
  }

  .foot_tit {
    text-align: center;
  }

  .foot_tit i {
    display: none
  }

  .foot_add {
    text-align: center
  }

  .foot .foot_copy p {
    text-align: center
  }
}

@media screen and (max-width: 1100px) {
  .search {
    width: 6rem;
  }

  .search input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: .1rem;
    padding-right: .1rem;
    display: block !important;
  }

  .logo a img {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {


  html {
    font-size: 85px;
  }

  body {
    padding-top: .6rem;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .b-top {
    display: none;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0188e6;
    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: .1rem .15rem 0 .15rem;
  }

  .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: #333;
    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: #0188e6;
    overflow-y: scroll;
  }

  .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: .24rem;
    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;
    width: .25rem;
    max-width: initial;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }


}

@media screen and (max-width: 768px) {}