﻿.content{
    width: 100%;
    background: #1c1c1c;
    position: relative;
    z-index: 9;
}
.center{
    width: 80%;
    margin: 0 auto;
}
.flex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.clear{
    clear: both;
}
/* 导航 */
.rc-productBox-menu {
    padding: 30px 0 50px 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
}

.rc-productBox-menu>div {
    border-right: 1px solid #fff;
    padding: 10px;
}

.rc-productBox-menu a {
    color: #eee;
    font-size: 14px;
    margin: 0 15px;
    padding: 10px;

}

.rc-productBox-menu>div:last-of-type {
    border-right: none;
}

.menu-ac {
    background: #a72426;
    color: #fff !important;
}

.rc-productBox-menu a:hover {
    background: #a72426;
    color: #fff !important;
}
/* 第一层 */
.rc-productBox{
    flex-wrap: wrap;
}
.rc-productBox .center{
    width:1100px;
    padding: 100px 50px;
}
.rc-productBox li{
    display:flex;
    width:1200px;
    margin:0 auto;
}
.rc-productBox-imgLeft{
    float: left;
    width: 50%;
}

.rc-productBox-textRight{
    float: right;
    width: 30%;
    padding-top:100px;
}
.bg-color{
    width: 45px;
    height: 2px;
    background: #a72426;
    margin-bottom: 30px;
}
.product-title{
    font-size: 24px;
    color: #a72426;
    margin-bottom: 30px;
}
.rc-productBox-textRight p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 25px;
}
.product-more{
    color: #a72426 !important;
    border-bottom: 1px solid #a72426;
    font-style: italic;
}
.bg{
    background-size: cover;
}
.rc-productBox>li:nth-child(even) .rc-productBox-imgLeft{
    float: right;
    padding-right:50px;
}
.rc-productBox>li:nth-child(even) .rc-productBox-textRight{
    float: left;
    padding-left: 50px !important;
}
.rc-productBox>li:nth-child(odd) .rc-productBox-imgLeft{
    padding-left:50px;
}
.rc-productBox-imgLeft a{
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.rc-productBox-imgLeft img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.right-bg{
    background: url(../images/bg_right.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;   
    width: 380px;
    height: 418px;
    display:none;
}
.product_details{
    flex-wrap: wrap;
}
.product_details img{
    width: 100%;
    height: 100%;
}
.product_details>li{
    width: 100%;
}


/*11.15*/
.rc-productBox >li:nth-child(1){
    background:url(../images/bg-1.jpg) no-repeat;
}
.rc-productBox >li:nth-child(2){
    background:url(../images/bg-2.jpg) no-repeat;
}
.rc-productBox >li:nth-child(3){
    background:url(../images/bg-3.jpg) no-repeat;
}
.rc-productBox >li:nth-child(4){
    background:url(../images/bg-4.jpg) no-repeat;
}
.rc-productBox >li:nth-child(5){
    background:url(../images/bg-5.jpg) no-repeat;
}
.rc-productBox >li:nth-child(6){
    background:url(../images/bg-6.jpg) no-repeat;
}
.rc-productBox >li:nth-child(7){
    background:url(../images/bg-7.jpg) no-repeat;
}
.rc-productBox >li:nth-child(8){
    background:url(../images/bg-8.jpg) no-repeat;
}
.rc-productBox >li:nth-child(9){
    background:url(../images/bg-9.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10){
    background:url(../images/bg-10.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+1){
    background:url(../images/bg-1.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+2){
    background:url(../images/bg-2.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+3){
    background:url(../images/bg-3.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+4){
    background:url(../images/bg-4.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+5){
    background:url(../images/bg-5.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+6){
    background:url(../images/bg-6.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+7){
    background:url(../images/bg-7.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+8){
    background:url(../images/bg-8.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+9){
    background:url(../images/bg-9.jpg) no-repeat;
}
.rc-productBox >li:nth-child(10n+10){
    background:url(../images/bg-10.jpg) no-repeat;
}
.rc-productBox >li{background-size: cover !important;}
@media screen and (max-width:1110px){
    .rc-productBox .center{width:80% !important;}
}
/*0918*/
.product-more{display:none;}


/*2019.10.22*/
@media screen and (max-width:768px){
	.rc-productBox .center{padding:0}
	
}
@media screen and (max-width:500px){
	.rc-productBox-menu>div{width: 80px;padding: 5px 10px;border:none;}
	
}
@media screen and (max-width:350px){
	.rc-productBox-menu a{font-size:12px;}
	.rc-productBox-menu>div{padding:0;}
}