﻿.index-page {
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.index-page div[class^=am-tab-pane] {
    padding: 0
}

.index-page [data-am-widget=tabs] {
    margin: 0
}

.index-page .index-banner {
    width: 100%;
    height: 498px;
    background: url(../images/slide_simple_bg.jpg);
    background-size: cover
}

.index-page .index-banner .index-mask {
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    padding: 140px 0 0
}

.index-tab, .index-tab .am-active a {
    background-color: #fff !important
}

.index-page .index-banner .slide_simple--title {
    font-size: 46px;
    color: #fff;
    font-weight: 400
}

.index-page .index-banner .slide_simple--text {
    font-size: 18px;
    line-height: 36px;
    opacity: .6;
    margin: 28px 0 0
}

.index-page .index-banner .slide_simple--buttons {
    margin-top: 20px
}

.index-page .index-banner .slide_simple--buttons button {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 9px 25px;
    border-radius: 17px
}

.index-tab {
    width: 1170px !important;
    margin: 0 auto !important
}

.index-tab .am-active {
    border-bottom: 4px solid #59bcdb
}

.index-tab a {
    position: relative;
    margin: 10px 0 10px 10px;
    border-right: 1px solid #e9e9e9
}

.index-tab a i {
    margin-top: 20px;
    color: #59bcdb;
    font-size: 38px
}

.index-tab a strong {
    font-size: 16px;
    display: inline-block;
    color: #262626;
    margin-top: 7px
}

.index-tab a p {
    color: #969696;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: -10px
}

@media screen and (max-width: 640px) {
    .index-page .index-banner {
        height: auto
    }

    .index-page .index-banner .slide_simple--buttons {
        margin-bottom: 20px
    }

    .index-page .index-tab {
        width: 100% !important
    }

    .index-page .index-tab li {
        display: none !important
    }

    .index-page .index-tab .am-active {
        display: block !important
    }
}

.index-container {
    margin-top: 0px
}

.index-container .features_item--title {
    font-size: 16px;
    color: #262626;
    margin: 20px 0 -10px
}

.index-container .features_item--text {
    font-size: 15px;
    line-height: 23px;
    color: #969696
}

.index-container .index-more {
    text-align: center;
    padding: 70px 0 0
}

.index-container .index-more .am-btn-secondary {
    padding: 10px 26px;
    border-radius: 23px;
    background-color: #59bcdb;
    border-color: #59bcdb
}

.promo_detailed {
    position: relative;
    min-height: 500px;
    background: #fafafa
}

.promo_detailed .promo_detailed-container {
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 10px 0;
}

.promo_detailed .am-g {
    margin-left: -15px;
    margin-right: -15px
}

.promo_detailed .am-g .promo_detailed--list {
    padding: 0 0 1px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item {
    position: relative;
    padding: 0 100px 0 80px;
    margin-top: 41px;
    list-style: none
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon {
    display: block;
    top: 9px;
    left: 0;
    border: 2px solid #ed5151;
    border-radius: 3px;
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    position: absolute
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item .promo_detailed--list_item_icon i {
    color: #ed5151;
    font-size: 32px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: 8px
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl, .promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dt {
    font-size: 20px;
    color: #262626
}

.promo_detailed .am-g .promo_detailed--list .promo_detailed--list_item dl dd {
    font-size: 16px;
    line-height: 23px;
    color: #969696
}

.promo_detailed .promo_detailed--cta {
    padding: 0 25px;
    position: relative;
    height: 514px
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_text {
    background: rgba(27, 31, 32, .7);
    border-radius: 3px;
    padding: 38px 20px 38px 28px;
    max-width: 495px;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    text-align: left
}

.promo_detailed .promo_detailed--cta .promo_detailed--cta_wrap .promo_detailed--cta_footer {
    padding-top: 50px
}

.promo_detailed .promo_detailed-img {
    background-size: cover;
    width: 50%;
    height: 100%;
    background-color: #7d7e75;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 640px) {
    .promo_detailed .promo_detailed--list {
        padding-left: 15px !important
    }

    .promo_detailed .promo_detailed--list .promo_detailed--list_item {
        padding: 0 0 0 80px !important
    }

    .promo_detailed .am-g {
        margin: 0
    }

    .promo_detailed .am-g .am-u-md-6:nth-of-type(2) {
        padding-right: 0;
        padding-left: 0
    }

    .index-container .index-more {
        padding: 35px 0 0
    }

    .index-page .index-banner .index-mask {
        padding: 70px 0 0
    }

    .index-page .index-banner .slide_simple--title {
        font-size: 40px
    }

    .promo_detailed-img {
        width: 100% !important;
        z-index: -1
    }

    .promo_detailed--cta_wrap {
        position: relative !important
    }

    .promo_detailed .promo_detailed--cta {
        height: 420px
    }
}

.index-container .service_item {
    margin-top: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 82px 15px 48px;
    position: relative
}

.index-container .service_item .service_item--icon {
    font-size: 58px;
    display: block;
    color: #59bcdb;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translate(-50%, 0)
}

.index-container .service_item .service_item--title {
    font-size: 20px;
    text-align: center;
    color: #262626
}

.index-container .service_item .service_item--text {
    font-size: 16px;
    text-align: center;
    color: #969696;
    line-height: 23px
}

.index-container .service_item .service_item--footer {
    padding-top: 14px;
    text-align: center
}

.pricing_compare {
    position: relative;
    margin: 48px 0 0;
    overflow: auto
}

.pricing_compare .pricing_compare--options {
    float: left;
    width: 45%;
    margin: 155px 0 0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0
}

.pricing_compare .pricing_compare--options .pricing_compare--option {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 70px;
    padding: 0 0 0 65px;
    position: relative;
    background: #fff;
    list-style: none
}

.pricing_compare .pricing_compare--options .pricing_compare--option .pricing_compare--option_icon {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 33px;
    transform: translate(0, -50%);
    font-size: 19px;
    color: #a8a8a8;
    line-height: 1
}

.pricing_compare .pricing_compare--plans {
    float: left;
    width: 55%;
    margin-top: 48px
}

.pricing_compare .pricing_compare--plans .pricing_plan {
    float: left;
    width: 33.3%;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    border-radius: 3px
}

.pricing_compare .pricing_compare--plans .pricing_plan:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header {
    text-align: center;
    padding: 36px 0;
    height: 154px
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--title {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--title b {
    font-weight: 400
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--label {
    background: #ed5151;
    isplay: inline-block;
    line-height: 1;
    margin: -11px 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    padding: 5px 10px 4px
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--header .pricing_plan--price {
    display: block;
    font-size: 40px;
    font-weight: 300;
    color: rgba(38, 38, 38, .6);
    margin: 24px 0 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options {
    border-top: 1px solid #e9e9e9;
    padding-left: 0
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options .pricing_plan--option {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #939393;
    text-align: center;
    line-height: 68px;
    list-style: none
}

.pricing_compare .pricing_compare--plans .pricing_plan .pricing_plan--options .pricing_plan--option b {
    color: #262626
}

.pricing_compare .pricing_compare--plans .popular {
    margin: -46px -1px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff
}

.pricing_compare .pricing_compare--plans .popular .pricing_plan--header {
    height: 200px
}

.pricing_compare .pricing_plan--footer {
    text-align: center;
    padding: 40px 45px
}

.pricing_compare .pricing_plan--footer .am-btn-danger, .pricing_compare .pricing_plan--footer .am-btn-secondary {
    background-color: transparent;
    color: #59bcdb;
    border: 2px solid #59bcdb;
    border-radius: 3px
}

@media screen and (max-width: 769px) {
    .pricing_compare--options {
        margin-top: 99px
    }
}

@media screen and (max-width: 992px) {
    .pricing_compare .pricing_compare--options {
        width: 100%;
        position: absolute
    }

    .pricing_compare--option {
        border-bottom: 1px solid #e9e9e9;
        font-size: 16px;
        padding: 0 0 0 65px;
        position: relative;
        background: #fff;
        line-height: 56px;
        margin-bottom: 67px
    }

    .pricing_compare--plans {
        float: none;
        width: 100% !important
    }

    .pricing_plan--header {
        padding: 18px 0 !important
    }

    .pricing_plan--price {
        font-size: 26px !important;
        margin: -15px 0 0 !important
    }

    .pricing_plan--option b {
        font-size: 14px
    }

    .pricing_compare .pricing_plan--footer {
        padding: 20px 10px
    }

    .pricing_plan--footer .am-btn-secondary {
        padding: 10px 12px
    }

    .pricing_compare .pricing_plan--option {
        padding-top: 10px;
        margin-top: 64px;
        height: 74px;
        line-height: 27px !important
    }

    .pricing_compare .pricing_plan--option b, .pricing_compare .pricing_plan--option strong {
        display: block
    }

    .pricing_compare .pricing_plan--options {
        margin-top: -47px
    }
}

@media (max-width: 500px) {
    .pricing_plan--title {
        font-size: 14px
    }
}

.promo_banner-container {
    position: relative;
    background: url(../images/login-banner.png) no-repeat;
    background-size: cover;
    padding: 0;
    width: 100%;
    height: 408px;
}

.promo_banner-box {
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 83px 0 100px;
    color: #fff;
    text-align: center
}

.promo_banner-box .promo_banner--title {
    font-size: 50px;
    font-weight: 300
}

.promo_banner-box .promo_banner--text {
    font-size: 18px;
    line-height: 30px;
    opacity: .6;
    padding: 32px 0 43px;
    font-weight: 300
}

.promo_banner-box .promo_banner--footer .am-btn-secondary {
    border-radius: 4px
}

@media screen and (max-width: 640px) {
    .section.promo_banner-container {
        padding: 0 !important
    }

    .promo_banner-box .promo_banner--title {
        font-size: 34px !important
    }

    .promo_banner-box .promo_banner--text {
        font-size: 16px
    }

    .promo_banner-box {
        padding: 40px 0
    }

    .promo_banner-box .container {
        padding: 0 20px
    }
}

.customer-logo {
    padding: 7px 0
}

.customer-logo .am-g .am-u-md-2 {
    text-align: center;
    display: inline-block
}

.customer-logo .am-g .am-u-md-2 a {
    width: 100%;
    height: 100px;
    display: block;
    display: table-cell;
    vertical-align: middle
}

.customer-logo .am-g .am-u-md-2 a img {
    width: 100%;
    vertical-align: middle
}

.customer-logo .am-g .am-u-md-2 a img:nth-of-type(2) {
    display: none
}

@media screen and (max-width: 640px) {
    .customer-logo .normal-logo {
        display: none
    }

    .customer-logo .am-active {
        display: block !important
    }
}

.newsbox {
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
    height: 295px;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);

}
.newsbox.news-list {
    padding: 0px
}
.news-list ul {
    margin-left:5px;list-style-type:none;
}
.news-list li {
    font-size: 15px;
    padding-left: 5px;
    overflow: hidden;
    font-weight: 500;
    list-style-type:none;
    height:38px;line-height:36px;
}
.news-list li a {
    color: #333333;
}
.news-list li a:hover {
    color: #016fb8;
    text-decoration: underline
}
.news-list li a:hover span:last-child {
    color: #016fb8 !important;
    color: !important
}
.news-list li a span.updatetime {
    color: #333333;
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    margin-right: 5px
}
.news-list li a span:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}
.more {
    text-align: right;
    margin-top: 20px;
    padding-right: 20px;
}
.more a {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 5px;
    color: #016fb8;
    transition: all 0.5s ease-out
}
.more a:hover {
    color: #ffffff;
    background-color: #016fb8;
    background:;
    text-decoration: none;
    border-color:
}


.words {position:fixed;width:70px;height:400px;top:50%;right:-14px;margin-top:-200px;z-index:15}
.words>div {width:228px;height:48px;text-align:center;border-radius:40px;margin:13px 0;display:flex;-webkit-align-items:center;align-items:center}
.words>div>p {margin:0}
.words .wordsTry {border-bottom:0}
.telP {position:relative}
.telN {display:none;width:220px;height:58px;font-size:30px;line-height:58px;position:absolute;top:1px;left:-240px;background-color:#fff;box-shadow:-2px 2px 16px 6px rgba(181,190,214,0.53);}
.code {display:none;width:600px;height:320px;font-size:30px;line-height:58px;position:absolute;top:1px;left:-680px;background-color:#f4f4f5;box-shadow:-2px 2px 16px 6px rgba(181,190,214,0.53);padding:10px;border-radius:14px;}
.code>img {width:580px !important;margin:auto !important;margin-left:auto;}
.code p {color:#333;font-size:24rem;}
.qqcode {display:none;width:400px;height:auto;font-size:30px;line-height:58px;position:absolute;top:1px;left:-480px;background-color:#fff;box-shadow:-2px 2px 16px 6px rgba(181,190,214,0.53);padding:10px;border-radius:14px;}
.qqcode>img {width:100% !important;margin:auto !important;margin-left:auto;}
.qqcode p {color:#333;font-size:24rem;}
.telN i {position:absolute;top:12px;left:135px;width:10px;display:block;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}
.words>div:hover {cursor:pointer;transition:.5s;transform:translateX(-138px) scale(1.02)}
.words>div:before {content:"";display:table}
.words>div p {color:#fff;font-size:1.6rem;margin-left:12px}
.words a {display:none;background-color:#dbdbdb;font-size:12px;text-align:center;color:#666}
.words a i {margin-left:29px;width:6px;display:block;border-bottom:6px solid #666;border-left:6px solid transparent;border-right:6px solid transparent}
.shangqiao {background:#7f9eb2}
.telP {background:#77919d}
.wordsDemo {background:#6d819c}
.qqservice {background:#7f9eb2}
.wordsTry {background:#274c5e}
.shangqiao img,.telP img,.wordsTry img,.wordsDemo img,.qqservice img {width:22px;height:auto;margin-left:2.4rem}
.wordsDemo p {margin-left:0}
.wordsDemo img {width:22px;height:auto}


.im-box { width: 100px; position: fixed; top: 150px; right: 0; z-index: 999; }
.im-box .im-ewm { width: 98px; height: 78px; border: 1px solid #e8e8e8; position: relative; }
.im-box .im-ewm .ewm-hover { position: absolute; left: -145px; top: -25px; display: none; }
.im-box .im-ewm:hover .ewm-hover { display: block; }
@media screen and (max-width:992px) {.words {display:none}
    .im-box {display:none}
}