@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  color: #333;
  font-size: 16px;
  font-family: "微软雅黑";
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left;
  /* overflow-x: hidden; */
}
body {
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

img,
input {
  border: 0;
  outline: none;
}

body .clear {
  clear: both;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.clear {
  clear: both;
}
.center {
  max-width: 1400px;
  margin: 0 auto;
}
img {
  border: 0;
  outline: none;
  transition: all 0.3s;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.pic img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.wap {
  display: none;
}

a {
  display: block;
}
/* 头部 */
.tops {
  padding-top: 10px;
  padding-bottom: 12px;
  background: url(../images/hbg.png) no-repeat center center;
  background-size: cover;
}
.head_box {
  /* position: fixed; */
  z-index: 999;
  width: 100%;
}

.search {
  /* position: relative; */
  width: 300px;
  border: 0;
  height: 47px;
  margin-top: 15px;
  line-height: 47px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.search div {
  margin-left: 40px;
}
.search a {
  display: inline-block;
}
.search a:hover {
  opacity: 0.85;
}
.search span {
  display: inline-block;
  font-size: 14px;
  color: #16397b;
  margin-right: 20px;
}
.search span:nth-child(1) {
  margin-right: 15px;
}
.search input[type="text"] {
  width: 250px;
  height: 47px;
  border-radius: 6px;
  padding-left: 23px;
  color: #fff;
  background: none;
}
.search input[type="text"]::placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.search .btn {
  float: right;
  padding: 13px 14px;
  /* background: #950404; */
}
.search img {
  position: absolute;
  right: 15px;
  top: 50px;
}
.head.on .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  border: none;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
/* 导航 */
.nav {
  /* height: 40px; */
  /* line-height: 45px; */
  /* margin-top: 35px; */
  background-color: #fff;
  /* box-shadow: 0 0 10px #333; */
  position: relative;
  z-index: 9;
}

.nav > ul {
  font-size: 0;
  /* height: 100%; */
  /* margin-left: 20%; */
}

.nav > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 9%;
  margin-top: 21px;
  margin-bottom: 21px;
  /* border-left: 1px solid #d58890; */
}
.nav > ul > li:first-child {
  margin-left: 0;
  border: 0;
}

.nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  position: relative;
display:block;
}

.nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 0;
  height: 4px;
  background: #005dac;
  transition: all 0.3s;
}

.nav > ul > li.on > div {
}
.nav > ul > li.on > a::after {
  width: 100%;
}

.nav > ul > li.active > a {
  color: #9b0d14;
}

.nav > ul > li:hover > a {
  color: #005dac;
  font-weight: bold;
}

.nav > ul > li:hover > a:after {
  width: 100%;
}

.nav > ul > li > div {
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 120px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}

.nav > ul > li > div > ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav > ul > li > div > ul > li a {
  font-size: 14px;
  line-height: 40px;
  transition: 0.3s;
  color: #333;
display:block;
}
/* 尾部 */
.foot {
  background: url(../images/fbg.png) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
}

.ls {
  margin-left: 65px;
}

/* .foot span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.48;
} */
.foot span {
  display: inline-block;
}
.foot p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.48);
}
.foot p.ptw span:first-child {
  margin-right: 33px;
}
.foot p > span:nth-child(2n) {
  margin-left: 15px;
}
.foot a:hover {
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

.foot .foot_l {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border-left: solid 3px #ffffff;
  padding-left: 10px;
}

.foot_line {
  /* width: 315px; */
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 15px;
  margin-bottom: 12px;
}
.fl.fm1 {
  margin-left: 120px;
}
.fll .foot_line {
  width: 570px;
}
.foot_lines {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 20px;
}

.foot-media {
  padding-top: 10.5px;
}

.foot-media > div {
  float: left;
  text-align: center;
  margin-left: 50px;
  position: relative;
}

.foot-media > div:hover div {
  display: block;
}

.foot-media > div > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 15px;
  width: 120px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
}

.foot-media > div > div img {
  display: block;
  width: 100%;
}

