body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
hr,
ul,
ol,
td,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

body {
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

/* 标题 */

.consult {
    cursor: pointer;
    display: block;
}

.crmminBox p:nth-child(4):hover{
    background-color: #f9bf38;;
    transition: all .5s;
}

.title {
    padding-top: 80px;
    text-align: center;
}

.title_top {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #333333;
    margin-bottom: 20px;
}

.title_end {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    letter-spacing: 2px;
    color: #333333;
}

/* 标题 */

/* 头部开始 */
.crmHeader {
    width: 100%;
    position: relative;
    height: 640px;
    background: url(../images/crmbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.crmBox {
    width: 68%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.crmminBox {
    position: absolute;
    bottom: 131px
}

.crmminBox p:nth-child(1) {
    font-family: MicrosoftYaHei-Bold;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 7px;
    color: #f9bf38;
    line-height: 14px;
    margin-bottom: 50px;
}

.crmminBox p:nth-child(1) span {
    font-size: 32px;
    letter-spacing: 4px;
    color: #fee289;
}

.crmminBox p:nth-child(2) {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    color: #fee289;
    margin-bottom: 15px;
}

.crmminBox p:nth-child(3) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #eff2f4;
    text-indent: 2.3em;
}

.crmminBox p:nth-child(4) {
    width: 160px;
    height: 56px;
    background-color: #ffd781;
    border-radius: 28px;
    border: solid 1px #ffffff;
    margin-top: 70px;
}

.crmminBox p:nth-child(4) a {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #b17413;
    text-align: center;
    line-height: 56px;
}

/* 头部结束 */

/* 功能特性开始 */
.function {
    width: 100%;
    padding-bottom: 105px;
    background-color: #FFFFFF;
}

.functionbox {
    width: 68%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.functionlist a {
    display: block;
}

.functionlist img {
    display: block;
    margin: 0 auto 14px;
    width: 180px;
    height: 120px;
}

.functionlist {
    width: 21.33%;
    box-sizing: border-box;
    margin-top: 56px;
    transition: transform 1s;
}

.functionlist:hover {
    transform: translateY(-10px);
    transition: transform 0.8s;
}

.functionlist .listtitle {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 14px;
}

.functionlist .listtext {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
    width: 219px;
    margin: auto;
}

/* 功能特性结束 */

/* 特色功能截图开始 */
.feature {
    width: 100%;
    background-color: #f3f6ff;
    padding-bottom: 83px;
}

.featurebox {
    width: 68%;
    margin: 56px auto 0;
    position: relative;
}

.featurebox img {
    border-radius: 16px;
    /* width: 800px; */
    height: 400px;
    border: 8px solid #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 2px 16px 0 rgb(20 102 239 / 30%);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    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;
    transition: 300ms;
    transform: scale(0.6);

}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 1;
}

.featurebox .swiper-button-prev {
    left: -220px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/feature_left.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.featurebox .swiper-button-prev:hover {
    background: url(../images/feature_left.png) no-repeat #1466ef;
    background-position: 0 0;
    background-size: 100%;
    opacity: .8;
    transition: ease-in-out .2s;
}

.featurebox .swiper-button-next {
    right: -220px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/feature_right.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.featurebox .swiper-button-next:hover {
    background: url(../images/feature_right.png) no-repeat #1466ef;
    background-position: 0 0;
    background-size: 100%;
    opacity: .8;
    transition: ease-in-out .2s;
}

/* 特色功能截图结束 */

/* 更新日志开始 */
.log {
    width: 100%;
    padding-bottom: 52px;
    background-color: #FFFFFF;
}

.logbox {
    width: 81%;
    margin: 59px auto 0;
}

.loglist {
    display: flex;
    justify-content: space-between;
}

.logleft p:nth-child(1) {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 17px;
}

.logleft p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.logleft ul li {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 28px;
}

.logleft span {
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 19px;
}

.logleft ul li img {
    display: block;
    margin-right: 19px;
}

.logbtn {
    width: 160px;
    height: 56px;
    background-color: #4081ef;
    border-radius: 28px;
    transition: all .3s;
}

.logbtn:hover{
    width: 163px;
    box-shadow: 0 2px 16px 0 rgb(20 102 239 / 30%);
}

.logbtn a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    letter-spacing: 3px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 56px;
    margin-top: 50px;
}


/* 更新日志结束 */

/* 底部 */
.foot {
    width: 100%;
    background: url(../images/crmfoot.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 58px;
}

.footbox {
    width: 42%;
    margin: auto;
}

.foot p:nth-child(1) {
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFE490;
    padding: 58px 0 30px 0;
}

.foot p:nth-child(2) {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #d3d9ff;
    text-indent: 2.3em;
}

.foot p:nth-child(3) {
    width: 180px;
    height: 64px;
    background-color: #ffd781;
    border-radius: 32px;
    border: solid 1px #ffffff;
    margin: 39px auto 33px;
}

.foot p:nth-child(3):hover{
    background-color: #f9bf38;;
    transition: all .5s;
}

.foot p:nth-child(3) a {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 3px;
    color: #b17413;
    text-align: center;
}

.foot p:nth-child(4) {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.foot p:nth-child(5) {
    font-family: MicrosoftYaHeiLight;
    font-size: 22px;
    letter-spacing: 2px;
    color: #a8c3ff;
    text-align: center;
    margin-top: 28px;
}

/* 底部 */
