body {
    min-width: 1260px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding: 0 150px;
    z-index: 12;
    min-width: 960px;
    border-bottom: 1px solid #F1F1F1;
}

.headerH {
    height: 80px;
}

header nav {
    letter-spacing: 1px;
}

header nav a {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

header nav a.active:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -12px;
    height: 5px;
    border-radius: 5px;
    background-color: #4185F3;
}

header .freeTrial {
    width: 150px;
    height: 40px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 40px;
}

header .logo{
    width: 120px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../common/colorlogo.png);
}

.sliding .logo{
    background-image: url(../common/whitelogo.png);
}

header .logo .kw {
    font-size: 24px;
    padding-right: 15px;
}

header .logo .text {
    padding: 0 15px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #4E4E4E;
}

.sliding {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-bottom: 1px solid transparent;
}

.sliding .logo .text {
    border-left-color: #FFFFFF;
    color: #FFF;
}

.sliding .logo .kw {
    color: #FFF;
}

.sliding nav a {
    color: #FFFFFF !important;
}

/* 首页 */
:root {
    --swiper-theme-color: #4185f3;
}

#banner .swiper-slide {
    height: 500px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide-1 {
    background-image: url(../images/index/banner1.gif);
}

.swiper-slide-2 {
    background-image: url(../images/index/banner2.png);
}

.swiper-slide-3 {
    background-image: url(../images/index/banner3.png);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 30px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
}

.swiper-banner-button-prev,
.swiper-banner-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.swiper-banner-button-prev i,
.swiper-banner-button-next i {
    font-size: 44px;
}

.swiper-banner-button-prev {
    left: 30px;
}

.swiper-banner-button-next {
    right: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    display: inline-block !important;
    border-radius: 10px !important;
    background: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background: #4185f3;
}

.swiper-common-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    text-align: center;
    z-index: 99;
    font-size: 50px;
    letter-spacing: 10px;
}

.swiper-freeTrial {
    position: absolute;
    width: 220px;
    height: 50px;
    top: 350px;
    left: 50%;
    margin-left: -110px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    z-index: 99;
    letter-spacing: 4px;
    font-size: 18px;
    background-color: #4185f3;
}

.swiper-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 251px;
    text-align: center;
    z-index: 99;
    font-size: 24px;
    letter-spacing: 10px;
}

.section {
    position: relative;
    padding: 40px 0 80px;
    max-width: 1260px;
    margin: 0 auto;
}

.testList .list {
    text-align: center;
}

.testList .list img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.testList .list .title {
    padding: 10px 0;
}

.testList .list .text {}

.sectionTitle {
    letter-spacing: 3px;
    font-size: 32px;
}

.sectionSubtitle {
    letter-spacing: 2px;
    padding: 10px 0;
    color: #808080;
}

.servicePlatform .serviceInfo {
    position: relative;
    width: 358px;
    height: 369px;
    /* border-radius: 50%; */
    background-image: url(../images/index/servicePlatform.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    /* border: 1px solid #E5E5E5; */
}

.servicePlatform .serviceInfo .list {
    position: absolute;
    width: 260px;
}

.servicePlatform .serviceInfo .list .title {
    width: 260px;
    height: 50px;
    background-color: #4185F3;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.servicePlatform .serviceInfo .list .subtitle {
    letter-spacing: 2px;
}

.servicePlatform .serviceInfo .list .point {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4185F3;
}

.servicePlatform .serviceInfo .list_1 {
    top: -140px;
    left: 50%;
    margin-left: -130px;
}

.servicePlatform .serviceInfo .list_1 .point_1 {
    left: 50%;
    margin-left: -10px;
    bottom: -48px;
}

.servicePlatform .serviceInfo .list_2 {
    top: 0px;
    left: -280px;
}

.servicePlatform .serviceInfo .list_2 .point_2 {
    top: 50px;
    right: -66px;
}

.servicePlatform .serviceInfo .list_3 {
    top: 0px;
    right: -280px;
}

.servicePlatform .serviceInfo .list_3 .point_3 {
    top: 50px;
    left: -66px;
}

.servicePlatform .serviceInfo .list_4 {
    top: 300px;
    left: -280px;
}

.servicePlatform .serviceInfo .list_4 .point_4 {
    top: 0px;
    right: -66px;
}

.servicePlatform .serviceInfo .list_5 {
    top: 300px;
    right: -280px;
}

.servicePlatform .serviceInfo .list_5 .point_5 {
    top: 0px;
    left: -66px;
}

.servicePlatform .serviceInfo .list_6 {
    bottom: -140px;
    left: 50%;
    margin-left: -130px;
}

.servicePlatform .serviceInfo .list_6 .point_6 {
    left: 50%;
    margin-left: -10px;
    top: -48px;
}

#solution {
    position: relative;
    margin: 0 auto;
    width: 1080px;
}

