﻿.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}
/*Custom Styles*/
a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
    text-decoration: none;
}
/*Buttons*/
.m-btn {
    margin-top: 0px;
}

.btntop {
    margin: 0 auto !important;
    border-radius: 0 !important;
}

.features {
}

    .features h3 {
        line-height: 24px !important;
        font-weight: 200;
    }

    .features i {
        margin-right: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

.featured {
    margin-bottom: 40px;
}

    .featured img {
        margin-bottom: 20px;
    }

    .featured a.desc {
        font-size: .9em;
        margin-bottom: 1.5em;
    }
/*EFFECTS*/
.hover {
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .hover {
    opacity: 1;
}
/*NAV*/
nav.primary {
    margin-bottom: 10px;
}

    nav.primary ul li a:active, nav.primary ul li a.selected {
        background: #000;
        color: #fff;
    }

    nav.primary li {
        float: left;
        list-style: none;
    }

    nav.primary ul li a {
    }

        nav.primary ul li a:active, nav.primary ul li a.selected {
            background:;
            text-shadow: none;
        }

.page {
    float: left;
    width: 100%;
}

.main {
    padding: 20px 20px 0;
    margin: 70px 0 0 0;
}

.entry {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0px;
    width: 190px;
}

nav.primary ul li a {
    height: 39px;
    width: 166px;
    display: block;
    font-size: 18px;
    color: #000;
    text-indent: 0px;
    text-decoration: none;
    line-height: 39px;
}

    nav.primary ul li a:hover {
        color: #999;
        background-position: center bottom;
        text-shadow: none;
    }
/*ISOTOPE GALLERY*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item img:hover {
        -webkit-transition: all 0.3s ease;
        -webkit-transform: perspective(800px) rotateY(0deg);
    }

div.portfolio figure.entry a:hover {
    text-decoration: none;
}

div.portfolio figure.entry a h2 {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 5px;
}

div.explain nav.primary ul {
    margin: 0 !important;
}
/*SHARED STYLES*/
.intro {
    margin: 0 auto 2em;
    font-weight: 100;
    font-size: 170%;
    line-height: 1;
    color: #333;
    text-align: left;
}
/*HEADER*/
.header {
    padding: 0px;
}

.callout { /* padding:40px 0; */
    background: #fff;
}

.slidebox {
    background: #0072BB;
    width: 12em;
    padding: 1.2em 20px;
    -webkit-animation: slideIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation: slideIn;
    height: 12em;
    margin-left: 50px;
    font-size: .8em;
    width: 23.4375em;
    bottom: 3em;
    padding: 1.4em 25px;
    position: absolute;
    left: 40px;
    top: 20px;
    color: #fff;
    text-align: left;
    display: inline-block;
    zoom: 1;
}

    .slidebox p {
        line-height: 20px;
        font-size: 14px;
    }

.section {
    padding: 0;
}

.companycallout {
    margin-bottom: 20px;
    background: #eee;
}

    .companycallout p {
        font: 24px Arial,"微软雅黑","宋体";
    }

    .companycallout h1 {
        text-transform: uppercase;
        font-size: 10em;
        line-height: 2em;
        color: #fff;
        text-align: center;
    }

.mobilelogo {
    margin-bottom: 20px;
}
/*HOME*/
.home_news {
    background: #F1F1F1;
}

.calloutleft h2 {
    margin-top: 0;
    font: 20px/14px "Open Sans", Helvetica, Arial, Sans-serif;
    color: #9099A3;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 200;
}

.calloutleft h1 {
    font: bold 54px/50px "Open Sans", Helvetica, Arial, Sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

h2.explain {
    line-height: 34px;
}

.homecallout p {
    font-size: 11px;
    font-weight: 200;
    line-height: 13px;
}

.features {
    margin-top: 20px;
    border-bottom: 1px solid #ECEEF1;
    margin-bottom: 30px;
}

.actionbtn {
    background: #DD4A38;
    color: #ECEEF1 !important;
    text-shadow: none;
    font-weight: bold;
    margin-right: 20px;
    padding: 15px 25px;
}

    .actionbtn:hover {
        background: #DD4A38;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
        -webkit-transition: all .3s linear;
    }

.explain h2 {
    font-weight: 200;
    max-width: 80%;
    margin-bottom: 16px;
}

.contactbtn {
    background: #712514;
    color: #ECEEF1 !important;
    text-shadow: none;
    font-weight: bold;
    padding: 15px 25px;
}

    .contactbtn:hover {
        background: #96331D;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
        -webkit-transition: all .3s linear;
    }

.homecallout {
    color: #A2A9B4;
}

    .homecallout h2 {
        font: bold 18px/40px "Open Sans", Helvetica, Arial, Sans-serif;
        color: #2E3846;
    }
/*PORTFOLIO*/
#portfolio {
}

.port {
    background: #eee;
    padding: 80px 0;
    color: #000;
}

.portfolio .span4 {
    margin-bottom: 12px;
}

.portfoliocarousel h2 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.portfoliocarousel p {
    margin: 0px;
}

.portfolio figure {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}
/*CONTACT*/
.contact {
}

#contact {
}

    #contact h2, #about h2, #portfolio h2, #blog h2 {
        font: 30px Arial,"微软雅黑","宋体";
        color: #666;
        margin: 22px 0 14px;
    }