.foot-media > div > div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.foot-media > div > img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.banquan {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  opacity: 0.3;
}
.fr {
  float: right;
}
.nav > ul > li > div > ul > li a:hover {
  /* background: #9b0d14; */
  background-color: #005dac;
  color: #fff;
}
.link {
  margin-top: 5px;
}
.link p {
  line-height: 45px;
  padding-right: 20px;
  background: #303c45;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-size: 14px;
  background: url(../images/link-icon-down.png) no-repeat;
  background-position: right center;
}

.link > div {
  position: relative;
  padding: 0 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  width: 328px;
  background: #2968b2;
}

.link > div:first-child {
  margin-left: 0;
  margin-bottom: 20px;
}

.link > div:hover div {
  display: block;
  box-shadow: 0 0 10px #cccccc;
}

.link > div div {
  position: absolute;
  bottom: 100%;
  background: #fff;
  padding: 15px 0;
  left: 0;
  right: 0;
  display: none;
}

.link > div div a {
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}

.link > div div a:hover {
  background: #0560a9;
  color: #fff;
}
/* .foot td {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  line-height: 30px;
}
.foot td:nth-child(2n) {
  padding-left: 15px;
} */

.fm1 .foot_line {
  margin-bottom: 20px;
}
@media screen and (max-width: 1420px) {
  .px1400 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1460px) {
  .px1440 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .nav > ul > li > a {
    font-size: 16px;
  }
  .nav > ul > li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nav > ul > li > a::after {
    bottom: -15px;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }

  body {
    padding-top: 60px;
  }

  .pc {
    display: none;
  }

  .wap {
    display: block;
  }

  .top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    /* right: 30px; */
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
  }

  .top > img {
    display: block;
    width: 100%;
  }

  .wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
  }

  .wap-menu img {
    height: 25px;
  }

  .close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background: #fff; */
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: 40px;
  }

  .m-logo img {
    max-height: 40px;
    max-width: 85%;
    line-height: 40px;
    vertical-align: middle;
  }

  .m-tlink {
    padding: 10px 15px 0 15px;
  }

  .m-tlink a {
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    background: #fff;
    color: #304174;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .m-search {
    margin: 0 15px;
    padding-right: 50px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 35px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    line-height: 25px;
    background: none;
    color: #fff;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
  }

  .m-nav {
    position: fixed;
    top: 60px;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    /* background: #b80022; */
    overflow-y: scroll;
    border-top: 1px solid #fff;
  }

  .m-nav ul {
    padding: 0 15px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .m-nav ul li {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
  }

  .m-nav ul li > span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
    overflow: hidden;
  }

  .m-nav ul li ul li {
    border: none;
    float: left;
    width: 33%;
  }

  .m-nav > ul > li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    position: relative;
    color: #fff;
  }

  .m-nav > ul > li ul li a {
    padding: 10px 0;
  }

  .m-nav > ul > li > span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav_down.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    right: 0;
    top: 15px;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }
  .fl {
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .foot {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot .fl.fm1 {
    margin-left: 0px !important;
  }
  .fr {
    text-align: center;
    float: none;
  }
  .foot_line {
    display: none;
  }
  .foot table {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
  .link > div {
    left: 50%;
    transform: translateX(-50%);
  }
  .foot-media > div {
    float: none;
    margin-left: 0;
    display: inline-block;
    margin-left: 30px;
  }
  .foot .foot_l {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 520px) {
  .foot p > span {
    display: block;
  }
  .foot p.ptw span:first-child {
    margin-right: 0;
  }
  .foot p > span:nth-child(2n) {
    margin-left: 0;
  }
  .foot p {
    font-size: 14px;
  }
  .link > div {
    width: 270px;
  }
}
@media screen and (max-width: 1080px) {
  .foot-media > div {
    margin-left: 30px;
  }
  .foot .fl.fm1 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .fll .foot_line {
    width: 470px;
  }
  .fl.fm1 {
    margin-left: 50px;
  }
}