* {
  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);
}

@font-face {
  font-family: bebas;
  src: url(../fonts/Bebas.woff),
    url(../fonts/Bebas.eot);
  /* IE9 */

}


.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: #f0f5fb;
  background: linear-gradient(180deg, #EDF3FA 0%, #F1F6FB 100%);
  background-image: url(../images/body_bg.png);
  background-position: top;
  background-size: 100% auto;
  /* background-attachment: fixed; */
}

.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;
}

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: 16rem;
  margin: 0 auto;
}

.tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tops_r {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
}

.top_other {
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: .35rem;
  align-items: center;
  position: relative;
}

input,
button {
  border: none;
  outline: none;
}

.search {
  position: relative;
  width: 2.26rem;
  height: 0.35rem;
  line-height: 0.35rem;
  overflow: hidden;
  border-radius: 2.29rem;
  box-sizing: border-box;
  border: 0.01rem solid #a1b2c4;
}

.search div {
  margin-left: .5rem;
}

.search a {
  display: inline-block;
}

.search a:hover {
  opacity: 0.85;
}

.search span {
  display: inline-block;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: .2rem;
}

.search span:nth-child(1) {
  margin-right: .15rem;
}

.search input[type="text"] {
  font-size: .14rem;
  width: 2.2rem;
  height: .35rem;
  padding-left: .15rem;
  line-height: .35rem;
  background: none;
  border-radius: 0;
  float: left;
  color: #666666;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #666666;
}

.search .btn {
  line-height: .35rem;
  position: absolute;
  color: #666666;
  font-size: .14rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  right: 0;
  width: .4rem;
  height: .33rem;
  text-align: right;
  padding: 0 .1rem;
  font-size: 0;
  background-size: .14rem .14rem;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.search:hover {
  border: 0.01rem solid rgb(68 138 202);
}

.head {
  position: relative;
}



.head_box {
  width: 100%;
  padding: 0.22rem 4%;
  background-size: 100% 100%;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  border-bottom: #cad4df .01rem solid;
}

.fl {
  float: left;
}

.logo {
  width: 6.1rem;
}

.logo a {
  display: block;
}

.logo a img {
  display: block;
  transition: all 0.3s;
  height: 0.67rem;
}

.fr {
  float: right;
}



/* */
.nav {
  height: .5rem;
  line-height: .5rem;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
  margin-bottom: -.1rem;
}

.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: .5rem;
  height: .5rem;
  margin-bottom: 0;
  float: left;
  transition: all 0.6s;
}

.nav>ul>li:after {
  content: "";
  position: absolute;
  bottom: -.14rem;
  left: 50%;
  transform: translateX(-50%);
  background: #448ACA;
  width: 0;
  height: .03rem;
  transition: all 0.6s;
  z-index: 9999;
}

.nav>ul>li:last-child:before {
  display: none
}

.nav>ul>li:hover {
  transition: all 0.6s;
}

.nav .nav-active:after {
  width: .4rem;
  transition: all 0.6s;
}

.nav>ul>li:hover:after {
  width: .4rem;
  transition: all 0.6s;
}

.nav>ul>li:first-child {
  margin-left: 0;
  border: 0;
}

.nav>ul>li>a {
  font-size: .2rem;
  color: #333;
  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: #333;
}

.nav>ul>li:hover>a {
  color: #333;
  font-weight: bold;
}

.nav>ul>li:hover>a:after {
  width: 100%;
}

.nav>ul>li>div {
  position: absolute;
  top: .62rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1.3rem;
  z-index: 999;
  display: none;
  padding-top: 0 !important;
  background: rgba(255, 255, 255, 0.95);
  border: #cad4df .01rem solid;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: .1rem;
  overflow: hidden;
}

.nav>ul>li>div>ul {
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.9); */
  /* transform: translateY(.1rem); */
  white-space: nowrap;
  /* box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15); */
  pointer-events: auto;
  /* border: #cad4df .01rem 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: #448aca;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}

.nav .nav-active a {
  color: #333333;
  font-weight: bold
}

/*  */
.banner {
  border-radius: .1rem;
  height: auto;
  overflow: hidden;
  margin: .6rem auto;
}

.banner .slick-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/banner_aft.png) repeat-x;
  width: 100%;
  height: 2rem;
  z-index: 999;
  background-size: 100% 100%;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff 1px dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff 1px dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  bottom: .2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .2rem;
  width: 100%;
  justify-content: center;
}

.banner .slick-dots li {
  width: auto;
  margin: 0 .15rem;
  border-radius: 50%;
  /* display: flex; */
  /* align-items: center; */
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: .1rem;
  height: .1rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  width: 0.3rem;
  height: 0.1rem;
  border-radius: .2rem;
}

.banner .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  left: -0.06rem;
  top: -0.06rem;
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 250%;
}

/*  */


.foot {
  height: auto;
  overflow: hidden;
  padding: 0;
  background: #0B3054;
  background-size: 100% 100%;
  padding-top: 0;
  border-top: #4890d2 .07rem solid;
}

.foot .footcen {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0;
  align-items: center;
}

.foot .px1400:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2rem 0 0 0;
}




.foot .foot_logo {
  min-width: 0;
  /* margin-right: 1rem; */
  width: 4.52rem;
}

.foot .foot_logo img {
  height: 0.75rem;
}


.foot .foot_add {
  width: 25%;
}

.foot .foot_add h2 {
  font-size: .2rem;
  font-weight: bold;
  line-height: .3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  position: relative;
  padding-left: 0.1rem;
  margin-bottom: .1rem;
}

.foot .foot_add h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.18rem;
  background: #FFFFFF;
}

.foot .foot_add p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: .24rem
}

.foot .foot_add p:nth-child(1) {
  background: url(../images/ico_add.png) left center no-repeat;
  background-size: 0.12rem 0.16rem;
}

.foot .foot_add p:nth-child(2) {
  background: url(../images/ico_mail2.png) left center no-repeat;
  background-size: 0.14rem 0.10rem;
}

.foot .foot_add p:nth-child(3) {
  background: url(../images/ico_tel.png) left center no-repeat;
  background-size: 0.15rem 0.15rem;
}

.foot .foot_code {
  width: 10%;
  text-align: center;
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
}

.foot .foot_code span {
  font-size: .16rem;
  line-height: .4rem;
  color: #fff;
}


.copyright {
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: .16rem;
  padding: 0.15rem 0;
  border-top: rgba(255, 255, 255, .15) .01rem solid;
  margin-top: 0;
}

.copyright p {
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.copyright p a {
  color: #fff;
}

.copyright p a img {
  vertical-align: middle;
  margin: 0 0.1rem
}

.copyright a:hover {
  color: #d9d9d9;
}

.end_link {
  padding: 0 0;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  margin-right: 1rem;
  align-items: center;
}

.end_link h2 {
  color: #fff;
  font-size: .26rem;
  font-weight: normal;
  line-height: .3rem;
  text-align: center;
  display: block;
  width: .6rem;
  margin-right: 0;
  position: relative;
  background: url(../images/yqljh1_bg1.png) center no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.end_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}

.end_link ul li {
  font-size: .16rem;
  color: #333;
  height: .4rem;
  line-height: .4rem;
  margin: .02rem 0;
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  width: 33%;
  padding-right: 3%;
}


.end_link ul li a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .16rem;
  padding: 0 0.35rem;
  background: url(../images/end_linkico.png) right center no-repeat;
  background-size: .12rem .12rem;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.end_link ul li:hover a {
  opacity: .8
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 375px) {}