body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
    list-style: none;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em,
b {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
}

img {
    border: 0;
}

body {
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

/* 导航样式 */
.header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.3s;
}

.header-bgc {
    background: #f8f8fb;
}

.header-view {
    width: 100%;
}

.header-main {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
    display: flex;
}

.logo {
    width: 140px;
    height: auto;
    display: block;
    font-size: 0;
}

.logo-pic {
    margin-top: 16px;
    width: 140px;
    height: 32px;
    background-size: 100%;
}

.header-con {
    width: 100%;
}

.header-list {
    margin-left: 40px;
    display: flex;
    line-height: 64px;
}

.header-list .item {
    padding: 0 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.header-list .item a {
    color: #333333;
    transition: all 0.2s;
}

.header-list .on > a {
    color: #1890ff;
    font-weight: bold;
}

.header-list .item:hover > a {
    color: #1890ff;
    padding-bottom: 5px;
    border-bottom: 1px solid #1890ff;
}

.solve-fc {
    padding: 25px 0;
    width: 276px;
    background: #ffffff;
    position: absolute;
    top: 63px;
    left: -84px;
    z-index: 9;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.newfc {
    padding: 9px 0;
    width: 142px;
    left: -22px;
}

.profc {
    padding: 9px 0;
    width: 175px;
    left: -54px;
}

.header-list .item:hover .solve-fc {
    display: block;
}

.solve-fc::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    top: -5px;
    left: 133px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.solve-fc::after {
    content: "";
    width: 40px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 120px;
}

.newfc::before {
    left: 70px;
}

.newfc::after {
    left: 55px;
}

.profc::before {
    left: 83px;
}

.profc::after {
    left: 68px;
}

.solve-left {
    width: 138px;
    line-height: 30px;
    float: left;
}

.solve-right {
    width: 138px;
    line-height: 30px;
    float: right;
}

.solve-left p,
.solve-right p {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}

.solve-left a,
.solve-right a {
    display: block;
    margin-top: 12px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.prolist {
    float: none;
    margin: 0 auto;
    width: 150px;
}

.newlist a:nth-child(1) {
    margin-top: 6px;
}

.prolist a:nth-child(1) {
    margin-top: 6px;
}

.solve-left a:hover,
.solve-right a:hover {
    color: #1890ff;
    font-weight: bold;
}

.solve-fc .line {
    width: 1px;
    height: 196px;
    background: #eeeeee;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}

.header-btn {
    display: flex;
}

.btn-apply {
    margin-top: 16px;
    width: 96px;
    height: 32px;
    background: #1890ff;
    line-height: 32px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.btn-login {
    margin-top: 16px;
    width: 96px;
    height: 32px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 32px;
    font-weight: 500;
    font-size: 16px;
    color: #1890ff;
    text-align: center;
    margin-left: 18px;
}

/* 开始数字转型之路 */
.trans {
    width: 100%;
    height: 334px;
    background: #f8f8fb;
}

.trans-center {
    width: 1200px;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.trans-center .pic {
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.trans-center .box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.trans-center .font {
    font-weight: 600;
    font-size: 44px;
    color: #333333;
    line-height: 62px;
    width: 100%;
    text-align: center;
    margin: 64px auto 7px;
}
.trans-center .txt1 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    width: 100%;
}
.trans-center .form {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trans-center .form .name {
    width: 200px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 10px;
    line-height: 56px;
    display: block;
    border-right: none;
}
.trans-center .form .name::placeholder,
.trans-center .form .phone::placeholder {
    font-size: 16px;
}
.trans-center .form .phone {
    width: 324px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 10px;
    line-height: 56px;
    display: block;
}
.trans-center .form .submitbtn {
    width: 127px;
    height: 50px;
    background: #1890ff;
    border-radius: 4px;
    text-align: center;
    display: block;
    line-height: 50px;
    margin-left: 16px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.trans-center .tips {
    font-size: 14px;
    color: #cb0a0a;
    padding-left: 10px;
}

/* 侧边栏 */
.sidebar {
    width: 72px;
    height: 291px;
    box-shadow: 0 2px 7px 0 rgba(204, 204, 204, 0.5);
    position: fixed;
    top: 465px;
    transform: translateY(-12%);
    right: -10px;
    z-index: 10;
    transition: all 0.1s;
}

.slide {
    position: relative;
    width: 72px;
    height: 58px;
    background: #ffffff;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.1s;
    padding-top: 14px;
}

.slide img {
    width: 28px;
    height: auto;
    display: block;
    margin: 0px auto 10px;
    background-size: 100%;
    margin-bottom: 4px;
    position: relative;
}
.slide .wxcode {
    width: 170px;
    height: 170px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: -93px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}
.slide:hover .wxcode {
    left: -172px;
    opacity: 1;
}
.slide .phonebox {
    width: 260px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    background: #1890ff;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}
.slide:hover .phonebox {
    left: -260px;
    opacity: 1;
}

.slide .txt {
    font-weight: 400;
    font-size: 12px;
    color: #33384b;
    width: 100%;
    text-align: center;
}
.slide .pic {
    display: block;
}
.slide .picon {
    display: none;
}
.slide:hover {
    background: #1890ff;
}
.slide:hover .txt {
    color: #ffffff;
}
.slide:hover .pic {
    display: none;
}
.slide:hover .picon {
    display: block;
}
.sidebar .first:hover {
    background: #ffffff;
}
.sidebar .first {
    padding-top: 10px;
    padding-bottom: 4px;
}
.sidebar .first .pic {
    width: 48px;
    height: auto;
}

/* 底部foot */
.foot {
    width: 100%;
    background: #33384b;
    overflow: hidden;
    padding: 51px 0 61px 0px;
}

.foot-center {
    width: 1200px;
    height: auto;
    display: flex;
    margin: 0 auto 66px;
}

.foot-one {
    width: 225px;
}

.foot-one .logo-white {
    width: 141px;
    height: 32px;
    background-size: 100%;
    margin-bottom: 6px;
}

.foot-one .txt {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 23px;
}

.foot-one .codebox {
    width: 100%;
    height: 140px;
    margin-bottom: 41px;
}

.foot-one .codebox li {
    width: 102px;
    float: left;
}

.foot-one .codebox li:nth-child(1) {
    margin-right: 16px;
}

.foot-one .codebox li img {
    width: 102px;
    height: 102px;
    background-size: 100%;
    display: block;
    margin-bottom: 8px;
}

.foot-one .codebox li .codetxt {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.foot-one .phone {
    width: 100%;
    display: flex;
}

.foot-one .phone .icon {
    width: 32px;
    height: 32px;
    background-size: 100%;
    display: block;
}

.foot-one .phone .txt {
    margin-left: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    line-height: 33px;
}

.foot-two {
    margin-left: 130px;
    width: 145px;
    height: 100%;
}

.foot-three,
.foot-four,
.foot-five,
.foot-six,
.foot-seven {
    margin-left: 72px;
}

.foot-ul .txt {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 35px;
}

.foot-ul .ul li {
    font-weight: 400;
    font-size: 14px;

    line-height: 20px;
    margin-bottom: 24px;
}

.foot-ul .ul li a {
    color: rgba(255, 255, 255, 0.5);
}

/* 申请弹窗 */
.dialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.applycont {
    width: 1000px;
    height: 560px;
    background: #ffffff;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.applycont .close {
    width: 32px;
    height: 32px;
    background: #eeeeee;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 29px;
    text-align: center;
    font-size: 25px;
}

.applycont .applyleft {
    width: 610px;
    height: 100%;
    position: relative;
}
.applyleft .pic {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100%;
}
.applyleft .leftbox {
    position: absolute;
    top: 0px;
    padding-left: 59px;
    padding-top: 45px;
}
.applyleft .leftbox .txt1 {
    width: 414px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 41px;
}
.applyleft .leftbox .ul li {
    width: 168px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
}
.applyleft .leftbox .ul li:last-child {
    border-bottom: none;
}
.applyleft .leftbox .ul li .font1 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.applyleft .leftbox .ul li .font2 {
    font-size: 44px;
    color: #1890ff;
    font-weight: bold;
    font-style: italic;
    line-height: 49px;
}
.applyleft .leftbox .ul li .font2 span {
    font-weight: inherit;
    font-size: 14px;
    color: #1890ff;
    margin-left: 7px;
    font-style: normal;
}
.applyleft .leftbox .phone {
    margin-top: 70px;
    display: flex;
    align-items: center;
}
.applyleft .leftbox .phone .icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.applyleft .leftbox .phone .phone-txt {
    font-size: 18px;
    color: #666666;
    margin-left: 12px;
}

.applycont .applyright {
    width: 390px;
    height: 100%;
}
.applycont .applyright .rightbox {
    padding-top: 92px;
    padding-left: 49px;
}
.applycont .applyright .rightbox .txt1 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 9px;
}
.applycont .applyright .rightbox .txt2 {
    width: 309px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-bottom: 40px;
}
.applycont .applyright .rightbox .input1 {
    width: 296px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-left: 21px;
    margin-bottom: 13px;
    font-size: 16px;
}
.applycont .applyright .rightbox .input2 {
    width: 296px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-left: 21px;
    margin-bottom: 25px;
    font-size: 16px;
}
.applycont .applyright .rightbox .input1:hover,
.applycont .applyright .rightbox .input2:hover {
    border: 1px solid #1890ff;
}
.applycont .applyright .rightbox .input1::placeholder,
.applycont .applyright .rightbox .input2::placeholder {
    font-size: 16px;
    color: #cccccc;
}
.applycont .applyright .rightbox .btn-apply {
    display: block;
    width: 128px;
    height: 40px;
    background: #1890ff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-top: 0;
}
.applycont .applyright .rightbox .btn-apply:hover {
    opacity: 0.8;
}
.applycont .applyright .rightbox .tips {
    font-size: 14px;
    color: #cb0a0a;
    padding-bottom: 10px;
}
/* 申请试用按钮 start */
.free-btn {
    width: 102px;
    height: 28px;
    padding: 11px 24px;
    background: #1890ff;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
}

.free-btn > span {
    position: relative;
    left: 5px;
    animation: free-move 0.5s infinite;
}

@keyframes free-move {
    from {
        left: 5px;
    }

    50% {
        left: 10px;
    }

    to {
        left: 5px;
    }
}

@-moz-keyframes free-move

/* Firefox */ {
    from {
        left: 5px;
    }

    50% {
        left: 10px;
    }

    to {
        left: 5px;
    }
}

@-webkit-keyframes free-move

/* Safari 和 Chrome */ {
    from {
        left: 5px;
    }

    50% {
        left: 10px;
    }

    to {
        left: 5px;
    }
}

/* 申请试用按钮 end */

/* 面包屑 s */
.nav-list {
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.crumbs {
    color: #999;
    font-size: 16px;
}

.crumbs::after {
    content: ">";
    font-size: 16px;
    color: #999;
    margin: 0 10px;
}

.crumbs-now {
    color: #333;
    font-weight: 500;
}

.crumbs-now::after {
    content: "";
}

/* 面包屑 e */

/* 申请成功 弹窗 */
.succeedcont {
    width: 450px;
    height: 232px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.succeedcont .close {
    width: 32px;
    height: 32px;
    background: #eeeeee;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 29px;
    text-align: center;
    font-size: 25px;
}

.succeedcont .title {
    margin-top: 46px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.succeedcont .icon {
    width: 32px;
    height: 32px;
    background-size: 100%;
    display: block;
}

.succeedcont .txt {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-left: 11px;
}

.succeedcont .txt2 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 37px;
}

.succeedcont .btn-know {
    display: block;
    margin: 0 auto;
    width: 152px;
    height: 48px;
    background: #1890ff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
}

#nb_icon_wrap .txt {
    width: 100px;
    height: 31px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    position: absolute;
    top: 21px;
    left: -106px;
    display: none;
}

#nb_icon_wrap:hover .txt {
    display: block;
}
.friend-link {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    display: none;
}
.friend-link .friend-link-ul {
    display: flex;
}
.friend-link .friend-link-ul li {
    margin-right: 20px;
}
.friend-link a {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 15px;
}
.putOnRecords {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
.putOnRecords div span {
    margin-left: 37px;
}

.putOnRecords a {
    display: inline-block;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}
