
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
input, textarea, p, blockquote, table, th, td, a, dl, dt, dd, article {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova', "Microsoft YaHei", Verdana, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    word-wrap: break-word;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

img {
    border: none;
}

div {
    display: block;
}

hr {
    clear: both;
    line-height: 5px;
}

table {
    border-collapse: collapse;
}

ol, ul {
    list-style: none outside none;
}

input, textarea.shadow, select {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus, textarea.shadow:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,
select:focus {
    outline: thin solid #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    resize: none;
    padding: 5px;
}

textarea.none {
    border: none;
    padding: 10px;
    outline: none;
}

a, a:hover, a:active {
    text-decoration: none;
}

h1, h1 * {
    font-size: 3em;
}

h2, h2 * {
    font-size: 2em;
}

h3, h3 * {
    font-size: 1.6em;
    line-height: 200%;
}

h4, h4 * {
    font-size: 1.4em;
    line-height: 200%;
}

h5, h5 * {
    font-size: 1.2em;
    line-height: 200%;
}

dt {
    font-weight: bold;
}

ul::-webkit-scrollbar, div::-webkit-scrollbar, dl::-webkit-scrollbar {
    width: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(202,
    202, 202, 0.07)), color-stop(100%, rgba(229, 229, 229, 0.07)));
    background: -webkit-linear-gradient(left, rgba(202, 202, 202, 0.07) 0%,
    rgba(229, 229, 229, 0.07) 100%);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 white;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 white;
    background-color: #E5E5E5;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #A6A6A6;
}

ul::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, dl::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(233,
    233, 233, 0.05)), color-stop(100%, rgba(221, 221, 221, 0.05)));
    background: -webkit-linear-gradient(left, rgba(233, 233, 233, 0.05) 0%,
    rgba(221, 221, 221, 0.05) 100%);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    background-color: #E9E9E9;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #A6A6A6;
}

ul::-webkit-scrollbar-button, div::-webkit-scrollbar-button, dl::-webkit-scrollbar-button {
    height: 0;
    display: block;
    background-color: transparent;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pleft {
    left: 0px;
}

.pleft {
    left: 0px;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.clearfix:after, div:after, ul:after, form:after, dl:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: visible;
}

.show {
    display: block;
}

.hidden {
    display: none;
}


input {
    padding: 10px;
}

button {
    padding: 6px 10px;
}

.bggray {
    background: #eee;
}

.bgwhite {
    background: #fff;
}

.shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}


.swiper-container {
    width: 100%;
    height: 28.6vw;
}


.base-content {
    width: 1200px;
    margin: 0 auto;
}

.content {
    width: 1200px;
    margin: 20px auto;
    position: relative;
}


a, a:link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}


.pr {
    position: relative;
}


#swiper-container-banners img {
    width: 100%;
    height: 28.6vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fake-banner-img {
    width: 100%;
    height: 28.6vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pre-style {
    all: initial; /*清除继承样式*/
    display: block; /*设置布局流，避免换行导致的错误布局*/
    white-space: pre-line; /*保留换行符，设置溢出换行*/
    font-size: 16px;
    line-height: 200%;
    padding: 15px 0;
    /*font-family: 'proxima-nova', "Microsoft YaHei", Verdana, sans-serif;*/
    color: #131415;
    text-align: center;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.row2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3690ff !important;
    border-color: #3690ff !important;
    color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
    color: #3690ff !important;
}


.imgzoom:hover {
    -webkit-animation: zoomin 0.3s .2s ease both;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.02)
    }
}


.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-between-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.flex-between-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-start-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-start-baseline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex-end-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-box {
    width: 100%;
    height: 80px;
    background: #fff;
    line-height: 80px;
}

.header-logo {
    width: 191px;
    height: 48px;
    background-position: center;
    background-size: cover;
    background-image: url('https://static.cloudoer.com/wly/eip/logo.png');
}

.header-menu-name {
    position: relative;
}

.header-menu-name:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    top: 50%;
    margin-top: -2px;
    right: -14px;
}


