﻿/*ͷ��*/
.headTop {
  background: #1c5cb0;
  height: 0.35rem;
  text-align: right;
  position: relative;
  z-index: 121;
}
.headTop .container {
  margin: 0 auto;
  width: 93%;
}
.headTop span {
  position: relative;
  color: #fff;
  line-height: 0.35rem;
  display: block;
  font-size: 0.14rem;
  padding-right: 0.3rem;
  cursor: pointer;
}
.headTop span:after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 41%;
  width: 0.06rem;
  height: 0.06rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
.headTop span.on:after {
  right: 0.15rem;
  transform: rotate(-135deg) translateY(-50%);
  -webkit-transform: rotate(-135deg) translateY(-50%);
}
.headTop_nav {
  background: #f7f7f7;
  display: none;
}
.headTop_nav .container {
  margin: 0 auto;
  width: 93%;
  overflow: hidden;
  padding-top: 0.4rem;
}
.headTop_nav a {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  color: #4d4d4d;
  padding-bottom: 0.4rem;
  line-height: 0.3rem;
}
.headTop_nav a:after {
  content: '';
  position: absolute;
  top: 14%;
  width: 0.07rem;
  height: 0.07rem;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 0.2rem;
}
.headTop_nav a:hover {
  color: #1c5cb0;
}
.headTop_nav a:hover:after {
  border-color: #1c5cb0;
}

