.main {
  width: 73%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}

.header {
  height: 114px;
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}

.header .container {
  width: 83.33%;
  height: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 225px !important;
}

.header .logo img {
  width: 100%;
}

.header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .right .nav {
  display: flex;
  align-self: center;
  height: 100%;
}

.header .right .nav .item {
  font-size: 16px;
  color: #0d2142;
  position: relative;
  padding: 0 30px;
  height: 100%;
  line-height: 114px;
  display: block;
  text-align: center;
}

.header .right .nav .item.active {
  border: 1px solid #eaeaea;
  background-color: #f8f9fa;
  border-top: 0;
}

.header .right .nav .item.active:before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 6px;
  top: 0;
  left: -1px;
  background-color: #008cdb;
}

.header .right .search-box {
  width: 340px;
  height: 42px;
  border: 1px solid #e6e6e6;
  background-color: #f8f9fa;
  border-radius: 21px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  margin-left: 30px;
}

.header .right .search-box input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding-left: 15px;
  border: 0;
}

.header .right .search-box .search-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background-color: #008cdb;
  border: 0;
  cursor: pointer;
}

.header .right .search-box .search-btn i {
  font-size: 18px;
  color: #fff;
}

.footer .foot-top {
  background-color: #2e2e2e;
}

.footer .foot-top .main {
  display: flex;
  justify-content: space-between;
}

.footer .foot-top .main .left {
  width: 60%;
  border-right: 1px solid #3e3e3e;
}

.footer .foot-top .main .left .logo {
  width: 365px;
  padding: 25px 0;
}

.footer .foot-top .main .left .logo img {
  width: 100%;
}

.footer .foot-top .main .left .foot-nav {
  padding: 30px 10% 30px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3e3e3e;
}

.footer .foot-top .main .left .foot-nav .items-box .tt {
  font-size: 16px;
  color: #fff;
}

.footer .foot-top .main .left .foot-nav .items-box .items {
  margin-top: 35px;
}

.footer .foot-top .main .left .foot-nav .items-box .items a {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  display: block;
}

.footer .foot-top .main .right {
  width: 40%;
  padding-left: 3%;
  padding-top: 30px;
}

.footer .foot-top .main .right .tops .items {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 44px;
  display: flex;
}

.footer .foot-top .main .right .tops .items .label {
  color: #8b8b8b;
  flex-shrink: 0;
}

.footer .foot-top .main .right .code-box {
  margin-top: 20px;
  width: 150px;
}

.footer .foot-top .main .right .code-box .code {
  border: 1px solid rgba(62, 62, 62, 0.6);
  height: 150px;
  padding: 10px;
}

.footer .foot-top .main .right .code-box .code img {
  width: 100%;
}

.footer .foot-top .main .right .code-box .txt {
  font-size: 14px;
  padding: 10px 0;
  color: #999;
  text-align: center;
}

.footer .foot-bottom {
  background-color: #2a2a2a;
  height: 60px;
}

.footer .foot-bottom .main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .foot-bottom a {
  font-size: 14px;
  color: #777;
  display: inline-block;
}

.footer .foot-bottom .right img {
  width: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.footer .foot-bottom .right .beian {
  margin-left: 40px;
}

.com-title {
  text-align: center;
  font-family: 'Dinb';
}

.com-title .t1 {
  font-size: 36px;
  line-height: 36px;
  color: #0d2142;
  font-weight: bold;
}

.com-title .t2 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  color: #99a2b2;
}

.com-title.white .t1 {
  color: #fff;
}

.com-title.white .t2 {
  color: #fff;
}

.com-more {
  width: 160px;
  height: 42px;
  line-height: 42px;
  background-color: #008cdb;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 21px;
  cursor: pointer;
  box-shadow: 0px 5px 13px 0px rgba(24, 92, 206, 0.38);
  display: block;
}

.com-more i {
  display: inline-block;
  margin-left: 10px;
}

.com-more.white {
  border: 1px solid #fff;
  background-color: transparent;
}

.right-nav {
  font-size: 14px;
  position: fixed;
  z-index: 100;
  right: 0;
  top: calc(50% - 70px);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #d9d6d6;
  border-radius: 10px;
}

