.jumbotron {
    margin-top: 69px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F9F9F9;
    margin-bottom: 0;
}
.jumbotron.pdd {
    background-color: #F85665;
}
.jumbotron.dd {
    padding-bottom: 0!important;
    padding-top: 70px;
    margin-bottom: 0;
}
.jumbotron.pdd.pddxd {
    background: url("../img/pddxd/banner.png?20200525") no-repeat center 0;
    height: 500px;
}
.jumbotron.dd .introduce {
   margin-top: 65px;
}
.jumbotron.dd .introduce>p>span {
    display:list-item;
    text-indent: initial;
    color: #FF5949;
    list-style: square;
    padding: 8px 0;
}
.jumbotron.dd .introduce>p>span span {
    text-indent: initial;
    color: #333;
    font-weight: 500;
}
.jumbotron.dd .login{
    border-radius: 50px;
}
.jumbotron .introduce {
    background: #fff;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
    border-radius: 8px;
}
.jumbotron .introduce p {
    line-height: 30px;
    padding: 10px 40px 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
}
.jumbotron.dd .introduce>p {
    padding-right: 20px;
    line-height: 28px;
}
.jumbotron .introduce p span {
    display: block;
    text-indent: 2em;
}
.jumbotron.xpzs {
    height: 400px;
    margin-top: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #FD8A2D;
    margin-bottom: 0;
}
.jumbotron.xpzs .title1{
    text-align: center;
    font-size: 64px;
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
}
.jumbotron.xpzs .title2{
    text-align: center;
    font-size: 42px;
    color: white;
}
.jumbotron.xpzs .title3{
    text-align: center;
    margin-top: 18px;
    font-size: 30px;
    color: #ff5400;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 50px;
    }

    .jumbotron.xpzs {
        padding-top: 102px;
        margin-top: 50px;
    }
    .xpzs .about-xp > div {
        height: 350px;
        overflow: hidden;
        border-radius: 15px;
        padding: 0;
        margin: 0 2%;
        margin-top: 15px;
        width: 45%;
    }
}
@media screen and (min-width: 1000px) {
    .jumbotron {
        margin-top: 55px;
    }
}
.platforms {
    margin-bottom: 30px;
}
.index-img {
    max-height: 415px;
}

.kf-functions {
    background-color: #F0FEFF;
    padding: 70px 0;
}
.kf-functions h2, .kf-functions-desc h2 {
    font-size:30px;
    line-height:60px;
    text-align:center;
    color:#5e5e5e;
    margin-bottom: 50px;
}
.kf-functions .row img {
    margin:0 auto;
}
.kf-functions .row {
    padding:10px 0;
    text-align:center;
}
.kf-functions .row h3 {
    font-size:22px;
    font-weight:bold;
    color:#ff5949;
    line-height:38px;
}
.kf-functions .row p {
    width: 90%;
    margin:0 auto;
    color:#7a7a7a;
    text-align: center!important;
    margin-top: 20px;
    font-size: 20px;
}
.kf-functions .row .function {
    width: 20%;
    margin: 35px 0;
}
.kf-functions-desc .slogan {
    position: relative;
    text-align: center;
    width: 100%;
}
.kf-functions-desc .slogan:before {
    left: 0;
}
.kf-functions-desc .slogan:after {
    right: 0;
}
.kf-functions-desc h4 {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #F9573E;
    font-size: 30px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
}
.kf-functions-desc .function>.row {
    padding-top: 40px;
    padding-bottom: 50px;
}
.kf-functions-desc .function .title {
    height: 80px;
    margin: 30px auto 10px auto;
}
.kf-functions-desc .function .title p {
    text-align: center;
    height: 100%;
    line-height: 80px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.kf-functions-desc .function .desc {
    display: table;
}
.kf-functions-desc .function .desc dl {
    display: table-cell;
    vertical-align: middle;
}
.kf-functions-desc .function .col-lg-4 dl {
    padding-bottom: 10px;
    padding-top: 10px;
}
.kf-functions-desc .function .col-sm-12 dl {
    padding-top: 0px;
    padding-bottom: 10px;
}
.kf-functions-desc .function dt {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
    font-weight: normal;
}
.kf-functions-desc .function dd {
    font-size: 18px;
    color: #7a7a7a;
    padding: 17px 0 0;
}
.kf-functions-desc .function img {
    margin: 0 auto;
}
.navbar-default .dropdown-platform{
    padding: 0;
}

.navbar-default .dropdown-platform-list li {
    border-bottom: 1px solid #f3b5af;
}
.navbar-default .dropdown-platform-list li:last-child {
    border-bottom: none;
}
.navbar-default .dropdown-platform-list li a {
    padding: 12px 20px;
}

.dropdown-platform-move {
    width: 360px;
    display: inline-block;
}

.dropdown-platform-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cdcdcd ;
}

.dropdown-platform-software {
    border-bottom: 1px solid #E9E9E9;
}

.dropdown-platform .dropdown-platform-software:last-child {
    border-bottom: none;
}

.dropdown-platform-software ul {
    color: #CFD0CD;
    border-top: 2px solid #FF5949;
    border-bottom: 2px solid #FF5949;
}

.dropdown-platform-software ul li {
    padding: 20px 0;
    display: inline-block;
}

.dropdown-platform-software ul li a{
    font-size: 14px ;
    font-weight: 400;
    color: #444;
}

.dropdown-platform-software ul li a:hover{
    color: #ff5949;
}

.dropdown-platform-software-col3 li{
    width: 32.5%;
}

