/*最新*/
body {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    font-family: "Microsoft YaHei", "方正悠黑 508R", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.navbar-default {
    background: #fff;
}

.navbar-brand {
    margin-top: 5px;
}

.navbar-default .nav li a {
    color: #101010;
    font-size: 13px;
    font-weight: 700;
    height: 70px;
    line-height: 40px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
    height: 70px;
    text-align: center;
    background: #F4F4F4;
    color: #28a7e9;
}

.wrapper {
    display: none;
}

.msg-wrapper {
    position: absolute;
    top: 70px;
    right: 210px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 500px;
    height: 160px;
    background: #F4F4F4;
}

.ul-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
    text-align: center;
}

.ul-wrapper ul {
    margin-top: 30px;
    font-size: 13px;
}

.ul-wrapper li {
    margin: 8px auto;
    padding-bottom: 10px;
    list-style: none;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
}

.ul-wrapper li:last-child {
    border: none;
}

.ul-wrapper li a {
    text-decoration: none;
}

.text-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dl-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 140px;
    margin-left: 20px;
}

.img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-top: 28px;
}

.content {
    flex: 1;
    margin: 10px 10px;
    font-size: 12px;
}

.header-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 70px;
    font-size: 24px;
}

.header-wrapper a {
    color: #101010;
}

.header-wrapper a:active,
.header-wrapper a:hover {
    color: #108ee9;
}

.back-wrapper {
    background: #222222;
}

#menu-close {
    font-size: 16px;
    color: #FFFFFF;
}

#menu-close .close-icon {
    position: absolute;
    top: 15px;
    right: 26px;
}

#sidebar-wrapper {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #F4F4F4;
    z-index: 100;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#sidebar-wrapper.active {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 800px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar-nav li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #101010;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    width: 100%;
    text-decoration: none;
    background: #FFFFFF;
    color: #108ee9;
}

.sidebar-nav li:first-child a:hover {
    background: #222222;
}

#phone-wrapper-icon a:hover {
    background: #FFFFFF;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.glyphicon-chevron-down, .glyphicon-chevron-up {
    position: absolute;
    top: 205px;
    right: 26px;
}

.phone-wrapper {
    display: none;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
}

