﻿* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.14rem;
}
p,
span,
i,
u,
a,
img,
ul,
li,
div {
  font-size: 0.14rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.container {
  width: 100%;
  padding: 0 8%;
  box-sizing: border-box;
}
.header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 6%;
  height: 100px;
  position: fixed;
  z-index: 99999;
  box-sizing: border-box;
}
.header h1 {
  flex: 0 0 172px;
  justify-content: center;
  float: left;
  width: 172px;
  height: 100px;
}
.header h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .headerText {
  height: 50px;
  margin-top: 20px;
  border-left: 1px solid #a0a4ac;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 3px;
}
.header .headerText img {
  width: 194px;
  height: 20px;
  display: block;
}
.header .headerText p {
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}
.header .nav {
  flex: 1;
  padding-left: 5%;
}
.header .nav ul {
  float: right;
  width: 100%;
  display: table;
  text-align: center;
  display: flex;
}
.header .nav ul li {
  flex: 1;
  display: block;
  padding-left: 1px;
  position: relative;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.header .nav ul li > a {
  display: block;
  font-size: 16px;
  height: 110px;
  line-height: 110px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #fff;
}
.header .nav ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #333;
  z-index: -1;
}
.header .nav ul li .sec {
  min-width: 100%;
  z-index: 99999999;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  display: none;
  font-size: 14px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
}
.header .nav ul li .sec li {
  position: relative;
  border-top: 1px rgba(51, 51, 51, 0.06) solid;
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
}
.header .nav ul li .sec li:first-child {
  border-top: none;
}
.header .nav ul li .sec li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  color: #333;
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #333, #333);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  line-height: 4;
  height: auto;
}
.header .nav ul li .sec li:hover a {
  background-color: #333;
  padding-left: 25px;
  padding-right: 15px;
  background-size: 100% 100%;
  color: #fff;
}
.header {
  position: relative;
  background: #333;
}
.content {
  width: 1360px;
  margin: 50px auto 0;
}
.footer {
  background: #2d2d2d;
  padding: 64px 0 100px;
}
.footer .content1 {
  width: 1360px;
  margin: 0 auto;
}
.footer .content1 .footerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .content1 .footerBox .footerBoxL {
  flex: 0 0 590px;
  justify-content: center;
  float: left;
  width: 590px;
}
.footer .content1 .footerBox .footerBoxL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .content1 .footerBox .footerBoxL ul li h5 {
  margin-bottom: 15px;
}
.footer .content1 .footerBox .footerBoxL ul li h5 a {
  display: block;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .content1 .footerBox .footerBoxL ul li p a {
  color: #999999;
  line-height: 32px;
  font-size: 14px;
}
.footer .content1 .footerBox .footerBoxL ul li p a:hover {
  color: #fff;
}
.footer .content1 .footerBox .footerBoxC {
  flex: 0 0 324px;
  justify-content: center;
  float: left;
  width: 324px;
}
.footer .content1 .footerBox .footerBoxC ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .content1 .footerBox .footerBoxC ul li img {
  width: 136px;
  height: 136px;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
}
.footer .content1 .footerBox .footerBoxC ul li p {
  line-height: 3;
  font-size: 16px;
  color: #91989d;
  text-align: center;
}
.footer .content1 .footerBox .footerBoxR {
  flex: 0 0 344px;
  justify-content: center;
  float: left;
  width: 344px;
}
.footer .content1 .footerBox .footerBoxR h4 {
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .content1 .footerBox .footerBoxR p {
  font-size: 16px;
  color: #999999;
  margin: 12px 0;
  line-height: 28px;
}
.footer .content1 .footerBox .footerBoxR p i {
  font-size: 16px;
  color: #999999;
  width: 5em;
  display: inline-block;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  line-height: 1;
}
.footer .content1 .footerBox .footerBoxR p b {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.footer .footerBottom {
  width: 100%;
  height: 58px;
  background: #222;
  margin-top: 64px;
  color: #b3b3b3;
  text-align: center;
  font-size: 14px;
  line-height: 58px;
}
.footer .footerBottom .content1 {
  font-size: 14px;
}
.footer .footerBottom a {
  font-size: 14px;
  line-height: 58px;
  display: inline-block;
  color: #b3b3b3;
}
.footer .footerBottom a:hover {
  color: #fff;
}
.consulting {
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999;
}
.consulting .consultingL {
  flex: 0 0 506px;
  justify-content: center;
  float: left;
  width: 506px;
  margin-right: 100px;
}
.consulting .consultingL .consultingBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consulting .consultingL .consultingBox .consultingText {
  flex: 0 0 346px;
  justify-content: center;
  float: left;
  width: 346px;
  height: 52px;
  background: #ffe8e7;
  font-size: 16px;
  padding: 0 15px;
  box-sizing: border-box;
}
.consulting .consultingL .consultingBox .consultingText::placeholder {
  color: #666;
}
.consulting .consultingL .consultingBth {
  flex: 0 0 140px;
  justify-content: center;
  float: left;
  width: 140px;
  height: 52px;
  border-radius: 26px;
  background: #eb633d;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.consulting .consultingR {
  margin-left: 100px;
  font-size: 26px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ed493f;
  line-height: 1;
  font-weight: bold;
}
body {
  overflow-x: hidden;
}


.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  padding: 0 6%;
  background: #333 !important;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}