@charset "utf-8";
html,
body {
    height: 100%;
    font-size: 14px;
    min-width: 1396px;
    font-family: Microsoft YaHei;
    padding: 0;
    margin: 0;
}

div,
ul,
li,
a,
span,
p {
    box-sizing: border-box;
    margin: 0;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

ul,
li,
ol,
dt,
dd,
dl {
    list-style: none;
    outline: none;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'PuHuiTiBold';
    src: url('./../fonts/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'PuHuiTiHeavy';
    src: url('./../fonts/Alibaba-PuHuiTi-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'PuHuiTiRegular';
    src: url('./../fonts/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PuHuiTiMedium';
    src: url('./../fonts/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
}

.elips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hiddenBox {
    overflow: hidden;
}

.tipInfo {
    display: inline-block;
    position: absolute;
    right: -170px;
    top: 10px;
    background: #fff;
    color: #FFAC4B;
    border: 1px solid #FFAC4B;
    border-radius: 4px;
    /* width: 180px; */
    height: 28px;
    line-height: 28px;
    display: none;
    padding: 0 10px;
    text-align: center;
}

.top {
    width: 100%;
    height: 480px;
    background: url(./../images/banner.png) no-repeat center center;
    background-size: cover;
}

.headers {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5887e5;
}

.headers .logo {
    height: 50px;
    vertical-align: middle;
}

.headers .right {
    display: flex;
    justify-content: flex-start;
}

.headers .nav {
    display: flex;
    margin: 0;
    padding: 0;
}

.headers .nav li.hasDrown {
    position: relative;
}

.headers .nav li a {
    padding: 0 10px;
}

.headers .nav li a.comments {
    position: relative;
}

.headers .nav li a.comments:hover .tipInfo {
    top: 25px;
    right: -150px;
    display: block;
}

.jyxDrown {
    position: absolute;
    left: calc(50% - 60px);
    top: 55px;
    min-width: 130px;
    background: #fff;
    display: none;
    padding: 10px 0;
    border-radius: 10px;
}

.headers .nav li.hasDrown:hover .jyxDrown {
    display: block;
}

.headers .nav li .jyxDrown a {
    color: #666;
    display: block;
    width: 100%;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

.headers .nav li .jyxDrown a:hover .tipInfo {
    display: block;
}

.headers .nav li .jyxDrown a:hover,
.loginInfo .drownList li a:hover {
    background: #e8effc;
    color: #1b66e6;
}

@media screen and (min-width:1500px) {
    .headers .nav li a {
        padding: 0 15px;
    }
    .headers .applyBtn {
        margin: 20px 15px;
    }
}

@media screen and (min-width:1600px) {
    .headers .nav li a {
        padding: 0 20px;
    }
    .headers .applyBtn {
        margin: 20px 20px;
    }
}

@media screen and (min-width:1700px) {
    .headers .nav li a {
        padding: 0 25px;
    }
    .headers .applyBtn {
        margin: 20px 25px;
    }
}

.headers .right a {
    color: #FFFFFF;
}

.headers .applyBtn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    opacity: 0.8;
    border-radius: 4px;
    margin: 20px 10px;
    text-align: center;
    vertical-align: middle;
}

.loginBox .loginBtn {
    margin-left: 25px;
}

.loginInfo {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    display: none;
}

.loginInfo .name {
    display: block;
    max-width: 80px;
}

.loginInfo .drownList {
    position: absolute;
    top: 50px;
    right: -10px;
    padding: 10px 0;
    background: #fff;
    display: none;
}

.loginInfo:hover .drownList {
    display: block;
}

.loginInfo .drownList li {
    line-height: 35px;
    height: 35px;
    width: 110px;
}

.loginInfo .drownList li a {
    display: block;
    color: #333;
    padding: 0 15px;
}

.solution {
    width: 100%;
    height: 730px;
    padding: 15px 0;
    background: #fff;
}

.solutionContent {
    height: 700px;
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    padding-top: 120px;
}

.moduleName {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    font-family: "PuHuiTiRegular";
    font-weight: 400;
    color: #333333;
    position: absolute;
    left: 0;
    top: 37px;
}

.jyx {
    width: 100%;
    min-height: 580px;
    padding-bottom: 60px;
    background: linear-gradient(0deg, #EAF0FC 0%, rgba(234, 240, 252, 0.8) 100%);
}

.jyx .navBox {
    width: 100%;
    height: 120px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

.jyx .nav {
    width: 1200px;
    background: #EAF0FC;
    margin: 0 auto;
}

.jyx .nav a {
    display: inline-block;
    width: 397px;
    font-size: 48px;
    font-family: "PuHuiTiMedium";
    font-weight: bold;
    color: #333333;
    line-height: 120px;
    text-align: center;
    position: relative;
}

.jyx .nav a img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.jyx .nav a span {
    z-index: 9;
    position: relative;
}

.jyx .nav a.cur {
    color: #fff;
}

.jyx .nav a.cur img {
    display: block;
}

.jyx .content {
    width: 1200px;
    min-height: 360px;
    margin: 0 auto;
}

.jyx .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jyx .content li {
    height: 360px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 30px;
    font-family: "PuHuiTiRegular";
    text-align: center;
}

.jyx .content li .topIcon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 40px auto 30px auto;
}

.jyx .content li .img1,
.jyx .content li:hover .img2 {
    display: block;
}

.jyx .content li .img2,
.jyx .content li:hover .img1 {
    display: none;
}

.jyx .content li .title {
    line-height: 27px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

.jyx .content li .title a {
    color: #333333;
    position: relative;
}

.jyx .content li .title a:hover .tipInfo {
    font-size: 14px;
    /* font-weight: normal; */
    right: -200px;
    display: block;
    z-index: 99;
}

.jyx .content li .title a:hover {
    color: #2E69DF;
}

.jyx .content li .desc {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding: 0 34px;
    text-align: justify;
    text-align-last: center;
}

.jyx .jContent li {
    width: 377px;
}

.jyx .jContent li:nth-child(3) {
    margin-right: 0px;
}

.jyx .yContent li {
    width: 224px;
    margin-right: 15px;
}

.jyx .yContent li:nth-child(-n+5) {
    margin-bottom: 15px;
}

.jyx .yContent li:nth-child(5n) {
    margin-right: 0px;
}

.jyx .xContent li {
    width: 281px;
    margin-right: 20px;
}

.jyx .xContent li:nth-child(-n+4) {
    margin-bottom: 20px;
}

.jyx .xContent li:nth-child(4n) {
    margin-right: 0px;
}

.jyx .yContent,
.jyx .xContent {
    display: none;
}

.feature {
    width: 100%;
    height: 500px;
    background: #F6F7FA;
}

.featureContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 127px;
}

.featureContent .moduleName,
.comuserContent .moduleName {
    top: 53px;
}

.comuser {
    width: 100%;
    height: 585px;
    background: #fff;
}

.comuserContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.comuserContent ul {
    padding-top: 130px;
    display: flex;
    justify-content: flex-start;
}

.comuserContent .topValue {
    justify-content: space-between;
}

.comuserContent li {
    width: 330px;
    text-align: center;
    font-family: "PuHuiTiRegular";
}


/* .comuserContent .topValue li:nth-child(2) {
    margin-left: 130px;
    margin-right: 110px;
} */

.comuserContent li .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    margin-top: 10px;
}

.comuserContent li .desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.comuserContent .bottomValue {
    padding-top: 50px;
}

.comuserContent .bottomValue li {
    width: 350px;
}

.comuserContent .bottomValue li:first-child {
    margin-left: 235px;
    margin-right: 105px;
}

.classic {
    height: 488px;
    background: #F7FAFE;
}

.classicContent {
    position: relative;
    padding-top: 128px;
}

.classicContent .moduleName {
    top: 55px;
}

.swiper-container {
    width: 1200px;
    height: 350px;
}

.swiper-slide {
    display: inline-block;
    /* width: 385px !important; */
    height: 300px !important;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide:hover .hoverTips {
    display: block;
}

.swiper-slide .hoverTips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    background: rgba(50, 126, 230, 0.74);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.classicContent,
.guaranteeContent {
    width: 1200px;
    margin: 0 auto;
}

.guarantee {
    height: 500px;
    background: rgba(46, 105, 203, 0.1);
}

.guarantee .moduleName {
    position: unset;
    padding: 54px 0 35px 0;
}

.guaranteeContent {
    display: flex;
    justify-content: space-between;
}

.guaranteeContent li {
    width: 360px;
    height: 316px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    text-align: center;
    padding-top: 30px;
    font-family: "PuHuiTiRegular";
}

.guaranteeContent li:first-child img {
    margin-top: 16px;
}

.guaranteeContent li .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin: 20px 0;
}

.guaranteeContent li .desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.footer {
    height: 160px;
    background: #2F354A;
}

.footerContent {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.footerContent .left {
    /* width: 325px; */
    padding-top: 40px;
}

.footerContent .center {
    /* width: 310px; */
    padding-top: 40px;
}

.footerContent .right {
    width: 100px;
    height: 136px;
    /* line-height: 136px; */
    padding-top: 45px;
}

.footerContent p {
    font-size: 14px;
    font-family: "PuHuiTiRegular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.4;
}

.footerContent .certifate {
    margin-right: 10px;
    color: #FFFFFF;
}

.footerContent .certifate:hover {
    color: #2E69DF;
}

/* 消息提示框 */
.modelBox{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}
.modelBox:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.messageBox{
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    /* border: 1px solid #ebeef5; */
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
}
.modelBox .headerLine{
    position: relative;
    padding: 15px 15px 10px;
    background: #409eff;
    color: #fff;
}
.modelBox .headerLine .title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    /* text-align: center; */
}
.modelBox .headerLine .close{
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}
.modelBox .contentLine{
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
}
.modelBox .btnLine{
    padding: 5px 15px 0;
    text-align: center;
}
.modelBox .btnLine button{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
}
