.mobile-navs {
    display: none;
}

.pc-navs {
    display: inline;
}
#header-nav{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#header-nav:hover .nav-hover{
	background: rgba(255, 255, 255, 1);
}
#header-nav:hover .nav-left a span{
	color: #666;
}
#header-nav .nav-left span {
    font-size: 16px;
}
/*@media screen and (min-width: 1300px){*/
/*    #header-nav .nav-left span {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
#header-nav .nav_active{
	background: rgba(255, 255, 255, 1);
}
#header-nav .nav_active .nav-left a span{
	color: #666;
}
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: 5px;
    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: #0076cf;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.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;*/
    z-index: 901;
    transition: all 1s;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-hover.nav{
	background-color: #FFF;
}
.nav-hover.nav .nav-left a span{
	color: #666;
}
.op{
	opacity: 1;
}
.noop{
	opacity: 0;
}
.nav-hover .nav-left a {
    color: #fff;
    cursor: pointer;
}

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

.nav-hover .nav-left a span:hover {
    color: #0076cf;
}

.nav-hover .nav-left a span.chosed::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    background: #0076cf;
    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: 20%;*/
    height: 210px;
    z-index: 902;
    opacity: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 14, 21, 0.1);
     position: absolute;
    top: 80px;
    /*left: 284px;*/
    /*width: 150px;*/
    /* height:150px; */
    height: auto;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 0;
}

.nav-body {
    /*position: absolute;*/
    /*top: 80px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 15%;*/
    /*z-index: 903;*/
    
    position: absolute;
    top: 80px;
    left:0px;
    width: 100%;
    height: 15%;
     /*height:150px; */
    height: auto;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 0;
}
.nav-body p {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    /*text-align: left;*/
    /*text-indent: 25px;*/
}

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

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

.nav-body a:hover {
    color: #0076cf;
}

.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: 170px;
    margin-right: .2rem;
    margin-bottom: .1rem;
}

.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: #0076cf;
}

.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: #0076cf;
}

.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: 135px;
    margin-right: .2rem;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 0 40px;
    cursor: pointer;
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-solutions a dl:hover {
    color: #0076cf;
}
.nav-solutions a dl:hover img{
    opacity: .6;
}

.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: #0076cf;
}

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

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

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

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

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

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

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: 451px;
    width: 150px;
    /* 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: #0076cf;
}

.nav-flexible {
    position: absolute;
    top: 80px;
    left: 364px;
    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: #0076cf;
}

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

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 {
    position: absolute;
    top: 80px;
    left: 537px;
    width: 150px;
    /*height: 50px;*/
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 1;
}

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

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

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

.nav-community a:hover {
    color: #0076cf;
}

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

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

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

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

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

.nav-shopcart {
    position: absolute;
    top: 80px;
    left: 280px;
    background: rgba(247, 247, 247, 1);
    z-index: 903;
    display: none;
    opacity: 1;
}
.nav-shopcart{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: left;
    padding: 0 0 29px;
    border-top: 1px solid #e6e7e8;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    /*display: block !important;*/
}
.nav-shopcart .main-box {
    display: inline-block;
    vertical-align: top;
}
.nav-shopcart .main-box .shop-head {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: normal;
    white-space: normal;
    padding: 27px 35px 12px;
}
.nav-shopcart .main-box .shop-head a {
    color: #939598;
}
.nav-shopcart .main-box .shop-head a span {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 2px 0 0 10px;
    font-weight: bold;
}
.nav-shopcart .main-box .shop-wrap .col {
    display: inline-block;
    vertical-align: top;
    width: 235px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16px;
    font-weight: 300;
    white-space: normal;
}
.nav-shopcart .main-box .shop-wrap .col ul {
    padding: 0;
    margin: 0;
    color: #939598;
    list-style: none;
    overflow: hidden;
}
.nav-shopcart .main-box .shop-wrap .col ul a:not([class]), .nav-shopcart .main-box .shop-wrap .col ul a.active {
    color: #939598;
    display: block;
    position: relative;
    padding: 10px 15px 9px 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-shopcart .main-box .shop-wrap .col ul a:not([class]):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #0071C5;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.nav-shopcart .main-box .shop-wrap .col ul a:not([class]):hover:before {
    opacity: 1;
}
.nav-shopcart .main-box .shop-wrap .col ul a:not([class]):hover {
    background: #e6e7e8;
    text-decoration: none;
}
.nav-shopcart .main-box .shop-wrap .h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #53565a;
    margin: 0;
}
.nav-shopcart .main-box .shop-wrap p {
    margin: 0;
}
.nav-shopcart .add-box {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    white-space: normal;
    letter-spacing: normal;
    padding: 71px 35px 0;
    color: #53565a;
}
.nav-shopcart .add-box:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -35px;
    border-left: 1px solid #e6e7e8;
}
.nav-shopcart .add-box .cart-title {
    text-transform: small-caps;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 !important;
}
.nav-shopcart .add-box a {
    display: block;
    color: #53565a;
    text-decoration: none;
}
.nav-shopcart .add-box img {
    width: 100%;
    height: auto;
    margin: 0 0 9px;
}
.nav-shopcart .add-box p {
    margin: 0 0 5px;
}
.nav-shopcart .add-box .btn-link {
    color: #53565a;
    text-transform: none;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}
