body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}

.cybj_mine .cybj_txt span {

  font-size: 1.5rem !important;
}

.mb_15 {
  margin-bottom: 15px;
}

.txtmine {

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.headerhett {

  height: 100px;
}

.nav_ljmine {

  position: relative;
}

.nav_lj {

  display: flex;
}

.lja {
  background: #f6f6f6;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 80px;
  /* width: 130px; */
  display: block;
  overflow: hidden;
  min-width: 100%;
  background-color: #fff;
  transition: all 0.4s;
  display: none;
  flex-wrap: wrap;
  width: 100%;

  padding: 20px 10vw;
}
.header.on .lja{

    top: 90px;
}
.lja a {
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;


}

@keyframes myfirst1 {
  0% {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);

  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.nav_ljmine:hover .lja {
  display: flex;
  animation: myfirst1 0.4s;
  -webkit-animation: myfirst1 0.4s;

  /* text-align: center; */

}

.lja .ljami:hover {


  color: #004097;
}

.hngtmine .shghtxt {
  text-align: left;
  color: #333333;
  font-weight: bold;
}

.hngtmine .shghtxt2 {

  color: #A1A1A1;
}

.hngta {

  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcc8ce;
  border-radius: 8px;
  overflow: hidden;
  color: #333333;
  transition: all 0.4s;
}

.hngta:hover {
  border: 1px solid #1B379B !important;
  background-color: #1B379B !important;
  color: #ffffff;
}

/* 按钮 */



.header .search-drop-down {
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 10rem;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.header .search-drop-down .search-wrapper {
  width: 100%;
  max-width: 83rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.header .search-drop-down .search-wrapper span {
  display: flex;
  height: 32px;
  align-items: center;
}

.header .search-drop-down .search-wrapper span #search-btn {
  padding-right: 2rem;
  cursor: default;
  display: flex;
  position: relative;
  top: 2px;
}

.header .search-drop-down .search-wrapper span #search-btn i {
  font-size: 2rem;
  color: #eeeeee;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span #search-btn.active {
  cursor: pointer;
}

.header .search-drop-down .search-wrapper span #search-btn.active i {
  color: #640000;
}

.header .search-drop-down .search-wrapper span#close {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 2px;
  cursor: pointer;
  margin-left: 0.5rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header .search-drop-down .search-wrapper span#close .top-hr {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close .bottom-hr {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.header .search-drop-down .search-wrapper span#close.active,
.header .search-drop-down .search-wrapper span#close:hover {
  opacity: 1;
}

.header .search-drop-down .search-wrapper span#close.active .top-hr,
.header .search-drop-down .search-wrapper span#close:hover .top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.header .search-drop-down .search-wrapper span#close.active .bottom-hr,
.header .search-drop-down .search-wrapper span#close:hover .bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.header .search-drop-down .search-wrapper input {
  width: 50rem;
  color: #FFFFFF;
  font-size: 16px;
  height: 32px;
  padding: 0.5rem 0;
  border: none;
  background: none;
  border-bottom: 1px solid #eeeeee;
}

.header .search-drop-down .search-wrapper input::-webkit-input-placeholder {
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}

.header .search-drop-down .search-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}



body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}

li {
  list-style-type: none;
}

i {
  font-style: normal;
}

a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}

a * {
  *cursor: pointer;
}

input,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input:focus,
select:focus {
  outline: none;
  border-width: 0;
  box-shadow: none !important;
}

body {
  word-break: break-word;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.5s;
}

.cont {
  width: 100%;
  overflow: hidden;
}

svg {
  width: 20px;
  height: 20px;
}

/* nav */

.nv_top {
  background: #ffffff;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.nv_top .w1440 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nv_top .w1440 .nav-tab {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0;
}

.nv_top .w1440 .nav-tab .item {
  margin-left: 2vw;
}

.nv_top .w1440 .nav-tab .item:nth-child(1) {
  margin-left: 0;
}

.nv_top .w1440 .nav-tab .item a {
  display: inline-block;
  padding: 30px 0;
  color: #222;
  position: relative;
  white-space: nowrap;
  transition: all 0.4s;
}

