@font-face {
  font-family: 'iconfont';
  /* Project id 4072593 */
  src: url('//at.alicdn.com/t/c/font_4072593_j7cp96o371.woff2?t=1684313263947') format('woff2'), url('//at.alicdn.com/t/c/font_4072593_j7cp96o371.woff?t=1684313263947') format('woff'), url('//at.alicdn.com/t/c/font_4072593_j7cp96o371.ttf?t=1684313263947') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.cont {
  width: 1400px;
  margin: 0 auto;
}
header {
  width: 100%;
  background-color: #fff;
}
header .top {
  line-height: 36px;
  background: #f7f7f7;
}
header .top .cont {
  display: flex;
  align-items: center;
  width: 1300px;
    margin: 0 auto;
}
header .top .cont .left {
  color: #888888;
  font-size: 14px;
}
header .top .cont .right {
  display: flex;
  margin-left: auto;
  line-height: 36px;
  align-items: center;
}
header .top .cont .right .tel {
  color: #2c2c2c;
  display: flex;
  align-items: center;
}
header .top .cont .right .tel .iconfont {
  color: #004ea1;
  font-size: 24px;
  margin-right: 10px;
}
header .top .cont .right .tel span {
  color: #004ea1;
  font-size: 18px;
  font-weight: bold;
}
header .top .cont .right .links {
  margin-left: 20px;
}
header .top .cont .right .links a {
  font-size: 14px;
}
header .top .cont .right .links .lang {
  margin-right: 10px;
  color: #004ea1;
}
header .top .cont .right .links .store {
  margin-left: 10px;
}
header > .mid {
  display: flex;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    padding: 0;
    background: none;
}
header > .mid ul {
  display: flex;
  margin-left: auto;
}
header > .mid ul li {
  position: relative;
  text-align: center;
  line-height: 117px;
  padding: 0 20px;
}

header > .mid ul li:nth-of-type(7){
	display:none;
	
}

header > .mid ul li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header > .mid ul li > a .iconfont {
  margin-left: 5px;
}
header > .mid ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 117px;
  width: 100%;
  left: 50%;
  padding: 5px 10px;
  transform: translateX(-50%);
  background-color: #fff;
}
header > .mid ul li .drop a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #0d6eb9;
  border-bottom: 1px solid #ddd;
}
header > .mid ul li .drop a:last-child {
  border: none;
}
header > .mid ul li::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  content: "";
  margin: 0 auto;
  display: block;
  position: absolute;
  background-color: #046aee;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header > .mid ul li:hover a {
  color: #046aee;
}
header > .mid ul li:hover::before {
  width: 100%;
}
header > .mid ul li:hover .drop {
  display: block;
}
.banner {
  position: relative;
  background: #000;
  margin: 0 auto;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd ul li img {
  width: 100%;
  vertical-align: top;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul {
  text-align: center;
  padding-top: 5px;
}
.banner .hd ul li {
  margin: 0 6px;
  font-size: 0;
  width: 30px;
  height: 5px;
  border-radius: 1px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
.banner .hd ul li.on {
  background-color: #004ea1;
}
footer {
  width: 100%;
  height: 779px;
  display: flex;
  flex-direction: column;
  background: url(../images/footer.jpg) repeat-x center center;
}
footer .contact {
  padding-top: 80px;
}
footer .contact .title {
  text-align: center;
}
footer .contact .title h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
footer .contact .title p {
  opacity: 0.2;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
footer .contact .cont {
  display: flex;
  margin-top: 84px;
}
footer .contact .cont .info {
  padding-top: 15px;
}
footer .contact .cont .info h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 45px;
}
footer .contact .cont .info p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
footer .contact .cont .info p .iconfont {
  color: #ffd800;
  margin-right: 12px;
}
footer .contact .cont .forms {
  width: 690px;
  margin-left: auto;
  margin-left: 155px;
}
footer .contact .cont .forms form ul li {
  line-height: 56px;
  height: 56px;
  display: flex;
  margin-bottom: 22px;
}
footer .contact .cont .forms form ul li input {
  flex: 1;
  color: #333333;
  font-size: 16px;
  border-radius: 5px;
  height: 100%;
  text-indent: 1em;
}
footer .contact .cont .forms form ul li input::placeholder {
  color: #333333;
  font-size: 16px;
}
footer .contact .cont .forms form ul li input:nth-child(2) {
  margin-left: 30px;
}
footer .contact .cont .forms form ul li button {
  flex: 1;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background-color: #004ea1;
}
footer .footer {
  margin-top: auto;
  background-color: rgba(0, 46, 94, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 54px;
  padding-bottom: 42px;
}
footer .footer ul {
  display: flex;
}
footer .footer ul li {
  line-height: 22px;
  padding: 0 47px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer ul li:last-child {
  border: none;
}
footer .footer ul li a {
  font-size: 18px;
  color: #fff;
}
footer .footer .links {
  display: flex;
  line-height: 18px;
  margin-top: 56px;
  margin-bottom: 20px;
}
footer .footer .links span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer .footer .links a {
  color: #bfbfbf;
  font-size: 16px;
  margin-left: 20px;
}
footer .footer .cr {
  color: #959595;
  font-size: 14px;
  line-height: 1;
}
footer .footer .cr a {
  color: #fff;
  text-decoration: underline;
}