.right-nav .item {
  width: 100px;
  height: 100px;
  background-color: #008cdb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  margin-bottom: 1px;
  border-radius: 4px;
}
.right-nav .item-block {
  background-color: transparent;
  color: #333;
  border-bottom: 1px solid #ccc;
  height: 80px;
}
.right-nav .item i {
  font-size: 25px;
}

.right-nav .item p {
  margin-top: 6px;
}

.inner-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner img {
  width: 100%;
  opacity: 0;
}

.second-box {
  width: 100%;
  height: 72px;
  box-shadow: 0px 2px 4px 0px rgba(94, 50, 50, 0.08);
  position: relative;
  z-index: 10;
}

.second-box .main {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.second-box .bread-box {
  display: flex;
  align-items: center;
  color: #99a2b2;
  flex-shrink: 0;
  height: 100%;
  line-height: 100%;
}

.second-box .bread-box i {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

.second-box .bread-box a {
  color: #99a2b2;
}

.second-box .bread-box .cur {
  color: #0d2142;
}

.second-box .bread-box .arr {
  display: inline-block;
  margin: 0 6px;
}

.second-box .nav {
  height: 100%;
  margin-left: 60px;
  display: flex;
  align-items: center;
}

.second-box .nav .item {
  min-width: 190px;
  height: 100%;
  line-height: 72px;
  font-size: 18px;
  color: #0d2142;
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px;
}

.second-box .nav .item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #e6e6e6;
  left: 0;
  top: calc(50% - 6px);
  z-index: 10;
}

.second-box .nav .item.active {
  background-color: #008cdb;
  color: #fff;
}

.second-box .nav .item.active:before {
  background-color: #fff;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 30px 40px;
}

.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
  margin-bottom: 6px;
}

.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}

.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}

.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #008cdb;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}

.join-form .line.heightauto {
  height: auto;
}

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-box .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #9fa8b7;
  border: 1px solid #b2b9c5;
  margin: 0 1px;
}

.pages-box .item.prev,
.pages-box .item.next {
  width: 70px;
}

.pages-box .item:hover,
.pages-box .item.active {
  background-color: #008cdb;
  color: #fff;
  border: 1px solid #008cdb;
}

.news-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.news-banner .news-swiper {
  width: 50%;
  margin: 0;
}

.news-banner .news-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.news-banner .news-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

.news-banner .news-swiper .swiper-slide .title-box {
  position: absolute;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  width: 100%;
}

.news-banner .news-swiper .swiper-slide .title-box .title {
  width: 80%;
  font-size: 22px;
  color: #fff;
}

.news-banner .news-swiper .swiper-slide .title-box .news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}

.news-banner .news-swiper .swiper-slide .title-box .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008cdb;
}

.news-banner .news-items {
  width: 46%;
}

.news-banner .news-items .items {
  display: flex;
  padding: 24px 0 0;
}

.news-banner .news-items .items .date-box {
  flex-shrink: 0;
}

.news-banner .news-items .items .date-box .day {
  font-size: 38px;
  line-height: 38px;
  color: #0d2142;
  font-family: 'Dinb';
}

.news-banner .news-items .items .date-box .date {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  font-family: 'Dinb';
  color: #9fa8b7;
}

.news-banner .news-items .items .info-box {
  margin-left: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  width: calc(100% - 75px);
}

.news-banner .news-items .items .info-box .title {
  font-size: 22px;
  line-height: 22px;
  color: #0d2142;
}

.news-banner .news-items .items .info-box .info {
  font-size: 13px;
  line-height: 24px;
  color: #5d646f;
  margin-top: 10px;
}

.news-banner .news-items .items .info-box .more {
  font-size: 13px;
  font-family: 'Dinb';
  color: #9fa8b7;
  margin-top: 15px;
}

.news-banner .news-items .items .info-box .more i {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.news-banner .news-items .items:first-child {
  padding: 0;
}

.news-banner .news-items .items:last-child .info-box {
  border-bottom: 0;
}

.m-header,
.m-cover {
  display: none;
}