.menu-item {
    margin: 0 35px;
    cursor: pointer;
}

.menu-item:hover * {
    color: #3E8CF9;
}

.menu-item > p {
    font-size: 18px;
    color: #1F2329;
    margin: 0 8px;
}

.menu-item > div {
    font-size: 20px;
}

.menu-item > span {
    font-size: 14px;
}

.submenu-bg {
    position: absolute;
    width: 100%;
    min-height: 300px;
    z-index: 1000;
    background: #fff;
    top: 0;
    left: 0;
    display: none;
    box-shadow: 0 10px 20px 0 rgba(27, 27, 27, 0.08);
}

.submenu-box {
    width: 1200px;
    margin: 0 auto;
}

.submenu-title {
    width: 140px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    font-size: 18px;
    color: #767B83;
    padding-bottom: 15px;
    margin-bottom: 24px;
    line-height: initial;
}

.submenu-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #767B83;
    bottom: 0;
}

.submenu-box > .submenu-item {
    margin-left: auto;
}

.submenu-box > .submenu-item:first-child {
    margin-left: 0;
}

.submenu-item > ul > li,
.submenu-item > div > ul > li {
    font-size: 16px;
    color: #767B83;
    margin-bottom: 16px;
    line-height: initial;
}

.submenu-item > ul > li > a:hover,
.submenu-item > div > ul > li > a:hover {
    font-size: 16px;
    color: #3E8CF9;
    margin-bottom: 16px;
    line-height: initial;
}

.menu-item-about {
    position: relative;
}

.menu-item-about ul {
    background: #fff;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 100;
}

.menu-item-about ul li {
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.menu-item-about ul li:hover {
    background: #0068B7;
    color: #fff;
}

.menu-item-about ul li:hover a {
    color: #fff !important;
}

.footer-box {
    width: 100%;
    background: #fff;
}

.footer-top {
    padding-top: 60px;
}

.footer-top-title {
    font-size: 20px;
    color: #131415;
    margin-right: 40px;
    margin-bottom: 18px;
}

.footer-top-list {
    width: 1080px;
    margin-top: 2px;
}

.footer-top-list li a {
    color: #9A9EA1;
    font-size: 16px;
    margin-right: 18px;
    margin-bottom: 18px;
    display: inline-block;
}

.index-wiki-item {
    width: 298px;
    height: 160px;
    background: #fff;
    padding: 26px 20px;
}

.index-wiki-title {
    font-size: 16px;
    color: #0068B7;
    height: 46px;
}

.index-wiki-subtitle {
    font-size: 14px;
    color: #666;
    margin: 6px 0 16px;
}

.index-wiki-date {
    font-size: 14px;
    color: #999;
}

.index-wiki-btn {
    width: 86px;
    height: 28px;
    background: #E1EAFF;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #0068B7;
    font-size: 14px;
    margin-left: auto;
}

.index-wiki-item:hover {
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_index_wiki.png);
}

.index-wiki-item:hover .index-wiki-subtitle,
.index-wiki-item:hover .index-wiki-date {
    color: #498DC9;
}

.index-wiki-item:hover .index-wiki-btn {
    background: #0068B7;
    color: #fff;
}

.index-column-subtitle {
    font-size: 30px;
    color: #646A73;
    text-align: center;
}

.index-column-title {
    font-size: 40px;
    color: #131415;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 38px;
}

.index-aboutus-box {
    width: 960px;
    margin: 0 auto 0;
    position: relative;
}

.bg-aboutus {
    width: 804px;
    height: 485px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_aboutus.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -402px;
    margin-top: -242px;
    z-index: -1;
}

.index-aboutus-title1 {
    font-size: 36px;
    color: #131415;
    font-weight: 600;
    text-align: center;
}

.index-aboutus-title2 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

.index-aboutus-num {
    font-size: 50px;
    color: #3370ff;
    font-weight: bold;
}

.index-aboutus-num span {
    font-size: 16px;
    color: #3370ff;
    margin-left: -10px;
}