.phone-wrapper li {
    list-style: none;
    margin-right: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.phone-wrapper li:last-child {
    border: none;
}

.phone-wrapper li a {
    color: #101010;
    text-decoration: none;
}

.phone-wrapper li a:hover {
    color: #108ee9;
}

.image-lbwrapper {
    margin-top: 55px;
    width: 100%;
}

.carousel-indicators li {
    background: #999999;
}

.carousel-indicators .active {
    background: #108ee9;
}

@media (min-width: 768px) {
    .text-upper {
        font-size: 14px;
        color: #101010;
        margin-bottom: 20px;
    }

    .tm-white {
        font-size: 12px;
        color: #404040;
        margin-bottom: 20px;
    }

    .btn-class {
        width: 100px;
        height: 20px;
        margin: 0px auto 20px auto;
        line-height: 20px;
        background-color: #108ee9;
        border-radius: 12px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
    }

    .btn-class a {
        color: #FFFFFF;
        text-decoration: none;
    }
}

@media (min-width: 1200px) {
    .text-upper {
        font-size: 30px;
        color: #101010;
        margin-bottom: 40px;
    }

    .tm-white {
        font-size: 18px;
        color: #404040;
        margin-bottom: 40px;
    }

    .btn-class {
        width: 100px;
        height: 30px;
        margin: 0px auto 60px auto;
        line-height: 30px;
        background-color: #108ee9;
        border-radius: 12px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }

    .btn-class a {
        color: #FFFFFF;
        text-decoration: none;
    }
}

.carousel-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-controls.right {
    right: 0;
    left: auto;
}

.carousel-controls .img-L,
.carousel-controls .img-R {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-controls .img-L {
    left: 50%;
    margin-left: -10px;
}

.carousel-controls .img-R {
    right: 50%;
    margin-right: -10px;
}

@media screen and (max-width: 768px) {
    .title {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        width: 100%;
        margin: 16px auto 16px auto;
    }
}

@media screen and (min-width: 768px) {
    .title {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        width: 100%;
        margin: 50px auto 50px auto;
    }
}

.text {
    padding: 0 40px;
    font-weight: 700;
    font-size: 16px;
}

.line {
    flex: 1;
    -webkit-flex-basis: 1;
    -ms-flex: 1;
    position: relative;
    top: -6px;
    border-bottom: 1px solid #e5e5e5;
}

.indicator {
    text-align: right;
}

.indicator li {
    background-color: #eeeeee;
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    .imag-lunbo {
        margin: 0;
    }

    .news-title {
        margin-bottom: 4px;
        color: #108ee9;
        font-size: 12px;
    }

    .news-context {
        font-size: 10px;
    }
}

@media screen and (min-width: 979px) {
    .imag-lunbo {
        margin: 0;
        padding: 0;
    }

    .news-title {
        margin-bottom: 8px;
        color: #108ee9;
        font-size: 14px;
    }

    .news-context {
        font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .imag-lunbo {
        width: 500px;
        margin: 0;
        padding: 0;
    }

    .new-wrapper {
        position: absolute;
        right: 240px;
        top: 496px;
        width: 500px;
    }

    .news-title {
        margin-bottom: 8px;
        color: #108ee9;
        font-size: 14px;
    }

    .news-context {
        font-size: 12px;
    }
}

.new-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-content {
    flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin-bottom: 16px;
}

.new-content:last-child {
    margin-bottom: 0;
}

.img-contain {
    flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
}

.text-contents {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    background: #eeeeee;
}

.news-wrapper {
    margin: 16px;
}

.solve-wrapper-container {
    margin-top: 50px;
    background: #F5F5F5;
}

.title-wrappers {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    height: 300px;
    margin: 0 auto 24px auto;
    background: #FFFFFF;
}

.title-wrappers:hover {
    background: #108ee9;
    color: #FFFFFF;
}

.image-wrapper-list {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    background: #EFF3F6;
}

.icon-class-list {
    line-height: 110px;
    font-size: 56px;
    color: #108ee9;
}

.text-class-list {
    margin: 0;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 14px;
}

.content-list {
    padding: 0 20px;
    font-size: 13px;
}

#screenshots .item {
    padding: 0;
    margin: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img_res {
    display: block;
    width: 100%;
    height: 460px;
    max-width: 100%;
}

/*底部*/
@media screen and (max-width: 768px) {
    .bottom-wrapper {
        position: relative;
        bottom: 0;
        left: 0;
        height: 260px;
        text-align: center;
        background: #4a4a4a;
    }
}

@media screen and (min-width: 768px) {
    .bottom-wrapper {
        position: relative;
        bottom: 0;
        left: 0;
        height: 160px;
        text-align: center;
        background: #4a4a4a;
    }
}
.bottom-header-wrapper {
    margin-top: 22px;
    font-size: 12px;
    color: #9b9ea0;
}

/*使float:left的元素居中的方法*/
.bottom-header-wrapper ul {
    display: inline-block
}

.bottom-header-wrapper ul li {
    padding-left: 40px;
    list-style: none;
    float: left;
}

.bottom-header-wrapper ul li a {
    text-decoration: none;
}

.bottom-header-wrapper ul li a:hover {
    color: #eea236;
}
.bottom-header-wrapper ul li a:active{
    color: #fff;
}
.bottom-header-wrapper ul li a:focus {
    color: #fff;
}


.shuxian {
    display: inline-block;
    height: 12px;
    margin-left: 24px;
    vertical-align: middle;
    border-left: 1px solid #9b9ea0;
}

.bottom-text-msg {
    margin-top: 36px;
    font-size: 12px;
    color: #9b9ea0;
}

.telphone-method {
    font-size: 16px;
    color: #fff;
}

.company-address {
    margin-top: 18px;
}

.company-web {
    margin-top: 12px;
}

/*产品试用界面*/

.product-image-wrapper {
    margin-top: 50px;
    padding: 0;
    width: 100%;
    height: 260px;
    background-image: url("../img/product-test.png");
    background-size: auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .product-form-wrapper {
        margin-top: 80px;
    }
}

@media (min-width: 768px) {
    .product-form-wrapper {
        height: 360px;
    }
}

.product-userMsg-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    width: 100%;
    margin: 50px auto 24px auto;
}

.product-userMsg-wrapper .product-text {
    padding-right: 40px;
    font-weight: 500;
    font-size: 24px;
    color: #101010;
}

.product-userMsg-wrapper .product-line {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    position: relative;
    top: -16px;
    border-bottom: 1px solid #e5e5e5;
}

/*关于我们*/
.about-image-wrapper {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
}

.about-image-wrapper h1 {
    margin: 120px 0 40px 0;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .about-image-wrapper p {
        margin-bottom: 140px;
    }
}

.about-image-wrapper p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.splash {
    position: absolute;
    z-index: -1000;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-background-wrapper, .about-num-wrapper {
    background: #FFFFFF;
}

@media (max-width: 767px) {
    .about-title {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        width: 100%;
        margin: 24px auto 24px auto;
    }
}

.about-title {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    width: 100%;
    margin: 24px auto 24px auto;
}

.about-text {
    padding-right: 55px;
    font-size: 28px;
}

.about-line {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
    top: -16px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;

}

.work-text-wrapper {
    margin-top: 38px;
}

.work-text-wrapper p {
    text-indent: 2em;
    line-height: 25px;
}

.work .work-text {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #108ee9;
}

@media (min-width: 768px) {
    .about-number-wrapper {
        margin-top: 32px;
        height: 100px;
        border: 1px solid #eeeeee;
    }
}

.about-number-wrapper {
    margin-bottom: 24px;
}

.about-number-wrapper .text-center {
    margin-top: 16px;
}

.about-develop-wrapper .about-context {
    font-size: 40px;
    font-weight: 700;
    color: #404040;
}

.about-develop-wrapper .glyphicon-plus, .glyphicon-plused {
    vertical-align: super;
    font-size: 14px;
}

.about-text-peat {
    color: #666666;
}

.cd-timeline-navigation li {
    list-style: none;
}

.about-timeline-wrapper {
    background: #F5F5F5;
}

.circle-class, .circle-classes {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999999;
}

.circle-class {
    position: absolute;
    top: 30px;
    left: 0;
}

.circle-classes {
    position: absolute;
    top: 30px;
    right: 0;
}

.circle-class .glyphicon-chevron-left, .glyphicon-chevron-right {
    line-height: 35px;
}

.about-create-text-wrapper .create-company {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    color: #404040;
}

.events-content ol li {
    list-style: none;
}

.events ol li {
    list-style: none;
}

.about-create-text-wrapper .create-company-content {
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #666666;
}

.about-guanggao-wrapper {
    background: #FFFFFF;
}

.about-bottom-wrapper {
    min-height: 260px;
}

.about-bottom-wrapper li {
    float: left;
    margin-right: 32px;
}

.about-bottom-wrapper .shenglilogo {
    margin-top: 24px;
}

/*加入我们*/
.joinus-image-wrapper {
    margin-top: 50px;
    padding: 0;
    width: 100%;
    height: 260px;
    background-image: url("../img/jiaru.jpg");
    background-size: auto;
    background-repeat: no-repeat;
}

.job-work-text-wrapper {
    margin-top: 66px;
    margin-bottom: 250px;
}

.job-work-text-wrapper ul li {
    list-style: none;
}

.job-work-text-wrapper ul li a {
    text-decoration: none;
}

.job-work-text-wrapper ul li a:hover {
    color: #108ee9;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 2px 0px rgba(4, 0, 0, 0.18);
}

.job-work-text-wrapper .joinus-job-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin-bottom: 16px;
    color: #108ee9;
    font-size: 18px;
    text-align: left;
}

.joinus-zhiwei-name {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.joinus-zhiwei-leibie {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.joinus-workaddress {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.joinus-person-wrapper {
    display: flex;
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 14px;
}

.joinus-person-wrapper .joinus-zhiwei-name {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.joinus-person-wrapper .joinus-zhiwei-name:hover {
    padding-left: 25px;
    color: #108ee9;
}

.joinus-line {
    border-bottom: 1px solid #e5e5e5;
}

/*招聘明细*/
.about-background-wrapper {
    margin-bottom: 105px;
}

.about-background-wrapper .job-fanhui {
    margin-top: 55px;
    font-size: 14px;
    color: #108ee9;
}

.about-background-wrapper .job-fanhui a {
    text-decoration: none;
}

.about-background-wrapper .job-daiwei {
    margin-top: 36px;
    font-size: 36px;
    color: #101010;
}

.job-work {
    margin-top: 65px;
    font-size: 16px;
    color: #666666;
}

.job-address {
    position: relative;
    margin-top: 25px;
    font-size: 14px;
    color: #404040;
}

.job-address-cycle {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #108ee9;
}

.job-address-normal {
    color: #404040;
}

.job-work-zhize {
    margin-top: 39px;
    font-size: 16px;
    color: #666666;
}

.job-email {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #F25D8E;
}

/*IT运维管理系统*/
@media (min-width: 1200px) {
    .operation-wrapper {
        width: 100%;
        height: 760px;
        background: #f5f5f5;
    }

    .operation-total-wrapper {
        width: 1200px;
    }

    .operation-luyou-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        height: 112px;
        border: 1px solid #e5e5e5;
        background: #FFFFFF;
    }

    .operation-IT-wrapper, .operation-goods-wrapper, .operation-logistics-wrapper {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        line-height: 112px;
        text-align: center;
        font-size: 16px;
        color: #404040;
    }

    .operation-IT-wrapper:hover, .operation-goods-wrapper:hover, .operation-logistics-wrapper:hover {
        background: #108ee9;
        color: #FFFFFF;
    }

    .operation-content-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .operation-IT-content, .operation-goods-content, .operation-logistics-content {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        height: 306px;
    }

    .operation-IT-header {
        height: 211px;
        background: #eaebec;
    }

    .operation-img {
        padding: 30px;
    }

    .operation-IT-bottom {
        height: 95px;
        text-align: center;
        background: #FFFFFF;
    }

    .operation-IT-header-text {
        padding-top: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #404040;
    }

    .operation-IT-bottom-text {
        padding-bottom: 26px;
        font-size: 14px;
        color: #666666;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .operation-wrapper {
        width: 100%;
        height: 760px;
        background: #f5f5f5;
    }

    .operation-total-wrapper {
        width: 900px;
    }

    .operation-luyou-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        height: 80px;
        border: 1px solid #e5e5e5;
        background: #FFFFFF;
    }

    .operation-IT-wrapper, .operation-goods-wrapper, .operation-logistics-wrapper {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        line-height: 80px;
        text-align: center;
        font-size: 16px;
        color: #404040;
    }

    .operation-IT-wrapper:hover, .operation-goods-wrapper:hover, .operation-logistics-wrapper:hover {
        background: #108ee9;
        color: #FFFFFF;
    }

    .operation-content-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .operation-IT-content, .operation-goods-content, .operation-logistics-content {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        height: 306px;
    }

    .operation-IT-header {
        height: 160px;
        background: #eaebec;
    }

    .operation-img {
        padding: 16px;
    }

    .operation-IT-bottom {
        height: 95px;
        text-align: center;
        background: #FFFFFF;
    }

    .operation-IT-header-text {
        padding-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #404040;
    }

    .operation-IT-bottom-text {
        font-size: 13px;
        color: #666666;
    }
}

@media (max-width: 768px) {
    .operation-wrapper {
        width: 100%;
        height: 460px;
        background: #f5f5f5;
    }

    .operation-total-wrapper {
        width: 100%;
    }

    .operation-luyou-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        height: 40px;
        border: 1px solid #e5e5e5;
        background: #FFFFFF;
    }

    .operation-IT-wrapper, .operation-goods-wrapper, .operation-logistics-wrapper {
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #404040;
    }

    .operation-IT-wrapper:hover, .operation-goods-wrapper:hover, .operation-logistics-wrapper:hover {
        background: #108ee9;
        color: #FFFFFF;
    }

    .operation-content-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }

    .operation-IT-content {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        height: 360px;
    }

    .operation-IT-header {
        height: 280px;
        background: #eaebec;
    }

    .operation-img {
        padding: 30px;
    }

    .operation-IT-bottom {
        height: 80px;
        text-align: center;
        background: #FFFFFF;
    }

    .operation-IT-header-text {
        padding-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #404040;
    }

    .operation-IT-bottom-text {
        font-size: 13px;
        color: #666666;
    }
}

/*IT运维管理详情页*/
@media (min-width: 768px) {
    .detail-first-wrapper {
        height: 695px;
    }

    .detail-icon-wrapper {
        margin-top: 180px;
    }

    .detail-content-wrapper-design, .detail-left-wrapper-design, .detail-right-wrapper-design {
        margin-left: 60px;
        font-size: 28px;
        font-family: 幼圆;
        font-weight: bold;
        color: #404040;
    }

    .detail-content-wrapper-particulars, .detail-left-wrapper-particulars, .detail-right-wrapper-particulars {
        margin-top: 34px;
        margin-left: 60px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #666666;
    }

    .detail-img-wrapper-zhizao {
        margin-top: 100px;
    }

    .detail-bottom-wrapper {
        position: relative;
        height: 402px;
    }

    .detail-icon-left-wrapper, .detail-icon-right-wrapper {
        margin-top: 86px;
    }

    .detail-shuxian {
        position: absolute;
        left: 50%;
        display: block;
        height: 312px;
        margin-top: 55px;
        margin-bottom: 35px;
        border-left: 1px solid #e5e5e5;
    }
}

/*联系我们界面*/
.contact-image-wrapper {
    margin-top: 50px;
    padding: 0;
    width: 100%;
    height: 260px;
    background-image: url("../img/lianxi.jpg");
    background-size: auto;
    background-repeat: no-repeat;
}

.contact-header-wrapper {
    margin-top: 85px;
}

.contact-header-text-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #404040;
}

.contact-header-text-wrapper a {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    color: #404040;
    text-decoration: none;
}

.contact-header-text-wrapper a:hover {
    color: #108ee9;
}

.contact-header-text-wrapper a:focus {
    color: #108ee9;
}

.contact-line {
    border-bottom: 1px solid #999999;
}

#map {
    margin-top: 46px;
}

