@charset "UTF-8";
/* css import */
@import url("/skin/utils/css/rem.css");
@import url("/skin/utils/css/lib.css");
@import url("/skin/utils/fonts/iconfont.css");
@import url("/skin/utils/css/transform.css");
@import url("/skin/utils/css/animate.min.css");
:root {
  --color: #227ca7;
}

a,
a:link {
  color: #333;
}

a:active,
a:hover {
  color: #227ca7;
}

body {
  padding-top: 10.8rem;
}

.fn li:nth-child(n+8) {
  display: none;
}

.fn li.ts {
  display: inline-block !important;
}

.fn p:nth-child(n+8) {
  display: none;
}

.fn p.ts {
  display: inline-block !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2222;
  background: #fff;
}

.header .logo {
  margin-right: 10.7rem;
}

.header .logo img {
  width:26.6rem;
  max-width:unset!important;
  overflow: hidden;
}

.header .menu {
  display: flex;
  justify-content: space-between;
}

.header .menu ul li {
  min-width: 10.4rem;
  position: relative;
}

.header .menu ul li .iconJt {
  display: none;
}

.header .menu ul li .v1 {
  display: block;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 1rem;
  height: 10.8rem;
  line-height: 10.8rem;
  text-align: center;
  color: #333;
  position: relative;
}

.header .menu ul li .submenu {
  position: fixed;
  width: 68rem;
  left: 50%;
  padding-top: 0.5rem;
  top: 10rem;
  background: #f8f8f8;
  display: none;
  padding: 1.5rem 3rem;
  transform: translateX(-50%);
}

.header .menu ul li .submenu li {
  width: 25%;
  float: left;
  line-height: 4.5rem;
  padding: 0 1rem 0 2.8rem;
  position: relative;
}

.header .menu ul li .submenu li::before {
  content: "";
  width: 1.9rem;
  height: 0.3rem;
  background: #227ca7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .menu ul li .submenu li a {
  position: relative;
  z-index: 1;
}

.header .menu ul li:hover .v1 {
  color: #227ca7;
  background: #f8f8f8;
}

.header .menu ul li:hover .submenu {
  display: block;
  height: auto;
  transition: all ease 0.3s;
}

.header .menu ul li.on .v1 {
  color: #227ca7;
  background: #f8f8f8;
}

.header .menu ul li:nth-child(4) .submenu {
  width: 73.5rem;
}

.header .menu ul li:nth-child(4) .submenu li {
  width: 20%;
}

.header .menu ul li:last-child .submenu {
  display: none !important;
}

.header .contact_btn {
  
  max-width: 23rem;
  flex-shrink: 0;
  margin-left: 6.3rem;
  flex-direction: column;
}

.header .contact_btn .tel {
  color: #227ca7;
  white-space:nowrap;
  font-weight: bold;
}

.header .contact_btn .tel img {
  width: 2.5rem;
  margin-right: 0.6rem;
}

.header .contact_btn .btn {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  background: #227ca7;
  border-radius: 1.4rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

.header .contact_btn .btn a {
  color: #fff;
  letter-spacing: 1px;
  display: block;
}

.header .contact_btn .btn:hover {
  background: rgba(34, 124, 167, 0.88);
}

.header.fix {
  border-bottom: 1px solid #eee;
}

/* 手机菜单 */
.menuBtn {
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  z-index: 9;
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
}

.menuBtn b {
  display: block;
  height: 3px;
  background: #333;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* footer */
.footer {
  background: #353535;
  color: #fff;
  padding-bottom:4rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
}

.footer .dt {
  margin-bottom: 1.6rem;
  position: relative;
}

.footer .dt i {
  display: none;
}

.footer .dd {
  line-height: 3.4rem;
}

.footer .dd a {
  display: block;
}

.footer .dd p:hover a {
  color: #fff;
}

.footer .lxfs {
      width:100%;
  max-width: 23rem;
}

.footer .lxfs .msg {
  color: rgba(255, 255, 255, 0.7);
  margin: 1.5rem 0 3.2rem;
}

.footer .lxfs .qrcode .dd {
  line-height: 1.2;
  text-align: center;
}

.footer .lxfs .qrcode .dd img {
  width: 10.15rem;
  height: 10.15rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.scrollto {
  padding-top: 11.4rem;
  margin-top: -11.4rem;
}

.kefu{
    position:fixed;
    right:0;
    width:8rem;
    bottom:5%;
    z-index:22;
    color:#fff;
    text-align:center;
}
.kefu li{
    padding:1.5rem 0;
    background:#227CA7;
    margin-bottom:2px;
}
.kefu li a{
    color:#fff;
}
.kefu li img{
    height:3.2rem;
}
.kefu li:hover{
    background:rgba(34,124,167,.8);
}
.copyright{text-align:center;padding:3rem 0 0 0}
.copyright a{color:#fff;}
.copyright a:hover{color:rgba(255,255,255,.8)}
@media (max-width: 1000px) {
  .header .menu ul li {
    margin-right: 4rem;
  }
}

@media (max-width: 980px) {
  body {
    padding-top: 7.2rem;
  }
  .scrollto {
    padding-top: 5rem;
    margin-top: -5rem;
  }
  .header {
    border-bottom: 1px solid #eee;
  }
  .header .menu {
    display: none;
  }
  .header .logo img {
    margin-top: .6rem;
    height: 6.5rem;
  }
  .menuBtn {
    display: block;
  }
  .mlang {
    position: absolute;
    right: 65px;
    top: 50%;
    font-size: 2.4rem;
    transform: translateY(-50%);
  }
  .wapMenu {
    display: block !important;
    position: fixed;
    left: 110%;
    top: 54px;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    height: calc(100% - 52px);
    transition: all 0.3s ease-out;
  }
  .wapMenu.fold {
    left: 0;
    display: block !important;
  }
  .wapMenu ul {
    padding: 0 15px;
  }
  .wapMenu ul li {
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .wapMenu ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    width: calc(100% - 5rem);
  }
  .wapMenu ul li .iconJt {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: -10px;
    z-index: 22;
    font-size: 2rem;
    text-align: center;
    transition: all ease 0.3s;
    top: 0px;
  }
  .wapMenu ul li .iconJt.on {
    transform: rotate(90deg);
  }
  .wapMenu ul li ul {
    display: none;
  }
  .wapMenu ul li ul li:last-child {
    border-bottom: 0;
  }
  .wapMenu ul li ul li a {
    width: 100%;
  }
  .footer li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 1.5rem;
  }
  .footer li .dt i {
    position: absolute;
    right: 0;
    text-align: right;
    top: 5px;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    transition: all ease 0.3s;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer li .dd {
    line-height: 2.5;
    display: none;
    padding: .6rem 0 2rem;
  }
  .footer .lxfs {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .footer .lxfs .qrcode {
    justify-content: flex-start;
  }
  .footer .lxfs .qrcode .dd {
    margin-right: 1.5rem;
  }
  .footer .lxfs .qrcode .dd img {
    width: 12rem;
    height: 12rem;
  }
  .copyright{padding-bottom:3rem;}
}
