@charset "gb2312";
/* CSS info3品牌介绍 */
.infob{ height:677px; background:url("../img/info/info1_02_2.jpg") top center no-repeat;}
.info1{ height:200px; background:url("../img/info/info4_01.jpg") top center no-repeat;}
.info2{ height:729px; background:url("../img/info/info4_02.jpg") top center no-repeat;}
.info3{ height:409px; background:url("../img/info/info4_03.jpg") top center no-repeat;}
.info4{ height:991px; background:url("../img/info/info4_04.jpg") top center no-repeat;}
.info5{ height:490px; background:url("../img/info/info4_05.jpg") top center no-repeat;}
.info6{ height:267px; background:url("../img/info/info4_06.jpg") top center no-repeat;}

.p1200{width:1220px;margin:0 auto;padding-top:497px;}
.newpic{
	margin:0 auto;
	width:1250px;
	padding-left:50px;
}
.info41{width:1200px;height:510px;margin:0 auto;}
.info41 a{color:#353632;}
.info41_1{width:600px;height:388px;float:left;display:inline;padding-top:70px}
.info41_2{width:450px;height:388px;float:left;display:inline;color:#353632;padding-top:70px;padding-left: 50px;}
.info41_2_t1 span{margin-right:30px;}
.info41_2_t2{font-size:28px;margin-top:40px;height:70px;overflow:hidden;text-overflow:ellipsis;}
.info41_2_t3{font-size:14px;line-height:30px;margin-top:20px;height:150px;overflow:hidden;text-overflow:ellipsis;color:#353632;}
.info4btn{width:400px;height:52px;margin-top:20px;}


.info42_3{width:1200px;height:450px;margin:0 auto;overflow:hidden;}
.info42_3 a{color:#353632;}
.info42_3_left{width:600px;height:420px;float:left;display:inline;}
.info42_3_left ul li{margin-top:10px;}
.info42_3_left_p{width:250px;height:130px;float:left;margin-top:20px;}
.info42_3_left_t{width:310px;height:130px;float:left;margin-top:20px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;color:#353632;line-height:20px;font-size:12px;}
.info42_3_left_t span{line-height:30px;font-size:14px;}
.info42_3_right{width:560px;height:450px;float:left;display:inline;margin-left:40px;margin-top:10px;color:#353632;}
/* .info42_3_right span{margin-right:300px;margin-top:20px;}*/
.info42_3_t3{font-size:18px;margin-top:20px;height:30px;overflow:hidden;text-overflow:ellipsis;}
.info42_3_t4{font-size:14px;height:150px;overflow:hidden;text-overflow:ellipsis;color:#353632;margin-top:8px;}


.info5_box a{color:#353632;}
.info5_box{width: 1200px;height:350px;margin: 0 auto;padding-top: 115px;color:#353632;}
.info5_box_p{width:380px;height:235px;float:left;margin-right:20px;}
.info5_box_p span{line-height: 2; margin-right: 225px;}
.info5_box_t{
    margin-top: 20px;
    font-size: 14px;	
	
}
.container{
            position:relative;
            /* 容器盒子相对定位 */
            width:380px;
			padding:30px 30PX 0 0;
			float:left;
        }
        .newimg{
            display:block;
            /* 将图片转换为块元素 */
            width:380px;
            height:auto;
            /* 元素高度设置为auto，保持图片原有纵横比 */
			filter: brightness(50%);
        }
		
        .overlay{ 
            /* 遮盖元素 */
            position:absolute; 
            top:30PX;
            bottom:0;
            left:0;
            right:30PX;
            /* 相对父元素，距离上下左右都是0，相对定位在父元素之上 */
            height:300px;
            width:380px;
            /* 宽高100%，和父元素同等大小 */
            opacity:0;
            /* 透明度 */
            transition:0.1s ease;
            background-color:#eb4642;
        }
        .container:hover .overlay{
            opacity:1;
            /* 透明度 1 */
        }

        .newtext{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            /* 绝对定位设置偏移量，将元素居中定位 */
            color:white;
            font-size:14px;
            /* 文字样式font-weight:bold; */
        }