.nv_top .w1440 .nav-tab .item a:hover {
  color: #1B379B;

}

.nv_top .w1440 .nav-tab .item.on a {
  color: #1B379B;
  font-weight: bold;
}

.nv_top .w1440 .nav-tab .item.on a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1B379B;
  height: 3px;
}

.nv_top .w1440 .breadcrumbs {
  position: static;
  width: auto;
}

.nv_top .w1440 .breadcrumbs ul li span {
  color: #777;
}

.nv_top .w1440 .breadcrumbs ul li span:hover {

  color: #1B379B;
  ;
}





/* end */

/*分页 */
#page {
  margin-top: 4vw;
  display: flex;
  justify-content: center;
}

#page .p_page {
  margin-top: 2vw;
}

#page .p_page span {
  box-sizing: border-box;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 40px !important;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 0 4px;
  transition: all 0.5s;

  color: #333333 !important;
  transition: all 0.4s;
}

#page .p_page .laypage_curr {
  color: #fff !important;
  background-color: #d20000;
  transition: all 0.4s;
}

#page .p_page a {
  display: inline-block;
  border: none;
  box-sizing: border-box;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 40px !important;
  color: #000;
  font-size: 16px;
  margin: 0 4px;
  transition: all 0.5s;
  color: #000 !important;
  transition: all 0.4s;
}

#page .p_page .laypage_next {
  width: 90px !important;
  transition: all 0.4s;
}

#page .p_page a:hover {
  background-color: #d20000 !important;
  border-color: #d20000 !important;
  color: #fff !important;
}

#page .p_page .laypage_prev {
  width: 90px !important;
}

#page .laypage_main {

  display: flex;
  align-items: center;
  justify-content: center;
}

#page .laypage_main a {
  width: 40px;
  height: 40px;
  border: solid 1px #ededed;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  margin: 0 5px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
}

#page .laypage_main a.laypage_last {

  display: none;
}


#page .laypage_main span {
  width: 40px;
  height: 40px;
  border: solid 1px #ededed;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  border: solid 0px #1B379B;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

#page .laypage_main .laypage_curr {
  width: 40px;
  height: 40px;
  border: solid 1px #ededed;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  background-color: #1B379B;
  border: solid 1px #1B379B;
  color: #ffffff;
  margin: 0 5px;
  border-radius: 50%;

}

#page .laypage_main a.laypage_next {
  width: 90px;
  height: 40px;
  border: solid 1px #ededed;
  line-height: 40px;
  border-radius: 27px 27px 27px 27px;
}

#page .laypage_main a.laypage_first {
  line-height: 40px;
  width: 90px;
  height: 40px;
  border: solid 1px #ededed;
  border-radius: 27px 27px 27px 27px;
  display: none;

}

#page .laypage_main a.laypage_prev {
  line-height: 40px;
  width: 90px;
  height: 40px;
  border: solid 1px #ededed;
  border-radius: 27px 27px 27px 27px;
}

#page .laypage_main a:hover {
  border: solid 1px #1B379B;
  background-color: #1B379B;
  color: #ffffff;
}

#page .p_page .laypage_first {

  width: 60px !important;
}

#page .p_page .laypage_last {

  width: 60px !important;
}







/*分页 */


#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup .video-box video {
  width: 100%;
}

#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoPopup .video-box .closes span svg {

  margin: 0;
}

#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}




/*
视频 */




/* end */


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1B379B !important;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e5e5e5;
}

.bnt_top {
  position: fixed;
  z-index: 99;
  right: -100px;
  bottom: 100px;
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.bnt_top .svg {
  width: 20px;
  height: 20px;
}

.bnt_top .svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bnt_top.on {
  right: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background: transparent;
}

.header svg {
  margin: 0 !important;
}


.header:hover {
  background: #fff;
}

.header:hover .h_top .logo .logo1 {
  display: block;
}

.header:hover .h_top .logo .logo2 {
  display: none;
}

.header:hover .h_top .m_nav>li>a {
  color: #fff;
}

.header:hover .h_top .nav_r .search svg path,
.header:hover .h_top .nav_r .language svg path {
  fill: #fff;
}

.header.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  background: #1B379B !important;
}

