/*  产品 */
.pictext1{float: left; width: 23.8%; padding: 0px 0px 30px 0px;}
.left2{margin-left: 1.6%;}
.pictext1 .image{float: left; width: 100%; overflow: hidden; }
.pictext1 .image img{width: 100%; height:auto; display:block; cursor: pointer; transition: all ease 0.5s;}
.pictext1 .text{float: left; width: 100%; padding: 18px 0px 18px 0px; background: #fff; border-bottom: 1px solid #c9c9c9; transition: all ease 0.5s;}
.pictext1 .text .title{float: left; width: calc(100% - 50px); padding: 0px 0px 0px 10px; height: 30px; line-height: 30px; font-size: 15px; color: #333; overflow: hidden; cursor: pointer; transition: all ease 0.5s;}
.pictext1 .text .icon{float: left; width: 30px; height: 30px; background: url(preview.png) no-repeat; background-position: right center; cursor: pointer; transition: all ease 0.5s;}

.pictext1:hover .image img{transform: scale(1.15);}
.pictext1:hover .text{background: linear-gradient(to right, #700309, #c9050f); border-bottom: 1px solid #700309;}
.pictext1:hover .text .title{color: #fff;}
.pictext1:hover .text .icon{background-position: left center;}

/*  新闻 */
.news-left{margin-left: 1.2%;}
.pictext3{float: left; width: 24.1%; padding: 0px 0px 30px 0px;}

.pictext3 .image{float: left; width: 100%; overflow:hidden; cursor: pointer;}
.pictext3 .image img{width: calc(100% - 10px); border: 1px solid #c9c9c9; padding: 4px 4px 4px 4px; height:auto; display:block; cursor: pointer; transition: all ease 0.5s;}
.pictext3 .text{float: left; width: 100%; padding: 18px 0px 18px 0px; border-bottom: 1px solid #c9c9c9; transition: all ease 0.5s; overflow: hidden;}
.pictext3 .text .title{float: left; width: calc(100% - 20px); padding: 0px 10px 0px 10px; height: 30px; line-height: 30px; text-align: center; font-size: 15px; color: #333; overflow: hidden; cursor: pointer; transition: all ease 0.5s;}
.pictext3:hover .image img{border: 1px solid #068e8e; filter: brightness(75%);}
.pictext3:hover .text{background: #444; border-bottom: 1px solid #068e8e;}
.pictext3:hover .text .title{color: #fff;}

@media screen and (max-width: 1750px){
	.pictext1{padding: 0px 0px 20px 0px;}
	.pictext1 .text{padding: 14px 0px 14px 0px;}
}