﻿/*初始化样式*/
body,
div,
span,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: none;
  border: 0;
}
img {
  display: block;
  width: 100%;
  content: normal !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: auto;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  font-family:Microsoft YaHei,"微软雅黑";
}
/*限制容器*/
.container {
  margin: 0 auto;
  width: 1200px;
}
.minContainer {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
/*清除浮动*/
.clearFloat:after {
  content: '.';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  visibility: hidden;
}
/*flex 相关*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-content-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex .flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex .flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flex .flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flex .flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
     -moz-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.ellipsis-one {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 68px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 999;
  color: #fff;
}
.header-box {
  height: 100%;
}
.header-container {
  height: 100%;
}
.header-container-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 35px;
}
.header-container-logo a {
  -webkit-flex-basis: 112px;
      -ms-flex-preferred-size: 112px;
          flex-basis: 100px;
}
.header-container-logo-city {
  cursor: pointer;
  font-size: 14px;
  height: 68px;
  position: relative;
}
.header-container-logo-city img {
  width: 12px;
  height: 14px;
  margin: 0 5px 0 15px;
}
.header-container-logo-city-choose {
  padding: 30px 20px 20px 20px;
  width: 500px;
  position: absolute;
  top: 68px;
  left: 0;
  background: white;
  color: #000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  cursor: default;
  display: none;
}
.header-container-logo-city-choose-hot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #2b2b2b;
}
.header-container-logo-city-choose-hot div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-logo-city-choose-hot div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-logo-city-choose-hot div ul li {
  margin-left: 15px;
  cursor: pointer;
}
.header-container-logo-city-choose-hot div ul li:hover a {
  color: #5689e9;
}
.header-container-logo-city-choose-other {
  margin-top: 20px;
}
.header-container-logo-city-choose-other ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header-container-logo-city-choose-other ul li {
  -webkit-flex-basis: 72px;
      -ms-flex-preferred-size: 72px;
          flex-basis: 72px;
  padding: 5px 0 5px 20px;
}
.header-container-logo-city-choose-other ul li a {
  cursor: pointer;
}
.header-container-logo-city-choose-other ul li a:hover {
  color: #5689e9;
}
.header-container-nav {
  -webkit-flex-basis: 960px;
      -ms-flex-preferred-size: 960px;
          flex-basis: 1050px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
		  position: relative;
}
.header-container-nav > ul > li {
  margin-left: 22px;
  position: relative;
      height: 40px;
}
.header-container-nav > ul > li a {
  color: #fff;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.header-container-nav > ul > li dl{display:none;background:#ffffff; width:120px; top:55px; left:-30px;text-align:center; position:absolute;}
.header-container-nav > ul > li dl dd a{color:#000;}
.header-container-nav > ul > li dl dd a:hover{color:#0066FF;}
.header-container-nav > ul > li:hover dl{display:block; }

.header-container-nav > ul > li.active {
 position: relative;

}
.header-container-nav > ul > li.active a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* .header-container-nav > ul > li.about-us-li {
  padding: 15px 0 !important;
}
.header-container-nav > ul > li.about-us-li > a::after {
  bottom: 15px;
}
.header-container-nav > ul > li .about-us-li-list {
  position: absolute;
  top: 70px;
  left: -22px;
  width: 100px;
  height: 108px;
  background: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: none;
}
.header-container-nav > ul > li .about-us-li-list ul {
  padding: 20px 0;
}
.header-container-nav > ul > li .about-us-li-list ul li {
  width: 100%;
  margin-bottom: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header-container-nav > ul > li .about-us-li-list ul li a {
  width: 100%;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 14px;
}
.header-container-nav > ul > li .about-us-li-list ul li a::after {
  content: '';
  display: none;
}
.header-container-nav > ul > li .about-us-li-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.header-container-nav > ul > li .about-us-li-list ul li.active a,
.header-container-nav > ul > li .about-us-li-list ul li:hover a {
  color: #0D53D7;
} */
.header-container-nav-tel {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffcc00;
  line-height: 22px;
  margin-left: 22px;
}
.header-container-nav-tel img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
}
.header-container-nav-tel400 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffcc00;
  line-height: 23px;
}
.header-container-nav-tel400 img {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
/* .footer .record {
  height: 68px;
  background: #F1F1F5;
  padding-bottom: 271px;
} */
.footer .record-box {
  width: 100%;
  height: 68px;
  background: #EFEFEF;
}
.footer .record-box p,
.footer .record-box a {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 6px;
  color: #000;
  padding: 5px 0;
}
.footer .service {
  height: 203px;
  background: rgba(39, 81, 142, 0.5);
  position: fixed;
  bottom: -429px;
  z-index: 2;
  width: 100%;
  overflow: visible !important;
}
.footer .service-box {
  position: relative;
}
.footer .service-box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1034px;
  height: 61px;
  background: #ffffff;
  -webkit-border-radius: 31px;
          border-radius: 31px;
  margin-top: 35px;
  padding-left: 15px;
}
.footer .service-box-top > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.footer .service-box-top > div:nth-child(1),
.footer .service-box-top > div:nth-last-child(1) {
  border: none;
}
.footer .service-box-top-code img {
  width: 18px !important;
  height: 21px !important;
}
.footer .service-box-top-tel {
  -webkit-flex-basis: 100px !important;
      -ms-flex-preferred-size: 100px !important;
          flex-basis: 100px !important;
  position: relative;
}
.footer .service-box-top-tel #getCode {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 82px;
  height: 24px;
  background: #0066ff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}
