
::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

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: "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;
}

input {
  border: 0 none;
  padding: 0;
  margin: 0;
  display: block;
  background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

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: 87.5%;
  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;
}

.mtop {
  margin-top: 0.9rem;
}

.paddtop {
  padding-top: 0.8rem;
}

/*header*/
header {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  transition: transform 0.3s ease;
}
header .content {
  align-items: initial;
}
header.hidden {
  transform: translateY(-100%); 
}
.logo {
  width: 17.9%;
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}

.logo2 {
  display: none;
}

.fixed-head {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.fixed-head .logo {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.fixed-head .nav-row {
  top: 0.97rem;
}

.nav > li {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: .4rem;
}
.nav > li > a {
  font-size: 0.2rem;
  color: #FFF;
  padding: 0 0.3rem;
}

.nav-row {
  width: 100%;
  background: #FFF;
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 0.55rem;
  padding-bottom: 0.7rem;
  top: 1.07rem;
  display: none;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.nav-rowpic {
  width: 23.8%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.nav-rowpic img{
  border-radius: 0.2rem;
}

.nav-rowtxt {
  width: 72.08%;
  align-items: initial;
  justify-content: flex-start;
}

.nav-rowpro {
  width: 18.16%;
  margin-right: 5%;
}
.nav-rowpro dt {
  font-size: 0.2rem;
  line-height: 1.3em;
  color: #0f6cff;
  font-weight: bold;
  border-bottom: 1px solid #E7E7E9;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
}
.nav-rowpro dt img {
  width: 0.4rem;
  float: right;
}
.nav-rowpro dd {
  margin-top: 0.25rem;
  line-height: 1.2em;
}
.nav-rowpro dd a {
  font-size: 0.18rem;
  color: #333333;
}
.nav-rowpro dd:hover a {
  color: #0f6cff;
}
.nav-rowpro .navact a {
  color: #0f6cff;
}

.showpage header {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

header:hover, .showpage header {
  background: #FFF;
}
header:hover .logo img, .showpage header .logo img {
  display: none;
}
header:hover .logo .logo2, .showpage header .logo .logo2 {
  display: block;
}
header:hover .nav > li > a, .showpage header .nav > li > a {
  color: #333;
}
header:hover .nav > li.navact > a, .showpage header .nav > li.navact > a {
  color: #0f6cff;
}
header:hover .nav > li:hover > a, header:hover .nav > li.navact > a, .showpage header .nav > li:hover > a, .showpage header .nav > li.navact > a {
  color: #0f6cff;
}
header:hover .head-phone, .showpage header .head-phone {
  color: #333;
}
header:hover .head-phone img, .showpage header .head-phone img {
  display: none;
}
header:hover .head-phone .picact, .showpage header .head-phone .picact {
  display: inline-block;
}
header:hover .headsearch span, header:hover .enbtn, .showpage header .headsearch span, .showpage header .enbtn {
  background: rgba(51, 51, 51, 0.2);
  border: 1px solid rgba(143, 142, 142, 0.6);
}
header:hover .headsearch span:hover, header:hover .enbtn:hover, .showpage header .headsearch span:hover, .showpage header .enbtn:hover {
  background: #0f6cff;
  border-color: #0f6cff;
}

.navsolu {
  width: 20.6%;
  margin-right: 5%;
}
.navsolu li {
  padding-bottom: 0.17rem;
  margin-bottom: 0.17rem;
  line-height: 1.5em;
  border-bottom: 1px solid #E7E7E9;
}
.navsolu li a {
  font-size: 0.2rem;
}
.navsolu li:hover, .navsolu li.navact {
  border-color: #0f6cff;
  position: relative;
}
.navsolu li:hover::after, .navsolu li.navact::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.02rem solid #0f6cff;
  border-right: 0.02rem solid #0f6cff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  transform: rotate(45deg);
}
.navsolu li:hover a, .navsolu li.navact a {
  color: #0f6cff;
}

.head-chat {
  width: 32.4%;
  padding-top: .2rem;
  box-sizing: border-box;
}
.fixed-head .head-chat{
  padding-top: 0;
}
.head-phone {
  font-size: 0.28rem;
  max-width: 47%;
  color: #F7F7F9;
  font-weight: bold;
}
.head-phone .picact {
  display: none;
}
.head-phone img {
  width: 0.23rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.15rem;
  margin-top: -.05rem
}

.headsearch {
  position: relative;
}
.headsearch span {
  display: block;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.headsearch span:hover {
  background: #0f6cff;
  border-color: #0f6cff;
}

.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;
  box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
}
.search input {
  border: 0 none;
  background: none;
  line-height: 0.45rem;
  color: #FFF;
  padding-left: 0.1rem;
  font-size: 0.16rem;
}
.search input::placeholder {
  color: #FFF;
}
.search input[type=submit] {
  width: 0.45rem;
  cursor: pointer;
  height: 0.45rem;
  background: url(../images/headsearch.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}

.enbtn {
  height: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  border-radius: .5rem;
  display: block;
  line-height: 0.5rem;
  padding: 0 .2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.enbtn:hover {
  background: #0f6cff;
  border-color: #0f6cff;
  height: auto;
  border-radius: .25rem;
}
.enbtn li{
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.enbtn li a{
  color: #FFF;
  font-size: 0.2rem;
  line-height: 0.5rem;
  padding-right: .23rem;
}
.enbtn .enbtnact{
  display: block;
  border-top: 0 none;
  position: relative;
}
.enbtn .enbtnact:after{
  content: '';
  display: block;
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  display: block;
  right: 0.05rem;
  bottom: 0.24rem;
  z-index: 6;
}

.head-right {
  width: 50%;
  position: relative;
  padding-right: 39%;
  box-sizing: border-box;
}
.enbtn:hover li{
  display: block;

}
/*footer*/
footer {
  background: #f4f5f8;
  padding-bottom: 0.4rem;
  padding-top: .7rem;
}

.foottop {
  align-items: initial;
  padding-bottom: 0.2rem;
}

.footnav {
  width: 27%;
  align-items: initial;
}
.footnav dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.footnav dd {
  margin-bottom: 0.28rem;
}
.footnav dd a {
  color: #666666;
  font-size: 14px;
}
.footnav dd:hover a {
  color: #0f6cff;
}

.foot-tact h4 {
  font-size:22px;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.foot-tact ul > li {
  margin-bottom: 0.2rem;
}
.foot-tact ul > li p, .foot-tact ul > li a {
  font-size: 14px;
  color: #666666;
}
.foot-tact ul > li b {
  color: #666;
  font-weight: normal;
}
.foot-tact ul > li a:hover {
  color: #0f6cff;
}
.foot-tact ul > li a:hover b {
  color: #0f6cff;
}
.foot-tact ul > li img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem;
}

.foot-code {
  width: 35.8%;
  margin-top:calc(1.6 * 22px + .4rem);
}
.foot-code h4 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.foot-code ul li {
  width: 20%;
}
.foot-code ul li img {
  border-radius: 0.1rem;
}
.foot-code ul li p {
  text-align: center;
  color: #666;
  font-size:14px;
  margin-top: 0.1rem;
}

.foot-copy {
  padding-top: 0.2rem;
  border-top: 1px solid #D8DBE4;
}
.foot-copy p {
  color: #666;
  font-size:12px;
  line-height: 1em;
}
.foot-copy p a{
  color: #666;
  font-size:12px;
  line-height: 1em;
}
.foot-copy p a:hover{
  color: #0f6cff;
}
.rightbox {
  position: fixed;
  right: 0.14rem;
  bottom: 10%;
  display: none;
  z-index: 99;
}

.picact {
  display: none;
}

.rightlist {
  width: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.3rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.rightlist li {
  padding: 0.16rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.rightlist li:last-child {
  border: 0 none;
}
.rightlist li i {
  width: 0.3rem;
  display: block;
  margin: 0 auto;
}
.rightlist li p {
  font-size: 14px;
  margin-top: 0.05rem;
  line-height: 1.1em;
  text-align: center;
}
/* .rightlist li:hover img {
  display: none;
}
.rightlist li:hover .picact {
  display: block;
} */
.rightlist li:hover p {
  color: #0f6cff;
}

.rightcon {
  margin-left: -0.4rem;
  padding-left: 0.4rem;
  position: relative;
}
.rightcon:hover .rightcon-more {
  display: block;
}

.rightcon-more {
  position: absolute;
  display: none;
  left: -2.55rem;
  padding: 0.26rem 0.3rem;
  top: 0;
  width: 2.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
}
.rightcon-more::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.06rem 0 0.06rem 0.08rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.3rem;
  right: -0.08rem;
}

.rphone-item {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.rphone-item span {
  font-size: 0.18rem;
  display: block;
  color: #666;
}
.rphone-item a {
  font-size: 0.2rem;
  display: block;
  color: #0f6cff;
  font-weight: bold;
}
.rphone-item:last-child {
  border-bottom: 0 none;
}

.totop {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  margin-top: 0.1rem;
}
.email-input{
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #D8DBE4;
  padding-right: .8rem;
  position: relative;
}
.email-input input{
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height:  40px;
  box-sizing: border-box;
  padding: 0 .2rem;
  color: #666666;
  font-size: 14px;
}
.email-input button{
  position: absolute;
  width:30px;
  height: 30px;
  background: #1073FB;
  border-radius: 10px;
  padding: 0;
  right:4px;
  top: 4px;
  border: 0 none;
  cursor: pointer;
}
.email-input input::placeholder{
  color: #CBCBCB;
}
.email-check{
  margin-top: .25rem;
  margin-bottom: .5rem;
  display: block;
  font-size: 14px;
  padding-left: .30rem;
  position: relative;
}
.email-check a{
  color: #1073FB;
}
.check-text{
  display: block;
  color: #666;
}
.email-check input[type=checkbox]{
  display: none;
}
.check-square{
  width: .2rem;
  height: .2rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D8DBE4;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .1em;
  cursor: pointer;
}


.email-check input[type=checkbox]:checked + .check-square::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/check.png) no-repeat;
  background-size: 100% 100%;
}

.email-check input[type=checkbox]:checked + .check-square {
  border-color: #1073fb;
  background-color: #1073fb;
}

@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%;
  }
}