@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    color: #333;
}

a:active {
    color: #333;
}

* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-display: swap
}
@font-face {
  font-family: 'SFProDisplayRegular';
  src: url('../fonts/SFProDisplayRegular.eot');
  src: url('../fonts/SFProDisplayRegular.eot') format('embedded-opentype'), url('../fonts/SFProDisplayRegular.woff2') format('woff2'), url('../fonts/SFProDisplayRegular.woff') format('woff'), url('../fonts/SFProDisplayRegular.ttf') format('truetype'), url('../fonts/SFProDisplayRegular.svg#SFProDisplayRegular') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplayBold';
  font-display: swap;
  src: url('../fonts/SFProDisplayBold.eot');
  src: url('../fonts/SFProDisplayBold.eot') format('embedded-opentype'), url('../fonts/SFProDisplayBold.woff2') format('woff2'), url('../fonts/SFProDisplayBold.woff') format('woff'), url('../fonts/SFProDisplayBold.ttf') format('truetype'), url('../fonts/SFProDisplayBold.svg#SFProDisplayBold') format('svg');
}
body {
    font-family: SFProDisplayRegular,sans-serif;,Helvetica,Helvetica,Arial,sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    background: #F5F8F5;
    font-size: 12.5px;
    line-height: 1.5;
    overflow: scroll;
    overflow-x: hidden
}

#container {
    text-align: left;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
    background-color: #fff;
}
#header .topBox {
    background-color: #26262e;
    width: 100%;
}
#header .topBox .wrap {
    display: flex;
    justify-content: space-between;
    color:#fff;
}
#header .topBox .phone {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #48B448;
    padding: 0 10px;
}
#header .topBox .phone .number a {
    font-size: 15px;
    color:#fff;
}
#header .topBox .phone .iconsapp {
    margin-left: 33px;
}
#header .topBox .phone .iconsapp svg {
    margin: 0 6px;
    fill: #fff;
    width: 24px;
    height: 24px;
}
#header .topBox .phone .iconsapp svg:hover {
    fill: #39b54a;
}
.topInner {
    margin-top: 7px;
    width: 600px;
}
.topInner p {
    font-size: 14px;
    line-height: 26px;
}
.topInner p a {
    color:#39b54a;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.glyphicon-earphone:before {
  content: "\e182"
}
#header .topBox .phone .glyphicon-earphone {
  padding-right: 8px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  line-height: unset;
}
#header .topBox .searchBox {
    margin: 7px 0;
    width: 238px;
    background-color: #fff;
    border-radius: 14px;
}
#header .topBox .searchBox input {
    display: inline-block;
    width: 175px;
    background-color: #fff;
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}
#header .topBox .searchBox button {
    height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: 1px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  background-color: #26262e;
  border-radius: 14px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
