/* 公用顶部 */
.header-content{
    width:100%;
    min-width:1200px;
    height:99px;
    position: relative;
    z-index: 99999;
    border-bottom: 1px solid #e5e5e5;
    background:#fff}
.header-block{
    width:1200px;
    height:99px;
    margin:0 auto}
.header-block .logo{
    float:left;
    width: 349px;
    height: 99px;
    position: relative;
}
.header-block .logo .ten-icon{
    position: absolute;
    right: -50px;
    top: 35px;
}
.header-block .logo > a{
    display: table-cell;
    width: 349px;
    height: 99px;
    vertical-align: middle;
}
.header-block .logo > a > img{
    vertical-align: middle;
}

.nav{
    float: left;
    width: 600px;
    height: 99px;
}
.nav > ul > li{
    float: left;
    height: 49px;
    padding: 25px 0;
}
.nav > ul > li > a{
    display: block;
    color: #333;
    height: 49px;
    line-height: 49px;
    padding: 0 18px;
    overflow: hidden;
    font-size: 15px;
}
.nav > ul > li > a .tit{
    display: inline-block;
    position: relative;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.nav > ul > li:hover > a .tit{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.nav > ul > li > a .tit:after{
    content: attr(data-title);
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.nav > ul > li > a .icon{
    display: inline-block;
    width: 8px;
    height: 5px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background: url("../images/header-new-icon.png") no-repeat 0 0;
}
.nav > ul > li:hover > a{
    color: #52b268;
    text-decoration: none;
}
.nav > ul > li:hover > a .icon{
    background: url("../images/header-new-icon.png") no-repeat -18px 0;
}
.nav > ul > li > .submenu{
    display: none;
    position: absolute;
    left: 0;
    top: 99px;
    z-index:9999;
    width: 100%;
    height: 185px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    background: rgba(255,255,255,.95);
}
.nav > ul > li:hover .sub-wrapper{
    display: block;
}
.sub-wrapper{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 99px;
    border-top: 1px solid #e5e5e5;
    background: rgba(255,255,255,.95);
}
.plan-wrapper{
    padding: 20px 60px;
}
.plan-wrapper:last-child{
    padding-top: 10px;
    padding-bottom: 0;
}
.plan-wrapper .item-bar{
    font-size: 16px;
}
.plan-wrapper .item-bar .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -3px 15px 0 0;
    background: url("../images/header-new-icon.png") no-repeat;
}
.plan-wrapper .item-bar .hy-icon{
    background-position: 0 -22px;
}
.plan-wrapper .item-bar .yx-icon{
    background-position: 0 -61px;
}
.plan-wrapper .item-list{

}
.plan-wrapper .item-list>li{
    float: left;
    width: 240px;
    margin-right: 120px;
    border-bottom: 1px solid #e5e5e5;
}
.plan-wrapper:last-child .item-list>li{
    border-bottom: 0;
}
.plan-wrapper .item-a{
    display: block;
    padding: 20px 0;
    position: relative;
}
.plan-wrapper .item-a .tit{
    font-size: 15px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.plan-wrapper .item-a:hover .tit{
    color: #31c353;
}
.plan-wrapper .item-a .txt{
    color: #999;
    padding-top: 8px;
    font-size: 13px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.plan-wrapper .item-a:hover .txt{
    color: #666;
}
.plan-wrapper .item-a .more-icon{
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/header-new-icon.png") no-repeat -36px 0;
}
.plan-wrapper .item-a:hover .more-icon{
    background: url("../images/header-new-icon.png") no-repeat -53px 0;
}

.cms-buy{
    float: left;
    padding-left: 50px;
    margin: 20px 0;
    min-height: 335px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}
.cms-buy:first-child{
    border-left: 0;
    width: 300px;
}
.cms-buy:nth-of-type(2){
    width: 560px;
}
.cms-buy:last-child{
    width: 328px;
}
.cms-buy>.title{
    font-size: 16px;
    margin-bottom: 26px;
}
.cms-buy .item{
    width: 240px;
    padding: 0 0 30px;
    -webkit-transition: transform ease-out .5s;
    -moz-transition: transform ease-out .5s;
    -o-transition: transform ease-out .5s;
    transition: transform ease-out .5s;
}
.cms-buy .item:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cms-buy .item .item-a{
    display: block;
}
.cms-buy .item dt{
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 4px;
    background: url("../images/header-new-icon.png") no-repeat;
}
.cms-buy .item .app-icon{
    background-position: -40px -22px;
}
.cms-buy .item .tpl-icon{
    background-position: -86px -22px;
}
.cms-buy .item .cus-icon{
    background-position: -40px -68px;
}
.cms-buy .item .ser-icon{
    background-position: -86px -68px;
}
.cms-buy .item .upd-icon{
    background-position: -132px -22px;
}
.cms-buy .item .cha-icon{
    background-position: -178px -22px;
}
.cms-buy .item .see-icon{
    background-position: -132px -68px;
}
.cms-buy .item .onl-icon{
    background-position: -178px -68px;
}
.cms-buy .item .fwqyw-icon{
    background: url("../images/header-new-icon-add.png") no-repeat 0 0;
}
.cms-buy .item .rjyw-icon{
    background: url("../images/header-new-icon-add.png") no-repeat -42px 0;
}
.cms-buy .item .dyy-icon{
    background: url("../images/header-new-icon-add.png") no-repeat -84px 0;
}
.cms-buy .item .sdyy-icon{
    background: url("../images/header-new-icon-add.png") no-repeat -126px 0;
}
.cms-buy .item dd{
    padding-left: 50px;
}
.cms-buy .item .tit{
    color: #333;
    font-size: 15px;
}
.cms-buy .item .tit .tit-ico{
    display: inline-block;
    width: 29px;
    height: 11px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/header-new-icon-add.png") no-repeat;
}
.cms-buy .item .tit .tit-ico.hot-ico{
    background-position: 0 -44px;
}
.cms-buy .item .tit .tit-ico.new-ico{
    background-position: 0 -61px;
}
.cms-buy .item .txt{
    color: #999;
    padding-top: 5px;
    font-size: 13px;
}

/* 登录 */
.user-login-box{
    float:right;
    height:99px;
    padding-left: 10px;
}
.user-login-box .login-before{
    float:right;
}
.user-login-box .login-before a{
    float:left;
    color:#999;
    height:99px;
    line-height:99px;
    text-decoration:none}
.user-login-box .login-before a:hover{
    color: #52b268;
}
.user-login-box .login-before s{
    float:left;
    width:0;
    height:13px;
    margin:43px 10px;
    border-left:1px solid #ccc}
.user-login-box .login-after{
    float:right;
    height:99px}
.user-login-box .login-after .feed-back{
    float:left;
    color:#52b268;
    width:24px;
    height:24px;
    line-height:12px;
    margin: 38px 10px 0 0;
    cursor:pointer;
    font-size:0;
    text-align:center;
    vertical-align:middle;
    background:url(../images/header-ico.png) no-repeat -17px 0}
.user-login-box .login-after .feed-back:hover{
    font-size:12px;
    background: none;
}
.user-login-box .login-after .my-account{
    float:right;
    height:99px;
    cursor:pointer;
    position:relative}
.user-login-box .login-after .my-account:hover{
    background:#fff}
.user-login-box .login-after .my-account .pic-name{
    float:left;
    padding:0 10px}
.user-login-box .login-after .my-account .pic-name img{
    float:left;
    width:32px;
    height:32px;
    margin:34px 7px 0 0;
    border-radius:3px}
.user-login-box .login-after .my-account .pic-name span{
    float:left;
    color:#999;
    width: 61px;
    height:99px;
    line-height:99px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.user-login-box .login-after .my-account:hover .account-con{
    display:block}
.user-login-box .login-after .my-account .account-con{
    display:none;
    position:absolute;
    left:0;
    top:99px;
    width:100%;
    padding: 10px 0;
    animation:topFadeIn 0.7s;
    background:#fff}
.user-login-box .login-after .my-account .account-con a{
    display:block;
    color:#333;
    height:30px;
    line-height:30px;
    text-align: center;
    text-decoration:none}
.user-login-box .login-after .my-account .account-con a:hover{
    color:#52b268;}
/* 购物车 */
.gwc-content{
    float: right;
    width: 26px;
    height: 97px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    border-top: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.gwc-content:hover{
    border-top: 2px solid #039858;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.gwc-content:after{
    content: "";
    display: none;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 99;
}
.gwc-content:hover:after{
    display: block;
}
.gwc-content .gwc-ico{
    display: block;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -13px;
    background: url("../images/header-ico.png") no-repeat -84px 0;
}
.gwc-content:hover .gwc-ico{
    background: url("../images/header-ico.png") no-repeat -121px 0;
}
.gwc-content:hover .gwc-block{
    display: block;
}
.gwc-block{
    display: none;
    position: absolute;
    top: 97px;
    right: -1px;
    width: 290px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.gwc-block .gwc-list{
    padding: 0 13px;
    max-height: 400px;
    overflow-y: auto;
}
.gwc-block .gwc-list::-webkit-scrollbar{
    width:5px;
}
.gwc-block .gwc-list::-webkit-scrollbar-button{
    width: 0;
    height: 0;
    background:#ddd
}
.gwc-block .gwc-list::-webkit-scrollbar-track{
    background:#ddd
}
.gwc-block .gwc-list::-webkit-scrollbar-thumb{
    background:#a5a5a5;
    border-radius:5px
}
.gwc-block .gwc-list li{
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
.gwc-block .gwc-list li .close{
    display: none;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url("../images/header-ico.png") no-repeat -157px 0;
}
.gwc-block .gwc-list li:hover .close{
    display: block;
}

.gwc-block .gwc-list li:hover .close:hover{
    background: url("../images/header-ico.png") no-repeat -175px 0;
}
.gwc-block .gwc-list li .pic{
    display: inline-block;
    vertical-align: top;
}
.gwc-block .gwc-list li .bt{
    display: inline-block;
    color: #515151;
    width: 100px;
    height: 54px;
    line-height: 18px;
    vertical-align: top;
    padding-left: 5px;
    overflow: hidden;
}
.gwc-block .gwc-list li .price{
    color: #515151;
    float: right;
    padding-right: 10px;
    vertical-align: top;
}
.gwc-block .js-block{
    padding: 15px;
    background: #fafafa;
}
.gwc-block .js-block .sum{
    display: inline-block;
}
.gwc-block .js-block .sum em{
    color: #515151;
    display: block;
}
.gwc-block .js-block .sum strong{
    color: #ff4b14;
    display: block;
    font-size: 20px;
}
.gwc-block .js-block .js-link{
    float: right;
    color: #fff;
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ed503f;
}

.gwc-block .gwc-none{
    color: #515151;
    padding: 30px 0;
    text-align: center;
}

.reg-give-lw{
    float: right;
    margin: 32px 0 0 10px;
}

/* 动画 */
@-webkit-keyframes situ-header-sub-fadeIn{
    from{
        -webkit-transform:translate(100px);
        transform:translate(100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-moz-keyframes situ-header-sub-fadeIn{
    from{
        -webkit-transform:translate(100px);
        transform:translate(100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@keyframes situ-header-sub-fadeIn{
    from{
        -webkit-transform:translate(100px);
        transform:translate(100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-webkit-keyframes situ-header-sub-fadeIn-left{
    from{
        -webkit-transform:translate(-100px);
        transform:translate(-100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-moz-keyframes situ-header-sub-fadeIn-left{
    from{
        -webkit-transform:translate(-100px);
        transform:translate(-100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@keyframes situ-header-sub-fadeIn-left{
    from{
        -webkit-transform:translate(-100px);
        transform:translate(-100px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}