ul.contactlinks {
    margin-left: 0;
    font-size: 24px;
    line-height: 24px;
}

.contactlinks li {
    display: block;
    list-style: none;
    padding-right: 5px;
    margin-bottom: 20px;
    line-height: 10px;
}

    .contactlinks li a:hover {
        text-decoration: none !important;
    }
/*CONTACT Map*/
#map {
    height: 350px;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    z-index: 2000;
}

#form fieldset {
    padding: 0;
}

#contact-form .field {
    padding: 0 0 10px 0;
}

#contact-form .input-text {
    height: 14px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f5f5;
    padding: 12px 10px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

#contact-form .input-textarea {
    height: 100px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #bfbfbf;
    background: #f5f5f5;
    padding: 10px;
    resize: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

#contact-form .input-submit {
    cursor: pointer;
    font-size: 12px;
}

#contact-form label {
    width: 100px;
    float: left;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
    color: #ff1440;
    font-size: 13px;
}

#contact-form .holder {
    position: relative;
}

#contact-form .message {
    display: none;
    position: absolute;
    top: 20px;
    left: 160px;
    color: #fff;
    font-weight: bold;
}

    #contact-form .message .top {
        background: #000;
        width: 428px;
        height: 17px;
        line-height: 0;
    }

    #contact-form .message .contents {
        background: #000;
        width: 428px;
        padding: 5px 0;
    }

    #contact-form .message .bottom {
        background: #000;
        width: 428px;
        height: 14px;
        line-height: 0;
        margin-left: -1px;
    }

#contact-form #alert {
    padding: 0 20px;
}

    #contact-form #alert ul {
        padding: 10px 0 0 0;
    }

        #contact-form #alert ul li {
            line-height: 18px;
        }
/*ABOUT*/
#about {
}

.about {
    background: #121210;
    color: #CBCBCB;
    padding: 80px 0;
}

a.member:hover {
    opacity: .7;
}

#about .introduce p {
    margin-top: 15px;
    line-height: 28px;
    text-indent: 2em;
}
/*SERVICES*/
.serviceicon {
    font-size: 40px !important;
}
/*BLOG or NEWS*/
#blog h2 {
    max-width: 100%;
}

.blog_entry h2 {
    font-size: 26px !important;
}

.leadimage {
    margin-top: 30px;
}

.sidebar h4 {
    margin: 0 0 10px 0;
}

.sidebar .nav-list > li > a, .nav-list > li > a, .nav-list .nav-header {
    padding-left: 2px;
}

.sidebar .label {
    margin-bottom: 5px;
    border-radius: 0px;
    display: inline-block;
}

.sidebar .author a {
    color: #08C;
    font-weight: 800;
}

    .sidebar .author a:hover {
        text-decoration: none;
    }

.sidebar .sidebar-preview {
    border-bottom: 1px solid #ECEEF1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 200;
    text-transform: uppercase;
}

    .sidebar .sidebar-preview img {
        margin-bottom: 10px;
    }

    .sidebar .sidebar-preview a.sidebar-link {
        color: #424242;
    }

        .sidebar .sidebar-preview a.sidebar-link:hover {
            color: #08C;
            text-decoration: none;
        }

    .sidebar .sidebar-preview .sidebar-link {
        font-size: 1.125em;
    }

