* {
    margin: 0px auto;
    padding: 0px;
}


/* 禁用iPhone中Safari的字号自动调整 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 去除iPhone中默认的input样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
    /* -webkit-appearance:none; */
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button {
    border: none;
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*取消链接高亮*/
}

a {
    text-decoration: none;
    font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: Microsoft YaHei;
}

img {
    border: none;
    vertical-align: middle;
}

body,
html {
    width: 100%;
    min-height: 700px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    position: relative;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-size: 1.4rem !important;
    font-weight: 400;
    letter-spacing: 0.4px;
}

html {
    font-size: 10px !important;
}

ul {
    list-style: none;
    margin-bottom: 0 !important;
}

li {
    text-align: -webkit-match-parent;
}

a {
    cursor: pointer;
    background-color: transparent;
}

h1 {
    font-size: 2.2rem !important;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 0px solid #eee !important;
}

p,
pre {
    margin: 0 0 24px !important;
    /* line-height: 1.8rem;
    letter-spacing: 0.2rem; */
}

p {
    word-wrap: break-word;
    word-break: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    margin: 0 0 24px !important;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


/* 消灭掉pc端底部会出现loading字样 */

.ui-loader-default {
    display: none
}

.ui-mobile-viewport {
    border: none;
}

.ui-page {
    padding: 0;
    margin: 0;
    outline: 0
}

.start {
    text-align: start;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.gray {
    color: #ccc;
}

.lilgray {
    background-color: #f7f7f7;
}

.fawhite {
    background-color: #fafafa;
}

.e6gray {
    background-color: #e6e6e6;
}

.black {
    color: #504f55;
}

.bold {
    font-weight: 550;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-shadow {
    background-color: #5ab1fb;
    color: #fff;
}

.font-small {
    font-size: 1.3rem;
}

.font-xsmall {
    font-size: 0.6rem;
}

.indent {
    text-indent: 2.5rem;
}

.img {
    width: 100%;
    height: 100%;
}

.opacity-85 {
    opacity: 0.85;
}

.box-shadow-2 {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.18) !important;
}

.wrapper {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 640px;
    width: 100%;
}

.fixed {
    position: fixed;
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex1 {
    flex: 1;
}

.padded-2 {
    margin: 2px;
}

.padding-2px-5px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-horizontal-14px {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}

.padding-vertical-1rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.padding-vertical-14px {
    padding-top: 14px;
    padding-bottom: 14px;
    box-sizing: border-box;
}

.padding-horizontal-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.margin-vertical-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.margin-vertical-2rem {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.margin-vertical-3rem {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.border-1-blue {
    border: 1px solid #108aed;
}

.z-1 {
    z-index: -1;
}

.z0 {
    z-index: 0;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.vertical-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    box-sizing: border-box;
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    /* opacity: 0.7; */
}

.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.hamburger-inner {
    display: block;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 4px;
    background-color: #fafafa;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}


/*
     * Slider Reverse
     */

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}


/*Accordion Menus*/

.accordion-menu {
    position: absolute;
    right: 0;
    width: 0px;
    height: 500px;
    /* float: right; */
    background-color: #fafafa;
    white-space: nowrap;
    overflow: hidden;
}

.accordion-menu a {
    color: #56555b;
    text-decoration: none;
}

.accordion-menu a:active,
.accordion-menu a:hover,
.accordion-menu a:active,
.accordion-menu a:visited {
    color: #565656;
    text-decoration: none;
}

.accordion-menu li:nth-child(2) span {
    margin: 0 0 24px !important;
    display: block;
}

.accordion-menu li:nth-child(2) a {
    margin: 0 0 24px !important;
    display: block;
}

.accordion-menu li:nth-child(2) p:before {
    background: url(../icons/icon-chevron-down.svg) no-repeat center center;
    content: '';
    transform: rotate(-90deg);
    float: right;
    height: 22px;
    transition-duration: 0.2s;
    transition-property: transform;
    width: 24px;
}

.accordion-menu li.expanded p:before {
    transform: rotate(0deg);
}

.accordion-menu li:nth-child(2) li:nth-child(1) span::before {
    background: url(../icons/icon-chevron-down.svg) no-repeat center center;
    content: '';
    transform: rotate(-90deg);
    float: right;
    height: 22px;
    transition-duration: 0.2s;
    transition-property: transform;
    width: 24px;
}

.accordion-menu li:nth-child(2) li.expanded:nth-child(1) span:before {
    transform: rotate(0deg);
}

.subul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -12px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0 0px 0;
    white-space: nowrap;
    width: 100%;
}

.sub-product {
    height: auto;
}

.sub-product li a {
    color: #fff;
    text-decoration: none;
}

.sub-product li a.active {
    color: #1c77c3;
}

.iwork-sub {
    margin-left: 30%;
    display: block;
}

#foot-nav .subul:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2rem;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background-color: #666;
}

.subul li {
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.subul li a {
    text-decoration: none;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 9px;
    margin-left: 9px;
}

.subul li.active:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2rem;
    width: 100%;
    height: 4px;
    background-color: #1c77c3;
    z-index: 1;
}

.display-inlineblock {
    display: inline-block;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.carousel {
    background-color: #414046;
    overflow: hidden;
}

.carousel-figure h1.white.z2 {
    position: absolute;
    left: 1rem;
}

.carousel-figure div .carousel-title:before {
    content: "";
    position: absolute;
    left: -1rem;
    height: 100%;
    width: 2rem !important;
    border-left: 2px solid #108aed;
}

.carousel-figure div .carousel-title {
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: auto;
    height: auto;
}

.carousel-figure div .carousel-content {
    position: absolute;
    top: 4rem;
    left: 1rem;
    line-height: 1.9rem;
    width: 250px !important;
    height: 15rem;
}

.banner,
.banner div {
    width: 100%;
    height: auto;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner button {
    overflow: visible;
}

.banner .slick-prev {
    display: none !important;
}

.banner .slick-next {
    display: none !important;
    /* background-size: contain;
    border: 0;
    background: url("../icons/icon-arrow-white.svg") transparent no-repeat center center;
    content: '';
    font-size: 0;
    height: 36px;
    width: 36px;
    line-height: 0;
    outline: none;
    padding: 0px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -25px; */
}

.banner .slick-dots {
    text-align: center;
    position: relative;
    bottom: 1rem;
}

.banner ul.slick-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: black;
    content: '•';
}

.banner .slick-dots li button::before {
    font-family: 'slick';
    font-size: 3.5rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .2;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.products {
    width: 100%;
    display: block;
    height: 25rem;
    margin-top: 19.8rem;
    background-image: url("../img/background-mobile.png");
}

.products div {
    width: 100%;
}

.products .products-item {
    display: block;
    width: 100%;
    height: 25rem;
    background-color: transparent;
}

.products button {
    overflow: visible;
}

.products .slick-prev {
    display: none !important;
}

.products .slick-next {
    display: none !important;
    background-size: contain;
    border: 0;
    background: url("../icons/arrow_right.png") transparent no-repeat center center;
    content: '';
    font-size: 0;
    height: 36px;
    width: 36px;
    line-height: 0;
    outline: none;
    padding: 0px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -25px;
}

.height-fix {
    position: fixed;
    left: 50%;
    top: 50%;
}

.carousel-figure div .carousel-id {
    position: absolute;
    top: 1%;
    right: 5%;
    width: 20px !important;
}

.carousel-gif {
    top: 10%;
    left: 40%;
    width: 15rem !important;
    height: auto !important;
}

.carousel-figure {
    border-radius: 2px;
    background-color: #414046;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    height: 24rem;
    position: relative;
    overflow: hidden;
}

.carousel-figure ul {
    list-style: none;
    position: absolute;
}

.carousel-figure ul li {
    float: left;
}

.carousel-figure ul li div {
    position: absolute;
    height: 300px;
}

.carousel-list {
    top: 40%;
    right: 5%;
    /* right: 1rem;
    top: 9rem; */
}

.carousel-list li {
    margin: 5px;
}

.carousel-list .hollow-circle {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px #fff solid;
    -webkit-border-radius: 100px;
}

.carousel-list .solid-round {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 100px;
}

.carousel-back {
    background-color: #323234;
    border-radius: 2px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
    padding-top: 18px;
    border-color: #252525;
    border-style: solid;
    border-width: 4px 0 0 0;
}

.card {
    background: #FFF;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 16px;
}

.card.colored .header {
    background-color: #0f8bed;
    color: #FFF;
    padding: 8px;
}

.card.colored .wrapper {
    padding: 8px;
}

.content {
    padding: 10px;
}

.icon {
    width: 100px;
    height: 100px;
}

.scenarios-title {
    position: relative;
    background-color: #8eb1b7;
    border-radius: 25px;
    height: 4.5rem;
    line-height: -moz-block-height;
}

.scenarios-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.5rem;
    height: 4.5rem;
    padding: 5px;
    background-color: #11848b;
    border-radius: 25px 25px 0 25px;
}

.card.bulegary {
    background-color: #e7ebf6;
    padding: 14px;
    border-radius: 6px;
    margin: 15px;
}

.card.bulegary li {
    list-style-type: disc;
    font-size: 0.5rem;
    padding: 0.5rem;
    color: #11848b;
    text-align: left;
}

.card.bulegary li span {
    font-size: 1.6rem;
    color: #504f55;
}

.cellular {
    position: relative;
    display: table;
    height: 26rem;
    margin-top: 2rem;
    margin: 0 auto;
}

.cellular .wrapper {
    width: 27rem;
    height: 100%;
    overflow: hidden;
}

.cellular .title {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
}

.cellular .id {
    position: absolute;
    top: 4.5rem;
    left: 3.2rem;
    font-size: 2rem;
}

.hex-p-center {
    position: absolute;
    top: 7.5rem;
    left: 9.5rem;
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
}

.hex-p-center span.sub1 {
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
    color: #b3b3b3;
}

.hex-p-center .sub2 {
    position: absolute;
    top: -0.5rem;
    left: 0.8rem;
    color: #ed7229;
    font-size: 1.8rem !important;
}

.hex-p-center span.sub3 {
    position: absolute;
    top: 3.5rem;
    left: 1.5rem;
    color: #b3b3b3;
}

.hex-1:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #e96b76;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-1 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #db4753;
    position: relative;
}

.hex-p-1 {
    position: absolute;
    top: 0;
    left: 13.5rem;
}

.hex-1:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #c72230;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

.hex-2:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #a13159;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-2 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #880f3c;
    position: relative;
}

.hex-p-2 {
    position: absolute;
    top: 7.5rem;
    left: 18rem;
}

.hex-2:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #74012c;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

.hex-3:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #1f6b9c;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-3 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #064e7e;
    position: relative;
}

.hex-p-3 {
    position: absolute;
    top: 15rem;
    left: 13.5rem;
}

.hex-3:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #0a4062;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

.hex-4:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #65c5eb;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-4 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #32acdd;
    position: relative;
}

