* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  font-size: 5.2083333vw;
}

body {
  font-size: .14rem;
}

@font-face {
  font-family: sysong;
  src: url(../fonts/sySong.woff);
}

@font-face {
  font-family: georgia;
  src: url(../fonts/georgia.ttf);
}


@font-face {
  font-family: bellmt;
  src: url(../fonts/bellmt-regular.otf);
}

.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: url(../images/ibdoybgpng.png) bottom center no-repeat;
  background-size: 100% auto;
}

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: 14rem;

  margin: 0 auto;
}

.head {
  background: #3378E1;
  z-index: 999;
}

.tops {
  padding: .2rem .4rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: url(../images/topbg.png) 5.5rem center no-repeat;
  background-size: auto 100%;
}

.tops_r {
  /* display: flex; */
  /* align-items: center; */
  /* align-content: center; */
  flex: 1;
  min-width: 0;
  height: auto;
  /* overflow: hidden; */
  margin-left: 0.4rem;
}

.tops_rs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top_link {
  margin-right: 0.2rem;
}

.top_link a {
  padding: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #fff;
  position: relative;
}

.top_link a:last-child:before {
  display: none
}

.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: .8rem;
}

.fr {
  float: right;
}

.search {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  width: 3.2rem;
  height: 0.5rem;
  border-radius: 0;
  background: #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: .14rem;
  width: 80%;
  height: .5rem;
  padding-left: .15rem;
  color: #666;
  line-height: .4rem;
  background: none;
  border-radius: 0;
  float: left;
}

.search input[type="text"]::placeholder {
  font-size: .14rem;
  color: #666;
}

.search .btn {
  float: right;
  width: 20%;
  height: .5rem;
  line-height: .5rem;
  padding: 0;
  position: absolute;
  color: #666;
  font-size: .14rem;
  background: url(../images/search.png) center no-repeat;
  cursor: pointer;
  float: left;
}

.search img {
  position: absolute;
  right: .15rem;
  top: .5rem;
}

.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: .66rem;
  line-height: .66rem;
  margin-top: 0;
  /* box-shadow: 0 .03rem .03rem #71717142; */
  position: relative;
  z-index: 9;
  border-top: rgba(255, 255, 255, .2) 1px solid;
}

.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: .66rem;
  height: .66rem;
  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: .66rem;
  line-height: .66rem;
  font-weight: bold;
}



.nav>ul>li.on>div {}

.nav>ul>li.on>a::after {
  width: 100%;
}

.nav>ul>li.active>a {
  color: #a10509;
}

.nav>ul>li:hover>a {
  color: #fff;
  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: 125%;
  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;
}

.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: #3378E1;
  color: #fff;
}

.nav>ul>li>div>ul>li:hover a {
  color: #fff;
}



/*氓潞鈥⒚┢捖�*/

.foot {
  height: auto;
  overflow: hidden;
  padding: 0;
  background: url(../images/footerbg.png) bottom right no-repeat #226bd1;
  background-size: 100% 86%;
  padding-top: 0;
  padding-bottom: 2rem;
}

.foot .footcen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .4rem 0 0 0;
}

.end_linkbox {
  background: #3378E1;
}

.foot .end_link {
  /* background: #3378E1; */
  /* display: flex; */
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.foot .end_link ul {
  /* display: flex;
  justify-content: space-between; */
  line-height: .66rem;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 1rem;
  margin-left: -.1rem;
}

.foot .end_link li {
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #FFFFFF;
  height: .66rem;
  position: relative;
  display: flex;
  align-items: center;
}

.foot .end_link li a {
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: #FFFFFF;
  display: block;
  line-height: .66rem;
  position: relative;
  padding: 0 0.35rem;
  text-align: center;
  width: 100%;
}

.foot .end_link li span {
  font-size: 0.14rem;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 0.5);
}

.foot .end_link li:hover a {
  opacity: 0.8
}


.foot .foot_logo {
  flex: 1;
  min-width: 0;
  margin-right: .5rem;
}

.foot .foot_logo img {
  height: 0.78rem;
}

.foot .foot_add {
  width: 40%;
}

