body,
html {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: 100px;
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.center_area {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  height: 160px;
  width: 100%;
  background: #2054a5;
}

.header .h_logo {
  height: 112px;
}

.header .h_logo .logo {
  padding: 24px 0;
}

.header .h_logo .logo a {
  width: 475px;
  height: 64px;
  background: url(/_upload/tpl/0d/0c/3340/template3340/images/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
}

.header .h_logo .maintop .search_links {
  padding: 26px 0;
}

.header .h_logo .maintop .search_links a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}

.header .h_logo .maintop .search_links .jiaogong {
  margin: 0 22px;
}

.header .h_logo .search_div {
  margin-top: 10px;
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.4);
}

.header .h_logo .search_div input {
  background-color: transparent;
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  padding: 5px 0;
}

.header .h_logo .search_div input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header .h_logo .search_div input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header .h_logo .search_div input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header .h_logo .search_div input:focus {
  border: none;
}

.header .h_logo .search_div button {
  border: none;
  background: none;
}

.header .h_logo .search_div img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.header .menu {
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
}

.header .menu > ul > li {
  float: left;
  position: relative;
  width: calc(100% / 6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 12px;
}

.header .menu > ul > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}

.header .menu > ul > li > ul {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 100px;
  background-color: rgba(32, 84, 165, 0.8);
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.42);
  padding-top: 5px;
  padding-bottom: 8px;
  z-index: 3;
  display: none;
}

.header .menu > ul > li > ul > li {
  display: block;
  text-align: center;
}

.header .menu > ul > li > ul > li a {
  padding: 14px 6px;
  margin: 0px 8px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 32px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.header .menu > ul > li > ul > li a:hover {
  color: #2154a6;
  background-color: white;
}

.header .menu > ul > li > ul > li > a::before {
  display: none;
}

.header .menu .selected:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  border-radius: 3px;
}

.p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 0px;
  text-align: center;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #2054a5;
}

.p_menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.p_menu ul li .icon-down {
  display: inline-block;
  background: url(/_upload/tpl/0d/0c/3340/template3340/images/down_2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.p_menu ul li .icon-up {
  display: inline-block;
  background: url(/_upload/tpl/0d/0c/3340/template3340/images/up_icon2x.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 18px;
}

.p_menu > ul {
  padding-top: 64px;
}

.p_menu > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}

.p_menu > ul > li > ul {
  display: none;
}

.p_menu > ul > li > ul > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
}

.p_menu > ul > li > ul > li > ul {
  display: none;
}

footer {
  background: #2054a5;
}

footer .footer {
  display: flex;
  flex-wrap: nowrap;
}

footer .footer > ul {
  width: 75%;
}

footer .footer > ul > li {
  float: left;
  margin-top: 35px;
  position: relative;
  width: calc(20% - 60px);
  margin-right: 60px;
}

footer .footer > ul > li a {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 50px;
  opacity: 0.9;
}

footer .footer > ul > li a:hover {
  text-decoration: underline;
}

footer .footer > ul > li > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer > ul > li > ul > li {
  margin-top: 16px;
}

footer .footer > ul > li > ul > li a {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 14px;
}

footer .footer > ul > li > ul > li a:hover {
  text-decoration: underline;
}

footer .footer .f_right {
  float: right;
  margin: 48px 0 0 0;
}

footer .footer .f_right .right_1,
footer .footer .f_right .right_2 {
  display: inline-block;
}

footer .footer .f_right .right_1 img,
footer .footer .f_right .right_2 img {
  width: 104px;
  height: 104px;
}

footer .footer .f_right .right_1 {
  margin-right: 45px;
}

footer .footer .f_right .right_text p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}

footer .footer .f_right .info {
  margin-top: 40px;
}

footer .footer .f_right .info p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 8px;
}

footer .copy {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 16px;
  padding: 90px 0 16px 0;
}

