body {
    margin: 0;
    padding: 0;
}
.log-split-ling{
	display:inline-block;
	width: 1px;
	height: 38px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	background: linear-gradient(0deg, #FFFFFF, #D5D8DE, #FFFFFF);
}
.standard-min {
    width: 1000px;
    margin: 0 auto;
}

.standard {
    width: 1200px;
    margin: 0 auto;
}

.standard-large {
    width: 1320px;
    margin: 0 auto;
}

.header {
    border-bottom-color: #EEE;
    border-bottom: 1px solid #F5F5F5;
    height: 60px;
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0/ 10%);
    -webkit-backface-visibility: hidden;
}
.head-bg-light{
    background-color:rgb(255,255,255,0.3);
}
.head-bg-white{
    background-color:#FFFFFF;
}
.header-content {
    position: relative;
    display: block;
    color: #000000;
}

.head-menu-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}
.headmenu-active{
 color: #006EFF !important;
}
.head-menu-ul .sub-menu {
    padding: 0 24px;
    color: #252B39;
    position: static;
}

.head-menu-ul .sub-menu:hover {
    border-bottom: 2px solid #006EFF;
    color: #006EFF;
}

.head-menu-ul .sub-menu a {
	 
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: color .4s ease;
}

.head-left-logo-div {
    float: left;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-direction: row;
}

.head-center-nav-div {
    float: left;
    display: inline-block;
    margin-left: 100px;
}

.head-right-nav-div {
    width: 350px;
    position: absolute;
    text-align: center;
    right: 1px;
    height: 60px;
    line-height: 60px;
}

.head-right-nav-div .tel {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #006EFF;
}

.head-right-nav-div .tel-icon {
    background-image: url('/static/images/tel.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.head-right-nav-div .freeButton {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    width: 96px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 16px;
    font-size: 14px;
    border: 0px solid #6341ee;
    margin-left: 8px;
    transition: all .4s ease;
    background: linear-gradient(90deg, #1280FD, #006EFF);
    box-shadow: 0px 10px 50px 0px rgb(55 124 238/ 20%);
}

.head-right-nav-div a:hover {
    box-shadow: 0 0 10px 4px rgba(15, 125, 254, .3);
}

.main-content {
    /*margin-top: 60px;*/
    padding: 0;
    position: relative;
    min-height: 1000px;
}

/**************下拉菜单**********************/

.headmenu-dropanel.head-menu-drop {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 42px 0;
    margin-top: 61px;
    z-index: 999;
}

.head-menu-drop {
    height: 0px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background: #fff;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    padding: 10px 0;
    box-shadow: 0 4px 16px 0 rgba(85, 98, 151, 0.1);
}

.head-menu-drop.active {
    opacity: 1;
    visibility: visible;
    transition: visibility .3s cubic-bezier(.4, 0, .2, 1) .3s, opacity .3s cubic-bezier(.4, 0, .2, 1) .3s, height .3s cubic-bezier(.4, 0, .2, 1) .3s;
}

/**** 产品菜单下拉****/
.headmenu-dropanel.head-menu-drop {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 42px 0;
}

.headmenu-dropanel.head-menu-drop .ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.headmenu-dropanel.head-menu-drop .li {
    width: 27%;
    padding: 0 40px;
    position: relative;
}

.headmenu-dropanel.head-menu-drop .li:nth-child(3n+2) {
    width: 28%;
}

.headmenu-dropanel.head-menu-drop .li:first-child {
    padding-left: 0;
}

.Header-product.head-menu-drop .li:last-child {
    padding-right: 0;
}

.headmenu-dropanel.head-menu-drop .li::before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #f2f2f2;
}

.headmenu-dropanel.head-menu-drop .li:first-child:before {
    display: none;
}

/*申请试用*/
.headmenu-dropanel-more {
    width: 116px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #0674FE;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    transition: all .4s ease;
}

.headmenu-dropanel-more-box a:hover {
    box-shadow: 0 0 10px 4px rgba(15, 125, 254, .3);
}

.headmenu-dropanel-info {
    width: 100%;
}

.headmenu-dropanel-info .head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headmenu-dropanel-info .icon {
    height: 52px;
    display: flex;
    align-items: center;
    width: 52px;
    justify-content: flex-start;
}

.headmenu-dropanel-info .icon img {
    max-height: 100%;
    max-width: 100%;
}

.headmenu-dropanel-info .head .cont {
    width: calc(100% - 70px);
    padding-left: 10px;
}

.headmenu-dropanel-info .title {
    font-size: 16px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.1;
    transition: all .4s ease;
}

.headmenu-dropanel-info .name {
    font-size: 15px;
    color: #444;
    margin-top: 2px;
    transition: all .4s ease;
}

.headmenu-dropanel-info a.head:hover .title {
    color: #005DFF;
}

.headmenu-dropanel-info a.head:hover .name {
    color: #005DFF;
}

.headmenu-dropanel-info .desc {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    color: #83828a;
    line-height: 20px;
}

.headmenu-dropanel-info .desc p {
    line-height: inherit;
    margin-top: 8px;
}

.headmenu-dropanel-info .desc p:first-child {
    margin-top: 0;
}

.headmenu-dropanel-list {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}

.headmenu-dropanel-list a {
    display: flex;
    width: 100%;
    margin-top: 16px;
    align-items: center;
    cursor: default;
}

.headmenu-dropanel-list a:first-child {
    margin-top: 0;
}

.headmenu-dropanel-list a .icon {
    width: 30px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.headmenu-dropanel-list a .icon img {
    max-width: 100%;
    max-height: 100%;
}

.headmenu-dropanel-list a .text {
    font-size: 12px;
    width: calc(100% - 30px);
    padding-left: 10px;
}

.headmenu-dropanel-list a .text > * {
    line-height: 1;
    transition: all .4s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headmenu-dropanel-list a .text p {
    color: #333;
    margin: 5px 0;
}

.headmenu-dropanel-list a .text span {
    color: #85848c;
    display: block;
    margin-top: 4px;
}

.headmenu-dropanel-list a:hover .text > * {
    color: #005DFF;
}

.rightok {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/images/right.png');
    background-repeat: no-repeat;
}

.blue-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0052D9;
    border-radius: 50%;
    margin-bottom: 4px;
}


/*********************专注精神***************************/
.linian-bar-full {
    padding-top: 30px;
    background: #F5F7FA;
}

.linian-item {
    display: inline-block;
}

.linian-item span {
    position: relative;
    display: inline-block;
    top: -35px;
}