#header .topBox .top_link a {
    line-height: 28px;
    color:#fff;
}
#header .topBox .top_link a:hover {
    color: #39b54a;
}
#header .hBox {
    padding: 10px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#header .hBox .logo {
    margin-top: 5px;
}
#header .hBox .logo img {
    width: 60px;
}
#header .hBox .logo span {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 5px;
    line-height: 32px;
}
.gNavi {
    margin: 10px 0 0;
}
.gNavi li {
    padding: 0 0 4px;
    display: inline-block;
    font-size: 17px;
    font-family: SFProDisplayBold;
    text-transform: uppercase;
    margin: 0 20px;
    position: relative;
    position: relative;
}
.gNavi>li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #39b54a;
    left: 0;
    bottom: 0;
    transition: width .2s ease;
}
.gNavi>li.on:before,
.gNavi>li:hover:before {
    width: 100%;
}
.gNavi li a {
    line-height: 28px;
    position: relative;
}
.gNavi li a:before {
    display: none;
    content: '';
    position: absolute;
    top: 7px;
    right: -18px;
    width: 13px;
    height: 10px;
    background: url(../images/common/arrow.png) no-repeat center top;
    background-size: 13px auto;
}
.gNavi li a.arrow:before {
    display: block;
}
.gNavi li:hover .subNavi {
    display: block;
}
.gNavi li .subNavi {
    display: none;
    width: 270px;
    position: absolute;
    top: 32px;
    left:0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.1);
}
.gNavi li .subNavi li {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'SFProDisplayRegular';
}
.gNavi li .subNavi li a {
    display: block;
    padding: 10px;
    line-height: 22px;
}
.gNavi li .subNavi li a:hover {
    background-color: #eff5f0;
    color: #1ec95b;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.footer {
    padding-top: 60px;
    background-color: #fff;
}
.footer .fBox {
    background-color: #26262E;
    text-align: center;
    padding: 14px 0;
    line-height: 14px;
    font-size: 13px;
    color: #fff;
}
.footer .fInner {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .wrap .fLogo {
    width: 18%;
}

.footer .wrap .fLogo p {
    padding-top: 15px;
    color: #999;
    font-size: 14px;
}

.footer .wrap .fLogo a {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.footer .wrap .fLogo img {
    width: 140px;
}

.footer .subBox {
    width: 18%;
}

.footer .subBox dt {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer .subBox dd {
    margin-bottom: 10px;
    font-size: 16px;
}
.footer .subBox dd a {
    transition: color .2s ease;
}
.footer .subBox dd a:hover {
    color:#1ec95b;
}
.footer .fSns {
    width: 18%;
    text-align: center;
}

.footer .fSns p {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer .fSns li {
    margin: 0 7px;
    display: inline-block;
}
.footer .fSns li svg {
    width: 50px;
    height: 30px;
    fill: #000;
}
.footer .fSns li svg:hover {
    fill: #1ec95b;
}

.footer .fSns .btm a {
    margin-right: 20px;
    color:#fff;
}
.footer .fSns .btm img {
    vertical-align:  middle;
}



/*------------------------------------------------------------
------------navtop------------------------------------------*/
.navtop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10%;
    transform: translateY(50%);
    z-index: 9;

    width: 50px;
    height: 110px;
}
.navbox {
      position: absolute;
      cursor: pointer;
}
.navbox a {
    padding: 15px 0 0 15px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block; 
    background-color: #39b54a;
    border-radius: 25px;
}
.navtop .btnC {
    margin-bottom: 10px;
    background-color: #39b54a;
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.navtop .btnC img {
    width: 35px;
}
/*------------------------------------------------------------
------------pagePath------------------------------------------*/
.pagePath {
    width: 1200px;
    margin: 0 auto;
    margin: 24px auto 14px;
    line-height: 18px;
    font-size: 16px;
}
.pagePath .pageUl li {
    margin-right: 6px;
    display: inline-block;
    font-size: 16px;
}
.pagePath .pageUl li a {
    position: relative;
    padding-right: 8px;
}
.pagePath .pageUl li a:before {
    position: absolute;
    right: -6px;
    top: 50%;
    background: url("../images/common/com_icon.png") 0 -141px no-repeat;
    width: 10px;
    height: 15px;
    content: "";
    display: block;
    margin-top: -6px;
}
.pagePath .pageUl li a:hover {
    color: #39b54a;
}
/*------------------------------------------------------------
------------sideBox-----------------------------------------*/
.sideBox {
    width: 330px;
}
.sideBox .sBox {
    margin-bottom: 20px;
    background-color: #fff;
}
.sideBox .imgUl li img {
    max-width: 100%;
}
.sideBox .sBox h2 {
    font-size: 18px;
    padding: 15px 25px 10px 38px;
    border-bottom: 1px solid #f5f5f5;
    text-transform: uppercase;
    position: relative;
}
.sideBox .sBox h2:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 3px;
    background-color: #39b54a;
    left: 25px;
    top: 17px;
}
.sideBox .sLink li {
    line-height: 20px;
    padding: 10px 25px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    color: #999;
    display: block;
    font-weight: normal;
}
.sideBox .sLink li a:hover {
    color: #39b54a;
}
.sideBox .onLine {
    padding: 20px 0 0 25px;
    box-sizing: border-box;
}
.sideBox .onLine li {
    margin-right: 25px;
    display: inline-block;
}
.sideBox .onLine li a {
    font-size: 25px;
    color: #3baf34;
}
.sideBox .onLine .li03 a {
    color: #00aff0;
}
.sideBox .imgUl img {
    max-width: 100%;
    height: 106px;
}
.sideBox .imgUl {
    padding: 12px 10px 33px;
    display: flex;
    justify-content: space-between;
}
.sideBox .imgUl li {
    margin: 0 10px;
}
.sideBox .reviewsUl {
    padding: 13px 25px 10px;
}
.sideBox .reviewsUl li {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
}
.sideBox .reviewsUl li .writer {
    margin: 10px 0;
    display: block;
    text-align: right;
    color:#999;
}
.sideBox .sBox:last-child {
    margin-bottom: 0;
}
.contactLink {
    text-align: left;
    margin-top: 20px;
    padding: 0 25px 33px;
}
.contactLink a {
    display: inline-block;
    color:#fff;
    line-height: 26px;
    font-size: 13px;
    padding: 0 14px;
    background-color: #39b54a;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: SFProDisplayBold;
}
.contactLink a:hover {
    background-color: #005124;
}

/*------------------------------------------------------------
------------popBox-----------------------------------------*/
.cover {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 20;
}
.popBox {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    width: 600px;
    height: 750px;
    transform: translate(-50%,-50%);
    z-index: 30;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 50px;
}
.popBox .bImg img {
    width: 100%;
}
.popBox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}
.popBox .close img {
    max-width: 100%;
}
/*------------------------------------------------------------
------------pageList-----------------------------------------*/
.pageList {
    text-align: center;
}
.pageList li {
    line-height: 22px;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
}
.pageList li.on {
    margin: 0 10px;
    color:#39b54a;
}
.pageList li a {
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
}
.pageList li a:hover {
    color:#fff;
    background-color: #39b54a;
}

/*------------------------------------------------------------
------------comContact----------------------------------------*/
.comContact .title {
    margin-bottom: 10px;
    position: relative;
}
.comContact .title span {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 25px;
    font-weight: normal;
}
.comContact .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  left: 0;
  top: 50%;
}
.comContact .infoContact {
    display: flex;
    justify-content: space-between;
}
.comContact .infoContact .lBox {
    width: 370px;
}
.comContact .infoContact .rBox {
    width: 470px;
}
.comContact .infoContact .lBox p:first-child {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}
.comContact .infoContact .lBox p:last-child {
    margin-top: 13px;
    font-size: 14px;
}
.comContact .infoContact .lBox p:last-child span {
    margin-left: 5px;
    font-weight: bold;
}
.comContact .infoContact .rBox p {
    font-size: 16px;
    line-height: 1.6;
}
.comContact .infoContact .rBox p span {
    display: inline-block;
    font-weight: bold;
    text-align: right;
}
.comContact .infoContact .rBox p a:hover {
	color: #39b54a;
}

.comContact .onLine {
    margin: 20px 0;
}
.comContact .onLine li {
    margin-right: 25px;
    display: inline-block;
}
.comContact .onLine li a {
    font-size: 25px;
    color: #3baf34;
}
.comContact .onLine .li03 a {
    color: #00aff0;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #39B54A;
}
.noReleted {
    padding: 150px 0;
    display: block !important;
    text-align: center;
    font-size: 20px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .wrap {
        width: auto;
    }
    #header .topBox {
        display: none;
    }
    #header .hBox {
        padding: 5px 0;
        width: auto;
        height: auto;
    }
    #header .hBox .logo a {
        display: block;
        margin-left: 10px;
    }
    #header .hBox .logo img {
        width: 120px;
    }
    #header .gNavi {
        display: none;
    }
    .footer {
        padding-top: 50px;
    }
    .footer .fInner {
        margin-bottom: 20px;
        padding: 0 20px;
        display: block;
    }
    .footer .wrap .fLogo {
        margin-bottom: 10px;
        width: auto;
        text-align: center;
        width: auto;
    }
    .footer .wrap .fLogo a {
        display: block;
        width: 150px;
        margin: 0 auto;
    }
    .footer .subBox {
        margin-bottom: 20px;
        width: auto;
        text-align: center;
    }
    .footer .subBox dt {
        margin-bottom: 10px;
    }
    .footer .subBox .btmBox {
        display: none;
    }
    .footer .subBox .arrow {
        padding-right: 20px;
        display: inline-block;
        background: url(../images/common/icon01.png) no-repeat right 9px;
        background-size: 16px auto;
        cursor: pointer;
    }
    .footer .subBox .arrow.on {
         background: url(../images/common/icon02.png) no-repeat right 9px;
        background-size: 16px auto;
   }
   
    .footer .fSns {
       width: auto;
   }

     /*导航按钮开始*/
    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: absolute;
        width: 28px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        top: 5px;
        right: 20px;
    }

    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 28px;
        height: 30px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 100%;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #39b54a;
        margin-top: -1px;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #39b54a;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        /* justify-content: center; */
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, .1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none
    }

    .spMenuBox {
        z-index: 99;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0;
        padding-top: 100px;
        display: none;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: rgba(255,255,255,0.2);
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    } 
    .spMenuBox .searchBox {
        margin: 20px auto 0;
        width: 238px;
        background-color: #fff;
        border-radius: 14px;
    }
    .spMenuBox .searchBox input {
        display: inline-block;
        width: 175px;
        background-color: #fff;
        border-radius: 14px;
        height: 28px;
        line-height: 28px;
        border: none;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .spMenuBox .searchBox button {
        height: 24px;
      line-height: 24px;
      display: inline-block;
      vertical-align: 1px;
      font-size: 12px;
      color: #fff;
      padding: 0 10px;
      background-color: #26262e;
      border-radius: 14px;
      border: 0;
      outline: 0;
      cursor: pointer;
    }
    .spMenuBox .gNavi {
          margin: 0 20px;
    }
    .spMenuBox .gNavi>li {
          width: 100%;
          border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .spMenuBox .gNavi>li>a {
            display: block;
          font-size: 14px;
          line-height: 40px;
          color:#333;
    }
    .gNavi li:before {
        bottom:0;
    }
    .gNavi li {
        width: auto;
        margin: 0;
    }
    .gNavi li:before {
        display: none;
    }
    .gNavi li a.arrow:before {
        display: none;
    }
    .gNavi li .subNavi {
        width: auto;
        top: 0;
        position: relative;
        background: inherit;
        box-shadow: none;
    }
    .spMenuBox .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        /* background: rgba(255,255,255,.1); */
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0;
    }
    .spMenuBox.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .navShow #header {
        width: 100%;
        position: fixed;
        top: 0;
        left:0;
        z-index: 100;
    }
    .pagePath {
        width: auto;
        margin: 10px;
    }
    .pagePath .pageUl li {
        font-size: 14px;
    }
    .comContact .infoContact {
        display: block;
    }
    .comContact .infoContact .rBox {
        width: auto;
    }
    .comContact .infoContact .lBox {
        margin-bottom: 20px;
        width: auto;
    }
    .popBox {
        padding: 10px;
        width: 80%;
        height: auto;
    }



}