footer .copy P {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

footer .copy a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

section .top_banner .top_bg {
  background: url(/_upload/tpl/0d/0c/3340/template3340/images/top_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  height: 219px;
}

.list_container .list-left {
  width: 216px;
  margin-right: 48px;
  float: left;
}

.list_container .list-left ul {
  border-radius: 8px;
  padding: 10px;
}

.list_container .list-left .listmenu .m_top {
  border-radius: 8px 8px 0px 0px;
  background: #2054a5;
  text-align: center;
  padding: 24px 0px;
  color: white;
  font-size: 24px;
}

.list_container .list-left .listmenu .m_top span {
  font-size: 24px;
}

.list_container .list-left .nav_menu {
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
}

.list_container .list-left .nav_menu ul li {
  text-align: center;
}

.list_container .list-left .nav_menu ul li:not(:last-child) a {
  position: relative;
}

.list_container .list-left .nav_menu ul li a {
  color: #606266;
  font-size: 16px;
  padding: 16px 0px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.list_container .list-left .nav_menu ul li:hover a {
  color: #2054a5;
}

.list_container .list-left .nav_menu ul li.selected {
  position: relative;
  width: 110%;
  background: linear-gradient(270deg, #2054a5, #194384);
  border-radius: 8px 0px 8px 8px;
}

.list_container .list-left .nav_menu ul li.selected > a {
  color: #ffffff;
  padding-right: 10%;
}

.list_container .list-left .nav_menu ul li:not(:last-child) a {
  border-bottom: 1px solid #e9edf2;
}

.list_container .list-left .nav_menu ul li .selected > a {
  background: linear-gradient(270deg, #2054a5, #194384);
  border-radius: 8px;
}

.list_container .list-left .nav_menu ul li.selected > ul {
  background-color: #f8f4ed;
}

.list_container .list-left .nav_menu ul li .selected_child > a {
  color: #cba96e;
}

.list_container .list-left .nav_menu ul li .selected_child > a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  body,
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
  section .banner {
    padding-top: 64px;
  }
  header .header {
    position: fixed;
    height: 64px;
    z-index: 999;
    width: 100%;
    max-height: calc(0.144 * 95vw + 48px);
  }
  header .header .menu {
    display: none;
  }
  header .header .menu > ul {
    padding-left: 20vw;
    margin: 0;
    display: none;
  }
  header .header .menu > ul > li {
    background: #2054a5;
    float: none;
    position: relative;
    text-align: center;
    margin-top: 0;
    width: 80vw;
    line-height: 48px;
    z-index: 10;
  }
  header .header .menu > ul > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
  }
  header .header .menu .switch {
    width: 1em;
    height: 1em;
    float: right;
    margin-top: calc(-2em - 20px);
    margin-right: 15px;
    padding: 10px;
    color: white;
    border: 1px solid white;
  }
  header .header .h_logo {
    height: 112px;
  }
  header .header .h_logo .logo {
    padding: 12px;
  }
  header .header .h_logo .logo a {
    width: 268px;
    height: 64px;
    background: url(/_upload/tpl/0d/0c/3340/template3340/images/logo.png) no-repeat;
    background-size: 100% auto;
    display: block;
  }
  header .header .h_logo .maintop .search_links {
    padding: 0px 0;
    display: none;
  }
  header .header .h_logo .maintop .search_links a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
  }
  header .header .h_logo .maintop .search_links .jiaogong {
    margin: 0 22px;
  }
  header .header .h_logo .search_div {
    display: none;
  }
  footer .footer > ul {
    display: none;
  }
  footer .footer .f_right {
    width: 100%;
    text-align: center;
  }
  footer .footer .f_right .info {
    text-align: center;
  }
  footer .footer .f_right .info p {
    text-align: center;
  }
  footer .copy {
    opacity: 0.6;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  section .top_banner .top_bg {
    background: url(/_upload/tpl/0d/0c/3340/template3340/images/top_bg.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 219px;
  }
  .list_container .list-left {
    width: 100% !important;
  }
  .list_container .list-left .nav_menu {
    display: none;
  }
  .list_container .list-left .nav_menu ul li,
  .list_container .list-left .nav_menu ul li.selected {
    width: 100%;
    right: 0 !important;
    position: relative;
  }
  .list_container .list-left .nav_menu ul li {
    text-align: center;
  }
  .list_container .list-left .nav_menu ul li:not(:last-child) a {
    position: relative;
  }
  .list_container .list-left .nav_menu ul li a {
    color: #606266;
    font-size: 16px;
    padding: 16px 0px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .list_container .list-left .nav_menu ul li.selected {
    position: relative;
    right: 0px;
    background: linear-gradient(270deg, #2054a5, #194384);
    border-radius: 8px 0px 8px 8px;
  }
  .list_container .list-left .nav_menu ul li.selected > a {
    padding-right: 0px;
  }
  .list_container .list-left .m_top span {
    padding-left: calc(17px + 5vw);
  }
  .list_container .list-left .m_top .down_icon {
    width: 30px;
    margin-right: 5vw;
    height: calc(17 / 20 * 26px);
    float: right;
    background: url("/_upload/tpl/0d/0c/3340/template3340/images/switch.png");
    background-size: cover;
  }
  .list_container .list-left .m_top .down_icon_trans {
    transform: rotateZ(90deg);
  }
  .list_container .list-left .listmenu .m_top {
    padding: 14px 0;
  }
  .list_container .list-left .listmenu .m_top span {
    font-size: 20px;
  }
  .list_container .list-right {
    float: left;
    width: 100% !important;
    margin-top: 0px !important;
  }
}

.possplit {
  background-image: none;
  width: auto;
  display: inline;
  text-indent: unset;
  color: #909499;
}

@media screen and (max-width: 768px) {
  header {
    z-index: 3;
    position: fixed;
    width: 100%;
  }
  .header {
    width: 95%;
    margin: 0 auto;
  }
  .header .h_logo {
    position: static;
    border-radius: unset;
    padding: 0px;
    float: left;
    z-index: 5;
    width: auto;
  }
  .header .h_logo .logo {
    width: 191px;
    height: 64px;
    padding: 0px;
  }
  .header .h_logo .emba {
    padding: 11px 0;
  }
  .header .maintop,
  .header .headermain {
    display: none;
  }
  .header .open {
    float: right;
    padding: 18px 20px;
  }
  .header .open span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/_upload/tpl/0d/0c/3340/template3340/images/open-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .header .close span {
    float: right;
    margin: 20px 0px;
    margin-right: 14px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/_upload/tpl/0d/0c/3340/template3340/images/close-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
}
