﻿/*最新资讯*/
#index_body{width:100%;}

.message{
    width:1150px;
    position: relative;
}
.message .gengduo{
    padding: 10px 20px;
    background-color: #d91b72;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.message >.title{
    padding:50px 0;
}
.message .box{
    float:left;
    width:30%;
    position:relative;
    background:#fff;
    box-shadow:0 0 20px #8d8d8d;
    margin:0 1.66% 5% 1.66%;
    transition: background .5s;
}
.message .box .image{
    width:90%;
    height: 220px;
    padding:5%;
    overflow:hidden;
}
.message .box .image img{
    width:100%;
}
.message .box div{
    padding:0 5%;
    /*width:;*/
}
.message .box .title{
    color: #000;
    margin: 20px;
    font-size:18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 28px;
    text-align: center;
}
.message .box:hover .title{
    color: #fff;
}
.message .box .text{
    line-height:1.5rem;
    height:6.2rem;
    overflow: hidden;
    display: none;
}
.message .box:hover .text{
    color: #fff;
}
.message .box .chakan{
    float: right;
    background: #d91b72;
    border-radius: 20px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom:20px;
    margin-right:110px;
    padding: unset;
}
.message .box:hover .chakan{
    background:#fff;
}
.message .box .chakan span{
    color:#fff;
    float:left;
    line-height:40px;
    margin-left: 20px;
}
.message .box .chakan label{
    color:#fff;
    float:left;
    font-size:2rem;
    line-height: 40px;
    margin-left:5px;
}
.message .box:hover{
    background:#d91b72;
}
.message .box:hover .chakan span{
    color:#d91b72;
}
.message .box:hover .chakan label{
    color:#d91b72;
}
/*获奖信息*/
.award{
    width:1150px;
}
.award .kuang{
    width:100%;
    background:#0974d6;
    box-sizing: border-box;
    padding: 40px;
    margin:60px 0;
}
.award .kuang .magnify-image{
    width:70%;
    margin-right: 3%;
    float:left;
    border:10px solid #fff;
    position:relative;
}
.award .kuang .magnify-image img{
    width:100%;
}
.award .kuang .magnify-image div{
    color:#fff;
    font-size:2rem;
    line-height:4rem;
    height:4rem;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: linear-gradient(#0974d600,#0974d691,#0974d6c9);
    text-indent:5%;
}
.award .kuang .right-image{
    float:left;
    width:22%;
    height: 485px;
    position: relative;
}
.award .kuang .right-image button{
    position: absolute;
    background-image: url("/tpl/image/1462ca9ec121cd96b6ab0a803464060.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 91px;
    border-width: 0;
    height: 27px;
    left: 50%;
    margin-left: -43px;
    font-size: 30px;
    font-weight: 600;
    background-color: #0000003b;
    color: #fff;
    cursor: pointer;
}
.award .kuang .right-image .top{
    top: -33px;
}
.award .kuang .right-image .bottom{
    bottom: -33px;
    transform: rotate(180deg);
}
.award .kuang .right-image .img-box{
    height: 485px;
    overflow: hidden;
    display: block;
    position: relative;
}
.award .kuang .right-image label{
    display: block;
    position: absolute;
}
.award .kuang .right-image div{
    cursor: pointer;
}
.award .kuang .right-image .middle{
    margin:8% 0;
}
.award .kuang .right-image img{
    width:100%;
}
.award .kuang .right-image .pitch{
    border:10px solid #fff;
}

/*员工风采*/
.mien{
    width:80%;
}

#lunbo{
    width: 1150px;
    margin: 50px auto 0 auto;
    position: relative;
}
#lunbo .boxes{
    width:1130px;
    height: 500px;
    padding:10px;
    overflow: hidden;
    position: relative;
}
#lunbo .boxes .slide{
    border: 10px solid #fff;
    box-shadow: 0 0 10px #999;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-flow: column;
}
#lunbo .boxes .slide img{
    width: 100%;
}
#lunbo .btn{
    background-image: url("/tpl/image/213d01e7cf7975f2d73be05af983635.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 25px;
    height: 35px;
    top: 40%;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
}
#lunbo .left{
    transform: rotate(180deg);
    left: -50px;
}
#lunbo .right{
    right: -50px;
    text-align: right;
}
.corporate{
    width:80%;
    position:relative;
    padding:50px 0;
}
.corporate .title{
    padding-bottom: 30px;
}
.corporate .swiper-slide{
    flex-flow: column;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-flow: column;
    overflow: hidden;
    cursor: pointer;
}
.corporate .swiper-slide img{
    width:100%;
    transition: transform .5s;
}
.corporate .swiper-slide:hover img{
    transform: scale(1.2);
}
.swiper-button-prev{
    left:-5%;
}
.swiper-button-next{
    right:-5%;
}
.swiper-button-next, .swiper-button-prev{
    top: 60%;
}