* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html,
body {
  font-family: '微软雅黑';
  background-color: #fff;
}
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fontbold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.page {
  margin: 10px 0;
}
.page a {
  font-size: 14px;
  color: #5a5a5a;
}
header {
  height: 122px;
  border-bottom: 10px solid #0058b1;
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .logo .logo-img {
  width: 45px;
}
header .header .logo .logo-img img {
  width: 100%;
  height: 100%;
}
header .header .logo .logo-text {
  padding-left: 10px;
}
header .header .logo .logo-text .logo-title {
  color: #0058b1;
  font-size: 28px;
}
header .header .logo .logo-text .logo-intro {
  color: #5a5a5a;
  font-size: 16px;
}
header .header .nav {
  height: 100%;
}
header .header .nav ul li {
  float: left;
  width: 100px;
  text-align: center;
  height: 100%;
  line-height: 120px;
}
header .header .nav ul li a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  height: 100%;
}
header .header .nav ul li:hover {
  background-color: #0058b1;
}
header .header .nav ul li:hover a {
  color: #fff;
  font-weight: bold;
}
header .header .nav ul .active {
  background-color: #0058b1;
}
header .header .nav ul .active a {
  color: #fff;
  font-weight: bold;
}
.banner {
  width: 100%;
}
.banner {
  position: relative;
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .banner-content h2 {
  font-size: 38px;
  color: #0058B1;
}
.banner .banner-content .text {
  font-size: 14px;
  color: #0058B1;
}
footer {
  background-color: #0058B1;
  border-top: 10px solid #EA1919;
}
footer .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
footer .footer .foot-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
footer .footer .foot-left .left-top {
  border-bottom: 1px solid #03486b;
  padding-bottom: 15px;
}
footer .footer .foot-left .left-top h2 {
  font-size: 30px;
  color: #fff;
}
footer .footer .foot-left .left-top .en-name {
  font-size: 13px;
  color: #fff;
}
footer .footer .foot-left .content .content-top span {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  width: 40%;
  line-height: 40px;
}
footer .footer .foot-left .content .content-bottom {
  margin-top: 20px;
}
footer .footer .foot-left .content .content-bottom img {
  width: 102px;
  height: 102px;
  margin-right: 30px;
}
footer .footer .foot-right .right-content .title {
  color: #fff;
  font-size: 19px;
}
footer .footer .foot-right .right-content .title span {
  color: #fff;
  font-size: 12px;
}
footer .footer .foot-right .right-content .input-box {
  margin: 5px 0;
}
footer .footer .foot-right .right-content .input-box label {
  color: #fff;
  padding-right: 8px;
}
footer .footer .foot-right .right-content .input-box input {
  width: 322px;
  height: 40px;
  outline: none;
}
footer .footer .foot-right .right-content .input-box .sp {
  margin-top: 45px;
}
footer .footer .foot-right .right-content .input-box textarea {
  width: 322px;
  height: 109px;
  margin-left: 4px;
}
footer .footer .foot-right .right-content button {
  width: 320px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #EA1919;
  margin-left: 45px;
  outline: none;
  border: none;
  cursor: pointer;
}
footer .copyright {
  background-color: #004781;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}
