.mobile-navs {
    display: none;
}

.pc-navs {
    display: inline;
}

#header-nav .nav-left span {
    font-size: 16px;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    z-index: 900;
}

.nav-left {
    float: left;
    height: 80px;
    margin-left: 230px;
}

.nav-left a {
    vertical-align: top;
    color: #fff;
}

.nav-left a span {
    margin-right: 20px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.nav-left a .logo-img {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

.nav-right .mall-btn {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translate(0, -50%);
    height: 28px;
    line-height: 28px;
    width: 80px;
    padding-top: 2px;
    color: #fff;
    background: #0050ff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-family: "ITCR", "Microsoft YaHei", "PingFang SC", "Arial", serif;
}

.nav-right a .mall-btn:hover {
    opacity: .8;
}

.nav-right .nav-user {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*
  border:1px solid #fff;
  */
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
}

.nav-right .nav-user-gray {
    /* border:1px solid #999; */
}

.nav-right .nav-cart {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 110px;
    top: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.nav-right .cart-num {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 104px;
    top: 22px;
    line-height: 20px;
    color: white;
    border-radius: 50%;
    background-color: #e84050;
    font-size: 12px;
    text-align: center;
    z-index: 10;
}

.nav-hover {
    opacity: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 901;
}

.nav-hover .nav-left a {
    color: #666;
    cursor: pointer;
}

.nav-left .nav-hover-a {
    width: 120px;
}

.nav-hover .nav-left a span:hover {
    color: #0050ff;
}

.nav-hover .nav-left a span.chosed::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    background: #0050ff;
    animation: widthChange .3s linear forwards;
}

@keyframes widthChange {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.nav-model {
    background: rgba(247, 247, 247, 1);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 210px;
    z-index: 902;
    display: none;
    opacity: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 14, 21, 0.1);
}

.nav-body {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    /* height: 210px; */
    height: 307px;
    z-index: 903;
}

.nav-body dl {
    opacity: 0;
}

.nav-products {
    opacity: 0;
    display: none;
}

.nav-products dl a {
    color: #000;
}

.nav-products dl {
    float: left;
    text-align: center;
    width: 120px;
    margin-right: .2rem;
}

.nav-products dl.fl-first {
    margin-left: 50px;
}

.nav-products dl dd img {
    height: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.nav-products dl:hover img {
    opacity: .6;
}

.nav-products dl dd span,
.nav-solutions dl dd span {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.nav-products dl:hover span {
    color: #0050ff;
}

.nav-products dl.all-products-more {
    height: 210px;
    width: 80px;
    margin-left: .3rem;
    cursor: pointer;
}

.all-products-more dd {
    margin-top: 142px;
    height: 24px;
    line-height: 24px;
    text-align: left;
}

.all-products-more dd:hover {
    color: #0050ff;
}

.nav-solutions {
    opacity: 0;
    display: none;
}

.nav-solutions a {
    color: #000;
}

.nav-solutions dl {
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 80px;
    height: 210px;
    margin-right: .2rem;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 0 40px;
    cursor: pointer;
    background-size: 64px !important;
}

.nav-solutions dl.soa {
    background-image: url('../images/header/1_normal@2x.png');
}

.nav-solutions dl.soa:hover {
    background-image: url('../images/header/1_hover@2x.png');
}

.nav-solutions dl.sob {
    background-image: url('../images/header/2_normal@2x.png');
}

.nav-solutions dl.sob:hover {
    background-image: url('../images/header/2_hover@2x.png');
}

.nav-solutions dl.soc {
    background-image: url('../images/header/3_normal@2x.png');
}

.nav-solutions dl.soc:hover {
    background-image: url('../images/header/3_hover@2x.png');
}

.nav-solutions dl.sod {
    background-image: url('../images/header/4_normal@2x.png');
}

.nav-solutions dl.sod:hover {
    background-image: url('../images/header/4_hover@2x.png');
}

.nav-solutions dl.soe {
    background-image: url('../images/header/5_normal@2x.png');
}

.nav-solutions dl.soe:hover {
    background-image: url('../images/header/5_hover@2x.png');
}

.nav-solutions dl.sof {
    background-image: url('../images/header/6_normal@2x.png');
}

.nav-solutions dl.sof:hover {
    background-image: url('../images/header/6_hover@2x.png');
}

.nav-solutions dl.sog {
    background-image: url('../images/header/7_normal@2x.png');
}

.nav-solutions dl.sog:hover {
    background-image: url('../images/header/7_hover@2x.png');
}

.nav-solutions dl.fl-first {
    margin-left: 50px;
}

.nav-solutions dl dd {
    margin-top: 140px;
}

.nav-solutions a dl {
    color: #000;
}

.nav-solutions a dl:hover {
    color: #0050ff;
}

.nav-flex {
    position: absolute;
    top: 80px;
    left: 0;
    width: 120px;
    overflow: hidden;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 0;
}

.nav-flex p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    text-align: left;
    text-indent: 25px;
}

.nav-flex p:hover {
    background: rgba(255, 255, 255, 1);
}

.nav-flex a {
    color: #000;
}

.nav-flex a:hover {
    color: #0050ff;
}

div.flex-en-css {
    width: 245px;
    left: 295px;
}


/* 日语 */

div.flex-jp-css {
    width: 245px;
    left: 260px;
}

div.flex-nl-css {
    width: 245px;
    left: 310px;
}

div.flex-de-css {
    width: 245px;
    left: 300px;
}

div.flex-fr-css {
    width: 245px;
    left: 300px;
}

div.flex-it-css {
    width: 245px;
    left: 288px;
}

div.flexible-en-css {
    width: 250px;
    left: 389px;
}


/* 日语 */

div.flexible-jp-css {
    width: 245px;
    left: 400px;
}

div.flexible-nl-css {
    width: 250px;
    left: 431px;
}

div.flexible-de-css {
    width: 250px;
    left: 396px;
}

div.flexible-fr-css {
    width: 250px;
    left: 380px;
}

div.flexible-it-css {
    width: 250px;
    left: 375px;
}

.nav-supports {
    position: absolute;
    top: 80px;
    left: 545px;
    width: 120px;
    /* height:150px; */
    height: auto;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 0;
}

.nav-supports p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    text-align: left;
    text-indent: 25px;
}

.nav-supports p:hover {
    background: rgba(255, 255, 255, 1);
}

.nav-supports a {
    color: #000;
}

.nav-supports a:hover {
    color: #0050ff;
}
.nav-body {
  position: absolute;
  background: rgba(247, 247, 247, 1);
  top: 80px;
  left: 0;
  width: 100%;
  /* height: 210px; */
  height: 307px;
  z-index: 903;
}
.learnmore-wrapper{
    text-align: center;
    height: 97px;
    /* line-height: 97px; */
    margin-top: 210px;
}
.learnmore-wrapper .learn-more{
    display: inline-block;
    width: 148px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #0050FF;
    border-radius: 24px;
    font-size: 16px;
    color: #0050FF;
    text-align: center;
    cursor: pointer; 
}
.nav-solutions a {
  color: #000;
}

.nav-solutions dl {
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  width: 90px;
  height: 210px;
  margin-right: 0.2rem;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center 40px;
  cursor: pointer;
}

.nav-solutions dl.soa {
  background-image: url("../images/header/1.png");
}

.nav-solutions dl.soa:hover {
  background-image: url("../images/header/1_hover.png");
}

.nav-solutions dl.sob {
  background-image: url("../images/header/3.png");
}

.nav-solutions dl.sob:hover {
  background-image: url("../images/header/3_hover.png");
}

.nav-solutions dl.soc {
  background-image: url("../images/header/4.png");
}

.nav-solutions dl.soc:hover {
  background-image: url("../images/header/4_hover.png");
}

.nav-solutions dl.sod {
  background-image: url("../images/header/5.png");
}

.nav-solutions dl.sod:hover {
  background-image: url("../images/header/5_hover.png");
}

.nav-solutions dl.soe {
  background-image: url("../images/header/6.png");
}

.nav-solutions dl.soe:hover {
  background-image: url("../images/header/6_hover.png");
}

.nav-solutions dl.sof {
  background-image: url("../images/header/2.png");
}

.nav-solutions dl.sof:hover {
  background-image: url("../images/header/2_hover.png");
}

.nav-solutions dl.sog {
  background-image: url("../images/header/4.png");
}

.nav-solutions dl.sog:hover {
  background-image: url("../images/header/4_hover.png");
}
.nav-solutions dl.sal {
  background-image: url("../images/header/7.png");
}

.nav-solutions dl.sal:hover {
  background-image: url("../images/header/7_hover.png");
}
.nav-solutions dl.case {
    background-image: url("../images/header/8.png");
  }
  
  .nav-solutions dl.case:hover {
    background-image: url("../images/header/8_hover.png");
}

.nav-solutions dl.fl-first {
  margin-left: 50px;
}

.nav-solutions dl dd {
  margin-top: 140px;
}

.nav-solutions a dl {
  color: #000;
}

.nav-solutions a dl:hover {
  color: #0050FF;
}
.nav-flexible {
    position: absolute;
    top: 80px;
    left: 430px;
    width: 150px;
    /* height:150px; */
    height: auto;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 0;
}

.nav-flexible p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    text-align: left;
    text-indent: 25px;
}

.nav-flexible p:hover {
    background: rgba(255, 255, 255, 1);
}

.nav-flexible a {
    color: #000;
}

.nav-flexible a:hover {
    color: #0050ff;
}

div.supports-en-css {
    width: 200px;
    height: 92px;
    left: 512px;
}


/* 日语 */

div.supports-jp-css {
    width: 220px;
    height: 92px;
    left: 520px;
}

div.supports-nl-css {
    width: 200px;
    left: 554px;
    height: 92px;
}

div.supports-de-css {
    width: 200px;
    left: 521px;
    height: 92px;
}

div.supports-fr-css {
    width: 200px;
    left: 502px;
    height: 92px;
}

div.supports-it-css {
    width: 200px;
    height: 92px;
    left: 488px;
}


/* 社区 */

.nav-community ,.nav-about,.nav-news{
    position: absolute;
    top: 80px;
    left: 650px;
    width: 120px;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 1;
}
.nav-about{
    left: 1180px;
    width: 180px;
    height: 184px;
}
.nav-news{
    left: 1030px;
    width: 180px;
    height: 92px;
}
.about-jp-css{
    left: 1120px;
}
.news-jp-css{
    left: 980px;
}
.about-fr-css{
    left: 1120px;

}
.news-fr-css{
    left: 1000px;
    width: 200px;
    
}
.about-de-css{
    left: 1150px;

}
.nav-community p,.nav-about p,.nav-news p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    text-align: left;
    text-indent: 25px;
}

