/* 通用  */

* {
  margin: 0;
  padding: 0;
}

[data-url] {
  cursor: pointer;
}

ul li {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

body {
  background: #f5f5f5;
}

li {
  float: left;
}

.position-right {
  float: right !important;
}

.position-left {
  float: left !important;
}

#div-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 997;
  background-color: rgba(17, 17, 17, 0.6);
  display: none;
}

/* header start */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  background-color: #fff;
  box-shadow: 0px 7px 7px -7px #f5f5f5;
}

.header .logo img {
  width: 100%;
  height: 100%;
}

.header .warp .header-menu ul {
  overflow: hidden;
  box-sizing: border-box;
}

.header .warp .header-menu ul li:hover, .header .warp .right-menu ul li.hover, .header .warp .header-menu ul li.hover, .footer .content .menu li:hover, .header .warp .right-menu ul li.hover, .footer .content .menu li.hover {
  color: #1989fa;
}

.header .logo, .header .warp .header-menu {
  float: left;
}

.header .warp .menu {
  float: right;
}

.header .warp .menu img {
  width: 100%;
  height: 100%;
}

.header .warp .right-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  z-index: 998;
}

.header .warp .right-menu .box {
  overflow-y: auto;
}

.header .warp .right-menu ul li {
  float: none;
  border-bottom: 1px solid #ccc;
}

.header .warp .right-menu ul li .split {
  display: inline;
}

.header .warp .right-menu ul li span {
  display: inline;
}

.header .warp .right-menu .box .right-logo {
  text-align: center;
}

.header .warp .right-menu .box1 {
  color: #666;
  border-bottom: 1px solid #ccc;
}

.header .warp .right-menu .box1 .title {
  display: none;
}

