﻿/*
 * FileName:index.css
 * Remark:index.css
 * Project:css
 * Author:Vincent
 * File Created:Saturday, 15th June 2019 3:32:24 am
 * Last Modified:Saturday, 15th June 2019 4:09:55 
 * Modified By:Vincent
 */
/* 清除input默认样式 */


/* 正文content */
content{
    width:100%;
    height:100%;
}
.rc-side-draw-nav{
    width:70%;
    height:100%;
    margin-top:70px;
    margin-right:-70%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-top:1px solid #a9a9a9;
}
/* 首页 */
.rc-home{
    /* background:url(../images/home.png)no-repeat; */
    background-size:100% 100%;
}
/* 公司简介 */
.rc-company {
    /* background:url(../images/about_us.png)no-repeat; */
    background-size:100% 100%;
}

/* 产品 */
.rc-product{
    /* background:url(../images/product.png)no-repeat; */
    background-size:100% 100%;
}
.rc-product-bar{
    width:100%;
    height:100%;
}
.rc-product-item{
    /*width:calc(100% / 6);*/
    min-width: 25%;
    height:100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.rc-product-item .border-bottom-white{line-height: 30px;}
.scale-big{
    transform:scale(1.2);
    transition:0.5s;
    z-index:9;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
.scale-small{
    transform:scale(1);
    transition:0.5s;
    z-index:0;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}
/* 产品详情 */
img{
    width:100%;
    height:100%;
}
.rc-product-1{
   
    width:100%;
    height:50%;
}
.rc-product-2{
    /* background:url(../images/product_2.png)no-repeat;
    background-size:100% 100%; */
    width:100%;
    height:50%;
}
.rc-product-3{
    /* background:url(../images/product_3.png)no-repeat;
    background-size:100% 100%; */
    width:100%;
    height:50%;
}
.rc-product-4{
    /* background:url(../images/product_4.png)no-repeat;
    background-size:100% 100%; */
    width:100%;
    height:50%;
}
.rc-product-5{
    /* background:url(../images/product_5.png)no-repeat;
    background-size:100% 100%; */
    width:100%;
    height:50%;
}
.rc-product-6{
    /* background:url(../images/pd_1.png)no-repeat;
    background-size:100% 100%; */
    width:100%;
    height:100%;
}
.rc-product-cart{
    width:100%;
    height: 100%;
}
.rc-product-desc{
    height:100%;
    width:100%;
}
/* 过度遮罩 */
.rc-product-mark{
    background: white;
}
/* hover背景 */
.rc-product-empty{
    width:100%;
    height:50%;
}
/* 案例中心 */
.rc-case-center{
    /* background:url(../images/case.png)no-repeat; */
    background-size:100% 100%;
}

.rc-case-center-bar{
    width:90%;
    height:70%;
}
/* 左侧 */
.rc-case-center-left{
    width:50%;
    height:100%;
}
.rc-case-center-left-top{
    height:20%;
}
.rc-case-center-left-top .size-large-xx{font-size: 16px;}
.rc-case-center-left-bottom{
    height:50%;
}
/* 案例 */
.rc-case-item{
    width:33.3%;
    height:50%;
}
.rc-case-work{
    height:65%;
    width:40%;
}
.rc-case-hotel{
    height:65%;
    width:40%;
}
.rc-case-plot{
    height:65%;
    width:40%;
}
.rc-case-business{
    height:65%;
    width:40%;
}
.rc-case-hospital{
    height:65%;
    width:40%;
}
.rc-case-sceic{
    height:55%;
    width:33.3%;
}
/* 大图文字描述背景 */
.rc-cast-text-bg-bar{
    width:100%;
    height:7%;
}
/* 右侧 */
.rc-case-center-right{
    width:50%;
    height:100%;
}
.rc-case-big-image{
    height:100%;
    width:100%;
    min-width:100%;
}
.rc-case-swiper-wrap{
    width:100%;
    height:100%;
}
.rc-case-swiper{
    width:100%;
    height:85%;
}
/* 左右按钮 */
.rc-case-center-btn-bar{
    width:80px;
    height:50px;
}
.rc-case-center-btn-item{
    width:50%;
}
/* 最新资讯 */
.rc-news{
    /* background:url(../images/news.png)no-repeat; */
    background-size:100% 100%;
}
.rc-new-box{
    width:85%;
    height:70%;
    overflow: hidden;
}
.rc-new-title{
    width:100%;
    height:20%;
}
.rc-new-title .size-large-xx{font-size: 16px;}
.rc-new-item{
    min-width: 24%;
    width: 24%;
    margin: 0 0.5%;
    height: 100%
}
.rc-new-content{
    width:100%;
    height:auto;
}
.rc-new-sub-desc{
    height:48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rc-new-sub-title{
    height:42px;
    line-height: 42px;
}
.rc-new-text{
    padding-bottom: 20px;

}
.rc-new-text span{
    margin-top:5px;
}
.rc-new-btn-bar{
    width:100%;
    height:50px;
}
.rc-new-btn-item{
    width:40px;
    height:35px !important;
    line-height:35px !important;
}
/* 联系我们 */
.rc-link{
    /* background:url(../images/link.png)no-repeat; */
    background-size:100% 100%;
}
.rc-link-box{
    width:80%;
    height:90%;
}
.rc-link-title{
    width:100%;
    height:35%;
}
.rc-link-title .size-large-xx{font-size: 16px;color: #a72426;}
.rc-link-content{
    width:100%;
    height:65%;
}
.rc-link-copyright{
    width:100%;
text-align: right;
}
.rc-link-left,.rc-link-right{
    width:50%;
    height:100%;
}
.rc-link-lef-top{
    width:100%;
    height:29%;
}
.rc-link-ecode{
    /* background:url(../images/ecode.png)no-repeat;
    background-size:100% 100%; */
    width:104px;
    height:104px;margin-bottom: 0px !important;
}
.rc-new-1,.rc-new-2,.rc-new-3,.rc-new-4,.rc-new-5,.rc-new-6,.rc-new-7,.rc-new-8{
    line-height:0;
    overflow: hidden;
}
.owl-buttons{
    text-align:right !important;
}
.owl-prev,.owl-next{
    border-radius:0 !important;
    height:40px !important;
    width:40px !important;
    background: #999 !important;
    margin:0 !important;
    padding:0 !important;
    text-align:center !important;
    line-height:40px !important; 
    font-size:22px !important;
    opacity: 1 !important;
}
.owl-prev:hover{
    background:#a72426 !important;
}
.owl-next:hover{
    background:#a72426 !important;
}
.owl-item:hover span:nth-child(2){
    color:#a72426;
}

.owl-item:hover .rc-new-text{
    border-bottom:4px solid #a72426;
}
.owl-item:hover img{
   transform: scale(1.1);
   transition: 1s
}


/*0731*/
.rc-company .rc-compony-content .oblique p .white{display: none;}
@media screen and (max-width:1100px){
    .rc-new-item{
	min-width:33% !important;
    }	
}
@media screen and (max-width: 737px){
    .rc-new-item {
	min-width: 50% !important;
    }
}

/*0823*/
.guide_page {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;

}

.guide_center {
    position: absolute;
    width: 590px;
    top: 50%;
    left: 50%;
    margin-top: -147.5px;
    margin-left: -295px;
}

.guide_center img {
    max-width: 100%;
    vertical-align: middle;
}

.brightness {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.4;
}

.img {
    animation: MyAnimation 3s;
    -webkit-animation: MyAnimation 3s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

@keyframes MyAnimation {
    from {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);

    }
}
.delay-4s{
    animation-duration:4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.delay-5s{
    animation-duration:5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.delay-6s{
    animation-duration:6s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.delay-half-4s{
    animation-duration:4.5s;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.delay-half-5s{
    animation-duration:5.5s;
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.delay-half-6s{
    animation-duration:6.5s;
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
}


.rc-home .banner-cover{
    width: 100%;
    height: 100%;
overflow:hidden;
}

/*0929广告图logo*/
.rc-home .banner-cover .swiper-wrapper .swiper-slide:nth-child(2) .rc-content span{ display:none;}




