/* 重置样式 */

html {
    -webkit-text-size-adjust: none;
    /* 禁用iPhone中Safari的字号自动调整 */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 100% 'PingFang SC', 'Microsoft Yahei', arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: none;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins,
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus,
*:focus {
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

input,
input:focus,
input:active {
    user-select: text;
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}


/* 设置图片视频等自适应调整 */

img {
    height: auto;
    width: auto9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}


/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  zhouwenyong
 * @subpackage  zhouwenyong
 +------------------------------------------------------------------------------
 */

body {
    color: #666;
    padding: 0px;
    margin: 0px;
    font-family: 'PingFang SC', "Microsoft YaHei", "Microsoft YaHei Light", "SimSun";
    font-size: 14px;
}

a {
    outline: none;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #333;
}

html {
    /*zoom:1;*/
    line-height: 24px;
}

html * {
    outline: 0;
    /*zoom:1;*/
}

html button::-moz-focus-inner {
    border-color: transparent!important;
}

body {
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
a img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

.tar {
    text-align: right;
}

.color_blue {
    color: #5d9cec;
}

.text-unline {
    text-decoration: underline;
}

.overflow {
    overflow: hidden;
}

input {
    font-family: "微软雅黑";
}


/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}


/* 清除浮动*/

.colwrapper {
    overflow: hidden;
    zoom: 1/*for ie*/
    ;
    margin: 5px auto;
}


/* 高度自适应 */

.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.show {
    display: block;
    visibility: visible;
}

.hide {
    display: none;
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.h100 {
    height: 100%;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.break {
    word-wrap: break-word;
    overflow: hidden;
    /*word-break:break-all;*/
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pd10 {
    padding: 10px;
}

.pl20 {
    padding-left: 17px;
}

.pr20 {
    padding-right: 17px;
}

.pt20 {
    padding-top: 17px;
}

.pb20 {
    padding-bottom: 17px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pt8 {
    padding-top: 8px;
}

.lh28 {
    line-height: 28px;
}

.lh36 {
    line-height: 36px;
}

.lh32 {
    line-height: 32px;
}

.lh48 {
    line-height: 48px;
}

.bd_1 {
    border: 1px solid #eeeeee;
    height: 100%;
}

.pd1 {
    padding: 1px;
    background: #fff;
}

.pd5 {
    padding: 5px;
}

.pd20 {
    padding: 20px 17px;
}

.pt15 {
    padding-top: 15px;
}

.brbm {
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.brtb {
    border-top: 1px solid #d7d7d7;
}

.brbd {
    border-bottom: 1px dotted #dcdcdc;
}


/*底部线条*/

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.txde {
    text-decoration: underline;
}

.ti2m {
    text-indent: 2em;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mg20 {
    margin: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt36 {
    margin-top: 36px;
}

.mb36 {
    margin-bottom: 36px;
}


/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

em {
    font-style: italic !important;
}

strike {
    text-decoration: line-through !important;
}

strong {
    font-weight: bold !important;
}

u {
    text-decoration: underline !important;
}

.strike {
    text-decoration: line-through;
}


/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */


/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-blue {
    color: #2b9df2;
}

a.color-red {
    color: #d70a30;
}

.color-red {
    color: #d70a30;
}

.color-white {
    color: #fff;
}

.color-green {
    color: #2a8800;
}

.color-org {
    color: #ff8201;
}


/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font15px {
    font-size: 15px;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

.font24px {
    font-size: 24px;
}

.font26px {
    font-size: 26px;
}

.font28px {
    font-size: 28px;
}

.font20px {
    font-size: 20px;
}

.font30px {
    font-size: 30px;
}

.font32px {
    font-size: 32px;
}

.font9pt {
    font-size: 9pt;
}

.black {
    color: #000;
}


/**
 +------------------------------------------------------------------------------
 * 网站背景
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用bk+颜色值"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

.bk-d4 {
    background: #d4d4d4;
}

.bk-fff {
    background: #fff;
}

.bk-f7 {
    background: #f7f7f7;
}

.bk-eee {
    background: #eee;
}


/**边框***/

.brts {
    border-top: 1px solid #e0e0e0;
}

.brls {
    border-left: 1px solid #e0e0e0;
}

.brrs {
    border-right: 1px solid #e0e0e0;
}

.brbs {
    border-bottom: 1px solid #e0e0e0;
}

.brsa {
    border: 1px solid #e0e0e0;
}


/*框架大小*/

.box300 {
    width: 300px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.bgc-fff {
    background-color: #fff;
}

body {
    background: #fff;
}

body a:hover {
    color: #333;
}

.line-through {
    text-decoration: line-through;
}

.padding-24 {
    padding-left: 240px;
    padding-right: 240px;
}

.header {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.header .global-nav {
    width: 1120px;
    height: 56px;
    margin: 0 auto;
}

.header .global-nav .nav-left {
    line-height: 56px;
    float: left;
}

.header .global-nav .nav-left img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
    height: 48px;
    width: 48px;
}

.header .global-nav .nav-left .logo-des {
    font-size: 18px;
    color: #d0531a;
    padding-top: 0px;
    padding-left: 6px;
    display: inline-block;
}

.header .global-nav .nav-right {
    float: right;
}

.header .global-nav .nav-right a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    line-height: 32px;
    padding-top: 12px;
    font-weight: 100;
}

.header .global-nav .nav-right input.search {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    background: url(../images/ic_search_dark.png) no-repeat right center;
    text-indent: 12px;
    color: #000;
}

.header.sub-header {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}

.header.sub-header .nav-right {
    float: right;
}

.header.sub-header .nav-right a {
    display: inline-block;
    font-size: 16px;
    color: #4a4a4a;
    padding: 0 15px;
    line-height: 32px;
    padding-top: 12px;
}

.header.sub-header .nav-right a.active {
    color: #0065D5;
}

.header.sub-header .nav-right input.search {
    border: 1px solid rgba(126, 126, 126, 0.2);
    border-radius: 12px;
    color: #999;
}

.main .indexBanner {
    margin-top: -100px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
    min-height: 600px;
    background: url(../images/bg_header.png) no-repeat 100% 0;
    /* background: rgba(20, 23, 41, .8); */
    background-size: cover;
}

.main .indexBanner .banner {
    width: 100%;
    margin-top: -80px;
}

.main .indexBanner .text {
    width: 100%;
    z-index: 8;
}

.main .indexBanner .text h1 {
    padding-top: 160px;
    font-weight: normal;
    font-size: 48px;
}

.main .indexBanner .text h4 {
    font-size: 16px;
    font-weight: normal;
}

.main .indexBanner .text p a.btn {
    display: inline-block;
    width: 128px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    margin: 0 20px;
}

.main .indexBanner .text p a.btn.current {
    background-color: #fff;
    color: #44A0FF;
}

.main .indexBanner .text .img {
    overflow: hidden;
    bottom: 0;
    left: 50%;
    padding-top: 10px;
}

/* 特性 */
.main .indexBanner .featureContainer {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.main .indexBanner .featureContainer .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-items: flex-end;
  padding: 0 0 24px 0px;
  box-sizing: border-box;
  min-width: 263px;
  float: left;
  border-radius: 8px;
}

.main .indexBanner .featureContainer .item .t {
    padding-top: 24px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.main .indexBanner .featureContainer .item .d {
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 100;
}

.main .box-1140 {
    width: 1140px;
    margin: 0 auto;
}

.main .box-1140 .title {
    text-align: center;
}

.main .box-1140 .title .tit {
    font-size: 18px;
    color: #0065D5;
    line-height: 30px;
    padding-top: 30px;
}

.main .box-1140 .title .lag {
    font-size: 14px;
    color: #bcbcbc;
    line-height: 20px;
    padding-bottom: 40px;
}

.main .aboutus {
    background: url(../images/bg_map.png) no-repeat 100px 120px;
    padding-bottom: 60px;
}

.main .aboutus .content {
    width: 1140px;
    margin: 0 auto;
    zoom: 1;
    display: block;
}

.main .aboutus .content:before,
.main .aboutus .content:after {
    content: "";
    display: table;
}

.main .aboutus .content::after {
    clear: both;
    overflow: hidden;
}

.main .aboutus .content .tit {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 40px;
    display: block;
    text-align: center;
    color: #14171D;
}

.main .aboutus .content .company {
    zoom: 1;
    display: block;
}

.main .aboutus .content .company:before,
.main .aboutus .content .company:after {
    content: "";
    display: table;
}

.main .aboutus .content .company::after {
    clear: both;
    overflow: hidden;
}

.main .aboutus .content .company .t {
    font-size: 20px;
    color: #14171D;
}

.main .aboutus .content .company .d {
    padding-top: 20px;
    color: #606267;
    font-size: 16px;
}

.main .aboutus .content .company .l {
    float: left;
    width: 360px;
}

.main .aboutus .content .company .aspiration {
    box-sizing: border-box;
    width: 360px;
    padding: 22px 22px 22px 22px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 120px;
    float: left;
}

.main .aboutus .content .company .concept {
    box-sizing: border-box;
    width: 360px;
    padding: 22px 22px 22px 22px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 120px;
    margin-top: 24px;
    float: left;
}

.main .aboutus .content .company .introduction {
    float: right;
    box-sizing: border-box;
    width: 752px;
    padding: 22px 22px 22px 22px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 265px;
}

.main .aboutus .content .company .introduction p {
    padding-bottom: 24px;
}

.footer .contact-us {
    padding: 16px 0 10px 0;
    zoom: 1;
    display: flex;
    justify-content:space-between;
    flex-direction: row;
}


.footer  .contact-us p:nth-child(1) {
    color: #A8ACB9;
    font-size: 12px;
}

.footer  .contact-us p:nth-child(2) {
    color: #4F5362;
    font-size: 18px;
}

.footer {
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
    padding: 30px 0 20px 0;
    height: 32px;
}

.footer .box-1140 {
    width: 1140px;
    margin: 0 auto;
}

.footer img {
    float: left;
}

.footer .footer_a {
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    float: left;
}

.footer .footer_a a {
    padding: 0 20px;
    display: inline-block;
}

.footer .copyright {
    text-align: center;
    line-height: 32px;
    color: #999;
    float: right;
}

.download {
    margin: 40px 20px 30px;
}

.download-container {
    max-width: 1140px;
    margin: 0 auto;
}

.download-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 50px;
    font-weight: bold;
}

.download-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.download-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: center;
    min-width: 280px;
    max-width: 320px;
    flex: 1;
}

.download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(208,83,26,0.2);
}

.download-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.download-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d0531a 0%, #ff6b35 100%);
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 60px;
}
.qr-code {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.qr-code img {
    width: 150px;
    height: 150px;
    margin: 10px auto;
    display: block;
}

.qr-code p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.download-btn:hover {
    background: linear-gradient(135deg, #b8441a 0%, #e65f2f 100%);
    box-shadow: 0 4px 15px rgba(208,83,26,0.3);
}


@media (min-width: 240px) and (max-width: 720px) {
    .header {
        position: relative;
        z-index: 2;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header .global-nav {
        width: 100%;
        height: 56px;
        margin: 0 auto;
    }
    .header .global-nav .nav-left {
        line-height: 56px;
        float: left;
        width: 50%;
    }
    .header .global-nav .nav-left img {
        vertical-align: middle;
        display: inline-block;
        margin-top: -6px;
        margin-left: 2%;
    }
    .header .global-nav .nav-left .logo-des {
        font-size: 18px;
        color: #d0531a;
        padding-top: 0px;
        padding-left: 6px;
        display: inline-block;
    }
    .header .global-nav .nav-right {
        float: right;
        display: none;
    }
    .header .global-nav .nav-right a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        padding: 0 6px;
        line-height: 32px;
        margin-top: 10px;
        font-weight: 100;
    }
    .main .indexBanner {
        margin-top: -100px;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 1;
        /* height: 100vh; */
        min-height: 50vh;
        background: url(../images/bg_header.png) no-repeat 100% 0;
        background-size: cover;
    }
    .main .indexBanner .banner {
        width: 100%;
        margin-top: -80px;
    }
    .main .indexBanner .text {
        width: 100%;
        z-index: 8;
        color: #475569;
    }
    .main .indexBanner .text h1 {
        padding-top: 120px;
        font-weight: normal;
        font-size: 40px;
        color: #475569;
    }
    .main .indexBanner .text h4 {
        font-size: 16px;
        font-weight: normal;
        padding: 0 10%;
    }
    .main .indexBanner .text p a.btn {
        display: inline-block;
        width: 128px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        color: #fff;
        border: 1px solid #fff;
        font-size: 16px;
        margin: 0 20px;
        position: relative;
        z-index: 9;
    }
    .main .indexBanner .text p a.btn.current {
        background-color: #fff;
        color: #44A0FF;
    }
    .main .indexBanner .text .img img {
        width: 80%;
    }

    /* 特性 */
    .main .indexBanner .featureContainer {
      display: flex;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.5);
      flex-direction: column;
      width: 100%;
    }

    .main .indexBanner .featureContainer .item {
      display: flex;
      justify-content: flex-start;
      min-width: 263px;
      border-bottom: 1px solid rgba(240, 240, 240, 0.7);
    }

    .main .aboutus {
        background: url(../images/bg_map.png) no-repeat 0 80px;
        background-size: 100% auto;
        padding-bottom: 40px;
    }
    .main .aboutus .content {
        width: 100%;
        margin: 0 auto;
        zoom: 1;
        display: block;
    }
    .main .aboutus .content:before,
    .main .aboutus .content:after {
        content: "";
        display: table;
    }
    .main .aboutus .content::after {
        clear: both;
        overflow: hidden;
    }
    .main .aboutus .content .tit {
        padding-top: 40px;
        padding-bottom: 60px;
        font-size: 40px;
        display: block;
        text-align: center;
        color: #14171D;
    }
    .main .aboutus .content .company {
        zoom: 1;
        display: block;
    }
    .main .aboutus .content .company:before,
    .main .aboutus .content .company:after {
        content: "";
        display: table;
    }
    .main .aboutus .content .company::after {
        clear: both;
        overflow: hidden;
    }
    .main .aboutus .content .company .t {
        font-size: 20px;
        color: #14171D;
    }
    .main .aboutus .content .company .d {
        padding-top: 20px;
        color: #606267;
        font-size: 16px;
    }
    .main .aboutus .content .company .l {
        float: inherit;
        width: 100%;
    }
    .main .aboutus .content .company .aspiration {
        box-sizing: border-box;
        width: 96%;
        padding: 22px 22px 22px 22px;
        background: rgba(255, 255, 255, 0.85) ;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        height: 140px;
        float: initial;
        margin: 2%;
        border-radius: 8px;
    }
    .main .aboutus .content .company .concept {
        box-sizing: border-box;
        width: 96%;
        margin: 2%;
        padding: 22px 22px 22px 22px;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        height: auto;
        margin-top: 24px;
        float: initial;
        border-radius: 8px;
    }
    .main .aboutus .content .company .introduction {
        float: initial;
        box-sizing: border-box;
        width: 96%;
        padding: 22px 22px 22px 22px;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        height: 100%;
        margin: 2%;
        border-radius: 8px;
    }
    .main .aboutus .content .company .introduction p {
        padding-bottom: 24px;
    }
    .main .aboutus .content .contact-us {
        margin-top: 64px;
        border-top: 1px solid #d8d8d8;
        padding: 24px 0 10px 10px;
        zoom: 1;
        display: block;
    }
    .main .aboutus .content .contact-us:before,
    .main .aboutus .content .contact-us:after {
        content: "";
        display: table;
    }
    .main .aboutus .content .contact-us::after {
        clear: both;
        overflow: hidden;
    }
    .main .aboutus .content .contact-us .l {
        float: initial;
        width: 100%;
        padding-top: 10px;
    }
    .main .aboutus .content .contact-us .c {
        float: initial;
        padding-top: 10px;
    }
    .main .aboutus .content .contact-us .r {
        float: initial;
        padding-top: 10px;
    }
    .main .aboutus .content .contact-us p:nth-child(1) {
        color: #A8ACB9;
        font-size: 12px;
    }
    .main .aboutus .content .contact-us p:nth-child(2) {
        color: #4F5362;
        font-size: 18px;
    }
    .footer {
        margin-top: 0;
        border-top: 1px solid #d8d8d8;
        padding: 30px 0 20px 0;
        height: 32px;
    }
    .footer .box-1140 {
        width: 100%;
        margin: 0 auto;
    }
    .footer img {
        float: inherit;
        margin-left: 2%;
    }
    .footer .footer_a {
        line-height: 32px;
        height: 32px;
        font-size: 16px;
        float: right;
    }
    .footer .footer_a a {
        padding: 0 6px;
        display: inline-block;
    }
    .footer .copyright {
        text-align: left;
        line-height: 32px;
        color: #999;
        float: inherit;
        width: 96%;
        padding: 2%;
        zoom: 1;
        display: block;
    }
    .footer .contact-us {
        padding: 16px 0px 10px 10px;
        zoom: 1;
        display: flex;
        justify-content:space-between;
        flex-direction: column;
    }
    .footer .copyright:before,
    .footer .copyright:after {
        content: "";
        display: table;
    }
    .footer .copyright::after {
        clear: both;
        overflow: hidden;
    }
}

@media(min-width: 240px) and (max-width: 375px) {
    .main .indexBanner .text .img {
        height: 300px;
    }
    .main .indexBanner .text .img img {
        width: 70%;
    }
    .main .indexBanner .text h1 {
        font-size: 32px;
    }
    .main .indexBanner .text h4 {
        font-size: 14px;
    }
    .main .indexBanner .text p a.btn {
        height: 40px;
        line-height: 40px;
    }
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
    overflow: hidden;
}