.header1 {
  background: #fff;
  height: 1.02rem;
  display: flex;
  align-items: center;
  padding: 0 0.64rem;
  position: relative;
  z-index: 120;
}
.header1 .logo {
  width: 1.82rem;
}
.header1 .logo img {
  width: 100%;
}
.header1 .nav {
  width: 9.6rem;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 0.5rem;
}
.header1 .nav>li {
  width: calc(100% / 8);
}
.header1 .nav>li a {
  font-size: 0.16rem;
  display: block;
  text-align: center;
  line-height: 1.02rem;
  position: relative;
}
.header1 .nav>li > a:after {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
  content: '';
  background: #1c5cb0;
  -webkit-transition: all 0.45s;
}
/*.header1 .nav>li .list {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 1.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  padding: 0.1rem 0px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 5px 5px;
  backdrop-filter: blur(10px);
  z-index: 1;
}
.header1 .nav>li .list a {
  width: 100%;
  height: auto;
  line-height: 0.35rem;
  text-align: center;
  color: #3e3e3e;
}
.header1 .nav>li .list a:hover,
.header1 .nav>li .list a.on {
  color: #1c5cb0;
}

.header1 .nav>li:hover .list,
.header1 .nav>li.on .list {
  opacity: 1;
  visibility: visible;
  top: 1.02rem;
}*/
.header1 .nav > li:hover > a:after,
.header1 .nav > li.on > a:after {
  width: 100%;
}
.header1 .nav>li:hover > .nav_open{
  height:auto;
}
.header1 .nav>li:nth-child(2):hover > .nav_open{
  height:auto;
}
.header1 .search_btn {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.45s;
}
.header1 .search_btn:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0%;
  top: 50px;
  background: #1c5cb0;
  border-radius: 50px 50px 0px 0px;
  content: '';
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.header1 .search_btn img {
  width: 0.17rem;
  position: relative;
}
.header1 .search_btn:hover {
  border-color: #1c5cb0;
}
.header1 .search_btn:hover::before {
  top: 0%;
  -webkit-transform: scale(1.2);
}
.header1 .search_btn:hover img {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.header1 .search_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.45s;
  -webkit-transform: translateY(-300%);
  z-index: 10;
}
.header1 .search_box .s_box {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header1 .search_box .s_box .row {
  width: calc(100% - 1rem);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header1 .search_box .s_box .row input {
  width: calc(100% - 0.5rem);
  height: 0.5rem;
  font-size: 0.14rem;
}
.header1 .search_box .s_box .row .s_btn {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: right;
  opacity: 0.5;
  cursor: pointer;
}
.header1 .search_box .s_box .row .s_btn img {
  width: 0.17rem;
}
.header1 .search_box .s_box .s_close {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.34rem;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.4s;
}
.header1 .search_box .s_box .s_close:hover {
  -webkit-transform: rotate(90deg);
}
.header1 .search_box.active {
  -webkit-transform: translateY(0%);
}
.header1 .nav_open {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 1.02rem;
  background-color: #fff;
  overflow-y: auto;
  z-index: 120;
  padding: 0 15px;
  height:0;
  transition: all .5s;
  box-sizing: border-box;
}
.header1 .nav_open .container {
  position: relative;
  width: 85.6%;
  margin: 0 auto;
  display: flex;
}
.header1 .nav_open .col {
  width: 100%;
}
.header1 .nav_open .col .collapsed {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 32px;
  padding-bottom: 14px;
  position: relative;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  width: 2.3rem;
}
.header1 .nav_open .col .collapsed .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.header1 .nav_open .col .collapsed:hover {
  color: #1c5cb0;
}
.header1 .nav_open .col .collapse {
  display: flex;
}
.header1 .nav_open .col .list {
  width: calc(100% / 6);
  padding: 22px 0;
}
.header1 .nav_open .col .list:first-child{margin-right: 0.2rem;}
.header1 .nav_open .col .list:nth-child(2){margin-right: 0.4rem;}
.header1 .nav_open .col .list:last-child{margin-right: -0.2rem;}
.header1 .nav_open .col .list h4 {
  font-size: 1.25em;
  line-height: 32px;
  opacity: 0.9;
  margin-bottom: 23px;
  color: #333;
}
.header1 .nav_open .col .list{
  overflow: hidden;
}
.header1 .nav_open .col .list li {
  margin-bottom: 15px;
  float: left;
  margin-right: 0.2rem;
}
.header1 .nav_open .col .list li a {
  opacity: 0.8;
  font-size: 1em;
  line-height: 1.5em;
  height: auto;
  display: inline-block;
  color: #666;
}
.header1 .nav_open .col .list li a:hover {
  color: #1c5cb0;
  opacity: 1;
}
.header1 .nav_open .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 0.4rem;
  cursor: pointer;
  display:none;
}
.header1 .nav_open2 .col {
width: 65%; 
}
.header1 .nav_open2 .img{
  width: 3rem;
}
.header1 .nav_open2 .img img{width: 100%;}
.header1 .nav_open2 .col .list {
  width: 100%;
}
.header1 .nav_open2 .container{
  justify-content: space-between;
  padding: .2rem 0;
}
.maskBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 101;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
/*�ײ�*/
.footer .hf {
  height: 161px;
  width: 100%;
  background: url(../image/hf_bg.jpg) no-repeat center;
}
.footer .hf .w14 {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .hf .w14 .left {
  display: flex;
  align-items: center;
}
.footer .hf .w14 .left .img {
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
.footer .hf .w14 .left span {
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  font-family: '����';
}
.footer .hf .w14 .left em {
  color: #fff;
  display: inline-block;
  margin: 0 0.1rem;
}
.footer .hf .w14 .left strong {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 400;
}
.footer .hf .w14 .right {
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 0.19rem;
  display: block;
  width: 1.74rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border: 1px solid #fff;
  background: url(../image/icon8.png) no-repeat 82% center;
  transition: 0.3s;
}
.footer .hf .w14 .right a{
  color: #fff;
  display: block;
  font-size: 0.19rem;
}
.footer .hf .w14 .right:hover {
  opacity: 0.8;
}
.footer .foot {
  background-color: #333333;
  padding-top: 0.5rem;
}
.footer .foot .w16 {
  width: 16rem;
  margin: 0 auto;
}
.footer .foot .w16 .top {
  display: flex;
  justify-content: space-between;
}
.footer .foot .w16 .top .left {
  width: 50%;
}
.footer .foot .w16 .top .left ul {
  display: flex;
  justify-content: space-between;
}
.footer .foot .w16 .top .left ul li a {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
}
.footer .foot .w16 .top .left ul li a:hover {
  color: #ceb885;
}
.footer .foot .w16 .top .left ul li .db_nav {
  text-align: center;
  margin-top: 0.22rem;
}
.footer .foot .w16 .top .left ul li .db_nav a {
  display: block;
  color: #adadad;
  font-size: 0.16rem;
  margin-bottom: 0.16rem;
}
.footer .foot .w16 .top .left ul li .db_nav a:hover {
  color: #ceb885;
}
.footer .foot .w16 .top .left ul li:last-child {
  margin-right: 0;
}
.footer .foot .w16 .top .middle {
  margin-left: 1.5rem;
}
.footer .foot .w16 .top .middle .bt {
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.footer .foot .w16 .top .middle .ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  background: url(../image/icon9.png) no-repeat center;
}
.footer .foot .w16 .top .middle .ewm img {
  display: block;
  margin: 0 auto;
  width: 1.1rem;
}
.footer .foot .w16 .top .right {
  margin-left: 1.4rem;
}
.footer .foot .w16 .top .right .bt {
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.42rem;
  display:block;
}
.footer .foot .w16 .top .right .bt:hover {
    color: #ceb885;
}
.footer .foot .w16 .top .right h2 {
    color: #ffffff;
    font-size: 0.38rem;
    margin-bottom: 0.26rem;
}
.footer .foot .w16 .top .right span {
  display: block;
  margin-bottom: 0.12rem;
  color: #fff;
  font-size: 0.16rem;
}
.footer .foot .bottom {
  border-top: 1px solid #484848;
}
.footer .foot .bottom .bottom_z {
  width: 16rem;
  margin: 0 auto;
  height: 0.78rem;
  line-height: 0.78rem;
  display: flex;
  justify-content: space-between;
}
.footer .foot .bottom .bottom_z p {
  color: #707070;
}
.footer .foot .bottom .bottom_z .gjz a {
  color: #707070;
}
.footer .foot .bottom .bottom_z .gjz a:hover {
  color: #ceb885;
}
/*���ض���*/
.goTop {
position: fixed;
right: 1.17rem;
bottom: 2.27rem;
z-index: 9999;
border-radius: 0.3rem;
background: #fff;
width: 0.53rem;
height: 2.1rem;
display: none;
padding-top: 0.2rem;
box-sizing: border-box;
}
.goTop .item {
width: 100%;
height: 0.6rem;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
/*������ѯ����*/
.seekAdvice {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.seekAdvice .pop {
  width: 8.18rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0043c7;
  padding: 0.22rem;
}
.seekAdvice .pop .content {
  border: 1px dashed #4d7cd8;
  position: relative;
  padding: 0.34rem 0.44rem;
}
.seekAdvice .pop .content .close {
  position: absolute;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.2rem;
  cursor: pointer;
  right: 0.03rem;
  top: 0.03rem;
}
.seekAdvice .pop .content .t1 {
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
}
.seekAdvice .pop .content .t2 {
  color: #fff;
  font-size: 0.24rem;
  margin-top: 0.26rem;
  margin-bottom: 0.58rem;
}
.seekAdvice .pop .content .txt {
  display: flex;
  color: #fff;
}
.seekAdvice .pop .content .txt .ewm {
  width: 1.64rem;
  height: 1.64rem;
  margin-right: 0.36rem;
}
.seekAdvice .pop .content .txt h2 {
  font-size: 0.34rem;
  font-family: 'Bahnschrift';
  margin-bottom: 0.18rem;
}
.seekAdvice .pop .content .txt .btn {
  display: block;
  border: 1px solid #bdcff1;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  width: 2.16rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #1250cb;
  cursor: pointer;
  transition: 0.3s;
}
.seekAdvice .pop .content .txt .btn:hover {
  background: #fff;
  color: #0043c7;
  font-weight: bold;
}
.seekAdvice .pop .rw {
  width: 3.15rem;
  position: absolute;
  bottom: 0;
  right: -0.46rem;
}
/*������*/
.box1 {
  font-family: 'Adobe ���� Std';
  width: 14rem;
  margin: 1.32rem auto .8rem;
}
.box1 .t1 {
  text-align: center;
  font-size: 0.36rem;
  color: #222222;
  position: relative;
  padding-bottom: 0.26rem;
  margin-bottom: 0.36rem;
  /* font-weight: bold; */
}
.box1 .t1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #1c5cb0;
  width: 0.64rem;
  height: 0.05rem;
}
.box1 .t2 {
  color: #666666;
  font-size: 0.18rem;
}
.box1 p{
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.box1 ul {
  display: flex;
  justify-content: center;
  margin: 0.54rem 0;
}
.box1 ul li {
  margin-right: 1.18rem;
}
.box1 ul li div {
  height: 0.92rem;
  font-size: 0.18rem;
}
.box1 ul li div img {
  width: 0.69rem;
  display: block;
  margin: 0 auto;
}
.box1 ul li div span {
  font-size: 0.72rem;
  padding-top: 0.2rem;
  display: inline-block;
  font-family: 'Arial';
}
.box1 ul li div sup {
  vertical-align: 0.45rem;
  font-size: 0.24rem;
}
.box1 ul li p {
  margin-top: 0.2rem;
  color: #666666;
  font-size: 0.18rem;
}
.aside {
  position: sticky;
  top: 0;
  background: #f9f9f9;
  z-index: 100;
}
.aside .sticky {
  width: 14rem;
  margin: 0 auto;
  line-height: 0.27rem;
  display: flex;
}
.aside .sticky a {
  text-align: center;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  color: #000;
  font-weight: bold;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  min-width: 1.11rem;
  box-sizing: border-box;
}
.aside .sticky a span {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  width: auto;
  margin-right: 0;
  font-size: 0.3rem;
  position: relative;
  z-index: 2;
  line-height: 0.4rem;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: translateY(33px);
  display: none;
}
.aside .sticky a i {
  display: block;
  text-align: center;
  height: .5rem;
  line-height: .5rem;
}
.aside .sticky a:before {
  content: '';
  width: 0%;
  height: 0.02rem;
  position:absolute;
  left:50%;
  bottom:0;
  height:.02rem;
  transition:all ease-out .5s;
}
.aside .sticky a:hover:before, .aside .sticky .on:before {
  width: 100%;
  left:0;
  background:#0043c7;
}
.aside .sticky a:hover span, .aside .sticky .on span {
  transform: translateY(0);
  opacity: 1;
  color: #fff;
}
.aside .sticky a:hover i,.aside .sticky .on i {
  color: #0043c7;
}
.six-bk{
  width: 100%;
  margin: 0rem auto;
}
.six-bk img{width: 100%;display: block;}
#video{
  width: 100%;
  margin: 0.5rem 0;
}
#video video{width: 100%;}