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

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

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
body,
html {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

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;
}

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

a * {
  *cursor: pointer;
}

body {
  word-break: break-word;
}

* {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

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:focus,
select:focus {
  outline: none;
}

button:focus {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

button:active {
  box-shadow: none;
}

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

svg {
  width: 20px;
  height: 20px;
}
.banner{
    height: 30vw;
    overflow: hidden;
}
.syb_banner.banner{height:auto;}
@media screen and (max-width: 768px) {
    .banner{height:60vw;}
    .banner img{height: 100%;object-fit: cover;}
    
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #7b1087!important;}

.tips{
    position: static;
    top: 0;
  left: 0;
  font-family: 'Regular';
  width:100%;background: rgba(255,255,255,0.7);
  
  z-index: 999;
}
.tips .tips_con{
    padding:10px 0;
    width:94%;margin-left:auto;margin-right:auto;
    font-size:14px;color:#696969;text-align: justify;
    font-family: "Arail";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  /*transition: all 0.3s;*/
  font-family: 'Regular';
}
@media screen and (max-width: 768px) {
    .tips{position:static;}
    .tips .tips_con{color:#aaa;}
    .header.onn{top:0!important;}
}
.header svg {
  margin: 0;
}

.header.on {
  background-color: #eee;
  padding:10px 0;
}

.header.on .h_top {
  margin: 0px auto;
  padding-top:0px;
}

.header.on .h_top .logo img {
  top: auto;
  bottom: 0;
}

.header.on .h_top .m_nav li>a {
  color: #000;
}

.header.on .h_top .m_nav .sub_nav {
  background-color: #eee;
}

.header.on .h_top .m_nav .sub_nav li a {
  color: #000;
  margin: 0;
  font-size:14px;
}

.header.on .h_top .m_nav .sub_nav li a:hover {
  background-color: #7b1087;
  color: #fff;
}

.header.on .h_top .nav_r {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.header.on .h_top .nav_r .language a {
  color: #000;
}

.header.on .h_top .nav_r .search svg path {
  fill: #000;
}

.header .h_top {
  width: 94%;
  margin: 0px auto;
  padding-top:25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .h_top .logo {
  /*width: 305px;
  height: 68px;*/
  width: 195px;
  height: 44px;
  overflow: hidden;
  position: relative;
}

.header .h_top .logo img {
  position: absolute;
  top: 0;
  left: 0;
}

.header .h_top .m_nav {
  width: calc(100% - 520px);
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  transition: all 0.3s;
}

.header .h_top .m_nav>li {
  height: 100%;
  display: block;
  position: relative;
}

.header .h_top .m_nav>li>a {
  color: #fff;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}

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

.header .h_top .m_nav>li .sub_nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
}
.header .h_top .m_nav>li:first-child .sub_nav{width:191px;}
.header .h_top .m_nav>li:nth-of-type(2) .sub_nav{width:108px;}
.header .h_top .m_nav>li:nth-of-type(4) .sub_nav{width:155px;}
.header .h_top .m_nav>li:nth-of-type(5) .sub_nav{width:103px;}
.header .h_top .m_nav>li .sub_nav li {
  width: 100%;
}

.header .h_top .m_nav>li .sub_nav li a {
  display: block;
  width: 100%;
  padding: 6px 20px;
  margin: 2px 0;
  transition: all 0.5s;
  color: #fff;font-size:14px;
}

.header .h_top .m_nav>li .sub_nav li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header .h_top .nav_r {
  padding-left: 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header .h_top .nav_r .language {
  display: flex;
}

.header .h_top .nav_r .language a {
  display: inline-block;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
}

.header .h_top .nav_r .search {
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.footer {
  width: 100%;
  padding: 3% 0 2%;
  position: relative;
  background-color: #fff;
}

.footer .w1440 {
  overflow: initial;
}

.footer .btm_top .footer_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2%;
  position: relative;
}

.footer .btm_top .footer_t::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
}

.footer .btm_top .footer_t .logo {
  width: 450px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.footer .btm_top .footer_t .logo img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .btm_top .footer_t .logo svg{
    height:40px;
    width:100%;
}

.footer .btm_top .footer_t .share {
  font-family: 'Bold';
  color: #000;
  display: flex;
  align-items: center;
}

.footer .btm_top .footer_t .share .s_link {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.footer .btm_top .footer_t .share .s_link a {
  display: inline-block;
  width: 33px;
  height: 33px;
  /*background-image: url(../img/share.png);*/
  background-size: 600%;
  position: relative;
  margin-left:10px;
}
.footer .btm_top .footer_t .share .s_link a svg{width:33px;height:33px;}
.footer .btm_top .footer_t .share .s_link a:nth-child(1) {
  background-position: -136px 0;
}

.footer .btm_top .footer_t .share .s_link a:nth-child(2) {
  background-position: -66px 0;
}

.footer .btm_top .footer_t .share .s_link a .ewm{
  display: none;
  position: absolute;
  bottom: 40px;right:0px;
  background: #fff;
  padding:10px;
  width:150px;
}
.footer .btm_top .footer_t .share .s_link a .ewm img{width: 100%;}
.footer .btm_top .footer_t .share .s_link a:hover .ewm{display: block;}

.footer .btm_top .footer_b {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .btm_top .footer_b .infor {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .btm_top .footer_b .infor li{padding-right:20px;}
.footer .btm_top .footer_b .infor a {
  display: block;
  color: #000;
}

.footer .btm_top .footer_b .infor .fnt_20 {
  font-family: 'Bold';
  font-weight:700;
}

.footer .btm_top .footer_b .infor .sub_nav a {
  font-family: 'Regular';
  margin-top: 15px;
}

.footer .btm_bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3%;
  margin-top: 3%;
}

.footer .btm_bottom::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
}

.footer .btm_bottom .btm_l p {
  color: #000;
  font-family: 'Regular';
  font-size: 14px;
}
.footer .btm_bottom .btm_l a{
    color: #000;
  font-family: 'Regular';
  font-size: 14px;
}
.footer .btm_bottom .gaba img{width:20px;margin-right:5px;}
.footer .btm_bottom .gaba{display:flex;flex-wrap:wrap;}
.footer .btm_bottom .gaba a{display:flex;margin-right:20px;}
.footer .btm_bottom .btm_r {
  display: flex;
  align-items: center;
}

.footer .btm_bottom .btm_r a {
  font-family: 'Regular';
  color: #000;
  padding: 0 25px;
  font-size: 14px;
  position: relative;
}

.footer .btm_bottom .btm_r a:nth-last-child(1)::after {
  display: none;
}

.footer .btm_bottom .btm_r a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #f4f4f4;
}

.ft_btn {
  background: url(index_bg8.jpg) no-repeat center center;
  background-size: cover;
  padding: 6% 0;
  text-align: center;
}

.ft_btn p {
  color: #fff;
  font-family: 'Bold';
  text-align: center;
}

.ft_btn a {
  font-family: 'Medium';
  margin-top: 1.5%;
    position: relative;
  height:42px;
  width:140px;
  color: #fff;
  background: #792696;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:auto;margin-right:auto;
  transition: all 0.3s;
}
.ft_btn a:after{
  content: "";
  display: none!important;
  width: 30px;
  height: 30px;
  background: #792696;
  position: absolute;
  right: -16px;
  top: 6px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.more a:after{display:none!important;}
.cont .page5 a:after{display:none!important;}
.cont .page3 .box_r .txt .p a:after{display:none!important;}
.cont .page1 .box_l .txt a:after{display:none!important;}
.ft_btn a:hover{background: #5e1c75;}
.ft_btn a:hover:after{background:#5e1c75;}

.ft_btn a span {
  margin-left: 10px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #bcbbc0;
  overflow: overlay;
}

.breadcrumb a {
  font-family: 'Regular';
  color: #333;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.breadcrumb a svg {
  margin: 0 10px !important;
}

.p_page {
  text-align: center;
  padding: 4% 0 8%;
}
.p_page span {
  display: inline-block!important;
  font-family: 'Heavy'!important;
  font-size: 16px!important;
  color: #3b3b3b!important;
  padding: 6px!important;
  margin: 0 20px!important;
  border:0px!important;
  vertical-align: initial!important;
  height: auto!important;
  line-height:  initial!important;
  background: transparent!important;
}
.p_page a.laypage_last{font-size: 14px!important;}
.p_page a.laypage_first{font-size: 14px!important;}
.p_page a {
  display: inline-block!important;
  font-family: 'Heavy'!important;
  font-size: 16px!important;
  color: #3b3b3b!important;
  padding: 6px!important;
  margin: 0 20px!important;
  border:0px!important;
  height: auto!important;
  line-height:  initial!important;
  vertical-align: initial;
  background: transparent!important;
}

.p_page .laypage_curr {
  font-size: 30px!important;
  color: #792696!important;
}

.p_page a.laypage_prev svg {
  transform: rotate(90deg) translateX(3px);
}

.p_page a.laypage_prev svg path {
  transition: all 0.3s;
}

.p_page a.laypage_next svg {
  transform: rotate(-90deg) translateX(-3px);
}

.p_page a.laypage_next svg path {
  transition: all 0.3s;
}

.p_page a:hover {
  color: #792696!important;
}

.p_page a:hover svg path {
  fill: #792696;
}

.footer_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

.footer_popup .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
}

.footer_popup .pop_ctn {
  max-width: 1200px;
  width: 100%;
  margin: 0 20px;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
}

.footer_popup .pop_ctn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #7b1087;
}

.footer_popup .pop_ctn .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}

.footer_popup .pop_ctn .title {
  position: relative;
  width: 100%;
  background: url(team_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.footer_popup .pop_ctn .title p {
  width: 100%;
  text-align: center;
  padding: 4% 0;
  font-family: 'Bold';
  color: #fff;
}

.footer_popup .pop_ctn .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.footer_popup .pop_ctn .title .close:hover svg {
  transform: rotate(180deg);
}

.footer_popup .pop_ctn .title svg {
  width: 20px;
  height: 20px;
  transition: all 0.5s;
}

.footer_popup .pop_ctn .group_box {
  padding: 3% 6%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Medium';
}

.footer_popup .pop_ctn .group_box input,
.footer_popup .pop_ctn .group_box select {
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-top: 5px;
}

.footer_popup .pop_ctn .group_box select {
  background: url(arr.png) #fafafa no-repeat 97% center;
  background-size: 17px 12px;
}

.footer_popup .pop_ctn .group_box .input-group {
  width: 48%;
  margin-bottom: 1.5%;
}

.footer_popup .pop_ctn .group_box .input-group p {
  color: #222;
}

.footer_popup .pop_ctn .group_box .input-group p span {
  color: #f00;
}
.footer_popup .pop_ctn .group_box .select-group p span {
  color: #f00;
}

.footer_popup .pop_ctn .group_box .input-group .captcha {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.footer_popup .pop_ctn .group_box .input-group .captcha input {
  width: calc(100% - 130px);
  margin-top: 0px;
}

.footer_popup .pop_ctn .group_box .select-group {
  width: 100%;
  margin-bottom: 1.5%;
}

.footer_popup .pop_ctn .group_box .textarea-group {
  width: 100%;
}

.footer_popup .pop_ctn .group_box .textarea-group textarea {
  margin-top: 5px;
  outline: none;
  width: 100%;
  padding: 1% 2%;
  border: 0;
  background: #fafafa;
  line-height: 1.7;
  font-family: Arial;
}

.footer_popup .pop_ctn .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2%;
}

.footer_popup .pop_ctn .btn button {
  display: inline-block;
  background: #7b1087;
  color: #fff;
  padding: 1% 7%;
}

.footer_popup.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}


.social-share .icon-weibo{border:0px;color:#ddd;}
.social-share .icon-wechat{border:0px;color:#ddd;}
.social-share .icon-weibo:hover{background:#fff;color:#ccc;}
.social-share .icon-wechat:hover{background:#fff;color:#ccc;}
.social-share .icon-wechat .wechat-qrcode{top:40px;}
.social-share .icon-wechat .wechat-qrcode img{width:100%;height:auto;}
.social-share .icon-wechat .wechat-qrcode:after{display:none;}


.social-share .social-share-icon{width:24px;height:24px;}
.social-share a{margin:0;}
.social-share .icon-weibo:before{content:"";}
.social-share .icon-weibo svg{width:24px;height:24px;}
.social-share .icon-wechat:before{content:"";}
.social-share .icon-wechat svg{width:24px;height:24px;}
.yjxq_toptex .toptex2 .dis_fx,.yjxq_toptex .toptex2 .dis_fx,.intro_feature .fx .dis_fx {align-items: center!important;}
.minatop_vos_left .minatop_fx a:hover{background:none!important;}
.minatop_vos_left .minatop_fx a:hover svg path{fill:#7b1087;}


.w1440 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
.footer_popup .footer_form-scroll{height:600px;}
.header .h_top .nav_r .language a:nth-of-type(2){display:none;}
.banner .txt span{letter-spacing: 0em!important;}

.social-share .icon-wechat .wechat-qrcode .help p{display:none!important;}
.social-share .icon-wechat .wechat-qrcode{height:160px;}

@media screen and (max-width: 1800px) {
    .header .h_top .m_nav{padding-right:0;}
    .footer .btm_top .footer_b .infor .fnt_20{font-size:16px;}
    
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .footer_popup .pop_ctn{max-width:80%;}
   .footer_popup .footer_form-scroll{height:500px;}
}
@media screen and (max-width: 1550px) {
    .header .h_top .m_nav{width:auto;}
    .header .h_top .nav_r{padding-left:10px;}
    .header .h_top .nav_r .language a{padding:0 10px;}
}
@media screen and (max-width: 1440px) {
    .footer .btm_top .footer_b .infor .fnt_20{font-size:14px;}
  .footer .btm_top .footer_b .infor li{padding-right:0px;}
  .header .h_top .m_nav>li>a {
    padding: 0 12px;
  }

  .header .h_top .m_nav {
    padding-right: 12px;
  }

  .header .h_top .nav_r {
    padding-left: 12px;
  }

  .header .h_top .nav_r .language a {
    padding: 0 12px;
  }

  .header .h_top .nav_r .search {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1366px) {
  .header .h_top {
    margin: 0px auto;
    padding-top:10px;
  }

/*
.header .h_top .logo{height:60px;}
*/
  .header .h_top .m_nav {
    width: calc(100% - 340px);
  }

  .footer .btm_top .footer_t .infor a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
    .header .h_top .nav_r .language a{font-size:14px;}
    .header .h_top .m_nav>li>a {font-size:14px;}
    
}
@media screen and (max-width: 1280px) {
  .header .h_top .m_nav {
    width: calc(100% - 315px);
  }

  .header .h_top .m_nav>li>a {
    padding: 0 10px;
  }
  .header .h_top .logo{height:52px;width:240px;}
  .header .h_top .m_nav>li:nth-of-type(3) .sub_nav{width:113px;}
}

@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }

  .footer .btm_top .footer_t .infor {
    display: none;
  }
  .header .h_top .m_nav{width: calc(100% - 300px);}
  .header .h_top .m_nav>li>a{padding:0 7px;}
  .header .fnt_16{font-size:14px;}

    .footer_popup .pop_ctn{max-width:90%;}
.header .h_top .m_nav>li>a{padding:0 20px;}
  .header .u-menu {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
  }

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

  .header .u-menu .menu-sub:after,
  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    right: 0;
    width: 25px;
    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: #fff;
  }

  .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: #fff;
    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: #fff;
    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: #000;
  }

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

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

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

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

  /* .header:hover .u-menu .menu-sub{background-color: #000;} */
  .header:hover .u-menu.on .menu-sub {
    background: #000;
  }

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

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

  .header {
    padding: 10px 0;
  }

  .header .h_top {
    margin: 0px auto;
  }

  .header .h_top .logo {
    height: 36px;
    width: 160px;
  }

  .header .h_top .nav_r {
    padding-left: 0;
    border: 0;
  }

  .header.on .h_top .nav_r {
    border: 0;
  }

  .header .h_top .nav_r .search {
    margin-right: 16px;
  }

  .header .h_top .m_nav {
    position: fixed;
    top: 50px;
    left: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #eee;
    margin-left: 0;
    display: none;
    overflow: overlay;
    transition: all;
    padding-right: 0;
  }

  .header .h_top .m_nav>li .sub_nav li a {
    padding: 0;
    text-align: left;
  }

  .header .h_top .m_nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
  }

  .header .h_top .m_nav li:nth-last-child(1) {
    border: 0;
  }
  .header .h_top .m_nav>li:nth-of-type(2) .sub_nav{width:100%;}
  .header .h_top .m_nav>li:nth-of-type(3) .sub_nav{width:100%;}
  .header .h_top .m_nav>li:nth-of-type(4) .sub_nav{width:100%;}
  .header .h_top .m_nav>li:nth-of-type(5) .sub_nav{width:100%;}

  .header .h_top .m_nav li>a {
    color: #000;
    font-size: 16px;
    width: 80%;
    height: 55px;
    line-height: 55px;
  }

  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 55px;
    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 {
    position: static;
    transform: translateX(0);
    width: 100%;
    padding-left: 8%;
    text-align: left;
    overflow: hidden;
  }
  .header .h_top .m_nav>li:first-child .sub_nav{width:100%;}
  .header .h_top .m_nav>li .sub_nav::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 10px #000;
  }

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

  .header.on .h_top .nav_r .language .other,
  .header .h_top .nav_r .language .other {
    top: 37px;
  }

  .header .h_top .m_nav>li .sub_nav .one_nav {
    width: 100%;
    padding: 0;
  }

  .header .h_top .m_nav>li .sub_nav .one_nav>li {
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 0;
  }

  .header .h_top .m_nav>li .sub_nav .one_nav>li .one_tit p {
    font-size: 16px;
    line-height: 1.5;
  }

  .header .h_top .m_nav>li .sub_nav .one_nav>li .one_tit span {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }

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

  .footer .btm_top .footer_t {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4%;
  }

  .footer .btm_top .footer_t .share {
    width: 100%;
    justify-content: center;
    margin-top: 3%;
  }

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

  .footer .btm_top .footer_t::after {
    display: none;
  }

  .footer .btm_bottom {
    margin-top: 0;
    padding-top: 4%;
  }

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

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

  .footer {
    padding: 30px 0;
  }



  .cont .breadcrumb {
    padding: 15px 0;
  }

  .p_page a.on {
    font-size: 18px!important;
    color: #792696;
  }
  .p_page a{
    padding:7px 4px!important;
    margin: 0 4px!important;
  }
    .p_page .laypage_curr{    font-size: 20px!important;}
    .p_page span{margin: 0px!important;padding:7px 4px!important;}
    
}
@media screen and (max-width: 998px) {
    
  .ft_btn a {
    width:120px;height:30px;
  }
  .ft_btn a:after{width:22px;height:22px;right:-11px;top:4px;}

 .footer .btm_bottom .gaba a{flex:0 0 100%;}
}

@media screen and (max-width: 768px) {
.footer_popup .pop_ctn .group_box .input-group {
width: 100%;
}
.footer_popup .pop_ctn .footer_form-scroll {
height: 400px;
overflow-y: auto;
}

.footer_popup .pop_ctn .group_box .input-group .captcha input {
width: calc(100% - 100px);
}
.footer_popup .pop_ctn .group_box .input-group .captcha canvas {
width: 90px;
}
.footer_popup .pop_ctn .btn button {
padding: 2% 15%;
}
.footer .btm_bottom .btm_r{flex-wrap: wrap;}
.footer .btm_bottom .btm_r a{padding:0px;flex:0 0 100%;margin-bottom:10px;}
  .footer .btm_bottom .btm_l p{margin-bottom:3vw;}  
  .footer .btm_top .footer_t .share{justify-content:space-between;}
}