.index-aboutus-count {
    padding: 20px 50px;
}

.index-aboutus-item {
    text-align: center;
    position: relative;
    margin-left: auto;
}

.index-aboutus-item:first-child {
    margin-left: 0;
}

.index-aboutus-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 21px;
    z-index: -1;
}

.index-aboutus-more {
    width: 154px;
    height: 54px;
    background: #3370ff;
    border-radius: 4px;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    margin: 30px auto 100px;
    display: block;
}

.index-aboutus-more:hover {
    color: #fff !important;
}

.index-grid-company {
    display: grid;
    grid-template-columns: repeat(5, 200px);
    justify-content: space-between;
    margin-bottom: 76px;
}

.index-grid-company-item {
    width: 200px;
    height: 80px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 20px 0 rgba(27, 27, 27, 0.08);
    border-radius: 8px;
    margin-bottom: 14px;
    display: block;
}


.index-column-text {
    color: #646A73;
    font-size: 18px;
    text-align: center;
}

.index-grid-tech {
    display: grid;
    grid-template-columns: repeat(6, 60px);
    justify-content: space-between;
    margin: 60px auto 90px;
    text-align: center;
}

.index-grid-tech-item {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    margin: 0 auto 14px;
}


.bg-index-product {
    width: 100%;
    min-height: 9rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product.png);
    background-repeat: repeat;
    overflow: hidden;
}


.index-product-content {
    width: 12rem;
    margin: 0 auto;
}

.index-product-nav-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe4f0;
}

.index-product-nav {
    color: #646a73;
    font-size: 28px;
    margin-left: auto;
    cursor: pointer;
}

.index-product-nav:first-child {
    margin-left: 0;
}

.index-product-nav-on {
    color: #131415;
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.index-product-nav-on:after {
    content: '';
    position: absolute;
    background: #247BE7;
    width: 100%;
    height: 0.03rem;
    left: 0;
    bottom: -0.2rem;
}

.index-product-title {
    font-size: 0.4rem;
    color: #131415;
    font-weight: bold;
    margin: 0.7rem 0 0.12rem;
    text-align: center;
}

.index-product-subtitle {
    font-size: 0.24rem;
    color: #646A73;
    margin-bottom: 0.6rem;
    text-align: center;
}

.index-product-icon {
    height: 0.6rem;
}

.index-product-icon img {
    object-fit: cover;
    width: 0.44rem;
    height: 0.44rem;
}

.index-product-grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1rem);
    justify-content: space-between;
    margin-top: 0.3rem;
}

.index-product-item {
    margin-bottom: 0.3rem;
}

.index-product-item span {
    display: block;
    text-align: center;
    font-size: 18px;
}


.bg-index-custom {
    width: 100%;
    height: 8rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_custom.png);
    overflow: hidden;
}

.index-custom-content {
    width: 12rem;
    margin: 0 auto;
}

.index-custom-title {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    margin: 0.86rem 0 0.2rem;
    text-align: center;
}

.index-custom-subtitle {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.4rem;
    text-align: center;
}

.index-custom-count {
    width: 5.4rem;
    margin: 0 auto;
}

.index-custom-count-title1,
.index-custom-count-title3 div,
.index-custom-count-title2 span {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}

.index-custom-count-title2 div,
.index-custom-count-title3 span {
    display: block;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.index-custom-count-title2 {
    text-align: center;
}

.index-custom-count-title3 {
    margin-left: auto;
}

.index-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 3rem);
    justify-content: space-between;
    margin-bottom: 0.76rem;
    margin-top: 0.5rem;
}

.index-grid-custom-item {
    padding: 0.23rem 0.16rem;
    cursor: pointer;
}

.index-grid-custom-title {
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.14rem;
}

.index-grid-custom-subtitle {
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.08rem;
}

.index-grid-custom-item-app-box {
    border-bottom: 0.01rem solid #fff;
    height: 0.8rem;
}

.index-grid-custom-item-app-box > div {
    width: 1.3rem;
    text-align: center;
}

