@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "思源黑体 CN Normal", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 1.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  color: #5f6061;
}

body {
  background: #fff;
}

ul, ol, li {
  list-style: none;
}

a {
  color: #5f6061;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

img {
  border: 0;
}

b, em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.index-page .index-box .index-info-box, footer .footer-box .footer-right, footer .footer-box {
  display: flex;
  display: -webkit-flex;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

header .header {
  background: url("../images/header-bg.jpg") right bottom no-repeat;
  background-size: cover;
  height: 160px;
  padding-top: 57px;
  box-sizing: border-box;
}
header .header .logo {
  display: block;
}
header .header .logo img {
  height: 45px;
}
header .header-nav {
  background: #05196a url("../images/nav-bg.jpg") center center no-repeat;
  height: 70px;
  line-height: 70px;
}
header .header-nav li {
  display: inline-block;
  line-height: 70px;
  font-size: 16px;
  margin-right: 40px;
  position: relative;
  transition: 0.5s;
}
header .header-nav li:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #CE0201;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
header .header-nav li a {
  color: #fff;
  padding: 0 40px;
  display: block;
}
header .header-nav li a.active {
  font-weight: bold;
}
header .header-nav li:hover {
  background: #003EA5;
}
header .header-nav li:hover:after {
  opacity: 1;
}

footer {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
  color: #fff;
}
footer .footer-box {
  align-items: center;
  justify-content: space-between;
}
footer .footer-box .footer-left {
  line-height: 80px;
  font-size: 16px;
  padding-left: 50px;
}
footer .footer-box .footer-left img {
  float: left;
  margin-right: 5px;
}
footer .footer-box .footer-left a {
  color: #fff;
}
footer .footer-box .footer-left span {
  margin-right: 5px;
  margin-left: 5px;
}
footer .footer-box .footer-right .foot-img-box {
  margin-left: 50px;
  position: relative;
}
footer .footer-box .footer-right .foot-img-box i {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 108px;
  left: -47px;
  transition: 0.8s;
  background: #fff;
  display: none;
}
footer .footer-box .footer-right .foot-img-box i img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
footer .footer-box .footer-right .foot-img-box p {
  font-size: 0;
}
footer .footer-box .footer-right .foot-img-box p img {
  width: 64px;
}
footer .footer-box .footer-right .foot-img-box:hover i {
  display: block;
}

.index-page {
  background: url("../images/home-bg.png") center top no-repeat;
  background-size: 100%;
  padding: 30px 0;
}
.index-page .index-box {
  padding: 20px;
  background: #fff;
}
.index-page .index-box .banner-con {
  font-size: 0;
}
.index-page .index-box .banner-con img {
  width: 100%;
}
.index-page .index-box .ad-con {
  margin-top: 20px;
  font-size: 0;
}
.index-page .index-box .ad-con img {
  width: 100%;
}
.index-page .index-box .index-info-box {
  margin-top: 30px;
  justify-content: space-between;
}
.index-page .index-box .index-info-box .info-title {
  line-height: 30px;
  margin-bottom: 15px;
}
.index-page .index-box .index-info-box .info-title img {
  float: left;
  width: 28px;
  margin-right: 5px;
}
.index-page .index-box .index-info-box .info-title span {
  font-size: 20px;
  font-weight: bold;
  color: #10216a;
}
.index-page .index-box .index-info-box .introduce-box {
  flex: auto;
}
.index-page .index-box .index-info-box .introduce-box .info-text p {
  text-indent: 2em;
  line-height: 2;
}
.index-page .index-box .index-info-box .introduce-box .info-text a {
  color: #10216a;
  font-weight: bold;
}
.index-page .index-box .index-info-box .contact-box {
  flex: none;
  margin-left: 40px;
  width: 530px;
}
.index-page .index-box .index-info-box .contact-box .contact-info {
  background: url("../images/pic01.jpg") center center no-repeat;
  background-size: cover;
  height: 190px;
  box-sizing: border-box;
  padding: 20px;
}
.index-page .index-box .index-info-box .contact-box .contact-info .item {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 0;
}
.index-page .index-box .index-info-box .contact-box .contact-info .item img {
  float: left;
  width: 28px;
  margin-right: 10px;
}
.index-page .index-box .index-info-box .contact-box .contact-info .item span {
  font-size: 16px;
  color: #333;
}

.introduce-page {
  background: url("../images/home-bg.png") center top no-repeat;
  background-size: 100%;
  padding: 30px 0;
}
.introduce-page .introduce-box {
  background: #fff;
  padding: 20px;
}
.introduce-page .introduce-box .title-con {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #10216a;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.introduce-page .introduce-box .info-box p {
  text-indent: 2em;
  font-size: 16px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}
.introduce-page .introduce-box .info-box img {
  max-width: 100%;
}

/*# sourceMappingURL=index.css.map */