.article-body {
    line-height: 1.8em;
}

    .article-body > p:first-child::first-letter {
        font-family: "Helvetica Neue", "Helvetica", Arial, serif;
        float: left;
        color: #08C;
        font-weight: 700;
        font-size: 500%;
        height: auto;
        line-height: 0.9em;
        padding-top: 1px;
        padding-right: 9px;
        padding-left: 3px;
        top: 0px;
    }

.discuss dd {
    line-height: 1.8;
    margin-left: 0;
}
/*FOOTER*/
.footer {
    background: #333;
    color: #eee;
    padding: 20px 0;
    margin-top: 60px;
    overflow: hidden;
}

    .footer .address {
        font-size: 12px;
        padding: 10px;
    }

    .footer a {
        color: #fff;
    }

    .footer .m-btn {
        margin-top: 0px !important;
        *margin-left: 4px;
        *padding: 8px 14px 7px;
    }

    .footer .m-btn, .footer .input-text {
        *vertical-align: 0px !important;
    }

    .footer h2 {
        font-weight: 200;
    }

    .footer a:hover {
        text-decoration: none !important;
    }

    .footer .footer-newsletter {
        padding-left: 10px;
    }
/**/
.fs12 {
    font-size: 12px;
}

.sns-links {
    padding: 33px 0 0 23px;
    overflow: hidden;
}

    .sns-links a {
        width: 64px;
        height: 0;
        padding-top: 64px;
        float: left;
        display: inline;
        margin: 0 0 15px 5px;
        overflow: hidden;
        background: url(../img/sns-icon.png) no-repeat;
    }

        .sns-links a.sina {
            background-position: 0 0;
        }

        .sns-links a.tencent {
            background-position: 0 -64px;
        }

        .sns-links a.baidu {
            background-position: 0 -128px;
        }

        .sns-links a.qq {
            background-position: 0 -192px;
        }

        .sns-links a.douban {
            background-position: 0 -256px;
        }

        .sns-links a.renren {
            background-position: 0 -320px;
        }

        .sns-links a.sina:hover {
            background-position: -64px 0;
        }

        .sns-links a.tencent:hover {
            background-position: -64px -64px;
        }

        .sns-links a.baidu:hover {
            background-position: -64px -128px;
        }

        .sns-links a.qq:hover {
            background-position: -64px -192px;
        }

        .sns-links a.douban:hover {
            background-position: -64px -256px;
        }

        .sns-links a.renren:hover {
            background-position: -64px -320px;
        }

.explain .member {
    margin-bottom: 10px;
}

    .explain .member img {
        border: 1px solid #c8c8c8;
    }

.client-list ul {
    margin: 0;
    padding: 18px 0;
}

.client-list li {
    width: 30.7%;
    width: 29.7%;
    height: 24px;
    float: left;
    display: inline;
    font-size: 12px;
    line-height: 24px;
    padding-right: 30px;
    list-style: none;
}

    .client-list li a, .coperate li a {
        color: #666;
    }

.coperate {
    overflow: hidden;
}

    .coperate ul {
        margin: 0;
        overflow: hidden;
    }

    .coperate li {
        width: 210px;
        float: left;
        margin: 0 15px;
        list-style: none;
    }

        .coperate li span {
            position: relative;
            display: block;
            width: 210px;
            height: 107px;
        }

            .coperate li span img {
                position: absolute;
                bottom: 0;
            }

        .coperate li p {
            padding-top: 16px;
            font-size: 12px;
        }

em.star {
    font: 12px "宋体";
    color: #f00;
}

.gn-txt table {
    width: 100%;
}

.gn-txt td {
    vertical-align: bottom;
}

.gn-txt .img {
    width: 100%;
}

    .gn-txt .img img {
        width: 100%;
        padding: 5px;
        border: 1px solid #666;
    }

.gn-txt .text {
    text-align: left;
    padding-left: 5%;
}

.pro-tt {
    margin-top: 0;
}

.blue {
    color: #1ba0e1;
}

.green {
    color: #5bb60f;
}

.orange {
    color: #e29718;
}

.red {
    color: #d03323;
}

.zhaopin {
    margin-bottom: 15px;
    overflow: hidden;
}

    .zhaopin h5 {
        height: 45px;
        padding: 0 20px;
        font: 18px/45px Arial, "微软雅黑", "宋体";
        color: #115fad;
        margin: 0 0 15px;
        background: #e6e6e6;
    }

