@charset "UTF-8";
body { overflow-x: hidden; }

/* header */
header { height: 80px; background-color: #fff; position: relative; z-index: 9; transition: all .5s; }
header .logo { float: left; margin: 15px 0 0; height: 50px; }
header .logo img { height: 50px; }
header .navBar { float: right; }
header .navBar > ul { display: -webkit-flex; display: flex; align-items: center; }
header .navBar > ul > li { position: relative; margin-left: 85px; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; }
header .navBar > ul > li:first-child { margin-left: 0; }
header .navBar > ul > li > a { display: block; line-height: 80px; font-size: 16px; color: #666; }
header .navBar > ul > li > a i { font-size: 10px; margin-left: 5px; position: relative; top: -1px; }
header .navBar > ul > li > a:hover { color: #0074B3; }
header .navBar li ul { position: absolute; top: calc(100% + 20px); background-color: #fff; z-index: 5; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; overflow: hidden; transition: all .5s; visibility: hidden; opacity: 0; left: 50%; transform: translateX(-50%); }
header .navBar li ul li { width: 160px; text-align: center; }
header .navBar li ul li a { display: block; line-height: 50px; font-size: 14px; color: #737373; }
header .navBar li ul li a:hover { background-color: #0074B3; color: #fff; }
header .navBar > ul > li:last-child ul { left: auto; right: 0; transform: none; }
header .navBar > ul > li:nth-child(2) ul li { width: 184px; }
header .navBar > ul > li:hover > a { color: #0074B3; }
header .navBar > ul > li:hover > a span { font-weight: bold; }
header .navBar > ul > li:hover ul { opacity: 1; top: 100%; visibility: visible; }
header .nav-button { position: relative; width: 24px; height: 60px; text-align: center; z-index: 11; font-size: 0; float: right; display: none; }
header .nav-button div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width: 24px; height: 16px; }
header .nav-button span { width: 100%; height: 2px; background-color: #333; display: block; margin: 0 auto; line-height: 2px; position: static; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; }
header .nav-button span.top-hr { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
header .nav-button span.center-hr { margin: 5px auto; }
header .nav-button span.bottom-hr { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
header .nav-button.active span { position: absolute; top: 50%; margin-top: -1px; left: 0; }
header .nav-button.active span.top-hr { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); }
header .nav-button.active span.center-hr { display: none; }
header .nav-button.active span.bottom-hr { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
header.active { position: fixed; width: 100%; left: 0; top: 0; animation: fadeInDown 0.5s; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05); }
header.active ul li ul { border: 1px solid #F2F2F2; }

@media screen and (max-width: 1600px) { header .navBar > ul > li { margin-left: 70px; }
  header .navBar li ul li { width: 150px; }
  header .navBar li ul li a { line-height: 45px; } }
@media screen and (max-width: 1280px) { header .navBar > ul > li { margin-left: 60px; }
  header .navBar li ul li { width: 140px; }
  header .navBar li ul li a { line-height: 40px; } }
@media screen and (max-width: 1024px) { header { height: 60px; }
  header .nav-button { display: block; }
  header .logo { margin-top: 10px; }
  header .logo img { height: 40px; }
  header .navBar { display: none; float: none; position: absolute; top: 100%; left: 0; z-index: 9; background-color: #fff; width: 100%; }
  header .navBar > ul { display: block; padding: 20px 0; }
  header .navBar > ul > li { width: 100%; margin-left: 0; }
  header .navBar > ul > li > a { width: 100%; line-height: 50px; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
  header .navBar > ul > li > a i { transition: all .5s; }
  header .navBar > ul > li.active > a { color: #0074B3; }
  header .navBar > ul > li.active i { transform: rotate(-180deg); }
  header .navBar li ul { opacity: 1; visibility: visible; display: none; transform: none; position: static; background-color: #efefef; padding: 10px 0; transition: none; }
  header .navBar li ul a { text-align: left; padding: 0 20px; }
  header .navBar li ul li { width: 100%; } }
@-webkit-keyframes returnToNormal { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes returnToNormal { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
/* banner */
.banner-swiper { position: relative; width: 100%; overflow: hidden; }
.banner-swiper .swiper-slide { height: 440px; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.banner-swiper .swiper-slide .word { position: absolute; top: 30%; }
.banner-swiper .swiper-slide h1 { transition: all 1s; transition-delay: 0s; opacity: 0; transform: translateY(40px); color: #00AF1D; text-transform: uppercase; font-family: "DINCondensed"; }
.banner-swiper .swiper-slide h2 { transition: all 1s; transition-delay: 0.5s; opacity: 0; transform: translateY(40px); line-height: 1.2; color: #fff; }
.banner-swiper .swiper-slide p { transition: all 1s; transition-delay: 1s; opacity: 0; transform: translateY(40px); margin-top: 20px; font-size: 12px; color: rgba(255, 255, 255, 0.6); width: 70%; line-height: 16px; text-transform: uppercase; }
.banner-swiper .swiper-slide a { display: block; }
.banner-swiper .swiper-slide-active h1 { opacity: 1; transform: translateY(0px); }
.banner-swiper .swiper-slide-active h2 { opacity: 1; transform: translateY(0px); }
.banner-swiper .swiper-slide-active p { opacity: 1; transform: translateY(0px); }
.banner-swiper .bannerpage { position: absolute; left: 50%; transform: translateX(-50%); bottom: 15px; z-index: 8; width: 100%; text-align: center; }
.banner-swiper .bannerpage .swiper-pagination-bullet { width: 42px; height: 3px; border-radius: 0; background-color: rgba(255, 255, 255, 0.2); position: relative; overflow: hidden; opacity: 1; border-radius: 2px; overflow: hidden; }
.banner-swiper .swiper-pagination-bullet i { background: #fff; height: 2px; width: 0; position: absolute; top: 0px; transform: scaleX(0); transform-origin: left; z-index: 3; transition-timing-function: linear; left: 0; }
.banner-swiper .swiper-pagination-bullet-active i { animation: middle 4.5s; width: 100%; transform: scaleX(1); }

@keyframes middle { 0% { transform: scaleX(0); width: 0; }
  100% { transform: scaleX(1); width: 100%; } }
@media screen and (max-width: 1024px) { .banner-swiper .swiper-slide { height: 300px; }
  .banner-swiper .swiper-slide p { width: 100%; }
  .banner-swiper .bannerpage .swiper-pagination-bullet { width: 21px; } }
.boxCont { padding: 40px 0 20px; width: 100%; overflow: hidden; position: relative; }
.boxCont .title h2 { float: left; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); color: #000; }
.boxCont .fy { float: right; display: -webkit-flex; display: flex; align-items: center; }
.boxCont .fy a { display: inline-block; width: 44px; height: 38px; line-height: 34px; border: 2px solid #0074b3; background-color: #0074b3; color: #fff; text-align: center; outline: none; }
.boxCont .fy a.prev { border-top-left-radius: 100px; border-bottom-left-radius: 100px; }
.boxCont .fy a.next { border-top-right-radius: 100px; border-bottom-right-radius: 100px; border-left: none; }
.boxCont .fy a.swiper-button-disabled { background-color: #fff; color: #0074b3; }
.boxCont .fy a:hover { opacity: 0.9; }
.boxCont .bd { width: 100%; margin-top: 26px; }

/* 内网面临的十大风险 */
.neiWangfx { background-color: #F2F6FA; }

.swiper-fx { position: relative; overflow: hidden; }
.swiper-fx .img { box-shadow: 0px 10px 10px -10px rgba(14, 12, 29, 0.1); border-radius: 8px; overflow: hidden; }
.swiper-fx .img img { object-fit: cover; width: 100%; height: 100%; transition: all .4s; }
.swiper-fx h2 { text-align: center; font-weight: normal; padding: 18px 0; color: #4D4D4D; }
.swiper-fx h2 span { display: block; }
.swiper-fx a:hover .img img { transform: scale(1.1); }

@media screen and (max-width: 1024px) { .boxCont .fy a { width: 30px; height: 30px; line-height: 28px; border-width: 1px; }
  .boxCont .fy a i { font-size: 10px; }
  .swiper-fx h2 { padding: 12px 0; }
  .swiper-fx h2 span { display: inline; } }
/* 加强内网管理 */
.jiaqRushou { background-color: #fff; }
.jiaqRushou .bd { margin-top: 0; }
.jiaqRushou ul li { float: left; width: 32.14286%; height: 150px; background: #FFFFFF; border-radius: 8px; border: 1px solid #E6E6E6; margin-right: 1.42857%; margin-top: 60px; position: relative; transition: all .4s; }
.jiaqRushou ul li:nth-child(3n) { margin-right: 0; }
.jiaqRushou ul li .icon-top { display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: -30px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transform: translateX(-50%); transition: all .4s; }
.jiaqRushou ul li .icon-top i { display: block; width: 100%; }
.jiaqRushou ul li .txt { text-align: center; padding: 45px 10px 0; }
.jiaqRushou ul li .txt p { margin-top: 10px; color: #4D4D4D; }
.jiaqRushou ul li .txt p span { display: block; }
.jiaqRushou ul li:hover { box-shadow: 0px 0px 30px 0px rgba(0, 116, 179, 0.2); border-color: #0074B3; }
.jiaqRushou ul li:hover .icon-top { transform: translate(-50%, -10px); }
.jiaqRushou ul li:hover h2 { color: #0074B3; }

@media screen and (max-width: 1024px) { .jiaqRushou ul li { width: 48.5%; margin-right: 3%; }
  .jiaqRushou ul li:nth-child(3n) { margin-right: 3%; }
  .jiaqRushou ul li:nth-child(2n) { margin-right: 0; } }
@media screen and (max-width: 500px) { .jiaqRushou .bd { padding-top: 20px; }
  .jiaqRushou ul li { width: 100%; margin-right: 0; margin-top: 40px; }
  .jiaqRushou ul li:nth-child(3n) { margin-right: 0; }
  .jiaqRushou ul li:nth-child(2n) { margin-right: 0; }
  .jiaqRushou ul li .txt p span { display: inline; } }
.fixedbg { background: url(../img/hx_bg.jpg) center center/cover no-repeat; background-attachment: fixed; }

/* 五大优势 */
.wudaYoushi { background: linear-gradient(180deg, #FFFFFF 0%, #E9EFFB 100%); }
.wudaYoushi .swiper-ys { background: url(../img/ys_bg.png) center center/100% no-repeat; height: 316px; overflow: hidden; }
.wudaYoushi .swiper-ys .swiper-slide { text-align: center; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transition: all .5s; background: center center /100% no-repeat; }
.wudaYoushi .swiper-ys .swiper-slide .img { display: none; width: 100px; margin: 0 auto 19px; transition: all .5s; }
.wudaYoushi .swiper-ys .swiper-slide .img img { width: 100%; }
.wudaYoushi .swiper-ys .swiper-slide span { display: block; width: 37px; margin: 0 auto 14px; transition: all .5s; }
.wudaYoushi .swiper-ys .swiper-slide span img { width: 100%; }
.wudaYoushi .swiper-ys .swiper-slide span .normal { display: block; }
.wudaYoushi .swiper-ys .swiper-slide span .hover { display: none; }
.wudaYoushi .swiper-ys .swiper-slide h2 { color: #808080; font-size: 15px; font-weight: normal; width:90px;}
.wudaYoushi .swiper-ys .swiper-slide.active { background: url(../img/ys_current.png) center center/115% no-repeat; }
.wudaYoushi .swiper-ys .swiper-slide.active .img { display: block; }
.wudaYoushi .swiper-ys .swiper-slide.active span .normal { display: none; }
.wudaYoushi .swiper-ys .swiper-slide.active span .hover { display: block; }
.wudaYoushi .swiper-ys .swiper-slide.active h2 { color: #fff; font-weight: bold; }

@media screen and (max-width: 1600px) { .wudaYoushi .swiper-ys .swiper-slide .img { width: 90px; margin-bottom: 12px; }
  .wudaYoushi .swiper-ys .swiper-slide span { width: 30px; margin-bottom: 8px; }
  .wudaYoushi .swiper-ys .swiper-slide h2 { font-size: 14px; } }
@media screen and (max-width: 1280px) { .wudaYoushi .swiper-ys { height: 218px; }
  .wudaYoushi .swiper-ys .swiper-slide .img { width: 60px; margin-bottom: 5px; }
  .wudaYoushi .swiper-ys .swiper-slide span { width: 26px; margin-bottom: 5px; } }
@media screen and (max-width: 1024px) { .wudaYoushi .swiper-ys { background-image: url(../img/ys_bg4.png); } }
@media screen and (max-width: 768px) { .wudaYoushi .swiper-ys { background-image: url(../img/ys_bg3.png); } }
@media screen and (max-width: 640px) { .wudaYoushi .swiper-ys { background-image: url(../img/ys_bg2.png); }
  .wudaYoushi .swiper-ys .swiper-slide .img { margin-bottom: 2px; }
  .wudaYoushi .swiper-ys .swiper-slide h2 { line-height: 1.3; } }
/* 获得的收益 */
.huodeShouyi { padding-bottom: 60px; }
.huodeShouyi .title h2 { color: #fff; }
.huodeShouyi .hdsyli li { float: left; width: 16.66667%; text-align: center; }
.huodeShouyi .hdsyli li span { display: block; width: 60px; height: 60px; transition: all .4s; margin: 0 auto; transition: all .4s; }
.huodeShouyi .hdsyli li span i { display: block; }
.huodeShouyi .hdsyli li p { color: #fff; margin-top: 12px; }
.huodeShouyi .hdsyli li:hover span { transform: translateY(-10px); }

@media screen and (max-width: 1280px) { .huodeShouyi .hdsyli li { width: 33.33%; padding: 0 10px; margin-bottom: 20px; } }
@media screen and (max-width: 768px) { .huodeShouyi .hdsyli li { width: 50%; }
  .huodeShouyi .hdsyli li p { height: 42px; } }
/* 网络准入系统 */
.bqguard { background-color: #fff; padding-bottom: 30px; }
.bqguard .swiper-xt { overflow: hidden; width: 100%; padding-bottom: 10px; }
.bqguard .jiaqRsli li { height: 370px; background: #FFFFFF; border-radius: 8px; border: 1px solid #D9D9D9; margin-top: 60px; position: relative; transition: all .4s; }
.bqguard .jiaqRsli li .icon-top { display: block; width: 60px; height: 60px; position: absolute; left: 50%; top: -30px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transform: translateX(-50%); transition: all .4s; }
.bqguard .jiaqRsli li .icon-top i { display: block; width: 100%; }
.bqguard .jiaqRsli li .txt { text-align: center; padding: 45px 20px 0; }
.bqguard .jiaqRsli li .txt p { margin-top: 15px; color: #4D4D4D; position: relative; padding-left: 15px; text-align: left; }
.bqguard .jiaqRsli li .txt p:before { content: ''; display: block; width: 10px; height: 10px; background: url(../img/lbx.svg); position: absolute; left: 0; top: 5px; }
.bqguard .jiaqRsli li:hover { box-shadow: 0px 0px 30px 0px rgba(0, 116, 179, 0.2); border-color: #0074B3; }
.bqguard .jiaqRsli li:hover .icon-top { transform: translate(-50%, -10px); }
.bqguard .jiaqRsli li:hover h2 { color: #0074B3; }

@media screen and (max-width: 768px) { .bqguard.boxCont .title h2 { width: 160px; }
  .bqguard .jiaqRsli li { height: auto; padding-bottom: 20px; margin-top: 50px; }
  .bqguard.boxCont .bd { margin-top: 0; padding-bottom: 30px; } }
/* 四大管理方案 */
.glFangan { padding-bottom: 55px; }
.glFangan .title h2 { color: #fff; }
.glFangan .title .fy a { border-color: #fff; color: #000; background-color: #fff; }
.glFangan .title .fy a.swiper-button-disabled { background-color: transparent; color: #fff; }
.glFangan .bd { position: relative; margin-top: 50px; min-height: 310px; }
.glFangan .swiperTab { width: 14.28571%; background-color: #fff; float: left; }
.glFangan .swiperTab ul li a { display: block; line-height: 76px; text-align: center; color: #666; }
.glFangan .swiperTab ul li.active { background-color: #0074B3; }
.glFangan .swiperTab ul li.active a { color: #fff; }
.glFangan .swiper-fa { float: right; width: 82.85714%; }
.glFangan .swiper-fa h3 { color: #fff; }
.glFangan .swiper-fa .swiper-slide > p { color: #fff; margin-top: 6px; }
.glFangan .swiper-fa ul li { float: left; background-color: #fff; height: 94px; margin-top: 18px; width: 49.13793%; margin-right: 1.72414%; position: relative; padding: 0 14px 0 66px; display: -webkit-flex; display: flex; justify-content: center; flex-direction: column; }
.glFangan .swiper-fa ul li:nth-child(2n) { margin-right: 0; }
.glFangan .swiper-fa ul li i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.glFangan .swiper-fa ul li h4 { margin-bottom: 5px; }
.glFangan .swiper-fa ul li p { color: #666; line-height: 20px; text-align: justify; }

@media screen and (max-width: 1440px) { .glFangan .swiper-fa ul li { height: 110px; } }
@media screen and (max-width: 1280px) { .glFangan .swiper-fa ul li { height: 100px; padding: 0 12px 0 50px; }
  .glFangan .swiper-fa ul li i { left: 15px; } }
@media screen and (max-width: 1024px) { .glFangan .swiperTab { position: static; width: 100%; margin-bottom: 20px; min-height: auto; }
  .glFangan .swiperTab ul li { float: left; width: 25%; }
  .glFangan .swiperTab ul li a { line-height: 40px; }
  .glFangan .swiper-fa { float: none; width: 100%; }
  .glFangan .swiper-fa ul li { height: 120px; padding: 0 10px 0 50px; } }
@media screen and (max-width: 990px) { .glFangan .swiper-fa ul li { height: 140px; } }
@media screen and (max-width: 767px) { .glFangan .swiper-fa ul li { width: 100%; margin-right: 0; float: none; height: auto; padding: 15px 15px 15px 50px; margin-top: 15px; } }
/* 公司介绍 */
.companyIntro { background: url(../img/js_bg.jpg) right bottom/cover no-repeat; }
.companyIntro .introscroll { width: 47.14286%; height: 430px; margin-bottom: 30px; }
.companyIntro .introscroll p { font-size: 14px; color: rgba(0, 0, 0, 0.6); line-height: 28px; padding: 5px 0; }
.companyIntro .introscroll p strong { font-size: 14px; color: #000; }
.companyIntro .mCSB_scrollTools .mCSB_draggerRail { background-color: rgba(0, 116, 179, 0.2); }
.companyIntro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #0074b3; }
.companyIntro .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #0074b3; }
.companyIntro .mCSB_inside > .mCSB_container { margin-right: 20px; }

@media screen and (max-width: 1440px) { .companyIntro .introscroll { width: 55%; } }
@media screen and (max-width: 1280px) { .companyIntro .introscroll { width: 65%; } }
@media screen and (max-width: 768px) { .companyIntro .introscroll { width: 100%; } }
/* 招贤纳士 */
.zxNashi ul li { float: left; border-radius: 8px; border: 1px solid #D9D9D9; width: 49.28571%; margin-right: 1.42857%; margin-bottom: 20px; height: 560px; padding: 10px 30px; transition: all .4s; }
.zxNashi ul li:nth-child(2n) { margin-right: 0; }
.zxNashi ul li:hover { box-shadow: 0px 0px 30px 0px rgba(0, 116, 179, 0.2); border-color: #0074B3; }
.zxNashi ul li:hover .lihd h2 { color: #0074B3; }
.zxNashi ul li .lihd { border-bottom: 1px solid #D9D9D9; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding: 10px 0 15px; }
.zxNashi ul li .lihd h2 { color: #000; }
.zxNashi ul li .lihd a { font-size: 12px; color: #0074B3; display: -webkit-flex; display: flex; align-items: center; }
.zxNashi ul li .lihd a i { display: inline-block; margin-right: 5px; width: 12px; height: 14px; background: url(../img/sendemail.svg) no-repeat; transition: all .4s; }
.zxNashi ul li .lihd a:hover i { transform: translateX(-5px); }
.zxNashi ul li .libd h2 { padding: 20px 0 10px; color: rgba(0, 0, 0, 0.8); }
.zxNashi ul li .libd p { color: rgba(0, 0, 0, 0.6); font-size: 14px; line-height: 28px; }

@media screen and (max-width: 1024px) { .zxNashi ul li { padding: 10px 20px; height: 590px; } }
@media screen and (max-width: 900px) { .zxNashi ul li { height: auto; } }
@media screen and (max-width: 768px) { .zxNashi ul li { float: none; width: 100%; margin-right: 0; height: auto; } }
/* footer */
.footer { background-color: #000; }
.footer .ft-hd { padding: 60px 0; }
.footer .ft-hd ul { float: left; width: 90%; }
.footer .ft-hd ul li { float: left; margin-right: 12%; }
.footer .ft-hd ul li:last-child { margin-right: 0; }
.footer .ft-hd ul li h2 a { color: #fff; font-size: 16px; }
.footer .ft-hd ul li h2 i { display: none; }
.footer .ft-hd ul li dl { margin-top: 20px; }
.footer .ft-hd ul li dl dt { color: #0074B3; }
.footer .ft-hd ul li dl dd { line-height: 40px; }
.footer .ft-hd ul li dl dd a { color: #B3B3B3; }
.footer .ft-hd ul li dl dd a:hover { color: #fff; }
.footer .ft-hd .gzwm { float: right; }
.footer .ft-hd .gzwm h2 { color: #fff; font-size: 16px; }
.footer .ft-hd .gzwm p { font-size: 12px; color: #999; margin: 20px 0 10px; }
.footer .ft-hd .gzwm .qrcode { width: 114px; height: 114px; border: 1px solid #FFFFFF; padding: 6px; }
.footer .ft-hd .gzwm .qrcode img { width: 100%; }
.footer .ft-bd { border-top: 1px solid #262626; padding: 20px 0; }
.footer .ft-bd span { color: #666; }
.footer .ft-bd .fl { float: left; }
.footer .ft-bd .fr { float: right; }

@media screen and (max-width: 1280px) { .footer .ft-hd ul { width: 82%; }
  .footer .ft-hd ul li { margin-right: 10%; } }
@media screen and (max-width: 1024px) { .footer .ft-bd span { width: 100%; display: block; text-align: center; float: none !important; } }
@media screen and (max-width: 1023px) { .footer .ft-hd { padding: 30px 0; }
  .footer .ft-hd ul { float: none; width: 100%; }
  .footer .ft-hd ul li { width: 100%; float: none; margin-right: 0; border-bottom: 1px solid #262626; }
  .footer .ft-hd ul li:last-child { border-bottom: none; }
  .footer .ft-hd ul li h2 { padding: 15px 0; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; }
  .footer .ft-hd ul li h2 i { display: block; color: #fff; font-weight: 10px; opacity: 0.6; transition: all .4s; }
  .footer .ft-hd ul li h2.active i { transform: rotate(180deg); }
  .footer .ft-hd ul li dl { display: none; margin-top: 0; }
  .footer .ft-hd .gzwm { float: none; width: 114px; margin: 20px auto 0; text-align: center; }
  .footer .ft-hd .gzwm p { margin: 5px 0; } }
