@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2,
h3,
i,
em {
  font-style: normal;
}

html,
body {
  font-family: 微软雅黑;
}

input,
img,
a {
  outline: none;
  border: 0;
}

.px1400 {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  background-color: #18489c;
}

.head {
  overflow: hidden;
}

.dq_time{
  float: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.head>div:nth-child(2) {
  float: right;
  height: 40px;
}

.dh>ul {
  overflow: hidden;
  margin-top: 13px;
}

.dh>ul>li {
  float: left;
  line-height: 14px;
}

.dh>ul>li>a {
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
}

.dh>ul>li:nth-child(1) {
  border-right: 2px solid #bbc3db;
}

.dh {
  float: left;
}

.seach {
  float: right;
  position: relative;
  margin-left: 15px;
}

.seach input[type="text"] {
  width: 169px;
  height: 32px;
  background-color: rgba(24, 72, 156, 0.18);
  border: solid 1px #4269ae;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 30px;
  margin-top: 3px;
}

.seach input[type="image"] {
  /* position: absolute; */
  /* top: 60%; */
  /* transform: translateY(-50%); */
  /* right: 10px; */
  /* margin: 0 auto; */
  padding: 5px;
}

input {
  color: #ffffff;
}

input:-moz-placeholder {
  color: #8798c2;
}

input:-ms-input-placeholder {
  color: #8798c2;
}

input::-webkit-input-placeholder {
  color: #8798c2;
}

#nav::after {
  content: "";
  display: none;
  height: 0;
  clear: both;
}

#logo {
  /* padding: 30px 0; */
  position: relative;
}

#logo::before {
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  background:url(../images/logo_bg.png);
  z-index:3;
  left:0;
  top:0;
}

#logo .head_banner{
  /* position: absolute; */
}

 .head_banner img{
  display:block;
   width:100%;
   height:auto;
}

#logo .px1400 {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  /* width: 1400px; */
  height: 100%;
  /* margin:0 auto; */
  z-index:9;
  /* left: calc(50% - 700px); */
  top:50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
}

.logo {
  /* float: left; */
  /* max-width: 356px; */
  /* margin-top: 0px; */
  height: 90%;
}
.logo a {
  display: block;
  height: 100%;
}
.logo a img {
  display: block;
  width: auto;
  height: 100%;
}

.nav {
  /* float: right; */
  width: 100%;
  background: #18489c;
}

.nav ul {
  width: 1400px;
  margin: 0 auto;
}

.nav>ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.nav>ul>li {
  float: left;
  text-align: center;
  /* margin-left: 60px; */
  position: relative;
  width: calc(10%);
}

.nav>ul>li>a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}

.nav>ul>li>ul>li:hover {
  background-color: #2d6edf;
}

.nav>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9999;
  width: auto;
  min-width: 100%;
  background-color: #18489c;
  box-shadow: 0 0 10px rgb(9 56 138);
}

.nav>ul>li>ul>li {
  text-align: center;
  line-height: 45px;
}

.nav>ul>li>ul>li>a {
  font-size: 16px;
  color: #fff;

}

/* footer */

footer {
  width: 100%;
  background: #054d99
}

.foot-t {
  padding: 40px 0 55px;
  justify-content: space-between;
  align-items: center;
}

.wp{ width: 1400px; padding: 0; margin: 0 auto;max-width: 94%;}

.foot-b {
  padding: 35px 0;
  justify-content: space-between;
  align-items: center;
}

.flex { display: flex;flex-wrap: wrap; }

.foot {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.foot-t h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 110px;
  white-space: nowrap;
}

.foot-t .fot-r {
  width: calc(100% - 110px);
  justify-content: space-between;
}

.select {
  width: 240px;
  position: relative;
  margin: 30px 0;
  cursor: pointer;
}

.select h2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .5);
}

.select h2 p {
  color: #fff;
  white-space: nowrap;
}

.select ul {
  background: #cddeef;
  height: 200px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 5;
  bottom: 100%;
  display: none;
  overflow-y: auto;
}

.select li {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  transition: 0.5s;
  padding: 0 15px;
}

.select h2 img {
  width: 14px;
}

.foot-b .fot-1 img {
  /* width: 350px; */
}

