body {
  font-size: 16px;
}
.layout {
  max-width: 1440px;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}

/*bannerÍ¼ ¶¯»­*/
@keyframes bannbottom {
    0% {
       transform: translateY(-1.3rem); 
    }

    100% {
       transform: translateY(0); 
    }
}

/* Í·²¿¹Ì¶¨*/
.focusHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 109;
    height: 2.64rem;

  /*background: linear-gradient(#2f558c, rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.04));*/
    background: url(/_upload/tpl/0b/be/3006/template3006/images/focusHeader-bg.png) no-repeat center / cover;
}
.focusHeader .top-nav {
  padding-top: 0.21rem;
}
.focusHeader .top-nav.showdiv {

            animation: bannbottom .5s;
            -webkit-animation: bannbottom .5s;
}
.focusHeader .top-nav .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.focusHeader .top-nav .layout .logo {
  width: 3.68rem;
  min-width: 260px;
}
.focusHeader .top-nav .layout .logo a {
  display: block;
  width: 100%;
}
.focusHeader .top-nav .layout .logo a img {
  width: 100%;
}
.focusHeader .top-nav .layout .right-info .other {
  display: flex;
  justify-content: end;
}
.focusHeader .top-nav .layout .right-info .other .outer {
  border-right: 1px solid #fff;
  margin-right: 0.27rem;
  padding-right: 0.09rem;
}
.focusHeader .top-nav .layout .right-info .other .outer > a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0px 15px;
  height: 22px;
  line-height: 19px;
}
.focusHeader .top-nav .layout .right-info .other .search button {
  background: transparent;
  padding: 0;
  border: 0;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item {
  float: left;
  position: relative;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 0.1rem;
  color: #fff;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
  display: block;
  padding: 0 18px;
  line-height: 43px;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item .drow_down {
  position: absolute;
  opacity: 0;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  background-color: transparent;
  box-sizing: border-box;
  visibility: hidden;
  padding-top: 9px;
  border-top: 3px solid #fff;
  z-index: 2;
    /* box-shadow: 0 4px 8px #ccc; */
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item .drow_down::before {
  content: '';
  position: absolute;
  top: -22px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item .drow_down a {
  display: block;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  border-bottom: 1px dashed #efefef;
  box-sizing: border-box;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  background-color: #fff;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item .drow_down a:last-child {
  border-bottom: none;
    border-radius: 0 0 9px 9px;

    overflow: hidden;
}

.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item:hover > .drow_down {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item .drow_down a:hover {
  background-color: #0676f7;
  color: #fff;
}


header.header .mo-header {
  display: none;
}
header.header .mo-header {
  background-color: #003f88;
}
header.header .mo-header .head-mo-box {
  width: 100%;
  display: table;
  position: relative;
  z-index: 201;
  padding: 0 3%;
  box-sizing: border-box;
}
header.header .mo-header .head-mo-box .global-inner {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .mo-header .head-mo-box .global-inner .head-logo-box {
  padding: 0.825em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
}
header.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
  display: block;
  height: 4em;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links > ul {
  position: relative;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link:last-child {
  margin-right: 0;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach {
  margin-right: 0.625em;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .link button {
  display: block;
  width: 31px;
  height: 31px;
  background: transparent;
  padding: 0;
  border: 0;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .links .seach button span {
  background: url("/_upload/tpl/0b/be/3006/template3006/images/m-search.png") no-repeat center center;
  background-size: 21px;
  height: 100%;
  display: block;
  width: 100%;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.625em;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-close {
  display: none;
  background: #003F88;
  position: absolute;
  right: 0;
  top: 0;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger {
  overflow: hidden;
  text-align: center;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .inner {
  width: 1.625em;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
header.header .mo-header .head-mo-box .global-inner .head-tool-box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
header.header .mo-header .pop-ph-nav .mobile_header_info {
  background-color: #fff;
  line-height: 30px;
  padding: 10px 4%;
}
header.header .mo-header .pop-ph-nav .mobile_header_info a {
  color: #003f88;
  margin-left: 8px;
}
header.header .mo-header .pop-ph-nav .mobile_header_info a:nth-child(1) {
  margin-left: 0px;
}
header.header .mo-header .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
header.header .mo-header .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
header.header .mo-header .pop-ph-nav .ph-nav-list a {
  display: block;
}
header.header .mo-header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
header.header .mo-header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(/_upload/tpl/0b/be/3006/template3006/images/icon2.png) no-repeat center center;
}
header.header .mo-header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
header.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 16px;
  line-height: 3.5em;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
header.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
header.header .mo-header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(/_upload/tpl/0b/be/3006/template3006/images/icon1.png) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;
}
header.header .mo-header .pop-ph-nav .links {
  background: #fff;
  padding: 1.375em 4%;
}
header.header .mo-header .pop-ph-nav .links .link {
  margin-right: 1.1875em;
}
header.header .mo-header .pop-ph-nav .links .link a {
  display: block;
  width: 31px;
  height: 31px;
}
header.header .mo-header .pop-ph-nav .links .link a span {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center / cover;
}
header.header .mo-header .pop-ph-nav .links .link:last-child {
  margin-right: 0;
}
header.header .mo-header .pop-ph-nav .links .vx a span {
  background-image: url("/_upload/tpl/0b/be/3006/template3006/images/mo-vx.png");
}
header.header .mo-header .pop-ph-nav .links .email a span {
  background-image: url("/_upload/tpl/0b/be/3006/template3006/images/mo-email.png");
}
header.header .mo-header .pop-ph-nav .links .phone a span {
  background-image: url("/_upload/tpl/0b/be/3006/template3006/images/mo-phone.png");
}
header.header .mo-header .seach-box {
  display: none;
  background-color: #f6f6f6;
  padding: 1.35em 1.25em;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
  padding-bottom: 1.7em;
}
header.header .mo-header .seach-box .sch {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  background: #fff;
  padding: 0.375em 6.5em 0.375em 2.25em;
  border-radius: 15px;
  position: relative;
}
header.header .mo-header .seach-box .sch .sch-inp {
  width: 100%;
  height: 100%;
  border: none;
  color: #333;
  background: #fff;
  margin-left: -10px;
}
header.header .mo-header .seach-box .sch .btn-sch {
  width: 5.5em;
  height: 2.5em;
  font-size: 1em;
  display: block;
  background: #003F88;
  color: #ffffff;
  background-size: 1.625em auto;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 2.5em;
  padding-top: 1px;
  border: none;
}
header.header .mo-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #003f88;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.ph-nav-level2 {
  width: 100%;
  display: none;
  background: #e6edf3;
  padding: 0.75em 4% 1.5em 4%;
  box-sizing: border-box;
}
.ph-nav-level2 .nav-level2 {
  font-size: 1em;
  line-height: 2em;
  color: #333333;
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 100%;
    padding: 0 3%;
  }
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1350px) {
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a {
    font-size: 20px;
  }
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
    padding: 0 13px;
  }
}
@media screen and (max-width: 1150px) {
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1090px) {
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a {
    font-size: 18px;
  }
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1010px) {
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
    padding: 0 6px;
  }
}
@media screen and (max-width: 940px) {
  .focusHeader .top-nav .layout .right-info nav.nav .menu .menu_item > a span {
    padding: 0 4px;
  }
}
@media screen and (max-width: 950px) {
  .focusHeader {
    display: none;
  }
  header.header .mo-header {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  header.header .mo-header .head-mo-box .global-inner .head-logo-box .head-logo img {
    width: 58%;
    height: auto;
  }
}
footer {
  background: #003f88 url(../images/list-footer-bg.png) no-repeat center top;
}
footer .footer_top {
  display: flex;
}
footer .footer_top .links {
  width: 39%;
  border-right: 1px solid #155298;
  padding-top: 0.59rem;
  padding-bottom: 0.45rem;
  display: flex;
}
footer .footer_top .links .con-link .title a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
footer .footer_top .links .con-link .title a::after {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100% + 0.12rem);
  width: 50%;
  height: 2px;
  background-color: #588dcb;
}
footer .footer_top .links .con-link .cg-news-list {
  margin-top: 0.3rem;
}
footer .footer_top .links .con-link .cg-news-list li {
  float: left;
  width: 33%;
  height: 36px;
  line-height: 36px;
}
footer .footer_top .links .con-link .cg-news-list li a {
  color: #7daee6;
}
footer .footer_top .links .schoolOuter-link .cg-news-list li {
  width: 100%;
}
footer .footer_top .contact {
  flex: 1;
  padding-top: 0.64rem;
  padding-left: 0.6rem;
}
footer .footer_top .contact .title span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
footer .footer_top .contact .title span::after {
  position: absolute;
  content: '';
  left: 0;
  top: calc(100% + 0.12rem);
  width: 50%;
  height: 2px;
  background-color: #588dcb;
}
footer .footer_top .contact .detail-main {
  margin-top: 0.3rem;
}
footer .footer_top .contact .detail-main .info {
  color: #7daee6;
  height: 36px;
  line-height: 36px;
}
footer .footer_top .contact .detail-main .info .con {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
footer .footer_top .contact .detail-main .info .con1 {
  background-image: url(/_upload/tpl/0b/be/3006/template3006/images/footer-iphone.png);
}
footer .footer_top .contact .detail-main .info .con2 {
  background-image: url(/_upload/tpl/0b/be/3006/template3006/images/footer-email.png);
}
footer .footer_top .contact .detail-main .info .con3 {
  background-image: url(/_upload/tpl/0b/be/3006/template3006/images/footer-address.png);
}
footer .footer_top .attention {
  width: 23%;
  border-left: 1px solid #155298;
  display: flex;
  justify-content: center;
  padding-top: 0.79rem;
}
footer .footer_top .attention .attention-news .pic {
  display: flex;
}
footer .footer_top .attention .attention-news .pic img {
  width: 1.01rem;
  height: 1.01rem;
  object-fit: cover;
}
footer .footer_top .attention .attention-news .pic .pic-box:nth-child(2) {
  margin-left: 0.3rem;
}
footer .footer_top .attention .attention-news .title {
  font-size: 14px;
  line-height: 34px;
  margin-top: 0.06rem;
  color: #fff;
  text-align: center;
}
footer .copyright {
  color: #7daee6;
  line-height: 26px;
  padding: 13px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #155298;
}
footer .copyright .space {
  padding: 0 10px;
}
footer .copyright i {
  font-style: normal;
}
footer .copyright a {
  color: #7daee6;
}
footer .copyright a:hover {
  color: #fff;
}
@media screen and (max-width: 1150px) {
  footer .footer_top {
    font-size: 14px;
  }
  footer .footer_top .links .con-link .title a,
  footer .footer_top .contact .title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer_top .links {
    width: 42%;
  }
  footer .footer_top .contact {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  footer .footer_top {
    padding-left: 25%;
    flex-direction: column;
  }
  footer .footer_top .contact {
    padding-left: 0;
    padding-top: 15px;
  }
  footer .footer_top .links {
    width: 70%;
    border-right: none;
    padding-bottom: 0;
  }
  footer .footer_top .attention {
    width: 100%;
    border-left: none;
    justify-content: start;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_top {
    padding-left: 20%;
  }
  footer .footer_top .links {
    width: 78%;
  }
}
@media screen and (max-width: 620px) {
  footer .footer_top {
    padding-left: 15%;
  }
  footer .footer_top .links {
    width: 82%;
  }
}
@media screen and (max-width: 520px) {
  footer .footer_top {
    padding-left: 3%;
  }
  footer .footer_top .links {
    width: 100%;
  }
}
