/*视频*/
.Elastic_layer_E{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
.Elastic_layer_B{
	width:1000px;
	margin:0 auto;
	text-align:center;
	position: relative;
    top: 50%;
    margin-top: -295px;
}
.Elastic_layer_S{
	width:285px;
	height:44px;
	position:absolute;
	top: 87%;
	left:50%;
	margin-left:-142.5px;
	background:#ffbe5b;
	color:#fff;	
	font-size: 23px;
	border-radius:30px;
	text-align:center;
	line-height:44px;
}
.Elastic_layer_cha{
	position:absolute;
	width:37px;
	height:37px;
	top:5%;
	left:90%;	
}
.Elastic_layer_cha a{
	color:#fff;	
}




.video_banner{
	width: 100%;
	min-width: 1200px;
	height: 715px;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.video_banner:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	background-color: rgba(0,0,0,0.4);
}
.video_banner video{
	width: 1600px;
	height: auto;
}
.video_banner .background_video{
	color: #fff;
}
.video_banner .video_cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	/*display: none;*/
}
.video_banner .video_cover img{
	width: 100%;
	min-height: 100%;
}

.video_banner .content{
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 500;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video_banner .content .banner-heading{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	margin-bottom: 40px;
}
.video_banner .banner-btn {
    height: auto;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    margin: 40px auto 0;
}
.video_banner .banner-btn span {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: background .5s ease-in,border .5s ease-in;
    -moz-transition: background .5s ease-in,border .5s ease-in;
    -ms-transition: background .5s ease-in,border .5s ease-in;
    -o-transition: background .5s ease-in,border .5s ease-in;
    transition: background .5s ease-in,border .5s ease-in;
}
.video_banner .banner-btn span {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.video_banner .banner-btn:hover span {
    background: #000;
    border: 1px solid #000;
}
/*咨询热线*/
.tel_number{
	position: absolute;
	left: 4%;
	bottom: 5%;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	opacity: .5;
}
.tel_number li{
	width: 116px;
	line-height: 40px;
	margin-right: 65px;
	text-align: left;
}
.tel_number li p{
	color: #fff;
	border-bottom: 1px solid #adadad;
}
.tel_number li b{
	font-size: 16px;
}


/*##############################################################*/
/*##############################################################*/
/*风格*/
.other_style{
	width: 100%;
	min-width: 1200px;
	height: 684px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.other_style li{
	width: 20%;
	overflow: hidden;
	/*position: relative;*/
	/*float: left;*/
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.other_style li.l1{
	left: 0;
	z-index: 50;
}
.other_style li.l2{
	left: 30%;
	z-index: 40;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.other_style li.l3{
	width: 20.5%;
	left: 50%;
	z-index: 30;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.other_style li.l4{
	left: 70%;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.other_style li.l5{
	right: 0;
	z-index: 50;
}
.other_style li:hover{
	width: 24%;
	z-index: 100;
}
.other_style li:hover:before{
	background-color: transparent;
}
.other_style li:hover .other_style_con a{
	margin-top: 95px;
    opacity: 1;
    visibility: visible;
}
.other_style li.l5{
	position: absolute;
	right: 0;
	top: 0;
}
.other_style li:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-ms-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

.other_style li .bg{
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.other_style_con{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.other_style_con h4{
	color: #fff;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.other_style_con h4:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}
.other_style_con p{
	color: rgba(255,255,255,.59);
	text-transform: uppercase;
}
.other_style_con a{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	background-color: #262626;
	height: auto;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.other_style_con a:hover{
	background-color: #565656;
}
/*about*/
.about_us{
	width: 100%;
	min-width: 1200px;
	color: #262626;
	font-size: 14px;
	background-color: #fff;
	padding: 140px 0;
	margin-top: 15px;
}
.about_us div{
	padding: 0 30px;
}
.about_us .title,.team_center .title{
	font-size: 42px;
	font-weight: bold;
	position: relative;
	padding-bottom: 40px;
}
.about_us .title:after,.team_center .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #000;
}
.about_us .line{
	font-size: 20px;
	padding: 40px 0;
}
.about_us .info{
	line-height: 30px;
	margin-top: 40px;
}
.about_us .info a{
	color: #777;
}
.about_us .info a:hover{
	color: #000;
	text-decoration: underline
}
.classic_project{
	margin-top: 15px;
}
/*cases*/
.cases{
	width: 100%;
	min-width: 1200px;
	height: 476px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.case_introduction{
	width: 33%;
	float: left;
	position: relative;
}
.case_introduction .bg{
	display: block;
    width: 100%;
    min-height: 100%;
}
.case_introduction h4{
	position: relative;
	padding-bottom: 10px;
}
.case_introduction h4:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.case_introduction p{
	overflow: hidden;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.case_introduction_con{
	background-color: rgba(38,38,38,.6);
}
.case_introduction_con a{
	background-color: #000;
}
.case_introduction:hover .case_introduction_con{
	background-color: rgba(38,38,38,1);
}
/*team*/
.team_center{
	width: 100%;
	min-width: 1200px;
	padding: 50px 70px;
	color: #262626;
	font-size: 14px;
	background-color: #fff;
	margin-top: 15px;
}
.team_center .sub_title{
	margin-top: 20px;
	color: #747474;
	line-height: 2;
	margin-bottom: 30px;
}
.team_center_list .team_li{
	text-align: left;
	background-color: #fff;
}
.team_center_list .team_li .img img{
	width: 100%;
}
.team_center_list .team_li:hover{

}
.team_center_list .team_li h4{
	color: #454545;
	font-size: 18px;
	padding: 15px;
}
.team_center_list .team_li h4 span{
	font-weight: 400;
	color: #949494;
	font-size: 14px;
}
.team_center_list .team_li p{
	color: #222;
    opacity: 0.6;
    font-size: 14px;
	padding: 0 15px;
    margin: 0 0 30px;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*news*/
.news_center{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	position: relative;
	padding: 95px 0;
	margin-top: 15px;
}
.news_center_con{
	width: 1500px;
}
.news_center_title{
	width: 100%;
	color: #000;
	font-size: 18px;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_center_title h3{
	width: 80%;
	text-align: left;
}
.news_center_title h3 span{
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #a6a6a6;
	padding-left: 10px;
}
.news_center_title a{
	width: 20%;
	text-align: right;
}
.news_center_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}
.news_center_list{
	width: 100%;
	padding: 0 15px;
	margin-top: 35px;
}
.news_center_list ul{
	padding: 20px 0;
}
.news_center_list li{
	width: 25%;
	float: left;
	position: relative;
	padding: 15px 15px 0;
	border-bottom: 1px solid #eae9e5;
}
.news_center_list li:hover{
	box-shadow: 0 0 10px 5px rgb(136 150 171 / 15%);
}
.news_center_list li .img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.news_center_list li .img:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_center_list li .img img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_center_list li > a:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news_center_list li > a:hover .img:before{
	opacity: 1;
}

.news_center_list li .info{
	width: 100%;
    line-height: 22px;
    overflow: hidden;
	color: #000;
    font-size: 16px;
	text-align: left;
    letter-spacing: .04em;
    position: relative;
	padding: 5%;
}
.news_center_list li .info h4{
	color: #2A2E2E;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_center_list li .info p{
	width: 96%;
	/*color: #777779;*/
    cursor: pointer;
}
.news_center_list li .info .date{
	color: #919797;
	letter-spacing: 0;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
}
.news_center_more{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 22px;
    color: #fff;
    font-size: 14px;
    background-color: #262626;
	padding: 13px 30px;
	margin-top: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    cursor: pointer;
}
.news_center_more i{
	margin-left: 20px;
	position: relative;
	font-size: 16px;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_center_more:hover{
	background-color: #565656;
}
.news_center_more:hover i{
	left: 10px;
}

.Elastic_layer_02{
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 99999999;
	background: rgba(0,0,0,.7);
	display: none;
}
.Elastic_layer_02>div{
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -450px;
}
.guanbi2{
	position:absolute;
	right: 0;
	top: 0; 
}
.information02{
	position: absolute;
	width: 576px;
	left: 50%;
	margin-left: -288px;
	top: 28%;
	font-size: 24px;
}
.information02 input{
	width: 100%;
	height: 56px;
	border: 1px solid #812600;
	background: #fff;
	margin-bottom: 20px;
	color: #812600;
	border-radius: 40px;
	text-align: center;;
	color:#812600; 
	    font-size: 18px;
}
.tijiao2{
	position: absolute;
	width: 100%;
	height: 58px;
	top: 100%;
	background: #a0440a;
	color: #fff;
	border-radius: 40px;
	line-height: 58px;
	cursor: pointer;;
}

