html {
    height: 100%;
    font-size: 10px;
}

body {
    height: 100%;
    margin: 0 auto;
    padding: 7rem 0 0 0;
    color: #000;
    background-color: #fff;
    font-family: Arial, Microsoft Yahei;
}

.BreakWord {
    word-break: break-all;
    white-space: normal;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.NoWrap {
    word-break: keep-all;
    white-space: nowrap;
}

.HiddenText {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    width: 120px;
}

.Clear {
    clear: both;
}

.Red {
    color: #f00
}

.Red14 {
    color: #f00;
    font-size: 14px;
}

.AutoHeight {
    overflow: auto;
    zoom: 1;
}

.alignCenter {
    text-align: center;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    zoom: 1;
}
.imgMax{
    max-width:100%;
}
.marginBottom {
    margin-bottom: 10px !important;
}
ul, li {
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.aLink {
    text-decoration: none;
}

    .aLink:hover {
        text-decoration: none;
    }
.shadowBorder {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.BgImgCover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
a.aBtn {
    background-color: #428bca;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
}
h1, h2, h3, h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.SharpCRMTop {
    min-height: 7rem;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: visible;
    z-index: 100;
}
.SharpCRMLogo {
    float: left;
    padding-top: 8px;
}
.SharpTel {
    float: left;
    padding:18px 0px 0px 20px;
}
.SharpCRMTel {
    font-size: 2rem;
    color: #f08700;
}
.SharpCRMTel > i {
    font-size: 2rem;
}

.SharpCRMNav {
    float: right;
    margin-top: 15px;
}

.SharpCRMNavBtn {
    float: right;
    margin-right: 15px;
    padding: 0px 10px;
    margin-top: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #1f4de3;
    color: #1f4de3;
    height: 3.6rem;
    line-height: 3.6rem;
}

.SharpCRMNav > ul > li {
    display: inline-block;
}

    .SharpCRMNav > ul > li > a {
        display: inline-block;
        min-width: 9rem;
        font-size: 1.5rem;
        height: 4rem;
        line-height: 4rem;
        color: #666;
        padding: 0;
        text-align: center;
        margin: 0 6px;
        border: 1px solid transparent;
    }

        .SharpCRMNav > ul > li > a:hover {
            background-color: #1f4de3;
            color: #fff;
            text-decoration: none;
        }

    .SharpCRMNav > ul > li.active > a {
        background-color: #1f4de3;
        color: #fff;
        text-decoration: none;
    }

.NavSubMenu {
    z-index: 10000;
    display: none;
    min-width: 15rem;
    max-width: 30rem;
    font-size: 1.4rem;
    background-color: #FFF;
    padding:0.5rem 0rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

    .NavSubMenu ul {
        list-style: none;
        padding: 0px 0px;
        margin: 0;
    }

    .NavSubMenu li {
        line-height: 2rem;
        list-style: none;
    }

        .NavSubMenu li a {
            color: #696a6a;
            text-decoration: none;
            display: block;
            word-break: keep-all;
            white-space: nowrap;
            padding: 5px 15px;
            font-weight: normal
        }

            .NavSubMenu li a:hover {
                color: #fff;
                background-color: #1f4de3;
                font-weight: normal;
                text-decoration: none;
            }

.HasSubMenu {
    background: url(404.png) no-repeat right center;
}

.NavSubMenu2 {
    position: relative;
    top: -30px;
    left: 150px;
    display: none;
}

.SharpCRMHomeBar {
    width: 100%;
    height: 53.6rem;
    position: relative;
}

.bgHomeBar {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bgHomeBarTxtLine {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.SharpCRM_txt {
    position: absolute;
    z-index: 3;
}

.SharpCRM_txt1 {
    width: 100%;
    text-align: left;
    top: 90px;
    font-size: 5rem;
    color: #000;
}
.SharpCRM_txt2 {
    width: 100%;
    text-align: left;
    top: 190px;
    font-size: 2rem;
    color: #333;
}
.SharpCRM_txt3 {
    text-align: right;
    padding-right:2rem;
}


.homeTab {
    position: relative;
    width: 100%;
    z-index:5;
    margin-top:-3rem;
}
.homeTabTR{
    width:100%;
}
.divSharpTab {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding:1rem 2rem 2rem 2rem;
    margin-bottom:3rem;
}
.divSharpTabTitle{
    font-size:2.3rem;
    padding-bottom:1rem;
}
    .divSharpTabTitle > i {
        font-size: 2.5rem;
        color: #397af0;
    }
.divSharpApply {
    background-image: url(../image/homeBg.jpg);
    height: 94.6rem;
}
.divSharpApplyTitle{
    padding:10rem 0rem 2rem;
}
.divSharpApplyDesc{
    color:#666;
    font-size:1.6rem;
}
.divSharpApplyRact {
    margin: 5rem 0rem 0rem 0rem;
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 2rem;
    background-color: #fff;
    opacity: 0.7;
    background-image: url(../image/homeBg1.png);
    background-position:right center;
    background-repeat:no-repeat;
}
.divSharpFun li{
    width:100%;
    text-align:left;
    font-size:2rem;
    color:#000;
    padding:1rem 0rem;
}
.SharpSoftBar{
    padding-bottom:5rem;
}
.SharpSoftRact {
    background-image: url(../image/softBg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 2rem 2rem;
    border: 1px solid #f1f9fe;
    border-radius: 2rem;
    min-height: 50rem;
    margin-bottom: 3.5rem;
    transition: all 0.3s ease;
}
    .SharpSoftRact:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        transform: translateY(-10px);
    }
.SharpSoftTitle {
    padding-top: 2rem;
}
.SharpSoftTitle > h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color:#000;
}
.SharpSoftDesc {
    font-size: 1.5rem;
    padding: 1.6rem 0rem 3rem 0rem;
    color: #000;
}
.SharpSoftImg{
    text-align:right;
    padding:2rem 0rem 0rem 0rem;
}
.SharpFunBar {
    margin-top:2rem;
    background-image: url(../image/sharpFun.png);
    height:30rem;
    width:100%;
}
.divSharpFunTitle{
    padding:7rem 0rem 1rem 0rem;
}
.divSharpFunTitle > h2{
    color:#fff;
}
.divSharpFunDesc{
    color:#ddd;
    font-size:1.6rem;
}
.SharpFunItemBg {
    background-color: #ebeefb;
    padding-bottom:3rem;
}
.SharpRacLink {
    border-radius: 5px;
    transition: all 0.3s ease;
}
    .SharpRacLink:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        transform: translateY(-5px);
    }
.SharpRacLink1 {
    border-radius: 5px;
    transition: all 0.3s ease;
}
    .SharpRacLink1:hover {
        transform: translateY(-5px);
    }
.SharpFunRact {
    padding: 3rem 0rem;
    margin: 2rem 0rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.SharpFunItem {
    color: #000;
}
.SharpFunMoreBg {
    background-image: url(../image/sharpFunBg.jpg);
    height: 21rem;
    width: 100%;
}
.SharpFunMoreTitle{
    padding-top:7rem;
    font-size:3rem;
}
.SharpFunMoreBtnRight {
    margin-top: 6rem;
    text-align:right;
    margin-right:2rem;
}
.SharpFunMoreBtn {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    background-color: #3979f4;
    border-radius: 1rem;
    padding: 1rem 3rem;
    display: inline-block;
    transition: all 0.3s ease;
}
    .SharpFunMoreBtn:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        transform: translateY(-6px);
    }
.divVideoArea{
    position:relative;
}
.sharpVideoImg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:2;
}
.sharpVideoImg img {
    width: 100%;
    cursor: pointer;
}
.sharpVideo {
    width: 100%;
    z-index: 1;
}

.SharpCRMBar {
    height: 35rem;
    width: 100%;
}
.SharpCRMProTitle {
    padding-top: 10rem;
}
.SharpBG1 {
    background-color: #fff;
    padding: 5rem 0rem 5rem 0rem;
}
.SharpBG2 {
    background-color: #f1f8fe;
    padding: 5rem 0rem 5rem 0rem;
}
.proImg{
    margin-bottom:2rem;
}
.proDesc{
    text-indent:27px;
    padding:0.5rem 0rem 1rem 0rem;
    color:#666;
}
.proFunDesc > ul > li {
    background: url(../image/arr.png) left center no-repeat;
    display:block;
    padding:3px 0px 3px 27px;
}

.SharpSoftLine{
    padding:5rem 0rem 3rem 0rem;
}
.SharpSoftListItem {
    border: 1px solid #e1e8f7;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}
    .SharpSoftListItem:hover {
        outline: 3px solid #6a9af6;
        transform: translateY(-5px);
    }
.SharpSoftListItemDesc{
    font-size:1.5rem;
    color:#333;
    text-align:left;
    padding:1rem 0rem;
    height:7rem;
}
.btnShowDetail {
    background-color: #eeeeef;
    border-radius: 5px;
    padding: 1rem 3rem;
    color: #6b6b6b;
}

.SharpDetailLine {
    border-bottom: 1px solid #ddd;
    height:1px;
    margin:1rem 0rem 3rem 0rem;
}
.SharpDetailDesc{
    padding-bottom:5rem;
    text-align:left;
}
.SharpDetailDesc > img{
    max-width:100%;
}

.SharpCaseMenu {
    box-shadow: 0 0 10px #d0e7fc;
    margin-bottom: 3rem;
}
.SharpCaseItem {
    font-size: 1.7rem;
    padding: 1rem 2rem 1rem 3rem;
    border-bottom: 1px solid #f5fafe;
}
    .SharpCaseItem span{
        color:#000;
    }
    .SharpCaseItem i {
        color: #999;
        float: right;
        font-size: 2.3rem;
    }
    .SharpCaseItem:hover {
        cursor: pointer;
        background-color: #3979f3;
        color: #fff;
    }
        .SharpCaseItem:hover > span, .SharpCaseItem:hover > i {
            color: #fff;
        }
.SharpCaseItemSel{
    background-color: #3979f3;
    color: #fff;
}
    .SharpCaseItemSel > span, .SharpCaseItemSel > i {
        color: #fff;
    }
.SharpCaseInfo {
    padding-top:1.5rem;
    background: url(../image/case_bg.jpg) top left no-repeat;
}
.SharpCaseInfoTitle{
    font-size:2rem;
    font-weight:bold;
    padding:1rem 2rem 2rem 2rem;
}
.SharpCaseDetailTitle {
    color: #3f7df3;
    font-size:2rem;
}
.SharpCaseDetailTxt{
    padding:1rem 2.5rem 2.5rem 2.5rem;
}
.SharpCaseDetailTxt img{
    max-width:100%;
}

.SharpApplyBg {
    background-color: #e2edff;
    padding:5rem 0rem;
    text-align:center;
}
.SharpApplyBgText{
    padding-top:3rem;
    font-size:1.5rem;
}
.SharpApplyFrom{
    display:inline-block;
    padding:6rem 0rem 3rem 0rem;
    text-align:left;
    min-width:37rem;
    max-width:100%;
    
}
.ApplyTitle {
    font-size: 3rem;
    font-weight: bold;
    line-height: 5rem;
    height:5rem;
}
.FieldTxt,.FieldTitle {
    line-height: 5rem;
    height: 5rem;
}
.FieldTitle > span{
    color:#f00;
    font-weight:2rem;
}
.FieldTxt > input {
    width: 100%;
    height:3rem;
}
.btnApply {
    margin-top:2rem;
    padding: 1.3rem 0rem;
    width: 100%;
    background-color: #3979f4;
    border: 1px solid #3979f4;
    border-radius: 5px;
    color: #fff;
}
    .btnApply:hover {
        background-color: #0f3d96;
    }

.white{
    color:#fff;
}
.SharpCooperate{
    border-radius:10px;
}
.DescText {
    text-indent: 3rem;
    line-height: 3rem;
}

.SharpFooter {
    padding: 20px 0;
    background: #1f4de3;
    color: #fff;
    line-height: 5rem;
}

    .SharpFooter a {
        color: #fff;
        display: inline-block;
        padding: 0rem 1.5rem;
    }

.container-fluid .row-static {
    margin-left: auto;
    margin-right: auto;
}

.divWord {
    display: none;
    width: 560px;
    padding: 0px 15px 30px 15px;
    font-size: 12px;
    border-radius: 15px;
    border: 1px solid #eee;
    position: fixed;
    top: 225px;
    left: 500px;
    z-index: 10000;
    background: url(404.png) repeat-x;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.divWordTop {
    height: 86px;
    position: relative;
}

.divWordTop1 {
    font-size: 20px;
    color: #4b82c2;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
}

.divWordTop2 {
    color: #4b82c2;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}

.divWordClose {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.divWordTD {
    display: flex;
    width: 100%;
    padding: 4px 0px 4px 0px;
}

.divWordTDTitle {
    flex-grow: 0;
    width: 80px;
    min-width: 90px;
    word-break: break-all;
    vertical-align: top;
    padding: 6px 15px 0px 2px;
    text-align: right;
    color: #000;
}

.divWordTDContent {
    flex-grow: 1;
}

.divWordInput {
    background-color: #f6f6f6;
    border-width: 0px;
    outline: none;
    color: #000;
    text-indent: 5px;
    width: 100%;
    height: 30px;
}

.divWordArea {
    background-color: #f6f6f6;
    border-width: 0px;
    outline: none;
    color: #000;
    text-indent: 5px;
    width: 100%;
    height: 60px;
}

.VideoList {
    background-color: #ccc;
    height: 529px;
    overflow-x: hidden;
    overflow-y: auto;
    padding:5px 0px;
    line-height:30px;
}
.VideoItem{
    color:#000;
    cursor:pointer;
    margin:0px 10px;
    text-indent:12px;
    display:block;
}
.VideoItem:hover {
    color:#fff;
    background-color:#1f4de3;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
.VideoItemSel {
    color: #fff;
    background-color: #1f4de3;
    border-bottom: 1px solid #ccc;
}

div.divScroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

div.divScroll::-webkit-scrollbar-track {
    background: #ddd;
}

div.divScroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 5px;
}

    div.divScroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
@media screen and (max-width:1100px) {
    .container-fluid .row-static {
        max-width: 1050px;
    }

    .SharpCRMNavBtn {
        display: inline-block;
    }

    .SharpCRMNav {
        float: none;
        display: none;
        clear: both;
        border-top: 1px solid #1f4de3;
    }

        .SharpCRMNav > ul > li {
            display: block;
        }

            .SharpCRMNav > ul > li > a {
                display: block;
            }
    .SharpCRM_txt1 > h1{
        font-size: 3rem;
    }

    .SharpCRM_txt2 > h2 {
        font-size: 1.6rem;
    }
    .divSharpApplyRact{
        background-image:none;
        opacity:1;
    }
    .divSharpFun > li {
        font-size: 1.3rem;
    }
    .SharpFunMoreTitle {
        padding-top: 2rem;
    }
    .SharpFunMoreBtnRight {
        margin-top: 2rem;
    }
}

@media screen and (min-width:1101px) and (max-width: 10000px) {
    .container-fluid .row-static {
        max-width: 1200px;
    }

    .SharpCRMNav {
        display: inline-block;
    }

    .SharpCRMNavBtn {
        display: none;
    }
    .SharpCRM_txt1 > h1 {
        font-size: 5rem;
    }

    .SharpCRM_txt2 > h2 {
        font-size: 2rem;
    }
}