.header.on .h_top .logo .logo1 {
  display: block;
}

.header.on .h_top .logo .logo2 {
  display: none;
}

.header.on .h_top .m_nav>li>a {
  color: #ffffff !important;
}

.header.on .h_top .nav_r .search svg path,
.header.on .h_top .nav_r .language svg path {
  fill: #ffffff !important;
}

.header.on .h_top .m_nav {
  height: 90px;
}

.header.act {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  background: rgb(255, 255, 255);
}

.header.act .h_top .logo .logo1 {
  display: block;
}

.header.act .h_top .logo .logo2 {
  display: none;
}

.header.act .h_top .m_nav>li>a {
  color: #222;
}

.header.act .h_top .nav_r .nav_ljmine .nav_lj span {
  color: #222;

}

.header.act .h_top .nav_r .nav_ljmine .nav_lj .icon path {

  fill: #ffffff;
}

.header.act .h_top .nav_r .search svg path,
.header.act .h_top .nav_r .language svg path {
  fill: #ffffff;
}

.header.act .h_top .m_nav {
  height: 100px;
}

.header .h_top {

  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  overflow: unset;
}

.header .h_top .logo {
  width: 230px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.header .h_top .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.header .h_top .logo .logo2 {
  display: block;
}

.header .h_top .logo .logo1 {
  display: none;
}

.header .h_top .logo img {
  /* -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);  */
  width: 100%;
  height: 100%;
}

.header .h_top .header_nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 370px);
}

.header .h_top .m_nav {
  width: calc(100% - 140px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  transition: all 0.4s;
}

.header .h_top .m_nav>li {
  height: 100%;
  display: block;
  position: relative;
transition:  all 0.4s;
}
.header .h_top .m_nav>li:nth-child(4) .sub_nav .fx .item-l .txt .links a:nth-child(6) {
    
    display: none!important;
}
.header .h_top .m_nav>li::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #1B379B;
  width: 0;
  transition: all 0.5s;
}

.header .h_top .m_nav>li:hover::before {

  width: 80%;
}

.header .h_top .m_nav>li:hover a {

  color: #1B379B;
}

.header .h_top .m_nav>li>a {
  color: #fff;
  height: 100%;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}

.header .h_top .m_nav>li>a::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 20%;
  right: 20%;
  height: 2px;
  background-color: #222222;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.header .h_top .m_nav>li>a:hover::before {
  opacity: 1;
}

.header .h_top .m_nav>li .nav_icon {
  display: none;
}

.header .h_top .m_nav>li .sub_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  
  width: 100%;
  background: #f6f6f6;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  top: 80px;
  width: 130px;
  display: none;
  overflow: hidden;
  min-width: 100%;
  background-color: #fff;
}
.header.on .h_top .m_nav>li .sub_nav {
top: 90px;

}
.header .h_top .m_nav>li .sub_nav .fx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l {
  width: 100%;

}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt {
  padding: 0px 0;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .tit {
  color: #222;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .des {
  color: #777;
  line-height: 1.8;
  margin-top: 5px;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links {

  /* border-top: 1px solid #dfdfdf; */
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  margin: 0px 0;
  transition: all 0.5s;
  color: #333333;
  font-size: 16px;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a:nth-last-child(1) {
  margin-bottom: 0;
}

.header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a:hover {
  color: #ffffff;
  background-color: #1B379B;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r {
  width: 62.5%;
  height: 100%;
  display: none;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r .img {
  height: 100%;
}

.header .h_top .m_nav>li .sub_nav .fx .item-r .img img {
  height: 100%;
  object-fit: cover;
}

.header .h_top .nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 8vw;

}

.header .h_top .nav_r .lxi {

  width: 1px;
  height: 26px;
  background: #FFFFFF;
  margin: 0 30px;
}

.header .h_top .nav_r .nav_ljmine {


  height: 80px;
  display: flex;
  align-items: center;

}

.header .h_top .nav_r .nav_ljmine .nav_lj .icon {

  transition: all 0.4s;
  margin-left: 10px;
}

.header .h_top .nav_r .nav_ljmine:hover .nav_lj .icon {

  transform: rotate(180deg);
}

.header .h_top .nav_r .nav_ljmine .nav_lj {

  height: 100%;
  display: flex;
  align-items: center;
}

.header .h_top .nav_r .nav_ljmine .nav_lj span {
  white-space: nowrap;
  color: #ffffff;
}

.header .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff;

}


.header.on .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #ffffff !important;
}

.header.on .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff !important;

}