.index-custom-line {
    width: 0.01rem !important;
    height: 0.8rem;
    background: #fff;
}

.index-grid-custom-item-app-box > div > div {
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.08rem;
}


.ic-app {
    width: 0.28rem;
    height: 0.28rem;
}


.index-grid-custom-item:hover {
    background: rgba(0, 0, 0, 0.5);
}

.bg-index-about {
    width: 100%;
    height: 6.4rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_about.png);
    overflow: hidden;
    position: relative;
}

.index-about-content {
    width: 12rem;
    margin: 0 auto;
    padding-top: 1.3rem;
}

.bg-circle {
    width: 4.74rem;
    height: 4.74rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_circle.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.37rem;
    margin-top: -2.37rem;
}

.bg-qrcode {
    width: 2.13rem;
    height: 4.5rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_qrcode.png);
    margin-left: auto;
    padding: 0.68rem 0 0.5rem;
}

.bg-qrcode img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto;
}

.bg-qrcode div {
    text-align: center;
    font-size: 0.16rem;
    color: #131415;
    margin: 0.1rem 0 0.3rem;
}

.index-about-title1 {
    font-size: 0.4rem;
    color: #131415;
    font-weight: bold;
    margin-bottom: 0.7rem;
}

.index-about-title2 {
    font-size: 0.21rem;
    color: #131415;
    font-weight: bold;
}

.index-about-title3 {
    font-size: 0.2rem;
    color: #646A73;
}

.index-about-title4 {
    font-size: 0.2rem;
    color: #131415;
    font-weight: bold;
    margin: 0.1rem 0 0.3rem;
}

.index-about-btn {
    width: 1.24rem;
    height: 0.36rem;
    border: 0.01rem solid #131415;
    border-radius: 0.18rem;
    font-size: 0.16rem;
    color: #131415;
    padding: 0 0.1rem;
}

.index-about-btn span {
    font-size: 0.14rem;
    margin-left: 0.05rem;
}

.bottom-content {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_bottom.png);
    padding: 40px 0;
}

.footer-top-item {
    margin-bottom: 22px;
}

.footer-bottom {
    width: 100%;
    background: #F5F6F7;
    height: 52px;
    line-height: 52px;
}

.footer-bottom * {
    color: #131415;
}

.bottom-content2 {
    border-top: 1px solid #9A9EA1;
    padding-top: 20px;
    margin-bottom: -20px;
}

.bottom-content2 li {
    display: block;
    margin-left: auto;
}

.bottom-content2 li a {
    font-size: 18px;
    color: #9A9EA1 !important;
}

.bottom-content2 li:first-child {
    margin-left: 0;
}

.product-banner {
    width: 100%;
    height: 6rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/header_product.png);
    /*padding-top: 1.32rem;*/
}


.product-img {
    width: 5.8rem;
    height: 6rem;
    background-position: center;
    background-size: cover;
    margin-left: auto;
}

.product-container {
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
}

.product-banner-title1 {
    font-size: 0.32rem;
    color: #fff;
}

.product-banner-title2 {
    width: 7rem;
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    margin: 0.16rem 0 0.5rem;
}

.product-banner-desc {
    width: 5.11rem;
    font-size: 0.16rem;
    color: #fff;
}

.product-column2-title1 {
    font-size: 30px;
    color: #2F3337;
    text-align: center;
}

.product-column2-title2 {
    font-size: 16px;
    color: #1F2329;
    text-align: center;
    margin: 20px 0 40px;
}

.product-column2-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 386px);
    justify-content: space-between;
    margin-bottom: 76px;
}

.product-column2-grid-item {
    width: 386px;
    height: 138px;
    border: 2px solid #EDF0EF;
    margin-bottom: 22px;
}

.product-column2-item-icon {
    width: 130px;
}

.product-column2-item-info {
    width: 218px;
}

.product-column2-item-info div {
    font-size: 18px;
    color: #131415;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-column2-item-info span {
    font-size: 14px;
    color: #666;
}

