.banner_case{
	margin-top:88px;
}
.swiper-container{
	width: 100%;
	height: 580px;
	
	position: relative;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #905821;
}
.bannerimg {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:9999;
}
.com_name {
	width:100%;
	height:40px;
	background:url(../images/name1.png) no-repeat center;
	margin-top: 60px;
}
.com_name a {
	font-weight:400;
	font-size:30px;
	color:#AEA191;
	display:block;
	text-align:center;
}


.introduction_left {
	width: 612px;
	float: left;
	margin-top: 50px;
}
.introduction_left h3 {
	font-weight:bold;
	font-size:26px;
	color:#AEA191;
}
.introduction_left p {
	font-weight:400;
	font-size:16px;
	color:#666666;
	line-height:32px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-indent: 2em;
    margin:20px 0;
    text-align: justify;
}
a.more {
	display:block;
	width:130px;
	border-top:1px solid #AEA191;
	border-bottom:1px solid #AEA191;

}

a.more span{
	font-weight: 400;
	font-size: 16px;
	color: #AEA191;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:8px 0;
}
a.more:hover{
	background-color:  #AEA191;
	transition: all 0.3s;
}
a.more:hover span{
	color: #ffffff;
	transition: all 0.3s;
}
a.more:hover span img{
	display: none;
	transition: all 0.3s;
}
.video{
	margin-top: 50px;
	float: right;
	width: 518px;
	height: 292px;
}


.zxff_case{
	width: 100%;
	height: 849px;
	background: #F5F7FA;
	margin-top: 60px;
}
.zxff_case .box{
	overflow:hidden;
}

.zxff_case .box .con{
	width: 988px;
	margin:30px auto;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: center;
}


.picScroll-left {
	overflow:hidden;
	position:relative;
	width: 1280px;
	margin:0 auto;
}

.picScroll-left .hd .prev {
	width: 21px;
	height: 40px;
	background:url(../images/left.png) no-repeat center;
	display: block;
	position: absolute;
	left: 0px;
	top: 45%;
	cursor: pointer;

}

.picScroll-left .hd .next {
	width: 21px;
	height: 40px;
	background:url(../images/right.png) no-repeat center;
	display: block;
	position: absolute;
	right: 0px;
	top: 45%;
	cursor: pointer;

}


.picScroll-left .bd {
	/*margin:0px 22px;*/
	width: 1200px;
	overflow:hidden;
	margin:0 auto;
}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li{
	width: 376px;
	height: 558px;
	background: #FFFFFF;
	float:left;
	_display:inline;
	overflow:hidden;
	margin-right:36px;
}
.picScroll-left .bd ul li .pic_box{
	padding: 0 15px;
}

.picScroll-left .bd ul li .img{
	width: 375px;
	height: 260px;

}
.picScroll-left .bd ul li h3{
	font-weight: bold;
	font-size: 18px;
	color: #AEA191;
	margin-top: 30px;
}

.picScroll-left .bd ul li .con1{
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin:20px 0;
	text-align: justify;
	min-height: 136px;
}
.picScroll-left .bd ul li .bottom_box{
	display: flex;
	justify-content: space-between;
}

.picScroll-left .bd ul li .reserve{
	width: 114px;
	height: 36px;
	background: #081B33;
	display: flex;
	align-items: center;
	justify-content: center;
}
.picScroll-left .bd ul li .reserve:hover{
	box-shadow:  0 0 10px #081B33;
}
.picScroll-left .bd ul li .reserve  img{
	margin-right: 5px;
}
.picScroll-left .bd ul li .reserve span{
	color: #ffffff;
}


.com_slideBox {
	width:565px;
	height:371px;
	overflow:hidden;
	position:relative;
}
.com_slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	left:43.6%;
	bottom:20px;
	z-index:999;
}
.com_slideBox .hd ul {
	overflow:hidden;
	zoom:1;
}
.com_slideBox .hd ul li {
	float:left;
	margin-right:15px;
	width:14px;
	height:14px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	cursor:pointer;
}
.com_slideBox .hd ul li.on {
	background:#905821;
	opacity:1
}
.com_slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.com_slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.com_slideBox .bd img {
	width:565px;
	height:371px;
	display:block;
}
.slideshow_case{
	margin-top: 60px;
}
.slideshow_case .width1200:nth-child(2){
	margin: 80px auto;

}
.slideshow_case .content{
	width: 604px;
	/*height: 181px;*/
}