.header:hover .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #ffffff;
}

.header:hover .h_top .nav_r .nav_ljmine .nav_lj .icon path {
  fill: #ffffff;

}

.header .h_top .nav_r .language {
  position: relative;
  display: block;
  align-items: center;
  display: none !important;
}

.header .h_top .nav_r .language svg {
  width: 22px;
  height: 22px;
}

.header .h_top .nav_r .language i {
  display: flex;
  align-items: center;
  color: #0a044b;
  margin-left: 20px;
}

.header .h_top .nav_r .language i svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.header .h_top .nav_r .language ul {
  position: absolute;
  top: 100%;
  left: 47px;
  right: 0;
  padding: 10px 0;
  background: #fff;
  display: none;
}

.header .h_top .nav_r .language ul li {
  text-align: center;
  padding: 5px 0;
  color: #0a044b;
}

.header .h_top .nav_r .search {
  display: block;
  margin-right: 0%;
  cursor: pointer;

}

.header .h_top .nav_r .search svg {
  width: 20px;
  height: 20px;
}

.footer {
  background: #F9FCFF;
  padding: 90px 0 40px;
  width: 100%;
  overflow: hidden;
}

.footer .footermine {

  border-bottom: 1px solid #eaf1f8;
  display: flex;
  justify-content: space-between;
}



.header.indexheader {
  background: rgba(0, 0, 0, 0.4);

}

.header.indexheader .h_top .m_nav>li>a {

  color: #fff;
}

.header.indexheader .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #fff;
}

.footer .footermine .db_logo {

  width: 230px;
  height: 40px;
}

.footer .footermine .db_logo img {

  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer svg {
  margin: 0 !important;
}



.footer .w1440 {
  overflow: initial;
}

.footer .footermine .jjwz {

  width: 363px;
  height: 50px;
  border: 1px solid rgb(51, 51, 51, 0.2);
  position: relative;

}

.footer .footermine .jjwz .jtwz_c {
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footermine .jjwz .jtwz_c .icon {

  transition: all 0.4s;
  height: 25px;
  width: 25px;
}

.footer .footermine .jjwz .jtwz_c .icon path {

  fill: #333333;
}

.footer .footermine .jjwz .other {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -0%);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  flex-wrap: wrap;

}

.footer .footermine .jjwz .other a {
  padding: 10px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footermine .jjwz.sat .icon {

  transform: rotate(180deg);
}

.footer .btm_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4edf5;
}

.footer .btm_top .footer_t_l {
  display: block;

}

.footer .btm_top .footer_t_l .f_a {

  color: #333333;
  font-weight: bold;
  text-align: right;
  display: block;
  transition: all 0.4s;
}

.footer .btm_top .footer_t_l .f_a:hover {
  color: #1B379B;


}

.footer .btm_top .footer_t_l .f_p {

  text-align: right;
  margin-bottom: 10px;
  line-height: 1;
}

.footer .btm_top .footer_t_l .logo {
  width: 100%;
  height: 34px;
  position: relative;
}

.footer .btm_top .footer_t_l .logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .btm_top .footer_t_l .share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.footer .btm_top .footer_t_l .share li {
  /* width: 46px;
  margin-left: 20px;
  position: relative; */
}

.footer .btm_top .footer_t_l .share li .svg {

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  margin: 0 auto;
  cursor: pointer;

  transition: all 0.3s;

  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 5px;
}

.footer .btm_top .footer_t_l .share li .svg path {

  fill: #333333;
}

.footer .btm_top .footer_t_l .share li:hover .svg path {
  fill: #1B379B;

}

.footer .btm_top .footer_t_l .share li svg {
  width: 25px;
  height: 25px;
  margin: 0;
}

.footer .btm_top .footer_t_l .share li svg path {
  fill: #b6b6b6;
}

.footer .btm_top .footer_t_l .share li p {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

.footer .btm_top .footer_t_l .share li .qr {
  position: unset;
  top: 0%;
  left: 50%;

  display: flex;
  justify-content: space-between;
  background: #fff;
  pointer-events: none;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.3s;
  padding: 15px;
}

.footer .btm_top .footer_t_l .share li .qr .item {
  display: flex;
  flex-direction: row;
}

.footer .btm_top .footer_t_l .share li .qr .item .pic {
  width: 95px;
}

.footer .btm_top .footer_t_l .share li .qr .item::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  margin: 0 10px;
  border-right: 1px dotted #333;
}

.footer .btm_top .footer_t_l .share li .qr .item:nth-last-child(1)::after {
  display: none;
}

.footer .btm_top .footer_t_l .share li .qr .item span {
  display: block;
  text-align: center;
  color: #222;
  font-size: 14px;
}

/* .footer .btm_top .footer_t_l .share li .qr::before {
  content: "";
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;

} */

.footer .btm_top .footer_t_r {
  width: calc(80% - 420px);
}

.footer .btm_top .footer_t_r .infor {
  width: 100%;
  display: flex;

}

.footer .btm_top .footer_t_r .infor li {

  margin-right: 4vw;
}

.footer .btm_top .footer_t_r .infor li:last-child {

  margin-right: 0;
}

.footer .btm_top .footer_t_r .infor li>a {
  display: block;
  color: #222;
}

.footer .btm_top .footer_t_r .infor li .nav_icon {
  display: none;
}

.footer .btm_top .footer_t_r .infor li .sub_nav {
  margin-top: 30px;
}

.footer .btm_top .footer_t_r .infor li .sub_nav div {
  margin-top: 10px;
}

.footer .btm_top .footer_t_r .infor li .sub_nav a {
  color: #333;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s;
}

.footer .btm_top .footer_t_r .infor li .sub_nav a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #777;
  opacity: 0;
  transition: all 0.3s;
}

