/*首页主体样式*/
.contentall{background:#fff;position: relative;z-index: 5;}
.section-one{padding-top:140px;}
.headlines{padding:31px 0;background:#f9f9f9;}
.headlines-news{width:175px;height:60px;line-height:60px;color:#fff;padding-left:60px;padding-right:25px;background:#ffd86f;position:relative;}
.headlines-news:before{content: '';width: 0;position: absolute;left:0;bottom:0;height: 0;border:30px solid #f9f9f9;border-right:15px solid transparent;border-top:60px solid transparent;}
.headlines-news:after{content: '';width: 0;position: absolute;right:0;bottom:-16px;height: 0;border-left: 16px solid transparent;border-right: 16px solid transparent;border-top: 16px solid #c69e3b;}
.headlines-news a{display:block;color:#fff;}
.common-head{margin-top:45px;margin-bottom:45px;position:relative;}
.common-head h3{font-size:36px;color:#494949;margin-top:-40px;font-weight:bold;position: relative;letter-spacing:4px;}
.common-head p{font-size:44px;color:#e9e9e9;font-weight:bold;margin-bottom:0;text-transform: uppercase;letter-spacing:4px;}
.common-head .more{position:absolute;top:0;right:0;}
.common-head .more a{display:block;width:50px;height:30px;font-size:0;background: url(arr.png) no-repeat;}
.common-more a{display:inline-block;width:50px;height:30px;font-size:0;background: url(arr.png) no-repeat;}
.common-head2{margin:20px 0;position:relative;}
.common-head2 .title{position: relative;}
.common-head2 .title h3{font-size:36px;color:#494949;font-weight:bold;position: relative;letter-spacing:4px;}
.common-head2 .title p{font-size:36px;color:#e9e9e9;font-weight:bold;margin-top:-20px;margin-bottom:0;text-transform: uppercase;letter-spacing:4px;}
.common-head2 .more{position:absolute;top:25px;right:0;}
.common-head2 .more a{display:block;width:50px;height:30px;font-size:0;background: url(arr.png) no-repeat;}
.common-img{display: block;width:100%;margin-bottom:95px;overflow:hidden;}
.common-img img{width:100%;height:100%; display: block; -object-fit:cover;-o-transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}
.common-img:hover img{-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.section-three .common-head p{color:#d6dbdd;}
.section-three{background: url(bg.png) top left no-repeat;background-size:cover;}
.section-three .row20,.section-five .row20{margin-left:-20px;margin-right:-20px;}
.section-five{position:relative;overflow:hidden;}
.section-five .col-pd20{padding-left:20px;padding-right:20px;}
.section-padding{padding:20px 0 40px;}
.industry-box{padding:10px;border:1px dashed #80c269;position:relative;margin-bottom:35px;}
.industry-box .pic{width:100%;height:100%;min-height:100px;position:relative;overflow:hidden;}
.industry-box .pic img{width:100%;height:100%;transition: transform 0.5s;}
.industry-box:hover .pic img{transform:scale(1.1,1.1);}
.industry-box2{border:1px dashed #00479d;}
.industry-box3{border:1px dashed #13b5b1;}
.industry-box4{border:1px dashed #7e6b5a;}
.industry-box5{border:1px dashed #a40000;}
.industry-box .text{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;}
.industry-box .text a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.industry-box .tit{font-size:30px;color:#fff;position: absolute;left: 30px;top: 40px;writing-mode: tb-lr;writing-mode: vertical-lr;}
.industry-box .more{font-size:16px;color:#fff;position: absolute;right: 30px;bottom: 40px;writing-mode: tb-lr;writing-mode: vertical-lr;text-align: center;}
@media screen and (max-width: 1199px){
	.common-head2 .title p{font-size:24px;}
}
@media screen and (max-width: 991px){
	.section-one{padding-top:0;}
	.common-head h3{font-size:28px;}
	.common-head p{font-size:34px;}
	.common-head2 .title h3{font-size:28px;}
	.common-head2 .title p{font-size:20px;}
	.common-head2 .more{top:0;}
	.section-three .row20,.section-five .row20{margin-left:-10px;margin-right:-10px;}
	.section-five .col-pd20{padding-left:10px;padding-right:10px;}
}
@media screen and (max-width: 767px){
	.headlines-news{width:100%;margin-bottom:20px;height:40px;line-height:40px;}
	.headlines-news:before{border:20px solid #f9f9f9;border-right: 10px solid transparent;border-top: 40px solid transparent;}
	.fz34{font-size:20px;}
	.common-head{margin:30px 0 20px;}
	.common-head h3{font-size:20px;margin-top:-20px;}
	.common-head p{font-size:18px;}
	.common-head2 .title p{font-size:18px;letter-spacing:2px;}
	.common-img{margin-bottom:30px;}
	.industry-box .tit{font-size:20px;}
	.industry-box .more{font-size:14px;}
}
@media screen and (max-width:480px){
	.common-head p{font-size:14px;}
}