.slideshow_case .content h3{
	font-weight: bold;
	font-size: 24px;
	color: #AEA191;
	line-height: 32px;
	margin: 20px 0;
}
.slideshow_case .content p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 30px;
	text-indent: 2em;
	text-align: justify;
	    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin: 20px 0;
    text-align: justify;
    min-height: 230px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}


.popup_case{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 999999999999999999;
	overflow:hidden;
	display: none;
}

/* 本例子css */
.lbt_case{
	width: 55%;
	height:80%;
	position: absolute;
	top: 20%;
	left: 50px;
	bottom: 0px;

}

.popup_case h3{
	font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 30px;
    text-indent: 50px;

}
.popup_case .box{
	/*padding: 50px;*/
	max-width: 1920px;
	margin:0 auto;
	position: relative;
	height: 100%;
	overflow:hidden;
}
.picFocus{ margin:0 auto;  width:100%;   overflow:hidden;  zoom:1;   }
.picFocus .hd{ width:816px!important;padding-top:5px;  overflow:hidden;margin:0 auto; }

.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1;position: absolute;left: 10%;bottom: 10%; }
.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picFocus .hd ul li img{ width:120px; height:80px; border:2px solid #ddd; cursor:pointer; margin-right:5px; object-fit: cover;  }
/*.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }*/
.picFocus .hd ul li.on img{ border-color:#0065f2;object-fit: cover;  }
.picFocus .bd{
	 width:816px!important;
	margin:0 auto;
}
.picFocus .bd li{ vertical-align:middle; width:816px!important; }
.picFocus .bd img{ width:100%; height:550px; display:block;  }

.picFocus .hd .prev {
	width: 21px;
	height: 40px;
	background:url(../images/left.png) no-repeat center;
	display: block;
	position: absolute;
	left: 0px;
	top: 25%;
	cursor: pointer;
}

.picFocus .hd .next {
	width: 21px;
	height: 40px;
	background:url(../images/right.png) no-repeat center;
	display: block;
	position: absolute;
	right: 0px;
	top: 25%;
	cursor: pointer;
}

.mess_case{
	width: 35%;
	height: 60vh;
	overflow-y:auto;
	position: absolute;
	right: 50px;
	top: 30px;
}
.mar_bottom{
	margin-bottom: 25px;
	margin-right: 10px;
}
.mess_case .com_tit{
	font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.mess_case .mess{
	font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-top:10px;
    text-align: justify;
    text-indent: 2em;
}
.zxyd{
	position: absolute;
	right: 30%;
	bottom: 20vh;
	width: 130px;
	height: 40px;
	background:#0065f2;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
}
.sc_img{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	    width: 20px;
}
/*æ»šåŠ¨æ¡è‡ªå®šä¹‰æ ·å¼*/
.ScrollStyle{overflow: auto !important;}
.ScrollStyle::-webkit-scrollbar{box-sizing:border-box;width:7px;height:7px;background:#eee;}
.ScrollStyle::-webkit-scrollbar-button{width:9px;height:0px;}
.ScrollStyle::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.ScrollStyle::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.21);background-color:#5A5A5A; max-height:80px;height:80px;}
.ScrollStyle::-webkit-scrollbar-corner{background-color:#f1f1f1;}


.basic{
	display: block;
	color: #ffffff;
	font-size: 14px;
	display: block;
	align-items: center;
	margin-top: 20px;
}
.basic img{
	width: 20px;
	margin-right: 5px;
}

.mar_bottom .tit{
	font-size: 18px;
    line-height: 24px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 600;
}
.mar_bottom .ss_list{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mar_bottom .ss_list span{
	width: 50%;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.mar_bottom .ss_list span img{
	width: 20px;
	margin-right: 5px;
}

 .child-table{
 	width: 100%;
 }
 .child-table .thead {
    background-color: rgba(238, 241, 246, .2);
    border-top: 0.5px solid #ccd6e5;
}

.child-table .td:last-of-type {
    border-right: 0.5px solid #ccd6e5;
}
.m-policy .child-table .thead .td {
    border-top: 0.5px solid #ccd6e5;
}
.child-table .td {
    text-align: center;
    border-bottom: 0.5px solid #ccd6e5;
    border-left: 0.5px solid #ccd6e5;
    padding: 10px 5px;
    color: #ffffff;
}
.highlight{
	color: green;
}