.footer .btm_top .footer_t_r .infor li .sub_nav a:hover {
  color: #222;
}

.footer .btm_top .footer_t_r .infor li .sub_nav a:hover::before {
  opacity: 1;
  left: 0%;
  right: 0%;
}

.footer .btm_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .btm_bottom .btm_l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .btm_bottom .btm_l p {
  display: block;
  width: 100%;
}

.footer .btm_bottom .btm_l p,
.footer .btm_bottom .btm_l a {
  color: #777777;
  line-height: 1.5;
  transition: all 0.3s;
}

.footer .btm_bottom .btm_l a:hover {
  color: #0a044b;
}

.footer .btm_bottom .btm_r {
  display: flex;
  align-items: center;
  color: #777777;
}

.footer .btm_bottom .btm_r a {
  color: #777777;
  padding: 0 15px;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}

.footer .btm_bottom .btm_r a:hover {
  color: #0a044b;
}

@media screen and (min-width: 998px) {



  /* .footer .btm_top .footer_t_l .share li:hover .qr {
    top: calc(100% + 0px);
    opacity: 1;
    pointer-events: auto;
  } */

}

.page-banner {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.page-banner img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .page-banner .img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
} */
.page-banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 5;
}

.page-banner .txt p {
  display: block;
  color: #fff;
  text-align: left;

}

.page-banner .txt span {
  display: block;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.breadcrumbs ul li {
  color: #fff;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.breadcrumbs ul li:first-child svg {
  width: 15px;
  height: 16px;
  margin-right: 10px;
}

.breadcrumbs ul li span {
  color: #fff;
  font-size: 16px;
}

.breadcrumbs ul li .icon {

  margin: 0 !important;
  width: 18px;
  height: 16px;
}

.breadcrumbs ul li:nth-last-child(1)::after {
  display: none;
}

.nav-tab {
  border-bottom: 1px solid #e5e5e5;
}

.nav-tab .w1440 {
  display: flex;
  justify-content: flex-end;
}

.nav-tab .item {
  margin-left: 60px;
}

.nav-tab .item a {
  display: inline-block;
  padding: 30px 0;
  color: #222;
  position: relative;
}

.nav-tab .item.on a {
  color: #1B379B;
}

.nav-tab .item.on a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1B379B;
  height: 3px;
}

