﻿

body {
    font-family: 微软雅黑;
    margin: 0;
   
}

a:hover, a:focus {
    text-decoration: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.banner {
    width: 100%;
    height: 670px;
    background: url('/content/img/banner/1.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 180px;
}

.main-nav .logo {
    font-size: 32px;
    font-family: 'Arial';
    line-height: 75px;
    color: #fff;
    display: block;
}

.global-nav .logo {
    color: #ff8f2b;
}

.carousel-caption {
    text-align: left;
    left: 25%;
    top: 35%;
    font-size:18px;
   
}

.carousel-control.right {
    z-index: 15;
}

.carousel-caption .btn-list {
    margin-top: 70px;
    width: 550px;
    text-align: center;
 
}

    .carousel-caption .btn-list a {
        font-size: 18px;
        margin-right: 15px;
        border-radius: 20px;
        border: 1px #f9b517 solid;
        display: inline-block;
        padding: 6px 12px;
        text-align: center;
        cursor: pointer;
    }

    .carousel-caption .btn-list .login {
        width: 130px;
        height: 40px;
        color: #fff;
        background-color: #f9b516;
    }

    .carousel-caption .btn-list .order {
        width: 130px;
        height: 40px;
        color: #fff;
        background-color: #dddce4;
    }

    .carousel-caption .btn-list .trial {
        margin-right: 0px;
        color: #595d66;
        border: 0px;
    }




    .carousel-caption .btn-list .app {
        background: url('/content/img/i-phone.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
        top: 10px;
        margin-right: 5px;
    }

    .carousel-caption .btn-list .white {
        color: #fff;
    }

        .carousel-caption .btn-list .white .app {
            background: url('/content/img/i-phone-white.png') no-repeat;
        }

.section {
    padding: 50px 15px 0px 15px;
    text-align: center;
    border: 0px;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

    .section h1 {
        color: #52565f;
        padding-bottom: 15px;
    }

    .section .intro p {
        color: #616874;
        font-size: 20px;
        font-weight: normal;
    }

        .section .intro p > span {
            padding-right: 10px;
        }

    .section .fn-list .title {
        font-size: 28px;
        color: #55afe0;
        padding: 0px 0px;
    }

    .section .fn-list .content {
        font-size: 16px;
        color: #616874;
        text-align: left;
        margin-left: 16.666666666666664%;
    }

    .section .fn-list .active {
        color: #1e8ecc;
    }

.margin100 {
    margin-top: 100px;
}

.case-list li {
    width: 33.33333333333333%;
    height: 250px;
    float: left;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.case-list .logo {
    position: absolute;
    text-align: right;
    padding: 15px 15px 30px;
    top: 0px;
    right: 0px;
    z-index: 1001;
}

.case-list .txt_box {
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    z-index: 1002;
}

.case-list .logo img {
    height: 60px;
    z-index: 1001;
}

.case-list .king {
    background: url('/content/img/logo/bg/king.jpg') no-repeat;
    background-size: cover;
}

.case-list .lang {
    background: url('/content/img/logo/bg/lang.jpg') no-repeat;
    background-size: cover;
}

.case-list .wen {
    background: url('/content/img/logo/bg/wen.jpg') no-repeat;
    background-size: cover;
}

.case-list .eagle {
    background: url('/content/img/logo/bg/eagle.jpg') no-repeat;
    background-size: cover;
}

    .case-list .eagle .mask {
        background-color: #DE6E50;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 0;
        opacity: 0.85;
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        width: 100%;
        height: 250px;
    }

.case-list .diou {
    background: url('/content/img/logo/bg/diou.jpg') no-repeat;
    background-size: cover;
}

.case-list .ruibao {
    background: url('/content/img/logo/bg/ruibao.jpg') no-repeat;
    background-size: cover;
}

.case-list .beiwai {
    background: url('/content/img/logo/bg/beiwai.jpg') no-repeat;
    background-size: cover;
}

.case-list .lemon {
    background: url('/content/img/logo/bg/lemon.png') no-repeat;
    background-size: cover;
}

.brand-list li {
    width: 50%;
    float: left;
    padding-bottom: 50px;
    padding-left: 8%;
}

.brand-list .col-md-9 {
    text-align: left;
    padding-left: 90px;
}

.brand-list .title {
    font-size: 28px;
    color: #55afe0;
}

.brand-list .content {
    padding-top: 15px;
    font-size: 16px;
    color: #616874;
    width: 290px;
}

.slogen {
    width: 100%;
    height: 415px;
    background: url('/content/img/order.jpg') no-repeat;
    background-size: cover;
    margin-top: 50px;
    text-align: center;
}

    .slogen h1 {
        padding: 50px 0px;
        color: #fff;
    }

    .slogen .slogen-btn {
        background: url('/content/img/btn-order.png') no-repeat;
        background-size: cover;
        width: 300px;
        height: 103px;
        font-size: 32px;
        color: #4b98ee;
        line-height: 90px;
    }

.footer {
    /*background-color:#f7f5f6;*/
    padding: 40px;
    text-align: center;
}

    .footer .container {
        border-top: 1px solid #616874;
        padding-top: 30px;
    }

    .footer .nav > li > a {
        background: url('/content/img/point.png') no-repeat 15px 25px;
        color: #4c4b4b;
        font-size: 16px;
        padding: 15px 35px;
    }

    .footer .nav .active {
        color: #f86700;
    }

    .footer .wechat {
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

    .footer small {
        color: #f86700;
    }

    .footer .copyright {
        padding-top: 10px;
        margin-left: -30px;
        color: #616874;
    }

    .footer .col-md-2 {
        width: 16%
    }

.product {
    background: url('/content/img/product.jpg') no-repeat 0px 75px;
    background-size: cover;
    width: 100%;
    height: 798px;
    text-align: center;
    padding-top: 100px;
}

    .product .title small {
        color: #dddddd;
        font-family: 'Arial';
        font-size: 20px;
    }

    .product .content {
        text-align: left;
        font-size: 16px;
        padding-left: 20%;
        color: #5c5c5c;
        padding-top: 70px;
    }

    .product .strong {
        color: #000;
        font-weight: bold;
    }

.point {
    background: url('/content/img/point.png') no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
}

.free-banner {
    margin-top: 75px;
    width: 100%;
    height: 393px;
    background: url('/content/img/free-banner.jpg') no-repeat;
    background-size: cover;
}

    .free-banner .intro {
        margin-left: 55%;
        color: #fff;
        font-size: 24px;
        padding-top: 60px;
    }

        .free-banner .intro span {
            color: #f9b517;
            padding-left: 15px;
        }

    .free-banner .btn-list {
        padding-top: 30px;
        font-size: 20px;
        color: #fff;
    }

        .free-banner .btn-list a {
            color: #fff;
            background-color: #f9b517;
            padding: 8px 30px;
            border-radius: 20px;
            margin-right: 20px;
            cursor: pointer;
        }

    .free-banner .app {
        background: url('/content/img/i-phones.png') no-repeat;
        width: 14px;
        height: 21px;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-right: 10px;
    }

    .free-banner .barcode {
        width: 210px;
        position: relative;
        color: #000;
        text-align: center;
        padding: 15px;
        margin-top: 30px;
        margin-left: 145px;
        background-color: #e7ecec;
        border-radius: 8px;
        display: none;
    }

        .free-banner .barcode p {
            margin: 0px;
            font-size: 16px;
            padding-bottom: 10px;
        }

        .free-banner .barcode div {
            position: absolute;
            height: 20px;
            width: 20px;
            border-bottom: 1px solid #dee3ec;
            border-right: 1px solid #dee3ec;
            margin-left: 80px;
            margin-top: -22px;
            background-color: #e7ecec;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.free .row {
    padding-top: 35px;
}

    .free .row .col-md-9 {
        padding-left: 50px;
    }

.free .list {
    padding-bottom: 30px;
}

    .free .list h4 {
        padding-bottom: 10px;
    }

.free-slogen {
    background-color: #f1f1f1;
    text-align: center;
}

    .free-slogen .title {
        font-size: 32px;
        font-weight: bold;
        color: #434343;
        padding: 30px 0px;
    }

    .free-slogen .table {
        background: #fff;
        border: 1px solid #dedede;
        color: #666;
    }

    .free-slogen .note {
        text-align: left;
        padding-left: 4%;
        color: #5798cb;
        padding-bottom: 30px;
    }

    .free-slogen .btn-success {
        width: 60px;
        height: 20px;
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

.about-banner {
    margin-top: 75px;
    width: 100%;
    height: 427px;
    background: url('/content/img/about-banner.jpg') no-repeat;
    background-size: cover;
}

    .about-banner .title {
        color: #fff;
        font-size: 28px;
        position: absolute;
        top: 28%;
        left: 40%;
    }

    .about-banner .intro {
        text-indent: 30px;
        margin-left: 55%;
        margin-right: 8%;
        padding-top: 30px;
        line-height: 28px;
        color: #434343;
    }

@media (max-width:1600px) {
    .about-banner .intro {
        font-size: 12px;
    }
}

.about {
    background-color: #fbfbfb;
    height: 500px;
}

    .about .row {
        padding: 30px 0px;
        margin: 0px;
    }

        .about .row .col-md-5 {
            height: 25px;
            border-bottom: 2px solid #f2f2f2;
        }

        .about .row .col-md-2 {
            text-align: center;
            display: block;
            position: relative;
            color: #434343;
            font-size: 30px;
        }

    .about .container {
        text-indent: 30px;
        font-size: 16px;
        color: #686868;
        line-height: 25px;
    }

    .about .strong {
        color: #e99268;
        font-weight: bold;
        text-indent: 0px;
        font-size: 18px;
        padding-bottom: 10px;
    }

.legal {
    padding-top: 75px;
}

    .legal .title {
        color: #ff8f2b;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        padding: 30px 0px;
    }

    .legal .content {
        text-align: left;
        line-height: 30px;
        padding-bottom: 30px;
        color: #676767;
    }

.error-page {
    text-align: center;
    margin: 100px auto;
    width: 594px;
}

/*广告*/
.gg_full {
    POSITION: relative;
    MARGIN: 0px auto;
    WIDTH: 100%;
    background: #e8e8e8
}

    .gg_full .gg_fbtn {
        POSITION: absolute;
        WIDTH: 19px;
        DISPLAY: none;
        HEIGHT: 55px;
        TOP: 10px;
        right: 5px
    }

        .gg_full .gg_fbtn A {
            DISPLAY: block;
            BACKGROUND: url(/Content/img/gg_btn.png) no-repeat 0px 0px;
            HEIGHT: 55px;
            OVERFLOW: hidden
        }

        .gg_full .gg_fbtn .gg_fclose {
            BACKGROUND: url(/Content/img/gg_btn.png) no-repeat -19px 1px
        }

    .gg_full .gg_fcon {
        DISPLAY: none;
        HEIGHT: 140px;
        width: 100%;
        background-position: center;
    }

.toptxt {
    float: right;
    line-height: 75px;
    height: 75px;
    color: #ff8f2b;
    font-size: 22px;
    display: none;
}

.ptxt {
    
    font-size: 36px;
     
}

@media screen and (max-width: 1500px) {
    .carousel-caption .btn-list {
        margin-top: 20px;
        width: 420px;
    }

    .ptxt {
        width: 420px;
    }
}
@media screen and (max-width: 1020px) {
    .carousel-caption .btn-list {
        margin-top: 10px;
        width: 300px;
    }
        .carousel-caption .btn-list .order {
            width: 80px;
            height: 30px;
            color: #fff;
            background-color: #dddce4;
        }
        .carousel-caption .btn-list .login {
            width: 80px;
            height: 30px;
            
            color: #fff;
            background-color: #f9b516;
        }
        .carousel-caption .btn-list a {
            font-size: 14px;
            margin-right: 15px;
            border-radius: 20px;
            border: 1px #f9b517 solid;
            display: inline-block;
            padding: 3px 10px;
            text-align: center;
            cursor: pointer;
        }
    .ptxt {
        width: 420px;
    }
}

.logolist img {
    width: 100px;
    height: 100px;
}

.logolist {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

    .logolist tr {
        padding-bottom: 30px;
    }

.txtcss {
    font-size: 18px;
    font-weight: 500;
}
