/* 公用顶部 */
.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:180px;
    height:99px;
    position: relative;
}
.header-block .logo .ten-icon{
    position: absolute;
    right: -50px;
    top: 35px;
}
.header-block .logo > a{
    display: table-cell;
    width: 180px;
    height: 99px;
    vertical-align: middle;
}
.header-block .logo > a > img{
    vertical-align: middle;
}

.nav{
    float: left;
    width: 600px;
    height: 99px;
    margin-left: 80px;
}
.nav > ul > li{
    float: left;
    height: 97px;
    border-top: 2px solid #fff;
}
.nav > ul > li.active,
.nav > ul > li:hover{
    border-top: 2px solid #039858;
}
.nav > ul > li > a{
    display: block;
    color: #333;
    height: 97px;
    line-height: 97px;
    padding: 0 18px;
    font-size: 16px;
}
.nav > ul > li > a:hover{
    color: #52b268;
    text-decoration: none;
}
.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 > .submenu{
    display: block;
}*/
.cms-buy,
.cms-mall,
.cms-case,
.cms-help,
.cms-seo{
    width: 1200px;
    height: 185px;
    margin: 0 auto;
}
.cms-buy .buy-hd{
    float: left;
    width: 225px;
    height: 185px;
    padding-left: 285px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn-left .8s forwards;
    animation:situ-header-sub-fadeIn-left .8s forwards;
    background: url("../images/situ-menu-pic01.png") no-repeat 0 22px;
}
.cms-buy .buy-hd > h3{
    color: #666;
    line-height: 24px;
    margin-top: 30px;
    padding-top: 35px;
    font-size: 14px;
    background: url("../images/situ-menu-pic02.png") top left no-repeat;
}
.cms-buy .buy-hd .buy-btn{
    margin-top: 15px;
    font-size: 0;
}
.cms-buy .buy-hd .buy-btn > a{
    display: inline-block;
    color: #50b269;
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #50b269;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cms-buy .buy-hd .buy-btn > a:hover{
    color: #fff;
    background: #50b269;
}
.cms-buy .buy-hd .buy-btn > a.ml30{
    margin-left: 30px;
}
.cms-buy .buy-list{
    float: left;
    width: 500px;
    margin-left: 100px;
    padding: 20px 0;
}
.cms-buy .buy-list > ul > li{
    color: #999;
    height: 26px;
    line-height: 26px;
    padding: 5px 0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn .8s forwards;
    animation:situ-header-sub-fadeIn .8s forwards
}
.nav > ul > li:hover .buy-hd,
.nav > ul > li:hover .mall-hd,
.nav > ul > li:hover .help-hd,
.nav > ul > li:hover ul > li{
    opacity: 1\9;
    filter:alpha(opacity=100);
}
.cms-buy .buy-list > ul > li:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.cms-buy .buy-list > ul > li:nth-child(2){
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.cms-buy .buy-list > ul > li:nth-child(3){
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.cms-buy .buy-list > ul > li:nth-child(4){
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.cms-buy .buy-list > ul > li > a{
    color: #333;
    float: left;
    width: 95px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 32px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cms-buy .buy-list > ul > li > a:hover{
    color: #fff;
    background: #50b269;
}
.cms-buy .buy-list > ul > li > a:before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    background: url("../images/header-ico.png") no-repeat 0 -23px;
}
.cms-buy .buy-list > ul > li > a:hover:before{
    background: url("../images/header-ico.png") no-repeat 0 0;
}

.cms-mall .mall-hd{
    float: left;
    width: 200px;
    height: 185px;
    padding-left: 290px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn-left .8s forwards;
    animation:situ-header-sub-fadeIn-left .8s forwards;
    background: url("../images/situ-menu-pic03.png") no-repeat 40px 22px;
}
.cms-mall .mall-hd > h3{
    color: #666;
    line-height: 24px;
    padding-top: 40px;
    margin-top: 30px;
    font-size: 14px;
    background: url("../images/situ-menu-pic04.png") left top no-repeat;
}
.cms-mall .mall-list{
    float: left;
    width: 540px;
    height: 185px;
    margin-left: 120px;
}
.cms-mall .mall-list > ul{
    padding: 20px 0;
}
.cms-mall .mall-list > ul > li{
    float: left;
    padding: 20px 0;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn .8s forwards;
    animation:situ-header-sub-fadeIn .8s forwards
}
.cms-mall .mall-list > ul > li:nth-child(1),
.cms-mall .mall-list > ul > li:nth-child(4){
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.cms-mall .mall-list > ul > li:nth-child(2),
.cms-mall .mall-list > ul > li:nth-child(5){
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.cms-mall .mall-list > ul > li:nth-child(3),
.cms-mall .mall-list > ul > li:nth-child(6){
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.cms-mall .mall-list > ul > li > a{
    display: block;
    color: #333;
    width: 180px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.cms-mall .mall-list > ul > li > a:hover{
    color: #52b268;
}
.cms-mall .mall-list > ul > li > a:before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: -3px 6px 0 0;
    vertical-align: middle;
    background: url("../images/header-ico.png") no-repeat;
}
.cms-mall .mall-list > ul > li.gm > a:before{
    background-position: 0 -46px;
}
.cms-mall .mall-list > ul > li.mb > a:before{
    background-position: -42px -46px;
}
.cms-mall .mall-list > ul > li.yy > a:before{
    background-position: -84px -46px;
}
.cms-mall .mall-list > ul > li.fwq > a:before{
    background-position: -126px -46px;
}
.cms-mall .mall-list > ul > li.ym > a:before{
    background-position: -168px -46px;
}
.cms-mall .mall-list > ul > li.sc > a:before{
    background-position: -210px -46px;
}
.cms-mall .mall-list > ul > li.gm:hover > a:before{
    background-position: 0 -88px;
}
.cms-mall .mall-list > ul > li.mb:hover > a:before{
    background-position: -42px -88px;
}
.cms-mall .mall-list > ul > li.yy:hover > a:before{
    background-position: -84px -88px;
}
.cms-mall .mall-list > ul > li.fwq:hover > a:before{
    background-position: -126px -88px;
}
.cms-mall .mall-list > ul > li.ym:hover > a:before{
    background-position: -168px -88px;
}
.cms-mall .mall-list > ul > li.sc:hover > a:before{
    background-position: -210px -88px;
}

.cms-case .case-item{
    float: left;
    padding: 16px 0 16px 230px;
}
.cms-case .case-item > ul > li{
    float: left;
    width: 188px;
    padding: 0 30px;
    text-align: center;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn .8s forwards;
    animation:situ-header-sub-fadeIn .8s forwards
}
.cms-case .case-item > ul > li:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.cms-case .case-item > ul > li:nth-child(2){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.cms-case .case-item > ul > li:nth-child(3){
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.cms-case .case-item > ul > li .pic{
    display: block;
    width: 188px;
    height: 113px;
    overflow: hidden;
}
.cms-case .case-item > ul > li .tit{
    color: #333;
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
}
.cms-case .case-item > ul > li:hover > a,
.cms-case .case-item > ul > li .tit:hover{
    color: #52b268;
}
.cms-case .case-item > ul > li .txt{
    color: #999;
}

.cms-help .help-hd{
    float: left;
    height: 185px;
    padding-left: 290px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn-left .8s forwards;
    animation:situ-header-sub-fadeIn-left .8s forwards;
    background: url("../images/situ-menu-pic08.png") no-repeat 40px 26px;
}
.cms-help .help-hd > h3{
    color: #666;
    line-height: 24px;
    padding-top: 35px;
    margin-top: 30px;
    font-size: 14px;
    background: url("../images/situ-menu-pic09.png") left top no-repeat;
}
.cms-help .help-hd .phone-num{
    color: #3db1fa;
    display: block;
    margin-top: 10px;
    font-size: 26px;
    font-weight:bold;
    font-family: Arial, "微软雅黑";
}
.cms-help .help-list{
    float: left;
    padding: 48px 0;
    margin-left: 90px;
}
.cms-help .help-list > ul > li{
    float: left;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn .8s forwards;
    animation:situ-header-sub-fadeIn .8s forwards;
}
.cms-help .help-list > ul > li:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.cms-help .help-list > ul > li:nth-child(2){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.cms-help .help-list > ul > li:nth-child(3){
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.cms-help .help-list > ul > li:nth-child(4){
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.cms-help .help-list > ul > li:nth-child(5){
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.cms-help .help-list > ul > li > a{
    display: block;
    width: 130px;
    text-align: center;
    font-size: 14px;
}
.cms-help .help-list > ul > li > a:hover{
    color: #52b268;
}
.cms-help .help-list > ul > li > a:before{
    content: "";
    display: block;
    width: 67px;
    height: 60px;
    margin: 0 auto 10px;
    background: url("../images/header-ico.png") no-repeat;
}
.cms-help .help-list > ul > li.ga a:before{
    background-position: 4px -130px;
}
.cms-help .help-list > ul > li.sy a:before{
    background-position: -65px -130px;
}
.cms-help .help-list > ul > li.dz a:before{
    background-position: -138px -130px;
}
.cms-help .help-list > ul > li.cz a:before{
    background-position: -214px -130px;
}
.cms-help .help-list > ul > li.sh a:before{
    background-position: -286px -130px;
}

.cms-seo .seo-list{
    float: right;
    padding: 48px 0;
}
.cms-seo .seo-list > ul > li{
    float: left;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-animation:situ-header-sub-fadeIn .8s forwards;
    animation:situ-header-sub-fadeIn .8s forwards;
}
.cms-seo .seo-list > ul > li:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.cms-seo .seo-list > ul > li:nth-child(2){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.cms-seo .seo-list > ul > li:nth-child(3){
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.cms-seo .seo-list > ul > li:nth-child(4){
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.cms-seo .seo-list > ul > li:nth-child(5){
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.cms-seo .seo-list > ul > li > a{
    display: block;
    width: 150px;
    text-align: center;
    font-size: 14px;
}
.cms-seo .seo-list > ul > li > a:hover{
    color: #52b268;
}
.cms-seo .seo-list > ul > li > a:before{
    content: "";
    display: block;
    width: 64px;
    height: 59px;
    margin: 0 auto 10px;
    background: url("../images/header-ico.png") no-repeat;
}
.cms-seo .seo-list > ul > li.ly > a:before{
    background-position: 3px -200px ;
}
.cms-seo .seo-list > ul > li.yh > a:before{
    background-position: -67px -200px;
}
.cms-seo .seo-list > ul > li.zh > a:before{
    background-position: -139px -200px;
}
.cms-seo .seo-list > ul > li.jy > a:before{
    background-position: -213px -200px;
}
.cms-seo .seo-list > ul > li.sc > a:before{
    background-position: -287px -200px;
}

.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)
    }
}