/*顶边栏*/
.header-top{
    min-width:1200px;
    height: 40px;
    background-color: #333333;
}
.navbar-nav{
  line-height: 40px;
    padding: 0 0 0 8px;
}
.navbar-nav a,.register,.login,.tz{
    color:#b0b0b0;
}
.navbar-nav a:hover,.register:hover,.login:hover,.tz:hover{
    color:#fff;
}
@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.cart{
    position: relative;
    z-index: 32;
    display:inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
    background: #424242;
    width: 120px;
    margin-left: 15px;
}
.cart .cart-mini{
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -4px;
}
.cart .cart-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 31;
    width: 316px;
    min-height: 85px;
    line-height: 85px;
    padding: 15px 0 0;
    color: #424242;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.cart:hover {
    background: #fff;
    color: #ff6700;
}
.cart:hover .cart-menu{
    display: block;
}
/*导航栏*/
.header-navbar{
    position: relative;
    height: 100px;
}
.logo{
     display: block;
     width: 55px;
     height: 55px;
     margin-top: 22px;
     background-color: #ff6700;
     position: relative;
}
.nav .nav-item{
    width:660px;
    height:80px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.nav{
    width:850px;
    height:100px;
    position:relative;
    margin-left: 25px;
}
.nav-rt{
    margin-top: 22px;
}
.item-children{
    /*display: none;*/
    width: 1226px;
    margin-right: auto;
    margin-left: auto;
}
.nav-item .link{
    display: block;
    padding: 26px 10px 38px;
    color: #333;
    font-size: 16px;
 }
.nav-item  .link:hover{
    color:#ff6700;
}
.nav-item{
    position:relative;
}
.header-nav-menu {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 24;
    width: 100%;
    height: 229px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}
 .header-nav-menu .title {
     margin: 0;
     line-height: 20px;
     color: #333;
 }
.header-nav-menu-active {
    border-bottom: 1px solid #e0e0e0 \9;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
    box-shadow: 0 3px 4px rgba(0,0,0,0.18);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
}
.header-nav-menu .figure-thumb {
    width: 160px;
    height: 110px;
    margin: 0 auto 16px;
    text-align: center;
}
 .header-nav-menu .figure-thumb a {
    display: block;
}
.header-nav-menu .figure-thumb img {
    width: 160px;
    height: 110px;
}
.header-nav-menu .children-list {
    display: none;
    font-size: 12px;
    width:1226px;
    margin-left: 84px;
    position:absolute;
}
.header-nav-menu .children-list li {
    position: relative;
    float: left;
    width: 180px;
    padding: 35px 12px 0;
    text-align: center;
}
 .header-nav-menu .children-list li:before {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1;
    width: 1px;
    height: 100px;
    content: "";
    background-color: #e0e0e0;
}
.children-list .first:before {
    display: none;
}
.header-nav-menu .price {
    margin: 0;
    line-height: 20px;
    color: #ff6700;
}
.search-form{
    position: relative;
    width: 296px;
    height: 50px;
}
.search-form .search-text{
    position: absolute;
    top: 0;
    right: 51px;
    z-index: 1;
    width: 223px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 48px;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-form .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 52px;
    height: 48px;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    line-height: 24px;
    background: #fff;
    color: #616161;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-form .search-btn span{
    font-size: 18px;
}
.search-form .search-btn:hover{
    background-color: #ff6700;
    color:#fff
}
.search-form .search-focus{
    border-color:#ff6700;
}
.search-words{
    position: absolute;
    top: 14px;
    right: 62px;
    z-index: 2;
    text-align: right;
}
.search-words a{
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 12px;
    background: #eee;
    color: #757575;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.search-words a:hover{
    background-color: #ff6700;
    color:#fff;
}
.keywords{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 20;
    width: 241px;
    border: 1px solid #ff6700;
    border-top: 0;
    background: #fff;
}
.keywords li span.result{
    position: absolute;
    right: 15px;
    top: 6px;
    color: #b0b0b0;
}
.keywords li>a{
    position: relative;
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    color: #424242;
}
.keywords li:hover{
    background-color:#FAFAFA;
}


/* category slider */
.slider{
    position:relative;
}
.slider-main li {
    position:absolute;
}
.slider-main{
    height: 460px;
}
.index{
    display: block;
    left: auto;
    right: 30px;
    text-align: right;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 20px;
}
.index li{
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-color: rgba(255,255,255,0.3);
    border-radius: 10px;
    text-align: left;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #f5f5f5;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.index .active{
    background: #fff;
    background: rgba(255,255,255,0.4);
    border-color: #757575;
    border-color: rgba(0,0,0,0.4);
}
.slider .btn{
     position: absolute;
     top: 50%;
     width: 41px;
     height: 69px;
     margin-top: -35px;
     overflow: hidden;
     outline: 0;
}
.slider .next:hover{
    background-position: -42px 50%;
}
.slider .next{
    right: 0;
    background: url('../img/icon-slides.png') no-repeat -125px 50%;

}
.slider .pre{
    left: 234px;
    background: url('../img/icon-slides.png') no-repeat -84px 50%;
}
.slider .pre:hover{
    background-position: 0 50%;
}
.category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 234px;
    height: 460px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);

}
.category-list {
    height: 420px;
    color: #fff;
    padding: 20px 0;
}
.category-item:hover {
    width: 100%;
    height: 42px;
    background: #ff6700;
    color: #fff;
}