.foot-b .fot-2 {
  /* width:50%; */
  margin-top: 20px;
  text-align: center;
}

.foot-b .fot-2 p {
  font-size: 14px;
  color: #fff;
  line-height:24px;
  text-align: center;
}

.foot-b .fot-3 {
  display: flex;
}

.foot-b .fot-3 .img {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 5px;
  margin: 0 10px;
}

.foot-b .fot-3 .img img{
  display:block;
  width: 100%;
  height: 100%;
 
}

.foot-b .fot-3 p {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.foot p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot p a {
  /* align-items:center; */
  /* justify-content:center; */
}

.foot p img {
  display: block;
  margin-right: 10px;
}

/* 移动端头部 */
.top {
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  right: 10px;
  top: 18px;
  width: 25px;
  height: 25px;
  z-index: 9999;
}

.wap {
  display: none;
}

.top>img {
  display: block;
  width: 100%;
}

.wap-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  font-size: 0;
}

.close-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.wap-menu img {
  height: 25px;
}

.m-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 999;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 1420px) {
  .nav ul {
    width: 100%;
  }
}

@media screen and (max-width: 1273px) {
  .nav>ul>li {
    /* margin-left: 24px; */
  }
}

@media screen and (max-width: 1200px) {
  .foot-b{
    justify-content:center;
  }
.fot-1{
  width:80%;
}
  .fot-1 img{
    display:block;
  width:70%;
    margin:0 auto;
}
  .foot-b .fot-3{
    margin-top:30px;
  }
  
}
@media screen and (max-width: 1024px) {
.nav{
  display:none;
}
  
  .px1400 {
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    padding-top: 60px;
  }

  .footer {
    padding: 20px 0;
  }

  .header {
    display: none;
  }

  #logo {
    display: none;
  }

  .wap {
    display: block;
  }

  .m-logo {
    font-size: 0;
  }

  .m-head {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    background-color: #18489c;
  }

  .m-logo {
    font-size: 0;
  }

  .m-logo a {
    font-size: 0;
    line-height: 40px;
  }

  .m-logo img {
    max-height: 166px;
    max-width: 95%;
    vertical-align: middle;
  }

  .m-tlink {
    padding: 10px 15px 0 15px;
  }

  .m-tlink a {
    font-size: 14px;
    margin-right: 15px;
    margin: 5px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #004980;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
  }

  .m-search {
    margin: 0 15px;
    padding-right: 50px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    line-height: 35px;
    margin-top: 15px;
  }

  .m-search input[type="text"] {
    display: block;
    width: 100%;
    padding-left: 20px;
    line-height: 35px;
    background: none;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-right: 30px;
  }

  .m-search input[type="text"]::placeholder {
    color: #fff;
  }

  .m-search input[type="image"] {
    position: absolute;
    right: 0px;
    top: 6px;
    height: 15px;
    background: #1e2f89;
    padding: 10px;
    border-radius: 20px;
  }

  .m-nav {
    position: fixed;
    top: 60px;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #1e2f89;
    overflow-y: scroll;
  }

  .m-nav ul {
    padding: 0 15px;
  }

  .m-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .m-nav ul li>span.on {
    transform: rotateZ(90deg);
  }

  .m-nav ul li ul {
    display: none;
  }

  .m-nav ul li ul li {
    border: none;
  }

  .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("../image/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;
  }
}

@media screen and (max-width: 375px) {
  .ft-top a img {
    width: 290px !important;
  }
}

@media screen and (max-width: 768px) {
  .foot-l {
    float: none;
    width: auto;
    text-align: center;
  }

  .foot-m {
    float: none;
    width: auto;
    text-align: center;
  }

  .foot-r {
    float: none;
    width: auto;
    text-align: center;
  }
}

.text-list table td b {
  overflow-wrap: anywhere;
}

.ser_img {
  background: #18489c;
  width: 22px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 7px;
}
@media screen and (max-width: 480px) {

  .fot-1 img{
  width:100%;
}
.foot-b .fot-2 p{
  white-space: wrap !important;
}
  .fot-1 {
        width: 100%;
    }

  .foot-b {
  padding: 10px 0 25px;
}
}