.dropdown-platform-software-col2 li{
    width: 49%;
}

.dropdown-platform-software-col1 li{
    width: 100%;
}

.dropdown-platform-buy {
    display: inline-block;
    width: 170px;
    float: right;
}
.footer.xpzs {
    height: 208px;
    background-image: linear-gradient(173deg,
    #515778 0%,
    #383e5c 100%),
    linear-gradient(
            #fcb61c,
            #fcb61c);
    background-blend-mode: normal,
    normal;
    text-align: center;
}

.footer.xpzs > .btn{
    width: 288px;
    height: 88px;
    background-image: linear-gradient(0deg,
    #fec89c 0%,
    #ffffff 100%);
    box-shadow: 0px 6px 9px 0px
    #232949;
    border-radius: 44px;
    margin-top: 61px;
    font-size: 38px;
    line-height: 70px;
    color: #383e5c;
}

.software-list {
    background-color: #f9f9f9;
    padding: 12px 0 80px 0;
    margin-bottom: 0;
}
html .title-1 {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
    height: 35px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 79px
}
.platforms .platform-list .col-xs-4 {
    width: 33.33% !important;
}
.platforms .platform-list .col-xs-4>a {
    width: 95%;
    margin: 6px auto;
}
.platforms .platform-list .col-xs-4 .log-desc {
    font-size: 16px;
    font-weight: normal;
}
.software-list .platform-list>li>a {
    padding: 18px 10px 16px;
}
.software-list .platform-list  .log-desc {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin-top: 5px;
}

.big-title {
    padding: 20px 53px;
    background-color: #ff5949;
    border-radius: 50px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    line-height: 19px;
    color: #ffffff;
    height: 80px;
    position: relative;
    top: 30px;
}

.main-box{
    text-align: left;
    display: flex;
    justify-content: space-between;
    min-height: 294px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(213,220,236,0.55);
    border-radius: 8px;
    align-items: center;
    padding: 16px 16px 16px 56px;
    margin-bottom: 30px;
}
.software-list ul li:nth-child(2n) .main-box {
    padding-left: 16px;
    padding-right: 56px;
}
.main-box .content-box {
    width: 58%;
}
.main-box .title-box {
    line-height: 42px;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
}
.main-box .title-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #FF5949;
}
.main-box .desc-box {
    font-weight: 400;
    font-size: 18px;
    color: #4F525B;
    line-height: 22px;
}
.main-box .desc-box p {
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.main-box .desc-box p:before {
    content: '';
    left: 0;
    top: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FF5949;
}
.main-box img.bg-box {
    width: 38%;
}
.wecharthover{
    position: relative;
    cursor: pointer;
}
.wechartimgbox{
    display: none;
    position: absolute;
    top: -108px;
    left: 80px;
    width: 135px;
    height: 135px;
    opacity: .8;
    z-index: 9;
}
.wechartimg{
    height: 135px;
    width: 135px;
}
.wechartimgbox:after{
    display: block;
    border: 2px solid #ffffff;
    content: '';
    width: 8px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: -3px;
    margin: auto;
    bottom: 7px;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    z-index: -1;
}
.wecharthover:hover .wechartimgbox{
    display: block;
}
.jumbotron .swiper-container {
    max-width: 1920px; height: 860px; margin: 0 auto;
}
.jumbotron .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

    /* 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;
}
.jumbotron .swiper-slide .fontinpto{
    font-size: 40px;
    color: #FF5949;
    text-shadow: 2px 4px 3px rgba(252, 104, 106, 0.3);
    mix-blend-mode: multiply;
}
.jumbotron .swiper-button-next:after, .jumbotron .swiper-button-prev:after{
    font-size: 26px;
}
.jumbotron .swiper-button-next, .jumbotron .swiper-button-prev{
    width: 40px;
    height: 80px;
    background-color: rgba(255,255,255,0.5);
    color: #777777;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    opacity: 1;

}
.jumbotron .swiper-container:hover .swiper-button-next,.jumbotron .swiper-container:hover .swiper-button-prev{
    transform: translateX(0px);
}
.jumbotron .swiper-container .swiper-button-next:hover,.jumbotron .swiper-container .swiper-button-prev:hover{
    background-color: rgba(255, 89, 73, 1);
    color: #ffffff;
}
.jumbotron .swiper-button-next{
    background-image:unset;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0;
    transform: translateX(40px);
}
.jumbotron .swiper-button-prev{
    background-image:unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0;
    transform: translateX(-40px);
}
.jumbotron .swiper-button-next:hover, .jumbotron .swiper-button-prev:hover{
    background-color: rgba(255, 89, 73, 1);
    color: #ffffff;
}
.jumbotron .swiper-pagination-bullet{
    width: 24px;
    height: 8px;
    border-radius: 4px;
}
.jumbotron .swiper-pagination-bullet-active{
    background: rgba(255, 89, 73, 1);
}
.navbar .navbar-inner .container .navbar-header{
    position: absolute;
}
.footer .copycompany .main-con{
    width: 100%;
    max-width: 1260px;
    padding: 0 6px;
}
.logo {
    margin-left: 0;
}
.navbar-default .navbar-inner .navbar-nav>li{
    display: flex;
    align-items: center;
}
.navbar-default .navbar-nav>li>a {
    padding: 0px 8px;
}
.navbar-nav>li>.dropdown-menu{
    right: -50%;
    border: none;
}
.navbar-nav>li>.dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
    right: auto;
}
.navbar-nav>li>.dropdown-menu:before{
    position: absolute;
    content: '';
    top: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color: #FF5949;
}