﻿@charset "utf-8";
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,
header,
head,
footer,
nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #9e2220;
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.img {
  max-width: 100%;
  height: auto;
}
button,
input {
  outline: 0;
  border: none;
}
.row {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  width: 1200px;
  margin: auto;
}
.bg-white {
  background: #fff;
}
/*@media (max-width: 1300px) and (min-width: 768px) {
  body {
    width: 1200px;
  }
}*/
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
  .m-hide {
    display: none !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.w50 {
  width: 48%;
}
@media (max-width: 768px) {
  .m-100 {
    width: 100% !important;
  }
}
header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  padding: 9px 2%;
  top: 0;
  color: #19171a;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  transition: all 0.5s;
}
header .logo {
  width: 204px;
  height: 115px;
  background: url(../images/public/l101.png) no-repeat;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .top-right {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  line-height: 45px;
  padding-top: 15px;
}
header nav ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 18px;
}
header nav ul a {
  color: #19171a;
  display: block;
}
header nav ul a:hover {
  color: #9e2220;
}
header nav ul li {
  position: relative;
  margin: 0 15px;
}
header nav ul li.active {
  background: url(../images/public/p110.png) no-repeat bottom;
  font-weight: bold;
}
header nav ul li.active a {
  color: #9e2220;
}
header nav ul li.active dl {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
header nav ul li.xszx dl {
  left: auto;
  right: -50%;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transformz: translateX(0);
}
header nav ul li:nth-child(3) dl {
  transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transformz: translateX(-30%);
}
header nav ul li:nth-child(6) dl {
  transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  -o-transformz: translateX(-70%);
}
header nav ul li:nth-child(7) dl {
  transform: translateX(-56%);
  -moz-transform: translateX(-56%);
  -ms-transform: translateX(-56%);
  -o-transformz: translateX(-56%);
}
header nav ul dl {
  position: absolute;
  width: auto;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transformz: translateX(-50%);
  display: none;
}
header nav ul dl a {
  white-space: nowrap;
  font-weight: normal;
  padding-left: 20px;
  background: url(../images/public/p106.png) no-repeat 0;
  margin: 0 15px;
}
header .search {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
header .search span {
  display: inline-block;
  width: 20px;
  height: 35px;
  background: url(../images/public/p107.png) no-repeat 0 13px;
  background-size: 20px auto;
}
header .search .box {
  position: absolute;
  right: -35px;
  display: none;
  z-index: 55;
  top: 45px;
}
header .search input {
  width: 272px;
  line-height: 37px;
  height: 37px;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 0 5px;
  background: none;
  color: #d6d6d6;
  /* ie */
}
header .search input::-webkit-input-placeholder {
  color: #d6d6d6;
}
header .search input::-moz-placeholder {
  color: #d6d6d6;
}
header .search input:-ms-input-placeholder {
  color: #d6d6d6;
}
header .search inputinput:-moz-placeholder {
  color: #d6d6d6;
}
header .search button {
  position: absolute;
  height: 37px;
}
header .trans {
  margin-left: 16px;
  cursor: pointer;
}
header .trans a {
  color: #19171a;
}
@media (max-width: 768px) {
  header {
    position: relative;
    background-color: #fff;
    align-items: center;
  }
  header .logo {
    width: 28.335%;
    height: 0;
    padding-top: 16%;
    background: url(../images/public/l101.png) no-repeat !important;
    background-size: contain !important;
  }
  header .logo a {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: -50px;
  }
  header .top-right {
    padding-top: 0;
  }
  header nav {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #3d6d7a;
    z-index: 22;
    padding-top: 40px;
    padding-bottom: 15px;
    display: none;
  }
  header nav .close {
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../images/public/p109.png) no-repeat;
    background-size: contain;
    top: 10px;
    right: 3%;
  }
  header nav ul {
    display: block;
  }
  header nav ul a {
    color: #fff;
  }
  header nav ul li {
    border-bottom: 1px solid #568491;
  }
  header nav ul li.active {
    background: none;
  }
  header nav ul li.active a {
    color: #fff;
  }
  header nav ul li.active dl {
    display: block;
  }
  header nav ul li.xszx dl {
    right: 0;
  }
  header nav ul li::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    border-right: 2px solid #6fa6b5;
    border-bottom: 2px solid #6fa6b5;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s;
  }
  header nav ul li.active::after {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 18px;
  }
  header nav ul dl {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
  }
  header nav ul dl dd {
    /*display: inline-block;*/
    line-height: 45px;
  }
  header nav ul dl a {
    margin: 0 5px;
  }
  header .search {
    position: static;
    padding: 0;
  }
  header .search span {
    background: url(../images/public/p107.png) no-repeat 0 10px;
    width: 25px;
    background-size: contain;
    display: block;
  }
  header .search .box {
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 100%;
    border-top: 1px solid #9e2220;
    border-bottom: 1px solid #9e2220;
  }
  header .search .box input {
    border: none;
    width: 100%;
    font-size: 16px;
  }
  header .search .box button {
    width: 37px;
    background: url(../images/public/p107.png) no-repeat center;
    background-size: 80%;
    right: 2%;
    top: 3px;
  }
  header .trans {
    font-size: 24px;
    font-weight: bold;
  }
  header .trans a {
    color: #666666;
  }
  header .menu-button {
    background: url(../images/public/p108.png) no-repeat 0 14px;
    width: 25px;
    background-size: contain;
    margin-left: 16px;
  }
}
footer {
  background-color: #272726;
  color: #fff;
  padding-top: 30px;
}
footer a {
  color: #fff;
}
footer .foot-nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
footer .foot-nav dt {
  font-size: 16px;
  margin-bottom: 12px;
}
footer .foot-nav dd {
  line-height: 32px;
}
footer .copyright {
  text-align: center;
  padding: 13px 0;
  line-height: 20px;
  border-top: 1px solid #555555;
  margin-top: 3%;
}
@media (max-width: 768px) {
  footer {
    padding-top: 0px;
  }
  footer .copyright {
    border-top: none;
    margin-top: 0;
  }
}