.nav-community p:hover,.nav-about p:hover,.nav-news p:hover {
    background: rgba(255, 255, 255, 1);
}

.nav-community a ,.nav-about a ,.nav-news a {
    color: #000;
}

.nav-community a:hover ,.nav-about a:hover,.nav-news a:hover{
    color: #0050ff;
}

div.community-en-css {
    width: 180px;
    height: 92px;
    left: 599px;
}


/* 日语 */

div.community-jp-css {
    width: 180px;
    height: 92px;
    left: 612px;
}

div.community-nl-css {
    width: 180px;
    left: 640px;
    height: 92px;
}

div.community-de-css {
    width: 160px;
    left: 609px;
    height: 92px;
}

div.community-fr-css {
    width: 180px;
    left: 568px;
    height: 92px;
}

div.community-it-css {
    width: 180px;
    height: 92px;
    left: 584px;
}

@media screen and (max-width: 950px) {
    .mobile-navs {
        display: inline;
    }
    .pc-navs {
        display: none;
    }
    nav {
        height: 60px;
        line-height: 60px;
        background: rgba(255, 255, 255, 1);
    }
    .nav-left {
        height: 60px;
        margin-left: 10px;
    }
    .mobile-navs img {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 22px;
        height: 22px;
    }
    .mobile-navs img.nav-img-btn {
        left: 15px;
    }
    .mobile-navs img.nav-user {
        width: 24px !important;
        height: 24px !important;
        right: 15px !important;
    }
    .mobile-navs img.lclose-btn {
        display: none;
    }
    .nav-left a .logo-img {
        width: 100px;
        height: 18px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-right {
        height: 60px;
        margin-right: 20px;
    }
    .nav-user {
        width: 24px;
        height: 24px;
    }
    .nav-right a .mall-btn {
        right: 50px;
        height: 21px;
        line-height: 21px;
        width: auto;
        padding: 1px 8px 0 8px;
        color: #fff;
        background: #0050ff;
        border: none;
        border-radius: 3px;
        font-size: 12px;
    }
    .nav-right .nav-cart {
        width: 24px;
        height: 24px;
        top: 30px;
        right: 60px;
    }
    .nav-right .cart-num {
        width: 16px;
        height: 16px;
        line-height: 16px;
        z-index: 10;
        right: 56px;
        top: 15px;
    }
    .nav-hover {
        opacity: 0;
        display: none;
        background: rgba(247, 247, 247, 1);
        top: 60px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }
    .nav-hover .nav-left {
        padding-left: 0;
        height: 50px;
        line-height: 50px;
        width: 100%;
        overflow: auto;
    }
    .nav-box-m {
        min-width: 420px;
        white-space: nowrap;
        display: inline-block;
        padding-right: 10px;
    }
    .nav-hover-a-mobile-hidden {
        display: none;
    }
    .nav-hover .nav-left a {
        color: #333;
    }
    .nav-hover .nav-left a.logo-img-a {
        display: none;
    }
    .nav-hover .nav-left a span {
        font-size: 14px !important;
        margin-left: 10px;
        margin-right: 5px;
        height: 50px;
        line-height: 50px;
    }
    .nav-hover .nav-left a span:hover {
        color: #0050ff;
    }
    .nav-hover .nav-left a span.chosed::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        height: 3px;
        background: #0050ff;
        animation: widthChange .3s linear forwards;
    }
    @keyframes widthChange {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
    .nav-hover .nav-right {
        display: none;
    }
    .nav-model {
        background: rgba(233, 233, 233, 1);
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        opacity: 0;
    }
    .nav-body {
        top: 110px;
        height: 100%;
    }
    .learnmore-wrapper{
        display: none;
    }
    .nav-body dl {
        opacity: 1;
    }
    .nav-products {
        opacity: 0;
        display: none;
    }
    .nav-products dl a {
        color: #000!important;
    }
    .nav-products dl {
        float: none;
        text-align: left;
        width: 8rem;
        margin-right: 0;
        margin-left: 10px;
        padding-bottom: 20px;
    }
    .nav-products dl.fl-first {
        margin-left: 10px;
        padding-top: 20px;
    }
    .nav-products dl dd img {
        display: none;
    }
    .nav-products dl dd {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        padding-left: 10px;
    }
    .nav-products dl:hover span {
        color: #0050ff;
    }
    .nav-products dl.all-products-more {
        margin-left: 10px;
        margin-top: 0;
    }
    .all-products-more dd {
        margin-top: 0;
    }
    .all-products-more dd span.pc-show {
        display: none;
    }
    .nav-solutions {
        opacity: 0;
        display: none;
    }
    .nav-solutions dl {
        float: none;
        text-align: left;
        width: 8rem;
        height: auto;
        margin-right: 0;
        margin-left: 10px;
        background-image: none;
        padding: 10px 0;
        color: #666;
    }
    .nav-solutions dl:hover {
        color: #0050ff;
        background-image: none;
    }
    .nav-solutions dl.fl-first {
        margin-left: 10px;
        margin-top: 10px;
    }
    .nav-solutions dl dd {
        margin-top: 0;
        padding-left: 10px;
    }
    .nav-flex {
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 903;
        display: none;
    }
    .nav-flex p {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-indent: 20px;
        color: #000;
        padding: 10px 0;
    }
    .nav-flex p:hover {
        color: #0050ff;
        background: none;
    }
    div.flex-en-css {
        left: 0;
    }
    /* 日语 */
    div.flex-jp-css {
        left: 0;
    }
    div.flex-nl-css {
        left: 0;
    }
    div.flex-de-css {
        left: 0;
    }
    div.flex-fr-css {
        left: 0;
    }
    div.flex-it-css {
        left: 0;
    }
    div.flexible-en-css {
        left: 0;
    }
    /* 日语 */
    div.flexible-jp-css {
        left: 0;
    }
    div.flexible-nl-css {
        left: 0;
    }
    div.flexible-de-css {
        left: 0;
    }
    div.flexible-fr-css {
        left: 0;
    }
    div.flexible-it-css {
        left: 0;
    }
    .nav-supports {
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 903;
        display: none;
    }
    .nav-supports p {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-indent: 20px;
        color: #000;
        padding: 10px 0;
    }
    .nav-supports p:hover {
        color: #0050ff;
        background: none;
    }
    .nav-flexible {
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 903;
        display: none;
    }
    .nav-flexible p {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-indent: 20px;
        color: #000;
        padding: 10px 0;
    }
    .nav-flexible p:hover {
        color: #0050ff;
        background: none;
    }
    div.supports-en-css {
        left: 0;
    }
    /* 日语 */
    div.supports-jp-css {
        left: 0;
    }
    div.supports-nl-css {
        left: 0;
    }
    div.supports-de-css {
        left: 0;
    }
    div.supports-fr-css {
        left: 0;
    }
    div.supports-it-css {
        left: 0;
    }
    .nav-community {
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
        z-index: 903;
        display: none;
    }
    .nav-community p {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-indent: 20px;
        color: #000;
        padding: 10px 0;
    }
    .nav-community p:hover {
        color: #0050ff;
        background: none;
    }
    div.community-en-css {
        left: 0;
    }
    /* 日语 */
    div.community-jp-css {
        left: 0;
    }
    div.community-nl-css {
        left: 0;
    }
    div.community-de-css {
        left: 0;
    }
    div.community-fr-css {
        left: 0;
    }
    div.community-it-css {
        left: 0;
    }
}

@media screen and (max-width: 370px) {
    .nav-left a .logo-img {
        left: 40%;
    }
}

@media screen and (min-width: 375px) {
    .nav-left .nav-box-m {
        min-width: 375px;
        white-space: nowrap;
        display: inline-block;
        padding-right: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px) {}

@media screen and (min-width: 1360px) {
    .nav-left {
        padding-left: 50px;
    }
    .nav-left a span {
        margin-left: 40px;
    }
    .nav-left a .logo-img {
        left: 120px;
    }
    .nav-right .mall-btn {
        right: 170px;
    }
    .nav-right .nav-user {
        right: 120px;
    }
    .nav-right .nav-cart {
        right: 180px;
        top: 25px;
    }
    .nav-right .cart-num {
        right: 174px;
        top: 20px;
    }
    .nav-products dl {
        width: 160px;
        margin-right: .15rem;
    }
    .nav-products dl.fl-first {
        margin-left: 295px;
    }
    .nav-products dl dd img {
        height: 90px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .all-products-more dd {
        margin-top: 155px;
    }
    .nav-solutions dl {
        width: 150px;
        background-size: 80px;
        margin-right: .15rem;
        background-position: center 50px;
    }
    .nav-solutions dl.fl-first {
        margin-left: 155px;
    }
    .nav-supports {
        left: 760px;
    }
    .nav-flexible {
        left: 610px;
    }
    .nav-community {
        left: 890px
    }
    div.flex-en-css {
        left: 425px;
    }
    /* 日语 */
    div.flex-jp-css {
        left: 390px;
    }
    div.flex-de-css {
        left: 430px;
    }
    div.flex-nl-css {
        left: 437px;
    }
    div.flex-fr-css {
        left: 423px;
    }
    div.flex-it-css {
        left: 417px;
    }
    div.flexible-en-css {
        left: 555px;
    }
    /* 日语 */
    div.flexible-jp-css {
        left: 570px;
    }
    div.flexible-de-css {
        left: 555px;
    }
    div.flexible-nl-css {
        left: 590px;
    }
    div.flexible-fr-css {
        left: 555px;
    }
    div.flexible-it-css {
        left: 548px;
    }
    div.supports-en-css {
        left: 720px;
    }
    /* 日语 */
    div.supports-jp-css {
        left: 728px;
    }
    div.supports-de-css {
        left: 731px;
    }
    div.supports-nl-css {
        left: 763px;
    }
    div.supports-fr-css {
        left: 713px;
    }
    div.supports-it-css {
        left: 692px;
    }
    div.community-en-css {
        left: 851px;
    }
    /* 日语 */
    div.community-jp-css {
        left: 878px;
    }
    div.community-de-css {
        left: 851px;
    }
    div.community-nl-css {
        left: 892px;
    }
    div.community-fr-css {
        left: 819px;
    }
    div.community-it-css {
        left: 836px;
    }
}
@media screen and (max-width: 1366px){
    .nav-left a span {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    div.flexible-en-css{
        left: 480px;
    }
    div.supports-en-css{
        left: 600px;
    }
    div.community-en-css{
        left: 700px;
    }
    .nav-about{
        left: 890px;
    }
    .nav-news{
        left: 800px;
    }
    div.flexible-de-css{
        left: 480px;
    }
    div.supports-de-css{
        left: 580px;
    }
    div.community-de-css{
        left: 680px;
    }
    div.flexible-fr-css{
        left: 480px;
    }
    div.supports-fr-css{
        left: 580px;
    }
    div.community-fr-css{
        left: 670px;
    }
    div.flexible-it-css{
        left: 480px;
    }
    div.supports-it-css{
        left: 580px;
    }
    div.community-it-css{
        left: 670px;
    }
    div.flexible-nl-css{
        left: 520px;
    }
    div.supports-nl-css{
        left: 610px;
    }
    div.community-nl-css{
        left: 720px;
    }
    div.flexible-jp-css{
        left: 450px;
    }
    div.supports-jp-css{
        left: 580px;
    }
    div.community-jp-css{
        left: 680px;
    }
    .news-fr-css{
        left: 780px;
    }
    .about-fr-css{
        left: 870px;
    }
    .about-it-css{
        left: 930px;
    }
    .news-nl-css{
        left: 840px;
    }
    .about-nl-css{
        left: 940px;
    }
    .news-jp-css{
        left: 740px;
    }
    .about-jp-css{
        left: 840px;
    }
}
@media screen and (max-width: 1360px){
    .nav-left a span {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    div.flexible-en-css{
        left: 480px;
    }
    div.supports-en-css{
        left: 600px;
    }
    div.community-en-css{
        left: 700px;
    }
    .nav-about{
        left: 890px;
    }
    .nav-news{
        left: 800px;
    }
    div.flexible-de-css{
        left: 480px;
    }
    div.supports-de-css{
        left: 580px;
    }
    div.community-de-css{
        left: 680px;
    }
    div.flexible-fr-css{
        left: 480px;
    }
    div.supports-fr-css{
        left: 580px;
    }
    div.community-fr-css{
        left: 670px;
    }
    div.flexible-it-css{
        left: 480px;
    }
    div.supports-it-css{
        left: 580px;
    }
    div.community-it-css{
        left: 670px;
    }
    div.flexible-nl-css{
        left: 520px;
    }
    div.supports-nl-css{
        left: 610px;
    }
    div.community-nl-css{
        left: 720px;
    }
    div.flexible-jp-css{
        left: 450px;
    }
    div.supports-jp-css{
        left: 580px;
    }
    div.community-jp-css{
        left: 680px;
    }
    .news-fr-css{
        left: 780px;
    }
    .about-fr-css{
        left: 870px;
    }
    .about-it-css{
        left: 930px;
    }
    .news-nl-css{
        left: 840px;
    }
    .about-nl-css{
        left: 940px;
    }
    .news-jp-css{
        left: 740px;
    }
    .about-jp-css{
        left: 840px;
    }
}
@media screen and (max-width: 950px) {
    div.flexible-en-css{
        left: 0;
    }
    .nav-flexible,.nav-supports,.nav-community,.nav-news,.nav-about{
        top: 110px;
        left: 0 !important;
        width: 100% !important;
        background: rgba(247, 247, 247, 1) !important;
    }
}
@media screen and (min-width: 1920px) {
    .nav-solutions dl.fl-first {
        margin-left: 265px;
    }
}
/* IE8提示样式 */


/* 以下样式兼容IE7,8 */


/* 禁止滚动 */

.prevent-scroll {
    height: 100%;
    overflow: hidden;
}


/* 全局背景 */

.IE8-pop-background {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=60);
    z-index: 905;
}


/* 提示内容 */

.IE8-pop-content {
    position: fixed;
    left: 50%;
    margin-left: -310px;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -154px;
    width: 620px;
    height: 308px;
    background: #fff;
    z-index: 906;
    font-size: 12px;
    text-align: center;
}


/* 提示标题 */

.IE8-pop-content .p-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 12px;
}


/* 提示描述 */

.IE8-pop-content .p-desc {
    font-size: 14px;
    line-height: 16px;
    color: #A4A4A4;
    margin-bottom: 38px;
}


/* 浏览器列表 */

.IE8-pop-content .browser-list {
    margin-left: 148px;
}

.IE8-pop-content .browser-list>.browser-block {
    float: left;
    margin-right: 28px;
}

.IE8-pop-content .browser-list>.browser-block p {
    font-size: 14px;
    line-height: 16px;
    color: #A4A4A4;
    margin-top: 26px;
}