.nav-shopcart .add-box
.nav-shopcart p {
/*    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    text-align: left;
    text-indent: 25px;*/
}

@media screen and (min-width: 950px){
	.nav-solutions dl img{
        max-width: 100%;
        
    }
}
@media screen and (max-width: 950px) {
	.wrap_content{
		margin-top: 60px;
	}
	#header-nav{
		position: static;
	}
    .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: auto;
        top: 50%;
        left: 30%;
        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: #0076cf;
        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: #0076cf;
    }
    .nav-hover .nav-left a span.chosed::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        height: 3px;
        background: #0076cf;
        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%;
    }
    .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: #0076cf;
    }
    .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: #0076cf;
        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: #0076cf;
        background: none;
    }
    div.flex-en-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-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: #0076cf;
        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: #0076cf;
        background: none;
    }
    div.supports-en-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: #0076cf;
        background: none;
    }
    div.community-en-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: 30%;
    }
}

@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 (max-width: 1360px) {
    .nav-flexible {
        left:375px;
    }
    .nav-supports {
        left:453px;
    }
    .nav-community {
        left:525px;
    }
}

@media screen and (min-width: 1360px) {
    .nav-left {
        padding-left: 50px;
    }
    .nav-left a span {
        margin-left: 25px;
    }
    .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: 170px;
        margin-right: .15rem;
    }
    .nav-products dl.fl-first {
        margin-left: 95px;
    }
    
    .nav-products dl dd img {
        height: 0.8rem;
        /*margin-top: 40px;*/
        margin-bottom: 20px;
    }
    .all-products-more dd {
        margin-top: 155px;
    }
    .nav-solutions dl {
        width: 120px;
        background-size: 80px;
        margin-right: .15rem;
        background-position: 20px 50px;
    }
    .nav-solutions dl.soa{

    }
    .nav-solutions dl.fl-first {
        margin-left: 95px;
    }
    
    .nav-supports {
        left: 620px;
    }
    .nav-flexible {
        left: 525px;
    }
    .nav-community {
        left: 720px
    }
    .nav-shopcart {
        left: 558px
    }
    div.flex-en-css {
        left: 425px;
    }
    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-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-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-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 (min-width: 1590px) {
    .nav-shopcart {
        left: 780px
    }
}

@media screen and (min-width: 1900px) {
    .nav-shopcart {
        left: 900px
    }
}
/* 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;
}


.nav-hover .ss{ 
	width: 245px; 
	position: absolute; 
	height: 38px;
	top: 50%;
    right: 310px;
    transform: translate(0, -50%);
	
}
.nav-hover .ss .h_ss {
    width: 240px;
    position: absolute;
    right: 0px;
    top: 7.2px;
    transition: all 0.3s linear;
    transition: all 0.4s;
}

@media (max-width:1080px) {
    .nav-left a span {
        margin-right:10px;
    }
    .nav-hover .ss .h_ss {
        right:28px;
    }
}

.nav-hover .ss .h_ss .txt {
    border: 1px solid #3391d9;
    background-color: #3391d9;
    border-radius: 20px;
    width: 0px;
    height: 35px;
    float: right;
    opacity: 0;
    transition: all 0.3s linear;
    transition: all 0.4s;
    padding: 0 8px;
    margin-top: -5px;
}

.nav-hover .ss .h_ss .sub {
    width: 20px;
    height: 20px;
    border: 0;
    float: right;
    background: url(../images/ss.png) no-repeat center ;
    background-size: 21px;
    transition: all 0.3s linear;
    transition: all 0.4s;
}

.nav-hover .ss:hover .h_ss {
    width: 240px;
}
.nav-hover .ss:hover .txt{opacity: 1;width: 150px;}


/*.wrap_content {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.banner_area {*/
/*    display: block;*/
/*    height: 780px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    margin-top: -72px;*/
/*    overflow: hidden;*/
/*}*/
/*.video1 {*/
/*    width: 2560px;*/
/*    height: 780px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    margin-left: -1280px;*/
/*    z-index: 1;*/
/*}*/