body {
    font-family: "Microsoft YaHei", "Helvetica";
    font-size: 14px;
    color: #000000;
    overflow-x: hidden;
    padding-top: 76px;
}

a {
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
}

.onepage-container {
    position: relative;
    left: 0;
    top: -0%;
    height: 100%;
}

.onepage {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.onepage-pagination {
    position: absolute;
    right: 10px;
    top: 30%;
    z-index: 30;
    list-style: none;
    margin: 0;
    padding: 0;
}

.onepage-pagination li {
    margin-bottom: 25px;
}

.onepage-pagination li a {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8A7D7D;
    display: block;
    display: block;
}

.onepage-pagination a.active {
    margin-left: -1px;
    width: 8px;
    height: 8px;
    /*background: #ec5a4f;*/
    background: transparent;
    border: 1px solid #8A7D7D;
}

@media (max-width: 991px) {
 
    .navbar-nav .open .dropdown-menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }
}

.navbar-default {
    background: #ffffff;
}

.navbar-brand {
    height: 76px;
    padding-left: 40px;
    padding-right: 40px;
    paddint-top: 18px;
}

.navbar-nav {
    margin-top: 20px !important;
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li > a {
    padding: 7px 10px !important;
    border-bottom: 2px solid transparent;
    color: inherit;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    border-color: #6ac9f0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 2px solid #6ac9f0;
    background: transparent;
}

#dropdown-signin .navbar-login {
    border: none;
    outline: none;
    background: transparent;
}

#dropdown-signin.open .navbar-login {
    font-weight: bold;
}

#signin {
    width: 340px;
    padding: 20px 30px;
    top: 57px;
    background: #f6f6f6;
    border-color: #ddd;
    box-shadow: none;
}
#regist {
    display: none;
    width: 430px;
    padding: 20px 20px;
    top: 57px;
    overflow-y: auto;
    height:500px;
    right:30px;
    background: #fff;
    border-color: #ddd;
    box-shadow: none;
    -webkit-box-shadow:0 0 10px #ddd;  
    -moz-box-shadow:0 0 10px #ddd;  
    box-shadow:0 0 10px #ddd;  
}

.close-signin {
    width: 19px;
    height: 15px;
    display: inline-block;
    background: url("../images/close-signin.png") 0 0 no-repeat;
    cursor: pointer;
    float: right;
    margin-top: -10px;
    margin-right: -20px;
}

.close-signin:hover,
.close-signin:focus {
    /*background-position:-20px 0;*/
}

.form-signin {
    margin-top: 20px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin input[type="text"] {
    margin-bottom: 20px;
}

.signin .checkbox {
    font-weight: normal;
}

.signin .checkbox > input {
    margin-top: 3px \9;
}

.forget_password {
    text-align: right;
    margin-top: -30px;
}

.forget_password a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: inherit;
}

#main-navbar .navbar-nav > li > a.into_manage {
    border: none;
    margin-right: 30px;
    background: #ec5a4f;
    border-radius: 2px;
    color: #fff;
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-blue {
    background-color: #35bdbd;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    color: #fff;
    background-color: #24adad;
    outline: none;
}

.btn-orange {
    background-color: #ff733c;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
    color: #fff;
    background-color: #fa5717;
}

.signin .error_msg {
    margin-top: 10px;
    min-height: 20px;
    color: red;
    text-align: center;
    font-size: 13px;
}

.nav > li > a.navbar-register {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-right: 25px;
    background: #ec5a4f;
    border-radius: 2px;
    color: #fff;
}

.nav > li > a.navbar-register:hover,
.nav > li > a.navbar-register:active,
.nav > li > a.navbar-register:focus {
    background: #eb4336;
    color: #ffffff;
    border-color: transparent;
}

section {
    font-size: 18px;
    color: #6a6a6a;
    text-align: center;
}

@media (min-width: 1367px) {
    section {
        padding: 80px 150px;
    }
}

@media (max-width: 1366px) {
    section {
        padding: 50px 150px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 10px 20px;
    }
}