.contact-map-wrapper {
    height: 675px;
}

.contact-map-right-service {
    margin-top: 80px;
    font-size: 36px;
    color: #101010;
}

.contact-map-right-tel {
    margin-top: 50px;
    font-size: 16px;
    color: #666666;
}

.contact-map-right-tel .glyphicon-earphone, .contact-map-right-address .glyphicon-map-marker {
    margin-right: 16px;
}

.contact-map-right-address {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

#maps {
    display: none;
}

/* side */
.side {
    position: fixed;
    width: 48px;
    height: 275px;
    right: 0;
    top: 65px;
    z-index: 9999;
}

.side ul li {
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}

.side ul li .sidebox {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 48px;
    line-height: 48px;
    transition: all 0.3s;
    background: #108ee9;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidebox span {
    margin-left: 16px;
    vertical-align: middle;
}

.contact-img-wrapper {
    margin-left: 10px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .contact-weixin-wrapper {
        display: none;
        position: fixed;
        top: 230px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .contact-weixin-wrapper {
        position: absolute;
        top: 460px;
    }
}

/*器械租赁界面*/
@media (min-width: 768px) {
    .leasing-header-wrapper {
        margin-top: 70px;
        height: 48px;
        font-size: 0;
        text-align: left;
    }

    .leasing-header-wrapper span {
        display: inline-block;
        width: 84px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        text-align: center;
        color: #0a0a0a;
    }

    .leasing-header-wrapper span:hover {
        color: #FFFFFF;
        background: #108ee9;
    }

    .leasing-image-wrapper {
        padding: 0;
        width: 100%;
        height: 480px;
        background-image: url("../img/dayin.png");
        background-size: 100% 480px;
        background-repeat: no-repeat;
    }

    .leasing-maching-wrapper {
        height: 2980px;
        background-image: url("../img/jiqizulin.png");
        background-size: 100% 2980px;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .leasing-first-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        height: 545px;
    }

    .leasing-img-wrapper {
        flex: 0 0 300px;
        margin-left: 60px;
        margin-top: 140px;
    }

    .leasing-content-wrapper {
        flex: 1;
        margin-top: 138px;
        margin-left: 100px;
    }

    .leasing-content-wrapper-wh {
        width: 525px;
    }

    .leasing-content-txt span {
        margin-right: 34px;
        vertical-align: middle;
        font-size: 44px;
        font-family: FZLanTingHeiS-UL-GB;
        color: #010304;
    }

    .leasing-line {
        border-bottom: 1px solid #010304;
    }

    .leasing-content-allweb {
        text-align: center;
    }

    .leasing-content-allweb span {
        font-size: 68px;
        color: #010304;
        letter-spacing: 18px;
        font-family: "Microsoft YaHei";
    }

    .leasing-content-saomiao {
        text-align: center;
        background: #108ee9;
    }

    .leasing-content-saomiao span {
        font-size: 33px;
        color: #FFFFFF;
    }

    .leasing-content-zulin-price {
        text-align: center;
    }

    .leasing-content-zulin-price .zulin-price {
        font-size: 32px;
    }

    .leasing-num {
        font-size: 100px;
        font-family: FZLanTingHeiS-UL-GB;
        color: #cf9704;
    }

    .leasing-header-text-wrapper {
        text-align: center;
    }

    .leasing-gongye {
        display: block;
        width: 143px;
        height: 42px;
        font-size: 29px;
        border: 1px solid #cf9784;
        color: #cf9704
    }

    .leasing-content-saomiao-repeat {
        width: 519px;
        height: 49px;
        text-align: center;
    }

    .leasing-content-saomiao-repeat {
        font-size: 33px;
        color: #FFFFFF;
    }

    .low-price {
        display: inline-block;
        width: 174px;
        background: #cf9704;
    }

    .right-content {
        display: inline-block;
        width: 343px;
        background: #108ee9;
    }

    .leasing-img-wrapper-repeat {
        margin-top: 274px;
    }
}

@media (max-width: 767px) {
    .leasing-header-wrapper {
        margin-top: 70px;
        height: 48px;
        font-size: 0;
        text-align: left;
    }

    .leasing-header-wrapper span {
        display: inline-block;
        width: 84px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        text-align: center;
        color: #0a0a0a;
    }

    .leasing-header-wrapper span:hover {
        color: #FFFFFF;
        background: #108ee9;
    }
}

/*新闻界面*/

.hfnews-image-wrapper {
    margin-top: 50px;
    padding: 0;
    width: 100%;
    height: 260px;
    background-image: url("../img/xinwen.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.hfnews-detail-wrapper {
    height: 800px;
}

.hfnews-wrapper {
    margin-top: 60px;
}

.hfnews-content-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    width: 100%;
    height: 152px;
    margin-top: 20px;
    padding: 24px 0 25px 44px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0px 3px 4px 0 rgba(7, 17, 27, 0.2);
}

.hfnews-img-contain {
    flex: 0 0 120px;
    vertical-align: top;
}

.hfnews-text-contents {
    flex: 1;
    margin-left: 30px;
}

@media (min-height: 768px) {
    .hfnews-news-title {
        font-size: 16px;
        color: #101010;
    }

    .hfnews-news-title span {
        font-size: 14px;
        color: #666666;
        margin-left: 28px;
    }

    .hfnews-news-context {
        margin-top: 20px;
        font-size: 14px;
        color: #666666;
    }
}

/*解决方案新*/
.solove-wrapper {
    width: 100%;
    margin-top: 70px;
    color: #404040;
    font-family: "Microsoft YaHei UI Light";
}

.solove-header-wrapper {
    padding-top: 120px;
    height: 719px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/header-balance.png");
}

.solove-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.solove-avatar {
    flex: 0 0 530px;
    -webkit-flex: 0 0 530px;
    -ms-flex: 0 0 530px;
    margin-right: 80px;
}

.solove-text-wrapper {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-top: 36px;
}

.solove-title {
    margin-bottom: 20px;
    color: #101010;
    font-size: 56px;
}

.solove-title-second {
    margin-bottom: 20px;
    color: #404040;
    font-size: 36px;
}

.solove-button-wrapper {
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #108ee9;
    border-radius: 60px;
}

.solove-button-wrapper span {
    font-size: 20px;
    color: #fff;
}

.solove-list-wrapper {
    margin-top: 32px;
}

.solove-list-container {
    margin-bottom: 12px;
}

.solove-last-container {
    margin-bottom: 0;
}

.solove-list-avatar1, .solove-list-avatar2, .solove-list-avatar3 {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 22px;
    vertical-align: middle;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.solove-list-avatar1 {
    background-image: url("../img/avatar1.png");
}

.solove-list-avatar2 {
    background-image: url("../img/avatar2.png");
}

.solove-list-avatar3 {
    background-image: url("../img/avatar3.png");
}

.solove-list-text {
    color: #404040;
    font-size: 16px;
}

.solove-second-wrapper {
    width: 100%;
    height: 260px;
    padding-top: 80px;
    text-align: center;
    box-sizing: border-box;
    font-size: 46px;
    letter-spacing: 8px;
}

.solove-second {
    margin-bottom: 30px;
}

.solove-second .solove-second-minutes {
    color: #f5222d;
}

.solove-second-content {
    color: #108ee9;
}

.solove-second-content .solove-second-circle {
    display: inline-block;
    position: relative;
    top: -12px;
    width: 8px;
    height: 8px;
    margin: 0 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #108ee9;
}

.solove-breakdown, .solove-duty {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.solove-left-breakdown {
    flex: 0 0 530px;
    -webkit-flex: 0 0 530px;
    -ms-flex: 0 0 530px;
    width: 530px;
    margin-top: 124px;
    margin-left: 200px;
}

.solove-left-title, .solove-left-duty-title, .solove-left-knowledge-title {
    margin-bottom: 32px;
    font-size: 60px;
}

.solove-left-content, .solove-left-duty-content, .solove-left-knowledge-content {
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 16px;
}

.solove-more, .solove-more-duty, .solove-more-knowledge {
    margin-bottom: 40px;
    color: #108ee9;
    font-size: 16px;
}

.solove-more-info {
    margin-right: 16px;
}

.solove-tab-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    text-align: center;
}

.solove-tab-item .solove-item {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.icon-weixin, .icon-file, .icon-phone, .icon-person, .icon-huatong, .icon-edit {
    font-size: 40px;
}

.solove-item-text {
    display: block;
    margin: 16px 0;
    clear: both;
}

.solove-right-breakdown {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-top: -110px;
    z-index: 10;
}

.solove-duty {
    padding-top: 115px;
}

.solove-left-duty {
    flex: 0 0 303px;
    -webkit-flex: 0 0 303px;
    -ms-flex: 0 0 303px;
    width: 303px;
    margin-right: 120px;
}

.solove-right-duty {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-top: 50px;
}

.solove-left-duty-content, .solove-left-knowledge-content {
    margin-left: 120px;
}

.solove-more-duty, .solove-more-knowledge {
    display: inline-block;
    float: right;
}

.solove-tab-duty {
    margin-left: 120px;
    clear: both;
}

.solove-bottom {
    position: relative;
    top: -50px;
}

.solove-knowledge {
    position: relative;
}

.solove-left-knowledge {
    margin-right: 120px;
}

.solove-right-knowledge {
    position: absolute;
    top: 200px;
    right: 220px;
    width: 540px;
}

.solove-lunbo {
    position: relative;
    width: 837px;
    height: 654px;
    overflow: hidden;
}

.solove-lunbo-wrapper {
    position: absolute;
    width: 2511px;
    height: 654px;
    z-index: 1;
}

.solove-lunbo .solove-lunbo-wrapper img {
    float: left;
    width: 837px;
    height: 654px;
}

.select-on {
    background: -webkit-linear-gradient(left top, #53c41a, #9ad712); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top right, #53c41a, #9ad712); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top right, #53c41a, #9ad712); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right, #53c41a, #9ad712); /* 标准的语法（必须放在最后*/
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
}

.anim-opacity2 {
    animation: 2s opacity2 0s infinite;
    -webkit-animation: 2s opacity2 0s infinite;
    -moz-animation: 2s opacity2 0s infinite;
}

@keyframes opacity2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: .8;
    }
    200% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: .8;
    }
    200% {
        opacity: 1;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

.solove-1, .solove-2, .solove-3 {
    display: none;
}

.solove-border, .solove-border1 {
    position: absolute;
    width: 0%;
    height: 0%;
    border-bottom: 1px solid #373e47;
}

.solove-border {
    top: 90px;
}

.solove-border1 {
    top: 91px;
}

/*手机值班轮播*/
.solove-lunbo1 {
    position: relative;
    width: 303px;
    height: 612px;
    overflow: hidden;
}

.solove-lunbo-wrapper1 {
    position: absolute;
    width: 909px;
    height: 612px;
    z-index: 1;
}

.solove-lunbo1 .solove-lunbo-wrapper1 img {
    float: left;
    width: 303px;
    height: 612px;
}

.select-on1 {
    background: -webkit-linear-gradient(left top, #F8E7CE, #FAAD15); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #F8E7CE, #FAAD15); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #F8E7CE, #FAAD15); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #F8E7CE, #FAAD15); /* 标准的语法（必须放在最后*/
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
}

.solove-phone1, .solove-phone2, .solove-phone3 {
    display: none;
}

.test-test {
    display: block;
}

.solove-pulldown, .solove-pulldowns, .solove-pulldownleasing, .solove-pulldownhf {
    display: none;
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    height: 380px;
    z-index: 999;
    font-family: "Microsoft YaHei Light";
    background: #f5f5f5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4)
}


.solove-content-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 50px;
    padding-bottom: 50px;
}

.pulldown-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pulldown-item .pulldown-title {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 700;
    color: #101010;
}

.pulldown-ulwrapper-text {
    margin-bottom: 28px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #404040;
}

.pulldown-ulwrapper-text a {
    color: #404040;
    -webkit-backface-visibility: hidden;
}

/*资产综合运维系统界面*/
.accm {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    font-family: "Microsoft YaHei Light";
}

/*手机*/
@media screen and (max-width: 767px) {
    .accm-first-wrapper {

    }

    .accm-first-contentWrapper {
        text-align: center;
    }

    .accm-first-contentWrapper {
        letter-spacing: 2px;
    }

    .accm-first-title {
        padding-top: 26px;
        margin-bottom: 24px;
        font-size: 24px;
        color: #00b0f0;
    }

    .accm-first-desc {
        margin-bottom: 40px;
        font-size: 16px;
        color: #a2b4ba;
    }

    .accm-first-btn {
        width: 160px;
        height: 36px;
        margin: 0 auto;
        line-height: 36px;
        text-align: center;
        font-size: 12px;
        color: #00b0f0;
        border: 1px solid #00b0f0;
        border-radius: 4px;
        background-color: #2b4650;
    }

    .accm-imgbgWrapper {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: -1;
    }
}

/*平板*/
@media screen and (min-width: 768px) and (max-width: 1200px ) {
    .accm-first-wrapper {
        display: flex;
    }

    .accm-first-contentWrapper {
        flex: 1;
    }

    .accm-first-contentWrapper {
        margin-top: 140px;
        padding-left: 80px;
        letter-spacing: 2px;
    }

    .accm-first-title {
        margin-bottom: 36px;
        font-size: 30px;
        color: #00b0f0;
    }

    .accm-first-desc {
        margin-bottom: 100px;
        font-size: 20px;
        color: #a2b4ba;
    }

    .accm-first-btn {
        width: 320px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 24px;
        color: #00b0f0;
        border: 1px solid #00b0f0;
        border-radius: 4px;
        background-color: #2b4650;
    }

    .accm-first-imgWrapper {
        flex: 0 0 550px;
        margin-top: 200px;
        margin-right: 60px;
    }

    .accm-imgbgWrapper {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 600px;
        z-index: -1;
    }
}

/*大屏电脑*/
@media screen and (min-width: 1200px) {
    .accm-first-wrapper {
        display: flex;
    }

    .accm-first-contentWrapper {
        flex: 1;
    }

    .accm-first-contentWrapper {
        margin-top: 140px;
        padding-left: 280px;
        letter-spacing: 2px;
    }

    .accm-first-title {
        margin-bottom: 48px;
        font-size: 48px;
        color: #00b0f0;
    }

    .accm-first-desc {
        margin-bottom: 100px;
        font-size: 18px;
        color: #a2b4ba;
    }

    .accm-first-btn {
        width: 320px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 24px;
        color: #00b0f0;
        border: 1px solid #00b0f0;
        border-radius: 4px;
        background-color: #2b4650;
    }

    .accm-first-imgWrapper {
        flex: 0 0 650px;
        margin-top: 180px;
        margin-right: 60px;
    }

    .accm-imgbgWrapper {
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 600px;
        z-index: -1;
    }
}

.accm-second-wrapper {
    margin-top: 45px;
    font-family: "Microsoft YaHei";
}

.accm-second-content {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

/*首页*/
.accm-hfhome {
    margin-top: -120px;
    margin-bottom: 56px;
    color: #404040;
}

.accm-advantage {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 30px;
}

.accm-desc {
    padding: 0 12px;
    font-size: 16px;
}

.accm-third-img {
    width: 68px;
    height: 68px;
    margin: 20px auto 0 auto;
}

.accm-second-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.accm-second-title {
    margin-top: 30px;
    font-size: 20px;
    color: #404040;
}

.accm-third-text {
    margin-top: 30px;
    font-size: 18px;
    color: #404040;
}

.accm-hf-text {
    position: absolute;
    top: 200px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    font-family: "Microsoft YaHei";
}

.accm-hfcreate-wrapper {
    position: relative;
    width: 100%;
    height: 210px;
}

.accm-hfcontent {
    padding: 72px 0 76px 0;
    text-align: center;
    color: #fff;
}

.accm-hfcontent-title {
    font-size: 30px;
}

.accm-hfcontent-text {
    margin-top: 20px;
    font-size: 15px;
}

.accm-hfimg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.accm-actual-title {
    font-size: 16px;
    color: #404040;
}
@media screen and (max-width: 767px) {
    .accm-last-wrapper {
        width: 340px;
        margin: 32px auto 128px auto;
        padding: 12px 54px 12px 12px;
        box-shadow: 0 0 3px 2px rgba(7, 17, 27, 0.2);
        border-radius: 4px;
    }
    .accm-actual-wrapper {
        margin-top: 20px;
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width:1200px) {
    .accm-last-wrapper {
        width: 1000px;
        margin: 32px auto 128px auto;
        padding: 12px 54px 12px 12px;
        box-shadow: 0 0 3px 2px rgba(7, 17, 27, 0.2);
        border-radius: 4px;
    }
    .accm-actual-wrapper {
        margin-top: 180px;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .accm-last-wrapper {
        width: 1200px;
        margin: 32px auto 128px auto;
        padding: 12px 54px 12px 12px;
        box-shadow: 0 0 3px 2px rgba(7, 17, 27, 0.2);
        border-radius: 4px;
    }
    .accm-actual-wrapper {
        margin-top: 180px;
        text-align: center;
    }
}

.actual-rightWrapper {
    text-align: left;
}

.h1-title, .h2-title, .selectus, .many, .qudao, .breakdown-qudao {
    font-family: "MicrosoftYaHei-Bold";
    font-weight: 600;
}

.h1-title {
    margin-top: 16px;
    font-size: 18px;
    color: #06b9d1;
}

.h2-title {
    margin-top: 30px;
    font-size: 16px;
    color: #404040;
}

.p-text {
    margin-top: 22px;
    padding-bottom: 36px;
    line-height: 20px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.selectus {
    margin-top: 8px;
    font-size: 14px;
}

.many {
    margin-top: 18px;
    font-size: 14px;
}

.many-text {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: #666666;
}

.qudao {
    margin-top: 36px;
    font-size: 14px;
}

.breakdown-qudao {
    margin-top: 36px;
    font-size: 14px;
}

.accm-bottom-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
}

.accm-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.bottom-text{
    margin-top: 8px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    color: #404040;
}
.actual-hook2,.actual-hook3,.actual-hook4{
    display: none;
}
@media screen and (min-width: 992px) {
    .accm-second-title {
        font-size: 20px;
    }

    .accm-second-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .accm-second-title {
        font-size: 16px;
    }

    .accm-second-text {
        font-size: 12px;
    }
}

.accm-second-text {
    margin-top: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #666666;
}

.accm-third-wrapper {
    padding: 80px 0;
    background: #fafafa;
}
/*视频css */
.accmpic {
    width: 100%;
    height: auto;
    background: #F5F7F6;
    padding-bottom: 60px;
}

.accmtitle {
    position: relative;
    margin-top: 48px;
    text-align: center;
}

.accmtitle-title {
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    color: #07B9D1
}

.accmtitle-text {
    display: inline-block;
    margin-bottom: 24px;
    line-height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: black;

}

.mengceng {
    position: absolute;
    top: 70px;
    left: 0;
    width: 1000px;
    height: 480px;
    clear: both;
    border-radius: 18px;
    background: rgba(7, 17, 27, 0.4);
}

.mcleft {
    float: left;
    width: 50%;
    margin-top: 120px;
    margin-left: 80px;
    text-align: left;
    color: #fff;
}

.mcleft-title {
    margin-bottom: 36px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    font-family: 黑体;
}

.mcleft-text {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

.mcright {
    float: right;
    width: 50%;
    cursor: pointer;
}

.video1 {
    display: none;
}

.videodetail {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    background: rgba(7, 17, 27, 0.6);
}

.videoposition {
    position: absolute;
    top: 20%;
    left: 25%;
}
.position-text{
    position: absolute;
    top: 350px;
    right: 180px;
    font-size: 16px;
    color: #fff;
}
.iconclass {
    position: absolute;
    top: 80px;
    right: 150px;
}

.glyphicon-remove {
    display: inline-block;
    font-size: 36px;
    color: #fff;
}

/*视频结束*/

.accm-hf-wrapper {
    padding: 80px 0;
    color: #fff;
    background: #373e41;
}

.accm-third-content {
    margin-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.accm-third-title {
    text-align: center;
    font-size: 30px;
    color: #404040;
}

.accm-hf-title {
    text-align: center;
    font-size: 30px;
}

.accm-four-wrapper {
    padding-top: 120px;
    padding-bottom: 45px;
}

.accm-four-img {
    margin-top: 30px;
}

.accm-four-title {
    font-size: 30px;
    color: #404040;
}

.accm-four-text {
    margin-top: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #404040;
}

.importmsg-wrapper {
    position: relative;
}

.importmsg {
    position: absolute;
    top: 10px;
    right: 0;
    color: red;
}

.msg-hook, .email-hook {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
}

.submit-msg-hook {
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100% !important;
}










