* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
li:hover {
  cursor: pointer;
  /* 触碰时变成小手*/
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-30 {
  margin-left: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.bg-white {
  background-color: #fff;
}
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
}
.p-30 {
  padding: 30px;
}
/* ******************************* */
.fixed-width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.common-list {
  background-color: #F6F6F6;
  padding: 45px 30px 15px;
  min-height: 540px;
}
.common-list ul li {
  margin-top: 15px;
}
.common-list ul li a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list ul li:hover a {
  color: #002A84;
  font-weight: bold;
}
.header {
  background-color: #002A84;
  min-width: 1400px;
  height: 116px;
}
.header .fixed-width {
  height: 100%;
  position: relative;
  background-image: url(../imgs/logo.png), url(../imgs/img2.png);
  background-size: 545px auto, auto 107px;
  background-repeat: no-repeat;
  background-position: 0 center, bottom right;
}

.header .nav_btn {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../imgs/nav_icon.png) no-repeat;
  background-size: 100% auto;
}

.header .head_search {
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  right: 0;
  height: fit-content;
}
.header .head_edition {
  text-align: right;
  margin-bottom: 5px;
}
.header .head_edition a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 11px;
}
.header .head_edition a::after {
  content: '';
  width: 1px;
  height: 10px;
  right: 0px;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: #fff;
}
.header .head_edition a.english::after {
  display: none;
}
.header .head_searchForm {
  position: relative;
}
.header .head_searchForm .search_val {
  width: 274px;
  height: 36px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 40px;
  border: none;
}
.header .head_searchForm .submit {
  width: 18px;
  height: 18px;
  top: 0px;
  right: 14px;
  font-size: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  cursor: pointer;
  border: none;
  background: none;
  background: url(../imgs/search.png) no-repeat center;
}
.nav {
  background: linear-gradient(180deg, #0236A5 1%, #002A84 100%);
  position: relative;
  min-width: 1400px;
}
.nav .wp_nav {
  height: 100%;
  min-height: 35px;
}
.nav .wp_nav > * {
  height: 100%;
  width: calc((100% - 0px * (10 - 1)) / 10);
  float: left;
  margin-left: 0px;
}
.nav .wp_nav > *:nth-of-type(1) {
  margin-left: 0;
}
.nav .wp_nav > li {
  position: relative;
}
.nav .wp_nav > li:nth-of-type(1)::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #FAC800;
  bottom: 0;
}
.nav .wp_nav > li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav .wp_nav > li .sub-nav {
  display: inline-block;
  min-width: 100%;
  height: auto !important;
  position: absolute;
  background: #001E5E;
  z-index: 999;
}
.nav .wp_nav > li .sub-nav > li a {
  height: 0;
  opacity: 0;
  display: block;
  width: 100%;
  /* padding: 0px 20px 0px 35px; */
  text-align: center;
  line-height: 45px;
  white-space: nowrap;
  /* text-align: left; */
  overflow: hidden;
}
.nav .wp_nav > li .sub-nav > li:hover > a {
  color: #fff;
  background-color: #0035AB;
}
.nav .wp_nav > li:hover > a {
  background-color: #001E5E;
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li:hover .sub-nav li a {
  height: 45px;
  opacity: 1;
  transition: height 0.6s;
}
/* ********************** */
/* 苏迪系统内导航栏样式覆盖 */

/* 控制一级菜单标题颜色 */
.nav .wp_nav .nav-item a.parent {
  color: #fff;
  background-color: #0035AB;
}
/* 控制二级菜单展示 */
.nav .wp_nav .sub-nav .nav-item a{
  color: #fff;
  text-align: center;
  border: none;
}

.nav .wp_nav .sub-nav .nav-item a.parent:hover {
  color: #fff;
  background-color: #0035AB;
}

.nav .wp_nav .nav-item {
  float: none;
}

.nav .wp_nav .sub-nav {
  border: none;
}

.nav .wp_nav .sub-nav .nav-item .mark {
  background: transparent;
}

/* 苏迪系统内导航栏样式覆盖 */
/* ********************** */
.nav_search {
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  right: 0;
  height: fit-content;
}
.nav_edition {
  text-align: right;
  margin-bottom: 5px;
}
.nav_edition a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 11px;
}
.nav_edition a::after {
  content: '';
  width: 1px;
  height: 10px;
  right: 0px;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: #fff;
}
.nav_edition a.english::after {
  display: none;
}
.nav_searchForm {
  position: relative;
}
.nav_searchForm .search_val {
  width: 0;
  background-color: transparent;
  height: 35px;
  transition: width 0.3s ease-in-out;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 40px;
  border: none;
}
.nav_searchForm .submit {
  width: 15.84px;
  height: 18px;
  top: 0px;
  right: 14px;
  font-size: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  cursor: pointer;
  border: none;
  background: url(../imgs/search-gray.png) no-repeat center;
  background-size: 100% auto;
}
.nav_searchForm:hover .submit {
  width: 18px;
  background: url(../imgs/search.png) no-repeat center;
}
.nav_searchForm .search_val:focus-within,
.nav_searchForm:hover .search_val {
  width: 274px;
  background-color: #fff;
}
.footer {
  min-width: 1400px;
  text-align: center;
}
.footer.footer-info {
  height: 276px;
  background-color: #002C69;
  background-image: url(../imgs/footer.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 89px;
}
.footer.footer-info > * > * {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.footer.footer-info > .fixed-width {
  color: white;
  font-size: 16px;
  height: 100%;
}
.footer.footer-info > .fixed-width > div {
  /* width: 800px; */
  /* margin-left: 139px; */
}
.footer.footer-info img{
width: 545px;
}
.footer.footer-site-info {
  background-color: #112856;
  color: rgba(255, 255, 255, 0.5);
  height: 40px;
  line-height: 40px;
}

/* ******************************* */
/* ******************************* */
@media screen and (max-width: 1400px) {
  .header,
  .footer,
  .nav{
    width: 100% !important;
    min-width: auto;
  }

  .fixed-width{
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 1200px) {
  .header{
    min-height: 100px;
    height: 5vw;
  }

  .header .fixed-width{
    background-size: auto 62%, auto 100%;
  }

  .footer.footer-info{
    height: 16vw;
    min-height: 150px;
  }

  .footer.footer-info img{
    width: auto;
    height: 50px;
  }

  .footer.footer-info img ~ div{
    margin-top: 8px !important;
  }
}

.media_nav{
  display: none;
}

@media (max-width: 768px) {
.media_nav .wp_nav > li *,
.media_nav .wp_nav > li *:hover{
  cursor: default;
}
  .fixed-width{
    padding-left: 15px;
    padding-right: 15px;
  }

  .header{
    background-position-x: left;
    position: relative;
    overflow: visible;
  }

  .header .fixed-width{
    background-size: auto 60%, auto 100%;
    background-position: 15px center, bottom right;
  }

  .header .nav_btn{
    display: block;
  }

  .header .fixed-width{
    background-image: url(../imgs/ggtyb_logo.png), url(../imgs/img2.png);
  }

  .footer.footer-info > .fixed-width{
    font-size: 14px;
  }

  .media_nav{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
  }

  .media_nav .search {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .media_nav .search .search_val {
    float: left;
    width: calc(100% - 45px);
    height: 35px;
    line-height: 35px;
    color: #999;
    padding-left: 15px;
    border: none;
    background-color: #f5f5f5;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .media_nav .search .search_val::-webkit-input-placeholder {
    color: #999;
  }
  .media_nav .search .search_val::-moz-input-placeholder {
    color: #999;
  }
  .media_nav .search .search_val::-ms-input-placeholder {
    color: #999;
  }
  .media_nav .search .submit {
    float: right;
    height: 35px;
    width: 45px;
    border: none;
    color: #002C69;
    background-color: #f5f5f5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .media_nav .wp_nav .next_nav::after {
    content: "+";
    display: block;
    font-size: 22px;
    width: 22px;
    position: absolute;
    line-height: 58px;
    height: 58px;
    right: 15px;
    top: 0;
  }
  .media_nav .wp_nav .next_nav.rotate::after {
    transform: rotate(180deg);
  }
  .media_nav .wp_nav > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .media_nav .wp_nav > li > a {
    line-height: 58px;
    font-size: 14px;
    color: #16181a;
    display: block;
    position: relative;
  }
  .media_nav .wp_nav > li > ul {
    display: none;
    background-color: #f1f1f1;
  }
  .media_nav .wp_nav .nav-item .next_nav ~ .sub-nav{
    position: initial;
    width: 100% !important;
    height: auto !important;
    visibility: visible !important;
  }
  
  .media_nav .wp_nav .nav-item .next_nav ~ .mark{
    display: none;
  }

  .media_nav .wp_nav > li > ul > li > a {
    padding-left: 28px;
    font-size: 14px;
    color: #16181a;
    line-height: 58px;
    display: block;
    position: relative;
  }
  .media_nav .wp_nav > li > ul > li > ul {
    display: none;
  }
  .media_nav .wp_nav > li > ul > li > ul li a {
    padding-left: 56px;
    font-size: 14px;
    color: #16181a;
    line-height: 58px;
    display: block;
    position: relative;
  }

  .media_nav .wp_nav .sub-nav{
    border: none;
  }

  .media_nav .wp_nav .nav-item{
    float: none;
  }

  .media_nav .wp_nav .sub-nav .nav-item a{
    text-align: center;
  }
}

@media screen and (max-width:576px) {

    .footer.footer-info img{
      width: 95%;
      height: auto;
    }

    .footer.footer-site-info{
      font-size: 12px;
      white-space: nowrap;
    }

    .footer.footer-site-info .fixed-width{
      padding-left: 0;
      padding-right: 0;
    }
}

.media_nav .media_nav_box .wp_nav > li > ul > li > ul {
  display: none;
  position: initial;
  width: 100% !important;
  height: auto !important;
  visibility: visible !important;
  border: none;
}
.media_nav .media_nav_box .wp_nav > li > ul > li > ul > li {
  float: none;
}
.media_nav .media_nav_box .wp_nav > li > ul > li > ul > li {
  border-top: none;
}

.line-2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden
}