section h1 {
    margin-top: 0;
    margin-bottom: 30px;
    white-space: nowrap;
    font-size: 30px;
    color: #323232;
    line-height: 1.6
}

@media (max-width: 480px) {
    section {

    }

    section h1 {
        white-space: normal;
    }
}

section li {
    margin-bottom: 20px;
}

section.header ul {
    text-align: left;
    margin-top: 20px;
}

section.header h1 {
    font-size: 36px;
}

section.header li {
    margin-bottom: 34px;
    padding-left: 40px;
    background: url("../images/yel_dot.png") 0 4px no-repeat;
}

@media (max-width: 480px) {
    section {
        text-align: left;
    }

    section h1 {
        margin-bottom: 10px;
        font-size: 22px;
        white-space: normal;
    }

    section li {
        margin-bottom: 10px;
    }

    section.header h1 {
        font-size: 24px;
    }

    section.header li {
        margin-bottom: 10px;
    }
}

.bg-blue, section.bg-blue h1 {
    background: #35bdbd;
    color: #ffffff;
}

.bg-gray {
    background: #eeeeee;
}

.bg-gray h1 {
    color: #323232;
}

.bg-gray li {
    color: #454545;
}

.img-responsive {
    width: auto \9;
}

.img_gallery img {
    margin-top: 20px;
    border: 1px solid #cccccc;
}

.img_gallery_modal .modal-dialog {
    width: auto;
    padding: 15px;
}

.img_gallery_modal .modal-content {
    padding-bottom: 20px;
    background-color: #6B6A6A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.img_gallery_modal .modal-header {
    border: none;
}

.img_gallery_modal .close {
    color: #ffffff;
    filter: alpha(opacity=80);
    opacity: .8;
}

.img_gallery_modal .carousel-control {
    width: 6%;
    filter: none;
    background: transparent;
}

.img_gallery_modal .carousel-inner > .item {
    padding-left: 8%;
    padding-right: 8%;
}

.price_block {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000000;
}

.version_block {
    background: #fff;
    text-align: center;
}

.version_title {
    background: #5ecccd;
    height: 116px;
}

.version_title h3 {
    margin: 0;
    padding: 20px 0;
    line-height: 1;
}

.price {
    margin: 0 auto;
    background: #fff;
    width: 136px;
    border: 2px solid #5ecccd;
}

.scope {
    font-size: 12px;
    border-top: 2px solid #5ecccd;
    padding: 4px 0;
}

