body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

.page {
    text-align: center;
}

a {
    cursor: pointer;
}

body {
    min-width: 1200px;
    font: 14px/1.8 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

a {
    color: #3f4f7c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

strong {
    font-weight: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hide {
    display: none !important;
}

.red {
    color: #e15f63 !important;
}

::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 12px;
}

:-moz-placeholder {
    color: #AAAAAA;
    font-size: 12px;
}

::-moz-placeholder {
    color: #AAAAAA;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 12px;
}

::-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 12px;
}

.ico-msg,
.arr,
.login-form label,
.login-common .cbx,
.cms-notice h2,
.cms-notice .ico-new,
.ico-refresh,
.platform .ico,
.accordion .ico,
.applyment .ico,
.dialog-hd .ico-cls {
    background: url(../images/sprite.png) no-repeat;
    overflow: hidden;
}

.clr:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clr {
    zoom: 1;
}

.vs {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #505050;
    overflow: hidden;
    opacity: 0.54;
    vertical-align: middle;
    margin: -2px 16px 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.wrap {
    width: 1120px;
    margin: 0 auto;
}

.big-title {
    margin-bottom: 57px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}

.underline {
    text-align: center;
    position: relative;
}

.underline:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 4px;
    bottom: -19px;
    left: 50%;
    margin-left: -22px;
    background: #09f;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.btn-primary {
    display: inline-block;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    text-align: center;
    background: #09f;
    color: #FFF !important;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-primary:hover {
    text-decoration: none;
    background: #58D78C;
    color: #FFF;
}

.ico-msg {
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
}

.ico-msg.succ {
    background-position: 0 -251px;
}

.ico-msg.warn {
    background-position: -50px -251px;
}

.ico-msg.info {
    background-position: -100px -251px;
}

.page-msg .inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-msg .msg-ico {
    float: left;
    margin-top: -1px;
    *margin-top: 1px;
}

.page-msg .msg-cnt {
    min-height: 56px;
    margin-left: 56px;
}

.page-msg .msg-cnt p {
    color: #8d8d8d;
    word-break: break-all;
}

.page-msg.align-center {
    text-align: center;
}

.page-msg.align-center .inner {
    min-width: 220px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
}

.page-msg.align-middle .msg-cnt {
    min-height: auto;
    padding-top: 11px;
}

.page-msg.icon-center {
    text-align: center;
}

.page-msg.icon-center .msg-cnt {
    margin-left: 0;
}

.page-msg.icon-center .msg-cnt h4 {
    margin: 20px 0 3px;
}

.page-msg.icon-center .msg-ico {
    float: none;
    margin: 0;
}

.page-msg.align-center {
    text-align: center;
}

.page-msg.align-center .inner {
    min-width: 220px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
}

/* 弹出框 */
.dialog {
    width: 700px;
    margin-top: -200px;
    margin-left: -350px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background: #ffffff;
}

.dialog-hd {
    position: relative;
    padding: 0 20px;
    line-height: 52px;
    height: 52px;
    background: #f4f5f9;
}

.dialog-hd h3 {
    font-size: 100%;
    font-weight: 400;
}

.dialog-hd .ico-cls {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 15px;
    height: 15px;
    line-height: 999em;
    overflow: hidden;
    background-position: -158px -191px;
}

.dialog-hd .ico-cls:hover {
    background-position: -175px -191px;
}

.dialog-bd {
    padding: 60px 45px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.dialog-ft {
    margin: 0;
    padding: 16px 0;
    text-align: center;
    border-top: 1px solid transparent;
    background: #f4f5f9;
}

.dialog-ft .btn {
    margin: 0 8px;
}

.dialog.align-center .dialog-bd {
    padding-left: 126px;
    padding-right: 126px;
}

/* 内容居中 */
.mask-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* 站点切换 */
.sitebar {
    height: 35px;
    line-height: 35px;
    background: #2C2C2C;
}

.sitebar a {
    color: #9D9D9D;
}

.sitebar .selected {
    color: #09f;
}

.header {
    width: 100%;
    height: 88px;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 0 2px #393939;
}

.header .logo {
    float: left;
    width: 119px;
    height: 82px;
    margin: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url("../images/logo.jpg") no-repeat, none;
}

.header .link {
    width: 89%;
    position: static;
    height: 100%;
    align-items: center;
}

/* 右上角链接 */
.header .link .link-a {
    display: block;
    line-height: 30px;
    padding: 3px 5px 0;
    margin: 0 20px;
    color: #333;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
}

.header .link .link-a:hover {
    color: #09f;
    text-decoration: none;
}

.header .link .btn-apply,
.header .link .btn-apply:hover {
    display: inline-block;
    min-width: 6px;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    margin: 0 0 0 20px;
    border: none;
    color: #fff;
}

.header .link a.selected {
    color: #09f;
    border-color: #09f;
}

.header .link .cd .selected {
    color: #09f;
    border-bottom: 3px solid #09f;
}

.container-wrp{
    margin-top: 88px;
    position: relative;
}

.cd {
    height: 88px;
    width: 58px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd span {
    height: 38px;
    display: block;
}

.prod_center {
    margin: 0 !important;
    padding: 3px 0 !important;
    cursor: pointer;
}

.product_center {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 88px;
    display: none;
    border-top: 1px solid #EEF0F3;
}

.cd:hover .product_center {
    display: flex;
}

.width-1120 {
    width: 1120px;
    margin: 0 auto;
}

.product_center_main {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product_center_left {
    border-right: 1px solid #EEF0F3;
    box-sizing: border-box;
    width: 226px;
}

.left_top {
    margin-bottom: 24px;
    width: 196px;
}

.left_top_title {
    cursor: pointer;
    padding-left: 30px;
    height: 36px;
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #1F2C3D;
}

.viewHover {
    border-radius: 8px;
    background: #09f;
    color: #ffffff;
}

.left_bottom {
    padding-top: 6px;
    box-sizing: border-box;
    padding-left: 15px;
    width: 195px;
    height: 62px;
    background-image: url(../images/product_menu/ZmainLeft.png);
    background-size: 100% 100%;
}

.left_bottom_title {
    width: 100%;
    font-size: 12px;
    color: #09f;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: normal;
}

.left_bottom_btn {
    cursor: pointer;
    color: white !important;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 22px;
    border-radius: 10px;
    background: #09f;
}

.product_center_right {
    flex: 1;
}

.right_main {
    display: none;
    margin-left: 52px;
    flex-wrap: wrap;
}

.right_main.show {
    display: flex !important;
}

.right_main a:link, .right_main a:visited {
    text-decoration: none;
    color: #999;
}

.product_center_right-view {
    cursor: pointer;
    margin-right: 66px;
    display: flex;
    margin-bottom: 32px;
    flex-direction: column;
}

.product_center_right-des {
    width: 214px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_center_right-des img{
    width: 20px;
    height: 20px;
}

.product_center_right-des img{
    width: 20px;
    height: 20px;
}

.product_center_right-des .des-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.product_center_right-des .title{
    margin-left: 12px;
    line-height: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1F2C3D;
}

.product_center_right-view:hover .product_center_right-des .title{
    color: #09f;
}

.product_center_right-des .desHot{
    font-size: 12px;
    margin-left: 8px;
    font-weight: 400;
    color: #D32F2F;
    line-height: 38px;
}

.product_center_right-view .des{
    margin-top: 12px;
    width: 214px;
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    color: #606266;
    line-height: 16px;
}

.footer {
    color: #a6a6b0;
    background: #191e28;
}

.footer a {
    color: #a6a6b0 !important;
}

.footer a:hover {
    color: #09f !important;
    text-decoration: none;
}

.footer .wrap {
    padding: 43px 0 23px;
}

.footer .footer-service {
    overflow: hidden;
}

.footer .footer-service dl {
    float: left;
    padding-left: 43px;
    margin-left: 43px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

.footer .footer-service dt {
    color: #FFF;
    margin-bottom: 4px;
}

.footer .footer-service dd {
    margin-top: 4px;
}

.footer .footer-service .service-about {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.footer .footer-service .service-qrcode {
    float: right;
    margin-left: 0;
    border-left: 1px solid #484a4a;
}

.footer .footer-service .service-qrcode dt {
    font-size: 10px;
    margin-bottom: 12px;
}

.footer .footer-service .service-qrcode .img-qrcode {
    width: 100px;
    height: 100px;
}

.footer .footer-copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

.banner {
    position: relative;
    height: 508px;
}

.login {
    float: right;
    width: 290px;
    min-height: 305px;
    height: auto !important;
    height: 305px;
    padding: 33px 33px 28px;
    margin-top: 40px;
    background: #FFF;
    font-size: 12px;
    position: relative;
    z-index: 99;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.login .title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.login .tips-info {
    color: #999;
}

.login .tips-error {
    color: #F4692A;
}

.login .tips-error,
.login .tips-info {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4;
}

.login-switch {
    width: 215px;
    margin: 0 auto 25px;
    overflow: hidden;
}

.login-switch a {
    float: left;
    display: block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    margin-right: -1px;
    border: 1px solid #eee;
    font-size: 13px;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.login-switch a:hover {
    color: #09f;
}

.login-switch .selected {
    color: #09f;
    border-color: #09f;
    position: relative;
    z-index: 2;
}

.login-switch a:first-child {
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.login-switch a:last-child {
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.login-service {
    margin-top: 17px;
    font-size: 13px;
    text-align: center;
}

.login-service .vs {
    background: #CCC;
}

.login-common,
.login-weixin {
    min-height: 240px;
    height: auto !important;
    height: 240px;
}

.login-common .login-form {
    margin-top: 6px;
}

.login-common input {
    width: 100%;
    padding: 11px 0;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.login-common .login-account,
.login-common .login-password {
    height: 44px;
    line-height: 44px;
    padding-left: 32px;
    background: #FFF;
    border: 1px solid #EEE;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.login-common .ico-account,
.login-common .ico-password {
    width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 999px;
    float: left;
    margin: 12px 0 0 -24px;
    position: absolute;
}

.login-common .ico-account {
    background-position: -236px -160px;
}

.login-common .ico-password {
    background-position: -256px -160px;
}

.login-common .cbx {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: -3px 6px 0 0;
    *margin-top: 0;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    background-position: -276px -160px;
}

.login-common .cbx-on {
    background-position: -294px -160px;
}

.login-common .login-password {
    margin-top: 6px;
}

.login-common .login-verify {
    margin-top: 6px;
    overflow: hidden;
}

.login-common .login-verify a,
.login-common .login-memory a {
    color: #333
}

.login-common .login-verify a:hover,
.login-common .login-memory a:hover {
    color: #09f;
    text-decoration: none;
}

.login-common .verify-input {
    float: left;
    width: 100px;
    padding: 0 10px;
    background: #FFF;
    border: 1px solid #EEE;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.login-common .verify-input input {
    padding: 9px 0 10px;
}

.login-common .verify-image {
    float: left;
    width: 100px;
    height: 40px;
    margin: 0 6px;
}

.login-common .verify-change {
    float: right;
    margin-top: 11px;
}

.login-common .login-memory {
    margin-top: 6px;
    overflow: hidden;
}

.login-common .memory-account {
    float: left;
    display: none;
}

.login-common .forget-password {
    float: right;
}

.login-common .btn-login {
    margin-top: 14px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
}

.login-weixin {
    text-align: center;
}

.login-weixin a {
    color: #4466AD;
}

.login .tips-error,
.login .tips-info {
    margin: 10px 0 0;
}

.login-weixin .qrcode-img {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    position: relative;
}

.login-weixin .qrcode-img img {
    width: 190px;
    height: 190px;
    vertical-align: top;
}

.login-weixin .qrcode-img .alt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    cursor: pointer;
}

.login-weixin .qrcode-img .alt .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    background: #000;
}

.login-weixin .qrcode-img .alt .void {
    height: 52px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -26px;
    z-index: 11;
}

.login-weixin .qrcode-img .alt .void .ico-refresh {
    width: 26px;
    height: 23px;
    margin: 0 auto 10px;
    display: block;
    background-position: -294px -186px;
}

.login-weixin .page-msg {
    font-size: 14px;
    padding-top: 30px;
}


/*图片轮播*/
.slider {
    width: 100%;
    height: 508px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.slider a {
    display: block;
    width: 100%;
    height: 508px;
    text-indent: -9999px;
}

.slider ul li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
}

.slider ol {
    position: absolute;
    z-index: 9;
    top: 397px;
    display: table;
    left: 50%;
    margin-left: -73px;
    padding: 16px 16px 16px 0;
}

.slider ol li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 16px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.slider ol li.active {
    width: 56px;
    opacity: 0.6;
}

/*最新公告*/
.notice {
    line-height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    font-size: 12px;
}

.notice .wrap {
    position: relative;
    z-index: 2;
}

.notice .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.53;
    filter: alpha(opacity=53);
    -moz-opacity: 0.53;
    opacity: 0.53;
    background: #000;
    z-index: 1;
}

.notice:hover .mask {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.notice a {
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}

.notice a:hover {
    color: #09f;
}

.notice h2 {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 999px;
    margin: 16px 17px 0 0;
    background-position: -214px -161px;
}

.notice li {
    float: left;
    width: 285px;
    margin-right: 60px;
}

.notice li span {
    display: inline-block;
    vertical-align: top;
}

.notice li .name {
    max-width: 240px;
    _width: 240px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.notice li .ico-new {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 9px;
    margin: 21px 0 0 5px;
    background-position: -192px -191px;
}

.notice .more {
    position: absolute;
    top: 0;
    right: 0;
}

.notice .more a:hover {
    text-decoration: none;
}

.notice .more .arr {
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 7px;
    vertical-align: middle;
    line-height: 999px;
    overflow: hidden;
    background-position: -177px -160px;
}

.notice .more a:hover .arr {
    background-position: -186px -160px;
}


/*平台能力*/
.platform {
    margin-top: 74px;
}

.platform .wrap {
    position: relative;
}

.platform li {
    float: left;
    width: 251px;
    margin-right: 38px;
}

.platform li a {
    display: block;
    height: 389px;
    padding: 0 30px;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-color: #f3f3f3 \0;
    *border-color: #f3f3f3;
}

.platform li a:hover {
    border-color: #09f;
    color: #09f;
    text-decoration: none;
}

.platform .last {
    margin-right: 0;
}

.platform .ico {
    display: block;
    width: 80px;
    height: 80px;
}

.platform .ability .ico {
    background-position: 0 0;
}

.platform .ability:hover .ico {
    background-position: 0 -80px;
}

.platform .operate .ico {
    background-position: -80px 0;
}

.platform .operate:hover .ico {
    background-position: -80px -80px;
}

.platform .capital .ico {
    background-position: -160px 0;
}

.platform .capital:hover .ico {
    background-position: -160px -80px;
}

.platform .safety .ico {
    background-position: -240px 0;
}

.platform .safety:hover .ico {
    background-position: -240px -80px;
}

.platform .ab1 {
    width: 30px;
    height: 30px;
}

.platform .ab1 img {
    width: 100%;
}

.platform .ctr {
    width: 80px;
    height: 80px;
    padding: 20px;
    margin: 34px auto 0;
    background: #FAFAFA;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.platform .tit {
    margin-top: 14px;
    font-size: 17px;
    color: #333;
    line-height: 1.4;
    font-weight: 700;
}

.platform .tit:after {
    width: 34px;
    bottom: -15px;
    margin-left: -17px;
    background: #F4F4F4;
}

.platform .txt {
    color: #999999;
    font-size: 14px;
    margin-top: 29px;
    line-height: 20px;
    text-align: left;
}

.platform .more {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 12px;
}

.platform .more a {
    color: #333;
}

.platform .more a:hover {
    color: #09f;
    text-decoration: none;
}

.platform .more .arr {
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 7px;
    vertical-align: middle;
    line-height: 999px;
    overflow: hidden;
    background-position: -177px -173px;
}

.platform .more a:hover .arr {
    color: #09f;
    background-position: -186px -173px;
}


/**/
.solution {
    margin-top: 74px;
}

.accordion {
    height: 480px;
    margin: 70px auto 50px;
    color: #FFF;
    position: relative;
}

.accordion li {
    width: 175px;
    height: 480px;
    position: relative;
    overflow: hidden;
    float: left;
}

.accordion li.last {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.accordion .link-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.accordion .text-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    z-index: 1;
}

.accordion .text-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 175px;
    overflow: hidden;
    z-index: 2;
}

.accordion .text-area .ico {
    display: block;
    width: 35px;
    height: 35px;
    margin: 320px auto 0;
}

.accordion .text-area .ico-ecommerce {
    background-position: 0 -214px;
}

.accordion .text-area .ico-supermarket {
    background-position: -39px -214px;
}

.accordion .text-area .ico-drink {
    background-position: -155px -214px;
}

.accordion .text-area .ico-school {
    background-position: -74px -214px;
}

.accordion .text-area .ico-parking {
    background-position: -111px -214px;
}

.accordion .text-area .ico-social {
    background-position: -200px -214px;
}

.accordion .text-area .tit {
    margin-top: 12px;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.accordion .text-area .tit:after {
    width: 36px;
    bottom: -18px;
    margin-left: -18px;
    background: #B8B8B7;
}

.accordion .text-area .txt {
    height: 62px;
    width: 284px;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 57px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #fff;
}

.accordion .text-area .txt,
.accordion .text-area .opt {
    display: none;
}

.accordion .selected .text-area,
.accordion .selected .text-mask {
    width: 351px;
    height: 113px;
    padding: 30px;
    top: 288px;
    right: 16px;
    bottom: 41px;
    left: auto;
}

.accordion .selected .text-area .ico {
    margin-top: 0px;
    float: left;
}

.accordion .selected .text-area .tit {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-top: -8px;
    margin-left: 22px;
}

.accordion .selected .tit:after {
    width: 39px;
    bottom: -7px;
    margin-left: -38px;
    background: #fff;
    opacity: 0.24;
}

.accordion .selected .text-area .txt,
.accordion li.selected .text-area .opt {
    display: block;
    float: left;
}

.accordion .selected .text-mask {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #09f;
}

/**/
.applyment {
    margin-top: 0px;
}

.applyment li {
    float: left;
    width: 185px;
    height: 180px;
    padding: 22px 26px;
    margin-right: 155px;
    position: relative;
    border: 1px solid #EEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.applyment li.last {
    margin-right: 0;
}

.applyment .wrap {
    width: 1027px;
}

.flow-sheet .arr, .flow-sheet .ico-datum, .flow-sheet .ico-audit, .flow-sheet .ico-agree {
    background: url(../images/sprite.png) no-repeat;
    overflow: hidden
}

.flow-sheet {
    width: 75%;
    margin: 0 auto;
    padding-top: 20px;
}

.flow-sheet ol {
    width: 120%;
}

.flow-sheet li {
    width: 185px;
    height: 175px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid #EEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.flow-sheet .arr {
    width: 18px;
    height: 30px;
    position: absolute;
    right: -122px;
    top: 50%;
    margin: -10px 0 0 0;
    background-position: -158px -160px;
}

.flow-sheet .num {
    position: absolute;
    top: 20px;
    left: 29px;
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    line-height: 1;
}

.flow-sheet .tit {
    position: absolute;
    top: 82px;
    left: 29px;
    font-size: 24px;
    font-weight: 700;
}

.flow-sheet .txt {
    position: absolute;
    top: 131px;
    left: 29px;
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 1.8;
    width: 78%;
}

.flow-sheet .ico {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 26px;
    right: 22px;
}

.flow-sheet .ico-datum {
    background-position: 0 -160px;
}

.flow-sheet .ico-audit {
    background-position: -52px -160px;
}

.flow-sheet .ico-agree {
    background-position: -104px -160px;
}

.applyment .flow-opt {
    margin-top: 38px;
    text-align: center;
}

.applyment .flow-opt .btn-apply {
    display: inline-block;
    padding: 0;
    width: 310px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.pendant {
    display: none !important;
}


/*手风琴*/
figcaption,
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.ia-container {
    width: 92%;
    margin: 20px auto;
    overflow: hidden;
}

.ia-container figure {
    position: absolute;
    top: 0;
    left: 137px; /* width of visible piece */
    width: 800px;
    /* box-shadow: 0 0 0 1px rgba(255,255,255,0.6); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
    left: 0 !important;
}

.ia-container img {
    display: block;
    width: 100%;
}

.ia-container input {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px; /* just cover visible part */
    height: 100%;
    cursor: pointer;
    border: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ia-container input:checked {
    width: 5px;
    left: auto;
    right: 0px;
}

.ia-container input:checked ~ figure {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 800px;
}

.ia-container figcaption {
    width: 100%;
    height: 100%;
    background: rgba(87, 73, 81, 0.3);
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption .text-area {
    position: absolute;
    /*margin-top: 0px;*/
    right: 20px;
    top: 157px;
    height: 192px;
    width: 332px;
    overflow: hidden;
    background: rgba(25, 105, 259, 0.7);
}

.ia-container figcaption .text-area .ico {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0px auto 0;
}

.ia-container figcaption .text-area .ico-ecommerce {
    background-position: 0 -214px;
}


.ia-container figcaption .text-area .tit {
    margin-top: -18px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    color: #fff;
}

.ia-container figcaption .text-area .tit:after {
    width: 36px;
    bottom: -4px;
    height: 2px;
    margin-left: -44%;
    background: #fff;;
}

.ia-container figcaption .text-area .txt {
    height: 125px;
    width: 284px;
    font-size: 14px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 20px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #fff;
}


.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption {
    background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    opacity: 1;

    top: 50%;
}

.ia-container #ia-selector-last:checked + figcaption span {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
    background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input {
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .ia-container {
        width: 540px;
    }

    .ia-container figure {
        left: 40px;
        width: 260px;
    }

    .ia-container input {
        width: 40px;
    }

    .ia-container input:checked ~ figure {
        left: 260px;
    }

    .ia-container figcaption span {
        font-size: 16px;
    }
}

@media screen and (max-width: 520px) {
    .ia-container {
        width: 320px;
    }

    .ia-container figure {
        left: 20px;
        width: 180px;
    }

    .ia-container input {
        width: 20px;
    }

    .ia-container input:checked ~ figure {
        left: 180px;
    }

    .ia-container figcaption span {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 10px;
        margin-top: -20px;
    }

}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_flex-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.row_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row_flex-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.row_ld {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.graybg {
    padding-top: 0px;
}

#tab {
    position: relative;
    width: 1000px;
    margin-top: 70px;
    height: 440px;
    margin: 0 auto;
}

#tab .tabList ul li {
    float: left;
    padding: 7px 0;
    width: 30%;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #09f;
    border: solid 1px #09f;
}

#tab .tabCon {
    position: absolute;
    border-top: none;
    width: 1000px;
    height: 300px;
    top: 50px;
    text-align: center;
}

#tab .tabCon div {
    padding: 20px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    text-align: center;
}

.con3 li {
    width: 300px;
    margin: 30px 60px 0 60px;
}

.con3 li .p1 img {
    width: 130px;
}

.con3 li .p2 {
    font-size: 18px;
    margin-top: 20px;
}

#tab .tabList li.cur {
    background: #09f;
    color: #fff;
}

#tab .tabCon div.cur {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabList {
    width: 600px;
    margin: 0 auto;
}

.tabList ul {
    width: 100%;
    margin-left: 5%;
}

.tabList ul li {
}

.fwlc li {
    background-color: #fff;
    padding: 20px 15px 10px 15px;
    border-radius: 6px;
    margin: 5px;
    width: 11%;
    height: 325px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.fwlc h1 {
    font-size: 40px;
}

.fwlc h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.fwlc h3 {
    font-size: 14px;
    text-align: left;
}

.cooperation_AEfT14ff2e {
    background-color: #fbfbfb;
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
    height: 454px
}

.cooperation_AEfT14ff2e .leftCnt_3H1r34ff2e {
    width: 610px;
    height: 448px;
    padding: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

@keyframes marquee_2pyhd4ff2e {
    0% {
        top: 0
    }

    to {
        top: -100%
    }
}

/* banner */
.index-banner {
    width: 100%;
    height: 470px;
    position: relative
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide .img {
    position: absolute;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
}

.inner {
    position: relative;
    display: block;
    width: 1180px;
    height: 500px;
    margin: 0 auto;
}

.slide1 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/ml-1.png) no-repeat center center;
}

.slide1-1 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/ml-2.jpg) no-repeat center center;
}

.slide2 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/banner02.jpg) no-repeat center center;
}

.slide3 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/banner1.png) no-repeat center center;
}

.slide3-1 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/banner05.jpg) no-repeat center center;
}

.slide3-2 {
    background: url(http://milutest.oss-cn-hangzhou.aliyuncs.com/common/banner06.jpg) no-repeat center center;
}

.slide4 {
    background: url(../images/banner_04.jpg) no-repeat center center;
}

.slide5 {
    background: url(../images/banner_05.jpg) no-repeat center center;
}

.slide6 {
    background: url(../images/banner_06.jpg) no-repeat center center;
}

.slide7 {
    background: url(../images/banner_07.jpg) no-repeat center center;
}

.slide8 {
    background: url(../images/banner_08.jpg) no-repeat center center;
}

.cooperation_AEfT14ff2e .leftCnt_3H1r34ff2e .wrapper_2Svde4ff2e {
    position: relative;
    overflow: hidden;
    animation: marquee_2pyhd4ff2e 18s linear infinite
}

.cooperation_AEfT14ff2e .leftCnt_3H1r34ff2e .wrapper_2Svde4ff2e:hover {
    animation-play-state: paused
}

.cooperation_AEfT14ff2e .leftCnt_3H1r34ff2e .item_2gba44ff2e {
    display: inline-block;
    width: 170px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background: #fff;
    margin: 0 20px 30px 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    font-size: 0
}

.cooperation_AEfT14ff2e .leftCnt_3H1r34ff2e .item_2gba44ff2e img {
    height: 82px;
    vertical-align: middle
}

.cooperation_AEfT14ff2e .rightCnt_3Mnhc4ff2e {
    width: 450px;
    padding: 0 0 0 70px;
    display: flex;
    align-items: center;
    text-align: left
}

.cooperation_AEfT14ff2e .coopTitle_3rvYZ4ff2e {
    font-size: 16px;
    color: #999;
    line-height: 26px
}

.cooperation_AEfT14ff2e .coopSubTitle_cfONf4ff2e {
    font-size: 40px;
    font-weight: 800;
    color: #333;
    line-height: 40px;
    margin-top: 20px;
    padding-bottom: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap
}

/* 产品中心 */
.nav_sec {
    width: 100%;
    background: #1239d3;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    height: 72px;
    bottom: 0
}

.nav ul {
    padding: 0 5%;
    font-size: 0
}

.nav li {
    padding-top: 3px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
    width: 16.66%;
    display: inline-block;
    vertical-align: top
}

.nav li a {
    line-height: 66px;
    color: #fff;
    display: inline-block;
    padding: 0 0px;
    cursor: pointer;
    text-decoration: none;
}

.nav li a:hover {
    border-bottom: 3px solid #09f;
    text-decoration: none;
}

.nav li.cur a {
    border-bottom: 3px solid #09f
}

.nav.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #e0e4ea
}

.nav.fixed li a {
    color: #384c78
}

.nav.fixed li.cur a {
    color: #09f
}


.pc-mod-product-docs {
    background: #3F4F7C;
    padding-bottom: 60px
}

.pc-mod-product-docs .l-wrapper {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto
}

.pc-mod-product-docs .pc-mod-title {
    color: #edf2fd;
    padding-top: 60px;
    font-size: 34px;
    line-height: 58px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px
}

.pc-mod-docs-item {
    background: #465785
}

.pc-mod-docs-item li {
    margin: 10px;
    width: 20%;
}

.pc-mod-docs-item li img {
    width: 100%;
}

.cp_cont {
    width: 1200px;
    margin: 40px auto 20px auto;
    color: #3f4f7c;
}

.cp_cont h1 {
    text-align: center;
    font-size: 34px;
}

.cp_cont h2 {
    padding: 0 0 20px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.cp_cont p {
    line-height: 30px;
    font-size: 14px;
}

.zc_tab {
    padding: 10px;
    width: 100%;
    margin: 20px auto;
}

.tab_menu {
    height: 50px;
}

.tab_menu li {
    height: 46px;
    padding: 0 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    border: 1px solid #09f;
    color: #09f;
    line-height: 46px;
}

.tab_menu li.tab_actice {
    background-color: #09f;
    color: #fff;
    border: 1px solid #09f;
}

.tab_menu li.tab_actice a {
    color: #fff;
}


.tab_menu li a {
    color: #09f;
}

.tab_menu li:hover {
    color: #09f;
    cursor: pointer;
}

.tab_con {
    margin: 20px auto;
}

.tab_nei {
    display: none;

}

.content_msgDiv h1 {
    padding-left: 8px;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 2px solid #f6fbff;
    margin: 20px 0;
}

.content_msgDiv h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #09f;
}

.content_msgDiv ul {
    margin-bottom: 20px;
}

.content_msgDiv .category_list_detail li {
    list-style: disc;
}

/* 新闻中心 */
.main-container {
    width: 1200px;
    margin: 15px auto;
    min-height: 550px;
}

.tag-select-container {
    position: relative;
    box-sizing: border-box;
    width: 230px;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.tag-select-container.hide {
    display: none;
}

.tag-select-container .tag-title {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #333;
}

.tag-select-container .tag-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag-select-container .tag-item a {
    display: inline-block;
    padding: 7px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #7D86AD;
    background-color: rgba(234, 236, 245, 0.6);
    border-radius: 52px;
}

.tag-select-container .tag-item a:hover {
    background-color: rgba(228, 234, 246, 0.6);
}

.tag-select-container .tag-item.tags-selected-item a {
    color: #fff;
    background-color: rgba(17, 139, 255, 0.7);
}

.tag-select-container .tags-selected {
    display: none;
}

.tag-select-container .mobile-sider-icon {
    display: none;
}

@media (max-width: 640px) {
    .tag-select-container {
        width: 100%;
        padding: 0 12% 0 4.8%;
        max-height: 48px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .tag-select-container .tag-title {
        margin-bottom: 10px;
        font-size: 12px;
        color: #999;
    }

    .tag-select-container .tag-item {
        margin-bottom: 10px;
    }

    .tag-select-container .tag-item a {
        padding: 3px 10px;
        font-size: 12px;
    }

    .tag-select-container .mobile-slide-icon {
        position: absolute;
        right: 4.8%;
        top: 24px;
        display: inline-block;
        width: 24px;
        height: 24px;
        background: rgba(234, 236, 245, 0.6);
        border-radius: 52px;
        cursor: pointer;
    }

    .tag-select-container .mobile-slide-icon .icon {
        position: absolute;
        bottom: 10px;
        left: 7px;
        height: 7px;
        width: 7px;
        background-color: transparent;
        border-right: 1px solid #999;
        border-top: 1px solid #999;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
        transform: rotate(135deg);
    }

    .tag-select-container.open {
        max-height: initial;
    }

    .tag-select-container.open .mobile-slide-icon .icon {
        bottom: 5px;
        left: 8px;
        transform: rotate(-45deg);
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article-list-container {
    overflow: hidden;
    margin-right: 42px;
    margin-bottom: 80px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
}

.article-item {
    position: relative;
    padding: 20px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.article-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.article-list-content .article-list {
    padding: 20px 30px 40px;
}

.article-list-content .article-content-container {
    display: inline-block;
    color: #666;
    cursor: pointer;
}

.article-item {
    position: relative;
    padding: 20px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.article-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.article-item .article-title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.article-item .article-desc {
    margin-bottom: 15px;
    font-size: 12px;
    color: #999;
}

.article-item .article-desc-item {
    float: left;
    margin-right: 40px;
    line-height: 30px;
}

.article-item .article-desc-item .author-pic {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 10px;
}

.article-item .article-desc-item .author-pic img {
    width: 100%;
}

.article-item .article-content {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .article-list-content .article-list {
        padding: 0 0 40px;
    }

    .article-item {
        padding: 0 0 15px;
        margin-bottom: 20px;
        border-bottom-color: #EEEEEE;
    }

    .article-item .article-content-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 4.8%;
    }

    .article-item .article-title {
        font-size: 14px;
    }

    .article-item .article-desc {
        margin-bottom: 8px;
    }

    .article-item .article-desc-item {
        line-height: 1.2;
    }

    .article-item .article-desc-item .author-pic {
        display: none;
    }

    .article-item .article-content {
        font-size: 12px;
    }
}


/* 文章页 */

.article-container {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 120px;
}

.article-detail {
    display: inline-block;
    min-height: 650px;
    border-right: 1px solid #EEEEEE;
}

.article-right {
    display: inline-block;
    float: right;
    box-sizing: border-box;
    width: 340px;
    padding-top: 0;
    padding-left: 30px;
}

@media (max-width: 640px) {
    .article-container {
        width: 100%;
        overflow: hidden;
        margin: 0;
    }

    .article-detail {
        display: block;
        margin-top: 40px;
        min-height: 0;
    }

    .article-right {
        border: none;
        float: none;
        display: block;
        width: 90%;
        margin-left: 5%;
        padding: 0;
    }
}

.article-detail-container {
    margin: 0;
    padding: 0;
    width: 798px;
    padding-right: 60px;
}

.article-detail-container .article-detail-title {
    font-family: PingFang-SC-Medium;
    font-size: 26px;
    color: #333333;
    margin: 0 0 18px 0;
}

.article-detail-container .article-detail-info {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
}

.article-detail-container .article-detail-info img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.article-detail-container .article-detail-info .article-detail-author {
    display: inline-block;
    margin-left: 10px;
}

.article-detail-container .article-detail-info .article-detail-time {
    display: inline-block;
    margin-left: 30px;
}

.article-detail-container .article-detail-content {
    margin-top: 42px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.article-detail-container .article-detail-content .co-content-body ol {
    list-style: decimal;
    padding-left: 30px;
}

.article-detail-container .article-detail-content .co-content-body ol li {
    list-style: decimal;
}

.article-detail-container .article-detail-content .co-content-body ul {
    list-style: disc;
    padding-left: 30px;
}

.article-detail-container .article-detail-content .co-content-body ul li {
    list-style: disc;
}

.article-detail-container .article-detail-content .co-content-body p {
    word-break: break-all;
}

.article-detail-container .article-detail-content .co-content-body p > code,
.article-detail-container .article-detail-content .co-content-body li > code {
    border: 0;
    background-color: #D6DBDF;
    border-radius: 4px;
    color: #2C3E50;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

.article-detail-container .article-detail-content .co-content-body table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
    text-align: left;
}

.article-detail-container .article-detail-content .co-content-body table thead tr th {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    outline: none;
}

.article-detail-container .article-detail-content .co-content-body table thead tr th:last-child {
    border-right: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr td:last-child {
    border-right: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr:last-child td {
    border-bottom: none;
}

.article-detail-container .article-detail-content .co-content-body h1,
.article-detail-container .article-detail-content .co-content-body h2,
.article-detail-container .article-detail-content .co-content-body h3,
.article-detail-container .article-detail-content .co-content-body h4,
.article-detail-container .article-detail-content .co-content-body h5,
.article-detail-container .article-detail-content .co-content-body h6 {
    color: #333;
    font-weight: normal;
}

.article-detail-container .article-detail-content .co-content-body h1 {
    font-size: 24px;
    margin: 30px 0px 20px;
}

.article-detail-container .article-detail-content .co-content-body h2 {
    font-size: 18px;
    margin: 25px 0px 15px;
}

.article-detail-container .article-detail-content .co-content-body h3 {
    font-size: 14px;
    line-height: 22px;
    color: #151515;
}

.article-detail-container .article-detail-content .co-content-body p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
}

.article-detail-container .article-detail-content .co-content-body img {
    max-width: 100%;
}

.article-detail-container .article-detail-content .co-content-body table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
}

.article-detail-container .article-detail-content .co-content-body table thead tr th {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    outline: none;
}

.article-detail-container .article-detail-content .co-content-body table thead tr th:last-child {
    border-right: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr td {
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr td:last-child {
    border-right: none;
}

.article-detail-container .article-detail-content .co-content-body table tbody tr:last-child td {
    border-bottom: none;
}

.article-lincense {
    padding: 50px 0 20px;
    text-align: center;
}

@media (max-width: 640px) {
    .article-detail-container {
        width: 90%;
        margin: 0 5%;
        margin-top: 13.5px;
        overflow: hidden;
    }

    .article-detail-container .article-detail-title {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .article-detail-container .article-detail-info {
        color: #999999;
    }

    .article-detail-container .article-detail-info .article-detail-author {
        margin-left: 0px;
    }

    .article-detail-container .article-detail-info .article-detail-time {
        margin-left: 20px;
    }

    .article-detail-container .article-detail-info img {
        display: none;
    }

    .article-detail-container .article-detail-content {
        margin-top: 25px;
        margin-bottom: 55px;
        line-height: 25px;
    }
}

.hot-article-container {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 25px;
}

.hot-article-container .hot-article-title {
    margin: 20px 0 27px 0;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.hot-article-container .hot-article-title span {
    padding-left: 20px;
    display: block;
}

.hot-article-container .article-all {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #118BFF;
    float: right;
}

.hot-article-container .hot-article-list li {
    margin: 20px 0 0 20px;
    list-style-type: disc;
    font-size: 12px;
    list-style-position: inside;
    color: #73889E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-article-container .hot-article-list li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

.hot-article-container .hot-article-list li a:hover {
    color: #1188FF;
}

.hot-article-container .hot-article-list li a:active {
    color: #1188FF;
}

.hot-article-container .hot-article-list .mobile-article-all {
    display: none;
}

.hot-article-container .hot-article-list .mobile-article-all a {
    color: #118BFF;
}

@media (max-width: 640px) {
    .hot-article-container {
        border: none;
    }

    .hot-article-container .hot-article-title {
        margin: 25px 0 0 0;
        font-family: PingFangSC-Regular;
    }

    .hot-article-container .hot-article-title .article-all {
        display: none;
    }

    .hot-article-container .hot-article-title .icon-zhishikuicon-remenwenzhang-I {
        display: inline-block;
        color: #73889E;
    }

    .hot-article-container .hot-article-title .icon-zhishikuicon-zuirewenzhang {
        display: none;
    }

    .hot-article-container .hot-article-list li {
        margin-top: 15px;
        list-style-type: none;
    }

    .hot-article-container .hot-article-list li a {
        font-size: 12px;
    }

    .hot-article-container .hot-article-list li a:hover {
        font-size: 12px;
    }

    .hot-article-container .hot-article-list li a:active {
        font-size: 12px;
    }

    .hot-article-container .hot-article-list .mobile-article-all {
        list-style-type: none;
        display: block;
    }

    .hot-article-container .hot-article-list .mobile-article-all a {
        display: block;
        color: #118BFF;
    }
}

/* 关于我们 */

.cp_cont .wrap h2 {
    font-size: 28px;
}

.about .platform li {
    width: 349px;
}

.about .clr {
    margin: 30px auto;
}

.about .platform .txt {
    text-align: left;
}

.about .platform li a {
    padding: 26px 30px;
}

.about .lxwm ul {
    width: 50%;
    margin-bottom: 40px;
}

.about .lxwm ul li {
    margin-bottom: 40px;
}

.lxwm .bg {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 50px;
    vertical-align: middle
}

.lxwm .bg img {
    display: block;
    margin: 0 auto;
    margin-top: 7px
}

.lxwm .right-div {
    width: 70%;
    max-width: 400px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    white-space: normal;
    word-break: break-word
}

.lxwm .right-div .contact-item-desc {
    font-size: 16px;
    color: #333
}

.lxwm .right-div .contact-item-desc .contact-item-value {
    display: inline-block;
    color: #666
}

.lxwm .right-div .contact-item-detail {
    margin-top: -5px;
    font-size: 14px;
    color: #999;
    letter-spacing: 0
}

.lxwm .an {
    border-left: 2px solid #f6fbff;
    padding-left: 20px;
}

.div_jobs1 {
    padding-bottom: 20px;
}

.div_jobs1 .div2 {
    background: #09f;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
    color: #323132;
    font-size: 16px;
}

.div_jobs1 .div2 .p1 {
    color: #fff;
    width: 20%;
    margin-right: 1%;
}

.div_jobs1 .div2 .p2 {
    color: #fff;
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p3 {
    color: #fff;
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p4 {
    color: #fff;
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p5 {
    color: #fff;
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 {
    background: #fbfbfb;
}

.div_jobs1 .div3 ul li .p1 {
    height: 64px;
    line-height: 64px;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 3px solid #fff;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .p1 .pp1 {
    width: 20%;
    margin-right: 1%;
}

.div_jobs1 .div3 ul li .p1 .pp2 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp3 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp4 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp5 {
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 ul li .div_js_on,
.div_cont2 .div3 ul li:hover .p1 {
    background: #fbfbfb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .div_js_txt {
    background: #fff;
    padding: 20px 4%;
    color: #333;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

/* 解决方案 左侧菜单 */
.jjfa .treebox {
    width: 200px;
    border: 1px solid #EEEEEE;
    background: #fff;
}

.jjfa .menu {
    overflow: hidden;
}

/*第一层*/
.jjfa .menu li.level1 > a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    padding-left: 50px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    position: relative;
    transition: all .5s ease 0s;
}

.jjfa .menu li.level1 a:hover {
    text-decoration: none;
    background-color: #fff;
}

.jjfa .menu li.level1 a.current {
    background: #fbfbfb;
    color: #09f;
    border-left: 2px solid #09f;
}

/*============修饰图标*/
.jjfa .ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    background-repeat: no-repeat; /* background-image: url(../images/ico1.png); */
}

/*============小箭头*/
.jjfa .level1 i {
    width: 20px;
    height: 10px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.jjfa .level1 i.down {
    background-position: 0 -10px;
}

.jjfa .ico1 {
    background-position: 0 0;
}

.jjfa .ico2 {
    background-position: 0 -20px;
}

.jjfa .ico3 {
    background-position: 0 -40px;
}

.jjfa .ico4 {
    background-position: 0 -60px;
}

.jjfa .ico5 {
    background-position: 0 -80px;
}

/*第二层*/
.jjfa .menu li ul {
    overflow: hidden;
}

.jjfa .menu li ul.level2 {
    display: none;
    background: #fff;
}

.jjfa .menu li ul.level2 li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-indent: 60px;
    /*border-bottom: 1px solid #ddd; */
    font-size: 14px;
    transition: all 1s ease 0s;
}

.jjfa .contright {
    width: 933px;
    padding: 0px 20px 20px 40px;
}

.jjfa .contright h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.jjfa .contright h3 span, .cp_cont h3 span {
    display: block;
    width: 8px;
    height: 8px;
    background: #cfe7ff;
    border: 1px solid #09f;
    border-radius: 50px;
    margin-right: 8px;
    vertical-align: middle;
}

.jjfa .contright h3 span {
    margin-top: 11px;
}

.cp_cont h3 span {
    margin-top: 7px;
}

.jjfa .pc-mod-docs-item {
    width: 933px;
}

.jjfa .content_msgDiv h1 {
    font-size: 18px;
}

.jjfa .content_msgDiv h3 {
    font-size: 16px;
}

.h_20 {
    height: 20px;
}

.phone {
    border-radius: 20px;
    margin-left: 15px;
    line-height: 39px;
    background-color: #FAFAFA;
    color: #0099FF;
    padding: 0 10px;
}

.phone img {
    width: 11%;
    margin: 0 8px;
}

.con {
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.about_menu {
    background-color: #fff;
}

.about_menu li {
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #747474;
    padding: 1.25rem 0;
    margin: 0 0.5rem;
}

.about_menu li a {
    color: #383838;
}

.about_menu .hover a {
    color: #383838
}

.about_menu h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.cp_h h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.cp_h h4 {
    padding: 0 0 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #3f4f7c;
}

.menu_r > li:hover,
.menu_r .hover {
    color: #383838;
    font-weight: bold;
    transition: none;
}

.rt_border {
    border-right: 1px solid #DBDCDC;
}

.b_border {
    border-bottom: 1px dashed #DBDCDC;
    border-left: 1px solid #DBDCDC;
}
