input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

body {
  margin: 0;
  color: #303030;
}

body .zixun {
  position: fixed;
  right: 18px;
  top: 30%;
  transform: translateY(-50%);
  border-radius: 24px;
  background-color: #ff8a24;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  z-index: 99;
  padding: 12px 24px;
}

body .zixun > a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body .zixun > a > img {
  margin-left: 6px;
}

body .zixun #qq {
  margin-bottom: 20px;
  display: none;
}

body .zixun #zx > img {
  display: none;
}

body .zixun:hover {
  padding: 12px;
}

body .zixun:hover #qq {
  display: flex;
}

body .zixun:hover #zx > img {
  display: block;
}
body,ul,li,dl,dt,dd,p,table,tr,td,img,span,h1,h2,h3,h4,h5{ margin:0px; padding:0px;font-size:12px; font-family:"Microsoft YaHei regular","微软雅黑","Arial";}
body img {
  display: block;
  max-width: 100%;
}

body ul,
body li,
body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body a {
  color: #303030;
  text-decoration: none;
  display: block;
}

body .con-box {
  width: 1200px;
  margin: 0 auto;
}

body .head {
  position: relative;
  z-index: 9;
}

body .head .top {
  background-image: url(../image/head-banner.png);
  background-size: 100% 100%;
}