.version_block > ul {
    margin-top: 70px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.version_block > ul > li {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e4e4;
}

.version_oper {
    padding: 10px 0 20px 0;
}

.version_oper .btn {
    font-size: 18px;
    padding: 6px 26px;
    color: #151212;
}

.version_block.special .version_title {
    background-color: #e6de79;
}

.version_block.special .price {
    border: 2px solid #e6de79;
}

.version_block.special .scope {
    border-color: #e6de79;
}

.version_block.special .btn {
    background-color: #e6de79;
}

.version_block.special .btn:hover {
    background-color: #f3eb88;
}

.users {
    font-size: 14px;
    color: #000000;
    text-align: left;
}

@media (min-width: 1367px) {
    .users {
        padding-top: 50px;
    }
}

@media (max-width: 1366px) {
    .users {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .users {
        padding: 0 20px;
    }
}

.users h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.user-say {
    background: #edf1ec;
    height: 80px;
    padding: 15px 20px;
    border-top: 5px solid #35bdbd;
}

@media (max-width: 991px) {
    .user-say {
        height: auto;
    }
}

.users .media {
    margin-top: 10px;
    margin-bottom: 10px;
}

.users .media-body > h5 {
    margin-left: 30px;
}

.users .media-body > p {
    color: #757575;
}

.users-logo {
    list-style: none;
    padding: 0;
}

.users .users-logo {
    margin-left: -50px;
    margin-right: -50px;
}

@media (max-width: 991px) {
    .users .users-logo {
        margin-left: 0;
        margin-right: 0;
    }
}

.users-logo:before, .users-logo:after {
    content: '';
    display: table;
}

.users-logo:after {
    clear: both;
}

.users-logo > li {
    float: left;
    width: 11.111111111%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .users-logo > li {
        width: 16.66666%;
    }
}

@media (max-width: 767px) {
    .users-logo > li {
        width: 33.333333%;
    }
}

.users-logo > li img {
    max-width: 100%;
    height: auto;
    display: inline;
}

.footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.exper_btn {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.exper_btn .btn {
    font-size: 24px;
    padding: 12px 62px;
}

footer {
    padding: 20px 100px;
    margin-left: -20px;
    margin-right: -20px;
    background: #35bdbd;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

footer ul:before,
footer ul:after {
    content: "";
    display: table;
    line-height: 0;
}

footer ul:after {
    clear: both;
}

footer li {
    float: left;
    width: 14.2857%;
}

.onepage-container footer {
    height: 1000px;
}

@media (max-width: 991px) {
    footer li {
        width: 20%;
    }

    .onepage-container footer {
        height: auto;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 20px;
        padding-left: 40px;
    }

    footer li {
        width: 100%;
    }
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    text-decoration: none;
}

footer dl {
    color: #000000;
}

footer dt {
    margin-bottom: 10px;
}

footer .media-body {
    padding-top: 12px;
}


/*支持中心footer*/
#body_footer{
    margin-top:40px;
}
#body_footer a {
    color: #fff;
    text-decoration: none;
}

#body_footer a:hover, footer a:focus {
    text-decoration: none;
}

#body_footer dl {
    color: #fff;
}

#body_footer dt {
    margin-bottom: 10px;
}

#body_footer .media-body {
    padding-top: 12px;
}


.footer_copyright {
    padding-top: 10px;
    color: #000000;
}
.suport_footer_copyright{
    padding-top: 10px;
    color: #fff;
}

/*========================= 企业服务页面 ===========================*/
.btn-yellow {
    background-color: #f1e77b;
    color: #000000;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #f3e548;
}
.ent_header{
    padding: 60px 150px 110px 150px;
}
.ent_header img {
    margin-top: 10px;
}

section.ent_header li {
    background: none;
    padding-left: 0;
}

.ent_header_btn {
    margin-top: 200px;
}

@media (max-width: 991px) {
    .ent_header_btn {
        margin-top: 20px;
    }
}

.ent_header_btn .btn {
    margin-bottom: 20px;
    height: 38px;
    height: 38px;
    width: 126px;
}

.ent_price_block {
    padding-left: 120px;
    padding-right: 120px;
    background: #c4dddf;
}

@media (max-width: 991px) {
    .ent_price_block {
        padding: 20px 0;
    }
}

.ent_price_block .row > * {
    padding-left: 50px;
    padding-right: 50px;
}

.ent_price_block .version_block {
    height: 455px;
}

.ent_price_block .version_title {
    height: 70px;
    color: #ffffff;
}

.ent_price_block ul {
    margin-top: 0;
}

.ent_price_block .version_block > ul > li {
    height: 55px;
    line-height: 50px;
}

.ent_version_contact img {
    margin-right: 8px;
}

.ent_price_block .special .version_title {
    height: 94px;
    background: #8bd666;
}

.ent_price_block .special .price {
    border-color: #8bd666;
    color: #000000;
}

.ent_price_block .version_title .price h3 {
    padding: 10px 0;
}

.ent_price_block .special ul {
    margin-top: 30px;
}

.version_block > ul > li.ent_version_btn {
    border: none;
    margin-top: 20px;
}

.ent_version_btn .btn {
    padding: 10px 40px;
}

.partner {
    padding: 10px;
}

@media (min-width: 1367px) {
    .partner {
        padding-top: 50px;
    }
}

.p_block {
    background: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .p_block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p_block h3 {
    margin-bottom: 20px;
}

.p_block p {
    color: #717378;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .p_block p {
        white-space: normal;
    }
}

