html,
body {
  font-size: 0.14rem;
}
.container {
  width: 100%;
  height: 100vh;
}
.w1527 {
  width: 15.27rem;
  margin: 0 auto;
}
.app-header {
  width: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.app-header .app-header-top {
  background: rgba(0, 0, 0, 0.6);
  line-height: 2.8571;
  color: #fff;
  position: relative;
  z-index: 3;
}
.app-header .header-menu {
}
.app-header .header-menu li {
  float: left;
  margin-left: 1rem;
  position: relative;
  height: 0.4rem;
}
.app-header .header-menu li::after {
  display: block;
  content: '|';
  position: absolute;
  right: -0.5rem;
  top: 0;
}
.app-header .header-menu li:last-child::after {
  display: none;
}
.app-header .header-menu li a {
  color: #fff;
}
.app-header .header-menu li a:hover {
  /* text-decoration: underline; */
  color: #0a62b0;
}
.app-header .header-menu .language {
  text-transform: uppercase;
  cursor: pointer;
}
.app-header .header-menu .language dt {
  position: relative;
  padding-right: 0.33rem;
}
.app-header .header-menu .language dt:before {
  position: absolute;
  right: 0px;
  content: '';
  margin-top: -0.03rem;
  width: 0.1rem;
  cursor: pointer;
  height: 0.1rem;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
}
.app-header .header-menu .language dd {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  padding: 0px 0.1rem;
}
.app-header .header-menu .language a {
  display: block;
  color: #333;
}
.app-header .header-menu .language:hover dd {
  display: block;
}

.header-logo img {
  width: 1rem;
}
.pic-list {
  margin: 0.8rem 0;
  text-align: center;
}

.simple-pagination .page-wrap {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #003a96;
  white-space: nowrap;
  vertical-align: top;
}

.page-wrap .btn {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0.04rem;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  margin: 0 0.05rem;
  background-color: #fff;
  transition: border 0.2s ease-in-out, color ease-in-o 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 0.36rem;
  line-height: 0.36rem;
}

.page-wrap .cur {
  background: #003a96;
  color: #fff;
}

.page-wrap .page-item:hover {
  background: #003a96;
  color: #fff;
}

.page-total {
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.05rem;
  color: #727171;
  line-height: 0.36rem;
  vertical-align: top;
}

.page-total input,
.page-total button {
  border: 1px solid #ddd;
  background: #fff;
  height: 0.34rem;
  border-radius: 0.04rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.1rem;
  font-size: 0.18rem;
  margin: 0 0.1rem;
}

.page-total input {
  color: #003a96;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}

.nav_phone_btn,
.nav_phone {
  display: none;
}

.phone-nav-bg {
  display: none;
  z-index: 100;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.phone_hide {
  display: block;
}

.u-df {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
}
.u-flex-h {
  -webkit-box-orient: horizontal;
}
.u-flex-r {
  -ms-flex-direction: row;
  flex-direction: row;
}
.u-flexd--c {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-jc-sb {
  justify-content: space-between;
}
.u-jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.u-fd-rr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.u-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-al-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.u-as-bl {
  -webkit-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}

.u-flex-sb {
  justify-content: space-between;
}

.u-fw {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*******��������******/
.header-nav .nav {
  float: left;
  margin-right: -0.12rem;
}
.header-nav .nav > ul {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.header-nav .nav > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 0.4rem;
}
.header-nav .nav > ul > li > a {
  display: block;
  color: #fff;
  padding: 0.16rem 0.12rem 0.21rem;
  position: relative;
}
.header-nav .nav > ul > li > a > em {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 101;
  width: 0;
  height: 0.02rem;
  background: #fff;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.header-nav .nav > ul > li.on > a > em {
  width: 100%;
}
.header-nav .nav > ul > li.on > a {
  color: #fff;
}
.header-nav .nav > ul > li:hover > a > em {
  width: 100%;
}
.header-nav .nav > ul > li:first-child {
  margin-left: 0px;
}
.header-nav .nav > ul > li:first-child.on a {
  padding: 0.16rem 0.26rem 0.21rem;
}

.header-nav .navlist {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  top: 100%;
  display: none;
  left: 0.4rem;
  opacity: 1;
}
.header-nav .navlist ul {
  padding:0.8em 1em;
  margin-top: 1px;
}
.header-nav .navlist ul li {
  padding: 0.5em 0px;
}
.header-nav .navlist ul li a {
  display: block;
  color: #999;
  line-height: 1.4;
  position: relative;
}
.header-nav .navlist ul li a:hover {
  color: #005bac;
}

.header-logo {
  padding-top: 0.1rem;
}

.scrollHeader .app-header .app-header-top {
  display: none;
}
.scrollHeader .app-header .app-header-bottom {
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1547px) {
  .w1527 {
    width: 90%;
  }

  .app-footer .w1527 {
    width: 90%;
  }
  .app-header .w1527 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .phone_hide {
    display: none;
  }
  .nav_phone_btn,
  .nav_phone {
    display: block;
  }

  /*�ֻ�������ť��ʼ*/
  .nav_phone_btn {
    position: absolute;
    bottom: 0px;
    margin-top: -10px;
    width: 0.5rem;
    z-index: 101;
    right: 5%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
  }
  .nav_phone_btn {
    display: block;
    cursor: pointer;
    height: 24px;
  }
  .nav_phone_btn span {
    position: absolute;
    font-size: 0;
    left: 0px;
    top: 8px;
    width: 0.5rem;
    height: 2px;
    background-color: #005bac;
    display: inline-block;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
  }
  .nav_phone_btn span:before,
  .nav_phone_btn span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005bac;
    left: 0px;
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
  }
  .nav_phone_btn span:before {
    top: -8px;
  }
  .nav_phone_btn span:after {
    top: 8px;
  }
  .visible_nav.nav_phone_btn {
    right: 80%;
  }
  .visible_nav.nav_phone_btn span {
    background-color: transparent;
  }
  .visible_nav.nav_phone_btn span:before {
    left: 5px;
    top: 0px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
  }
  .visible_nav.nav_phone_btn span:after {
    top: 0px;
    left: 5px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
  }
  .body_nav_phone .phone-nav-bg {
    display: block;
  }
  /*�ֻ���ť����*/

  /*�ֻ���������*/
  .nav_phone {
    display: block;
    position: fixed;
    z-index: 101;
    top: 0px;
    bottom: 0px;
    right: -74%;
    width: 74%;
    left: auto;
    transition: left 0ms ease-out;
    -webkit-transition: left 0ms ease-out;
    transition: right 250ms ease-out;
    -webkit-transition: right 250ms ease-out;
    overflow: hidden;
  }
  body.body_nav_phone .nav_phone {
    right: 0;
    left: auto;
  }
  .nav_phone_tit {
    box-sizing: border-box;
    height: 4.166em;
    width: 100%;
    position: relative;
    color: #666;
    background: #fff;
    border-bottom: 0.02rem solid #dadada;
  }
  .nav_phone_tit span {
    display: inline-block;
    position: absolute;
    left: 1.4166em;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }
  .nav_phone_tit .language {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
  }

  .nav_phone_con {
    position: absolute;
    top: 4.166em;
    bottom: 0px;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  .nav_phone_con .phone-con {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    bottom: 0px;
    top: 1em;
    left: 1.4166em;
    right: 0px;
  }
  .nav_phone_con .phone-con > ul > li {
    line-height: 2.667;
    border-bottom: 2px solid #d7d7d7;
  }
  .nav_phone_con .phone-con > ul > li a {
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    display: inline-block;
    position: relative;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .nav_phone_con .phone-con > ul > li > a .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 0.8rem;
    border-left: 2px solid #d7d7d7;
  }
  .nav_phone_con .phone-con > ul > li > a em,
  .nav_phone_con .phone-con > ul > li > ul > li > a em {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-right: 0.02rem solid #b2b2b2;
    border-bottom: 0.02rem solid #b2b2b2;
    position: absolute;
    top: 50%;
    right: 0.35rem;
    margin-top: -0.375em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .nav_phone_con .phone-con > ul > li ul {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    right: -100%;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 3;
  }
  .nav_phone_con .phone-con > ul > li ul li {
    line-height: 1.5;
    padding: 0.75em 0px;
    border-bottom: 0.02rem solid #d7d7d7;
  }
  .nav_phone_con .phone-con > ul > li ul li:first-child {
    border-bottom: none;
  }
  .nav_phone_con .phone-con > ul > li ul li:first-child a {
    color: #005bac;
    font-weight: bold;
  }
  .nav_phone_con .phone-con > ul > li.on > a {
    opacity: 0;
  }
  .nav_phone_con .phone-con > ul > li.on ul,
  .nav_phone_con .phone-con > ul > li ul li.on dl {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .nav_phone .alink {
    padding-top: 2em;
  }
  .nav_phone .alink a {
    display: inline-block;
  }
  .nav_phone .alink span {
    display: inline-block;
    padding: 0p 0.25em;
    height: 1.5em;
    position: relative;
  }
  .nav_phone .alink span i {
    width: 1px;
    left: 0px;
    margin-top: -5px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 50%;
  }

  /*�ֻ��������ݽ���*/

  .header-logo img {
    width: auto;
    height: 24px;
  }
  .app-header .header-menu li::after {
    display: none;
  }
  .header-logo {
    padding-bottom: 0.1rem;
  }
  .scrollHeader .nav_phone_btn span {
    background: #fff;
  }
  .scrollHeader .nav_phone_btn span:before,
  .scrollHeader .nav_phone_btn span:after {
    background: #fff;
  }
  .scrollHeader .visible_nav.nav_phone_btn span {
    background: transparent;
  }
}

.app-footer {
  background: url(../image/footer-bg01.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.app-footer .ft-top {
  padding: 1.36rem 0px;
}
.app-footer .ft-logo img {
  height: 0.72rem;
}
.app-footer .ft-number {
  width: 72%;
}
.app-footer .ft-number dl dt {
  padding-right: 0.18rem;
}

.app-footer .ft-bottom {
  margin-top: 0.16rem;
  padding-bottom: 1.8rem;
}
.app-footer .ft-nav dl dt {
  padding-bottom: 0.28rem;
}
.app-footer .ft-nav dl {
  padding-right: 1.05rem;
}
.app-footer .ft-nav dl dd {
  opacity: 0.9;
}
.app-footer .ft-nav dl dd p {
  padding: 0.07rem 0px;
}
.app-footer .ft-nav dl dd p span {
  display: inline-block;
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.app-footer .ft-nav dl a {
  opacity: 0.9;
  color: #fff;
}
.app-footer .ft-nav dl a:hover {
  opacity: 0.8;
}
.app-footer .ft-links {
  padding-right: 0.83rem;
}
.app-footer .ft-links dl {
  cursor: pointer;
  position: relative;
}
.app-footer .ft-links dl dt {
  border: 1px solid #fff;
  padding: 0px 0.5rem 0px 0.32rem;
  border-radius: 0.05rem;
  position: relative;
  width: 2.83rem;
  line-height: 0.52rem;
}
.app-footer .ft-links dl dt:before {
  position: absolute;
  right: 0.32rem;
  content: '';
  top: 50%;
  margin-top: -0.06rem;
  width: 0.15rem;
  height: 0.12rem;
  background: url(../image/jt01.png) no-repeat center center;
  background-size: 100% 100%;
}
.app-footer .ft-links dl dd {
  position: absolute;
  padding: 0.05rem 0px;
  display: none;
  left: 0px;
  top: 100%;
  width: 100%;
  right: 0px;
  background: rgba(255, 255, 255, 0.95);
}
.app-footer .ft-links dl dd a {
  display: block;
  color: #333;
  padding: 0.05rem 0.1rem;
}
.app-footer .ft-links dl dd a:hover {
  color: #0f66dc;
}
.app-footer .ft-links dl:hover dd {
  display: block;
}

.app-footer .ft-code img {
  width: 1.63rem;
}
.app-footer .ft-code p {
  padding-top: 0.31rem;
}

.app-footer .app-footer-bottom {
  border-top: 2px solid rgba(136, 137, 147, 0.3);
  color: #fff;
  padding: 0.38rem 0px;
}
.app-footer .app-footer-bottom a {
  color: #fff;
  display: inline-block;
  padding: 0px 0.58rem;
}
.app-footer .app-footer-bottom a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1100px) {
  .app-footer .ft-nav dl {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 980px) {
  .app-footer .ft-nav dl {
    padding-right: 0.5rem;
  }
  .app-footer .ft-links {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 840px) {
  .app-footer .ft-nav {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .app-footer .ft-top {
    padding: 0.5rem 0px 0px;
  }
  .app-footer .ft-number {
    width: 100%;
    padding-top: 0.2rem;
  }
  .app-footer .ft-nav dl {
    width: 100%;
    padding-top: 0.3rem;
  }
  .app-footer .ft-nav dl dd p {
    display: inline-block;
  }
  .app-footer .ft-nav dl:first-child dd p {
    display: block;
  }
  .app-footer .ft-nav dl dt {
    padding-bottom: 0px;
  }
  .app-footer .ft-bottom {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .app-footer .ft-number dl {
    width: 50%;
    padding: 0.1rem 0px;
  }
  .app-footer .ft-number dl dt {
    width: 3em;
  }
}
