
/*
*存放网站基础样式
*更新此文件需要通报整个小组
*————by liudaofu 20161102
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  /*font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font: 12px/1.4 Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", Simsun, sans-self;
}

body * {
  -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
ul,
ol,
p,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
input,
button,
form,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.clear {
  clear: both;
}

.clear:before {
  content: "";
  display: table;
  overflow: hidden;
}

.clear:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.none {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}

.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.header {
  width: 100%;
  background: #061C2C;
  padding-top: 29px;
}

.header-info {
  /* padding-top: 29px; */
  width: 1200px;
  min-width: 1200px;
  display: flex;
  /* align-items: flex-start; */
  /* justify-content: center; */
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}

.logo {
  width: 698px;
  height: 92px;
  overflow: hidden;
  margin-top: 25px;
}

.logo img {
  width: 100%;
}

.tel {
  display: flex;
  margin-top: 12px;
  align-items: center;
}

.tel img {
  display: block;
  width: 32px;
  height: 34px;
  margin-right: 20px;
}

.tel span {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
}

.header-tab {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-width: 1200px;
}


.footer {
  width: 100%;
  padding-top: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}

.footer-item {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  justify-content: space-between;
}

.ft-left {
  /* flex: 1; */
  flex-shrink: 0;
  display: flex;
}

.ft-item {
  flex: 1;
  flex-shrink: 0;
}
.ft-center{
  width: 3px;
  background-color: #fff;
}
.ft-title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 58px;
  position: relative;
  margin-bottom: 2px;
}
.footer{
  background: none ;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
  background: url(../image/footerbg.jpg) center center;
  background-size: 100% 100%;
}
.ft-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background: #FFFFFF;
}

.ft-spa {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-bottom: 15px;
}

.ft-spa:last-child {
  margin-bottom: 0;
}

.ft-right {
  /* margin-right: 10px; */
  width: 430px;
  flex-shrink: 0;
  padding-top: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ftr-list{
  display: flex;
  justify-content: space-between;
}
.list-erweima{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.erweima-tile{
  margin-top: .95rem;
  font-weight: 16px;
  color: #fff;
}
.code {
  display: block;
  width: 120px;
  height: 120px;
}

.ftr {
  margin-top: 19px;
  margin-bottom: 1px;
}

.ftr-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  float: right;
}

.ftr-top img {
  width: 26px;
  height: 30px;
  display: block;
  margin-right: 10px;
}

.ftr-top span {
  font-size: 18px;
  color: #CCCCCC;
  line-height: 1;
}

.ftr-bot {
  font-size: 30px;
  color: #CCCCCC;
  line-height: 1;
}
.Consultation{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 22px;
}
.footer-bottom {}
.footer a{
  color: #FFF!important;
}
.fb1 {
  color: #fff;
  line-height: 98px;
  text-align: center;
  font-size: 13px;
}

.fb1 a {
  line-height: 98px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.fb2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.zui-banner {
  z-index: 50;
  width: 100%;
  min-width: 1200px;
  height: 0;
  padding-bottom: 600px;
  /* padding-bottom: 0px; */
  position: absolute;
  top: 0;
}

.zui-banner div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.zui-banner1{
  z-index: 50;
  width: 100%;
  min-width: 1200px;
  height: 0;
  padding-bottom: 600px;
  position: absolute;
  top: 0;
}
.zui-banner div img {
  width: 100%;
  height: 100%
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  right: 11px;
  width: initial;
  left: initial;
}
