/* Main CSS Document */
@charset "utf8";
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	background: #fff;
	position: relative;
}
.banner-boxs .btn {
	top: 180px;
	width: 80px;
	line-height: 200px;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: all 0.35s;
}
.banner-boxs .prev {
	left: 30px;
}
.banner-boxs .next {
	right: 30px;
}
.banner-boxs:hover .btn {
	opacity: 1;
}
.banner-boxs .hd {
	bottom: 104px;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul li {
	margin-right: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-indent: -99999px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #FFF;
}
.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	height: 620px;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li a {
	text-indent: -9999px;
}

.bd-tabbox .indexProList{
	margin-top: 30px;
	padding-bottom: 20px;
}

.bd-tabbox .indexProList ul li a {
	width:373px;
}

/* banner */
.banner_index{
  margin-top: 100px !important;
	width: 100%;
	min-width: 1200px;
  text-align: center;
}
.banner_index img, .banner_index video{
	width: 100%;
	min-width: 1200px;
  max-width: 1920px;
	height: auto;
	object-fit: cover;
  
}
.banner_index .img{
	position: relative;
}
.banner_index .img::after{
	display: block;
	content: "";
	position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);
}
.banner_index .swiper-pagination {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.banner_index .playbtn{
	width: 116px;
	height: 116px;
  position: absolute;
  left: 50%;
  top: 600px;
  transform: translate(-50%,0);
	cursor: pointer;
  background: url('/public/images/playBtn.png') no-repeat center center;
}
.banner_index .bannervideo{
	width: 100%;
	height: 100%;
}
.banner_index .swiper-button-prev{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 50px;
	height: 76px;
	background:url('/public/images/arrow_left.png');
    transform: translate(0,-50%);
	cursor: pointer;
}
.banner_index .swiper-button-next{
	position: absolute;
	top: 50%;
	right: 10%;
	width: 50px;
	height: 76px;
	background:url('/public/images/arrow_right.png');
    transform: translate(0,-50%);
	cursor: pointer;
}
.banner_index .swiper-button-prev::after{
  content: '';
}
.banner_index .swiper-button-next::after{
  content: '';
}

.swiper-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	/* border: 1px solid #fff; */
	cursor: pointer;
  }
  .swiper-pagination .swiper-active-switch {
	background: #0158ff;
  }
  .banner_index .desc{
	position: absolute;
	top:60px;
	left: 50%;
	-webkit-transform: translateX(-50%);transform: translateX(-50%);
	width: 1100px;padding: 0 100px;box-sizing: border-box;
  }
  .banner_index .desc h1{font-size: 32px;font-weight: bold;color: #fff;text-align: left;}
  .banner_index .desc h2{font-size: 22px;color: #fff;text-align: left;margin-top:20px;}

/* 报价 */
.bd-baojia {
	margin-top: -61px;
	padding: 35px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #FFF;
	position:absolute;
	z-index: 1;
  width: 1135px;
}
.bd-baojia dl dd {
	display: inline-block;
}
.bd-baojia dl .d-1 {
	color: #bdbdbd;
	float: left;
}
.bd-baojia dl .d-1 .til {
	margin-bottom: 6px;
	line-height: 30px;
	font-size: 20px;
  text-transform:Uppercase;
}
.bd-baojia dl .d-1 .til b{
  color: #0158ff;
  font-size: 24px;
}
.bd-baojia dl .d-1 .til span{
  color: #000000;
  margin: 0px 5px;
}
.bd-baojia dl .d-1 .con {
	line-height: 16px;
	font-size: 16px;
}
.bd-baojia dl .d-2 {
	float: right;
}
.bd-baojia dl .d-2 ul {
	margin-left: -20px;
}
.bd-baojia dl .d-2 ul li {
	margin-left: 20px;
	border: 1px solid #999;
	border-right: none;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-baojia dl .d-2 ul li:first-child{
  width: 240px;
}
.bd-baojia dl .d-2 ul li.btn{
  border-color: #fff;
}
.bd-baojia dl .d-2 input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	border: none;
	outline: 0 none;
	background: transparent;
	position: relative;
	text-align: center;
	z-index: 1;
	padding-left: 0px !important;
}
.bd-baojia dl .d-2 select::-ms-expand {
 display: none;
}
.bd-baojia dl .d-2 input[type='text'] {
	padding-left: 0px;
}
.bd-baojia dl .d-2 input[type='submit'] {
	font-size: 18px;
	color: #FFF;
  background: url(/public/images/bd-baojia-btn.png) #0158ff no-repeat center right;
}

.bd-baojia dl .d-2 ul .l-1 {
	width: 186px;
}
.bd-baojia dl .d-2 ul .l-1:after {
	content: " ";
	right: 0;
	top: -1px;
	height: 52px;
	width: 18px;
	display: block;
	background: url(/public/images/bd-baojia-bg.png) no-repeat right center #FFF;
	position: absolute;
}
.bd-baojia dl .d-2 ul .l-1.btn:after{
  display:none;
}

.bd-baojia dl .l-select .til {
	padding-left: 27px;
	width: calc(100% - 45px);
	line-height: 50px;
	font-size: 16px;
	z-index: 1;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.bd-baojia dl .l-select:before {
	content: " ";
	right: 18px;
	top: 19px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #333;
	display: block;
	position: absolute;
}
.bd-baojia dl .l-select input {
	cursor: pointer;
}
.bd-baojia dl .l-select .con {
	left: 0;
	top: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	display: none;
	background: #FFF;
	position: absolute;
}
.bd-baojia dl .l-select .con a {
	padding-left: 15px;
	line-height: 40px;
	display: block;
  font-size: 13px;
}
.bd-baojia dl .l-select .con a:hover {
	color: #FFF;
	background: #0158ff;
}
/* .bd-baojia dl .d-2 ul .on {
	background: #FFF;
} */
/* .bd-baojia dl .d-2 ul .on .til, .bd-baojia dl .d-2 ul .on input {
	padding-left: 34px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
} */
/* .bd-baojia dl .d-2 ul .on:after {
	display: none;
} */
/* bm-2 */
.bm-2 {
	height: 1070px;
	background: url(/public/images/bm-2-bg.jpg) no-repeat center top;
}
.bm-2 .bm-til {
	padding-top: 100px;
}
.bm-2 .bm-con {
}
.bm-2 .c-tab {
	margin-bottom: 30px;
}
.bm-2 .c-tab ul {
	margin-left: -17px;
}
.bm-2 .c-tab ul li {
	margin-left: 17px;
	display: inline-block;
	float: left;
}
.bm-2 .c-tab ul li a {
	width: 388px;
	height: 130px;
	text-align: center;
	display: block;
	position: relative;
}
.bm-2 .c-tab ul li a span{
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}

.bm-2 .c-tab ul li a:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0.5;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: absolute;
}
.bm-2 .c-tab ul .on a:before, .bm-2 .c-tab ul li a:hover:before {
	opacity: 1;
}
.bm-2 .c-tab ul li i {
	margin-right: 15px;
}
.bm-2 .c-tab ul .l-1 i:before {
	content: "\e605";
}
.bm-2 .c-tab ul .l-2 i:before {
	content: "\e604";
}
.bm-2 .c-con {
}
.bm-2 .c-con .bd-con {
	display: none;
}
.bm-2 .c-con ul {
	margin-left: -30px;
}
.bm-2 .c-con ul li {
	margin-left: 30px;
	display: inline-block;
	float: left;
}
.bm-2 .c-con ul li a {
	width: 380px;
	display: block;
}
.bm-2 .c-con ul li .img {
	height: 304px;
	display: block;
	overflow: hidden;
}
.bm-2 .c-con ul li .til {
	height: 80px;
	line-height: 80px;
	text-align: center;
	overflow: hidden;
}
.bm-2 .c-con ul li .til .middle{
	display:inline-block;
	vertical-align: middle;
}
.bm-2 .c-con ul li .til span{
	padding: 13px 0px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	word-break:break-word;
	display:inline-block;

	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.bm-2 .c-con ul li a:hover .til {
	color: #0158ff;
}
/* bm-3 */
.bm-3 {
}
.bm-3 .bm-con {
	position: relative;
}
.bm-3 .bm-con .bd {
	height: 800px;
	background-color: #000;
	overflow: hidden;
}
.bm-3 .bm-con .bd ul {
}
.bm-3 .bm-con .bd ul li {
	width: 100%;
	height: 800px;
	display: inline-block;
	float: left;
}
.bm-3 .bm-con .hd {
	margin-left: 50%;
	left: -600px;
	bottom: 45px;
	position: absolute;
}
.bm-3 .bm-con .hd ul {
	margin-left: 4px;
}
.bm-3 .bm-con .hd ul li {
	margin-left: -8px;
	display: inline-block;
	float: left;
}
.bm-3 .bm-con .hd ul li a {
	display: block;
}
/* bm-4 */
.bm-4 {
}
.bm-4 .bm-con {
	padding-bottom:70px;
}
.bm-4 .c-tab {
	width: 1200px;
	margin-bottom:30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bm-4 .c-tab .left{
	font-size: 38px;color: #DF6A25;font-weight: bold;padding-bottom: 10px;
	background: url(/public/images/news_line.png) no-repeat bottom left;
	background-size: 119px 5px;

}
.bm-4 .c-tab a{
	color: #6a6a6a;font-size: 24px;display: flex;align-items: center;justify-content: center;
}
.bm-4 .c-tab a span{
	width: 0;height: 0;margin-left: 8px;
	border-right:8px solid transparent;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:8px solid #6a6a6a;
}


.bm-4 .c-tab ul {
	margin-left:-120px;
	display:inline-block;
}
.bm-4 .c-tab ul li {
	margin-left:120px;
	line-height:60px;
	font-size:30px;
	display:inline-block;
	position:relative;
}
.bm-4 .c-tab ul li em {
	left:-60px;
	top:0;
	position:absolute;
}
.bm-4 .c-tab ul li a {
	display:block;
	position:relative;
}
.bm-4 .c-tab ul li a:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	display:none;
	background:#0158ff;
	position:absolute;
}
.bm-4 .c-tab ul .on a {
	color:#0158ff;
}
.bm-4 .c-tab ul .on a:before {
	display:block;
}
.bm-4 .c-con .top{position: relative;overflow: hidden;}
.bm-4 .c-con .top>img{width: 100%;height: 438px;position:relative;}
.bm-4 .c-con .top>img::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0.5);}
.bm-4 .c-con .top .news-item{
	width: 580px;height: 335px;background: rgba(255,255,255,.9);
	padding: 40px 60px;box-sizing: border-box;
	position: absolute;top: 0;right: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bm-4 .c-con .top .news-item .title{
	font-size: 20px;color: #1d1d1d;
}
.bm-4 .c-con .top .news-item .s-title{
	font-size: 16px;color: #5f5e5e;
}
.bm-4 .c-con .btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bm-4 .c-con .news-item .btn a{display: block;font-size: 18px;color: #1d1d1d;border: 1px solid #1d1d1d;padding: 5px 15px;}
.bm-4 .c-con .top .news-item .btn span:first-child{display: block;padding: 10px 20px;border: 1px solid #2a2a2a;}
.bm-4 .c-con .news-item .btn span{color:#2a2a2a;font-size: 16px;}
.bm-4 .c-con .news-item .btn span:last-child{color:#5f5e5e;font-size: 14px;}
.bm-4 .c-con .bottom{
	display: flex;margin-top: 20px;
	
}
.bm-4 .c-con .bottom .item{position: relative;width: 388px;height:200px;margin-right: 18px;}
.bm-4 .c-con .bottom .item>img{display:block;width: 100%;height: 100%;}
.bm-4 .c-con .bottom .item .content{
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;position: absolute;top:0;left: 0;
	height: 100%;padding: 20px;box-sizing: border-box;
	display: flex;flex-direction: column;justify-content: space-between;
}
	
.bm-4 .c-con .bottom .item:nth-child(3n+3){
	margin-right: 0;
}
.bm-4 .c-con .bottom .item .title{font-size: 20px;color: #1d1d1d;}
.bm-4 .c-con .bottom .item .s-title{font-size: 16px;color: #5f5e5e;}
.bm-4 .c-con .bottom .item span{font-size: 14px;color: #5f5e5e;}
.bm-4 .c-con .bd-con {
	display:none;
}
.bm-4 .c-con .d-dl {
	margin-left:-20px;
}
.bm-4 .c-con .d-dd {
	margin-left:15px;
	width:300px;
	display:inline-block;
	float:left;
}
.bm-4 .c-con .d1 {
}
.bm-4 .c-con .d1 a {
	padding:15px;
	width:270px;
	display:block;
	background:#EEE;
}
.bm-4 .c-con a:hover .til {
	text-decoration:underline;
}
.bm-4 .c-con .d1 .img {
	margin-bottom:10px;
	height:217px;
	display:block;
	overflow:hidden;
	position: relative;
}
.bm-4 .c-con .d1 .img span {
	display:flex;
  align-items: center;
  height: 217px;
}
.bm-4 .c-con .d1 .til {
	height:52px;
	line-height:26px;
	font-size:16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;

	word-break:break-word;
	/* text-align: justify; */
}
.bm-4 .c-con .d1 .con {
	padding:10px 0 9px;
	height:78px;
	line-height:26px;
	font-size:12px;
	color:#777;
	word-break:break-word;
	/* text-align: justify; */
}
.bm-4 .c-con .d1 .time {
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	color:#999;
}
.bm-4 .c-con .d2 {
  width: 520px;
}
.bm-4 .c-con .d2 ul {
	margin-top:-10px;
}
.bm-4 .c-con .d2 ul li {
	margin-top:10px;
	width:100%;
	display:inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  height: 135px;
  overflow: hidden;
}
.bm-4 .c-con .d2 ul li a {
	display:flex;
  justify-content: space-between;
}
.bm-4 .c-con .d2 ul li a:hover{
  color: #0158ff;
}
.bm-4 .c-con .d2 ul li a:hover .con{
  color: #0158ff;
}
.bm-4 .c-con .d2 ul li a .img {
	width: 180px;
  height:135px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bm-4 .c-con .d2 ul li a .img img{
  transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
  width: 100%;
}
.bm-4 .c-con .d2 ul li a .info{
  width: 310px;
  margin-right: 10px;
}
.bm-4 .c-con .d2 ul li a:hover .img img{
  width: 105%;
}
.bm-4 .c-con .d2 ul li .til {
	margin:10px 0;
	height: 26px;
	line-height:26px;
	font-size:12px;
  color: #b1b1b1;
  display:flex;
  justify-content:space-between;
}
.bm-4 .c-con .d2 ul li .til span:first-child{
  color: #252525;
  font-size: 16px;
  white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
  width: 230px;
}


.bm-4 .c-con .d2 ul li .con {
	height:74px;
	line-height:26px;
	font-size:12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color:#999;
	overflow:hidden;
}
.bm-4 .c-con .d3 {
	width:350px;
}
.bm-4 .c-con .d3 ul {
}
.bm-4 .c-con .d3 ul li {
	width:100%;
	display:inline-block;
	float:left;
}
.bm-4 .c-con .d3 ul li a {
	padding:15px;
	display:block;
	background:#EEE;
	position:relative;
}
.bm-4 .c-con .d3 ul li .time {
	margin-top:-15px;
	padding-top:15px;
	height:76px;
	border-top:1px solid #BBB;
	color:#999;
	position:relative;
}
.bm-4 .c-con .d3 ul li:first-child .time {
	border-color:#EEE;
}
.bm-4 .c-con .d3 ul li .time:before {
	content: "\e600";
	right:15px;
	top:25px;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
	position:absolute;
}
.bm-4 .c-con .d3 ul li .time .day {
	margin-top:5px;
	line-height:46px;
	font-size:40px;
	font-weight:bold;
}
.bm-4 .c-con .d3 ul li .time .year {
	line-height:20px;
	font-size:12px;
}
.bm-4 .c-con .d3 ul li .til {
	left:85px;
	bottom:20px;
	width:250px;
	height:30px;
	line-height:30px;
	font-size:16px;
	white-space:nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	display:inline-block;
	position:absolute;
	overflow:hidden;
}

.indexGongyi{
	clear: both;
}