.w1600 {
  width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}

.w1440 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumbs ul li:last-child span {
  color: #222222 !important;

}

.footer .footermine .jjwz.sat .other {
  opacity: 1;
  /* left: 50%; */
  pointer-events: auto;
  top: 50px;
  background: #1B379B;
}

@media screen and (max-width: 1600px) {

  .w1440 {
    width: 80% !important;
  }

  .header .h_top .m_nav>li>a {
    padding: 0px 20px;
  }

  .footer .btm_top .footer_t_r {
    width: calc(90% - 420px);
  }


}

@media screen and (max-width: 1440px) {
  .bnt_top {
    width: 45px;
    height: 45px;
  }

  .header .h_top .logo {
    width: 200px;

  }

  .header .h_top .m_nav>li>a {
    padding: 0px 20px;
  }

  .header .h_top .m_nav {
    width: calc(100% - 210px);
  }

  .footer .btm_top .footer_t_r {
    width: calc(100% - 440px);
  }

  .footer .btm_top .footer_t_l .logo {
    width: 336px;
    height: 27px;
  }

  .footer .btm_top .footer_t_r .infor li .sub_nav {
    margin-top: 30px;
  }

  .footer .btm_top .footer_t_r .infor li .sub_nav div {
    margin-top: 20px;
  }

  .footer .btm_top .footer_t_l .share {
    margin-top: 10px;
  }

  .footer .btm_top {
    padding-bottom: 120px;
  }

  .footer .footermine .jjwz {
    width: 300px;
  }

}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {

  .header .h_top .m_nav>li>a {
    padding: 0px 15px;
  }

  .header .h_top .logo {
    width: 200px;

  }

  .hngta {

    width: 100px;
    height: 40px;
  }
}

