﻿/*引入自定义字体*/
@font-face {
    font-family: font1;
    src: url("../font/OPPOSans-B.ttf")
}
@font-face {
    font-family: font2;
    src: url("../font/OPPOSans-H.ttf")
}
@font-face {
    font-family: font3;
    src: url("../font/OPPOSans-L.ttf");
    
}
@font-face {
    font-family: font4;
    src: url("../font/OPPOSans-M.ttf")
}
@font-face {
    font-family: font5;
    src: url("../font/OPPOSans-R.ttf")
}
.container-wrap {
    padding: 0 6rem !important;
    min-width: 1080px;
   
  
}

.index-middle {
    /*position: absolute;*/
    top:0;
    position: relative;
    padding: 0 3rem !important;
    width: 100%;
}
.top-con {
    /* position:fixed;
     padding-top: 8rem;*/
    position: relative;
    width: 98vw;
    height: 100vh;
    overflow: hidden;

}
/*首页首图部分样式*/

.layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity .5s ease;
}
.index-img-container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity .5s ease;
    
}
.index-img-container-hidden {
    opacity: 0!important;
}

    .index-img-container-active {
        opacity:1 !important;
    }
.index-img-container-second {
    opacity: 1;
}
.index-img-container-third {
    opacity: 1;
}

    .index-img-container-img1 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .index-img-container-img1 img {
        width: 29rem;
        height: 25rem;
    }
.index-img-container-img2 {
    position: absolute;
    top: 0;
    right: 10%;
    z-index:1;
   
   
}

 .index-img-container-img2 img {
        width: 26rem;
        height: 23rem;
 }

.index-img-container-img3 {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 23%;
    height: 32%;
    z-index: 1;
}

    .index-img-container-img3 img {
        width: 34rem;
        height: 22rem;
    }

.index-img-container-img4 {
    position: absolute;
    bottom: 6%;
    right: 15%;
    z-index:1
  
}

    .index-img-container-img4 img {
        width: 50rem;
        height: 21rem;
    }

.index-img-container-img5 {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 24%;
    height: 29%;
}

    .index-img-container-img5 img {
        width: 100%;
        height: 100%;
    }

.index-img-container-img6 {
    position: absolute;
    top: 15%;
    right: 20%;

    z-index:0;
}

    .index-img-container-img6 img {
        width: 29.5rem;
        height: 20.5rem;
        opacity:0.5;
    }

.index-img-container-img7 {
    position: absolute;
    bottom: 0;
    left: 18%;
    width: 24%;
    height: 27%;
    z-index: 0;
}

    .index-img-container-img7 img {
        width: 37rem;
        height: 22rem;
    }


.index-img-container-img8 {
    position: absolute;
    bottom: 14%;
    right: 0;
    width: 20%;
    height: 28%;
    z-index: 0;
}

    .index-img-container-img8 img {
        width: 30rem;
        height: 20rem;
    }

.index-img-container-img9 {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 50px;
    height: 50px;
   
}

    .index-img-container-img9 img {
        width: 100%;
        height: 100%;
    }


/*首页文字部分样式*/
.index-text-container-box {
    /* flex:1 !important;
    width:50%;
   */
    box-sizing: border-box;
    padding: 5rem 0;
    min-height: 500px;
    align-items: center;
}

    .index-text-container-box p {
        line-height: 200%;
        font-family: font5;
       /* font-size:1rem;*/
     
        color: #000;
    }
    .index-text-container-box h1 {
        color:#000;
      
        margin-bottom:1.4rem;
    }
    .index-text-container-box h5 {
        color: #c4c4c4;
        margin-bottom: 3rem;
        font-size: 1.6rem;
    }
    .index-text-container-box a {
        cursor: pointer;
        font-size:1.4rem;
        color: #c4c4c4;
        text-decoration: underline;
    }
    /*首页大图部分样式*/

.index-bigImg-container {
    width: 100%;
    overflow: hidden;
    cursor:pointer;
}

    .index-bigImg-container img {
        width: 100%;
        height: 100%;
        transition: all .6s;
    }