.zhaopin-txt {
    padding: 0 20px;
    font-size: 12px;
    overflow: hidden;
}

    .zhaopin-txt h6 {
        font-size: 14px;
        color: #333;
        margin: 0;
    }

    .zhaopin-txt ul {
        margin: 0 0 10px;
    }

    .zhaopin-txt li {
        list-style: none;
        line-height: 24px;
    }

.remark {
    padding: 13px 20px 12px;
    border: 1px solid #666;
    margin-top: 86px;
}
/*campus*/
.campus .feature-intro {
    padding-left: 30px;
}

    .campus .feature-intro table {
        width: 100%;
    }

    .campus .feature-intro td {
        line-height: 22px;
        padding: 5px 10px;
        border: 1px solid #c8c8c8;
    }

    .campus .feature-intro thead td {
        font-weight: bold;
        text-align: center;
        background: #f0f0f0;
    }

    .campus .feature-intro .blue-bg td {
        background: #ebf6ff;
    }

    .campus .feature-intro .pink-bg td {
        background: #fff8ec;
    }

.service_cont {
}

#service_1 .section_header h3 span, #service_2 .section_header h3 span {
    font-size: 18px;
    line-height: 20px;
}

.service_wrapper {
    overflow: hidden;
}

#service_1 .service_wrapper .feature {
    margin-right: 0px;
}

#service_1 .service_wrapper .last {
    margin-right: 0;
}

#service_1 .service_wrapper .feature .text {
    margin: 23px auto 0;
}

    #service_1 .service_wrapper .feature .text h6 {
        color: #3F3F3F;
        margin: 0 0 14px 0;
        font-size: 20px;
    }

    #service_1 .service_wrapper .feature .text p {
        margin: 0;
        font-size: 12px;
        line-height: 24px;
        text-indent: 2em;
    }

#service_1 .service_wrapper .feature .img_box {
    position: relative;
    border-radius: 5px;
}

    #service_1 .service_wrapper .feature .img_box img {
        border-radius: 6px;
        position: relative;
    }

    #service_1 .service_wrapper .feature .img_box span.circle {
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC1189D9', endColorstr='#CC1189D9');
        background: rgba(17, 137, 217, 0.8);
        width: 48px;
        height: 48px;
        display: none;
        text-align: center;
        position: absolute;
        top: 37%;
        left: 50%;
        margin-left: -24px;
        border-radius: 100%;
        cursor: pointer;
    }

:root #service_1 .service_wrapper .feature .img_box span.circle {
    filter: none;
}

#service_1 .service_wrapper .feature .img_box span.circle span.plus {
    display: inline-block;
    margin-top: 13px;
    font-weight: bold;
    color: white;
    font-size: 32px;
}

#service_1 .service_wrapper .feature:hover span.circle {
    display: block;
}

#service_1 .service_wrapper .feature:hover .img_box {
    box-shadow: 0px 0px 1px 100px black inset;
}

#service_1 .service_wrapper .feature:hover img {
    box-shadow: 1px 1px 6px 0px #888;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/*Service Option 2*/
.details-tt {
    font: 18px Arial,"微软雅黑","宋体";
    color: #115fad;
    margin-top: 6px;
}

#service_2 .perk {
    margin-bottom: 10px;
}

    #service_2 .perk .flow-chart {
        padding: 0 0 10px 30px;
    }

