@CHARSET "UTF-8";

body {
    width: 100%;
    min-width: 1170px;
    /* max-width: 1920px; */
    margin: 0 auto;
    padding: 0;
    background-color: #F2F8FC;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    /* max-width: 1920px; */
    z-index: 1000;
}

.header.menu-hold .idx-top-bar {
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    background: -webkit-linear-gradient(left, #025DCE, #0697FF);
}

.idx-top-bar {
    width: 100%;
    border: none;
    background-color: transparent;
    transition: all .5s ease-in .1s;
}

.idx-top-bar .idx-top-box {
    margin: 0 auto;
    width: 1170px;
    height: 68px;
}

.idx-top-bar.normal-top {
    background: -webkit-linear-gradient(left, #025DCE, #0697FF);
}

.idx-top-bar .idx-logo {
    width: 140px;
    height: 68px;
    margin-left: 32px;
    display: inline-block;
    background: url(../img/widget/logo_ch.png) no-repeat center;
}

.idx-top-bar ul.idx-menu {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
}

.idx-menu li {
    margin-right: 36px;
    display: inline-block;
    vertical-align: middle;
}

.idx-menu li.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.idx-menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 24px 8px 5px;
}

.idx-menu .menu-active {
    border-bottom: 2px #FFFFFF solid;
}

.idx-menu .menu-btn-right {
    vertical-align: bottom;
    margin-right: 20px;
}

.idx-menu .menu-btn-last {
    vertical-align: bottom;
    /* margin-right: 32px; */
}

.menu-btn {
    width: 72px;
    height: 34px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-btn.login-btn {
    background-image: url('../img/widget/login button_normal.png');
}

.menu-btn.login-btn:hover {
    background-image: url('../img/widget/login button_hover.png');
}

.menu-btn.login-btn:active {
    background-image: url('../img/widget/login button_pressed.png');
}

.menu-btn.sign-btn {
    background-image: url('../img/widget/sign up button_normal.png');
}

.menu-btn.sign-btn:hover {
    background-image: url('../img/widget/sign up button_hover.png');
}

.menu-btn.sign-btn:active {
    background-image: url('../img/widget/sign up button_pressed.png');
}

.idx-content .idx-main {
    width: 100%;
    height: 620px;
    color: #FFFFFF;
    text-align: center;
    background: #0A5CB5 url(../img/bg/index_top_bg2.png) no-repeat center;
}

.idx-content .It {
    width: 1349px;
    margin: 0 auto;
}

.idx-main .lt-title {
    font-size: 60px;
    padding: 188px 0 5px;
    text-align: left;
    margin-left: 130px;
}


.idx-main .lt-text {
    font-size: 30px;
    filter: Alpha(Opacity=82);
    opacity: 0.82;
    text-align: left;
}

.idx-main .lt-text {
    margin-left: 130px;
}

.idx-main ul.lt-btns {
    margin-right: 880px;
    padding-top: 100px;
    list-style-type: none;
}

ul.lt-btns li {
    width: 280px;
    display: inline-block;
}

.lt-btn.lt-try, .lt-btn.lt-buy {
    width: 240px;
    height: 72px;
    margin: 0 auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.lt-btn.lt-try {
    background-image: url('../img/widget/start_button_normal.png');
}

.lt-btn.lt-try:hover {
    background-image: url('../img/widget/start_button_hover.png');
}

.lt-btn.lt-try:active {
    background-image: url('../img/widget/start_button_pressed.png');
}

.lt-btn.lt-buy {
    background-image: url('../img/widget/purchase button_normal.png');
}

.lt-btn.lt-buy:hover {
    background-image: url('../img/widget/purchase button_hover.png');
}

.lt-btn.lt-buy:active {
    background-image: url('../img/widget/purchase button_pressed.png');
}

.menu-btn a, .lt-btn a, .safty-item-btn a, .download-btn a, .dl-detail-url,
.contact-btn a, .try-info-btn a, .dl-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.idx-safty, .idx-intro {
    width: 100%;
    text-align: center;
    background-color: #F2F8FC;
}

ul.safty-list {
    margin: 0 auto;
    padding: 90px 0;
    list-style-type: none;
}

ul.safty-list li {
    width: 264px;
    display: inline-block;
}

.safty-list-right {
    margin-right: 33px;
}

.safty-list .safty-item-icon {
    width: 100%;
    height: 180px;
}

.safty-list .safty-item-icon > img {
    display: block;
    margin: 0 auto;
}

.safty-list .safty-text {
    color: #777777;
    text-align: center;
    margin: 18px 0 40px;
    font-size: 14px;
}

.safty-list .safty-item-btn {
    width: 164px;
    height: 52px;
    margin: 0 auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.safty-item-btn.internet {
    background-image: url('../img/widget/communication button_normal.png');
}

.safty-item-btn.internet:hover {
    background-image: url('../img/widget/communication button_hover.png');
}

.safty-item-btn.internet:active {
    background-image: url('../img/widget/communication button_pressed.png');
}

.safty-item-btn.message {
    background-image: url('../img/widget/data button_normal.png');
}

.safty-item-btn.message:hover {
    background-image: url('../img/widget/data button_hover.png');
}

.safty-item-btn.message:active {
    background-image: url('../img/widget/data button_pressed.png');
}

.safty-item-btn.user {
    background-image: url('../img/widget/user button_normal.png');
}

.safty-item-btn.user:hover {
    background-image: url('../img/widget/user button_hover.png');
}

.safty-item-btn.user:active {
    background-image: url('../img/widget/user button_pressed.png');
}

.safty-item-btn.management {
    background-image: url('../img/widget/management button_normal.png');
}

.safty-item-btn.management:hover {
    background-image: url('../img/widget/management button_hover.png');
}

.safty-item-btn.management:active {
    background-image: url('../img/widget/management button_pressed.png');
}

.idx-slider {
    width: 100%;
    height: 701px;
    background: url(../img/bg/slider_bg2.png) no-repeat center, -webkit-linear-gradient(left, #E3F0FA, #F8EDD3);
}

.idx-slider .idx-func-list {
    color: #666666;
    width: 1067px;
    height: 600px;
    margin: 0 auto;
    padding-top: 51px;
}

.idx-func-list .func-intro {
    position: relative;
    top: 120px;
    left: 595px;
    width: 336px;
    height: 0;
}

.func-intro .func-title {
    font-size: 48px;
}

.func-intro .func-text {
    font-size: 18px;
    margin: 40px 0 50px;
}

.func-intro .func-link a {
    color: #3584DE;
    font-size: 18px;
    text-decoration: none;
}

.idx-slider .func-btn-prev, .idx-slider .func-btn-next,
.download-content .dl-btn-prev, .download-content .dl-btn-next {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.idx-slider .func-btn-prev, .download-content .dl-btn-prev {
    bottom: 325px;
    right: 468px;
    background-image: url('../img/widget/arrowleft_normal.png');
}

.idx-slider .func-btn-prev:hover, .download-content .dl-btn-prev:hover {
    background-image: url('../img/widget/arrowleft_hover.png');
}

.idx-slider .func-btn-prev:active, .download-content .dl-btn-prev:active {
    background-image: url('../img/widget/arrowleft_pressed.png');
}

.idx-slider .func-btn-next, .download-content .dl-btn-next {
    bottom: 388px;
    left: 468px;
    background-image: url('../img/widget/arrowright_normal.png');
}

.idx-slider .func-btn-next:hover, .download-content .dl-btn-next:hover {
    background-image: url('../img/widget/arrowright_hover.png');
}

.idx-slider .func-btn-next:active, .download-content .dl-btn-next:active {
    background-image: url('../img/widget/arrowright_pressed.png');
}

.idx-intro .cloud-title, .idx-intro .en-title {
    color: #666666;
    font-size: 36px;
    padding: 90px 0 30px;
}

.idx-intro .business-title {
    color: #666666;
    font-size: 36px;
    padding: 0 0 30px;
}

ul.cloud-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.cloud-list li {
    width: 580px;
    height: 280px;
    display: inline-block;
    position: relative;
    background-color: #FFFFFF;
}

.cloud-list .cloud-list-left {
    margin-right: 6px;
}

.cloud-list .cloud-item-title {
    text-align: left;
    color: #333333;
    font-size: 28px;
    margin: 36px 0 20px;
    margin-top: 104px
}

.cloud-list .cloud-item-text {
    text-align: left;
    color: #7A7A7A;
    font-size: 16px;
}

.cloud-item-icon img {
    width: 132px;
    border-radius: 0.5;
}

/**/
.cloud-list-left .cloud-item-icon {
    position: absolute;
    margin: 74px 0 74px 73px;
}

.cloud-list-left span {
    margin-left: 235px;
}

.cloud-list-right .cloud-item-icon {
    position: absolute;
    margin: 74px 0 74px 97px;
}

.cloud-list-right span {
    margin-left: 258px
}


.idx-intro .en-table {
    padding-bottom: 90px;
}

.en-table table {
    width: 1170px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 0px solid #999;
}

.en-table table td {
    width: 56px;
    padding: 10px;
    color: #B8BDBF;
    font-size: 30px;
    border-top: 0;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 0;
}

.en-table table tr.lastrow td {
    border-bottom: 0;
}

.en-table table tr td.lastCol {
    border-right: 0;
}

ul.business-list {
    margin: 0 auto;
    padding: 20px 0 0;
    list-style-type: none;
    margin-bottom: 130px;
    /* width: 1170px; */
    /* height: 350px; */
    /* background-color: #FFFFFF; */
}

ul.business-list li {
    width: 380px;
    /* height: 250px; */
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-color: #FFFFFF;
}

.business-list .business-list-left, .business-list .business-list-middle {
    margin-right: 6px;
}

.business-list .business-item-icon {
    position: absolute;
    margin: 70px 0 74px 50px;
}

.business-list .business-item-title {
    color: #333333;
    font-size: 28px;
    position: absolute;
    margin: 85px 0 0 150px;
}

.business-list .business-item-text {
    margin: 0 auto;
    padding: 160px 0 50px 0;
    width: 300px;
}

.business-list .business-item-text span {
    display: block;
    line-height: 30px;
    color: #7A7A7A;
    font-size: 16px;
}

.idx-content .idx-download {
    width: 100%;
    height: 374px;
    background: #1FBBD0 url(../img/bg/new_foot_bg2.png) no-repeat center;
}

.idx-download .download-title, .idx-download .download-text {
    color: #FFFFFF;
    font-size: 36px;
    width: 950px;
    margin: 0 auto;
    padding: 81px 0 7px;
}

.idx-download .download-text {
    color: #FFFFFF;
    filter: Alpha(Opacity=82);
    opacity: 0.82;
    font-size: 20px;
    padding: 0 0 50px;
}

ul.download-list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

ul.download-list li {
    width: 270px;
    display: inline-block;
}

.download-list .download-btn {
    width: 240px;
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.download-btn.windows {
    background-image: url('../img/widget/indexdownload_wp_normal_en.png');
}

.download-btn.windows:hover {
    background-image: url('../img/widget/indexdownload_wp_hover_en.png');
}

.download-btn.windows:active {
    background-image: url('../img/widget/indexdownload_wp_pressed_en.png');
}

.download-btn.mac {
    background-image: url('../img/widget/indexdownload_mac_normal.png');
}

.download-btn.mac:hover {
    background-image: url('../img/widget/indexdownload_mac_hover.png');
}

.download-btn.mac:active {
    background-image: url('../img/widget/indexdownload_mac_pressed.png');
}

.download-btn.android {
    background-image: url('../img/widget/indexdownload_android_normal_en.png');
}

.download-btn.android:hover {
    background-image: url('../img/widget/indexdownload_android_hover_en.png');
}

.download-btn.android:active {
    background-image: url('../img/widget/indexdownload_android_pressed_en.png');
}

.download-btn.ios {
    background-image: url('../img/widget/indexdownload_ios_normal_en.png');
}

.download-btn.ios:hover {
    background-image: url('../img/widget/indexdownload_ios_hover_en.png');
}

.download-btn.ios:active {
    background-image: url('../img/widget/indexdownload_ios_pressed_en.png');
}

.middle {
    width: 100%;
    background: linear-gradient(314deg, rgba(0,102,255,1) 0%, rgba(76,149,255,1) 100%);
}

.client-background {
    width: 100%;
    background: linear-gradient(314deg, rgba(76,149,255,1) 0%, rgba(0,102,255,1) 100%);
}

.client-content {
    width: 1349px;
    margin: 0 auto;
    height: 760px;
}

.client-pic {
    height: 618px;
    overflow: hidden;
    display: inline-block;
    padding-top: 80px;
    padding-left: 200px;
}

.client-pic img, .windows-pic img {
    height: 100%;
}

.client-info {
    height: 640px;
    vertical-align: top;
    display: inline-block;
    margin-top: 80px;
    margin-left: 80px;
}

.client-font {
    height: 64px;
    font-size: 48px;
    color: rgba(255, 255, 255, 1);
    line-height: 64px;
    text-align: center;
}

.windows-background {
    width: 100%;
    background: linear-gradient(270deg, rgba(2, 93, 206, 1) 0%, rgba(72, 167, 243, 1) 100%);
}

.windows-content {
    width: 1349px;
    margin: 0 auto;
    height: 700px;
}

.windows-info {
    vertical-align: top;
    display: inline-block;
    margin-top: 100px;
    padding-left: 100px;
    position: absolute;
}

.windows-pic {
    height: 520px;
    overflow: hidden;
    display: inline-block;
    margin-top: 100px;
    margin-left: 350px;
}

.idx-bottom {
    width: 100%;
    color: #FFFFFF;
    height: 120px;
    /* background: -webkit-linear-gradient(left, #025DCE, #0697FF); */
    background-color: #273343;;
}

.idx-bottom .idx-help {
    width: 1050px;
    margin: 0 auto;
    /* padding: 50px 0; */
}

.idx-help .idx-link {
    font-size: 18px;
    margin-bottom: 25px;
}

.idx-link > a {
    color: #FFFFFF;
    padding-right: 30px;
    text-decoration: none;
}

.idx-help .idx-company, .idx-help .idx-icp {
    font-size: 14px;
    line-height: 24px;
    padding-top: 40px;
}

a.idx-icp {
    text-decoration: none;
    color: white;
}

.download-content {
    width: 100%;
    height: 1000px;
    background: url(../img/bg/wave_bg.png) no-repeat bottom;
    background-color: #48a7f3;
}

.download-content .dl-detail-list {
    padding: 46px 0 40px;
}

.dl-detail-list .owl-controls {
    margin: 0;
}

.download-content .download-detail {
    width: 1120px;
    height: 542px;
    margin: 0 auto;
}

.download-detail .dl-img {
    width: 720px;
    display: inline-block;
    text-align: center;
}

.dl-img .dl-detail-img {
    max-width: 100%;
}

.download-detail .dl-detail-panel {
    color: #FFFFFF;
    padding: 65px 30px 0;
    vertical-align: top;
    display: inline-block;
}

.dl-detail-panel .dl-detail-title {
    font-size: 64px;
}

.dl-detail-panel .dl-detail-platform {
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    font-size: 36px;
    padding-bottom: 32px;
}

.dl-detail-version, .dl-detail-size, .dl-detail-date, .dl-detail-env {
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    font-size: 16px;
    line-height: 29px;
}

.dl-detail-panel .dl-detail-btn {
    width: 300px;
    height: 100px;
    margin: 48px auto 0;
    cursor: pointer;
    background: url('../img/widget/download button_normal.png') no-repeat center;
}

.dl-detail-panel .dl-detail-btn:hover {
    background-image: url('../img/widget/download button_hover.png');
}

.dl-detail-panel .dl-detail-btn:active {
    background-image: url('../img/widget/download button_pressed.png');
}

.download-content .download-platform {
    text-align: center;
}

.client-content .qrcode {
    margin: 25px auto;
    background-color: rgba(255, 255, 255, 0.8);
    width: 240px;
    height: 240px;
    box-shadow: 2px 2px 2px 0px rgba(112, 112, 112, 0.5);
}

.client-content .dl-qrcode {
    padding-top: 30px;
    margin: 0 auto;
    background: url('../img/pic/dlqrcode.png') no-repeat center;
    background-size: 100%;
    width: 166px;
    height: 166px;
}

.client-content .qrcode-text {
    text-align: center;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
}

.download-platform .dl-item {
    width: 290px;
    height: 98px;
    cursor: pointer;
    display: inline-block;
    margin: 0 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.dl-item.pc {
    margin-top: 65px;
    background-image: url('../img/widget/download_wp_normal.png');
}

.dl-item.pc:hover {
    background-image: url('../img/widget/download_wp_hover.png');
}

.dl-item.pc:active {
    background-image: url('../img/widget/download_wp_pressed.png');
}

.dl-item.mac {
    margin-top: 15px;
    background-image: url('../img/widget/download_mac_normal.png');
}

.dl-item.mac:hover {
    background-image: url('../img/widget/download_mac_hover.png');
}

.dl-item.mac:active {
    background-image: url('../img/widget/download_mac_pressed.png');
}

.dl-item.web {
    margin-top: 30px;
    background-image: url('../img/widget/download_web_normal.png');
}

.dl-item.web:hover {
    background-image: url('../img/widget/download_web_hover.png');
}

.dl-item.web:active {
    background-image: url('../img/widget/download_web_pressed.png');
}

.dl-item.android {
    background-image: url('../img/widget/download_android_normal_en.png');
}

.dl-item.android:hover {
    background-image: url('../img/widget/download_android_hover_en.png');
}

.dl-item.android:active {
    background-image: url('../img/widget/download_android_pressed_en.png');
}

.dl-item.ios {
    padding-top: 30px;
    background-image: url('../img/widget/download_ios_normal_en.png');
}

.dl-item.ios:hover {
    background-image: url('../img/widget/download_ios_hover_en.png');
}

.dl-item.ios:active {
    background-image: url('../img/widget/download_ios_pressed_en.png');
}

.safety-content .safety-top {
    width: 100%;
    height: 500px;
    text-align: center;
    background: #7ABDF2 url(../img/bg/safety_toppic2.png) no-repeat center;
}

.safety-top .safety-text {
    color: #FFFFFF;
    padding-top: 215px;
    font-size: 66px;
}

.safety-content .safety-info {
    width: 100%;
    background: url(../img/bg/wave_bg.png) no-repeat bottom;
    background-size: cover;
}

ul.safety-info-list {
    /* width: 1920px; */
    /* margin: 0 auto; */
    padding: 100px 0 103px;
    text-align: center;
    list-style-type: none;
}

.safety-info-list .safety-info-title {
    color: #666666;
    font-size: 48px;
}

.safety-info-list .safety-info-en {
    color: #A0A0A0;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
}

.safety-info-list p {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
}

.safety-info-list li {
    height: 275px;
}

.safety-info-list .li-left {
    /* margin-right: 600px; */
    padding-right: 100px;
    /* padding-left: 100px; */
    width: 800px;
    margin: 0 auto;
}

.safety-info-list .li-right {
    /* margin-left: 600px; */
    padding-left: 100px;
    /* padding-right: 100px; */
    width: 800px;
    margin: 0 auto;
}

.safety-info-list .safety-transfer {
    margin-bottom: 152px;
    background: url('../img/icon/safety_internet icon.png') no-repeat right;
}

.safety-info-list .safety-data {
    margin-bottom: 152px;
    background: url('../img/icon/safety_message icon.png') no-repeat left;
}

.safety-info-list .safety-user {
    margin-bottom: 152px;
    background: url('../img/icon/safety_user icon.png') no-repeat right;
}

.safety-info-list .safety-manage {
    background: url('../img/icon/safety_management icon.png') no-repeat left;
}

.function-content .function-top {
    width: 100%;
    height: 500px;
    text-align: center;
    background: #6BC6C8 url(../img/bg/function_top2.png) no-repeat center;
}

.function-top .function-title {
    color: #FFFFFF;
    padding-top: 215px;
    font-size: 66px;
}

.function-content .function-list {
    margin: 0 auto 67px;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.function-list > li {
    padding-top: 90px;
    height: 604px;
    background: url(../img/bg/function_bg.png) no-repeat center;
    background-size: cover;
}

.function-list .function-img {
    height: 604px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.function-img img {
    height: 100%;
}

.function-img.function-img-left {
    margin-right: 75px;
}

.function-img.function-img-right {
    margin-left: 75px;
}

.function-list .function-info {
    height: 100%;
    margin-top: 34px;
    vertical-align: top;
    display: inline-block;
}

.function-info.function-last {
    margin-top: 0;
}

.function-info .function-icon {
    width: 114px;
    height: 114px;
}

.function-icon.function-icon-ime {
    background: url(../img/icon/function_fire_icon.png) no-repeat center;
}

.function-icon.function-icon-wa {
    background: url(../img/icon/function_application_icon.png) no-repeat center;
}

.function-icon.function-icon-wc {
    background: url('../img/icon/function_adress list_icon.png') no-repeat center;
}

.function-icon.function-icon-pm {
    background: url('../img/icon/icon_xmgl.png') no-repeat center;
}

.function-icon.function-icon-sa {
    background: url('../img/icon/icon_xszs.png') no-repeat center;
}

.function-icon.function-icon-pos {
    background: url('../img/icon/icon_cpzxfw.png') no-repeat center;
}

.function-icon.function-icon-im {
    background: url('../img/icon/icon_fpgl.png') no-repeat center;
}

.function-icon.function-icon-ai {
    background: url('../img/icon/icon_jcyy.png') no-repeat center;
}

.function-info {
    text-align: left;
}

.function-info .function-info-title {
    color: #666666;
    font-size: 60px;
    margin-top: 32px;
    line-height: 68px;
}

.function-info .function-info-en {
    color: #A0A0A0;
    font-size: 24px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
    margin-bottom: 22px;
}

.function-info .function-info-list {
    margin: 0;
    padding-left: 18px;
    color: #999999;
    font-size: 22px;
    line-height: 40px;
    list-style-type: none;
}

.function-info-list > li:before {
    content: "-";
    color: #4ca7f2;
    font-weight: bold;
    right: 18px;
    position: relative;
    width: 0;
    display: inline-block;
}

.contact-content .contact-top {
    width: 100%;
    height: 500px;
    background: url('../img/bg/contact_top2.png') no-repeat center, -webkit-linear-gradient(left, #419CD0, #2AD3C1);
}

.contact-content .contact-info {
    width: 1140px;
    margin: -100px auto 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
}

.contact-info .contact-title {
    color: #333333;
    font-size: 26px;
    text-align: center;
    padding-top: 38px;
}

.contact-info .contact-intro {
    color: #999999;
    font-size: 15px;
    line-height: 30px;
    padding: 0 40px;
}

.contact-info .contact-border {
    width: 1050px;
    margin: 46px auto 24px;
    border-bottom: 1px solid #D8D8D8;
}

.culture-intro {
    width: 1050px;
    margin: 0 auto;
    text-align: center;
}

ul.culture-list {
    padding: 31px 0 62px 0;
    list-style-type: none;
}

ul.culture-list li {
    width: 250px;
    display: inline-block;
}

.culture-list .culture-item-icon {
    width: 100%;
    height: 150px;
}

.culture-list .culture-item-icon > img {
    display: block;
    margin: 0 auto;
}

.culture-list .culture-text {
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin: 18px 0 20px;
    font-size: 22px;
}

ul.about-list {
    width: 1060px;
    padding: 69px 0 62px 0;
    margin: 0 auto;
    list-style-type: none;
}

ul.about-list li {
    width: 343px;
    margin: 0 auto;
    display: inline-block;
}

.about-list .about-number {
    width: 122px;
    height: 71px;
    font-size: 52px;
    font-family: Avenir-Roman, Avenir;
    font-weight: normal;
    color: rgba(72, 167, 243, 1);
    line-height: 71px;
    margin: 0 auto;
    text-align: center;
}

.about-list .about-text {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    margin: 2px 0 0;
}

.contact-info .contact-map {
    width: 100%;
    height: 400px;
    margin-top: 62px;
    background: url('../img/bg/pic_contact_us.png') no-repeat center;
}

.contact-map .contact-map-title {
    color: #FFFFFF;
    font-size: 24px;
    padding: 198px 0 24px 46px;
}

.contact-map .contact-map-info {
    color: #FFFFFF;
    font-size: 15px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    padding: 0 0 15px 46px;
}

.contact-content .contact-table {
    width: 100%;
    font-size: 18px;
    color: #676767;
    text-align: center;
    margin-top: 36px;
    border-spacing: 20px 0;
}

.contact-content .contact-table td {
    background-color: #efefef;
    padding: 48px 0;
    width: 33%;
}

.contact-table .contact-table-bold {
    color: #313131;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-content .contact-table-culture {
    width: 100%;
    font-size: 18px;
    color: #676767;
    text-align: center;
    margin-top: 36px;
    border-spacing: 20px 0;
}

.contact-content .contact-table-culture td {
    background-color: #efefef;
    padding: 48px 0;
    width: 25%;
}

.contact-table-culture .contact-table-bold {
    color: #313131;
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: 10px;
}

.contact-content .contact-foot {
    width: 100%;
    height: 300px;
    padding-top: 200px;
    background: #C1E0B2 url('../img/bg/contact_foot2.png') no-repeat center;
}

.contact-foot .contact-btn {
    display: none;
    width: 300px;
    height: 100px;
    margin: 0 auto;
    cursor: pointer;
    background: url('../img/widget/add us button_normal.png') no-repeat center;
}

.contact-foot .contact-btn:hover {
    background-image: url('../img/widget/add us button_hover.png');
}

.contact-foot .contact-btn:active {
    background-image: url('../img/widget/add us button_pressed.png');
}

.idx-logo .try-title {
    color: #FFFFFF;
    font-size: 28px;
    position: relative;
    width: 200px;
    left: 150px;
    top: 10px;
}

.idx-top-bar .try-idx-link {
    float: right;
    font-size: 15px;
    margin-right: 40px;
}

.try-idx-link a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 20px;
    position: relative;
    top: 23px;
}

.try-content {
    width: 100%;
    padding: 60px 0 100px;
    background: url(../img/bg/wave_bg.png) no-repeat bottom;
}

.try-content .try-info {
    width: 1018px;
    height: 650px;
    margin: 0 auto;
    padding: 40px 76px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
}

.try-info .try-info-top {
    width: 1017px;
    height: 60px;
    margin: 0 auto 64px;
    background: url(../img/widget/step1.png) no-repeat center;
}

.try-info .try-info-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.try-info .try-info-text {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

.try-info .try-info-btn {
    width: 180px;
    height: 60px;
    margin: 100px 0 30px;
    font-size: 24px;
    background-color: #48A7F3;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 35px;
}

.try-info .try-info-btn a {
    color: #FFFFFF;
    text-decoration: none;
}

.try-info .try-info-btn:hover {
    background-color: #238FEC;
}

.try-info .try-info-btn:active {
    background-color: #278EE6;
}

.try-info hr {
    border-color: #D8D8D8;
    margin-bottom: 26px;
}

.idx-logo .buy-title {
    color: #FFFFFF;
    font-size: 28px;
    position: relative;
    width: 200px;
    left: 150px;
    top: 10px;
}

.idx-top-bar .buy-idx-link {
    float: right;
    font-size: 15px;
    margin-right: 40px;
}

.buy-idx-link a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 20px;
    position: relative;
    top: 23px;
}

.buy-content {
    width: 100%;
    padding: 60px 0 100px;
    background: url(../img/bg/wave_bg.png) no-repeat bottom;
}

.buy-content .buy-info {
    width: 1018px;
    /* height: 650px;*/
    margin: 0 auto;
    padding: 40px 76px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
    -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, .35);
}

.buy-title {
    font-size: 42px;
}

.buy-title span {
    font-size: 32px;
    color: #A0A0A0;
}

.buy-price-table {
    border: 0px;
    width: 1000px;
    background-color: #D8D8D8;
}

.buy-price-table thead tr {
    height: 64px;
}

.price-table-left {
    width: 160px;
}

.price-table-right {
    width: 400px;
}

.price-table-title {
    background-color: #48A7F3;
    font-size: 24px;
    font-family: 方正兰亭粗黑简体;
    color: #FFFFFF;
}

.buy-price-table tbody tr {
    height: 130px;
}

.buy-price-table tbody td {
    background-color: #FFFFFF;
    text-align: center;
}

.buy-table-enrolment {
    font-size: 18px;
    color: #333333;
}

.buy-price-table tbody .buy-price {
    color: #48A7F3;
}

.buy-price-table tbody .symbol-rmb {
    font-size: 24px;
}

.buy-price-table tbody .price-rmb {
    font-size: 42px;
}

.buy-price-table tbody .price-unit {
    font-size: 16px;
}

.buy-table-star {
    font-size: 24px;
    color: #E64024;
}

.buy-price-table tbody .buy-more {
    margin-top: 0px;
    font-size: 16px;
}

.buy-info .apply-try-btn {
    margin-top: 66px;
    height: 60px;
    width: 180px;
    background-color: #48A7F3;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 35px;
}

.buy-info .apply-try-btn a {
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.buy-content .apply-try-btn:hover {
    background-color: #238FEC;
}

.buy-content .apply-try-btn:active {
    background-color: #278EE6;
}

.buy-info hr {
    margin-top: -5px;
    border: 1px solid #D8D8D8;
    margin-right: 20px;
}

.use-instructions-title, .explain-title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(72, 167, 243, 1);
    line-height: 24px;
}

.use-instructions-info-title {
    margin-bottom: 36px;
}

.use-instructions-info {
    margin-bottom: 36px;
    height: 56px;
}

.use-instructions-info .trail-info-title, .use-instructions-info-title .trail-info-title {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.use-instructions-info ul {
    margin-left: -40px;
}

.use-instructions-info ul li {
    float: left;
    margin-right: 60px;
    color: #48A7F3;
}

.use-instructions-info ul p {
    margin-top: 2px;
    float: left;
    margin-right: 50px;
}

.use-instructions-info ul p span, .use-instructions-info ul li span, .use-instructions-info p {
    font-size: 14px;
    color: #666666;
}

.buy-explain {
    margin-top: 52px;
}

.explain-info {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.explain-info span {
    font-weight: 500;
    color: #666666;
}

.explain-info a {
    text-decoration: none;
    color: #48A7F3;
}

.server-condition {
    width: 100%;
    margin: 0 -50px;
    background-color: #F2F8FC;
    border-top: 1px solid #48A7F3;
    padding-left: 50px;
    padding-right: 50px;
}

.server-condition ul {
    margin-left: -20px;
}

.server-condition li {
    color: #48A7F3;
}

.server-condition li span {
    font-size: 14px;
    color: #333333;
}

.server-condition-tb {
    background-color: #D8D8D8;
    margin: 18px 0 18px -15px;
}

.server-condition-tb th, .server-condition-tb td {
    padding-left: 18px;
    padding-right: 18px;
}

.server-condition-tb th {
    background-color: #D2E6F5;
    text-align: center;
    height: 48px;
    font-size: 14px;
    color: #333333;
}

.server-condition-tb td {
    background-color: #FFFFFF;
    text-align: center;
    height: 48px;
    font-size: 14px;
    color: #666666;
}

.condition-remarks {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 16px;
    padding-left: 20px;
    padding-bottom: 26px;
    margin-top: 40px;
}

.web-switch {
    position: relative;
    margin-left: 250px;
}

.web-switch a {
    float: left;
}

.web-switch .web-switch-cn {
    width: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
}

.web-switch .web-switch-en {
    width: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.4;
}

.web-switch .web-switch-en:hover {
    color: #000000;
}

.web-switch .web-switch-en:active {
    color: #000000;
}

.web-switch-float {
    float: right;
    margin: 0px;
}

.web-switch-float .web-switch-en {
    margin-left: 0px;
    color: #FFFFFF;
    opacity: 0.4;
}

.web-switch-float .web-switch-en:hover {
    color: #000000;
}
