/*公共*/
@charset "UTF-8";

@font-face {
	font-family: "经典特黑简";
	src: url("../font/经典特黑简.TTF") format("truetype"),
}
@font-face {
	font-family: "方正大标宋简体";
	src: url("../font/方正大标宋简体.TTF") format("truetype"),
}
@font-face {
	font-family: "经典特宋简";
	src: url("../font/经典特宋简.TTF") format("truetype"),
}
@font-face {
	font-family: "苹方简中等";
	src: url("../font/PingFangSC_1.ttf") format("truetype"),
}
@font-face {
	font-family: "Helvetica_LT_33_Thin_Extended";
	src: url("../font/Helvetica_LT_33_Thin_Extended.TTF") format("truetype"),
}

html,body{
	min-width:1200px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #1e1e1e;
	font-family: "苹方简中等","Microsoft Yahei", Arial;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
	display: block;
}
input{
	outline:none;
}
ul,li,ol {
	list-style: none;
}

dl,dd {
	margin: auto;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #000;
}

a:link,a:visited {
	text-decoration: none;
	outline: none;
}

a {
	cursor: pointer;
}
img{
	max-width: 9999px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
/*所有超链接不要下划线*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	display: block;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.container .box{
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.display_r{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.opacity{
	opacity: 0;
}
.overflow{
	overflow: hidden;
}
.ellipsis,.recommend_read a,.news_details_lf .page a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.ellipsis_2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis_3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis_4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.ellipsis_5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sixslide{
	overflow: hidden;
}
.sixslide li,.oneRowFourColumns li,.oneRowFiveColumns li,.oneRowThreeColumns li,.oneRowFourColumnsRight li,.fiveRowOneColumns li,.sixslideFour li,.threeRowthreeColumn li,.threeRowFourColumn li,.oneRowOneColumns li{
	opacity: 0;
}
/*-----------------------------------------css3动画开始-----------------------------------------*/
.time_02{
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
}
.time_04,
.banner .content a,
.index_3_pack li .info,
.index_3_pack li .info .title,
.index_3_pack li .info .title span,
.index_3_pack li img,
.index_4_pack li .info,
.index_4_pack li img,
.index_5_pack li .icon,
.index_5_pack li .title,
.index_5_pack li .num span,
.index_5_pack li .num p,
.index_6_pack li,
.index_7_pack li,
.index_7_pack li .bottom span,
.index_7_pack li .bottom p,
.index_7_pack li .bottom i,
.index_7_pack li .top img,
.case_1_pack li .bottom,
.case_1_pack li .bottom p,
.case_1_pack li .bottom span,
.case_1_pack li .top img,
.design_1_pack li .bottom,
.design_1_pack li .bottom p,
.design_1_pack li .bottom span,
.design_1_pack li .top img,
.case_details_list ul li .bottom,
.case_details_list ul li .bottom p,
.case_details_list ul li .bottom span,
.case_details_list ul li .top img,
.case_1_pack li,
.design_1 li,
.news_1_pack li,
.news_1_pack li .title,
.news_1_pack li .lf img,
.recommend_read a,
.work_2_bottom li,
.work_5_pack li,
.work_3_pack li{
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	-o-transition:0.4s;
}

/*-----------------------------------------css3动画结束-----------------------------------------*/

/* 缩放开始 */
.scale,
.index_3_pack li:hover img,
.index_4_pack li:hover img,
.index_7_pack li:hover .top img,
.case_1_pack li:hover .top img,
.design_1_pack li:hover .top img,
.case_details_list ul li:hover .top img,
.news_1_pack li:hover .lf img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
/* 缩放结束 */
/*header*/
body{
	overflow-x: hidden;
	padding-top: 80px;
}
.header {
	background: #1e1e1e;
	z-index: 9999;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.header .content{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 80px;
	line-height: 80px;
}
.header .lf .white{
	display: block;
}
.header .lf .black{
	display: none;
}
.header .nav{
	margin: 0 20px;
	flex: 1;
}
.header .nav ul{
	justify-content: flex-end;
}
.header .nav li a{
	height: 100%;
	display: block;
	padding: 0 10px;
	margin: 0 5px;
	color: #fff;
	opacity: 0.7;
	height: 80px;
	max-width: 100px;
	overflow: hidden;
	position: relative;
}
.header .nav li.active a::after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 16px;
	left: 0;
}
.header .nav li a:hover{
	background: initial;
	color: #fff;
	opacity: 1;
}
.header .nav li.active a{
	background-color: initial;
	color: #fff;
	opacity: 1;
}
.header .rf{
	display: flex;
	align-items: center;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-style: oblique;
	font-family: "方正大标宋简体";
}
.header .rf img{
	margin-right: 6px;
}

/*header结束*/

/*banner开始*/
.banner,.banner .am-slider-default .am-viewport,.banner .am-slides,.banner .am-slider .am-slides > li{
	height: 600px;
}
.banner .am-slider-default{
	margin: 0;
	padding: 0;
	box-shadow: none;
	height: 100%;
}
.banner .am-slider-default .am-control-nav{
	bottom: 60px;
}
.banner .am-slider-default .am-control-nav li a{
	width: 27px;
	height: 4px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}
.banner .am-slider-default .am-control-nav li a.am-active{
	background-color: #ea5404;
}
.banner .am-slider .am-slides > li{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.banner .am-slider .am-slides > li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .content{
	position: absolute;
	top: 120px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	height: 100%;
}
.banner .content .bp_1{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	font-family: "经典特黑简";
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	max-height: 120px;
	overflow: hidden;
}
.banner .content .bp_2{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-top: 12px;
	max-height: 96px;
	overflow: hidden;
}
.banner .content a{
	display: block;
	width: 50px;
	height: 20px;
	background: url(../img/banner_more.png) no-repeat top left;
	margin-top: 40px;
}
.banner .content a:hover{
	width: 120px;
	height: 45px;
	border-radius: 45px;
	background: url(../img/banner_more_w.png) no-repeat center center;
	background-color: #ea5404;
}
.banner .am-direction-nav li a{
	width: 80px;
	height: 80px;
	background: url(../img/banner_lf.png) no-repeat center;
	top: initial;
	bottom: 280px;
}
.banner .am-direction-nav li a::before{
	display: none;
}
.banner .am-direction-nav li a.am-next{
	transform: rotate(180deg);
}

/*banner结束*/

/*首页*/
.z_title{
	margin: 60px 0 30px;
	position: relative;
	z-index: 1;
}
.z_title p{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
}
.z_title span{
	font-size: 24px;
	color: #ea5404;
}
.z_title i{
	width: 40px;
	height: 4px;
	background-color: #1e1e1e;
	display: block;
	margin-top: 15px;
}
.z_title_border{
	border-bottom: 1px solid #f5f5f5;
}
.z_title_white p{
	color: #fff;
}
.z_title_white i{
	background-color: #fff;
}

.index_advantage .content{
	background-color: #fff;
	display: flex;
	box-shadow: 0 0 20px rgba(0,0,0,0.1) ;
	margin-top: -45px;
	z-index: 10;
	justify-content: space-between;
	padding: 0 20px;
}
.index_advantage .content li{
	padding:25px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	flex: 1;
}
.index_advantage .content li p{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	overflow: hidden;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.index_advantage .content li span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 6px;
}

.index_1_pack{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 60px;
	position: relative;
}
.index_1_pack .more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 82px;
	height: 30px;
	background: url(../img/banner_more_w.png) no-repeat center;
	background-color: #ea5404;
}
.index_1_pack .lf{
	width: 700px;
}
.index_1_pack .title{
	padding-left: 35px;
}
.index_1_pack .title p{
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.index_1_pack .title p span{
	font-size: 18px;
	font-family: '经典特宋简';
}
.index_1_pack .title p span.orange{
	font-size: 18px;
	font-family: '经典特宋简';
	color: #ea5404;
}
.index_1_pack .title p.rotate{
	transform: rotateX(180deg);
}
.index_1_pack .title p.rotate .black{
	background-image: -webkit-linear-gradient(top ,rgba(0,0,0,0),rgba(30,30,30,0.03),rgba(30,30,30,0.2));
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
}
.index_1_pack .title p.rotate .orange{
	background-image: -webkit-linear-gradient(top ,rgba(0,0,0,0),rgba(234,84,4,0.03),rgba(234,84,4,0.2));
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
}
.index_1_pack .text p{
	line-height: 28px;
	margin-top: 25px;
	text-indent: 35px;
}
.index_1_pack .text p:first-child{
	margin-top: 15px;
}

.index_1{
	background: url(../img/index_bg_1.jpg) no-repeat top center;
	background-size: cover;
	margin-top: -106px;
	padding-top: 106px;
}
.index_1_pack .rf{
	width: 450px;
	height: 325px;
}
.z_video .video-js{
	width: 100%;
	height: 100%;
}
.z_video p,.z_video span{
	color: #fff;
}
.z_video .vjs-poster{
	background-size: cover;
}
.z_video .video-js .vjs-big-play-button{
	border-radius: 50%;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border: none;
	background-color: rgba(43,51,63,.6);
}
.z_video .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.z_video:hover .video-js .vjs-big-play-button{
	background-color: rgba(43,51,63,1);
}

.index_2{
	height: 220px;
	background: url(../img/index_bg_2.jpg) no-repeat top center;
	background-size: cover;
}
.index_2_pack{
	height: 220px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
.index_2_pack li p{
	font-family: "Helvetica_LT_33_Thin_Extended";
	color: #fff;
	font-size: 60px;
	height: 70px;
	line-height: 70px;
	max-width: 250px;
	position: relative;
}
.index_2_pack li p i{
	display: block;
	width: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: -20px;
	font-style: normal;
	font-family: "Helvetica_LT_33_Thin_Extended";
}
.index_2_pack li span{
	display: block;
	color: #fff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	max-width: 250px;
	margin-top: 8px;
}

.index_3_4_bg{
	background: url(../img/index_3_4_bg.jpg) no-repeat top center;
	background-size: cover;
}
.index_3_pack{
	display: flex; 
}
.index_3_pack li{
	width: 228px;
	height: 337px;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
}
.index_3_pack li:last-child{
	margin-right: 0;
}
.index_3_pack li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_3_pack li .info{
	height: 151px;
	position: absolute;
	bottom: -115px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}
.index_3_pack li .info p{
	padding: 0 20px;
}
.index_3_pack li .info .title{
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	margin: 3px 0 8px;
	justify-content: center;
}
.index_3_pack li .info .title span{
	color: #fff;
	font-size: 12px;
}
.index_3_pack li .info .title span:last-child{
	display: flex;
	font-size: 12px;
	font-style: italic;
}
.index_3_pack li .info .title span:last-child::before{
	content: '/';
	display: block;
	color: #fff;
	font-size: 12px;
	margin: 0 3px 0 15px;
	font-style: normal;
}
.index_3_pack li .info .text{
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	opacity: 0.6;
}
.index_3_pack li .info .more{
	display: block;
	margin-top: 25px;
	width: 100%;
	height: 36px;
	background: url(../img/banner_more_w.png) no-repeat center;
	background-color: #ea5404;
}
.index_3_pack li:hover{
	cursor: default;
}
.index_3_pack li:hover .info{
	bottom: 0;
}
.index_3_pack li:hover .info .title{
	margin: 12px 0 8px;
	justify-content: flex-start;
}
.index_3_pack li:hover .title span{
	font-size: 16px;
}

.index_4{
	margin-bottom: 60px;
}
.index_4_nav{
	display: flex;
	justify-content: center;
	margin: 35px 0 20px;
}
.index_4_nav a{
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	background-color: #dfdfdf;
}
.index_4_nav a.active{
	background-color: #ea5404;
	color: #fff;
}
.index_4_pack{
	width: 100%;
	height: 460px;
	position: relative;
}
.index_4_pack li{
	width: 315px;
	height: 225px;
	overflow: hidden;
	position: relative;
}
.index_4_pack li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_4_pack li:nth-child(2){
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_4_pack li:nth-child(3){
	position: absolute;
	top: 0;
	left: 50%;
	width: 550px;
	height: 460px;
	margin-left: -275px;
}
.index_4_pack li:nth-child(4){
	position: absolute;
	top: 0;
	right: 0;
}
.index_4_pack li:nth-child(5){
	position: absolute;
	bottom: 0;
	right: 0;
}
.index_4_pack li .info{
	position: absolute;
	bottom: -200px;
	left: 30px;
	background-color: rgba(0,0,0,0.8);
	width: 255px;
	padding-top: 30px;
}
.index_4_pack li .info p,.index_4_pack li .info span{
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	display: block;
}
.index_4_pack li .info span{
	margin: 15px 0 35px;
}
.index_4_pack li .info a{
	display: block;
	width: 110px;
	height: 30px;
	background: url(../img/banner_more_w.png) no-repeat center;
	background-color: #ea5404;
	margin: 0 auto;
}
.index_4_pack li:nth-child(3) .info{
	width: 380px;
	left: 85px;
	bottom: 0;
}
.index_4_pack li:hover .info{
	bottom: 0;
}
.index_4_pack li:hover{
	cursor: default;
}

.index_5{
	height: 390px;
	background: url(../img/index_bg_5.jpg) no-repeat top center;
	background-size: cover;
}
.index_5_pack{
	display: flex;
	padding-top: 70px;
}
.index_5_pack li{
	flex: 1;
	overflow: hidden;
	text-align: center;
}
.index_5_pack li .icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #baa175;
	margin: 0 auto;
}
.index_5_pack li .title{
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 20px 0 25px;
}
.index_5_pack li .num{
	height: 28px;
	width: 100%;
	position: relative;
}
.index_5_pack li .num span{
	width: 100%;
	height: 4px;
	background-color: #baa175;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
.index_5_pack li .num p{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12.5px;
	z-index: 1;
	border: 4px solid #baa175;
	color: #baa175;
}
.index_5_pack li:hover{
	cursor: default;
}
.index_5_pack li:hover .icon{
	background-color: #ea5404;
	transform: rotateY(360deg);
}
.index_5_pack li:hover .title{
	color: #ea5404;
}
.index_5_pack li:hover .num span{
	background-color: #ea5404;
}
.index_5_pack li:hover .num p{
	border-color: #ea5404;
	color: #ea5404;
}
.index_5 .more{
	width: 300px;
	height: 45px;
	background-color: #ea5404;
	margin:50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
}
.index_5 .more img{
	margin-right: 12px;
}

.index_6{
	background: url(../img/index_bg_6.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 60px;
}
.index_6_pack{
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.index_6_pack li{
	width: 25%;
	height: 90px;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
}
.index_6_pack li img{
	max-height: 90%;
}
.index_6_pack li:hover{
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.index_7{
	background: url(../img/index_bg_7.jpg) no-repeat top center;
	background-size: cover;
}
.index_7_pack{
	display: flex;
	padding-bottom: 60px;
}
.index_7_pack li{
	flex: 1;
	margin-right: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.index_7_pack li:last-child{
	margin-right: 0;
}
.index_7_pack li a{
	display: block;
}
.index_7_pack li .top,.index_7_pack li .top img{
	width: 100%;
	height: 180px;
	overflow: hidden;
	object-fit: cover;
}
.index_7_pack li .bottom{
	padding:15px 20px 20px;
}
.index_7_pack li .bottom span{
	display: block;
	height: 30px;
	line-height: 30px;
}
.index_7_pack li .bottom p{
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #797979;
	margin-top: 5px;
}
.index_7_pack li .bottom i{
	display: block;
	width: 100px;
	height: 7px;
	background: url(../img/banner_more.png) no-repeat top left;
	margin-top: 15px;
}
.index_7_pack li:hover{
	background-color: #ea5404;
}
.index_7_pack li:hover .bottom span,.index_7_pack li:hover .bottom p{
	color: #fff;
}
.index_7_pack li:hover .bottom i{
	background: url(../img/banner_more_w.png) no-repeat top left;
}

.index_8{
	background-color: #f5f5f5;
}
.index_8 .box{
	display: flex;
	align-items: center;
	height: 64px;
}
.index_8 .lf{
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.index_8 .lf::after{
	content: ':::';
	letter-spacing: 3px;
	margin:-2px 0 0 6px;
}
.index_8 .lf::before{
	content: ':::';
	letter-spacing: 3px;
	margin:-2px 6px 0 0;
}
.index_8 .rf{
	display: flex;
	flex: 1;
}
.index_8 .rf input{
	flex: 1;
	height: 40px;
	background-color: #fff;
	outline: none;
	border:none;
	padding: 0 15px;
	margin-right: 10px;
}
.index_8 .rf button{
	width: 200px;
	height: 40px;
	background-color: #ea5404;
	outline: none;
	border:none;
	color: #fff;
}

.footer{
	background-color: #1e1e1e;
	padding: 60px 0 0 0;
	overflow: hidden;
}
.footer_top{
	display: flex;
	padding-bottom: 55px;
}
.footer_top .nav{
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: initial;
	justify-content: space-between;
	margin-right: 120px;
}
.footer_top .nav dl{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.footer_top .nav dl dt{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 12px;
	font-weight: normal;
}
.footer_top .nav dd{
	width: 100%;
	overflow: hidden;
}

.footer_top .nav dd a{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #828282;
	overflow: hidden;
}
.footer_top .nav dd a:hover{
	color: #fff;
}
.footer_top .info{
	width: 360px;
}
.footer_top .info .title{
	font-size: 16px;
	color: #fff;
	height: 20px;
	display: flex;
	align-items: center;
}
.footer_top .info .title img{
	margin-right: 6px;
}
.footer_top .info .tel{
	font-size: 36px;
	font-family: "方正大标宋简体";
	color: #ea5404;
	margin: 8px 0 20px;
}
.footer_top .item{
	display: flex;
	margin-bottom: 8px;
}
.footer_top .item span,.footer_top .item p{
	display: block;
	font-size: 12px;
	color: #828282;
	line-height: 18px;
}
.footer_top .item p{
	flex: 1;
}
.footer_top .code{
	margin-left: 30px;
}
.footer_top .code img{
	width: 128px;
	height: 128px;
}
.footer_top .code p{
	color: #828282;
	font-size: 12px;
	margin-top: 12px;
	text-align: center;
}

.footer .copy{
	border-top: 1px solid #323232;
	color: #535353;
	overflow: hidden;
	line-height: 20px;
	padding: 20px 0;
	font-size: 12px;
}

/*------------------------------------------关于我们------------------------------------------*/
.banner_son{
	height: 280px;
	position: relative;
}
.banner_son img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.banner_son .box{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1200px;
	height: 100%;
	margin-left:-600px;
	background: url(../img/banner_title.png) no-repeat top left;
	display: flex;
	align-items: center;
}
.banner_son .box .title{
	margin: -25px 0 0 100px;
	border-bottom: 1px solid #ea5404;
	padding: 0 15px 15px 15px;
	position: relative;
}
.banner_son .box .title::after{
	content: ' ';
	display: block;
	width: 35px;
	height: 3px;
	background-color: #ea5404;
	position: absolute;
	bottom: -2px;
	left: 15px;
}
.banner_son .box p{
	font-size: 30px;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	max-width: 190px;
}
.banner_son .box span{
	display: block;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	max-width: 190px;
}

.crumbs{
	background-color: #e8e8e8;
}
.crumbs .box{
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: space-between;
}
.crumbs .lf{
	display: flex;
	align-items: center;
}
.crumbs .lf::before{
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/crumbs.png) no-repeat center;
	margin-right: 10px;
}
.crumbs .lf li{
	display: flex;
	align-items: center;
}
.crumbs .lf li::after{
	content: '/';
	padding: 0 10px;
	font-size: 12px;
}
.crumbs .lf li:last-child::after{
	display: none;
}
.crumbs .rf{
	display: flex;
	align-items: center;
}
.crumbs .rf a{
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	position: relative;
}
.crumbs .rf a.active::after{
	content: ' ';
	display: block;
	width: 50px;
	height: 4px;
	background-color: #1e1e1e;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.a_title{
	margin: 50px 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
.a_title p{
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.a_title span{
	display: block;
	width: 580px;
	height: 1px;
	background-color: #1e1e1e;
	position: relative;
	margin:20px auto 0;
}
.a_title span::after{
	content: ' ';
	display: block;
	width: 42px;
	height: 5px;
	background-color: #1e1e1e;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -21px;
}

.about_title{
	margin: 50px 0 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.about_title p{
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.about_title p span{
	font-size: 18px;
	font-family: '经典特宋简';
}
.about_title p span.orange{
	font-size: 18px;
	font-family: '经典特宋简';
	color: #ea5404;
}
.about_title p.rotate{
	transform: rotateX(180deg);
}
.about_title p.rotate .black{
	background-image: -webkit-linear-gradient(top ,rgba(0,0,0,0),rgba(30,30,30,0.03),rgba(30,30,30,0.2));
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
}
.about_title p.rotate .orange{
	background-image: -webkit-linear-gradient(top ,rgba(0,0,0,0),rgba(234,84,4,0.03),rgba(234,84,4,0.2));
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
}
.about_title .bo{
	display: block;
	width: 580px;
	height: 1px;
	background-color: #1e1e1e;
	position: relative;
	margin:20px auto 0;
}
.about_title .bo::after{
	content: ' ';
	display: block;
	width: 42px;
	height: 5px;
	background-color: #1e1e1e;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -21px;
}

.about_1_pack{
	margin-bottom: 50px;
}
.about_1_pack p{
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}

.about_advantage{
	position: relative;
	z-index: 1;
}
.about_advantage .content{
	margin: 0;
}

.about_2{
	height: 490px;
	background: url(../img/about_bg_2.jpg) no-repeat top center;
	background-size: cover;
	margin: -75px 0 30px;
}
.about_2 .box{
	padding-top: 75px;
	height: 100%;
}
.about_2 .lf{
	width: 600px;
	height: 330px;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.about_2 .lf li{
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about_2 .lf li p{
	font-family: "Helvetica_LT_33_Thin_Extended";
	color: #fff;
	font-size: 60px;
	height: 70px;
	line-height: 70px;
	max-width: 250px;
	position: relative;
}
.about_2 .lf li p i{
	display: block;
	width: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: -20px;
	font-style: normal;
	font-family: "Helvetica_LT_33_Thin_Extended";
}
.about_2 .lf li span{
	display: block;
	color: #fff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	max-width: 250px;
	margin-top: 8px;
}

.about_2 .rf{
	width: 520px;
	height: 380px;
	position: absolute;
	bottom: -30px;
	right: 0;
}
.about_2 .rf::after{
	content: ' ';
	display: block;
	width: 53px;
	height: 2px;
	background-color: #ea5404;
	position: absolute;
	bottom: 383px;
	right: 480px;
}
.about_2 .rf::before{
	content: ' ';
	display: block;
	width: 3px;
	height:85px;
	background-color: #ea5404;
	position: absolute;
	bottom: 310px;
	right: 523px;
}

.about_3{
	padding-top: 1px;
}

.about_3_pack{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about_3_pack li{
	display: flex;
	padding-bottom: 30px;
	position: relative;
}
.about_3_pack li span{
	display: block;
	width: 62px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	border-radius: 23px;
	background-color: #1e1e1e;
	margin-right: 64px;
}
.about_3_pack li i{
	display: block;
	width: 4px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 92px;
}
.about_3_pack li i::after{
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1e1e1e;
	border-radius: 50%;
	position: absolute;
	top: 9.5px;
	left: 0;
}
.about_3_pack li p{
	flex: 1;
	line-height: 23px;
}
.about_3_pack li:first-child i{
	top: 9px;
}
.about_3_pack li:first-child i::after{
	top: 0;
}
.about_3_pack li:last-child i{
	height: 9px;
}
.about_3_pack li:last-child span{
	background-color: #ea5404;
}
.about_3_pack li:last-child p{
	color: #ea5404;
}
.about_3_pack li:last-child i::after{
	background-color: #ea5404;
}
.about_3_bottom{
	height: 150px;
	position: relative;
	margin-bottom: 80px;
}
.about_3_bottom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_3_bottom p{
	position: absolute;
	top: 30px;
	left: 40px;
}
.about_3_bottom p span{
	display: block;
	font-size: 16px;
	color: #fff;
	
}
.about_3_bottom p i{
	display: block;
	width: 30px;
	height: 5px;
	background-color: #fff;
	margin-top: 15px;
}

.back{
	background-color: #f5f5f5;
}


/*------------------------------------------荣誉资质------------------------------------------*/
.honor_1,.contact_1{
	background: url(../img/honor_bg.jpg) no-repeat top center;
}
.honor_1_pack{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.honor_1_pack li{
	/*width: 383px;*/
	margin-right: 25px;
	position: relative;
	/*height: 610px;*/
}
.honor_1_pack li::after{
	content: ' ';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 480px;
	height: 20px;
	background: url(../img/honor_bo.jpg) no-repeat top center;
	left: 0;
}
.honor_1_pack li:nth-child(3n+3){
	margin-right: 0;
}
.honor_1_pack li .top{
	width: 100%;
	height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.honor_1_pack li p{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin: 25px 0 8px;
}
.honor_1_pack li span{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	
}


/*------------------------------------------联系我们------------------------------------------*/
.contact_1_tel{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 80px;
}
.contact_1_tel li{
	flex: 1;
	padding: 0 30px;
	text-align: center;
}
.contact_1_tel li .icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.contact_1_tel li .title{
	margin: 20px 0;
}
.contact_1_tel li .item{
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.contact_1_map{
	margin-bottom: 80px;
	position: relative;
}
#dituContent{
	width: 100%;
	height: 420px;
}
.contact_1_map .make{
	position: absolute;
	top: 45px;
	right: 45px;
	width: 600px;
	height: 340px;
	background-color: rgba(255,255,255,0.9);
	border:1px solid #ccc;
}
.contact_1_map .make .title{
	margin: 35px 50px 20px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.contact_1_map .make form{
	padding: 0 50px;
}
.contact_1_map .make input{
	width: 100%;
	height: 40px;
	background-color: #e8e8e8;
	border:none;
	margin-bottom: 10px;
	padding: 0 15px;
}
.contact_1_map .make button{
	width: 100%;
	height: 40px;
	background-color: #ea5404;
	color: #fff;
	border:none;
	text-align: center;
}


/*------------------------------------------经典案例------------------------------------------*/
.case_1{
	padding: 50px 0 30px;
}
.case_1_pack{
	display: flex;
	flex-wrap: wrap;
}
.case_1_pack li{
	width: 390px;
	margin:0 15px 15px 0;
	overflow: hidden;
}
.case_1_pack li:nth-child(3n+3){
	margin-right: 0;
}
.case_1_pack li a{
	display: block;
}
.case_1_pack li .top,.case_1_pack li .top img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	object-fit: cover;
}
.case_1_pack li .bottom{
	padding: 20px 80px 20px 20px;
	background-color: #fff;
	position: relative;
}
.case_1_pack li .bottom p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.case_1_pack li .bottom span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.case_1_pack li .bottom::after{
	content: ' ';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../img/banner_more.png) no-repeat center right;
}
.case_1_pack li:hover{
	margin-top: -10px;
}
.case_1_pack li:hover .bottom{
	background-color: #1e1e1e;
}
.case_1_pack li:hover .bottom p{
	color: #fff;
}
.case_1_pack li:hover .bottom span{
	color: #9b9b9b;
}

.z_pagination .am-pagination > li > a{
	border: none;
	padding: 12px 20px;
}
.z_pagination .am-pagination > li.am-active > a{
	background-color: #ea5404;
}

.case_details .box{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.case_details_lf{
	width: 900px;
}
.case_slider{
	padding: 10px;
	background-color: #fff;
	position: relative;
}
.case_slider .am-slider-default{
	background: initial;
	box-shadow: none;
	margin-bottom: 15px;
}
.case_slider .am-slider .am-slides > li p{
	width: 100%;
	height: 550px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case_slider .am-slider .am-slides > li img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.case_slider .am-slider-default .am-direction-nav a{
	width: 60px;
	height: 60px;
	background: url(../img/banner_lf.png) no-repeat center;
	top: 255px;
	bottom: initial;
}
.case_slider .am-slider-default .am-direction-nav a::before{
	display: none;
}
.case_slider .am-slider-default .am-direction-nav .am-next{
	transform: rotate(180deg);
}
.case_slider .am-slider-default .am-control-thumbs{
	margin-top: -7px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	padding: 0 40px;
	text-align: left;
	height: 70px;
}
.case_slider .am-slider-default .am-control-thumbs li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_slider .arrow{
	display: block;
	width: 30px;
	height: 70px;
	position: absolute;
	top: 568px;
	left: 10px;
	background: url(../img/banner_lf.png) no-repeat center;
	background-size: auto 20px;
	background-color: #1e1e1e;
}
.case_slider .arrow:hover{
	cursor: pointer;
}
.case_slider .lower{
	left: initial;
	right: 10px;
	transform: rotate(180deg);
}
.case_slider .am-slider-default .am-control-thumbs li{
	width: 110px;
	height: 70px;
	margin-right: 8px;
	display: inline-block;
	float: none;
	position: relative;
}
.case_slider .am-slider-default .am-control-thumbs li:last-child{
	margin-right: 0;
}
.case_slider .am-slider-default .am-control-thumbs::-webkit-scrollbar{
	display: none;
}
.case_slider .am-slider-default .am-control-thumbs .am-active{
	position: relative;
}
.case_slider .am-slider-default .am-control-thumbs .am-active + i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #ea5404;
}

.case_details_list .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #ea5404;
	padding-left: 15px;
	margin: 30px 0;
}
.case_details_list ul{
	display: flex;
	flex-wrap: wrap;
}
.case_details_list ul li{
	width: 290px;
	margin:0 15px 0 0;
	overflow: hidden;
}
.case_details_list ul li:nth-child(3n+3){
	margin-right: 0;
}
.case_details_list ul li a{
	display: block;
}
.case_details_list ul li .top,.case_details_list ul li .top img{
	width: 100%;
	height: 190px;
	overflow: hidden;
	object-fit: cover;
}
.case_details_list ul li .bottom{
	padding: 15px 80px 15px 20px;
	background-color: #fff;
	position: relative;
}
.case_details_list ul li .bottom p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.case_details_list ul li .bottom span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.case_details_list ul li .bottom::after{
	content: ' ';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../img/banner_more.png) no-repeat center right;
}
.case_details_list ul li:hover .bottom{
	background-color: #1e1e1e;
}
.case_details_list ul li:hover .bottom p{
	color: #fff;
}
.case_details_list ul li:hover .bottom span{
	color: #9b9b9b;
}

.case_details_rf{
	width: 280px;
}
.case_details_info{
	background-color: #fff;
	padding: 16px;
}
.case_details_info .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0 20px;
}
.case_details_info .con{
	display: flex;
}
.case_details_info .con .lf{
	flex: 1;
}
.case_details_info .con .lf li{
	display: flex;
	margin-top: 15px;
}
.case_details_info .con .lf li span{
	display: block;
	font-size: 12px;
}
.case_details_info .con .lf li p{
	font-size: 12px;
	flex: 1;
}
.case_details_info .explain{
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	margin-top: 25px;
}
.case_details_info .explain span{
	display: block;
	margin-bottom: 10px;
}
.case_details_info .explain p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.case_details_info .con .rf{
	width: 70px;
	margin-left: 30px;
}
.case_details_info .con .rf img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.case_details_info .con .rf p{
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
}

.case_details_form,.recommend_read{
	background-color: #fff;
	padding: 16px;
	margin-top: 20px;
}
.case_details_form .title,.recommend_read .title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 15px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.case_details_form input{
	width: 100%;
	height: 40px;
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 8px;
	padding: 0 10px;
}
.case_details_form button{
	width: 100%;
	height: 40px;
	background-color: #ea5404;
	color: #fff;
	border: none;
}


/*------------------------------------------设计团队------------------------------------------*/
.design_1{
	padding: 50px 0 30px;
}
.design_1_pack{
	display: flex;
	flex-wrap: wrap;
}
.design_1_pack li{
	width: 288px;
	margin:0 16px 16px 0;
	overflow: hidden;
}
.design_1_pack li:nth-child(4n+4){
	margin-right: 0;
}
.design_1_pack li a{
	display: block;
}
.design_1_pack li .top,.design_1_pack li .top img{
	width: 100%;
	height: 370px;
	overflow: hidden;
	object-fit: cover;
}
.design_1_pack li .bottom{
	padding: 20px;
	background-color: #fff;
	position: relative;
}
.design_1_pack li .bottom p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding-right: 60px;
}
.design_1_pack li .bottom span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.design_1_pack li .bottom::after{
	content: ' ';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../img/banner_more.png) no-repeat top 27px right;
}
.design_1_pack li:hover{
	margin-top: -10px;
}
.design_1_pack li:hover .bottom{
	background-color: #1e1e1e;
}
.design_1_pack li:hover .bottom p{
	color: #fff;
}
.design_1_pack li:hover .bottom span{
	color: #9b9b9b;
}

/*------------------------------------------设计详情------------------------------------------*/
.design_details{
	background: url(../img/design_details_bg.jpg) no-repeat top center;
	background-size: cover;
}
.design_details .box{
	display: flex;
	padding: 60px 0;
}
.design_details_lf,.design_details_lf img{
	width: 310px;
	height: 460px;
	object-fit: cover;
	margin-right: 80px;
	position: relative;
	z-index: 1;
}
.design_details_lf::after{
	content: ' ';
	display: block;
	width: 274px;
	height: 458px;
	background: url(../img/design_details_bg.png) no-repeat center;
	position: absolute;
	bottom: -12px;
	right: -8px;
}
.design_details_rf{
	flex: 1;
	overflow: hidden;
}
.design_details_rf .title{
	display: flex;
	margin-top: 50px;
}
.design_details_rf .title .name{
	font-size: 30px;
	color: #fff;
	margin-right: 30px;
}
.design_details_rf .title .honor{
	display: flex;
	flex: 1;
	height: 20px;
	overflow: hidden;
	margin-top: 17px;
}
.design_details_rf .title .honor span{
	display: flex;
	color: #828282;
	align-items: center;
}
.design_details_rf .title .honor span::after{
	content: '/';
	color: #828282;
	padding: 0 10px;
	font-size: 12px;
}
.design_details_rf .title .honor span:last-child::after{
	display: none;
}

.design_details_rf .text li{
	display: flex;
	margin-top: 10px;
}
.design_details_rf .text span{
	color: #828282;
	line-height: 30px;
}
.design_details_rf .text p{
	color: #828282;
	flex: 1;
	line-height: 30px;
}
.design_details_rf .btn{
	background-color: #ea5404;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
}
.design_details_title{
	height: 30px;
	position: relative;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.design_details_title::after{
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #1e1e1e;
	position: absolute;
	top: 50%;
	left: 0;
}
.design_details_title span{
	height: 100%;
	background-color: #f5f5f5;
	z-index: 1;
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	padding: 0 30px;
	border-left: 2px solid #1e1e1e;
	border-right: 2px solid #1e1e1e;
}


/*------------------------------------------资讯动态------------------------------------------*/
.news_1{
	padding: 50px 0 30px;
}
.news_1 .box{
	display: flex;
	justify-content: space-between;
}
.news_1 .lf_column{
	width: 900px;
}
.news_1_pack{
	padding-bottom: 1px;
}
.news_1_pack li{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.news_1_pack li a{
	display: block;
	display: flex;
}
.news_1_pack li .lf{
	width: 230px;
	height: 160px;
	margin-right: 40px;
	overflow: hidden;
}
.news_1_pack li .lf img{
	object-fit: cover;
	width: 230px;
	height: 160px;
}
.news_1_pack li .rf{
	flex: 1;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
.news_1_pack .rf .title{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.news_1_pack .rf .text{
	font-size: 12px;
	color: #666;
	height: 72px;
	line-height: 24px;
	margin: 20px 0 15px;
}
.news_1_pack .rf .time{
	font-size: 12px;
	color: #b0b0b0;
	height: 20px;
	line-height: 20px;
}
.news_1_pack li .rf::after{
	content: ' ';
	width: 50px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0;
	background: url(../img/banner_more.png) no-repeat center right;
}
.news_1_pack li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.news_1_pack li:hover .title{
	color: #ea5404;
}
.news_1 .rf_column{
	width: 280px;
}
.recommend_read{
	margin-top: 0;
}
.recommend_read a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}
.recommend_read a:last-child{
	margin-bottom: 5px;
}
.recommend_read a::after{
	content: ' ';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1e1e1e;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}
.recommend_read a:hover{
	color: #ea5404;
}

/*------------------------------------------资讯详情------------------------------------------*/
.news_details_lf{
	background-color: #fff;
	padding: 40px 50px;
}
.news_details_lf .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.news_details_lf .time{
	display: flex;
	justify-content: center;
}
.news_details_lf .time span{
	font-size: 12px;
	color: #aaaaaa;
	margin: 15px 15px 30px;
}
.news_details_lf .text{
	line-height: 30px;
}
.news_details_lf .text p{
	line-height: 30px;
	margin-bottom: 20px;
}
.news_details_lf .text img{
	max-width: 100%;
	margin: 30px auto;
	display: block;
}
.news_details_lf .page{
	border-top:1px solid #d9d9d9;
	padding-top: 30px;
	margin-top: 30px;
}
.news_details_lf .page a{
	display: block;
	height: 20px;
	line-height: 20px;
}
.news_details_lf .page a:first-child{
	margin-bottom: 15px;
}
.news_details_lf .page a:hover span{
	color: #ea5404;
}

/*------------------------------------------全案工装------------------------------------------*/
.work_title{
	padding: 60px 0;
}
.work_title span{
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 50px;
}
.work_title p{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
}
.banner_work{
	width: 100%;
	overflow: hidden;
}
.banner_work img{
	width: 100%;
	height: auto;
}

.work_1_pack {
	width: 100%;
	overflow: hidden;
}
  
.ui-big-images {
	height: 410px;
	width: 100%;
	overflow: hidden;
	display: flex;
}
  
.ui-big-image {
	width: 100%;
	margin-right: -100%;
}
.ui-big-image img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center 20%;
	   object-position: center 20%;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
@media (max-height: 600px) {
	.ui-big-image img {
	  -o-object-position: center center;
		 object-position: center center;
	}
}
  
.ui-thumbnails {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}
  
.ui-thumbnail {
	display: block;
	cursor: pointer;
	flex: 1;
	background-color: #fff;
	padding:0 25px;
	text-align: center;
	height: 230px;
}
.ui-thumbnail:nth-child(even){
	background-color: #e2e2e2;
}
.ui-thumbnail span{
	display: block;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #af8126;
	margin-top: 35px;
}
.ui-thumbnail i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: relative;
	margin: 15px 0 40px;
}
.ui-thumbnail i::after{
	content: ' ';
	display: block;
	width: 30px;
	height: 7px;
	background-color: #000;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -15px;
}
.ui-thumbnail p{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
  
.ui-cuticle {
	background-color: #D4A12D;
	position: absolute;
	top: 0;
	height: .25rem;
	width: 100%;
	left: 0;
	z-index: 1;
}
  
.ui-content {
	position: absolute;
	width: 480px;
	left: 240px;
	bottom: 25px;
}
  
.ui-articles {
	background: rgba(255,255,255,0.9);
	display: flex;
	align-items: stretch;
	overflow: hidden;
	width: 360px;
	height: 360px;
}
  
.ui-article {
	padding:30px 50px 0;
	width: 100%;
	margin-right: -100%;
}
.ui-article i{
	background-color: #af8126;
	width: 32px;
	height: 4px;
	display: block;
	margin-bottom: 10px;
}
.ui-article span{
	display: block;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
}
.ui-article p{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.ui-article ul{
	height: 156px;
	overflow: hidden;
}
.ui-article ul li{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
	color: #999;
}
.ui-article ul li::after{
	content: ' ';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #af8126;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
}
.ui-article a{
	display: block;
	width: 140px;
	height: 40px;
	background-color: #b39f6c;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}
  
.ui-paragraph {
	margin: 0;
	font-size: .7rem;
	line-height: 1.7;
}
  
.ui-nav {
	position: absolute;
	left: 360px;
	bottom: 35px;
	background: inherit;
	display: flex;
}
.ui-nav button {
	background: #484445;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	width: 60px;
	height: 40px;
	color: #FFF;
	font-family: monospace;
	transition: inherit;
	transition-duration: 300ms;
	display: block;
}
.ui-nav button:last-child{
	background-color: #b39f6c;
}

  
  /* ---------------------------------- */
.ui-big-image {
	opacity: 0;
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}
  .ui-big-image img {
	-webkit-transform: scale(0.85);
			transform: scale(0.85);
}
  
.ui-big-image[data-active] ~ .ui-big-image {
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}
  
.ui-big-image[data-active] {
	opacity: 1;
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
}
.ui-big-image[data-active] img {
	-webkit-transform: scale(1);
			transform: scale(1);
}
  
  /* ---------------------------------- */
.ui-article {
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}
.ui-article:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D4A12D;
	opacity: 1;
	transition-duration: 0.35s;
	z-index: 1;
}
  
.ui-article[data-active] ~ .ui-article {
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}
  
.ui-article[data-active] {
	-webkit-transform: translateX(0%);
			transform: translateX(0%);
}
.ui-article[data-active]:before {
	opacity: 0;
}
  
  /* ---------------------------------- */
.ui-thumbnail > img {
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	transition-duration: 0.35s;
}
.ui-thumbnail:active > img {
	-webkit-transform: scale(0.9);
			transform: scale(0.9);
	transition-duration: 100ms;
}
.ui-thumbnail:focus {
	outline: none;
}
  
.ui-cuticle {
	display: none;
}
  
.ui-thumbnail[data-active] > img, .ui-thumbnail:hover > img {
	-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
}
.ui-thumbnail[data-active] .ui-cuticle {
	display: block;
}
  
  /* ---------------------------------- */

.work_2_top{
	display: flex;
	padding-bottom: 40px;
	
}
.work_2_top .lf{
	width: 525px;
	position: relative;
	z-index: 1;
}
.work_2_top .lf img{
	width: 500px;
	height: 335px;
	object-fit: cover;
	margin: 0 0 0 25px;
	position: relative;
	z-index: 1;
}
.work_2_top .lf::after{
	content: ' ';
	display: block;
	width: 285px;
	height: 285px;
	background: url(../img/design_details_bg.png) no-repeat center;
	position: absolute;
	right: -40px;
	bottom: -15px;
	opacity: 0.5;
}
.work_2_top .lf::before{
	content: ' ';
	display: block;
	width: 53px;
	height: 85px;
	background: url(../img/horn.png) no-repeat center;
	position: absolute;
	left:3px;
	top: -18px;
}
.work_2_top .rf{
	flex: 1;
	height: 285px;
	background-color: #b39f6c;
	margin-top: 25px;
	padding:30px 50px 30px 125px ;
	overflow: hidden;
}
.work_2_top .rf .title{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.work_2_top .rf .text{
	margin-bottom: 25px;
}
.work_2_top .rf .text span{
	color: #fff;
}
.work_2_top .rf .text span:first-child::before{
	display: none;
}
.work_2_top .rf .text span::before{
	content: '/';
	color: #fff;
	padding: 0 10px 0 6px;
	font-size: 12px;
}
.work_2_top .rf .list li{
	line-height: 20px;
	padding-left: 20px;
	position: relative;
	color: #fff;
	margin-bottom: 11px;
}
.work_2_top .rf .list li::after{
	content: ' ';
	width: 6px;
	height: 6px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 6px;
	left: 0;
}
.work_2_top .rf .list li::before{
	content: ' ';
	width: 6px;
	height: 6px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 2px;
	opacity: 0.3;
}

.work_2_bottom{
	display: flex;
	margin-bottom: 60px;
}
.work_2_bottom li{
	width: 200px;
	height: 340px;
	overflow:hidden;
	margin-right: 5px;
	display: flex;
}
.work_2_bottom li:last-child{
	margin-right: 0;
}
.work_2_bottom li.active{
	width: 585px;
}
.work_2_bottom li .lf{
	width: 200px;
	height: 340px;
	object-fit: cover;
}
.work_2_bottom li .rf{
	flex: 1;
	overflow: hidden;
	background-color: #1e1e1e;
	padding: 30px 40px;
}

.work_2_bottom .rf .title{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.work_2_bottom .rf .text{
	margin-bottom: 30px;
}
.work_2_bottom .rf .text span{
	color: #fff;
}
.work_2_bottom .rf .text span:first-child::before{
	display: none;
}
.work_2_bottom .rf .text span::before{
	content: '/';
	color: #fff;
	padding: 0 10px 0 6px;
	font-size: 12px;
}
.work_2_bottom .rf .list p{
	line-height: 20px;
	padding-left: 20px;
	position: relative;
	color: #fff;
	margin-bottom: 11px;
}
.work_2_bottom .rf .list p::after{
	content: ' ';
	width: 5px;
	height: 5px;
	display: block;
	background-color: #af8126;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.work_title_white span{
	color: #fff;
}
.work_title_white p{
	color: #fff;
	opacity: 0.6;
}
.work_3{
	height: 685px;
	background: url(../img/work_bg_3.jpg) no-repeat top center;
	background-size: cover;
}

.work_3_pack{
	display: flex;
}
.work_3_pack li{
	flex: 1;
	height: 535px;
	position: relative;
}
.work_3_pack li:hover{
	cursor: default;
	margin-top: -15px;
}
.work_3_pack li .bg{
	width: 100%;
	height: 100%;
	position: relative;
}
.work_3_pack li .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.work_3_pack li .bg::after{
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.work_3_pack li .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px;
	overflow: hidden;
}
.work_3_pack li .con img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin-bottom: 30px;
}
.work_3_pack li .con div{
	font-size: 24px;
	color: #b39f6c;
	line-height: 30px;
	margin-bottom: 10px;
}
.work_3_pack li .con span{
	display: block;
	color: #fff;
	line-height: 18px;
	margin-bottom: 15px;
}
.work_3_pack li .con i{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #b39f6c;
	margin-bottom: 25px;
}
.work_3_pack li .con p{
	color: #fff;
	line-height: 24px;
	opacity: 0.6;
}

.work_4{
	height: 532px;
	background: url(../img/work_bg_4.jpg) no-repeat top center;
	margin-top: 140px;
}
.work_4 .work_title{
	padding-top: 100px;
}
.work_4 .work_title span,.work_4 .work_title p{
	text-align: left;
}

.work_4_pack{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.work_4_pack li{
	width: 400px;
	display: flex;
	margin:0 40px 25px 0;
}
.work_4_pack li img{
	width: 30px;
	height: 30px;
	margin-right: 20px;
	margin-top: 2px;
}
.work_4_pack li div{
	flex: 1;
}
.work_4_pack li span{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 24px;
	color: #b39f6c;
}
.work_4_pack li p{
	color: #fff;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	opacity: 0.6;
	margin-top: 5px;
}

.work_5{
	height: 800px;
	background: url(../img/work_bg_5.jpg) no-repeat top center;
	background-size: cover;
}
.work_5_pack{
	display: flex;
	justify-content: space-between;
}
.work_5_pack li{
	width: 285px;
	height: 500px;
	background-color: #fff;
}
.work_5_pack li:hover{
	cursor: default;
	margin-top: -15px;
}
.work_5_pack li .top{
	padding: 30px 20px 30px 30px;
	display: flex;
	align-items: center;
}
.work_5_pack li .top p{
	flex: 1;
}
.work_5_pack li .top p i{
	display: block;
	width: 38px;
	height: 8px;
	background-color: #af8126;
	margin-bottom: 20px;
}
.work_5_pack li .top p span{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}
.work_5_pack li .top img{
	width: 70px;
	height: 40px;
}
.work_5_pack li .center{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.work_5_pack li .bottom{
	line-height: 26px;
	padding: 0 30px;
	max-height: 156px;
	overflow: hidden;
	margin-top: 30px;
}

.work_6_pack form{
	display: flex;
	padding-bottom: 60px;
}
.work_6_pack form input{
	height: 40px;
	flex: 1;
	margin-right: 20px;
	background-color: #e8e8e8;
	border:none;
	padding: 0 20px;
}
.work_6_pack form button{
	height: 40px;
	width: 200px;
	background-color: #ea5404;
	color: #fff;
	border:none;
	text-align: center;
}

.no-data{
	width: 100%;
	height: 300px;
	padding-top: 200px;
	font-size: 14px;
	color: #666;
	background: url("/static/img/icon-empty.png") no-repeat center top;
	background-size: 20%;
	text-align: center;
}


.float_nav{
	position: fixed;
	z-index: 9999;
	top: 50%;
	right: -60px;
	width: 60px;
	margin-top: -120px;
}
.float_nav a{
	display: flex;
	width: 100%;
	height: 60px;
	background-color: #1e1e1e;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #b4b4b4;
	position: relative;
}
.float_nav a .item{
	position: absolute;
	top: 0;
	right: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ea5404;
	color: #fff;
	width: 210px;
	font-family: "方正大标宋简体";
	font-size: 26px;
	overflow: hidden;
	display: none;
}
.float_nav a:last-child{
	border-bottom: none;
}
.float_nav a:hover .item{
	display: block;
}



.calculator_main{
	text-align: center;
	padding: 0 40px;
}
.calculator_main .title{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin:40px 0 40px;
	background: url(../img/float/popup_bg.jpg) no-repeat center;
}
.calculator_main .fw{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calculator_main .fw .group{
	width: 47%;
}
.calculator_main .fw .group input{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	box-shadow: initial;
	border: none;
	outline: none;
	padding: 0 20px;
}
.calculator_main .fw .liuyan{
	width: 100%;
	margin-top: 30px;
}
.calculator_main .liuyan textarea{
	width: 100%;
	height: 160px;
	background-color: #f5f5f5;
	line-height: 25px;
	resize: none;
	outline: none;
	padding: 18px 20px;
	border: navajowhite;
}
.calculator_main .submit{
	margin: 0 auto;
	width: 100%;
}
.calculator_main .submit button{
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	background-color: #ea5404;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 30px;
	font-size: 18px;
}


































