.product-column3 {
    width: 100%;
    height: 7.5rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product_column3.png);
}

.product-column3-title {
    font-weight: bold;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    margin: 0.46rem 0 0.5rem;
}

.product-column3-title2 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.6rem;
}

.product-column3-title3 {
    font-size: 0.2rem;
    color: #fff;
}

.product-column3-title4 {
    font-size: 0.16rem;
    color: #fff;
    margin: 0.16rem 0 0.4rem;
}

.product-column3-img {
    width: 7.37rem;
    height: 5.18rem;
    display: block;
    margin-left: auto;
}

.product-column4 {
    width: 100%;
    height: 7.5rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product_column4.png);
}

.product-column4-title1 {
    font-size: 0.4rem;
    color: #1F2329;
    font-weight: bold;
    text-align: right;
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
}

.product-column4-title2 {
    font-size: 0.2rem;
    color: #1F2329;
    font-weight: bold;
    text-align: right;
}

.product-column4-title3 {
    font-size: 0.16rem;
    color: #646A73;
    text-align: right;
    margin: 0.16rem 0 0.36rem;
}

.product-column5 {
    background: #fff;
    overflow: hidden;
}

.product-column5-title {
    font-size: 40px;
    color: #1F2329;
    text-align: center;
    margin: 50px 0 16px;
}

.product-column5-img {
    width: 1197px;
    height: 815px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product2.png);
    margin: 0 auto 30px;
}

.product-column5 {
    width: 100%;
    height: 6.86rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product_column5.png);
}

.product-column5-title1 {
    font-size: 0.4rem;
    color: #1F2329;
    margin-top: 0.8rem;
    font-weight: bold;
    text-align: center;
}

.product-column5-title2 {
    font-size: 0.18rem;
    color: #1F2329;
    margin: 0.2rem 0 0.4rem;
    text-align: center;
}

.product-contact-box {
    width: 6.4rem;
    margin: 0 auto;
}

.product-contact-left {
    width: 3.2rem;
    height: 0.65rem;
    background: #3370FF;
    padding: 0 0.2rem;
    border-radius: 0.04rem 0 0 0.04rem;
    color: #fff;
    font-size: 0.18rem;
}

.product-contact-right {
    width: 3.2rem;
    height: 0.65rem;
    background: #fff;
    padding: 0 0.2rem;
    border: 0.01rem solid #3370FF;
    border-radius: 0 0.04rem 0.04rem 0;
    color: #3370FF;
    font-size: 0.18rem;
}

.product-contact-left span,
.product-contact-right span {
    margin-left: auto;
}

.product-column5-grid-box {
    display: grid;
    grid-template-columns: repeat(5, 2.26rem);
    justify-content: space-between;
    margin-top: 0.58rem;
    margin-bottom: 0.76rem;
}

.product-column5-item {
    width: 2.26rem;
    height: 1.47rem;
    background-position: center;
    background-size: cover;
    padding: 0.3rem 0.13rem 0.4rem;
}

.bg-product-column5-item1 {
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product3.png);
}

.bg-product-column5-item2 {
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product4.png);
}

.bg-product-column5-item3 {
    background-image: url(https://static.cloudoer.com/wly/eip/bg_product5.png);
}

.product-column5-item-title {
    font-size: 0.18rem;
    color: #1F2329;
    font-weight: bold;
}

.product-column5-item-subtitle {
    font-size: 0.14rem;
    color: #9A9EA1;
    margin: 0.12rem 0;
}

.product-column5-item-link1 {
    font-size: 0.14rem;
    color: #3370FF;
}

.product-column5-item-link2 {
    font-size: 0.14rem;
    color: #C79F32;
}

.product-column5-item-link3 {
    font-size: 0.14rem;
    color: #1C945C;
}

.breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 0;
}

.breadcrumb a {
    color: #999 !important;
}


.breadcrumb > div {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb > div {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}

.wiki-list-banner {
    width: 100%;
    height: 19.8vw;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_wiki.png);
}