.hex-p-4 {
    position: absolute;
    top: 15rem;
    left: 4.5rem;
}

.hex-4:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #0a93c9;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

.hex-5:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #8cdde4;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-5 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #62cad3;
    position: relative;
}

.hex-p-5 {
    position: absolute;
    top: 7.5rem;
    left: 0rem;
}

.hex-5:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #2cc0cc;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

.hex-6:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 3rem solid #f8a255;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
    position: absolute;
    top: -3rem;
}

.hex-6 {
    margin-top: 3rem;
    width: 9rem;
    height: 4.5rem;
    background-color: #f88c2a;
    position: relative;
}

.hex-p-6 {
    position: absolute;
    top: 0rem;
    left: 4.5rem;
}

.hex-6:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -3rem;
    border-top: 3rem solid #ef7402;
    border-left: 4.5rem solid transparent;
    border-right: 4.5rem solid transparent;
}

#head {
    background-color: #504f55;
    color: #fff;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.collapsible .header {
    cursor: pointer;
}

.collapsible .header h2,
.collapsible .header h3 {
    margin-bottom: 0;
    padding-right: 30px;
    box-sizing: border-box;
}

/*.collapsible .header:before {
    background: url(../icons/icon-chevron-down.svg) no-repeat center center;
    content: '';
    float: right;
    height: 24px;
    transition-duration: 0.2s;
    transition-property: transform;
    width: 24px;
}*/