.foot .foot_add h2 {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.44rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.foot .foot_add p {
  font-size: .14rem;
  line-height: .34rem;
  color: #fff;
  background-size: 0.18rem;
}

.foot .foot_add p a {
  color: #fff;
}

.foot .foot_add p:nth-child(2) {
  background: url(../images/ico_add.png) left center no-repeat;
  padding-left: 0.4rem;
  background-size: 0.20rem;
}


.foot .foot_add p:nth-child(3) {
  background: url(../images/ico_tel.png) left center no-repeat;
  padding-left: 0.4rem;
  background-size: 0.2rem;
}

.foot .foot_add p:nth-child(4) {
  background: url(../images/ico_mail.png) left center no-repeat;
  padding-left: 0.4rem;
  background-size: 0.2rem;
}

.foot .foot_add p:nth-child(5) {
  background: url(../images/ico_sydw.png) left center no-repeat;
  padding-left: 0.4rem;
  background-size: 0.2rem;
}

.foot .foot_code {
  width: 17%;
  text-align: center;
}

.foot .foot_code ul {
  display: flex;
  justify-content: space-around;
}

.foot .foot_code img {
  display: block;
  margin: 0 auto;
  max-width: 1.12rem;
  max-height: 1.12rem;
}

.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: .3rem;
}

.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;
}

.s2-speed {
  display: flex;
  align-items: center;
  /* width: 1rem; */
  margin: 0.3rem auto 0 auto;
  max-width: 100%;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.s2-speed .s2-prev {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  /* background: #ffffff; */
  /* box-shadow: 0rem 0rem 0.11rem 0rem rgba(0, 0, 0, 0.15); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  cursor: pointer;
  border: #fff 0.01rem solid;
}

.s2-speed .s2-prev svg {
  display: block;
  width: 0.13rem;
  height: 0.13rem;
}

.s2-speed .s2-prev svg * {
  fill: #fff;
}

.s2-speed .s2-next {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  /* background: #ffffff; */
  /* box-shadow: 0rem 0rem 0.11rem 0rem rgba(0, 0, 0, 0.15); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  cursor: pointer;
  border: #fff 0.01rem solid;
}

.s2-speed .s2-next svg {
  display: block;
  width: 0.13rem;
  height: 0.13rem;
}

.s2-speed .s2-next svg * {
  fill: #fff;
}

.s2-speed .slick-speed {
  flex: 1;
  min-width: 0;
}

.s2-speed .s2-next:hover {
  background: #fff;
}

.s2-speed .s2-next:hover svg * {
  fill: #133984;
}

.s2-speed .s2-prev:hover {
  background: #fff;
}

.s2-speed .s2-prev:hover svg * {
  fill: #133984;
}


@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: 1100px) {


  .search {
    width: 3rem;
  }

  .search input[type="text"] {
    width: 2.05rem;
  }

  .search .btn {}
}

@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: .15rem;
    padding-right: .15rem;
    max-width: 18rem;
  }

  .logo a img {
    width: auto;
  }


}

@media screen and (max-width: 1024px) {
  .foot .end_link li a {
    line-height: .24rem;
  }

  .bodyenbg {
    display: none
  }

  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: #3378E1;
    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: .2rem .15rem 0 .15rem;
    display: flex;
    justify-content: 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: #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: #3378E1;
    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 {
    padding-top: 0;
    background-size: auto;
  }

  .foot .px1400 {
    display: block !important;
    height: auto;
    width: 100%;
  }

  .foot .foot_logo {
    margin: .2rem auto .2rem auto;
    text-align: center;
  }

  .foot .foot_logo img {
    width: auto;
    height: .7rem;
  }

  .foot .foot_add {
    width: 100%;
    text-align: center;
  }

  .foot .foot_add p {
    background: none !important;
    line-height: .3rem;
  }

  .foot-r p {
    text-align: center
  }

  .foot_code {
    width: 100% !important;
    text-align: center !important;
    margin-top: .2rem;
  }

  .foot .copyright {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .foot .foot_code ul {
    display: flex;
    justify-content: center;
  }

  .foot .foot_code li {
    margin: 0 .1rem
  }
}

@media screen and (max-width: 900px) {
  .end_line li {
    width: 50%
  }

  .foot-l img {
    width: 80%;
    margin: 0 auto;
    display: block
  }
}