@media screen and (max-width: 1200px) {


  .w1440 {
    width: 90% !important;
  }

  /* .footer .btm_top .footer_t_l .share li:nth-child(1) .qr {
    left: -10px;
    transform: translateX(0);
  }

  .footer .btm_top .footer_t_l .share li:nth-child(1) .qr::before {
    left: 23px;
    transform: translateX(0);
  } */

  .header .h_top .header_nav_r {


    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 998px) {

  .header .h_top .m_nav>li::before {

    display: none;
  }

  #videoPopup .video-box {
    width: 94%;
  }

  .header .h_top .nav_r .nav_ljmine {

    display: none;
  }


  .nv_top .w1440 .breadcrumbs {

    width: 100%;
  }

  .nv_top .w1440 .nav-tab {

    width: 100%;
  }

  .nv_top .w1440 {

    flex-wrap: wrap;
  }

  .nv_top .w1440 .nav-tab .item {

    margin-left: 12px;
  }

  .nv_top .w1440 .nav-tab .item a {

    font-size: 14px;
  }
















  .breadcrumbs ul li .icon {

    width: 16px;
    height: 16px;
  }

  .breadcrumbs ul {

    align-items: baseline;
  }

  .nv_top .w1440 .nav-tab .item a {
    font-size: 14px;
    padding: 15px 0;
    padding-top: 0;
  }

  .nv_top .w1440 .nav-tab {

    width: 100%;
    justify-content: left;
  }

  .header .u-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
    margin-right: 0px;
    margin-left: 20%;
  }

  .header .u-menu .menu-sub {
    position: absolute;
    left: 0;
    margin: 8px 0 0;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }

  .header .u-menu .menu-sub:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }

  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }

  .header .u-menu .menu-sub:before {
    top: -16px;
  }

  .header .u-menu .menu-sub:after {
    top: -8px;
  }

  .header .u-menu.on .menu-sub {
    height: 0;
    background: #ffffff;
  }

  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    top: -8px;
  }

  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #ffffff;
    top: -8px;
  }

  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }

  .header.on .u-menu .menu-sub {
    background: #fff;
  }

  .header.on .u-menu .menu-sub {
    background: #fff;
  }

  .header.on .u-menu .menu-sub:before {
    background: #fff;
  }

  .header.on .u-menu .menu-sub:after {
    background: #fff;
  }

  .header:hover .u-menu .menu-sub {
    background-color: #ffffff;
  }

  .header:hover .u-menu .menu-sub {
    background: #ffffff;
  }

  .header:hover .u-menu .menu-sub:before {
    background: #ffffff;
  }

  .header:hover .u-menu .menu-sub:after {
    background: #ffffff;
  }

  .header.act .u-menu .menu-sub {
    background-color: #ffffff;
  }

  .header.act .u-menu.on .menu-sub {
    background: #ffffff;
  }

  .header.act .u-menu.on .menu-sub:before {
    background: #ffffff;
  }

  .header.act .u-menu.on .menu-sub:after {
    background: #ffffff;
  }

  .header.act .h_top .m_nav {
    height: auto;
  }

  .header::after {
    display: none;
  }

  .nav-tab .item a {
    padding: 20px 0;
  }

  .nv_top .w1440 .nav-tab .item {
    margin-left: 15px;
  }

  .header {
    padding: 10px 0;
  }

  .header .h_top {
    width: 90%;
  }

  .header .h_top .header_nav_r {
    width: calc(100% - 80px);
  }

  .header .h_top .nav_r .language ul {
    left: 20px;
  }

  .header .h_top .nav_r {
    width: 150px;
  }

  .header .h_top .nav_r .language i {
    font-size: 12px;
    margin-left: 5px;
  }

  .header .h_top .nav_r .language i svg {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }

  .header.on .h_top .m_nav {
    height: auto;
  }

  .header .h_top .m_nav {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }

  .header .h_top .m_nav li {
    width: 94%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative !important;
  }

  .header .h_top .m_nav li:nth-last-child(1) {
    border-bottom: 0;
  }

  .header .h_top .m_nav li>a {
    font-size: 16px;
    width: 80%;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    color: #333333 !important;


  }

  .header.on .h_top .m_nav>li>a {
    color: #333333 !important;

  }

  .header.indexheader .h_top .m_nav>li>a {
    color: #333333 !important;

  }

  .header .h_top .m_nav>li .sub_nav li a:hover {
    color: #3574b7;
    background: transparent;
  }

  .header .h_top .m_nav>li>a::after {
    display: none;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul {
    display: block;
    padding: 0 !important;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul li {
    width: 100%;
  }

  .header .h_top .m_nav>li:nth-child(1) .sub_nav ul li img {
    display: none;
  }

  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .tit {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .des {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt {
    padding: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {
    margin-bottom: 10px !important;
  }

  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 0px;
    background: #fff;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l {
    width: 100%;
    padding: 0;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-r {
    display: none;
  }

  .header .h_top .m_nav>li .sub_nav li a {
    text-align: left;
    padding: 0;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }

  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }

  .header .h_top .m_nav>li .sub_nav .fx .item-l .txt .links a {

    padding-left: 20px;
    text-align: left;
  }

  .footer {
    padding: 40px 0;
  }

  .footer .btm_top {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer .btm_top .footer_t_l {
    max-width: none;
    width: 100%;
  }

  .footer .btm_top .footer_t_l .logo {
    width: 420px;
    height: 34px;
    margin: 0 auto;
  }

  .footer .btm_top .footer_t_r {
    display: none;
  }

  .footer .btm_top .footer_t_l .share {
    justify-content: center;
  }

  .footer .btm_bottom {
    flex-wrap: wrap;
  }

  .footer .btm_bottom .btm_l {
    width: 100%;
  }

  .footer .btm_bottom .btm_l p {
    text-align: center;
  }

  .footer .btm_bottom .btm_r {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  /* 
  .footer .btm_top .footer_t_l .share li:nth-child(1) .qr {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer .btm_top .footer_t_l .share li:nth-child(1) .qr::before {
    left: 50%;
    transform: translateX(-50%);
  } */

  .footer .btm_top .footer_t_l .share li.on {
    z-index: 10;
  }

  .footer .btm_top .footer_t_l .share li.on .svg {
    background: #004097;
    border: 1px solid #004097;
  }

  .footer .btm_top .footer_t_l .share li.on .svg svg path {
    fill: #fff;
  }

  .footer .btm_top .footer_t_l .share li.on .qr {
    top: calc(100% + 15px);
    opacity: 1;
    pointer-events: auto;
  }

}

@media screen and (max-width: 768px) {
    #page .laypage_main a.laypage_next {
        
            width: 70px;
    }
    #page .laypage_main a.laypage_prev {
        
          width: 70px;
    }
    #page .laypage_main span {
        
            font-size: 14px;
            display: none;
    }
    #page .laypage_main a {
            line-height: 36px;
            font-size: 14px;
                width: 36px;
    height: 36px;
    margin: 0 2px;
    }
    #page .laypage_main .laypage_curr {
        
            width: 36px;
    height: 36px;
        font-size: 14px;
    line-height: 36px;
            margin: 0 2px;
            display: flex;
    }
    .cybj_mine .cybj_txt span {
        
            font-size: 16px !important;
    }
  .header .h_top .nav_r .search {

    display: none;
  }

  .header .h_top .nav_r .lxi {

    display: none;
  }

  .nv_top .w1440 .nav-tab {

    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
  }

  .page-banner {

    height: 300px;
  }

  .footer .footermine .jjwz.sat .other {

    top: 40px;
  }



  .footer .footermine .db_logo {

    width: 100%;
    margin-bottom: 20px;
  }

  .footer .footermine {

    flex-wrap: wrap;
  }

  .footer .footermine .jjwz {

    margin: 0 auto;
  }

  .header .h_top .nav_r .nav_ljmine {

    display: none;
  }

  .bnt_top.on {
    right: 10px;
    width: 35px;
    height: 35px;
  }

  .bnt_top .svg {
    width: 15px;
    height: 15px;
  }

  .cont .title {
    font-size: 32px !important;
  }



  .page-banner img {
    height: 100%;
    object-fit: cover;
  }

  .page-banner .txt span {
    font-size: 14px;
  }

  .page-banner .txt p {
    font-size: 30px;
  }

  .breadcrumbs ul {
    padding: 10px 0;
  }

  .breadcrumbs ul li span {
    font-size: 12px;
  }

  .breadcrumbs ul li::after {
    font-size: 12px;
  }

  .nav-tab .item a {
    padding: 10px 0;
  }

  .header .h_top .logo {
 width: 180px;
        height: 23px;
  }

  .header .h_top .nav_r {
    width: 120px;
  }

  .header .h_top .nav_r .search svg,
  .header .h_top .nav_r .language svg {
    width: 18px;
    height: 18px;
  }

  .header .u-menu {
    margin-left: 10%;
  }


  /* .footer .btm_top .footer_t_l .share li {
    width: 35px;
    height: 35px;
  }

  .footer .btm_top .footer_t_l .share li svg {
    width: 18px;
    height: 18px;
  } */

  .footer .btm_top .footer_t_l .share li:nth-child(1) {
    /* margin-left: 0; */

    margin: 0 auto;
  }

  .footer .btm_top .footer_t_l .logo {
    width: 250px;
    height: 20px;
  }

  .footer .btm_bottom .btm_r a {
    padding: 0 6px;
    font-size: 12px;
  }

  .footer .btm_bottom .btm_l p,
  .footer .btm_bottom .btm_l a {
    font-size: 12px;
  }

  .footer .btm_top .footer_t_l .share li .svg {
    width: 100%;
    height: 100%;
  }

  .footer .btm_top .footer_t_l .share li .qr {
    padding: 5px;
    border-radius: 3px;
  }

  .footer .btm_top .footer_t_l .share li .qr .item .pic {
    width: 85px;
  }

  .footer .btm_top .footer_t_l .share li .qr .item span {
    font-size: 10px;
  }

  .footer .btm_top .footer_t_l .f_p {

    text-align: center;
  }

  .footer .btm_top .footer_t_l .f_a {
    text-align: center;

  }

  .footer .footermine .jjwz {

    width: 220px;
    height: 40px;
  }
}

/*# sourceMappingURL=./base.css.map */
<!--耗时1773909160.0473秒-->