.collapsible .body {
    overflow: hidden;
    transition-duration: 0.2s;
    transition-property: max-height;
    cursor: pointer;
}

.collapsible .body .container {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
}

.collapsible .body .container>*:last-child {
    margin-bottom: 0;
}

.collapsible.teasing .body {
    position: relative;
}

/*.collapsible.teasing .body:after {
    background: linear-gradient(rgba(255, 255, 255, 0) 24px, #FFF);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.1s;
    transition-property: opacity;
    width: 100%;
    display: none;
}*/

.collapsible.collapsed .body {
    max-height: 0;
}

.collapsible.collapsed.teasing .body {
    max-height: 10rem;
}

.collapsible.collapsed.teasing .body:after {
    opacity: 1;
    display: block;
}

.collapsible.expanded .header:before {
    transform: rotate(-180deg);
}

.collapsible.expanded .body {
    max-height: 10000px;
}

.overlay .collapsible .header,
#content .overlay .collapsible .body {
    padding: 0px;
}

#company-name {
	text-align: center;
    font-size: 2.2rem;
    padding-bottom: 12px;
}

#core-function {
    margin-top: 3rem;
}

#core-function h1 {
    margin-bottom: 3rem;
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#products-slide {
    width: 100%;
    height: 54rem;
}

#products-slide .img {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 5%;
    margin-right: 4%;
}