@media all and (min-width: 0) and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .wrap {
        width: auto;
    }
    #header .topBox {
        display: none;
    }
    #header .hBox {
        padding: 5px 0;
        width: auto;
        height: auto;
    }
    #header .hBox .logo a {
        margin-left: 10px;
        display: block;
    }
    #header .hBox .logo img {
        width: 60px;
    }
    #header .hBox .logo span {
        display: none;
    }
    #header .gNavi {
        display: none;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .fInner {
        margin-bottom: 20px;
        padding: 0 10px;
        display: block;
    }
    .footer .wrap .fLogo {
        margin-bottom: 40px;
        width: auto;
        text-align: center;
        width: auto;
    }
    .footer .wrap .fLogo a {
        display: block;
        width: 150px;
        margin: 0 auto;
    }
    .footer .subBox {
        margin-bottom: 20px;
        width: auto;
    }
    
    .footer .subBox dl {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    
    .footer .subBox dt {
        margin-bottom: 5px;
    }
    .footer .subBox dd {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    
    .footer .subBox dd:last-child {
        border-bottom: none;
    }
    
    .footer .subBox dd a {
        display: block;
        padding: 10px 10px 10px 20px;
        background: url(../images/common/icon03.png) no-repeat 5px center;
        background-size: auto 12px;
    }
    
    .footer .subBox .btmBox {
        display: none;
    }
    .footer .subBox .arrow {
        padding-right: 20px;
        background: url(../images/common/icon01.png) no-repeat right 8px;
        background-size: 16px auto;
        cursor: pointer;
    }
    .footer .subBox .arrow.on {
         background: url(../images/common/icon02.png) no-repeat right 8px;
        background-size: 16px auto;
   }
   
   .footer .fSns {
       width: auto;
   }

     /*导航按钮开始*/
    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: absolute;
        width: 28px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        top:5px;
        right:20px;
    }

    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 28px;
        height: 30px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 100%;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #39b54a;
        margin-top: -1px;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #39b54a;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        /* justify-content: center; */
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, .1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none
    }

    .spMenuBox {
        z-index: 99;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0;
        padding-top: 100px;
        display: none;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: rgba(255,255,255,0.2);
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    } 
    .spMenuBox .searchBox {
        margin: 20px auto 0;
        width: 238px;
        background-color: #fff;
        border-radius: 14px;
    }
    .spMenuBox .searchBox input {
        display: inline-block;
        width: 175px;
        background-color: #fff;
        border-radius: 14px;
        height: 28px;
        line-height: 28px;
        border: none;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .spMenuBox .searchBox button {
        height: 24px;
      line-height: 24px;
      display: inline-block;
      vertical-align: 1px;
      font-size: 12px;
      color: #fff;
      padding: 0 10px;
      background-color: #26262e;
      border-radius: 14px;
      border: 0;
      outline: 0;
      cursor: pointer;
    }
    .spMenuBox .gNavi {
          margin: 0 20px;
    }
    .spMenuBox .gNavi>li {
          width: 100%;
          border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .spMenuBox .gNavi>li>a {
            display: block;
          font-size: 14px;
          line-height: 40px;
          color:#333;
    }
    .spMenuBox .gNavi>li>a.arrow {
        background: url(../images/common/icon01.png) no-repeat center right;
        background-size: 18px auto;
    }
    .spMenuBox .gNavi>li.on>a.arrow {
        background: url(../images/common/icon02.png) no-repeat center right;
        background-size: 18px auto;
    }
    .spMenuBox .gNavi li .subNavi li a {
        padding-left: 20px;
        background: url(../images/common/icon03.png) no-repeat 5px center;
        background-size: auto 12px;
        border-bottom: 1px solid rgba(0,0,0,.15);
     }
     
     .spMenuBox .gNavi li .subNavi li:last-child a {
         border-bottom: none;
     }



    .gNavi li:before {
        bottom:0;
    }
    .gNavi li {
        width: auto;
        margin: 0;
    }
    .gNavi li:before {
        display: none;
    }
    .gNavi li a.arrow:before {
        display: none;
    }
    .gNavi li .subNavi {
        width: auto;
        top: 0;
        position: relative;
        background: inherit;
        box-shadow: none;
    }
    .spMenuBox .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        /* background: rgba(255,255,255,.1); */
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0;
    }
    .spMenuBox.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .navShow #header {
        width: 100%;
        position: fixed;
        top: 0;
        left:0;
        z-index: 100;
    }
    
    .navShow .pagePath {
        padding-top: 40px;
    }
    .pagePath {
        width: auto;
        margin: 10px;
    }
    .pagePath .pageUl li {
        font-size: 14px;
    }
    .comContact .infoContact {
        display: block;
    }
    .comContact .infoContact .rBox {
        width: auto;
    }
    .comContact .infoContact .lBox {
        margin-bottom: 20px;
        width: auto;
    }
    .popBox {
        padding: 10px;
        width: 80%;
        height: auto;
    }


}