﻿/* 功能 */

html {
    /* background-color: #f5f5f5; */
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-clear {
    zoom: 1;
}

.f-clear:after {
    content: '';
    display: block;
    clear: both;
}


/* 元件 */

.u-title {
    margin-top: 70px;
}

.u-title span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.u-title a {
    font-size: 18px;
    text-decoration: none;
    color: #0090ff;
}

.u-mr10 {
    margin-right: 10px;
}

.u-ct {
    text-align: center;
}

.h-300 {
    height: 300px;
}

.h-380 {
    height: 380px;
}

.h-400 {
    height: 400px;
}

.h-450 {
    height: 450px;
}

.h-480 {
    height: 480px;
}

.h-520 {
    height: 520px;
}

.h-770 {
    height: 770px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-80 {
    padding-top: 80px;
}

.f-z-36 {
    font-size: 36px;
}

.f-z-18 {
    font-size: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-red {
    color: #f00;
}

.text-blue {
    color: blue;
}

.text-green {
    color: green;
}

.text-orange {
    font-size: 14px;
    color: #f56b27;
}

.bg-red {
    background-color: #F22D00;
    color: #fff !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16,
.span17,
.span18,
.span19,
.span20 {
    float: left;
    margin-left: 14px;
    min-height: 1px;
}


/* 元件 */


/* 布局 */

.typo {
    /* 标题间距 */
    /* 粗体 */
    /* 段落字体间距 */
}

.typo h1 {
    font-size: 1.5rem;
}

.typo h2 {
    font-size: 1.375rem;
}

.typo h3 {
    font-size: 1.125rem;
}

.typo h4 {
    font-size: 1rem;
}

.typo h5 {
    font-size: .875rem;
}

.typo h6 {
    font-size: .75rem;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
    margin-bottom: 12px;
    color: #252629;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4 {
    font-weight: bold;
}

.typo .title {
    font-size: 18px;
}

.typo .main a {
    color: #0090ff;
}

.typo .source {
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    color: #666;
}

.typo .source img {
    width: 20px;
    vertical-align: middle;
}

.typo .source span {
    padding-right: 30px;
}

.typo p {
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 14px;
}

.typo ol li {
    list-style-type: none;
    margin-left: 0;
    line-height: 2;
}

.typo ul li {
    list-style-type: none;
    margin-left: 0;
    line-height: 2;
}

.typo img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.typo .text {
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    text-indent: 2em;
}

.g-top-bg {
    background: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    min-width: 1200px;
}

.g-menu-bg {
    background: #007FBA;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999;
    min-width: 1200px;
}

.g-bar-placeholder {
    height: 720px;
}

.g-news-bar {
    height: 510px;
}

.g-foot {
    width: 100%;
    color: white;
    line-height: normal;
}

.g-wrap {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding-top: 60px;
}

.g-wrap:nth-child(2n+1) {
    background: white;
}

.g-wrap:nth-child(2n) {
    background: #fbfbfb
}

.g-wrap-1 {
    /* padding-top: 80px; */
}

.g-wrap1 {
    background: white;
}

.g-wrap2 {
    background: #fbfbfb;
}

.g-wrap-inner {
    width: 1200px;
    margin: 0 auto;
}

.btn-green {
    background-color: #00ccc5;
}


/* 页面悬浮插件 */

.hk-contab {
    display: block!important;
    z-index: 99;
    width: 72px;
    position: fixed;
    right: 24px;
    bottom: 231px;
    box-shadow: 0 2px 8px 0 rgba(204, 212, 222, 0.50);
    border-radius: 1px;
}

.hk-contab li {
    list-style: none;
    padding: 13px 0;
    text-align: center;
    background: #fff;
}

.hk-contab li:hover {}

.hk-call {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 1px; */
}

.hk-contab .hk-call {
    /* background: #00CCC5; */
    /* color: #fff; */
    /* font-size: 22px; */
}

.hk-call img {
    margin-left: 20px;
    margin-top: 18px;
}

.hk-callinfo {
    display: none;
    position: absolute;
    left: -160px;
    top: 7px;
    background: #ffffff;
    border-right: 0;
    width: 360px;
    padding: 24px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
    text-align: left;
}

.hk-callinfo .callinfo-margin {
    position: absolute;
    width: 30px;
    height: 192px;
    top: -1px;
    right: -25px;
    z-index: 999;
}

.hk-callinfo a {
    color: #017ee1;
}

.hk-callinfo a:hover {
    color: #017ee1;
    text-decoration: underline !important;
}

.hk-callinfo a:active {
    color: #017ee1;
    text-decoration: underline;
}

.arrow-left {
    position: absolute;
    top: 23px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d8d8dc;
    border-right: 10px solid transparent;
    z-index: 998;
}

.arrow-left-child {
    position: absolute;
    top: 24px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 9px solid transparent;
    z-index: 999;
}

.icon-side-sprite {
    display: inline-block;
    width: 24px;
    height: 24px;
    /* margin-left: 24px; */
    background: url(../images/icon-sprite-side.png)no-repeat center;
}

.icon-zx-phone {
    background-position: 0px 0px;
}

.icon-zx-zx {
    background-position: 0px -112px;
}

.icon-zx-qq {
    background-position: 0px -232px;
    color: #fff;
}

.icon-zx-app {
    background-position: 0px -112px;
}

.icon-zx-follow {
    background-position: 0px -188px;
}

.icon-zx-mobile {
    background-position: 0px -40px;
}

.icon-zx-top {
    background-position: 0px -160px;
}

.side-item-title {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    display: inline-block;
}

.side-content {
    width: 160px;
    padding: 20px 0 20px 24px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 8px 0 rgba(204, 212, 222, 0.50);
}

.call-way {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
}

.call-number {
    font-size: 16px;
    color: #00CCC5;
    line-height: 24px;
}

.hk-call:hover {
    background: #00CCC5;
    color: #fff;
}

.hk-call:hover a {
    color: #fff;
}

.hk-call:hover .hk-callinfo {
    display: block;
}

.hk-call:hover .icon-zx-phone {
    background-position: 0px -60px;
}

.hk-qq:hover {
    background: #00CCC5;
    color: #fff;
}

.hk-qq:hover .hk-qqInfo {
    display: block;
}

.hk-qq:hover .icon-zx-zx {
    background-position: 0px -88px;
}

.hk-qq:hover .icon-zx-qq {
    background-position: 0px -254px;
}

.hk-qq-lists {
    font-size: 16px;
    color: #00CCC5;
}

.hk-qq-lists li {
    list-style-type: disc;
    color: #00CCC5;
    text-align: left;
    list-style-position: inside;
    line-height: 32px;
    padding: 0;
    margin-left: 0;
}

.hk-qq-lists li:hover span {
    color: #00CCC5;
}

.hk-qq-lists span {
    color: #212121;
    margin-left: -10px;
}

.hk-callinfo p {
    font-size: 16px;
}

.hk-callinfo .sqfw {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(./images/icon-sq.svg)
}

.hk-callinfo .shfw {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(./images/icon-sh.svg)
}

.hk-callinfo .icon-msg {
    margin-right: 8px;
    /* color: #00b9ef; */
}

.hk-callinfo .icon-qq {
    margin-right: 8px;
    margin-left: 20px;
}

.hk-qq {
    /* margin-bottom: 1px; */
}

.hk-qq img {
    margin-top: 19px;
    margin-left: 20px;
}

.hk-qqInfo {
    display: none;
    position: absolute;
    left: -160px;
    top: 64px;
    background: #ffffff;
    border-right: 0;
    /* width: 180px; */
    /* height: 144px; */
}


/* .hk-qqInfo a{
    font-size:16px;
    padding-top: 8px;
    padding-bottom: 8px;
    height:30px;
    line-height: 30px;
    padding-left:30px;
    display: block;
} */

.hk-qqInfo a:hover {
    background: #f9f9f9;
}

.hk-qqInfo p {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin: 0;
}

.hk-qqInfo p:hover {
    color: #00b9ef;
    background: #f9f9f9;
}

.app-download:hover {
    background: #00CCC5;
    color: #fff;
}

.app-download:hover .icon-zx-mobile {
    background-position: 0px -64px;
}

.app-download:hover .icon-zx-follow {
    background-position: 0px -208px;
}

.app-download:hover .icon-zx-phone {
    background-position: 0px -20px;
}

.app-download:hover .icon-zx-app {
    background-position: 0px -89px;
}

.app-download:hover .app-download-Info {
    display: block;
}

.app-download:hover .app-download-wx {
    top: 198px;
}

.app-download:hover .app-download-wxkf {
    top: 0px;
}

.app-download:hover .app-download-mobile {
    top: 268px;
}

.app-download .app-download-icon {
    margin-top: 13px;
    margin-left: 24px;
}

.app-download-Info {
    display: none;
    position: absolute;
    left: -170px;
    top: 126px;
    background: #fff;
    color: #212121;
    padding: 16px 20px 9px 20px;
    width: 170px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 8px 0 rgba(204, 212, 222, 0.50);
}

.app-download-Info-title {
    margin-bottom: 8px;
    font-size: 16px;
}

.app-download-qr {
    width: 130px;
    height: 130px;
    margin-bottom: 8px;
}

.app-download-Info .decs {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.hk-top {
    padding: 24px;
    height: 72px;
    position: fixed;
    right: 24px;
    bottom: 140px;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(204, 212, 222, 0.50);
    border-radius: 1px;
    background: #FFFFFF;
}

.hk-top:hover {
    background: #00CCC5;
}

.hk-top:hover .icon-zx-top {
    background-position: 0px -136px;
}

.hk-top .icon-top {
    font-size: 24px;
}

.hk-top img {
    margin-left: 20px;
    margin-top: 15px;
}

.hk-top p {
    text-align: center;
    color: #fff;
}

.mk-kdm-group>a:before,
.homePage>a:before {
    display: inline-block;
    content: '';
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}


/* 页面悬浮插件 */


/* 内页bar图 */

.page-bar-wrap {
    min-width: 1200px;
    text-align: center;
}

.page-bar {
    position: relative;
    /* width: 1200px; */
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}

.page-bar img {
    /* margin-left: 50%; */
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.page-bar .link_btn {
    position: relative;
    left: 365px;
    top: 136px;
}

.page-bar2-wrap {
    min-width: 1200px;
    text-align: center;
}

.page-bar2 {
    position: relative;
    /* width: 1200px; */
    margin: 0 auto;
    height: 160px;
    overflow: hidden;
}

.page-bar2 img {
    /* margin-left: 50%; */
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.link_btn {
    min-width: 160px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    font-size: 14px;
    background: linear-gradient(45deg, rgba(255, 125, 74, 1) 0, rgba(255, 53, 53, 1) 100%);
    box-shadow: 0 2px 20px 0 rgba(255, 87, 53, .41);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    width: 168px;
    height: 52px;
    text-align: center;
}

.link_btn:hover {
    background: linear-gradient(-45deg, rgba(255, 125, 74, 1) 0, rgba(255, 53, 53, 1) 100%);
}

.page-bar .link_btn2 {
    position: relative;
    left: 365px;
    top: 280px;
}

.link_btn2 {
    min-width: 160px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    font-size: 14px;
    background: linear-gradient(45deg, rgba(255, 125, 74, 1) 0, rgba(255, 53, 53, 1) 100%);
    box-shadow: 0 2px 20px 0 rgba(255, 87, 53, .41);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    width: 168px;
    height: 52px;
    text-align: center;
}

.link_btn2:hover {
    background: linear-gradient(-45deg, rgba(255, 125, 74, 1) 0, rgba(255, 53, 53, 1) 100%);
}

.layui-bg-blue {
    background-color: #1E9FFF !important;
    color: #fff !important;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
}

.layui-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
}


/* 下载按钮 */

.down_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 40px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    color: #333;
    font-size: 18px;
    text-align: center;
    transition: all .2s;
}

.down_btn:hover {
    border: 1px solid #40a9ff;
    color: #40a9ff;
}

.down_btn img {
    vertical-align: middle;
    position: relative;
    left: -4px;
    top: -3px;
    width: 24px;
}


/* 下载按钮 */