.feature-intro {
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .feature-intro .feature-tt {
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-size: 14px;
        margin: 5px 0 10px;
        padding-left: 14px;
        background: #999;
    }

    .feature-intro ul {
        margin: 0;
    }

    .feature-intro li {
        line-height: 24px;
        list-style: none;
        text-align: left;
        padding-left: 10px;
        background: url(../img/add.png) no-repeat 3px 10px;
    }

/* #service_2 .circle { background:#1189D9; text-align:center; border-radius:100%; margin:14px 0 0 0; width:136px; height:136px; box-shadow:1px 1px 2px 0px #E0E0E0; }
#service_2 .circle img { margin-top:42px; }
#service_2 .circle1 img { margin-top:49px; }
#service_2 .description_wrapper { float:right; }
#service_2 .description_wrapper h5 { font-size:20px; margin:5px 0 10px 0; }
#service_2 .description_wrapper p { font-size:14px; line-height:24px; color:#3F3F3F; text-indent:2em; }
#service_2 .last { margin-bottom:0; }
 */
/*Service Option 3*/
/* #process { min-height:350px; }
#process .section_header h3 { margin:0; }
#process .description { position:relative; }
#process .description .text { position:absolute; display:none; }
#process .description .text.active { display:block; }
#process .description h4 { font-size:32px; line-height:35px; font-weight:normal; margin-bottom:20px; }
#process .description p { font-size:15px; color:#3F3F3F; line-height:26px; }
#process .areas { margin-left:0; float:right; }
#process .areas .circle { height:210px; cursor:pointer; float:left; margin-right:-45px; text-align:center; width:210px; background:rgba(37, 37, 40, 0.9); border-radius:100%; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
#process .areas .first { margin-left:0; }
#process .areas .circle img { margin-top:56px; }
#process .areas .circle span { font-weight:700; font-size:22px; color:#fff; display:block; margin-top:21px; }
#process .areas .circle:hover, #process .areas .circle.active { background:rgba(17, 137, 217, 1); }
 */
/* Responsive
-------------------------------------------------- */
/*download*/
.download-list {
    margin-bottom: 20px;
}

    .download-list .img_box p {
        padding-top: 14px;
        font: 16px Arial;
        color: #333;
    }

    .download-list .download-sort {
        overflow: hidden;
    }

        .download-list .download-sort .calendar {
            float: left;
        }

        .download-list .download-sort .calendar-n {
            padding-right: 20px;
            float: right;
        }

            .download-list .download-sort .calendar h5, .download-list .download-sort .calendar-n h5 {
                font-size: 14px;
                margin: 0;
                line-height: 24px;
            }

            .download-list .download-sort .calendar p, .download-list .download-sort .calendar-n p {
                height: 24px;
                line-height: 24px;
                margin: 0;
            }

                .download-list .download-sort .calendar p a, .download-list .download-sort .calendar-n p a {
                    color: #666;
                }

                    .download-list .download-sort .calendar p a:hover, .download-list .download-sort .calendar-n p a:hover {
                        color: #005bac;
                    }
/* Large desktop */
@media (min-width:1200px) {
}

@media (min-width:980px) {
}

@media (max-width:979px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width:768px) and (max-width:979px) {
    #service_2 .description_wrapper {
        width: 77%;
    }
    /* #process .areas { text-align:center; }
#team .people .bio_box .info { margin:0; float:none; }
#process .areas .last_circle { float:none; display:inline-block; margin-left:-75px; margin-top:-54px; } */
}
/* Landscape phone to portrait tablet */
@media (max-width:767px) {
    #service_1 .service_wrapper .feature .img_box {
        text-align: center;
    }

    #service_1 .service_wrapper .feature:hover .img_box {
        box-shadow: none;
    }

    #service_1 .service_wrapper .feature {
        text-align: center;
        margin-bottom: 60px;
    }

    #service_2 .perk {
        text-align: center;
        margin-bottom: 70px;
    }
    /* #service_2 .circle { float:none; margin-bottom:20px; display:inline-block; }
#service_2 .description_wrapper h5 { margin-bottom:15px; }
#process .areas { margin-top:193px; margin-bottom:0px; text-align:center; }
#process .areas .circle { float:none; display:inline-block; margin:0; }
#process .areas .last_circle { margin-top:-23px; } */
}
/* Landscape phones and down */
@media (max-width:480px) {
    #service_1 .service_wrapper .feature .img_box {
        width: 100%;
    }

    #service_1 .service_wrapper .feature .text p {
        text-align: left;
    }
    /* #process .areas { margin-top:250px; }
#process .areas .circle { width:100px; height:100px; }
#process .areas .last_circle { margin-top:0; }
#process .areas .circle img { margin-top:22px; }
#process .areas .circle span { display:none; } */
}


.banner {
    position: relative;
    background-color: #005bac;
}

    .banner .picbody {
    }

        .banner .picbody .pic_area {
            margin: 0 auto;
            width: 900px;
            height: 340px;
            position: relative;
        }

        .banner .picbody a {
            position: absolute;
            left: 40%;
            top: 75%;
            text-decoration: none;
        }

        .banner .picbody .pic_area.pic1 {
            background: url(../img/pic1.png) no-repeat center 40px;
        }

        .banner .picbody .pic_area.pic2 {
            background: url(../img/pic2.png) no-repeat center 40px;
        }

        .banner .picbody .pic_area.pic3 {
            background: url(../img/pic3.png) no-repeat center 40px;
        }

