.swiper-container img{
	display:block;
	width: 100%;
    margin:0 auto;
}
.swiper-slide {
    background: #000;
}  
.swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 0;
    border-right: 1px solid #969171;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    opacity: 0.7;
    padding: 0 10px;
    width: 120px;
    overflow: hidden;
}

.swiper-container .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
    border: medium none;
}
.swiper-container .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #d00 none repeat scroll 0 0 !important;
}

/*************/
.series-nav {
    background: #fff none repeat scroll 0 0;
    height: 355px;
    padding: 30px 0;
}
.series-nav ul {
    height: 355px;
}
.series-nav ul .item {
    float: left;
    position: relative;
}
.series-nav ul .item-1 {
    height: 480px;
    margin-bottom: 40px;
    margin-right: 15px;
    width: 580px;
}
.series-nav ul .item-2 {
    height: 370px;
    margin-right: 11px;
    width: 385px;
}
.series-nav ul .item-1 > a {
    display: block;
    height: 400px;
    width: 580px;
}
.series-nav ul .item-2 > a {
    display: block;
    height: 311px;
    width: 385px;
}
.series-nav ul .item > a img {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.series-nav ul .item .overburden {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.series-nav ul .item-1 .overburden {
    height: 400px;
}
.series-nav ul .item-2 .overburden {
    height: 311px;
}
.overburden .section p {
    margin: 0;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.color-opa {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.overburden-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 110px;
}
.overburden-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.overburden-btn-1 {
    color: #fff;
    left: 40%;
    position: absolute;
    top: 180px;
}
.item-2 .overburden-btn-1 {
    left: 35%;
    top: 140px;
}
.overburden-btn-1b::after {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.overburden-btn-1b:hover, .overburden-btn-1b:active {
    color: #000;
}
.overburden-btn-1b:hover::after, .overburden-btn-1b:active::after {
    width: 100%;
}
.series-nav ul .item:hover .overburden {
    display: block;
}
.series-nav ul .item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.series-nav ul .item span {
    display: block;
    margin-top: 10px;
    text-align: center;
}
.series-nav ul .item span a {
    font-size: 14px;
    margin: 0 5px;
}
.series-nav ul .item span a:hover {
    color: #d00;
}

/******************/
.produ-selection {
    background: #fff none repeat scroll 0 0;
    margin-top:20px;
}
.produ-selection .produ-title {
    height: 100px;
    padding: 40px 0 30px;
    text-align: center;
}
.produ-selection .produ-title h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
}
.produ-selection .produ-title h2 {
    font-size: 32px;
    font-weight: bolder;
    line-height: 50px;
}
.produ-selection .produ-ads {
    margin-bottom: 40px;
}
.produ-selection .produ-ads .slider-box {
    float: left;
    margin-right: 15px;
}
.produ-selection .produ-ads .swiper-container-1, .produ-selection .produ-ads .swiper-container-2 {
    height: 406px;
    overflow: hidden;
    width: 580px;
}
.produ-selection .produ-ads .slider-box p {
    font-size: 14px;
    line-height: 30px;
    margin: 4px 0;
    text-align: center;
}
.produ-selection .produ-ads .slider-box p.slider-box-title {
    font-size: 26px;
    margin-top: 20px;
}
.slider-box .section p {
    margin: 0;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.color-white {
    background: #fff none repeat scroll 0 0;
}
.slider-box-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 104px;
}
.slider-box-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.slider-box-btn-1 {
    color: #000;
}
.slider-box-btn-1e {
    overflow: hidden;
}
.slider-box-btn-1e::after {
    background: #000 none repeat scroll 0 0;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
}
.slider-box-btn-1e:hover, .slider-box-btn-1e:active {
    color: #fff;
}
.slider-box-btn-1e:hover::after {
    height: 260%;
    opacity: 1;
}
.slider-box-btn-1e:active::after {
    height: 400%;
    opacity: 1;
}
.produ-selection .produ-lists .produ-box {
    display: inline-block;
    height: 350px;
    margin-bottom: 15px;
    margin-right: 5px;
    position: relative;
    width: 289px;
}
.produ-selection .produ-lists .produ-box-content {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 288px;
}
.produ-selection .produ-lists .produ-img {
    display: block;
    height: 288px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    width: 288px;
}
.produ-selection .produ-lists .produ-img .overburden {
    background: rgba(0, 0, 0, 0) url("../cssimg/overburden.png") no-repeat scroll 0 0;
    height: 288px;
    left: 0;
    position: absolute;
    top: 0;
    width: 288px;
}
.produ-selection .produ-lists .produ-classes {
    background: #fff none repeat scroll 0 0;
    height: 0;
    overflow: hidden;
    padding: 0 30px 0 41px;
    transition: all 0.3s ease-in-out 0s;
    width: 214px;
}
.produ-selection .produ-lists .produ-classes a, .produ-selection .produ-lists .produ-classes div, .produ-selection .produ-lists .produ-classes ul li {
    display: inline-block;
    line-height: 30px;
}
.produ-selection .produ-lists .produ-classes ul li {
    margin: 0 1px;
}
.produ-selection .produ-lists .produ-classes div {
    height: 32px;
    margin-left: 0;
    overflow: hidden;
    width: 180px;
}
.produ-selection .produ-lists .produ-classes a.prev, .produ-selection .produ-lists .produ-classes a.next {
    background: rgba(0, 0, 0, 0) url("../cssimg/service-icon.png") no-repeat scroll -15px -114px;
    height: 32px;
    width: 10px;
}
.produ-selection .produ-lists .produ-classes a.next {
    background-position: -40px -113px;
}
.produ-selection .produ-lists .produ-classes ul {
    height: 32px;
    text-align: center;
    width: auto;
}
.produ-selection .produ-lists .produ-classes ul li.current a {
    display: block;
}
.produ-selection .produ-lists .produ-classes ul li.hide {
    display: none;
}
.produ-selection .produ-lists .produ-classes ul li.hide a {
    display: none;
}
.produ-selection .produ-lists .produ-classes ul li a {
    border: 1px solid #ddd;
    display: block;
    height: 29px;
    overflow: hidden;
    width: 28px;
}
.produ-selection .produ-lists .produ-classes ul li img {
    height: 30px;
    width: 30px;
}
.produ-selection .produ-lists .produ-info, .produ-selection .produ-lists .produ-price-info, .produ-selection .produ-lists .produ-buy-now {
    background: #fff none repeat scroll 0 0;
    display: block;
    text-align: center;
    z-index: 101;
}
.produ-selection .produ-lists .produ-info {
    color: #000;
    margin-top: 10px;
    width:288px;
    height: 20px;    
    overflow: hidden;
}
.produ-selection .produ-lists .produ-price-info {
    color: #666;
    font-size: 16px;
    margin: 5px 0;
}
.produ-selection .produ-lists .produ-buy-now {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    width: 285px;
}
.buy-now.section p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.color-black {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.buy-now-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 120px;
}
.buy-now-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.buy-now-btn-1 {
    color: #000;
}
.buy-now-btn-1b::after {
    background: #d00 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.buy-now-btn-1b:hover, .buy-now-btn-1b:active {
    color: #fff;
}
.buy-now-btn-1b:hover::after, .buy-now-btn-1b:active::after {
    width: 100%;
}
.produ-box {
    transition: all 200ms ease 0s;
}
.produ-box:hover {
    box-shadow: 0 60px 99px 1px rgba(96, 96, 96, 0.4);
    transform: translateY(-5px);
    z-index: 100;
}
.produ-box:hover .produ-box-content {
    border-color: #f3f3f3;
    padding-bottom: 20px;
    z-index: 100;
}
.produ-box:hover .produ-classes {
    display: block;
    height: 32px;
}
.produ-box:hover .produ-buy-now {
    height: 35px;
}
.select-more {
    margin: 90px auto 50px;
}
.select-more.section p {
    margin: 0;
    padding: 1em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.color-black {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.select-more-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    outline: medium none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 300px;
}
.select-more-btn::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.select-more-btn-1 {
    color: #dbdbdb;
}
.select-more-btn-1b::after {
    background: #d00 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.select-more-btn-1b:hover, .select-more-btn-1b:active {
    color: #fff;
}
.select-more-btn-1b:hover::after, .select-more-btn-1b:active::after {
    width: 100%;
}

.letter{width: 100%; float: left; border: 1px #e9e9e9 solid; border-radius: 3px; padding: 10px 0 15px 0; position: relative; margin-top: 10px; box-shadow:0 0 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);}
.letter li{float: left; width: 50px; height: 50px; text-align: center; font-size: 24px; margin:5px 6px 0 6px; line-height: 50px;}
.letter li a{color: #333;}
.letter li:hover{background: #d00000; color: #fff!important; border-radius: 50%;}
.letter li:hover a{color: #fff;}
.letter .letter_active{background: #d00000; color: #fff!important; border-radius: 50%;}
.letter .letter_active a{color: #fff!important;}
.letter .letter_title{float: right; font-size: 28px; right: 30px; bottom: 20px; position: absolute; z-index: 1; color: #333;}

.main_brand{width: 100%; float: left; margin-top: 10px;}
.main_brand_title{ font-size: 32px; width: 100%; text-align: center; color: #000}
.main_subline{width: 100%; border-bottom: 1px solid #ddd; border-top: 5px solid #d00000; height: 10px; margin-top: 20px;}

.brand_title{margin-top: 10px; float: left; width: 100%;}
.brand_list {width: 100%; float: left; margin-top: 10px; position: relative; left: 25px;}
.brand_list li{width: 15%; text-align: center; float: left; margin-left: 10px;border: 1px solid #e9e9e9; font-size: 14px; line-height: 22px;}
.brand_list li .brand_name{padding-top: 10px;background: #f1f1f1;  font-weight: bold;}
.brand_list li .brand_en{ font-weight: bold;background: #f2f2f2; font-size: 12px;}
.brand_list li .brand_num{ padding-bottom: 10px;background: #f2f2f2; font-weight: bold; font-size: 14px;}
.brand_list li .brand_num span{color: #d00000;}
.brand_list li a{color: #333;}
.brand_list li img{width: 100%;}
.brand_list li:hover{border: 1px solid #e9e9e9;}
.brand_list li:hover .brand_name{background: #d00000; color: #fff; padding-top: 10px;}
.brand_list li:hover .brand_en{background: #d00000; color: #fff;}
.brand_list li:hover .brand_num{background: #d00000; color: #fff; padding-bottom: 10px;}
.brand_list li:hover .brand_num span{color: #fff;}


.hot_brand_list {width: 100%; float: left; margin-top: 10px; position: relative; left: 25px;}
.hot_brand_list li{width: 11%; text-align: center; float: left; margin-left: 10px;border: 1px solid #e9e9e9; font-size: 14px; line-height: 22px;}
.hot_brand_list li .brand_name{padding-top: 10px;background: #f1f1f1;  font-weight: bold;}
.hot_brand_list li .brand_en{ font-weight: bold;background: #f2f2f2; font-size: 12px;}
.hot_brand_list li .brand_num{ padding-bottom: 10px;background: #f2f2f2; font-weight: bold; font-size: 14px;}
.hot_brand_list li .brand_num span{color: #d00000;}
.hot_brand_list li a{color: #333;}
.hot_brand_list li img{width: 100%;}
.hot_brand_list li:hover{border: 1px solid #e9e9e9;}
.hot_brand_list li:hover .brand_name{background: #d00000; color: #fff; padding-top: 10px;}
.hot_brand_list li:hover .brand_en{background: #d00000; color: #fff;}
.hot_brand_list li:hover .brand_num{background: #d00000; color: #fff; padding-bottom: 10px;}
.hot_brand_list li:hover .brand_num span{color: #fff;}