.footer .service-box-top img {
  width: 20px;
  height: 20px;
}
.footer .service-box-top input {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #515259;
  line-height: 60px;
  border: none;
  outline: none;
  height: 20px;
  margin-left: 8px;
  width: 100px;
  -webkit-user-select: text;
  line-height: 20px;
}
.footer .service-box-top select {
  width: 100px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #515259;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .service-box-top-btn {
  -webkit-flex-basis: 174px;
      -ms-flex-preferred-size: 174px;
          flex-basis: 174px;
  height: 61px;
  background: #0066FF;
  -webkit-border-radius: 0 31px 31px 0;
          border-radius: 0 31px 31px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
  cursor: pointer;
  -webkit-animation: free_download 1s linear alternate infinite;
     -moz-animation: free_download 1s linear alternate infinite;
          animation: free_download 1s linear alternate infinite;
}
.footer .service-box-top-btn span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.footer .service-box-bottom {
  width: 850px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 106px;
  padding: 0 71px;
}
.footer .service-box-icon {
  position: absolute;
  width: 313px;
  height: 409px;
  right: -170px;
  bottom: 20px;
  z-index: 2;
}
.float-box {
  position: fixed;
  top: 300px;
  left: 20px;
  z-index: 99;
}
.float-box-btn {
  width: 153px;
  height: 59px;
  cursor: pointer;
  display: none;
}
.float-box-main {
  margin-top: 20px;
  width: 326px;
  height: 400px;
  background: url('/template/default/images/float-bg.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 230px;
}
.float-box-main-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.float-box-main-form {
  padding: 45px 35px;
}
.float-box-main-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  margin-bottom: 15px;
}
.float-box-main-form .form-item .left {
  -webkit-flex-basis: 65px;
      -ms-flex-preferred-size: 65px;
          flex-basis: 65px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.float-box-main-form .form-item .right {
  margin-left: 15px;
  position: relative;
}
.float-box-main-form .form-item .right select {
  padding: 0 15px;
  width: 177px;
  height: 34px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.float-box-main-form .form-item .right input {
  padding: 0 15px;
  width: 177px;
  height: 34px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.float-box-main-form .form-item .right input#float-code {
  padding-right: 5px;
}
.float-box-main-form .form-item .right #getFloatCode {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 82px;
  height: 24px;
  background: #0066ff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}
.float-box-main-form .form-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.float-box-main-form .form-btn button {
  width: 160px;
  height: 35px;
  background: #f19819;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.89);
  border: none;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
@-webkit-keyframes free_download {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-moz-keyframes free_download {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
}
@keyframes free_download {
  0% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.pseudoBlue,
.pseudoWhite {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #666666;
  line-height: 36px;
  position: relative;
}
.pseudoBlue::before,
.pseudoWhite::before {
  content: '';
  position: absolute;
  width: 181px;
  height: 4px;
  left: -218px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pseudoBlue::after,
.pseudoWhite::after {
  content: '';
  position: absolute;
  width: 181px;
  height: 4px;
  right: -218px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pseudoBlue::before {
  background: url('/template/default/images/title-left-blue.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.pseudoBlue::after {
  background: url('/template/default/images/title-right-blue.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.pseudoWhite::before {
  background: url('/template/default/images/title-left-white.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.pseudoWhite::after {
  background: url('/template/default/images/title-right-white.png') no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
.banner-btn {
  position: absolute;
  width: 140px;
  height: 35px;
  background: #182843;
  border: 1px solid #ffcc00;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  bottom: 138px;
  left: 576px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #ffcc00;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.slider {
  overflow: hidden;
  position: relative;
}
.slider img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slider .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  width: 72px;
  background: #fff !important;
}

.banner{ width:100%; height:413px; position:relative; }
.banner.company{ background:url(/template/default/images/ban.jpg) no-repeat center center}


/*首页底部地图*/
.footer-wrapper {
        padding: 20px 0;
    background: #f7f7f7;
}
.box-container-fluid {
    width: 100%;
    margin: 0 auto;
}
.box-container {
    width: 1200px;
    margin: 0 auto;
}
.hidden-pc {
    display: none;
}
.footer-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-1 .left {
  flex: 0 0 38%;
  width: 40%;
}
.footer-wrapper .box-1 .right {
  flex: 0 0 18%;
  width: 18%;
}
.footer-wrapper .box-1 .center {
  flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
}
.footer-wrapper .box-1 .fax {
  font-family: DIN;
  font-size: 32px;
      font-weight: bold;
  color: #0066FF;
  line-height: 30px;
}
.footer-wrapper .box-1 .fax img {
  width: 29px;
  vertical-align: middle;
  margin-right: 5px;
  float:left;
}
.footer-wrapper .box-1 .fax span {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  top: 2px;
      font-weight: bold;
}
.footer-wrapper .box-1 .contact {
      font-size: 14px;
    color: #b1b1b1;
    line-height: 30px;
    margin: 20px auto 3px;
}
.footer-wrapper .box-1 .contact img {
  width: 12px;
      float: left;
    margin-right: 12px;
    padding-top: 10px;
  vertical-align: middle;
}
.footer-wrapper .box-1 .msg {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0066FF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer-wrapper .box-1 .msg:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.footer-wrapper .box-1 .right {
  text-align: right;
}
.footer-wrapper .box-1 .qrcode {
  font-size: 0;
}
.footer-wrapper .box-1 .qrcode img {
  width: 1.5rem;
}
.footer-wrapper .box-1 .share {
  margin-top: .3rem;
  font-size: 0;
}
.footer-wrapper .box-1 .share a {
  display: inline-block;
  margin-right: .3rem;
}
.footer-wrapper .box-1 .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .box-1 .share a:hover img:first-child {
  display: none;
}
.footer-wrapper .box-1 .share a:hover img:last-child {
  display: inline-block;
}
.footer-wrapper .box-1 .share a img {
  max-width: 100%;
}
.footer-wrapper .box-1 .share a img:last-child {
  display: none;
}

/*客服*/
.fix {
	width:80px;
	position:fixed;
	right:15px;
	bottom:50px;
	z-index:9999;
	border-radius:6px;
	border:1px solid #e5e5e5
}
.fix li {
	height:80px;
	border-bottom:1px solid #e5e5e5;
	position:relative
}
.fix li:last-child {
	border-bottom:0
}
.fix li a {
	width:100%;
	height:100%;
	display:inline-block;
	background:#fff
}
.fix li:first-child a {
	border-radius:6px 6px 0 0
}
.fix li:last-child a {
	border-radius:0 0 6px 6px
}
.fix_ul_p1 {
	font-size:16x;
	color:#808080;
	text-align:center
}
.fix_ul_p2 {
	height:40px;
	margin-top:12px
}
.fix_ul_p2.fix_ul_p3 {
	background:url(/template/default/images/kefu.gif) no-repeat center
}
.fix_ul_p2.fix_ul_p4 {
	background:url(/template/default/images/right_18.png) no-repeat center
}
.fix_ul_p2.fix_ul_p5 {
	background:url(/template/default/images/right_20.png) no-repeat center
}
.fix_ul_p2.fix_ul_p6 {
	background:url(/template/default/images/erweima.gif) no-repeat center
}
.fix_ul_p2.fix_ul_p7 {
	background:url(/template/default/images/right_22.png) no-repeat center
}
.fix li a.cur, .fix li a:hover {
	background:#0066FF
}
.fix li a.cur .fix_ul_p1, .fix li a:hover .fix_ul_p1 {
	color:#fff
}
.fix li a.cur .fix_ul_p2.fix_ul_p3, .fix li a:hover .fix_ul_p2.fix_ul_p3 {
	background:url(/template/default/images/kefu-bai.png) no-repeat center
}
.fix li a.cur .fix_ul_p2.fix_ul_p4, .fix li a:hover .fix_ul_p2.fix_ul_p4 {
	background:url(/template/default/images/right_06.png) no-repeat center
}
.fix li a.cur .fix_ul_p2.fix_ul_p5, .fix li a:hover .fix_ul_p2.fix_ul_p5 {
	background:url(/template/default/images/right_10.png) no-repeat center
}
.fix li a.cur .fix_ul_p2.fix_ul_p6, .fix li a:hover .fix_ul_p2.fix_ul_p6 {
	background:url(/template/default/images/erweima-bai.png) no-repeat center
}
.fix li a.cur .fix_ul_p2.fix_ul_p7, .fix li a:hover .fix_ul_p2.fix_ul_p7 {
	background:url(/template/default/images/right_16.png) no-repeat center
}.wx {
	position:absolute;
	right:85px;
	top:-60px;
	width:147px;
	height:149px;
	display:none
}
.tel {
	position:absolute;
	right:85px;
	top:-40px;
	width:249px;
	height:115px;
	background:url(/template/default/images/right_03.png) no-repeat;
	display:none
}
.tel_p1 {
	padding-top:63px;
	padding-left:20px;
	color:#ffffff;
	font-weight:bold;
}
.tel_i1 {
	height:36px;
	width:128px;
	padding-left:10px;
	font-size:16px;
	color:#333;
	line-height:36px;
	background:#fff;
	font-family:"微软雅黑";
	border:none;
	float:left;
	outline:none
}
.tel_i2 {
	height:35px;
	width:72px;
	font-size:16px;
	color:#fff;
	line-height:35px;
	font-family:"微软雅黑";
	border:1px solid #f7f7f7;
	cursor:pointer;
	margin-left:10px;
	background:none;
	float:left;
	outline:none
}
.fix li a.cur .wx {
	display:block
}
.fix li a.cur .tel {
	display:block
}
.fix li a.cur .lookFor {
	display:block
}

/*foot*/
.wid1200 {
    width: 1200px;
    margin: 0 auto;
}
._left, ._Left {
    float: left;
}
._right, ._Right {
    float: right;
}
.footer {
    padding-top: 36px;
    height: 207px;
    width: 100%;
    min-width: 1200px;
    background: #313131;
}

.foot {}

.foot p {
    margin-right: 108px;
}

.foot p span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
}

.foot p .code {
    width: 83px;
}

.foot p a {
    color: #8a8a8a;
    display: block;
    margin-bottom: 17px;
	font-size:12px;
}

.foot p a:hover {
    color: #ffffff;
}

.foot p._right {
    margin-right: 0;
}

.foot label {
    color: #8a8a8a;
    display: block;
    vertical-align: middle;
}

.foot label img {
    vertical-align: -5px;
    margin-right: 6px;
	    width: auto;
	display: inline-block;
	    font-size: 12px;
}
img {
    border: 0;
}
.foot p b {
    display: inline-block;
    margin: 12px 0 4px 0;
    font-size: 28px;
    color: #ffffff;
}

.foot p._right a {
    margin-top: 9px;
    margin-bottom: 0;
}.foot p._right a img{
    width: auto;
}


.footer .copy p {
    margin: 10px 0;
}

.footer .copy p a {
    color: #646464;
    margin-right: 15px;
}

.footer .copy p a:hover {
    color: #646464;
}

.footer .copy p a:last-child {
    margin-right: 0;
}

.footer .copy {
    text-align: center;
    border-top: 1px solid #383838;
    color: #646464;
    margin-top: 5px;
        font-size: 14px;
    padding: 10px 0 20px 0;
	    background: #313131;
}
.footer .copy a{color: #646464;}
.footer .copy a:hover{color: #909090;}
.clearfix {
    zoom: 1;
}.foot {
}.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}