@font-face {
  font-family: "";
  src: url("fonts/SourceHanSansCN-Regular.otf");
  font-weight: lighter;
  font-style: normal;
}
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}

div, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd, ul, li, s, body, input, textarea {
  font-family: "SourceHanSansCN-Regular", "Microsoft Yahei", Arial;
}

img {
  border: 0 none;
  width: 100%;
  display: block;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

input, button, select, textarea {
  outline: none;
}

textarea {
  resize: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: medium none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: medium none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  line-height: 1.7em;
}

input::-webkit-input-placeholder {
  color: #999;
}

.pc-show {
  display: block;
}

.m-show {
  display: none;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
  outline: none;
}

.content {
  width: 83.33%;
  margin: 0 auto;
}

.aniimg {
  overflow: hidden;
}

.aniimg img {
  display: block;
  transition: all 0.5s;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.aniimgbox:hover .aniimg img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.menubtn {
  display: none;
}

.swiper-container {
  height: 100%;
}

.wap-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.padd {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.magg {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.paddtop {
  padding-top: 0.8rem;
}

/*header*/
header {
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.headright {
  position: absolute;
  right: 0;
  width: 3.26rem;
  height: 100%;
  top: 0;
}
.headright li {
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.headright li a {
  color: #FFF;
}
.headright li i {
  width: 0.4rem;
  margin-right: 0.14rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.headright li:hover i {
  background: #1A7BC4;
}

.search {
  position: absolute;
}

.search {
  display: none;
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 0.45rem;
  padding-right: 0.45rem;
}

.search input {
  border: 0 none;
  background: none;
  line-height: 0.45rem;
  color: #FFF;
  padding-left: 0.1rem;
  font-size: 0.16rem;
}

.search input::-webkit-input-placeholder {
  color: #FFF;
}

.search input:-moz-placeholder {
  color: #FFF;
}

.search input::-moz-placeholder {
  color: #FFF;
}

.search input:-ms-input-placeholder {
  color: #FFF;
}

.search input::placeholder {
  color: #FFF;
}

.search input[type=submit] {
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}

.logo {
  width: 1.21rem;
}

.nav {
  margin-right: 2.41rem;
}
.nav>li{
  padding: 0 .45rem;
  position: relative;
}
.nav>li>a {
  font-size: 0.2rem;
  color: #FFF;
  display: block;
  padding: 0.45rem 0;
  position: relative;
  z-index: 2;
}
.nav>.navact>a:after, .nav>li:hover>a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #FFF;
}
.nav-row{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  top: 0;
  padding-top: 1.28rem;
}
.nav-row ul{
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px .18rem .38rem 2px rgba(0,0,0,0.03);
  border-radius: .15rem;
  padding:.25rem .34rem;
}
.nav-row ul li a{
  font-size: .2rem;
  color: #FFF;
  line-height: 1.9em;
  white-space: nowrap;
}
.nav-row ul li a:hover{
  color:#eaa447;
}
.search {
  display: none;
}

/*header-end*/
/*foot*/
.in-foot {
  height: auto;
}

.footer {
  background: url(../images/footbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 9vh;
}

.foot-top {
  align-items: flex-start;
}

.foot-chat {
  width: 30%;
}
.foot-chat h5 {
  color: #FFF;
  font-size: 0.25rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.foot-chat li {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.4);
}
.foot-chat li img {
  display: inline-block;
  margin-right: 0.18rem;
  width: 0.22rem;
  vertical-align: middle;
}
.foot-chat li a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.4);
}

.foot-nav {
  width: 48.4%;
  align-items: flex-start;
  padding-bottom: 7vh;
}
.foot-nav dl dt {
  color: #FFF;
  font-weight: bold;
  font-size: 0.2rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.foot-nav dl dt:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 0.6;
  left: 0;
  bottom: 0;
  position: absolute;
}
.foot-nav dl dd {
  font-size: 0.18rem;
  line-height: 2em;
}
.foot-nav dl dd a{
  color: rgba(255, 255, 255, 0.6);
}
.foot-nav dl dt a{
  color: #fff;
}
.foot-nav dl dd a:hover{
  color: rgba(255, 255, 255, 0.8);
}

.foot-code {
  width: 10.6%;
}
.foot-code p {
  text-align: center;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.2rem;
}

.foot-bot {
  padding: 0.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-bot p {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.rightbox {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.rightitem-more {
  position: absolute;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.05);
  background: #FFF;
  display: none;
  border-radius: 0.15rem;
  right: 0.7rem;
  white-space: nowrap;
  top: 50%;
  padding: 0.1rem;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #004eec;
  box-sizing: border-box;
}

.rightitem-email {
  padding: 0.15rem 0.24rem;
  border-radius: 0.35rem;
}

.rightitem-more a {
  font-weight: bold;
  color: #333;
  font-size: 0.2rem;
  display: block;
}

.rightitem-more::after {
  content: "";
  width: 0;
  height: 0;
  box-shadow: 0px 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 0.06rem 0 0.06rem 0.08rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -0.08rem;
  top: 50%;
  margin-top: -0.06rem;
}

.rightitem-top {
  width: 0.52rem;
  height: 0.52rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.2rem 0px rgba(173, 173, 173, 0.3);
  border-radius: 50%;
}

.picact {
  display: none;
}

.rightitem {
  width: 0.77rem;
  padding-left: 0.25rem;
  margin: 0.1rem 0;
  box-sizing: border-box;
  position: relative;
}

.rightitem:hover .rightitem-top {
  background: linear-gradient(-39deg, #054CA3 0%, #1769CE 100%);
}
.rightitem:hover .rightitem-top img {
  display: none;
}
.rightitem:hover .rightitem-top .picact {
  display: block;
}
.rightitem:hover .rightitem-more {
  display: block;
}

.rightcode {
  width: 1.23rem;
}

.totop {
  cursor: pointer;
}

@media (max-width: 1600px) {
  .padd {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .paddtop {
    padding-top: 0.6rem;
  }
}
@media (max-width: 1450px) {
  .paddtop {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1380px) {
  .content {
    width: 90%;
  }
}
@media (max-width: 1180px) {
  .nav li a {
    font-size: 0.2rem;
    padding: 0 0.2rem;
  }
}