.look_details {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .look_details {
        margin-bottom: 20px;
    }
}

.look_details > .btn {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
}

.p_block .users-logo > li {
    width: 9.09%;
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}
.p_block .user-logo2>li{
    width: 11.11111%;
}

@media (max-width: 991px) {
    .p_block .users-logo > li {
        width: 20%;
    }
}

.case_block {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .case_block {
        background: #FFffff;
    }
}

.case_classify {
    background: #fff;
    margin-top: 55px;
}

.case_classify > * {
    border-left: 1px dashed #e0dfdf;
}

.case_classify > *:first-child {
    border: none;
}

.case_classify .clas_title {
    margin-top: -42px;
    height: 120px;
    text-align: center;
}

@media (max-width: 991px) {
    .case_classify .clas_title {
        margin-top: 0;
    }
}

.case_classify .clas_name {
    display: block;
    font-size: 18px;
    line-height: 2;
}

.case_classify .cum_logo {
    padding: 0 0 10px 0;
}

.case_classify .cum_logo > .row {
    margin: 5px 0px;
}

.case_classify .cum_logo img {
    max-height: 40px;
}

/*--- 企业服务页面申请注册弹窗样式 ---*/
.ent_form {
    text-align: center;
}

.ent_form .form {
    font-size: 13px;
}

.form_success {
    background: url("../images/login_icon_suc.png") no-repeat;
    display: inline-block;
    height: 14px;
    left: 460px;
    position: absolute;
    top: 6px;
    width: 14px;
}

.form_empty {
    background: url("../images/login_icon_empty.png") no-repeat;
    display: inline-block;
    height: 14px;
    left: 460px;
    position: absolute;
    top: 6px;
    width: 14px;
}

.ent_form .form_block {
    margin-top: 20px;
    position: relative;
}

.ent_form .form_block:before, .ent_form .form_block:after {
    content: "";
    display: table;
    line-height: 0;
}

.ent_form .form_block:after {
    clear: both;
}

.ent_form .form_block > label {
    float: left;
    font-weight: normal;
    margin-top: 6px;
    text-align: right;
    width: 150px;
}

@media (max-width: 480px) {
    .ent_form .form_block > label {
        width: 100%;
        text-align: left;
    }
}

.ent_form .form_block > input, .ent_form .form_block > select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    padding: 6px 5px;
    width: 300px;
}

.ent_form .form_block > select {
    width: 302px;
}

.ent_form .red {
    color: #f00;
}

.ent_form .ent_btn {
    float: left;
    padding: 8px 30px;
    width: 300px;
}

/*--- 支持页面样式 ---*/
.jkb-container {
    position: relative;
    margin: 0 auto;
    width: 1048px;
    background: #eaeaea;
    margin-top: 15px;
}

.jkb-container:before, .jkb-container:after {
    content: '';
    display: table;
}

.jkb-container:after {
    clear: both;
}

.container-title {
    color: #fff;
}

.container-title > h1 {
    font-size: 20px;
}

.container-title > p {
    margin-bottom: 20px;
}

.jkb-sidebar {
    width: 240px;
    float: left;
    background: #fff;
    position: absolute;
}

.jkb-main {
    width: 788px;
    float: left;
    margin-left: 20px;
    background: #fff;
    padding: 30px;
    min-height: 1000px;
}


.jkb-sidebar {
    padding: 20px 0;
    height:100%;
}


.jkb-sidebar .nav > li > a {
    color: #555;
    padding: 10px 15px;
    font-weight: bold;
}

.jkb-sidebar .nav > li.active > a {
    background-color: #fff;
}

.jkbnav .nav > li > a {
    font-size: 13px;
    font-weight: normal;
}

.jkbnav .nav > li.active > a, .jkbnav .nav > li > a:hover {
    color: #1d7cbe;
    background: #fff;
}
ul,li{
    padding: 0;
    margin: 0;
}
.jkb-sidebar .dashline {
    border-bottom: 1px dashed #ddd;
    margin: 8px 0;
}

