* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: #323232;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

html {
  font-size: 16px;
  color: #666666;
  font-family: "微软雅黑";
}

p {
  text-align: justify;
}

.icphref {
  text-decoration: underline !important;
}

/**/

.box {
  padding-top: 80px;
}

.header {
  padding: 0 40px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  background: #333333;
  display: none;
}

.header a {
  margin: 0 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
}

.headers {
  display: none;
}

/*top*/

.top {
  padding: 0 20px;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.top .logo {
  float: left;
  height: 80px;
  cursor: pointer;
}

.top .logo:hover {
  /* border-bottom: 5px solid #0D5A9B; */
}

.top .logo img {
  height: 50px;
  float: left;
  margin: 15px 0;
}

.top .logo span {
  line-height: 80px;
  font-size: 22px;
  padding-left: 15px;
}

.top .nav {
  width: 700px;
  float: left;
  height: 80px;
}

.top .nav > ul > li {
  float: left;
  margin: 0 10px;
  width: 120px;
  text-align: center;
  height: 80px;
  position: relative;
}

.top .nav > ul > li .checked {
  background: #0d5a9b;
  color: #ffffff;
}

.top .nav > ul > li > a {
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 80px;
  overflow: hidden;
  font-size: 16px;
  color: #323232 !important;
}

.top .nav > ul > li:hover {
  border-bottom: 5px solid #0d5a9b;
}

.top .nav > ul > li:hover > a {
  color: #0d5a9b;
}

.top .menu {
  float: right;
  width: 80px;
  height: 80px;
  text-align: center;
}

.top .menu:hover {
  border-bottom: 5px solid #0d5a9b;
  cursor: pointer;
}

.top .menu span {
  font-size: 24px;
  line-height: 80px;
}

/**/

.top .secondary-navigation {
  background: #eaeaea;
  position: absolute;
  top: 80px;
  z-index: 14440000;
  display: none;
  width: 120px;
}

.top .secondary-navigation li {
  text-align: center;
  position: relative;
}

.top .secondary-navigation li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #323232;
  font-size: 16px !important;
}

.top .secondary-navigation li .third-navigation {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #e60012;
  font-size: 16px !important;
}

.top .secondary-navigation li a:hover {
  background: #0a3e6a;
  color: #ffffff !important;
}

.tertiary-navigation {
  display: none;
  z-index: 144499999;
  position: absolute;
  top: 0;
  left: 120px;
}

.tertiary-navigation li {
  width: 160px;
  background: #eaeaea;
}

.tertiary-navigation li a {
  display: block;
}

.third-navigation {
  display: none;
  z-index: 144499999;
  position: absolute;
  top: 0;
  left: 120px;
}

.third-navigation li {
  width: 160px;
  background: #eaeaea;
}

.third-navigation li a {
  display: block;
}
/**/

.minnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 360px;
  background: #ffffff;
  display: none;
  height: 100%;
  overflow: scroll;
}

.minnav-close {
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 22px;
  padding: 0 20px;
  border-bottom: 2px solid #5a5a5a;
}

.minnav-close:hover {
  cursor: pointer;
}

.minnav-navigation {
}

.minnav-navigation li {
  line-height: 40px;
}

.minnav-navigation > li > a {
  text-decoration: none;
  padding: 0 20px;
  display: block;
  font-weight: bold;
  color: #323232 !important;
  font-size: 16px !important;
}

.minnav-navigation > li > a:hover {
  background: #0d5a9b;
  color: #ffffff !important;
}

.minnav-secondary-navigation li {
  padding: 0 40px;
}

.minnav-secondary-navigation li a {
  text-decoration: none;
  border-bottom: 5px solid #ffffff;
  color: #323232 !important;
  font-size: 16px !important;
}

.minnav-secondary-navigation li a:hover {
  border-bottom: 5px solid #0d5a9b;
}

/**/

.minnav-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}

/**/

.breadcrumb-navigation {
  padding: 0 120px !important;
  padding-top: 20px !important;
}

.breadcrumb-navigation-notitle {
  padding: 20px 120px !important;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumb .icon {
  font-size: 14px;
}

.breadcrumb .iconfont {
  font-size: 14px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  text-decoration: none;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*title*/

.module-title {
  font-size: 26px;
  font-weight: normal;
  padding: 20px 0;
  color: #323232;
  /* text-align: center; */
}

.module-title span {
  border-left: 5px solid #e60012;
  padding-left: 15px;
  font-weight: normal;
}

.title-padding {
  padding: 0 120px;
}

/* .module-title span a {
	color: #5A5A5A;
} */

.module-title-page {
  font-size: 26px;
  font-weight: normal;
  padding: 20px 0;
  padding-top: 0;
  color: #323232;
  text-align: center;
}

.module-title-page span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.module-title-page span a {
  color: #5a5a5a;
}

.page-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ff520d;
  padding: 10px 0;
}

/*content*/

.content {
}

/*bottom*/

.bottom {
  background: #252525 no-repeat;
  padding: 30px 120px;
  background-size: 100%;
  clear: both;
}

.bottom-one ul {
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

.bottom-one ul li {
  float: left;
  padding-right: 40px;
}

.bottom-one ul li a {
  text-decoration: none;
  color: #ffffff;
  line-height: 50px;
}

.bottom-two {
  color: #ffffff;
  padding: 15px 0;
}

.bottom-t-left h1 {
  font-size: 22px;
  line-height: 50px;
}

.bottom-t-left p {
  font-size: 14px;
  line-height: 26px;
  line-height: 50px;
}

/**/

.banner-pc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}

.banner-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .title-padding {
    padding: 0 20px;
  }

  .header {
    display: none;
  }
  .headers {
    display: none;
    padding: 5px 0;
    background: #333333;
  }
  .headers a {
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
    margin: 0 10px;
  }
  .top .nav {
    display: none;
  }
  .banner-pc {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .breadcrumb-navigation {
    padding: 0 20px !important;
    padding-top: 20px !important;
  }
  .breadcrumb-navigation-notitle {
    padding: 20px !important;
  }
  .breadcrumb li a {
    padding: 0 5px;
  }
  .module-title {
    font-size: 22px;
  }
  .bottom {
    padding: 10px;
  }
  .bottom-one {
    display: none;
  }
  .bottom-two {
    text-align: center;
  }
  .bottom-t-left h1 {
    font-size: 18px;
  }
  .bottom-t-left p {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .minnav {
    width: 100%;
  }
}
