﻿/*首页样式*/
body,html{
    width: 100%;
    height:100%;
    background: #f2f2f2;
    
}

.index_top{
    width: 100%;
}
.focus {
    width: 100%;
    /*height: 8rem;*/
    overflow: hidden;
    border-top: 0.2rem solid #c8151d;
    border-bottom: 0.2rem solid #c8151d;
    position: relative;
}
.swiper-wrapper{
    width: 100%;
    height:100%;
    display: box;
    display: -webkit-box;

}
.swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner-img{
    width: 100%;
    height:7rem;
    position: relative;
}
.banner-img img{
    width: 100%;
    height:100%;
}
.banner-img h4{
    width: 100%;
    z-index: 20;
    margin-bottom: 0.3rem;
    font-size:0.72rem;
    line-height:0.8rem;
    padding: 0 1rem;
    color: #fff;
    font-weight:bold;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.banner-img p{
    /*position: absolute;*/
    /*left:0;*/
    width: 100%;
    z-index: 20;
    height:0.5rem;
    /*bottom: 1.48rem;*/
    font-size:0.52rem;
    line-height:0.7rem;
    padding: 0 1rem;
    color: #fff;
    font-weight:normal;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.banner-img .mask{
    position: absolute;
    display: block;
    width: 100%;
    z-index: 10;
    height: 70%;
    float: bottom;
    /*line-height: 185px;*/
    background-image: linear-gradient(180deg, rgba(59,59,59,0.00) 0%, rgba(0,0,0,0.70) 100%);
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    opacity: 1；

}
.banner-text{
    position: absolute;
    width: 100%;
    height: 3rem;
    bottom:0.6rem;
    z-index: 20;

}
.focus-desc{
    float: left;
    width: 10.94rem;
    height:100%;
    color: #fff;
    font-size:0.52rem;
    padding: 0.56rem 1rem;
    letter-spacing:2px;
}
.focus-bottom{
    width: 100%;
    height: 2.6rem;
    background: #c8151d;
}
.focus-button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.06rem;
    height:2.6rem;
    background: #c8151d;
}
.swiper-button{
    float: left;
    width:2rem ;
    line-height: 2.6rem;
    height:100%;
    text-align: center;

    background: #c10606;
}
.swiper-button-prev{
   margin-right: 0.06rem;
}

.swiper-button i{
    font-size:0.8rem ;
    color: #fff;
}
.content-box{
    width: 100%;
    padding: 1.4rem 1rem
}
.content-box h2{
    font-size:0.84rem;
    line-height: 0.84rem;
    margin-bottom: 0.4rem;
}
.content-box h4{
    font-size:0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.64rem;
}
.experience,.research{
    width: 100%;
    overflow: hidden;
}
.experience .swiper-slide a{
    float: left;
    width: 6.4rem;
    height:8rem;
    overflow: hidden;
    position: relative;
}
.exper-img{
    width: 100%;
    height:6.4rem;
    position: relative;
}
.exper-img img{
    width: auto;
    height: 100%;position: relative;
    left: 50%;
    margin-left: -500px;
}
.exper-img span{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    padding:0.36rem 0.4rem;
    line-height:0.56rem;
    font-size:0.44rem;
    color: #fff;
}
.experience .swiper-slide a:nth-child(odd){
    margin-right: 0.18rem;
}
experience .swiper-slide a:nth-of-type(1),
.experience .swiper-slide a:nth-of-type(2){
    margin-bottom: 0.2rem;
}
.experience .swiper-slide a p{
    line-height: 1.6rem;
    background: #fff;
    font-size:0.48rem;
    color: #666;
    padding:0 0.36rem;
}
.experience .gallery-thumbs{
    width: 100%;
    height:1.2rem;
    background: #717071;
    margin-bottom: 0.6rem;
}

.gallery-thumbs .swiper-slide{
    float: left;
    width: 33.33%;
    height:100%;
    line-height:1.2rem;
    text-align: center;
    color: #fff;
    font-size:0.48rem;
    border-left: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
}
.gallery-thumbs .swiper-slide i{
    display: inline-block;
    color: #fff;
    font-size:0.4rem;
    margin-left: 0.2rem;
}
.gallery-thumbs .swiper-slide-thumb-active{
    background: #c8151d;
    border-right: 0.02rem solid #c8151d;
    border-left: 0.02rem solid #c8151d;
}
.gallery-thumbs .swiper-slide-thumb-active i{
   transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.more-box{
    width: 100%;
    height:0.52rem;
    margin-top:0.6rem;
}
.more-box a{
    float: right;
    height:100%;
    line-height:0.52rem;
    color: #666;
    font-size:0.52rem;
    text-align: center;

}
.more-box a i{
    color: #fff;
    font-size: 0.52rem;
    margin-left: 0.2rem;
}
/*行业研究*/
.research{
    background: #fff;
}
.research-swiper{
    position: relative;
}
.research-swiper li{
    float: left;
    width: 6.4rem;
    height:11rem;
}
.research-swiper li:first-child{
    margin-right: 0.18rem;
}
.research-img{
    display: block;
    width: 100%;
    height:8.2rem;
}
.research-img img{
    width: 100%;
    height:100%
}
.research-desc{
    padding: 0.32rem 0.4rem 0.4rem;
    border:0.02rem solid #ddd
}
.research-desc h5{
    width: 100%;
    height:1.2rem;
    font-size:0.48rem;
    color: #222;
    line-height:0.6rem;
    margin-bottom: 0.36rem;
}
.research-desc p{
    font-size:0.4rem;
    color: #999;
    line-height:0.4rem;
}
.research-desc p span,
.research-desc p b{
    float: left;
    margin-right: 0.3rem;
}
.research-desc p b i{
    font-size: 0.4rem;
    color: #999;
    margin-right: 0.1rem;
}
.rea-swiper-button{
    position: absolute;
    top:50%;
    margin-top: -1rem;
    width: 1.6rem;
    height:2rem;
    background: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 2rem;
}
.rea-swiper-button i{
    font-size:0.8rem;
    color: #fff;
}
.research-swiper .swiper-button-prev{
    left:0;
}
.research-swiper .swiper-button-next{
    right:0;
}
/*我们的服务*/

.service a{
    float: left;
    width: 6.4rem;
    height:4.8rem;
    position: relative;

}
.service a img{
    width: 100%;
    height:100%;
}
.service a:nth-of-type(1),
.service a:nth-of-type(3),
.service a:nth-of-type(5){
     margin-right: 0.2rem;
 }
.service a:nth-of-type(1),
.service a:nth-of-type(2),
.service a:nth-of-type(3),
.service a:nth-of-type(4),
.service a:nth-of-type(5){
    margin-bottom: 0.2rem;
}


.service a span{
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:1.2rem;
    line-height:1.2rem;
    background: rgba(0,0,0,0.7);
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}



.manage a{
    display: block;
    width: 100%;
    height:6.4rem;
    border-right:0.2rem solid #c8151d;
    background: #ebe9e9;
    margin-bottom: 0.6rem;
}
.manage-img{
    float: left;
    width: 6.4rem;
    height:6.4rem;

}
.manage-img img{
    width: 92%;
    height:100%;
}
.manage-info{
    float: left;
    width: 6.4rem;
    height:100%;
    color: #696d73;
    padding:1.24rem 1.36rem 0 0.2rem;
}
.manage-info h5{
    line-height:0.72rem;
    font-size:0.72rem;
    margin-bottom: 0.48rem;

}
.manage-info h5 span{
    font-size:0.44rem;
}
.manage-info p{
    font-size:0.44rem;
    line-height:0.6rem;
    margin-bottom: 0.4rem;
}
.manage-info b{
    float: right;
    font-size:0.44rem;
    line-height:0.44rem;
    text-align: right;
    text-decoration: underline;
}
@font-face {
    font-family: 'AlternateGothicEF-NoOne';
    src: url("fonts/AlternateGotNo1D.otf")
}
.index_data{
    width: 100%;
    height:8rem;
    color: #fff;
    background: url("../images/index/index_bottom.jpg")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 2rem;
}
.index_data h2{
    font-size:1.16rem;
    line-height:1.16rem;
    text-align: center;
    margin-bottom: 1.04rem;
}
.index_data ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.index_data ul li span{
     display: block;
    font-size:0.48rem;
    line-height:0.48rem;
    margin-bottom: 0.2rem;
 }

.index_data ul li span b {
    font-size:1.04rem;
    line-height:1.04rem;
    font-family:'AlternateGothicEF-NoOne';
}
.d-list-type{
	padding: 0px 10px;
	color: white;
	background-color: rgba(0,0,0,0.3);
	display: inline-block;
	position: relative;
	top:-250px;
	left: 15px;
}