.jkb-sidebar .nav > li.bg-none > a {
    background: transparent;
    cursor: default;
}

#support_page {
    background: #f8f8f8 url(../images/support_page_background.png) 50% 0 no-repeat;
    background-size: 100%;
}

/*--- 支持页面反馈表单样式 ---*/
#feedback_form {
    font-size: 13px;
}

#feedback_form .feedback_tips {
    background: #EFF6FE;
    border: 1px solid #E1ECFE;
    padding: 10px 15px;
    margin: 10px 0;
}

#feedback_form .field-group {
    margin-bottom: 20px;
}

.field-group:before, .field-group:after {
    content: '';
    display: table;
}

.field-group:after {
    clear: both;
}

#feedback_form input[type="text"],
#feedback_form input[type="file"],
#feedback_form textarea,
#feedback_form select {
    padding: 6px 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 400px;
}

#feedback_form input[type="file"] {
    width: 200px;
}

#feedback_form .field-group label.title {
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-weight: normal;
}

#feedback_form .field-group .tips {
    margin-left: 115px;
    color: #555;
    padding-top: 2px;
    display: block;
}

#feedback_form .error {
    display: block;
    margin-left: 115px;
    color: red;
    clear: left;
    padding-top: 2px;
}

#feedback_form #btn_submit {
    width: 400px;
    padding: 10px;
}

tr.header {
    background: #eee;
}

/* 帮助中心弹出框 */
#help_modal .modal-header {
    border: none;
}

#help_modal .modal-dialog {
    width: 760px;
}

#help_modal .modal-content {
    padding: 0 20px;
    padding-bottom: 40px;
}

/* 忘记密码页面 */
.pwd_page {
    margin: 0 auto;
    min-height: 400px;
	background: #ffffff;
}

.advert_alert {
    position: fixed;
    top: 534px;
    right: 12px;
    z-index: 2000;
    width: 208px;
    height: 120px;
    background: #f58524;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.advert_alert:hover {
    background: #e46b02;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .margin-top-50 {
        margin-top: 10px;
    }
}

.api li {
    color: #5d5d5d;
}

/*监控宝联系方式*/
.jkb_contact {
    margin: 20px 0;
    text-align: right;
}

@media (max-width: 480px) {
    .jkb_contact {
        margin: 0;
    }
}

.jkb_contact ul {
    list-style: none;
    display: inline-block;
}

.jkb_contact ul:before, .jkb_contact ul:after {
    content: '';
    display: table;
}

.jkb_contact ul:after {
    clear: both;
}

.jkb_contact ul > li {
    float: left;
    margin-left: 20px;
    color: #333;
    font-size: 15px;
}

.jkb_contact ul > li img {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

.jkb_contact ul > li img.qq_icon {
    margin-top: -2px;
}

.jkb_contact ul > li a {
    color: #333;
    text-decoration: none;
}

.activity {
    padding-top: 32%;
    background-color: #c93a27;
    position: relative;
}

.activity img {
    position: relative;
    z-index: 9;
}

.activity .act_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .activity img {
        width: 140px;
    }
}

@media (max-width: 480px) {
    .activity img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
}

