* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-size: 100px;
}
*: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: 94%;
  max-width: 1400px;
  margin: auto;
}
@font-face {
  font-family: zt1;
  src: url('../fonts/DINCond-Medium.otf') format('opentype');
}
@font-face {
  font-family: zt2;
  src: url('../fonts/SIMLI_4.ttf') format('truetype');
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/DINCond-Medium_1620871996720.otf') format('truetype');
}
.header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
}
.header .container {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 94%;
  max-width: 1400px;
  margin: auto;
}
.header .container h1 {
  flex: 0 0 19.2%;
  justify-content: center;
  float: left;
  width: 19.2%;
}
.header .container h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .container h1 a img {
  display: block;
  width: 100%;
  object-fit: contain;
  min-height: 0.3rem;
}
.header .container .nav {
  flex: 0 0 63.44%;
  justify-content: center;
  float: left;
  width: 63.44%;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.header .container .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.header .container .nav ul li {
  flex: 1;
  position: relative;
}
.header .container .nav ul li .headerOne {
  display: block;
  font-size: 0.16rem;
  text-align: center;
  height: 100%;
  padding: 20px 0px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  line-height: 1;
  position: relative;
}
.header .container .nav ul li .headerOne::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  top: 0.5rem;
  background: url(../images/navLine.png) no-repeat bottom center;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
  z-index: 5;
}
.header .container .nav ul li .headerTwo {
  position: absolute;
  display: block;
  top: 0.56rem;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.header .container .nav ul li .headerTwo a {
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(15, 37, 76, 0.5);
  line-height: 3;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .container .nav ul li .headerTwo a:hover {
  color: #fff;
  background: #ff7936;
}
.header .container .nav ul li:hover .headerOne {
  background: #3c6ec8;
  color: #fff;
}
.header .container .headerTel {
  flex: 0 0 14.64%;
  justify-content: center;
  float: left;
  width: 14.64%;
  text-align: right;
}
.header .container .headerTel i {
  vertical-align: middle;
  padding-right: 0.1rem;
}
.header .container .headerTel i::before {
  content: '\e628';
  color: #034b96;
  font-size: 26px;
  text-align: center;
}
.header .container .headerTel a {
  color: #034b96;
  display: block;
  text-align: right;
  height: 30px;
  font-family: zt1 !important;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.3s ease;
}
.header .container .headerMenu {
  display: none;
}
.footer {
  padding-top: 0.4rem;
  background: #2a3139;
}
.footer .footerTop .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footerTop .container input {
  font-size: 0.14rem;
}
.footer .footerTop .container .footerL {
  flex: 0 0 26.264%;
  justify-content: center;
  float: left;
  width: 26.264%;
}
.footer .footerTop .container .footerL span {
  font-size: 0.18rem;
  color: #fff;
}
.footer .footerTop .container .footerL p {
  color: #fff;
  font-size: 0.14rem;
  line-height: 2;
  margin-top: 0.2rem;
}

.footer .footerTop .container .footerL br{
  font-size: 0;
}
.footer .footerTop .container .footerC {
  flex: 0 0 42.2772%;
  justify-content: center;
  float: left;
  width: 42.2772%;
}
.footer .footerTop .container .footerC span {
  font-size: 0.18rem;
  color: #fff;
}
.footer .footerTop .container .footerC ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .footerTop .container .footerC ul li {
  flex: 0 0 18%;
  justify-content: center;
  float: left;
  width: 18%;
}
.footer .footerTop .container .footerC ul li h4 {
  margin-bottom: 0.15rem;
}
.footer .footerTop .container .footerC ul li h4 a {
  color: #e0e0e0;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  display: block;
}
.footer .footerTop .container .footerC ul li p a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #777;
  line-height: 2;
}
.footer .footerTop .container .footerC ul li p a:hover {
  color: #3c6ec8;
}
.footer .footerTop .container .footerR {
  flex: 0 0 24.45%;
  justify-content: center;
  float: left;
  width: 24.45%;
}
.footer .footerTop .container .footerR span {
  font-size: 0.18rem;
  color: #fff;
}
.footer .footerTop .container .footerR ul {
  margin-top: 0.2rem;
}
.footer .footerTop .container .footerR ul li {
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footerTop .container .footerR ul li input {
  width: 100%;
  height: 0.35rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  display: block;
}
.footer .footerTop .container .footerR ul li input.footerQrcodeText {
  flex: 0 0 70%;
  justify-content: center;
  float: left;
  width: 70%;
}
.footer .footerTop .container .footerR ul li .footerQrcode {
  flex: 0 0 28%;
  justify-content: center;
  float: left;
  width: 28%;
  height: 0.35rem;
  background: #333;
  cursor: pointer;
}
.footer .footerTop .container .footerR ul li button {
  width: 100%;
  font-size: 0.14rem;
  display: block;
  background: #034b96;
  color: #fff;
  border: 0;
  line-height: 0.35rem;
  cursor: pointer;
}
.footer .footerBottom {
  margin-top: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background: #191f25;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
}
.footer .footerBottom a {
  color: #fff;
}
@media (max-width: 1200px) {
  .header .container .headerTel {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }

  

  .header .container h1 a img {
    display: block;
    width: 100%;
    object-fit: contain;
    max-height: 0.3rem;
  }
}
@media (max-width: 980px) {
  .header .container .headerMenu {
    display: block;
    right: 0.15rem;
    position: absolute;
  }
  .header .container .headerMenu img {
    width: 100%;
  }
  .header .container {
    padding: 0;
    width: 100%;
    height: 0.5rem;
  }
  .header .container .nav {
    position: absolute;
    top: 0.5rem;
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .header .container h1 {
    padding-left: 0.15rem;
    flex: 0 0 40%;
    justify-content: center;
    float: left;
    width: 40%;
  }
  .header .container .nav ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    background: #034b96;
  }
  .header .container .nav ul li .headerOne {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .container .nav ul li .headerTwo {
    display: none !important;
  }
  .footer .footerTop .container .footerL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .footer .footerTop .container .footerC {
    display: none;
  }
  .footer .footerTop .container .footerR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.4rem;
  }
  .footer .footerBottom {
    line-height: 2;
  }
}
