body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'HarmonyOS_Sans_Medium';
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #e6e6ec;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('fonts/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('fonts/SourceHanSansCN-Medium.otf');
}
@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: url('fonts/SourceHanSansCN-Normal.otf');
}
* {
  font-family: 'SourceHanSansCN-Medium';
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
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;
}

.popup_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_video .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup_video .pop_ctn {
  width: 75%;
  height: 80%;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #000;
}
.popup_video .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_video .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_video .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_video .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_video .pop_ctn video {
  width: 100%;
  height: 100%;
  display: block;
}
.popup_video.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide {
  overflow: hidden;
}

.sidenavigation{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    z-index: 100;
    transition: all 1s;
}
.sidenavigation.on{
    right: 30px;
}
.sidenavigation a{
    width: 64px;
	height: 64px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,.2);
	transition: all .3s;
	margin-bottom: 3px;
}
.sidenavigation a.mk1{
    display: none;
}
.sidenavigation a img{
    width: auto;
}
.sidenavigation a:hover{
    background: #110a6a;
}
.p_page{
    text-align: center;
    margin-top:7% ;
}
.p_page a, .p_page span{
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 14px!important;
    border: 1px solid transparent!important;
    color: #777777!important;
    transition: all .3s;
    padding: 0!important;
}
.p_page .laypage_curr{
    background-color: #110b6b!important;
    color: #ffffff!important;
}
.p_page a:hover, .p_page span:hover{
    background-color: #646464!important;
    color: #ffffff!important;
}
.more_2 {
  width: 150px;
  padding: 9px 20px;
  border: 1px solid #919396;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: 'SourceHanSansCN-Normal';
  margin-top: 2.5%;
  transition: all 0.5s;
}
.more_2 svg {
  margin-top: 1px;
}
.more_2:hover {
  background: #110a6a !important;
  border: 1px solid #110a6a !important;
  color: #fff;
}
.more_2:hover svg path {
  fill: #ffffff;
}
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;
  position: relative;
}
svg {
  margin: 0;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
svg path {
  transition: all 0.3s;
}
.make {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  /*background: rgba(0, 0, 0, 0.6);*/
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.make.on {
  opacity: 1;
  pointer-events: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  background: transparent;
}
.header * {
  font-family: 'SourceHanSansCN-Normal';
}
.header.act,
.header.on,
.header:hover {
  background: rgba(255,255,255,.8);
}
.header.act .h_top .m_nav > li > a,
.header.on .h_top .m_nav > li > a,
.header:hover .h_top .m_nav > li > a {
  color: #333333;
}
.header.act .h_top .logo img,
.header.on .h_top .logo img,
.header:hover .h_top .logo img {
  top: auto;
  bottom: 0;
}
.header.act .h_top .m_nav > li .icon_pc svg path,
.header.on .h_top .m_nav > li .icon_pc svg path,
.header:hover .h_top .m_nav > li .icon_pc svg path {
  fill: #333333;
}
.header.act .h_top .nav_r .language,
.header.on .h_top .nav_r .language,
.header:hover .h_top .nav_r .language {
  color: #333;
}
.header.act .h_top .nav_r .language .nav_icon svg path,
.header.on .h_top .nav_r .language .nav_icon svg path,
.header:hover .h_top .nav_r .language .nav_icon svg path {
  fill: #333333;
}
.header.act .h_top .nav_r .search,
.header.on .h_top .nav_r .search,
.header:hover .h_top .nav_r .search {
  color: #333;
}
.header.act .h_top .nav_r .search svg path,
.header.on .h_top .nav_r .search svg path,
.header:hover .h_top .nav_r .search svg path {
  fill: #333333;
}
.header .h_top {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .h_top .logo {
  width: 162px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.header .h_top .logo img {
  position: absolute;
  top: 0;
  left: 0;
}
.header .h_top .m_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li {
  height: 100%;
  display: block;
}
/*
.header .h_top .m_nav > li:nth-child(1) {
  position: static;
}
.header .h_top .m_nav > li:nth-child(1) .sub_box {
  width: 100%;
  left: 0;
  transform: translateX(0%);
  padding: 30px 0;
}
.header .h_top .m_nav > li:nth-child(1) .sub_nav {
  width: 300px;
  display: block;
  padding-right: 40px;
  border-right: 1px solid #f0f0f0;
}
.header .h_top .m_nav > li:nth-child(1) .sub_nav li{
    width: 100%;
}
.header .h_top .m_nav > li:nth-child(1) .sub_nav li.on a {
  color: #111111;
  background: #f7f7f7;
  text-decoration: underline;
  font-weight: bold;
}
*/
.header .h_top .m_nav > li > a {
  color: #fff;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.header .h_top .m_nav > li > a::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 25%;
  right: 25%;
  height: 2px;
  /*background-color: #fff;*/
  opacity: 0;
  transition: all 0.3s;
}
.header .h_top .m_nav > li:hover > a::before {
  opacity: 1;
}
.header .h_top .m_nav > li .nav_icon {
  display: none;
}
.header .h_top .m_nav > li .icon_pc {
  display: inline-block;
  margin-top: 3px;
}
.header .h_top .m_nav > li .sub_box {
  position: absolute;
  left: 0%;
  right: 0;
  top: 100%;
  padding: 5px;
  width: 100%;
  background: rgba(255,255,255,.8);
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header .h_top .m_nav > li .sub_box .sub_flex {
  display: flex;
  justify-content: space-between;
  overflow: initial;
}
.header .h_top .m_nav > li .sub_nav {
  width: 100%;
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header .h_top .m_nav > li .sub_nav li {
}
.header .h_top .m_nav > li .sub_nav li a {
  display: block;
  width: 100%;
  padding: 6px 32px;
  margin: 5px 0;
  transition: all 0.5s;
  line-height: 1.3;
  border-radius: 100px;
  color: #666666;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .sub_nav li a:hover {
  background: #f7f7f7;
}

.header .h_top .m_nav > li .nav_swiper_box {
  width: calc(100% - 300px);
  position: relative;
}
.header .h_top .m_nav > li .nav_swiper_box .item {
  opacity: 0;
  transform: translateX(30px);
  pointer-events: none;
  transition: all 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .h_top .m_nav > li .nav_swiper_box .item.on {
  opacity: 1;
  transform: translateX(0);
  position: static;
  pointer-events: auto;
  transition: all 0.6s;
}
.header .h_top .m_nav > li .nav_swiper_box .item.on .more {
  opacity: 1;
  transform: translateX(0);
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box {
  position: relative;
  padding: 0 40px;
  width: 100%;
  max-height: 260px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev,
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next {
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #333333;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev::after,
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next::after {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev:hover,
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(152, 152, 152, 0.1);
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev:hover::after,
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next:hover::after {
  color: #999999;
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev {
  left: -26px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next {
  right: -26px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide {
  padding: 5px 0;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide .ic {
  background: #f7f7f7;
  position: relative;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide .ic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
  height: 10px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide .ic::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
  height: 10px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide .ic img {
  position: relative;
  z-index: 5;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide .txt {
  color: #333333;
  margin-top: 5px;
  text-align: center;
  transition: all 0.5s;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide:hover .ic::after {
  top: -3px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide:hover .ic::before {
  bottom: -3px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .swiper-slide:hover .txt {
  font-weight: 700;
  text-decoration: underline;
}
.header .h_top .m_nav > li .nav_swiper_box .item .more {
  padding-top: 25px;
  margin: 25px 40px 0;
  border-top: 1px solid #f0f0f0;
  text-align: right;
  transition: all 0.5s 0.2s;
  opacity: 0;
  transform: translateX(30px);
}
.header .h_top .m_nav > li .nav_swiper_box .item .more a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 35px;
  border: 1px solid #919396;
  background: #fff;
  color: #000;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .nav_swiper_box .item .more a i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .more a i svg {
  width: 16px;
  height: 16px;
}
.header .h_top .m_nav > li .nav_swiper_box .item .more a:hover {
  color: #fff;
  background: #110a6a;
  border: 1px solid #110a6a;
}
.header .h_top .m_nav > li .nav_swiper_box .item .more a:hover i svg path {
  fill: #ffffff;
}
.header .h_top .m_nav > li .nav_swiper_box .nav_swiper{
    padding-bottom: 30px;
}
.header .h_top .m_nav > li .nav_swiper_box .nav_swiper .swiper-pagination {
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header .h_top .m_nav > li .nav_swiper_box .nav_swiper .swiper-pagination-bullet {
  background: #110a6a;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li .nav_swiper_box .nav_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 29px;
}



.header .h_top .nav_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .h_top .nav_r .language {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 45px;
  color: #fff;
}
.header .h_top .nav_r .language .nav_icon {
  margin-top: 5px;
  display: inline-block;
}
.header .h_top .nav_r .language .nav_icon svg {
  width: 18px;
  height: 18px;
}
.header .h_top .nav_r .language svg {
  width: 27px;
  height: 27px;
}
.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%;
  right: 0;
  margin-right: -20px;
  width: 60px;
  padding: 10px 0;
  background: #000;
  display: none;
}
.header .h_top .nav_r .language ul li a {
  padding: 4px 0;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.header .h_top .nav_r .language ul li:hover a {
  color: #fff;
}
.header .h_top .nav_r .search {
  display: flex;
  align-items: center;
  margin-left: 45px;
  color: #fff;
}
.header .h_top .nav_r .search svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.footer {
  background: #f6f6f6;
  position: relative;
  z-index: 10;
}
.footer .w1440 {
  overflow: initial;
}
.footer .footer_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer .footer_top .footer_nav .logo {
  width: 220px;
}
.footer .footer_top .footer_nav .info {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.footer .footer_top .footer_nav .info li {
  display: block;
  padding: 0 18px;
  border-right: 1px solid #333333;
}
.footer .footer_top .footer_nav .info li:nth-child(1) {
  padding-left: 0;
}
.footer .footer_top .footer_nav .info li:nth-last-child(1) {
  padding-right: 0;
  border-right: 0;
}
.footer .footer_top .footer_nav .info a {
  display: block;
  line-height: 1;
  color: #333333;
  position: relative;
  white-space: nowrap;
}
.footer .footer_top .footer_nav .info a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.footer .footer_top .footer_nav .info a:hover::after {
  width: 100%;
}
.footer .footer_top .footer_tel .tel_top {
  display: flex;
  align-items: center;
  color: #333333;
}
.footer .footer_top .footer_tel .tel_top a {
  color: #333;
  position: relative;
  line-height: 1;
}
.footer .footer_top .footer_tel .tel_top a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
/*
.footer .footer_top .footer_tel .tel_top a:hover::after {
  width: 100%;
}
*/
.footer .footer_top .footer_tel .tel_top img {
  width: 42px;
  margin-right: 10px;
}
.footer .footer_top .footer_tel ul {
  padding-top: 5px;
}
.footer .footer_top .footer_tel ul li {
  display: block;
  color: #333333;
  margin-top: 10px;
}
.footer .footer_top .footer_tel ul li a {
  color: #333333;
  position: relative;
}
.footer .footer_top .footer_tel ul li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
/*
.footer .footer_top .footer_tel ul li a:hover::after {
  width: 100%;
}
*/
.footer .footer_top .footer_qr {
  display: flex;
}
.footer .footer_top .footer_qr .item {
  width: 99px;
  margin-left: 27px;
}
.footer .footer_top .footer_qr .item p {
  color: #333;
  text-align: center;
  width: 100%;
  margin-top: 9px;
}
.footer .footer_btm {
  padding-top: 25px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_btm .txt_l {
  color: rgba(51, 51, 51, 0.5);
}
.footer .footer_btm .txt_l a {
  color: rgba(51, 51, 51, 0.5);
  position: relative;
  transition: all 0.3s;
}
.footer .footer_btm .txt_l a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.footer .footer_btm .txt_l a:hover {
  color: #333;
}
/*
.footer .footer_btm .txt_l a:hover::after {
  width: 100%;
}
*/
.footer .footer_btm .share {
  display: flex;
  align-items: center;
}
.footer .footer_btm .share li {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .footer_btm .share li svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
.footer .footer_btm .share li .qr {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: #fff;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.footer .footer_btm .share li:hover {
  background: #110a6a;
}
.footer .footer_btm .share li:hover svg path {
  fill: #fff;
}
.footer .footer_btm .share li:hover .qr {
  bottom: 110%;
  opacity: 1;
  pointer-events: auto;
}
.cont_info {
  position: relative;
  z-index: 10;
}
.cont_info .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont_info .w1440 .txt p {
  color: #fff;
  display: block;
}
.cont_info .w1440 .txt span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'SourceHanSansCN-Normal';
  margin-top: 5px;
}
.cont_info .w1440 .more {
  width: 200px;
  height: 60px;
}
.cont_info .w1440 a {
  width: 100%;
  height: 100%;
  
    border-radius: 100px;
  border: 1px solid #919396;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cont_info .w1440 a p {
  color: #000;
  margin-right: 10px;
  font-family: 'SourceHanSansCN-Normal';
  transition: all 0.3s;
}
.cont_info .w1440 a i {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #2dafd1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont_info .w1440 a:hover {
  background: #110a6a;
  border: 1px solid #110a6a;
}
.cont_info .w1440 a:hover p {
  color:#fff;
  margin-right: 20px;
}
.page_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 65px;
}
.page_banner .img {
  width: 100%;
}
.page_banner .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.page_banner .txt p {
  display: block;
  color: #333333;
}
.page_banner .txt span {
  display: block;
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
}
.breadcrumbs .w1440 {
  display: flex;
  padding: 35px 0;
}
.breadcrumbs .w1440 .txt {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs .w1440 p {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal';
}
.breadcrumbs .w1440 p a{
    color: #333333;
  font-family: 'SourceHanSansCN-Normal';
}
.breadcrumbs .w1440 p::after {
  content: '/';
  display: inline-block;
}
.breadcrumbs .w1440 p:nth-last-child(1)::after {
  display: none;
}
.breadcrumbs .w1440 svg {
  margin-right: 10px;
  margin-top: 2px;
}
.popup_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_video .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup_video .pop_ctn {
  width: 65%;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #000;
}
.popup_video .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_video .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_video .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_video .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_video .pop_ctn video {
  width: 100%;
  height: 100%;
  display: block;
}
.popup_video.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
.popup_text {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_text .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}
.popup_text .pop_ctn {
  width: 960px;
  height: 80%;
  border-radius: 15px;
  padding: 40px 5px 40px 40px;
  background: #fff;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
}
.popup_text .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 15px;
  border-radius: 100%;
  padding: 7px;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_text .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_text .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_text .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_text .pop_ctn .close:hover svg path {
  fill: #ffffff;
}
.popup_text .pop_ctn .text {
  width: 100%;
  height: 100%;
  overflow: overlay;
  color: #333;
  padding-right: 25px;
}
.popup_text .pop_ctn .text .tit {
  text-align: center;
  margin-bottom: 10px;
}
.popup_text.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
.w1600 {
  width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .w1600 {
    width: 90%;
  }
  .w1440 {
    width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .header .h_top .m_nav > li > a {
    padding: 0 30px;
  }
  .header .h_top .nav_r .send,
  .header .h_top .nav_r .search,
  .header .h_top .nav_r .language {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1440px) {
 
  .header .h_top .nav_r .send,
  .header .h_top .nav_r .search,
  .header .h_top .nav_r .language {
    margin-left: 25px;
  }
  .header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-prev,
  .header .h_top .m_nav > li .nav_swiper_box .item .sw_box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .footer .footer_top .footer_nav .info li {
    padding: 0 12px;
  }
    .sidenavigation.on{
    right: 20px;
}
.sidenavigation a{
    width: 50px;
	height: 50px;
}
.sidenavigation a img{
    width: 30px;
}
}
@media screen and (max-width: 1366px) {
  .breadcrumbs .w1440 {
    padding: 25px 0;
  }
  .more_2 {
    width: 140px;
    padding: 6px 15px;
  }

}
@media screen and (max-width: 1280px) {
  .footer .footer_top .footer_qr .item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .h_top .nav_r .send,
  .header .h_top .nav_r .search,
  .header .h_top .nav_r .language {
    margin-left: 20px;
  }
  .header .h_top .m_nav > li .icon_pc {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1100px) {
  .footer .footer_top {
    flex-wrap: wrap;
  }
  .footer .footer_top .footer_nav {
    width: 100%;
  }
  .footer .footer_top .footer_nav .info {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 998px) {
    .popup_video .pop_ctn {
    width: 90%;
    height: auto;
  }
  .popup_video .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_video .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
  .breadcrumbs .w1440 {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .page_banner {
    margin-top: 60px;
  }
  .cont_info .w1440 .more {
    width: 190px;
    height: 50px;
  }
  .popup_video .pop_ctn {
    width: 90%;
    height: auto;
  }
  .popup_video .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_video .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
  .header .u-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 3px;
    z-index: 6;
    margin-right: 0px;
    margin-left: 12px;
  }
  .header .u-menu .menu-sub {
    position: absolute;
    left: 0;
    margin: 8px 0 0;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #333;
    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: #333;
  }
  .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: #333;
    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: #333;
    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-color: #333;
  }
  .header.on .u-menu .menu-sub {
    background: #333;
  }
  .header.on .u-menu .menu-sub:before {
    background: #333;
  }
  .header.on .u-menu .menu-sub:after {
    background: #333;
  }
  /* .header.act .u-menu .menu-sub{background-color: #fff;}
    .header.act .u-menu.on .menu-sub{background: #fff;}
    .header.act .u-menu.on .menu-sub:before{background: #fff;}
    .header.act .u-menu.on .menu-sub:after{background: #fff;} */
  .header {
    padding: 10px 0;
  }
  .header.act, .header.on, .header:hover {
    background: rgba(255, 255, 255, 1);
}
  .header .h_top .header_nav_r {
    width: calc(100% - 80px);
  }
  .header .h_top .logo {
    width: 150px;
    height: 42px;
  }
  .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 .h_top .m_nav {
    position: fixed;
    top: 62px;
    left: 0;
    height: calc(100vh - 48px);
    width: 100%;
    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: 92%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative!important;
  }
  .header .h_top .m_nav li:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .h_top .m_nav li > a {
    font-size: 16px;
    width: 80%;
    height: 50px;
    line-height: 50px;
  }
  .header .h_top .m_nav > li .sub_nav li {
    border-bottom: 0;
    border-top: 0;
    width: 100%;
  }
  .header .h_top .m_nav > li .sub_nav li a:hover {
    color: #3574b7;
    background: transparent;
  }
  .header .h_top .m_nav > li > a::before {
    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 .icon_pc {
    display: none!important;
  }
  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    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 .nav_swiper_box {
    display: none;
  }
  .header .h_top .m_nav li .sub_nav,
  .header .h_top .m_nav > li:nth-child(1) .sub_nav {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .header .h_top .m_nav > li:nth-child(1) .sub_box {
    padding: 0 0 0 20px;
  }
  .header .h_top .m_nav > li .sub_box {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 20px;
    background: transparent;
  }
  .header .h_top .m_nav > li .sub_nav li a {
    text-align: left;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
  }
  .header .h_top .m_nav > li .sub_box .sub_flex {
    width: 90%;
    margin: 0 auto;
  }
  .header .h_top .m_nav > li .sub_nav li.on a,
  .header .h_top .m_nav > li:nth-child(1) .sub_nav li.on a {
    background: transparent;
    color: #333;
    font-weight: initial;
    text-decoration: initial;
  }
  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }
  .popup_text .pop_ctn {
    width: 90%;
    padding: 25px;
    border-radius: 10px;
  }
  .popup_text .pop_ctn .text .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup_text .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_text .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
    .sidenavigation a.mk1{
    display: flex;
}
      .sidenavigation.on{
    right: 5px;
}
.sidenavigation a{
    width: 35px;
	height: 35px;
}
.sidenavigation a img{
    width: 20px;
}

    .p_page a, .p_page span {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px !important;
    }
  .breadcrumbs .w1440 svg {
    margin-top: 0;
  }
  .page_banner {
    margin-top: 48px;
  }
  .page_banner .img {
    height: 200px;
  }
  .page_banner .img img {
    height: 100%;
    object-fit: cover;
  }
  .header .h_top .m_nav {
    top: 47px;
  }
  .header .h_top .logo {
    width: 100px;
    height: 28px;
  }
  .header .h_top .m_nav > li .sub_nav li a {
    height: 40px;
    line-height: 40px;
  }
  .header .h_top .nav_r .search {
    font-size: 12px;
  }
  .header .h_top .nav_r .search svg {
    margin-left: 5px;
  }
  .cont_info {
    height: 100px;
  }
  .cont_info img {
    height: 100%;
    object-fit: cover;
  }
  .cont_info .w1440 .more {
    width: 100px;
    height: 30px;
    margin-left: 20px;
  }
  .cont_info .w1440 .more a {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .cont_info .w1440 a p {
    font-size: 10px;
    margin-right: 7px;
  }
  .cont_info .w1440 a:hover {
    border: 1px solid #110a6a;
  }
  .cont_info .w1440 a:hover p {
    margin-right: 15px;
  }
  .cont_info .w1440 a i {
    width: 18px;
    height: 18px;
  }
  .cont_info .w1440 a i svg {
    width: 12px;
    height: 12px;
  }
  .cont_info .w1440 .txt span {
    font-size: 10px;
    margin-top: 2px;
  }
  .more_2 {
    width: 110px;
    padding: 5px 15px;
    font-size: 12px!important;
  }
  .more_2 svg {
    width: 12px!important;
    height: 12px!important;
    margin-top: 1px;
  }
  .footer .footer_top .footer_nav .info {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer .footer_top .footer_nav .info li {
    padding: 0;
    width: 33.33%;
    margin-bottom: 10px;
  }
  .footer .footer_top .footer_nav .info li a {
    text-align: center;
  }
  .footer .footer_top .footer_nav .info li:nth-child(3n) {
    border-right: 0;
  }
  .footer .footer_top .footer_tel .tel_top img {
    width: 30px;
  }
  .footer .footer_top .footer_nav .info a {
    font-size: 14px;
  }
  .footer .footer_top .footer_tel {
    width: 100%;
  }
  .footer .footer_top .footer_tel ul li {
    margin-top: 7px;
  }
  .footer .footer_top .footer_qr {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .footer .footer_btm {
    margin-top: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .footer .footer_btm .txt_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .footer_btm .share {
    width: 100%;
    justify-content: center;
  }
}
/*# sourceMappingURL=./base.css.map */