#solution .swiper-wrapper .swiper-slide {
    position: relative;
    width: 240px !important;
    margin-right: 30px !important;
    border: 1px solid #CED7DE;
}
.hoverEvent{
    position: relative;
}
.hoverContent{
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    background-color: #4185F3;
    letter-spacing: 1px;
    transition: all .2s linear;
}
.hoverActive{
    top: 0;
}
.hoverTitle{
    margin-bottom: 15px;
}
.hoverText{
    position: relative;
    padding: 0 10px 0 20px;
    margin-bottom: 15px;
}
.hoverText::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background-color: #FFFFFF;
}
#solution .solutionlist .flex_1 {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

#solution .solutionlist img {
    width: 90px;
    height: 80px;
}

#solution .solutionlist p {
    padding-top: 40px;
}

.solutionContainer {
    position: relative;
}

.solutionContainer .swiper-button-next,
.solutionContainer .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 2px solid #4185F3;
    border-radius: 50%;
}

.solutionContainer .swiper-button-next:after,
.solutionContainer .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.solutionContainer .swiper-button-next.swiper-button-disabled,
.solutionContainer .swiper-button-prev.swiper-button-disabled {
    border: 2px solid #CED7DE;
}

.solutionContainer .swiper-button-disabled {
    color: #CED7DE;
}

.advantage {
    padding: 20px 50px 0;
}

.advantage img {
    width: 634px;
    height: 545px;
}

.advantage .flex_1 {
    margin-left: 50px;
}

.advantage .advantagelist .title {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.advantage .advantagelist .title:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4185F3;
    left: 0;
    top: 4px;
}

.advantage .advantagelist .text {
    padding-left: 40px;
    margin-bottom: 30px;
}

.news .newsTag .flex {
    position: relative;
    width: 220px;
    height: 140px;
    letter-spacing: 2px;
    color: #01326F;
    background-color: #F4F6F8;
    transition: all .2s linear;
}

.news .newsTag .flex p {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #F4F6F8;
    transform: rotate(45deg);
    right: -10px;
    transition: all .2s linear;
}

.news .newsTag .active {
    background-color: #4185F3;
    color: #FFFFFF;
}

.news .newsTag .active p {
    background-color: #4185F3;
}

.news .newslist {
    height: 280px;
    padding-left: 70px;
    padding-right: 30px;
    overflow: hidden;
}

.news .newslist .more {
    text-align: right;
    margin-bottom: 10px;
}

.news .newslist .newslistInfo {
    margin-bottom: 10px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.news .newslist .newslistInfo .newstitle {
    position: relative;
    margin-right: 45px;
}

.news .newslist .newslistInfo .newstitle .point {
    position: absolute;
    width: 4px;
    height: 4px;
    left: -15px;
    top: 10px;
    background-color: #CED7DE;
}

.news .newslist .newslistInfo .active {
    color: #4185F3;
}

.news .newslist .newslistInfo .active .point {
    background-color: #4185F3;
}

.news .newslist .newslistInfo .time {
    margin-right: 100px;
}

.freeSection {
    height: 360px;
    background-image: url(../images/index/freeBg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.freeSection .text {
    padding-top: 100px;
    font-size: 32px;
    letter-spacing: 5px;
}

.freeSection button {
    width: 200px;
    height: 50px;
    margin-top: 40px;
    letter-spacing: 4px;
    border-radius: 50px;
    outline: none;
    border: none;
}

.footerContainer {
    position: relative;
    height: 510px;
    background-color: #0A1733;
}

.footerInfo {
    padding-top: 70px;
    max-width: 1260px;
    margin: 0 auto;
}

.footerInfo a {
    display: block;
}

.footerInfo .codeBox {
    margin-right: 80px;
}

.footerInfo .codeBox .title {
    font-size: 30px;
    letter-spacing: 4px;
}

.footerInfo .codeBox .imgBox {
    text-align: center;
    padding: 20px 0;
}

.footerInfo .codeBox .imgBox img {
    width: 150px;
}

.footerInfo .codeBox .focustext {
    letter-spacing: 5px;
}

.footerInfo .footerlist .title {
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.footerInfo .footerlist .listInfo {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footerInfo .footerlist .listInfo .icon {
    margin-right: 5px;
}

.footerContainer .copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
}

/* 产品服务 */
.serviceBanner {
    height: 500px;
    background-image: url(../images/service/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 50px;
    letter-spacing: 10px;
}

#service .flex_list {
    width: 600px;
    padding-left: 40px;
    padding-right: 70px;
    letter-spacing: 2px;
    line-height: 2;
}

#service .flex_list .title {
    position: relative;
    margin-bottom: 15px;
}

#service .flex_list .title::after {
    content: '';
    position: absolute;
    left: -20px;
    width: 8px;
    height: 30px;
    background-color: #4185F3;
    border-radius: 8px;
}

#service .flex_list .titleDes {
    margin-bottom: 15px;
}

#service .flex_list .listInfo {
    position: relative;
    margin-bottom: 15px;
}