#products-slide .img p {
    padding-top: 2rem;
}

#products-iwork table {
    width: 90%;
    position: relative;
    left: 5%;
    top: 14%;
    color: #414046;
    background-color: #fafafa;
}

#products-more {
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 14%;
    left: 5%;
    width: 120px;
    background-color: #f6fbff;
    color: #1990f0;
}

.flex-box {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.flex-box img {
    align-self: center;
}

#products-slide .img img {
    width: 100%;
    height: 100%;
}

/*#products-slide .img.active::after {
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #55565b transparent;
}
*/
#products-title {
    padding-top: 2rem;
}

.needwhite {
    color: white;
}

#company-info {
    padding-top: 28px;
    padding-bottom: 28px;
}

#companyMap {
    width: 100%;
    height: 24rem;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

#companyMapInfo a {
    color: #333;
    text-decoration: none;
}

.map-p {
    margin: 0 0 6px !important;
}

#companyMapInfo .font-icon::after {
    height: 2.2rem;
    font-size: 2rem;
    color: #108aed;
    bottom: 15px;
}

#companyMapInfo .way {
    margin-left: 6px;
    width: 22px;
    height: 22px;
}

#companyMapInfo .tel {
    width: 32px;
    height: 32px;
}

#companyMapInfo .mail {
    margin-left: 6px;
    width: 24px;
    height: 24px;
}

#chart {
    width: 100%;
    height: 15rem;
}

#circle-pie1 {
    width: 50%;
    height: 15rem;
}

#circle-pie2 {
    width: 50%;
    height: 15rem;
}

#foot {
    background-color: #504f55;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.green:after{
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #55565b transparent;
}