body .head .top > .con-box {
  display: flex;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

body .head .top > .con-box .left {
  display: flex;
  align-items: center;
}

body .head .top > .con-box .left .logo {
  margin-right: 20px;
}

body .head .top > .con-box .right {
  display: flex;
  align-items: center;
}

body .head .top > .con-box .right .btn {
  border: none;
  background-color: #1a3d65;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

body .head .top > .con-box .right .sousuo {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 248px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid #1a3d65;
  box-sizing: border-box;
  padding: 1px;
  margin-right: 24px;
}

body .head .top > .con-box .right .sousuo img {
  width: 20px;
  height: 20px;
  margin-left: 13px;
  margin-right: 8px;
  flex-shrink: 0;
}

body .head .top > .con-box .right .sousuo .ipt {
  width: 20px;
  flex-grow: 1;
  font-size: 14px;
  border: none;
}

body .head .top > .con-box .right .sousuo .ipt:focus {
  outline: none;
}

body .head .top > .con-box .right .sousuo .ipt::placeholder {
  color: #aeadad;
}

body .head .top > .con-box .right .sousuo .btn {
  border-radius: 9px;
  width: 56px;
  height: 34px;
  flex-shrink: 0;
}

body .head .top > .con-box .right .liuyan {
  display: flex;
  width: 114px;
  height: 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}

body .head .top > .con-box .right .liuyan > img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

body .head .top > .con-box .right .liuyan > a {
  color: #fff;
}

body .head .nav {
  background-color: #1a3d65;
}

body .head .nav .con-box {
  display: flex;
  justify-content: center;
  color: #fff;
  height: 45px;
}

body .head .nav .con-box #menuBtn {
  display: none;
}

body .head .nav .con-box > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

body .head .nav .con-box > ul > li {
  height: 26px;
  flex-grow: 1;
  border-right: 1px #fff solid;
  position: relative;
}

body .head .nav .con-box > ul > li:nth-last-of-type(1) {
  border: none;
}

body .head .nav .con-box > ul > li > a {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}

body .head .nav .con-box > ul > li:hover > ol {
  display: block;
}

body .head .nav .con-box > ul > li:hover::after {
  content: '';
  display: block;
  width: 230px;
  height: 30px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

body .head .nav .con-box > ul > li > ol {
  display: none;
  position: absolute;
  background-color: #1a3d65;
  bottom: -10px;
  transform: translateY(100%);
  padding: 6px 0;
  width: 100%;
}

body .head .nav .con-box > ul > li > ol > li {
  text-align: center;
  font-size: 12px;
  line-height: 47px;
  width: 100%;
  border-bottom: 1px #fff solid;
  margin: 0 auto;
  height: 47px;
  cursor: pointer;
}

body .head .nav .con-box > ul > li > ol > li a {
  color: #fff;
}

body .head .nav .con-box > ul > li > ol > li:nth-last-of-type(1) {
  border: none;
}

body .foot {
  color: #fff;
}

body .foot a {
  color: #f5f5f5;
}

body .foot .link {
  background-color: #1a3d65;
}

body .foot .link .con-box {
  display: flex;
  align-items: flex-start;
  padding: 34px 0;
}

body .foot .link .con-box .title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 60px;
  flex-shrink: 0;
  padding-bottom: 36px;
}

body .foot .link .con-box ul {
  display: flex;
  flex-wrap: wrap;
}

body .foot .link .con-box ul > li {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

body .foot .link .con-box ul > li a {
  width: 128px;
  text-align: center;
}

body .foot .link .con-box ul > li::after {
  content: '';
  display: block;
  height: 18px;
  width: 1px;
  background-color: #fff;
  margin: 0 16px;
}

body .foot .link .con-box ul > li:nth-last-of-type(1)::after {
  background: none;
}

body .foot .contact {
  background: linear-gradient(182deg, #214771 0%, #102946 100%);
}

body .foot .contact .con-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 46px 0;
}

body .foot .contact .con-box > .lianxi .title {
  font-size: 16px;
  font-weight: bold;
}

body .foot .contact .con-box > .lianxi .text {
  margin-top: 8px;
  font-size: 14px;
}

body .foot .contact .con-box > ul {
  display: flex;
  justify-content: space-between;
}

body .foot .contact .con-box > ul li + li {
  margin-left: 20px;
}

body .foot .contact .con-box > ul > li .label {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
}

body .foot .contact .con-box > ul > li > img {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #fff;
}

body .foot .contact .con-box > ol > li {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

body .foot .contact .con-box > ol > li:nth-last-of-type(1) {
  margin: 0;
}

body .foot .contact .con-box > ol > li img {
  width: 50px;
  height: 50px;
  margin-right: 18px;
}

body .foot .contact .con-box > ol > li .right .label {
  font-size: 16px;
  margin-bottom: 6px;
}

body .foot .contact .con-box > ol > li .right .info {
  font-size: 18px;
  font-weight: bold;
}

body .foot .copyright {
  background-color: #1a3d65;
  font-size: 14px;
  text-align: center;
  padding: 12px;
}

body .foot .copyright .copyright2 {
  white-space: pre-line;
  display: none;
}

body .breadcrumb {
  display: flex;
  align-items: center;
  color: #1a3d65;
  font-size: 14px;
  border-bottom: 1px #d4d4d4 solid;
  height: 60px;
  margin-bottom: 26px;
}

body .breadcrumb > div {
  display: flex;
  align-items: center;
}

body .breadcrumb > div > img {
  padding-right: 6px;
}

body .breadcrumb a {
  color: #1a3d65;
}

body .breadcrumb ul {
  display: flex;
  align-items: center;
}

body .breadcrumb ul > li {
  display: flex;
  align-items: center;
}

body .breadcrumb ul > li::after {
  content: '>';
  display: block;
  margin: 0 4px;
}

body .breadcrumb ul > li:nth-last-of-type(1)::after {
  display: none;
}

body .column {
  display: flex;
  align-items: flex-start;
}

body .column .left {
  width: 300px;
  margin-right: 26px;
  flex-shrink: 0;
}

body .column .left .menu {
  border: 1px #416287 solid;
  box-sizing: border-box;
  margin-bottom: 26px;
}

body .column .left .menu .menu1 {
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background-color: #416287;
}

body .column .left .menu ul > li {
  height: 72px;
  padding: 0 24px;
  margin-top: 2px;
}

body .column .left .menu ul > li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}

body .column .left .menu ul > li a > img:nth-of-type(1) {
  display: none;
}

body .column .left .menu ul > li a > img:nth-of-type(2) {
  display: block;
}

body .column .left .menu ul > li:hover {
  background-color: #416287;
}

body .column .left .menu ul > li:hover a {
  color: #fff;
}

body .column .left .menu ul > li:hover a > img:nth-of-type(1) {
  display: block;
}

body .column .left .menu ul > li:hover a > img:nth-of-type(2) {
  display: none;
}

body .column .left .menu ul > .now {
  background-color: #416287;
}

body .column .left .menu ul > .now a {
  color: #fff;
}

body .column .left .menu ul > .now a > img:nth-of-type(1) {
  display: block;
}

body .column .left .menu ul > .now a > img:nth-of-type(2) {
  display: none;
}

body .column .left .ad {
  width: 100%;
  margin-bottom: 26px;
}

body .column .left .qr {
  width: 100%;
  background-color: #fff;
}

body .column .right {
  flex-grow: 1;
}

body .column .right .pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 20px 0;
}

body .column .right .pagination > li {
  color: #585858;
  background-color: #eee;
  height: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}

body .column .right .pagination > li a {
  color: #585858;
}

body .column .right .pagination > li > img {
  width: 20px;
  height: 20px;
}

body .column .right .pagination > li:hover {
  background-color: #ddd;
}

body .column .right .pagination .now {
  background-color: #416287;
  color: #fff;
}

body .column .right .pagination .now a {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  body .con-box {
    width: 1000px;
  }
  body .foot .contact .con-box > .lianxi {
    margin-bottom: 36px;
  }
  body .foot .contact .con-box ul {
    width: 100%;
    justify-content: flex-start !important;
  }
  body .foot .contact .con-box ol {
    margin-bottom: 30px;
  }
  body .column .left {
    width: 240px;
  }
  body .column .left .menu .menu1 {
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  body .column .left .menu ul > li {
    padding: 0 20px;
    height: 60px;
  }
}

@media screen and (max-width: 1100px) {
  body .head .top .con-box {
    justify-content: flex-start;
  }
  body .head .top .con-box .right {
    display: none;
  }
  body .con-box {
    width: 700px;
  }
  body .foot {
    background-color: #1a3d65;
    padding-bottom: 160px;
  }
  body .foot .link .con-box {
    display: block;
  }
  body .foot .contact .con-box > .lianxi {
    margin-bottom: 36px;
  }
  body .foot .contact .con-box ul {
    margin-bottom: 36px;
  }
  body .foot .copyright .copyright1 {
    display: none;
  }
  body .foot .copyright .copyright2 {
    display: block;
  }
  body .column .left {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  body .con-box {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 20px;
  }
  body .head .top .con-box {
    padding: 0 18px 0 18px;
    height: 78px;
  }
  body .head .top .con-box .left .logo {
    width: 62px;
    height: 62px;
    margin-right: 10px;
  }
  body .head .top .con-box .left .name {
    width: 260px;
  }
  body .head .nav .con-box {
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  body .head .nav .con-box #menuBtn {
    display: block;
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  body .head .nav .con-box #menuBtn img {
    width: 20px;
    height: 20px;
  }
  body .head .nav .con-box > ul {
    display: none;
    position: absolute;
    background-color: #1a3d65;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
  }
  body .head .nav .con-box > ul > li {
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 18px;
    border-bottom: 1px #fff solid;
    height: auto;
  }
  body .head .nav .con-box > ul > li:nth-last-of-type(1) {
    border: none;
  }
  body .head .nav .con-box > ul > li > a {
    font-weight: normal;
    text-align: left;
    line-height: 46px;
  }
  body .head .nav .con-box > ul > li:hover::after {
    display: none;
  }
  body .head .nav .con-box > ul > li > ol {
    display: block;
    position: static;
    transform: translate(0, 0);
    width: 100%;
    padding-top: 0;
  }
  body .head .nav .con-box > ul > li > ol > li {
    position: static;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0 0 0 32px;
    box-sizing: border-box;
    height: auto;
    line-height: 32px;
  }
  body .foot .link .con-box {
    display: block;
    padding: 20px 20px 100px 20px;
  }
  body .foot .contact .con-box {
    padding: 46px 20px 100px 20px;
    display: block;
  }
  body .foot .contact .con-box ul {
    margin-right: 0;
    justify-content: space-around;
  }
  body .foot .contact .con-box ul > li:nth-of-type(2) {
    display: none;
  }
}