/*===比开源工具更好用的监控系统！===*/
.contrast {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contrast h1 {
    margin-bottom: 20px;
}

.contrast_table {
    width: 100%;
    font-size: 14px;
    color: #020202;
}

.contrast_table > thead > tr > td,
.contrast_table > tbody > tr > td {
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}

.contrast_table > thead > tr > td {
    font-size: 18px;
    padding: 12px 6px;
}

.contrast_table > tbody > tr > td {
    border-top: 1px dashed #a6d0e8;
}

.contrast_table tr.split > td {
    border-color: #a7a7af;
}

.contrast_table tr:first-child td {
    border: 0 none;
}

.bg-light-gray {
    background: #f4f4f4;
}

.bg-dark-gray {
    background: #e1e4e5;
}

.bg-light-blue {
    background: #65bbeb;
}

.bg-dark-blue {
    background: #3eafef;
}

.text-blue {
    color: #58b8ee;
}

.text-orange {
    color: #f45d02;
}

.jkb-bj-fff{
    background: #eaeaea;
    height:100%;
    width:100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.two-navigation{
    background: #1ea5dc;
    margin-top: 77px;
    padding-left: 239px;
}
.nav-two li{
    line-height: 30px;
    float: left;
}
.nav-two li a,
.nav li a:active,
.nav li a:focus{
    color: #fff;
    background: #1ea5dc;
}
.nav-two li a:hover{
    background: #1d89b8;
}

.nav-two li.active a
{
    background: #1d89b8;
}
.bg-none{
    text-align: center;
}
.form-signin .form-control{
    font-size: 14px;
    padding: 7px;
}
.bg_orige{
    background-color: #ef5b4f;
    width:340px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
}
label{
    font-weight: normal;
}

.client_talk{
    padding-left: 125px;
    padding-right: 125px;
    padding-top: 20px;
}
.client_talk h3{
    padding-top: 37px;
    font-size: 20px;
    color: #221815;
    text-align: left;

}
.client_talk p{
    font-size: 16px;
    color: #727171;
    text-align: left;

}
.thing_block .page_container{
    padding-bottom: 98px;
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}
.thing_block h1{
    color: #221815;
}
.thing_block li{
    color: #727171;
    margin-bottom: 10px;
}
.thing_block .page_text{
    margin-top: 70px;
}


.ent_pact{
    width:1064px;
    margin:0 auto;
    font-size: 14px;
    color: #595757;
    padding-left:0;
    padding-right:0;
}
.pack_class{
    float: left;
}
.pack_des{
    overflow: hidden;
    width: 890px;
}
.des1 .pack_b{
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #00c9c3;
    font-weight:bold;
}
.des2 .pack_b{
    height: 198px;
    padding-top: 20px;
}
.des3 .pack_b{
    height: 69px;
    color: #00c9c3;
    line-height: 69px;
    font-size: 18px;
    font-weight: bold;

}
.des4 .pack_b{
    height: 103px;
    margin-left: 0;
    width: 292px;
    padding-top: 20px;
}

.des4 li{
    background: url('/images/circle.png') 10px 5px no-repeat;
    padding-left: 36px;
}

.des4 .pack_b:first-child{
    margin-left: 6px;
}

.pack_b{
    float: left;
    background: #f3f5f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 288px;
    margin-left: 6px;
    margin-bottom: 6px;
}
.des2 ul{
    padding-left: 72px;
}

.pack_b li{
    margin-bottom: 0;
    line-height: 30px;
    text-align: left;
}
.des4{
    background: #f3f5f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left:6px;
    width: 882px;
}
.des4 .pack_b{
    width:auto;
}
.des4 ul{
    margin-left:70px;
}
.ent_pact_title{
    padding-bottom:25px;
}
.ent_pact_title .phone_qq{
    margin-top:12px;
}
.ent_pact_title .phone_qq  img{
    margin-right:8px;
    margin-left:20px;
}
.ent_pact .btn-orange{
    background-color:#fc6054;
    font-size:16px;
    padding: 16px 60px;
    margin-top:50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.heart_left,
.heart_right{
    position: absolute;
    z-index: 9;
    top: -10px;
}
.heart_left{
    left: 81px;
}
.heart_right{
    right: 81px;
}
.start_search{
    position: absolute;
    z-index: 9;
    left: 50%;
    top:63%;
    margin-left:-71px;
}
.register_jkb_href,
.register_jkb_href:hover{
    color: #fc5173;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 73%;
    margin-left: -69px;
    font-weight: bold;
    text-decoration: underline;
}
@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 10deg);
        transform: rotate3d(0, 0, 1, 10deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 10deg);
        transform: rotate3d(0, 0, 1, 10deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
}

.swing {

    -webkit-animation-name: swing;
    animation-name: swing;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;


    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;

    -webkit-animation-direction:alternate;
    animation-direction:alternate;

}