.wiki-nav {
    margin: 30px 0 50px;
}

.wiki-nav-item {
    font-size: 16px;
    color: #999;
    margin-right: 56px;
}

.wiki-nav-item-on {
    position: relative;
    font-size: 16px;
    color: #131415;
    font-weight: bold;
    margin-right: 56px;
    z-index: 2;
}

.wiki-nav-item-on:after {
    position: absolute;
    content: '';
    width: 82px;
    height: 7px;
    background: #276FFF;
    left: 50%;
    margin-left: -41px;
    z-index: -1;
    bottom: 0;
}

.list-wiki-item {
    background: #fff;
    padding: 28px 8px 28px 32px;
    border-bottom: 1px solid #f0f0f0;
}

.list-wiki-cover {
    width: 180px;
    height: 140px;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    border-radius: 4px;
}

.list-wiki-cover-muti {
    width: 180px;
    height: 140px;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    border-radius: 4px;
}

.list-wiki-info {
    width: 860px;
}

.list-wiki-info h3 {
    font-size: 20px;
    color: #131415;
    font-weight: 600;
}

.list-wiki-info span {
    font-size: 14px;
    color: #969696;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.list-wiki-info p {
    font-size: 16px;
    color: #646464;
}

.list-wiki-info div {
    width: 100px;
    height: 30px;
    border: 1px solid #F2F2F2;
    color: #999999;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;

}


.list-wiki-item:hover {
    background: #EFF5FF;
}

.list-wiki-item:hover .list-wiki-info div {
    background: #2572FD;
    border: none;
    color: #fff;
    line-height: 30px;
}

.view-wiki-title {
    font-size: 24px;
    color: #16171b;
    font-weight: 600;
    text-align: center;
}

.view-wiki-subtitle {
    margin: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    text-align: center;
}

.view-wiki-subtitle span {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}

.view-content {
    margin-bottom: 30px;
}

.view-content p {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 30px;
}

.about-nav {
    width: 1200px;
    margin: -31px auto 60px;
    background: #3370FF;
    padding: 0 100px 0 20px;
    height: 80px;
}

.about-nav-item,
.about-nav-item-on {
    font-size: 16px;
    color: #fff !important;
}

.about-nav-item:hover,
.about-nav-item-on:hover {
    color: #fff !important;
}

.about-nav-item-on {
    position: relative;
}

.about-nav-item,
.about-nav-item-on {
    margin-left: auto;
}

.about-nav-item:first-child,
.about-nav-item-on:first-child {
    margin-left: 0;
}

.about-nav-item-on:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: -8px;
}

.about-title {
    font-size: 20px;
    color: #131415;
    margin-right: 40px;
    margin-bottom: 18px;
}

.about-list {
    width: 1080px;
}

.about-list li {
    color: #9A9EA1;
    font-size: 16px;
    margin-right: 18px;
    margin-bottom: 18px;
    display: inline-block;
}

.about-menu-logo {
    width: 109px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/ic_logo.png);

}

.contactus-item {
    margin-left: auto;
}

.contactus-item:first-child {
    margin-left: 0;
}

.contactus-item div {
    font-size: 20px;
    color: #646A73;
}

.contactus-item span {
    font-size: 20px;
    color: #131415;
    font-weight: 600;
    display: block;
}

.joinus-title {
    font-size: 28px;
    color: #131415;
}

.joinus-subtitle {
    font-size: 32px;
    color: #131415;
    font-weight: 600;
    margin: 18px 0 80px;
}

.joinus-item-title {
    font-size: 30px;
    color: #646A73;
    margin-bottom: 28px;
}

.joinus-btn {
    width: 243px;
    height: 40px;
    background: #2572FD;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.joinus-content {
    width: 600px;
    margin-left: auto;
    margin-top: -5px;
}

.joinus-content p {
    line-height: 200%;
    font-size: 16px;
}


.about-list-banner {
    width: 100%;
    height: 19.8vw;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/wly/eip/bg_about_header.png);
}