.category-list .title {
    position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    color: #fff;
}
.category-list .title span {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 20px;
    line-height: 16px;
    color: #ccc;
}
.category-list .children-col-3 {
    width: 795px;
}
.category-list .children {
    display: none;
    position: absolute;
    left: 234px;
    top: 0;
    z-index: 6;
    height: 456px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);
}
.category-list .children-list-col {
    float: left;
    width: 265px;
}
.category-list .children-col-2 {
    width: 530px;
}
.category-list .children-list {
    height: 458px;
    margin: 0;
    padding: 2px 0;
    list-style-type: none;
}
.category-list .children-list li {
    position: relative;
    float: left;
    width: 265px;
    height: 76px;
}
.category-list .children-list .link {
    display: block;
    margin-left: 20px;
    margin-top: 6px;
    line-height: 40px;
    color: #333;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.category-list .children-list .link:hover{color: #ff6700;}
.category-list .children-list .thumb {
    margin-right: 12px;
    vertical-align: middle;
}
.category-list .children-list .text {
    line-height: 40px;
    font-size: 14px;
}
.category-list .children-list .btn-buy {
    position: absolute;
    right: 10px;
    top: 22px;
    width: 58px;
    height: 22px;
    line-height: 22px;
}

.category .btn-small {
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
}
.category .btn {
    display: inline-block;
    border-radius: 0;
    width: 158px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 1px solid #ff6700;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #ff6700;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category .btn:hover {
    background: #ff6700;
    color: #fff;
}
.home-nav{
    margin-top: 14px;
}
.home-channel-list li {
    position: relative;
    float: left;
    width: 70px;
    height: 82px;
    padding: 0 3px;
}
.home-channel-list{
    width: 234px;
    height:170px;
    font-size: 12px;
    text-align: center;
    background: #5f5750;
}
.home-channel-list i {
    display: block;
    height: 24px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
}
.home-channel-list li.top:before {
    display: none;
}
.home-channel-list li:before {
    top: -1px;
    left: 6px;
    width: 64px;
    height: 1px;
}
.home-channel-list li:before, .home-channel-list li:after {
    position: absolute;
    content: "";
    background: #665e57;
}
.home-channel-list li:after {
    top: 6px;
    left: 0;
    width: 1px;
    height: 70px;
}

.home-channel-list li.left:after {
    display: none;
}
.home-channel-list a:hover {
    color: #fff;
}
.home-channel-list a {
    display: block;
    padding-top: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    color: rgba(255,255,255,0.7);
    -webkit-transition: color .2s;
    transition: color .2s;
}
.home-promo-list img {
    width: 316px;
    height: 170px;
}
.home-promo-list li{
    margin-left: 14px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
}
.home-promo-list li :hover{
    box-shadow: 6px 1px 30px rgba(0,0,0,0.2);
}
/*start-product */
.start-product{
    margin-top:20px;
}
.box-hd{
    position: relative;
}
.box-hd .title{
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}
.box-hd .arrow{
    position: absolute;
    top: 24px;
    right: 0;
}
.start-product .arrow a{
    width: 24px;
    height: 16px;
    padding: 3px 5px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    color: #b0b0b0;
    -webkit-transition: color .5s;
    transition: color .5s;
    margin-left: -5px;
}
.start-product .arrow .disable {
        color:#e0e0e0;
}
.start-product .arrow a:hover{
    color: #ff6700;
}
.start-product .xm-carousel-wrapper{
    position: relative;

}
.xm-carousel-wrapper .main-banner{
    position:absolute;
    left:100%;
}
.main-banner li {
    float: left;
    width: 234px;
    margin-right: 14px;
    height: 300px;
    padding-top: 39px;
    border-top-width: 1px;
    text-align: center;
    background: #fafafa;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.xm-carousel-wrapper .main-banner li:nth-child(5){
    margin-right:0;
}
.main-banner .thumb{
    display: block;
    width: 160px;
    margin: 0 auto 22px;
}
.main-banner .thumb img {
    width: 160px;
    height: 160px;
}
.main-banner h3 a{
    font-weight: 400;
    color: #212121;
}
.main-banner .desc {
    height: 18px;
    margin: 0 20px 12px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #b0b0b0;
}
.main-banner .price {
    margin: 0;
    color: #ff6709;
}
.rainbow-item-1 {
    border-top-color: #ffac13;
}
.rainbow-item-2 {
    border-top-color: #83c44e;
}
.rainbow-item-3 {
    border-top-color: #2196f3;
}
.rainbow-item-4 {
    border-top-color: #e53935;
}
.rainbow-item-5 {
    border-top-color: #00c0a5;
}
.rainbow-item-6 {
    border-top-color: #ffac13;
}
 .rainbow-item-7 {
    border-top-color: #83c44e;
}
.rainbow-item-8 {
    border-top-color: #2196f3;
}
.rainbow-item-9 {
    border-top-color: #e53935;
}
 .rainbow-item-10 {
    border-top-color: #00c0a5;
}
 /*main-home*/
.main-home{
    margin-top: 60px;
    background: #f5f5f5;
    min-width:1200px;
    min-height:1000px;
}
.more{
    position: absolute;
    top: 0;
    right: 0;
}
.more .more-link:hover{

    color: #ff6709;
}
.more .more-link:hover .rt{
 color: #fff;
    background-color: #ff6700;
}
.more .more-link {
    font-size: 16px;
    line-height: 58px;
    color: #424242;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.more .rt{
    width: 12px;
    height: 12px;
    padding: 4px;
    margin-left: 8px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 12px;
    background: #b0b0b0;
    color: #fff;
    vertical-align: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.home-brick-row-box{
    height: 672px;
}
.home-brick-box {
    margin-top: 60px;
}
.home-brick-box-1{
    margin-top: 20px;
}
.box-wrapper{
    height:614px;
}
.box-wrapper .box-lf{
    float: left;
    width: 234px;
}
.box-wrapper .box-lf a img{
    width: 234px;
}
.box-wrapper .box-lf li{
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.box-wrapper .box-rt{
    float:right;
    width: 992px;
}
.box-wrapper .box-rt .box-pro{
    height: 260px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    float: left;
    width: 234px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.box-wrapper .box-rt li img{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.box-wrapper .box-rt .box-pro .title{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333;
    margin: 30px 10px 2px;
}
.box-wrapper .box-rt .desc{
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #b0b0b0;
}
.box-wrapper .box-rt .price{
    margin: 0 10px 10px;
    text-align: center;
    color: #ff6700;
}
.box-wrapper .box-rt .flag-new {
    background-color: #83c44e;
    z-index: 5;
}
.box-wrapper .box-rt .flag {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 64px;
    height: 20px;
    margin-left: -32px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.box-wrapper .box-rt .flag-saleoff {
    background-color: #e53935;
}
.box-wrapper .box-rt .price del {
    color: #b0b0b0;
}
.box-wrapper .box-lf li:hover,.box-rt .box-pro:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.more .tab-list{
    margin: 0;
    padding: 16px 0 0;
    font-size: 16px;
}
.more .tab-list li {
    display: inline-block;
    margin: 0 0 0 30px;
    transition: border-color .5s;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #424242;
}
.more .tab-list li.tab-active{
    color: #ff6700;
    border-bottom: 2px solid #ff6700;
}
.box-well li{
    margin-bottom: 14px;
}
.box-wrapper .box-rt .review-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 234px;
    height: 0;
    opacity:0;
    overflow: hidden;
    font-size: 12px;
    background: #ff6700;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.box-wrapper .box-rt .review-wrapper a {
    display: block;
    padding: 8px 30px;
    outline: 0;
}
.box-wrapper .box-rt .review {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.box-wrapper .box-rt .author {
    color: #fff;
    color: rgba(255,255,255,0.6);
}

.box-wrapper .box-rt li:hover .review-wrapper {
    opacity: 1;
    height: 76px;
}
.box-wrapper .box-rt .box-hot .box-pro{
    height: 103px;
    position: relative;
    z-index: 1;
    float: left;
    width: 234px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.box-wrapper .box-rt .box-hot .box-pro img{
    position: absolute;
    right: 20px;
    top: 32px;
    width: 80px;
    height: 80px;
}
.box-wrapper .box-rt .box-hot .box-pro .Price {
    margin: 0 110px 0 30px;
    font-size: 12px;
    color: #ff6700;
}
.box-wrapper .box-rt .box-hot .box-pro .title {
    margin: 25px 110px 5px 30px;
    font-size: 14px;
    font-weight: 400;
}
.box-wrapper .box-rt .box-hot .box-pro .title a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}
.box-wrapper .box-rt .box-hot .box-pro .more{
    margin: 50px 130px 0 30px;
    font-size: 18px;
    color: #333;
}
.box-wrapper .box-rt .box-hot .box-pro .more small{
    display: block;
    font-size: 12px;
    color: #757575
}
.box-wrapper .box-rt .box-hot .box-pro .rt{
    display: inline-block;
    margin-top: 30px;
    margin-right: 35px;
    width: 48px;
    height: 48px;
    background: url("../img/arrow.png") no-repeat;
}
 .box-rt-1, .box-rt-2, .box-rt-3{
    position: relative;
    height:628px;
}
 .box-rt-1 ul.clear, .box-rt-2 ul.clear, .box-rt-3 ul.clear{
 position:absolute;
    display: none;
}
.home-brick-row-2-box{
    height:372px;
}
.slider-banner .arrow{
    position: absolute;
    top: 16px;
    right: 0;
}
.slider-banner .arrow a{
    width: 24px;
    height: 16px;
    padding: 3px 5px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    color: #b0b0b0;
    -webkit-transition: color .5s;
    transition: color .5s;
    margin-left: -5px;
}
.slider-banner .arrow .disable {
    color:#e0e0e0;
}
.slider-banner .arrow a:hover{
    color: #ff6700;
}
.xm-carousel-wrapper-1{
    position: relative;
    height:314px;
    overflow: hidden;
}
.xm-carousel-list{
    position: absolute;
    left:100%;
}
.xm-carousel-list li {
    float: left;
    width: 234px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 14px;
    margin-bottom: 14px;
    height: 300px;
    background-color: #fff;
    text-align: center;
}
.xm-carousel-list li:last-child{
    margin-right: 0;
}
.xm-carousel-list li dl{
    padding: 0 20px;
    margin-bottom: 0;
}
.xm-carousel-list li dl dt{
    padding: 40px 25px 15px;
    height: 145px;
}
.xm-recommend-name a {
    margin-bottom: 10px;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}
.xm-recommend-price {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #ff6700;
}
 .xm-recommend-tips {
    position: relative;
    color: #757575;
}
.xm-carousel-list li:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.home-brick-row-3-box{
    height: 473px;
}
.review-list {
    width: 1240px;
    height: 415px;
}
.review-item {
    position: relative;
    float: left;
    width: 296px;
    height: 415px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.review-item:first-child, .review-item-first {
    margin-left: 0;
}
.review-item .figure-img img {
    width: 296px;
    height: 220px;
    margin: 0 0 28px;
}
.review-item .review {
    height: 72px;
    margin: 0 28px 22px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    color: #333;
}

.review-item .author {
    position: relative;
    height: 18px;
    margin: 0 28px 8px;
    padding: 0 10px 0 0;
    font-size: 12px;
    color: #b0b0b0;
}
.review-item .info {
    margin: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.review-item .title {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    color: #333;
}
.home-review-box .sep {
    color: #e0e0e0;
}
.review-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.review-item .price {
    display: inline;
    margin: 0;
    color: #ff6700;
}
.home-brick-row-4-box{
    height:478px;
}
.content-list {
    width: 1240px;
    height: 420px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content-item {
    border-top: 1px solid #ffac13;
    color: #ffac13;
    position: relative;
    float: left;
    width: 296px;
    height: 374px;
    padding: 45px 0 0;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.content-item-second{
    border-top-color: #83c44e;
    color: #83c44e;
}
.content-item-third{
    border-top-color: #e53935;
    color: #e53935;
}
.content-item-fourth{
    border-top-color: #2196f3;
    color: #2196f3;
}
.content-item:first-child{
    margin-left: 0;
}
.content-item .title {
    margin: 0 10px 18px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.content-item .item-list {
    width:296px;
    transition: margin-left 0.5s ease;
    height: 340px;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    color: #333;
}
.content-item .item-list li {
    position: absolute;
    left:100%;
    overflow: hidden;
    width: 296px;
    height: 340px;
}
.content-item .name {
    margin: 0 20px 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}
.content-item .desc {
    margin: 0 48px 10px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    color: #b0b0b0;
}
.content-item .price {
    height: 21px;
    margin: 0 10px 15px;
    text-align: center;
    color: #333;
}
.content-item .figure-img {
    width: 216px;
    height: 154px;
    margin: 0 auto;
}
.content-item .figure-img img {
    width: 216px;
    height: 154px;
}
.xm-carousel-wrapper-2,.xm-carousel-wrapper-3,.xm-carousel-wrapper-4,.xm-carousel-wrapper-5{
    position: relative;
}
.control {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 24px;
    padding: 12px 0;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    background-color: rgba(66,66,66,0.2);
    color: #fff;
    top: 50%;
    margin-top: -65px;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.control-prev ,.control-prev-1,.control-prev-2,.control-prev-3 {
    left: 0;
}
.control-next ,.control-next-1,.control-next-2,.control-next-3 {
    right: 0;
}
.xm-carousel-wrapper-2 .btn,.xm-carousel-wrapper-3 .btn,.xm-carousel-wrapper-4 .btn,.xm-carousel-wrapper-5 .btn {
    border:1px solid #ffac13;
    background: #fff;
    color: #ffac13;
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.content-item:hover .control  {
    opacity: 1;
}
.content-item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.content-item .arrow .change {
    background: #b0b0b0;
    color: #FFF;
}
.content-item .xm-pagers-wrapper {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 296px;
}
.xm-pagers .pager {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 10px;
    margin: 0 2px;
    cursor: pointer;
}
.xm-pagers .dot {
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #f5f5f5;
    border-radius: 6px;
    text-align: left;
    overflow: hidden;
    background-color: #b0b0b0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.xm-pagers .pager-active .dot {
    border-color: #ff6700;
    background-color: transparent;
}
.xm-pagers .pager:hover .dot {
    background: #ff6700;
}
.home-brick-row-5-box{
    height:403px;
}
.video-item:first-child {
    margin-left: 0;
}
.video-item {
    position: relative;
    float: left;
    width: 296px;
    height: 285px;
    margin-left: 14px;
    margin-bottom: 14px;
    text-align: center;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.video-item:hover{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.video-item .figure-img {
    position: relative;
    width: 296px;
    height: 180px;
    margin: 0 0 28px;
}
.video-item .figure-img a {
    display: block;
    height: 180px;
}
.video-item .play {
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 32px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.video-item .play:hover{
    background-color: #ff6700;
    border-color: #ff6700;
}
.video-item .play img{
    width: 12px;
    margin: 3px auto;
}
.video-item .title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333;
}
.video-item .title a{
    color: #333;
}
.video-item .title a:hover {
    color: #ff6700;
}
.video-item .desc {
    height: 18px;
    margin: 0;
    font-size: 12px;
    color: #b0b0b0;
}
.modal-video {
    width: 880px;
    height: 580px;
    margin-top: -298px;
    margin-left: -440px;
    -webkit-box-shadow: 0 18px 30px rgba(0,0,0,0.18);
    box-shadow: 0 18px 30px rgba(0,0,0,0.18);
    position: fixed !important;
    top: 50%;
    left: 50%;
    z-index: 800;
    background-color: #fff;
    outline: none;
}
body{
    position:relative;
}
.modal {
    position:absolute;
    display: none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.modal-header, .modal-hd {
    position: relative;
    height: 32px;
    padding: 14px 20px;
    background-color: #f5f5f5;
}
.modal-hd .title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}
.modal .close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}
.modal .close:hover{
    border-radius:50%;
    background-color: #E53935;
    color: #fff;
}
.modal-bd video{
    width:880px;
    height:495px;
    position:absolute;
    display: none;
}
/*footer*/
.footer{
    min-width:1200px;
    min-height:400px;
}
.site-footer .footer-service {
    padding: 27px 0;
    border-bottom: 1px solid #e0e0e0;
}
.site-footer .list-service {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-footer .list-service li:first-child {
    border-left: 0;
}
.site-footer .list-service li {
    float: left;
    width: 19.8%;
    height: 25px;
    border-left: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.site-footer .list-service a {
    color: #616161;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.site-footer .list-service span {
    margin-right: 6px;
    font-size: 24px;
    line-height: 24px;
    vertical-align: -4px;
}
.site-footer .footer-links .col-contact {
    float: right;
    width: 251px;
    height: 112px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    color: #616161;
}

.site-footer .footer-links {
    padding: 40px 0;
}
.site-footer .footer-links .col-links {
    float: left;
    width: 160px;
    margin: 0;
}
.site-footer .footer-links .col-links dt {
    margin: -1px 0 26px;
    font-size: 14px;
    line-height: 1.25;
    color: #424242;
    font-weight: normal;
}
.site-footer .footer-links .col-links dt:hover{color: #ff6700;cursor: pointer;}
.site-footer .footer-links .col-links dd {
    margin: 10px 0 0;
    font-size: 12px;
}
.site-footer .footer-links .col-links a {
    color: #757575;
}
.site-footer .footer-links .col-links a:hover {
    color: #ff6700;
}
.site-footer .footer-links .col-contact .phone {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1;
    color: #ff6700;
}
.list-service a:hover{color: #ff6700;}
.site-info {
    padding: 30px 0;
    font-size: 12px;
    background: #fafafa;
}
.site-info {
    padding: 30px 0;
    font-size: 12px;
    background: #fafafa;
}
.site-info .logo2 {
    float: left;
    width: 57px;
    height: 57px;
    margin-right: 10px;
}
.site-info .info-text {
    float: left;
    color: #b0b0b0;
}
.site-info .info-text p {
    margin: 0;
    line-height: 18px;
}
.site-info .info-text .sites a {
    color: #757575;
}
.sep, .ndash {
    margin: 0 .25em;
    font-family: sans-serif;
}
.site-info .info-links a{
    float: right;
    height: 28px;
    margin: 4px 0 0;
}
.site-info .info-links img {
    width: auto;
    height: 28px;
    margin-left: 7px;
}
.site-info .info-text .sites a:hover {
color:#ff6700;
}
.site-info .slogan {
    margin: 80px auto 0;
    width: 267px;
    height: 19px;
    background: url(../img/slogan2016.png) no-repeat center 0;
}
.btn-small {
    background: #fff;
    color: #ff6700;
    width: 118px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #ff6700;
    padding: 8px 16px;
    margin-top: 35px;
    line-height: 50px;
}
.btn-small:hover {
    color: #fff;
    background-color: #f25807;
    border-color: #f25807;
}