.header .warp .right-menu .box2 {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.header .warp .right-menu .box2 .code {
  float: left;
}

.header .warp .right-menu .box2 .code-warp {
  margin: 0 auto;
}

.header .warp .right-menu .box .record {
  text-align: center;
  color: #999;
}

.header .warp .right-menu ul li {
  text-align: left;
  box-sizing: border-box;
}

.header .split {
  display: none;
}

.header span {
  display: block;
}

.header li {
  text-align: center;
}

/* header end*/

/* header title start */

.header-title {
  text-align: center;
  font-weight: bold;
}

.header-title .van-divider {
  border-color: #1989fa;
  color: #333;
}

/* header title end */

/*footer start */

.footer {
  background-color: #272727;
}

.footer .content .menu {
  overflow: hidden;
  background-color: #272727;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .content .warp {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .content .warp .box1 {
  float: left;
}

.footer .content .warp .box2 {
  float: right;
}

.footer .content .warp .box2 .code {
  float: left;
  color: #999;
}

.footer .content .info {
  color: #999;
  overflow: hidden;
  text-align: center;
}

/* globa start */

.left-window {
  position: fixed;
  left: 0;
  top: 50%;
  background-color: #3D85FF;
  color: #fff;
  text-align: center;
  z-index: 996;
}

.left-window .icon {
  border-bottom: 1px solid rgba(204, 204, 204, 0.205);
  box-sizing: border-box;
  padding: 20%;
}

.left-window .icon img {
  width: 100%;
  height: 100%;
}

.left-window .text {
  box-sizing: border-box;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}

.right-window {
  position: fixed;
  top: 50%;
  z-index: 996;
}

.right-window .item .img2 {
  display: none;
}

.right-window .code {
  display: none;
}

.right-window .item {
  background: #fff;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-align: center;
  box-sizing: border-box;
}

.right-window:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.right-window .icon {
  box-sizing: border-box;
  float: left;
}

.right-window .icon img {
  width: 100%;
  height: 100%;
}

/*弹窗*/

.contact-us {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.contact-us .warp {
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: #ccc 0px 0px 7px;
}

.contact-us .warp input {
  border: none;
  background-color: #F2F2F2;
}

.contact-us .warp textarea {
  border: none;
  background-color: #F2F2F2;
  width: 100%;
  resize: none;
}

.contact-us .warp .title {
  color: #2B85EA;
  font-weight: bold;
  vertical-align: top;
}

.contact-us .warp .text {
  color: #999;
}

.contact-us .warp .label {
  color: #333;
  display: block;
}

.contact-us .warp .button {
  text-align: center;
  background-color: #2B85EA;
  color: #fff;
  cursor: pointer;
}

/* globa end */

/* 手机端 */

@media screen and (max-width: 767px) {
  body {
    padding: 13.5vw 0 16vw;
  }
  /* header start */
  .header .logo {
    margin-top: 1vw;
    width: 36vw;
  }
  .header {
    height: 13.5vw;
  }
  .header .warp {
    width: 100%;
    padding: 0 2.5vw;
    display: flex;
    justify-content: space-between;
  }
  .header .warp .header-menu li {
    display: none;
  }
  .header .warp .header-menu .hover {
    display: block;
    line-height: 13.5vw;
    font-size: 3.5vw;
  }
  .header .warp .header-menu .hover span {
    display: inline-block;
  }
  .header .warp .menu {
    width: 8vw;
    height: 8vw;
    margin-top: 2.75vw;
  }
  .header .warp .right-menu {
    font-size: 3.8vw;
  }
  .header .warp .right-menu ul li {
    padding: 3.5vw 3vw;
  }
  .header .warp .right-menu .box .right-logo img {
    width: 45vw;
    height: 15vw;
    padding: 3vw 0;
  }
  .header .warp .right-menu .box1 {
    padding: 3vw 2vw;
  }
  .header .warp .right-menu .box1 .item {
    padding: 1vw 0;
  }
  .header .warp .right-menu .box2 {
    padding: 3vw 0;
  }
  .header .warp .right-menu .box2 .code-warp {
    width: 50vw;
  }
  .header .warp .right-menu .box2 img {
    width: 25vw;
    padding-bottom: 1vw;
  }
  .header .warp .right-menu .record {
    padding-top: 3vw;
  }
  /* header end */
  /* header title  strat*/
  .header-title {
    margin: 4vw 0;
  }
  .header-title .van-divider {
    font-size: 3.47vw;
    padding: 0 10vw;
  }
  /* header title end */
  /* footer start  */
  .footer .content {
    padding: 3vw 0 1vw;
    font-size: 4.1vw;
  }
  .footer .content .menu {
    display: none;
  }
  .footer .content .warp .box1 {
    width: 100vw;
    padding: 0 5vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer .content .warp .box1 .title {
    margin: 2.6vw 0;
    padding-bottom: 3vw;
    font-size: 5vw;
    color: #999;
  }
  .footer .content .warp .box1 .item {
    color: #666;
    margin-bottom: 2.6vw;
    width: 100%;
  }
  .footer .content .warp .box2 {
    margin-top: 2.5vw;
    padding-right: 20vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer .content .warp .box2 .code {
    margin: 3vw 2vw;
  }
  .footer .content .warp .box2 .code img {
    width: 25vw;
  }
  .footer .content .warp .box2 .code .text {
    text-align: center;
    margin: 1vw;
  }
  .footer .content .info span {
    display: block;
  }
  .footer .content .info {
    line-height: 7.5vw;
    padding: 1vw 0;
  }
  /* footer end */
  /* tabbar start */
  .footer .tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-sizing: border-box;
    height: 16vw;
    display: flex;
    z-index: 996;
    box-shadow: 0px 7px 7px 7px #f5f5f5;
  }
  .footer .tabbar .item {
    width: 25%;
    text-align: center;
    font-size: 3.5vw;
  }
  .footer .tabbar .item .img {
    width: 6vw;
    margin: 0 auto;
    margin-top: 2vw;
  }
  .footer .tabbar .item .text {
    font-size: 3.5vw;
  }
  .footer .tabbar .item img {
    width: 100%;
    height: 100%;
  }
  /* gloabl  start */
  .left-window {
    width: 10vw;
    margin-top: -12vw;
    padding: 1.5vw 0;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
  }
  .left-window .icon {
    font-size: 5vw;
    padding-top: 1vw;
  }
  .left-window .text {
    font-size: 3vw;
    margin-top: 1vw;
    line-height: 9.6vw;
    letter-spacing: 1.5vw;
  }
  .right-window {
    right: 4vw;
    width: 10vw;
    margin-top: -10vw;
  }
  .right-window .item {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    margin-top: 2vw;
    font-size: 3.8vw;
    border: 1.2vw solid #3D85FF;
  }
  .right-window .icon {
    padding: .7vw;
    width: 7.6vw;
    height: 7.6vw;
  }
  .right-window .scrollTop {
    line-height: 7.6vw;
    font-size: 3.3vw;
  }
  /*弹窗*/
  .contact-us .warp {
    width: 90vw;
    padding: 2vw;
  }
  .contact-us .warp .title {
    text-align: center;
    font-size: 5.5vw;
    margin: 2vw 0;
  }
  .contact-us .warp .text {
    text-align: center;
    font-size: 3.2vw;
    margin: 1vw 0 4vw;
  }
  .contact-us .warp .input .label {
    margin: 2.8vw 0;
  }
  .contact-us .warp .input input {
    width: 90%;
    height: 7vw;
    border-radius: .6vw;
    padding: 2vw 3vw;
  }
  .contact-us .warp .input textarea {
    width: 90%;
    height: 15vw;
    border-radius: .6vw;
    padding: 2vw 3vw;
  }
  .contact-us .warp .input .item1 {
    margin: 2.5vw auto;
    width: 80%;
    font-size: 3.2vw;
  }
  .contact-us .warp .input .item2 {
    margin: 2.5vw auto;
    width: 80%;
    font-size: 3.2vw;
  }
  .contact-us .warp .input .item3 {
    margin: 2.5vw auto;
    width: 80%;
    font-size: 3.2vw;
  }
  .contact-us .warp .input .button {
    font-size: 4vw;
    line-height: 9vw;
    width: 50%;
    margin: 3vw auto;
  }
  /* gloabl  end*/
}

/* 平板端  */

@media screen and (min-width:768px) and (max-width:1199px) {
  body {
    padding-top: 8vw;
  }
  /*  header start  */
  .header .logo {
    margin-top: 1vw;
    width: 18vw;
  }
  .header {
    height: 8vw;
  }
  .header .warp {
    width: 100%;
    padding: 0 3vw;
  }
  .header .warp .header-menu {
    margin-left: 1vw;
  }
  .header .warp .header-menu li {
    width: 11vw;
    padding: 1vw 0;
  }
  .header .warp .header-menu li span {
    line-height: 3vw;
    font-size: 2vw;
  }
  .header .warp .menu {
    width: 5vw;
    height: 5vw;
    margin-top: 1.5vw;
  }
  .header .warp .right-menu {
    font-size: 3.2vw;
  }
  .header .warp .right-menu ul li {
    padding: 1.2vw 3vw;
  }
  .header .warp .right-menu .box .right-logo img {
    height: 12vw;
    padding: 2vw 0;
  }
  .header .warp .right-menu .box1 {
    padding: 2vw 3vw;
  }
  .header .warp .right-menu .box1 .item {
    padding: 1vw 0;
  }
  .header .warp .right-menu .box2 {
    padding: 2vw 0;
  }
  .header .warp .right-menu .box2 .code-warp {
    width: 50vw;
  }
  .header .warp .right-menu .box2 img {
    width: 25vw;
  }
  .header .warp .right-menu .record {
    padding-top: 3vw;
    line-height: 5vw;
  }
  /* header end */
  /* header title start */
  .header-title {
    margin: 3vw 0;
  }
  /* header title end */
  /* footer strat */
  .footer .content {
    margin: 0 3vw 0;
    font-size: 1.3vw;
  }
  .footer .content .menu {
    padding: 1.5vw 0;
  }
  .footer .content .menu li {
    padding: 0 1vw;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 1.5vw;
  }
  .footer .content .warp .box1 {
    width: 68vw;
  }
  .footer .content .warp .box1 .title {
    margin: 1.5vw 0;
    color: #999;
    font-size: 1.5vw;
  }
  .footer .content .warp .box1 .item {
    color: #666;
    margin-bottom: 1.5vw;
  }
  .footer .content .warp .box2 {
    margin-top: 1.5vw;
  }
  .footer .content .warp .box2 .code {
    margin-left: 1.1vw;
  }
  .footer .content .warp .box2 .code img {
    width: 8.5vw;
  }
  .footer .content .warp .box2 .code .text {
    text-align: center;
    margin: 1vw;
  }
  .footer .content .info {
    line-height: 5vw;
  }
  /* gloabl start */
  .left-window {
    width: 5.5vw;
    margin-top: -5vw;
    padding: .8vw 0;
    border-top-right-radius: .6vw;
    border-bottom-right-radius: .6vw;
  }
  .left-window .icon {
    padding-top: 0.2vw;
    font-size: 2.2vw;
  }
  .left-window .text {
    margin-top: .8vw;
    letter-spacing: 1vw;
    font-size: 1.65vw;
    line-height: 5.2vw;
  }
  .right-window {
    right: 2.8vw;
    width: 5vw;
    margin-top: -5vw;
  }
  .right-window .item {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    margin-top: 1vw;
    border: .6vw solid #3D85FF;
  }
  .right-window .icon {
    padding: 0.2vw;
    width: 3.6vw;
    height: 3.6vw;
  }
  .right-window .scrollTop {
    font-size: 1.7vw;
    line-height: 3.8vw;
  }
  /*弹窗*/
  .contact-us .warp {
    width: 76vw;
    padding: 2vw;
  }
  .contact-us .warp .title {
    font-size: 3.5vw;
    margin: 1vw 0;
    padding: 0 2vw;
    border-left: 1vw solid #377ff9;
  }
  .contact-us .warp .text {
    font-size: 2.1vw;
    margin: 1vw;
  }
  .contact-us .warp .input {
    font-size: 0;
  }
  .contact-us .warp .input .label {
    margin: 1vw 0;
  }
  .contact-us .warp .input input {
    width: 100%;
    height: 5vw;
    border-radius: .6vw;
  }
  .contact-us .warp .input textarea {
    width: 100%;
    height: 8vw;
    border-radius: .6vw;
  }
  .contact-us .warp .input .item1 {
    width: 50%;
    font-size: 1.8vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .contact-us .warp .input .item2 {
    width: 50%;
    font-size: 1.8vw;
    padding-left: 2vw;
    box-sizing: border-box;
  }
  .contact-us .warp .input .item3 {
    font-size: 1.8vw;
  }
  .contact-us .warp .input .button {
    font-size: 3vw;
    line-height: 6vw;
    margin: 3vw;
  }
  /* gloabl end */
}

/* 手机端 && 平板端  */

@media screen and (max-width: 1199px) {
  .header .warp {
    box-sizing: border-box;
  }
  .right-window .item {
    border-radius: 50%;
  }
  .right-window .text {
    display: none;
  }
}

/* 电脑端  */

@media screen and (min-width: 1200px) {
  body {
    padding-top: 80px;
  }
  .noborder-bottom {
    border-bottom: none !important;
  }
  .page-width {
    width: 1200px;
    margin: 0 auto;
  }
  .page-width:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
  .page-width {
    zoom: 1;
  }
  /*header start*/
  .header .logo img {
    margin-top: 10px;
    width: 180px;
  }
  .header {
    height: 80px;
  }
  .header .warp {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
  }
  .header .warp .header-menu ul {
    padding: 0px 0 0 150px;
  }
  .header .warp .header-menu ul li {
    width: 120px;
    margin: 15px 0;
    font-size: 18px;
  }
  .header .warp li span {
    line-height: 25px;
  }
  .header .warp .menu {
    width: 35px;
    height: 35px;
    margin-top: 22.5px;
    cursor: pointer;
  }
  .header .warp .right-menu .box .right-logo img {
    width: 201px;
    height: 67px;
    margin: 10px 0 30px;
  }
  .header .warp .right-menu ul li {
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
  }
  .header .warp .right-menu .box1 {
    padding: 10px 25px;
  }
  .header .warp .right-menu .box1 .item {
    font-size: 14px;
    line-height: 30px;
  }
  .header .warp .right-menu .box2 {
    padding: 10px 0;
  }
  .header .warp .right-menu .box2 .code-warp {
    width: 240px;
  }
  .header .warp .right-menu .box2 img {
    width: 120px;
  }
  .header .warp .right-menu .box .record {
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  /* footer start */
  .footer .content {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
  }
  .footer .content .menu {
    padding: 20px 0;
  }
  .footer .content .menu li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.08);
  }
  .footer .content .warp .box1 {
    width: 850px;
  }
  .footer .content .warp .box1 .title {
    margin: 25px 0;
    font-size: 16px;
    color: #999;
  }
  .footer .content .warp .box1 .item {
    color: #666;
    margin-bottom: 20px;
  }
  .footer .content .warp .box2 {
    margin-top: 25px;
  }
  .footer .content .warp .box2 .code {
    margin-left: 20px;
  }
  .footer .content .warp .box2 .code img {
    width: 120px;
  }
  .footer .content .warp .box2 .code .text {
    text-align: center;
    margin: 10px;
  }
  .footer .content .info {
    line-height: 60px;
  }
  .header-title {
    margin: 30px 0;
    font-size: 24px;
  }
  /*footer end*/
  /*global start*/
  .left-window {
    width: 43px;
    margin-top: -76px;
    padding: 8px 0;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .left-window .icon {
    padding-top: 5px;
  }
  .left-window .text {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 8px;
    line-height: 40px;
    height: 100px;
  }
  .right-window {
    width: 50px;
    right: 23px;
    margin-top: -80px;
    line-height: 50px;
  }
  .right-window .item {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin-top: 8px;
    transition: all .3s;
    border-radius: 50px;
    border: 5px solid #3D85FF;
  }
  .right-window .phone {
    margin-top: 0;
  }
  .right-window .icon {
    height: 40px;
    width: 40px;
    padding: 5px;
  }
  .right-window .text {
    height: 40px;
    line-height: 40px;
    float: left;
  }
  .right-window .phone:hover {
    width: 200px;
  }
  .right-window .phone:hover .img1 {
    display: none;
  }
  .right-window .phone:hover .img2 {
    display: block;
  }
  .right-window .qq:hover {
    width: 130px;
  }
  .right-window .qq:hover .img1 {
    display: none;
  }
  .right-window .qq:hover .img2 {
    display: block;
  }
  .right-window .code:hover {
    background-color: #377ff9;
  }
  /*弹窗*/
  .contact-us .warp {
    width: 800px;
    padding-top: 15px;
  }
  .contact-us .warp .title {
    margin: 0 0 0 6px;
    padding-left: 10px;
    font-size: 24px;
    border-left: 8px solid #2B85EA;
  }
  .contact-us .warp .title span {
    width: 6px;
    height: 30px;
    background-color: #2B85EA;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 5px;
  }
  .contact-us .warp .text {
    padding-left: 6px;
    font-size: 16px;
    margin-left: 23px;
  }
  .contact-us .warp .input {
    padding: 12px 25px 10px 23px;
  }
  .contact-us .warp input {
    padding-left: 5px;
    height: 40px;
    width: 365px;
    border-radius: 4px;
    text-indent: 6px;
    margin-bottom: 20px;
  }
  .contact-us .warp textarea {
    width: 740px;
    height: 100px;
    text-indent: 10px;
    padding-top: 7px;
  }
  .contact-us .warp .label {
    margin-bottom: 5px;
    margin-left: 12px;
  }
  .contact-us .warp .button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    border-radius: 5px;
  }
  /*global end*/
}

/* 平板端 && 电脑端 开始 */

@media screen and (min-width: 768px) {
  .tabbar {
    display: none;
  }
  .contact-us .warp .input .item1 {
    display: inline-block;
  }
  .contact-us .warp .input .item2 {
    display: inline-block;
  }
  .contact-us .warp .input .item3 {
    display: inline-block;
    width: 100%;
  }
}