/*案例查看按钮部分样式*/
.index-button-container {
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 30vh;
   
    margin-bottom:5%;
}

.index-btn {
    color: #a3a2a3;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #a3a2a3;
    border-radius:0;
    padding: 10px 20px;
    font-size: 17px;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    width:200px;

}
    .index-btn a {
        color: #a3a2a3;
        font-size: 17px;
    }
    /*清除按钮点击默认样式*/
    .index-btn:focus,
    .index-btn:active:focus,
    .index-btn.active:focus,
    .index-btn.focus,
    .index-btn:active.focus,
    .index-btn.active.focus {
        outline: none;
        box-shadow: none;
    }


    .index-btn:hover {
        color: white;
        font-weight: 700;
        z-index: 9;
    }
        .index-btn:hover a {
            color: white;
            font-weight: 700;
        }
        .index-btn::before {
            content: '';
            position: absolute;
            height: 100%;
            width: 0%;
            top: 0;
            left: -40px;
            transform: skewX(45deg);
            background-color: #a3a2a3;
            z-index: -1;
            transition: all 1s;
        }

    .index-btn:hover::before {
        width: 160%;
      
    }

/*合作伙伴部分样式*/
.index-partner-container {
    margin-bottom: 15%;
  
    height: 60vh;
 
}
.index-partner-container-title {
    display: flex;
    align-items: center;
    justify-content: center;
/*    color: #bebebe;*/
    margin-bottom:3rem;
}

.index-partner-containe-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.index-partner-containe-line-box {
    width: 70px;
    border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 768px) {
    .index-partner-containe-logo {
        box-sizing: border-box;
    }

    .index-partner-containe-logo-box {
      
      text-align:center;
      float:left;
         /* width: 11%; *//*9列 */
		width: 12%; 
    }

        .index-partner-containe-logo-box img {
            width: 130%;
            height: 125px;
        }  

}

@media screen and (max-width: 767px) {
    .index-partner-containe-logo-box img {
        width: 100%;
        height: 47px;
    }
}  
/*轮播图*/
/*轮播图按钮样式*/
.carousel-control.left {
    background-image: none !important;
}
.carousel-control {
	text-shadow: 0 0 black;
	font-size:2.2rem;
	width:11%;
}
.carousel-control .glyphicon {
	background-color: rgba(0,0,0,0.3);
	padding: 2.8rem 0.6rem;
	border-radius: 0.2rem;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {
/*	position: absolute;*/
	top: 46%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control.right {
	background-image: none !important;
}
.carousel-indicators .active {
background-color:#c12c37!important;
}
.carousel-indicators li {
    margin:1px 10px!important;
	border:0 !important;
	background-color:white!important;
}
@media screen and (min-width: 768px) {
    .carousel-inner {
        height: 88vh !important;
    }
    .index-article-sidebar {
        position: fixed !important;
        top: 35%;
        left: 5rem;
        width: 40px;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .carousel-inner {
        height: 30vh !important;
    }
    .index-article-sidebar {
        position: fixed !important;
        top: 35%;
        left: 0;
        width: 40px;
        text-align: center;
    }
}

    .carousel-inner > .item {
        width: 100% !important;
        height: 100% !important;
    }
.carousel-inner img {
    width: 100% !important;
    height: 100% !important;
}
.index-img img{
    transition: all .6s ease .1s;
    
   
}
.index-img {
    
    overflow: hidden;
    height: 500px;
   
}

    .index-img:hover img {
        transform: scale(1.1);
        cursor: pointer
           
    }



    .index-article-sidebar div {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
        
    }

    .index-article-sidebar div:hover {
        cursor:pointer;
    }

    .index-article-sidebar .first-img {
        border-radius: 50%;
        border: 1px solid #a3a2a3;
        margin-top: 1rem;
    }
    .index-article-sidebar div i {
        font-size: 3rem;
    }
.index-article-sidebar-active {
    color: #fec8b9
}

