﻿.center {
    width: 80%;
    margin: 0 auto
}

.content {
    width: 100%;
    background: #1c1c1c;
    padding-bottom: 40px;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* 第一层  导航菜单 */
.rc-newsBox-menu {
    padding: 30px 0 50px 0;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
}

.rc-newsBox-menu>div {
    border-right: 1px solid #fff;
    padding: 10px;
}

.rc-newsBox-menu a {
    color: #eee;
    font-size: 14px;
    margin: 0 15px;
    padding: 10px;

}

.rc-newsBox-menu>div:last-of-type {
    border-right: none;
}

.menu-ac {
    background: #a72426;
    color: #fff !important;
}

.rc-newsBox-menu a:hover {
    background: #a72426;
    color: #fff !important;
}

/* 第二层  新闻列表页 */
.rc-newsBox-list {
    padding-bottom: 20px;
    cursor: pointer;
}

.newsBox-list-item {
    background: #333333;
    margin-bottom: 30px;
    transition: all 0.2s ease 0s;
    transform: translate(0px, 0px);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.newsBox-list-item a {
    color: #eee;
}

.newsBox-list-img {
    width: 330px;
    overflow: hidden;
}
.newsBox-list-img>a{
    padding-bottom: 66.66%;
    display: block;
    width: 100%;
    position: relative;
}
.newsBox-list-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.newsBox-list-text {
    flex: 1;
    padding: 4% 5%;
    justify-content: space-between;
}
.text-content{
    margin-right:70px;
}
.text-content>a:nth-child(1){
    display:block;
}
.listBox-title {
    font-size: 20px;
    padding-bottom: 20px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.listBox-content {
    line-height: 25px;
    font-size: 14px;
}

.newsBox-list-date {
    width: 17%;
    white-space: nowrap;
}

.newsBox-arrow-right {
    text-align: right;
    display: block;
}
.newsBox-list-date a:nth-child(1){
    text-align: right;
    display:block;
}
.newsBox-dateTime{
    padding-bottom:20px;
}
/* 鼠标hover样式 */
.newsBox-list-item:hover .newsBox-list-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.newsBox-list-item:hover {
    background: #222222;
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
}

.newsBox-list-item:hover .listBox-title {
    color: #a72426;
}

/* 第二层 分页 */
.rc-newsBox-paging {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.rc-newsBox-paging a {
    color: #999999;
    padding: 10px;
    margin-right: 20px;
    font-size: 14px;
}

.ac {
    background: #a72426;
    color: #fff !important;
}

.rc-newsBox-paging>a:last-of-type {
    margin: 0;
}

.rc-newsBox-paging>a:hover {
    background: #a72426;
    color: #fff !important;
}



/*0807*/
.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 li{
    width: 100%;
}
.rc-productBox-imgLeft{
    float: left;
    width: 34%;
    padding: 50px;
}

.rc-productBox-textRight{
    float: right;
    width: 53%;
    padding: 13% 0;
    padding-left: 6%;
}
.bg-color{
    width: 45px;
    height: 2px;
    background: #a72426;
    margin-bottom: 30px;
}
.product-title{
    font-size: 30px;
    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: url(../img/bg.png) no-repeat;
    background-size: cover;
}
.rc-productBox>li:nth-child(even) .rc-productBox-imgLeft{
    float: right;
}
.rc-productBox>li:nth-child(even) .rc-productBox-textRight{
    float: left;
    padding-left: 0 !important;
}
.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(../img/bg_right.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;   
    width: 380px;
    height: 418px;
}
.product_details{
    flex-wrap: wrap;
}
.product_details img{
    width: 100%;
    height: 100%;
}
.product_details>li{
    width: 100%;
}