#service .flex_list .listInfo::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CED7DE;
}

#service .flex_list .listInfo p:nth-child(1){

}
#service .flex_list .listInfo p:nth-child(2){
    color: #808080;
    margin-bottom: 5px;
}
#service .flex_list .flex_list_Icon img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#service .flex_list .flex_list_Icon p{
    text-align: center;
}

.freeTrialButtonBox {
    padding-top: 30px;
}

.freeTrialButtonBox .button {
    /* width: 220px;     */
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
}

#service .bg_gray .flex_img {
    padding-right: 70px;
}

#service .bg_gray .flex_list {
    padding-right: 0px;
}

/* 解决方案 */
.solutionBanner {
    height: 500px;
    background-image: url(../images/solution/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 50px;
    letter-spacing: 10px;
}

.customsolution {
    padding: 20px 150px 0;
}

.customsolution img {
    width: 80px;
}

.customsolution p {
    letter-spacing: 2px;
}

.systemSolution {
    padding: 20px 0px 60px;
    overflow: hidden;
}

.systemSolution .system {
    width: 180px;
    margin-right: 85px;
    transition: all .2s linear;
}

.systemSolution .system:last-child {
    margin-right: 0;
}

.systemSolution .system img {
    width: 80px;
    margin-bottom: 10px;
}

.systemSolution .system .activeImg {
    display: none;
}

.systemSolution .system .Img {
    display: block;
}

.systemSolution .system.active .activeImg {
    display: block;
}

.systemSolution .system.active .Img {
    display: none;
}

.systemSolution .system .titleBox {
    margin-bottom: 15px;
}

.systemSolution .system .title {
    display: inline-block;
    width: 100px;
    letter-spacing: 2px;
}

.systemSolution .system .text {
    display: inline-block;
    width: 140px;
    letter-spacing: 2px;
    text-align: left;
}

.systemSolution .system.active {
    color: #4185F3;
}

.systemDes {
    width: 350px;
    padding: 30px 30px 0;
    letter-spacing: 2px;
}

.systemDes .title {
    margin-bottom: 10px;
}

.systemInfoBottom {
    padding-top: 30px;
    letter-spacing: 2px;
}

.systemInfoBottom .title {
    margin-bottom: 10px;
}

/* 渠道 */

.channelBanner {
    height: 500px;
    background-image: url(../images/channel/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.channelBanner .title {
    padding-top: 120px;
    font-size: 50px;
    letter-spacing: 10px;
}

.channelBanner .text {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 5px;
}

.channelBanner .buttonBox {
    padding-top: 40px;
}

.channelBanner .buttonBox .button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    background-color: #4185f3;
}

.market .marketList {
    width: 236px;
    height: 286px;
    padding: 30px;
    border: 2px solid #CED7DE;
    letter-spacing: 2px;
    line-height: 2;
    margin-right: 20px;
}

.market .marketList:last-child {
    margin-right: 0;
}

.market .marketList img {
    margin-bottom: 10px;
}

.market .marketList .title {
    margin-bottom: 30px;
}

.market .marketList .text {
    margin-bottom: 10px;
}

.cooperation {
    margin-bottom: 60px;
}

.cooperation .cooperationList {
    width: 350px;
    margin-right: 100px;
    letter-spacing: 2px;
}

.cooperation .cooperationList:last-child {
    margin-right: 0;
}

.cooperation .cooperationList img {
    margin-bottom: 20px;
}

.cooperation .cooperationList .title {
    margin-bottom: 20px;
}

.cooperation .cooperationList p {
    padding: 0 30px;
}

.applyButtonBox .button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    background-color: #4185f3;
}

.applyPhone {
    padding-top: 40px;
    letter-spacing: 3px;
}

.applyBoxPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 12;
}

