/*企业简介上栏背景图*/
.page-header {
    position: relative;
    width: 100%;
}
.page-header img {
    width: 100%;
    vertical-align: middle;
}
.page-headers {
    position: relative;
    width: 100%;
}
.page-headers img {
    width: 100%;
    vertical-align: middle;
}
.mc_main{
    margin: 0 auto;
    height: 100%;
    width: 80%;
    /*background: #f7f8fa;*/
    /*  border: 1px solid red;*/
}
.mc_main-show{
    width: 100%;
    /*border: 1px solid red;*/
    margin: 0 auto;
}
/*标题*/
.title-show {
    overflow: hidden;
    float: left;
    margin: 35px 0 35px 0;
}
/*标题*/
.classic-main-show{
    width: 100%;
}
.classic-main-shows{
    width: 100%;
}
li{
    list-style: none;
}
.clearfix{
    padding-left: 0;
}
/*.clearfix li{
    float: left;
    width: 29%;
    margin: 10px 20px 0;
}*/
.pic img {
    width: 100%;
    height: 320px;
}
.text{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    height: 100px;
}
/*轮播*/
.img1{
    display: block;
}
.img2{
    display: none;
}
.img3{
    display: none;
}
/*轮播*/
.classic-main-show ul li .block{
    position: relative;
    display: block;
    margin: 10px 10px;
    color: #fff;
}
.classic-main-shows ul li .block{
    position: relative;
    display: block;
    margin: 10px 10px;
    color: #fff;
}
.classic-main-show ul li .block .text p:hover{
    transform: scale(1.1);
}
.classic-main-shows ul li .block .text p:hover{
    transform: scale(1.1);
}

.picImg1{
    transition:transform 3s;
    -webkit-transition:transform 3s;
}
.picImg1:hover{
    transform: scale(1.05);
}
.classic-main-show ul li .block .text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 149px;
    content: "";
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#000 100%,#000 0);
    background-size: cover;
}
.classic-main-shows ul li .block .text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 149px;
    content: "";
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#000 100%,#000 0);
    background-size: cover;
}
.classic-main-show ul li .block:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}
.classic-main-shows ul li .block:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}

.classic-main-show ul li .block .text .size {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.25;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100px;
    transition: .4s;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.classic-main-shows ul li .block .text .size {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.25;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    /*height: 100px;*/
    transition: .4s;
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 50%;
    transform: translate(0,-50%);
    left:0;
    right:0;

}
/*.classic-main-shows ul li .block .text .size {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.25;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 50%;
    transform: translate(0,-50%);
}*/
.classic-main .btn {
    width: 100%;
}
.hw-btn{
    margin:  0 auto;
}
.hw-btn-warp {
    font-size: 0;
    padding-top: 20px;
}
a, a:focus, a:hover, a:visited {
    cursor: pointer;
    text-decoration: none;
    outline-style: none;
}
.btn-empty-black {
    color: #333;
    border: 2px solid #333;
}