.btn_orange.btn-lg {
    display: block;
    background-color: #eb6100;
    width: 186px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

.btn_orange {
    border: none;
    color: #fff;
    text-align: center;
}

    .btn_orange:hover {
        color: white;
    }

.btnarea {
    margin: 0 auto;
    width: 290px;
    padding-left: 90px;
    height: 80px;
}

    .btnarea .picbtn {
        display: block;
        float: left;
        cursor: pointer;
        width: 60px;
        height: 60px;
        margin: 0 28px 0 0;
    }

    .btnarea .picbtn0 {
        background: url(../img/picbtn1.gif) no-repeat center 0;
    }

        .btnarea .picbtn0.active {
            background: url(../img/picbtn1_f.gif) no-repeat center 0;
        }

    .btnarea .picbtn1 {
        background: url(../img/picbtn2.gif) no-repeat center 0;
    }

        .btnarea .picbtn1.active {
            background: url(../img/picbtn2_f.gif) no-repeat center 0;
        }

    .btnarea .picbtn2 {
        background: url(../img/picbtn3.gif) no-repeat center 0;
    }

        .btnarea .picbtn2.active {
            background: url(../img/picbtn3_f.gif) no-repeat center 0;
        }

.bannerInfo {
    padding: 40px 0;
    border-bottom: 1px solid #ECEEF1;
}

.bannerInfo {
    margin: 0 auto;
    list-style: none;
}

    .bannerInfo .item {
        line-height: 65px;
        height: 65px;
        background-color: #f5f5f5;
        border: 1px solid #cccccc;
        position: relative;
    }

        .bannerInfo .item a {
            color: #666;
        }

.itemDetail {
    line-height: 65px;
    height: 65px;
    background: url(../img/arrow.png) no-repeat -78px -73px;
}

.bannerInfo .item a:hover {
    text-decoration: none;
}

.bannerInfo .item .itemIcon {
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 16px;
    margin-left: 12px;
    background: url(../img/picBanIco1.png);
}

    .bannerInfo .item .itemIcon.ico2 {
        background: url(../img/picBanIco2.png);
    }

    .bannerInfo .item .itemIcon.ico3 {
        background: url(../img/picBanIco3.png);
    }

    .bannerInfo .item .itemIcon.ico4 {
        background: url(../img/picBanIco4.png);
    }

.bannerInfo .item .next {
    position: absolute;
    right: 10%;
    top: 25px;
    width: 10px;
    height: 20px;
    background: url(../img/arrow.png) no-repeat;
}

.bannerInfo .item .itemDetail h3 {
    margin-left: 25%;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
}

/* 服务和解决方案*/
.media > .pull-left {
    margin-right: 25px;
}

.solutonMain {
}

    .solutonMain a {
        text-decoration: none;
    }

    .solutonMain h2 {
        padding-top: 30px;
    }

    .solutonMain p {
        text-indent: 2em;
    }
/*方案概述*/
.mainContent {
    padding-top: 30px;
}

    .mainContent .leftContent {
        border-right: 1px solid #e6e6e6;
        padding: 10px 0 300px 0;
    }

@media (max-width: 767px) {
    .mainContent .leftContent {
        padding: 10px 0 50px 0 !important;
    }
}

.mainContent .leftContent ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

    .mainContent .leftContent ul li {
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 30px;
    }

        .mainContent .leftContent ul li.active {
            /*background-color: #ff6600;*/
            background-color: #005bac;
        }

            .mainContent .leftContent ul li.active a {
                color: #fff;
            }

        .mainContent .leftContent ul li a:hover {
            text-decoration: none;
            color: #115fad;
        }

        .mainContent .leftContent ul li.active a:hover {
            color: #fff;
        }

.mainContent .content {
    padding: 10px 0 0 0;
}

    .mainContent .content p {
        margin-top: 15px;
        line-height: 28px;
        text-indent: 2em;
    }

/*用户和合作伙伴*/
.coperate1 {
    overflow: hidden;
}

    .coperate1 ul {
        margin: 0;
        overflow: hidden;
    }

    .coperate1 li {
        float: left;
        margin: 0 10px;
        list-style: none;
    }

        .coperate1 li span {
            position: relative;
            display: block;
            width: 270px;
            height: 135px;
        }

            .coperate1 li span img {
                position: absolute;
                bottom: 0;
            }

        .coperate1 li p {
            padding: 10px 0 20px 0;
            font-size: 14px;
            color: #666;
        }


@media (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
}