.applyBox {
    position: fixed;
    width: 490px;
    /* height: 450px; */
    padding: 30px;
    left: 50%;
    margin-left: -275px;
    top: 50%;
    margin-top: -250px;
    z-index: 15;
}

.applyContent {
    position: relative;
}

.applyContent .closeButton {
    position: absolute;
    right: -10px;
    font-size: 30px;
    top: -30px;
    color: #CBCBCB;
}

.applyContent .title {
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 10px;
}

.applyContent .text {
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.applyContent .line {
    height: 1px;
    background-color: #CBCBCB;
}

.applyContent .inputBox {
    padding: 15px 30px 0;
}

.applyContent .inputBox>div {
    margin-bottom: 15px;
}

.applyContent .inputBox input {
    width: 300px;
    height: 40px;
    outline: none;
    border: 1px solid #CBCBCB;
    padding: 0 20px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.thumbnail{
    width: 120px;
}

#captcha{
    width: 160px!important;
    margin-right: 20px;
}

.applyContent .submitBox {
    padding-top: 10px;
}

.applyContent .submitBox .button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 4px;
    font-size: 16px;
}

/* 关于我们 */

.aboutUsBanner {
    height: 500px;
    background-image: url(../images/aboutus/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.aboutUsBanner .title {
    padding-top: 150px;
    font-size: 50px;
    letter-spacing: 10px;
}

.aboutUsBanner .text {
    padding-top: 30px;
    font-size: 24px;
    letter-spacing: 5px;
}

.aboutSubTitle {
    position: relative;
    letter-spacing: 3px;
}

.aboutSubTitle span {
    position: absolute;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background-color: #4185F3;
    left: 50%;
    bottom: -10px;
    margin-left: -20px;
}

.aboutusImg {
    margin-bottom: 20px;
}

.numberTitle {
    margin-bottom: 20px;
}

.numberTitle span:nth-of-type(1) {
    color: #FECD5C;
    font-size: 24px;
}

.numberTitle span:nth-of-type(2) {
    color: #0D439A;
}

.aboutUsDes {
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.location {
    letter-spacing: 2px;
}

.location img {
    width: 20px;
    margin-right: 10px;
}

.aboutUsList {
    line-height: 2;
    letter-spacing: 2px;
}

.aboutUsList .title {
    margin-bottom: 10px;
}

.aboutUsList .aboutUsphone {
    margin-bottom: 10px;
}

/* 资讯动态 */

.newsBanner {
    height: 500px;
    background-image: url(../images/news/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsBanner .title {
    height: 500px;
    font-size: 50px;
    letter-spacing: 10px;
}

.breadCrumbs {
    padding: 0px 0 50px;
}

.breadCrumbs i {
    font-size: 14px;
    display: inline-block;
}

.newsInfo .newsLft {
    border-radius: 4px;
    padding: 20px 35px 0px;
}

.newsInfo .newsLft .tab {
    /* padding-bottom: 40px; */
}

.newsInfo .newsLft .tab span {
    position: relative;
    letter-spacing: 3px;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: all .2s linear;
}

.newsInfo .newsLft .tab span.active {
    color: #4185F3;
}

.newsInfo .newsLft .tab span::after{

}

.newsInfo .newsLft .tab span.active::after {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    height: 4px;
    background-color: #4185F3;
    bottom: -10px;
    border-radius: 4px;
}

.newLeftList {
    letter-spacing: 2px;
    line-height: 2;
    padding: 40px 0;
    border-bottom: 1px solid #CBCBCB;
    cursor: pointer;
}

.newLeftList:last-child {
    border-bottom: none;
}

.newLeftList img {
    /* width: 320px; */
    height: 120px;
    margin-right: 30px;
}

.newLeftList .title {
    width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
}

.newLeftList .text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.moreButtonBox {
    padding-top: 40px;
}

.moreButtonBox .button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    letter-spacing: 4px;
    font-size: 14px;
}

.newsRight {
    width: 350px;
}

.newsRightInfo {
    padding: 20px 25px 0px;
}

.hotNews {
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CBCBCB;
}

.hotNewsList{
    position: relative;
    line-height: 2;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.hotNewsList span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #4185F3;
    margin-right: 5px;
}

.articleInfo{
    letter-spacing: 2px;
    line-height: 2;
}

.articleInfo .articleTitle{
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: bold;
}

.articleTime{
    padding: 10px 0 30px;
}

.articleImgBox img{
    width: 80%;
    margin-bottom: 30px;
}

.articleInfo p{
    margin-bottom: 15px;
}
.prev{
    margin-bottom: 20px;
}
.disabled {
    background-color: #EEEEEE !important;
    cursor: no-drop;
}

/* 系统详情 */
.detailBanner {
    height: 500px;
    background-image: url(../images/details/banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.detailBanner .title {
    padding-top: 150px;
    font-size: 50px;
    letter-spacing: 10px;
}

.detailBanner .buttonBox {
    padding-top: 50px;
}

.detailBanner .buttonBox .button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    font-size: 18px;
    background-color: #4185f3;
}

#details .sectionTitle{
    position: relative;
}
/* #details .sectionTitle:after{
    display: none;
    content: '';
    position: absolute;
    width: 150px;
    height: 10px;
    bottom: -25px;
    background-color: #4185f3;
    border-radius: 10px;
    left: 50%;
    margin-left: -75px;
} */
.details_1_img{
    width: 477px;
    height: 286px;
    margin-right: 50px;
}
.details_1_info{
    line-height: 2;
    letter-spacing: 2px;
}
.details_2_info{
    line-height: 2;
    margin-right: 20px;
    letter-spacing: 1px;
}
.details_2_info p{
    margin-bottom: 20px;
}
.details_2_img{
    width: 304px;
    height: 387px;
}
.details_3_img{
    width: 798px;
    height: 520px;
}
.details_4_img{
    width: 829px;
    height: 246px;
}
.details_5_img{
    width: 433px;
    height: 396px;
    margin-right: 180px;
}

.details_5_info p{
    position: relative;
    padding-bottom: 40px;
}
.details_5_info p::after{
    position: absolute;
    left: -40px;
    top: 9px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #83A6F5;
}

.details_6_img{
    width: 640px;
    height: 510px;
}

.details_7_img{
    width: 808px;
    height: 173px;
}

.width_80:after{
    width: 80px!important;
    margin-left: -40px!important;
}

#details .scalelist{
    float: left;
    width: 180px;
    padding: 0 40px;
    height: 54px;
    background-color: #E0E9FD;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
}
#details .scalelist img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#details .scalelist.hasMargin{
    margin: 0 40px;
}

#details .detailsSubtitle span{
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 20px;
}
#details .detailsSubtitle .line{
    width: 42px;
    height: 6px;
    background-color: #F8826B;
    border-radius: 6px;
}

#details .scaleAdvantages img{
    width: 109px;
    height: 107px;
    margin-right: 70px;
}
#details .scaleAdvantages img:last-child{
    margin-right: 0;
}

.exampleImgBox{
    padding-bottom: 20px;
}

.example_1_img{
    margin-left: 40px;
    width: 430px;
    height: 332px;
}
.example_1_title{
    padding-left: 40px;
}
.example_1_title span{
    display: block;
    width: 430px;
    text-align: center;
}
.example_2_img{
    float: right;
    margin-right: 10px;
    width: 498px;
    height: 315px;
}
.example_2_title{

    padding-right: 10px;
}
.example_2_title span{
    float: right;
    display: block;
    width: 498px;
    text-align: center;
}


.example_3_img{
    width: 512px;
    height: 261px;
}
.example_3_title{

}
.example_3_title span{
    display: block;
    width: 512px;
    text-align: center;
}
.example_4_img{
    float: right;
    width: 474px;
    height: 235px;
}
.example_4_title{

}
.example_4_title span{
    float: right;
    display: block;
    width: 474px;
    text-align: center;
}

#details .modalImg{
    width: 290px;
    height: 375px;
    margin-right: 33px;
}

#details .modalImg:last-child{
    margin-right: 0;
}
