body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
}

button, input, textarea,select{
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	border: 0;
}
/*
@font-face {
	font-family: 'SourceHanSansCN-Bold';
	src: url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url(../fonts/SourceHanSansCN-Medium.otf);
}
@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url(https://www.eaco-group.com/Public/Home/fonts/SourceHanSansCN-Normal_0.otf);
}
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
	cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;

}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}
@font-face{
	font-family: "DIN-BOLD"; 
	src: url('https://www.eaco-group.com/Public/Home/fonts/DIN-BOLD_0.OTF');
}
@font-face{
	font-family: "DIN-MEDIUM"; 
	src: url('../font/DINMEDIUM.TTF');
}
@font-face{
	font-family: "DIN1"; 
	src: url('../font/DINBLACKALTERNATE.TTF');
}
@font-face{
	font-family: "DIN-LIGHT"; 
	src: url('../font/DINLIGHT.TTF');
}
.conwidth{
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.open_baidu{
	cursor:pointer
}

.bshare-custom a{
	height:20px !important
}
/*header*/
.header{
	width: 100%;
	background-color: #ffffff;
	box-shadow: 4px 8px 30px rgba(0,0,0,.06);
}
.header.fixed{
	position: fixed;
	z-index: 99;
}

/*2020.8.31*/
/*.header.fixed{
	position: fixed;
	z-index: 99;
	top: -150px;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}
.header.fixed-appear{
	top: 0;
	}*/
	@media only screen and (min-width: 1025px){
		.header.fixed .header-top{
			display: none;
		}
		.header .header-top{
			display: block;
			padding:2px 0;
		}
	}
	.header .header-top .box{
	}
	.header .header-top .box .logo{
		float: left;
	}
	.header .logo-img{
		float: left;
		line-height: 90px;
	}
	.header .logo-zi{
		position: relative;
		float: left;
		padding-left: 18px;
		margin-left: 18px;
		margin-top: 25px;
	}
	.header .logo-line{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 2px;
		height: 100%;
		background: url(../image/header-line.png) center no-repeat;
	}
	.header .logo-zi .t1{
		color: #0e6eb8;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.header .logo-zi .t2{
		color: #222222;
		font-size: 16px;
	}
	.header .phone{
		float: right;
		margin-top: 14px;
	}
	.header .phone .icon{
		float: left;
		margin-right: 10px;
		margin-top: 6px;
	}
	.header .phone .number{
		float: left;
		color: #0e6eb8;
		font-size: 27px;
		font-weight: bold;
		font-family: "DIN-BOLD"; 
	}
	.header-bottom{
		border-top: #eeeeee solid 1px;
	}
	.header .nav{
		float: left;
	}
	.header .nav ul li{
		position: relative;
		float: left;
		margin-right: 55px;
	}
	.header .nav ul li:last-child{
		margin-right: 0;
	}
	.header .nav ul li::before{
		content: '';
		position: absolute;
		left: 0;
		top: -2px;
		width: 0%;
		height: 3px;
		background-color: #0e6eb8;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.header .nav ul li:hover::before, .header .nav ul li.on::before{
		width: 100%;
	}
	.header .nav ul li>a{
		padding: 0 14px;
		color: #222222;
		font-size: 16px;
		line-height: 58px;
	}
	.header .nav ul li:hover>a, .header .nav ul li.on>a{
		color: #0e6eb8;
	}
	.header .navcell{
		display: none;
		position: absolute;
		left: 0;
		top: 58px;
		z-index: 99;
		padding: 10px 15px;
		border-top: #0e6eb8 solid 2px;
		background-color: #f5f6f9;
	}
	.header .navcell .nav-li {
		width: 50%;
		text-align: left;
		white-space: nowrap;
		padding: 0 8px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	.header .navcell .nav-li a{
		color: #222222;
		font-size: 15px;
	}
	.header .navcell .nav-li a:hover{
		color: #0e6eb8;
	}
	.header .navcell .nav-li a.on{
		color: #0e6eb8;
	}
	.header-other{
		float: right;
		overflow: hidden;
	}
	.header-other .search{
		float: left;
		margin-right: 35px;
	}
	.header-other .search .icon{
		line-height: 58px;
	}
	.header-other .taximeter{
		float: left;
	}
	.header-other .taximeter span{
		display: inline-block;
		color: #FFFFFF;
		font-size: 14px;
		border-radius: 18px;
		padding: 0 18px;
		height: 36px;
		line-height: 36px;
		background-color: #0e6eb8;
		margin-top: 11px;
		cursor: pointer;
	}
	/*手机header*/
	.header .menubtn{
		float: right;
		display: none;
		width: 50px;
		height: 70px;
		background: url(../image/menu-icon1.png) center right no-repeat;
		-moz-background-size: 36px 36px;
		-webkit-background-size: 36px 36px;
		background-size: 36px 36px;
		cursor: pointer;
	}
	.header .menubtn.on {
		background: url(../image/menu-icon2.png) center right no-repeat;
		-moz-background-size: 36px 36px;
		-webkit-background-size: 36px 36px;
		background-size: 36px 36px;
	}
	.m-nav{
		display: none;
		position: fixed;
		right: 0;
		top: 70px;
		width: 100%;
		height: -moz-calc(100vh - 70px);
		height: -webkit-calc(100vh - 70px);
		height: calc(100vh - 70px);
		background: #fff;
		display: none;
		overflow-y: auto;
		z-index: 105;
	}
	.m-nav .m-searchbox{
		padding: 6% 3% 0;
		overflow: hidden;
	}
	.m-nav .m-search{
		width: 100%;
		border: #666666 solid 1px;
		border-radius: 15px;
		margin: 0 auto;
		padding-right: 20px;
		padding-left: 60px;
		background: url(../image/search2.png) center left 20px no-repeat;
		overflow: hidden;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.m-nav .m-search input{
		width: 100%;
		height: 50px;
		line-height:50px;
		color: #333333;
		font-size: 16px;
		background: none;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.m-nav .m-search input::-webkit-input-placeholder {
		color: #666666;
	}
	.m-nav .m-search input:-moz-placeholder {
		color: #666666;
	}
	.m-nav .m-search input::-moz-placeholder {
		color: #666666;
	}
	.m-nav .m-search input:-ms-input-placeholder {
		color: #666666;
	}
	.m-nav ul{
		padding: 3% 3% 0;
	}
	.m-nav ul li{
		position: relative;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		padding: 0 3%;
		overflow: hidden;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.m-nav ul li .one-level{
		width: 100%;
	}
	.m-nav ul li .one-level i{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 18px;
		height: 100%;
		background: url(../image/img6.png) center no-repeat;
		background-size: 18px 9px;
	}
	.header .m-nav ul li>a, .one-level{
		position: relative;
		display: block;
		color: #333333;
		font-size: 22px;
		margin: 0 auto;
		line-height: 65px;
	}
	.m-nav .submenu{
		display: none;
		margin: auto;
		width: 100%;
		padding: 0 3% 3%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.submenu .submenu-li a{
		display: inline-block;
		color: #666666;
		font-size: 18px;
		line-height: 2.4;
	}
	.submenu a:hover{
		color: #1762cb;
	}
	/*轮播图*/
	.lunbotu{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.lunbotu .swiper-slide>a{
		display: block;
		width: 100%;
	}
	.lunbotu .swiper-slide a>img{
		/*display: block;*/
		margin: 0 auto;
		width: 100%;
		height: 43.23vw;
	}
	.oimg1{
		display: block;
	}
	.oimg2{
		display: none;
	}
	.i-banner{
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);	/* IE 9 */
		-moz-transform:translate(-50%, -50%); 	/* Firefox */
		-webkit-transform:translate(-50%, -50%); /* Safari å’Œ Chrome */
		-o-transform:translate(-50%, -50%); 
		text-align: center;
	}
	.i-bannerzi{
		text-align: center;
		overflow: hidden;
	}
	.i-bannerzi .t1{
		color: #ffffff;
		font-size: 50px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.i-bannerzi .t2{
		color: #ffffff;
		font-size: 30px;
	}
	.i-bannerzi .other{
		display: inline-block;
		max-width: 900px;
		width: 85%;
		margin: 0 auto;
		padding: 4% 6%;
		background: rgba(40,101,168, .9);
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.i-bannerzi .t5{
		font-family: "SourceHanSansCN-Bold";
		color: #ffffff;
		font-size: 56px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.i-bannerzi .t6{
		font-family: "SourceHanSansCN-Medium";
		color: #ffffff;
		font-size: 30px;
		margin-top: 20px;
	}
	.i-bannerzi .line{
		width: 160px;
		height: 3px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}
	.i-bannerzi .tu{
		max-width: 597px;
		width: 80%;
		text-align: center;
		overflow: hidden;
		margin: 30px auto 0px;
	}
	.i-bannerzi .tu img{
		max-width: 100%;
	}
	.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
		bottom: 7.2%;
		left: 0;
		width: 100%;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 6px;
	}
/*.lunbotu .swiper-pagination-bullet {
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background: #ffffff;
 	border-radius:50%;
  	opacity: 0.6;
  	box-shadow: none;
  	transition:0s;
  	}*/
  	/*2020.8.31修改*/
  	.lunbotu .swiper-pagination-bullet {
  		position: relative;
  		display: inline-block;
  		width: 10px;
  		height: 10px;
  		text-align: center;
  		background: rgba(0,0,0,0.4);
  		border-radius:50%;
  		opacity: 1;
  		box-shadow: none;
  		-webkit-transition-duration: .3s;
  		transition-duration: .3s;
  		border-radius: 5px;
  		overflow: hidden;
  	}
  	/**/
  	.lunbotu .swiper-pagination-bullet-active{
  		position: relative;
  		opacity: 1;
  		width: 30px;
  		border-radius: 5px;
  	}
  	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
  		position: absolute;
  		top: 50%;
  		width: 60px;
  		height: 60px;
  		margin-top: -30px;
  		z-index: 10;
  		cursor: pointer;
  		-moz-background-size: 60px 60px;
  		-webkit-background-size: 60px 60px;
  		background-size: 60px 60px;
  		background-position: center;
  		background-repeat: no-repeat;
  	}
  	.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
  		background-image: url(../image/img3.png);
  		right: 5%;
  		left: auto;
  	}
  	.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next{
  		background-image: url(../image/img2.png);
  		left: 5%;
  		right: auto;
  	}
  	/*2020.8.31新增*/
  	.lunbotu .swiper-pagination-bullet span {
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		top: 0;
  		left: 0;
  		border-radius: 5px;
  		overflow: hidden;
  	}
  	.lunbotu .swiper-pagination-bullet-active span{
  		background: #fff;
  		animation: load 4.5s ease-in;
  		-moz-animation: load 4.5s ease-in;
  		-webkit-animation: load 4.5s ease-in;
  		-o-animation: load 4.5s ease-in;
  	}
  	@-webkit-keyframes load {
  		0% {
  			width: 0%;
  		}

  		100% {
  			width: 100%;
  		}
  	}
  	@keyframes load{
  		0% {
  			width: 0;
  		}
  		100% {
  			width: 100%;
  		}
  	}

  	@-moz-keyframes load{
  		0% {
  			width: 0;
  		}
  		100% {
  			width: 100%;
  		}
  	}

  	@-webkit-keyframes load{
  		0% {
  			width: 0;
  		}
  		100% {
  			width: 100%;
  		}
  	}

  	@-o-keyframes load{
  		0% {
  			width: 0;
  		}
  		100% {
  			width: 100%;
  		}
  	}
  	/**/
  	/*内页banner*/
  	.bannertop{
  		position: relative;
  	}
  	.obanner{
  		position: relative;
  		width: 100%;
  		overflow: hidden;
  		text-align: center;
  	}
  	.obanner>img{
  		width: 100%;
  		height: 26vw;
  	}
  	.bannerzi{
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform:translate(-50%, -50%);
  		-ms-transform:translate(-50%, -50%);
  		-moz-transform:translate(-50%, -50%); 
  		-webkit-transform:translate(-50%, -50%);
  		-o-transform:translate(-50%, -50%); 
  		margin: auto;
  	}
  	.obanner .bannerzi .box{
  		text-align: left;
  	}
  	.obanner .bannerzi .box.boxheight{
  		min-height: 230px;
  	}
  	.obanner .bannerzi .box .t1{
  		color: #FFFFFF;
  		font-size: 36px;
  		font-weight: bold;
  		margin-bottom: 30px;
  	}
  	.obanner .bannerzi .box .t2{
  		color: #FFFFFF;
  		font-size: 22px;
  	}

  	/*弹窗*/
  	.maskbg{
  		display: none;
  		position: fixed;
  		top: 0;
  		bottom: 0;
  		left:0;
  		right: 0;
  		margin: auto;
  		z-index: 999;
  		width: 100%;
  		height: 100vh;
  		overflow: auto;
  		background: rgba(0,0,0,0.8);
  	}
  	.maskbg .box{
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		top: 0;
  		margin: auto;
  		width: 600px;
  		height: 750px;
  	}
  	.maskbg .box .content{
  		width: 100%;
  		padding-left: 7%;
  		padding-right: 7%;
  		padding-top: 100px;
  		padding-bottom: 90px;
  		margin-top: 35px;
  		margin-bottom: 35px;
  		-o-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;
  		box-sizing: border-box;
  		background: #217eff url(../image/img5.png) top 25px left 15px no-repeat;
  	}
  	.maskbg .box .content .title{
  		text-align: right;
  	}
  	.maskbg .box .content .title .t1{
  		color: #c0daff;
  		font-size: 18px;
  		font-family: arial;
  	}
  	.maskbg .box .content .title .t2{
  		color: #FFFFFF;
  		font-size: 36px;
  		font-weight: bold;
  	}
  	.maskbg .box .content .data{
  		margin-top: 50px;
  	}
  	.maskbg .box .content .data .data-li{
  		margin-bottom: 20px;
  	}
  	.maskbg .box .content .data .data-li .input-li{
  		width: 100%;
  		margin-bottom: 20px;
  		padding: 0 20px;
  		background-color: #FFFFFF;
  		-o-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;
  		box-sizing: border-box;
  	}
  	.maskbg .box .content .data .data-li .half{
  		float: left;
  		width: -moz-calc((100% - 20px) / 2);
  		width: -webkit-calc((100% - 20px) / 2);
  		width: calc((100% - 20px) / 2);
  		margin-right: 20px;
  	}
  	.maskbg .box .content .data .data-li .half:nth-child(2n){
  		margin-right: 0;
  	}
  	.maskbg .box .content .data .data-li .input-li .area{
  		float: left;
  		width: -moz-calc(100% - 50px);
  		width: -webkit-calc(100% - 50px);
  		width: calc(100% - 50px);
  	}
  	.maskbg .box .content .data .data-li .input-li input{
  		width: 100%;
  		height: 70px;
  		line-height: 70px;
  		background: none;
  		outline: none;
  		border: none;
  		color: #333333;
  		font-size: 16px;
  	}
  	.maskbg .box .content .data .data-li .input-li input::-webkit-input-placeholder{
  		color: #999999;
  	}
  	.maskbg .box .content .data .data-li .input-li input:-moz-placeholder{
  		color: #999999;
  	}
  	.maskbg .box .content .data .data-li .input-li input::-moz-placeholder{
  		color: #999999;
  	}
  	.maskbg .box .content .data .data-li .input-li input:-ms-input-placeholder{
  		color: #999999;
  	}
  	.maskbg .box .content .data .data-li .input-li .unit{
  		float: right;
  		color: #999999;
  		font-size: 16px;
  		line-height: 70px;
  	}
  	.maskbg .box .content .data .other{
  	}
  	.maskbg .box .content .data .other .left{
  		float: left;
  		width: 64%;
  	}
  	.maskbg .box .content .data .other .right{
  		position: relative;
  		display: table;
  		float: right;
  		height: 160px;
  		width: -moz-calc(36% - 20px);
  		width: -webkit-calc(36% - 20px);
  		width: calc(36% - 20px);
  		background-color: #eca213;
  	}
  	.submit-btn{
  		display: table-cell;
  		vertical-align: middle;
  		color: #fefefe;
  		font-size: 20px;
  		font-weight: bold;
  		line-height: 2;
  		text-align: center;
  	}
  	.maskbg .box .content .data .other .right input{
  		position: absolute;
  		left: 0;
  		top: 0;
  		width: 100%;
  		height: 100%;
  		opacity: 0;
  	}
  	.maskbg .dropmenurel01{
  		position:relative;
  		display:block;
  	}
  	.maskbg .dropmenurel01-tit{
  		position: relative;
  		border: none;
  		color: #999999;
  		font-size: 16px;
  		width:100%;
  		height: 70px;
  		line-height: 70px;
  		white-space:nowrap;
  		text-overflow:ellipsis;
  		overflow:hidden;
  		background: #FFFFFF url(../image/img6.png) no-repeat center right 20px;
  		cursor:pointer;
  		padding: 0 20px;
  		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;
  		-o-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		box-sizing: border-box;
  	}
  	.maskbg .dropmenurel01-options{
  		display:none;
  		position:absolute;
  		left:0;
  		z-index:110;
  		border:1px solid #cdcdcd;
  		background-color:#FFFFFF;
  		height: auto !important;
  		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;
  		-o-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		box-sizing: border-box;
  	}
  	.maskbg .dropmenurel01-options li{
  		cursor:pointer;
  		padding: 10px 20px;
  		font-size: 15px;
  		color: #666666;
  		white-space:nowrap;
  		text-overflow:ellipsis;
  		overflow:hidden;
  	}
  	.maskbg .dropmenurel01-options li:last-child{
  		border-bottom:none;
  	}
  	.maskbg .dropmenurel01-options li:hover{
  		background-color:#eee;
  	}
  	.maskbg .popup-close {
  		text-align: center;
  	}
  	.maskbg .popup-close img{
  		width: 40px;
  	}
  	/*侧边栏*/

  	.sidebar{
  		position: fixed;
  		bottom: 20%;
  		right: 10px;
  		z-index: 99;
	/*
	opacity: 0;
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	*/
}
/*
.sidebar.show{
	opacity: 1;
	transform: none;
}
*/
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
	background-color: #0e6eb8;
}
.sidebar ul li:hover{
	background-color: #ffffff;
}
.sidebar ul li.istopdiv:hover{
	background-color: #0e6eb8;
}
.sidebar ul li a, .sidebar ul li .istop{
	display: inline-block;
	position: relative;
	width: 60px;
	padding: 12px 0px;
}
.sidebar ul li a .imgbox, .sidebar ul li .istop .imgbox{
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}
.sidebar ul li .imgbox img{
	display: inline-block;
}
.sidebar ul li .imgbox .img1{
}
.sidebar ul li .imgbox .img2{
	display: none;
}
.sidebar ul li:hover .imgbox .img1{
	display: none;
}
.sidebar ul li:hover .imgbox .img2{
	display: inline-block;
}
.sidebar ul li .t1{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.sidebar ul li .t2{
	color: #FFFFFF;
	font-size: 14px;
}
.sidebar ul li a:hover .t1, .sidebar ul li a:hover .t2{
	color: #0e6eb8;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 60px;
	top: 0;
	z-index: 10;
	min-height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	box-shadow: -4px 4px 30px rgba(0,0,0,.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sidebar ul li:hover .secondary{
	display: block;
}
.sidebar ul li .txtli{
	text-align: left;
	padding: 0 10px;
	color: #0e6eb8;
	font-size: 20px;
	font-weight: bold;
	font-family: "DIN-BOLD";
	line-height: 50px;
	white-space: nowrap;
}
.sidebar ul li .imgli{
}
.sidebar ul li .imgli img{
	display: inline-block;
	max-width: 90px;
	width: 90px;
	height: 90px;
}
/*footer*/
.footer{
	padding-bottom: 35px;
	background: url(../image/footer-bg.png) center no-repeat;
	background-size: cover;
}
.footer-top{
	padding: 70px 0px 30px;
	overflow: hidden;
	border-bottom: rgba(255,255,255,.3) solid 1px;
}
.footer-item{
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding-right: 3.7%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-item::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 220px;
	background: rgba(255,255,255,.3);
}
.footer-item:last-child{
	padding-right: 0;
}
.footer-item:last-child::before{
	background: none;
}
.footer-item .footer-logo{
	display: block;
	margin-bottom: 15px;
	text-align: left;
}
.footer-item .footer-logo img{
}
.footer-item .box .txt{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
}
.footer-item .box .txt a{
	color: #ffffff;
}
.footer-item .box .txt a:hover{
	color: #98cff9;
}

.footer-item .box .other{
	margin-top: 25px;
}
.footer-item .box .other .consult{
	float: left;
}
.footer-item .box .other .consult a{
	padding: 0px 20px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	background-color: #FFFFFF;
	border: 2px #2b91e0 solid;
	color: #0e6eb8;
	font-size: 16px;
	font-weight: bold;
}
.footer-item .box .other .consult a img{
	margin-right: 10px;
}
.footer-item .box .share{
	float: right;
}
.footer-item .box .share ul li{
	position: relative;
	float: left;
	margin-right: 15px;
}
.footer-item .box .share ul li:last-child{
	margin-right: 0;
}
.footer-item .box .share ul li a{
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 22px;
	border: rgba(255,255,255,.3) solid 1px;
}
.footer-item .box .share ul li:hover a{
	background-color: #FFFFFF;
}
.footer-item .box .share ul li a img{
}
.footer-item .box .share ul li a .img1{}
.footer-item .box .share ul li a .img2{
	display: none;
}
.footer-item .box .share ul li:hover a .img1{
	display: none;
}
.footer-item .box .share ul li:hover a .img2{
	display: inline-block;
}
.footer-item .share ul li .popup{
	display: none;
	position: absolute;
	bottom: 52px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	padding-bottom: 16px;
	z-index: 10;
}
.footer-item .share ul li:hover .popup{
	display: block;
}
.footer-item .share ul li .er-code{
   /* padding: 5px;
   border-radius: 5px;*/
   background: #FFFFFF;
}
.footer-item .share ul li .er-code img {
	width: 100px;
	height: 100px;
}
.footer-item .share ul li .triangle{
	position: absolute;
	left: 50%;
	bottom: 0px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 9px 0px;
	border-color: #FFFFFF transparent transparent transparent;
}
/*资讯分享、立马联系我们*/
.information-sharing, .footer-contact{
	padding-left: 13%;
}
.footer .title{
	color: #f4f4f4;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .title a{
	color: #f4f4f4;
}
.information-sharing ul li a{
	display: inline-block;
	width: 100%;
	color: #98cff9;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.information-sharing ul li a:hover{
	color: #ffffff;
}
.footer-contact ul{
	padding-top: 15px;
}
.footer-contact ul li{
	position: relative;
	padding-left: 36px;
	overflow: hidden;
	color: #98cff9;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.footer-contact ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	text-align: left;
}
.footer-contact ul li .icon img{
	width: 22px;
	height: 20px;
}
.footer-contact ul li .t1{
	float: left;
	width: 42px;
	text-align: left;
}
.footer-contact ul li .t2{
	float: left;
	width: 80%;
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	text-align: left;
}
.footer .copyright{
	width: 100%;
	overflow: hidden;
	/*padding: 25px 0px 0px;*/
	color: #ffffff;
	font-size: 14px;
}
.footer .copyright .left{
	float: left;
}
.footer .copyright .right{
	float: right;
}
.footer .copyright a{
	color: #ffffff;
}
.footer .copyright a:hover{
	color: #98cff9;
}
/*友情链接*/
.links{	
	margin-top: 25px;
}
.links .link-title{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}
.links .link-title .sp{
	display: inline-block;
	margin-left: 20px;
	color: #ffffff;
	font-size: 12px;
}
.links .box{
	color: #98cff9;
	font-size: 14px;
	line-height: 1.7;
}
.links .box a, .links .box span{
	color: #98cff9;
}
.links .box a:hover{
	color: #FFFFFF;
}
.links .box span{
	margin: 0px 15px;
}
/*方案报价*/
.scheme-quotation{
}
.scheme-quotation .title{
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 99;
	display: inline-block;
	padding: 20px 30px 20px 20px;
	border-radius: 0px 50px 50px 0px;
	border-left: #0e6eb8 solid 2px;
	background-color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
	/*display: none;*/
}
.scheme-quotation .title .t1{
	display: inline-block;
	color: #0e6eb7;
	font-size: 20px;
	font-family: "思源黑体 CN Medium";
}
.scheme-quotation .title .icon{
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	width: 6px;
	background: url(../image/img26.png) center no-repeat;
	background-size: 6px 12px;
}
.scheme-quotation .box{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	display:none;
}
.scheme-quotation .box .person{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12.8%;
	text-align: right;
}
.scheme-quotation .box .person img{
	display: inline-block;
	vertical-align: bottom;
}
.scheme-quotation .baojia{
	/*height: 110px;*/
	background: rgba(0,0,0,.7);
}
.scheme-quotation .box .content{
	padding-left: 12.8%;
	padding-right: 25.36%;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scheme-quotation .box .obtain{
	float: left;
	width: 20%;
	padding: 2.8% 0 0 2.8%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scheme-quotation .box .obtain .t1{
	color: #ffffff;
	font-size: 20px;
	font-family: "思源黑体 CN Medium";
}
.scheme-quotation .box .obtain .t1 .sp{
	display: inline-block;
	margin: 0 5px;
	color: #c70000;
}
.scheme-quotation .box .content .information{
	float: left;
	overflow: hidden;
	width: 80%;
}
.scheme-quotation .box .content .information .inli{
	float: left;
	max-width: 220px;
	width: 24%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2.2%;
	margin-top: 3%;
	margin-bottom: 3%;
	border-radius: 4px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.scheme-quotation .box .content .information .inli:last-child{
	margin-right: 0;
}
.scheme-quotation .box .content .information .btnli{
	float: left;
	max-width: 150px;
	width: 21.4%;
	background-color: #0e6eb7;
	border-radius: 4px;
	margin-top: 3%;
	height: 55px;
	line-height: 55px;
}
.scheme-quotation .box .content .information .btnli input{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.scheme-quotation .box .content .information input{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: none;
	border: none;
	outline: none;
	color: #333333;
	font-size: 14px;
}
.scheme-quotation .box .content .information input::-webkit-input-placeholder{
	color: #999999;
}
.scheme-quotation .box .content .information input:-moz-placeholder{
	color: #999999;
}
.scheme-quotation .box .content .information input::-moz-placeholder{
	color: #999999;
}
.scheme-quotation .box .content .information input:-ms-input-placeholder{
	color: #999999;
}
.scheme-quotation .phone{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25.36%;
}
.scheme-quotation .close{
	/*display: inline-block;
	padding-left: 42%;*/
	position: absolute;
	top: 10%;
	right: 2%;
}
.scheme-quotation .close img{
	width: 30px;
	height: 30px;
}
.scheme-quotation .phone-div{
	padding-left: 70px;
	/*height: 123px;*/
	background: url(../image/img30.png) bottom right no-repeat;
	background-size: 100% auto;
}
.scheme-quotation .phone-div .icon{
	float: left;
	margin-right: 15px;
	padding-top: 8%;
}
.scheme-quotation .phone-div .icon img{
	width: 59px;
	height: 53px;
}
.scheme-quotation .phone-div .txt{
	padding: 8% 0;
}
.scheme-quotation .phone-div .txt .t1{
	color: #ffffff;
	font-size: 16px;
}
.scheme-quotation .phone-div .txt .t2{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
/*首页*/
/*数字滚动*/
.numbers{
	overflow: hidden;
	background-color: #0e6eb8;
}
.numbers ul li{
	float: left;
	width: 25%;
	padding: 50px 0px;
	text-align: center;
	overflow: hidden;
}
.numbers ul li:nth-child(odd){
	background-color: #1777c1;
}
.numbers ul li:nth-child(even){
	background-color: #1a7bc6;
}
.numbers ul li .box{
	display: inline-block;
	text-align: left;
}
.numbers ul li .t1{
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	font-family: "DIN-BOLD"; 
	margin-bottom: 5px;
}
.numbers ul li .t1 .sp1{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.numbers ul li .t1 .sp2{
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 1;
}
.numbers ul li .t2{
	color: #ffffff;
	font-size: 16px;
}
/*标题*/
.i-title{
	text-align: center;
}
.i-title .t1{
	color: #222222;
	font-size: 40px;
	font-weight: bold;
}
.i-title .t1_subtitle {
	font-size: 18px;
	color: rgb(113 113 113);
	line-height: 2.1;
	text-align: center;
}
.i-title .t2{
	color: #222222;
	font-size: 16px;
	margin-top: 20px;
}
.i-title .t3{
	color: #222222;
	font-size: 20px;
	margin-top: 20px;
}
.i-title .t4{
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}
.combination .i-title, .aleft.i-title{
	text-align: left;
}
.i-title.white .t1, .i-title.white .t3{
	color: #FFFFFF;
}
/*办公室装修项目效果图*/
.decoration-drawing{
	padding: 110px 0px 100px;
}
.decoration-drawing .box{
	margin-top: 36px;
	margin-bottom: 45px;
	overflow: hidden;
}
.decoration-drawing .box .fl{
	float: left;
}
.decoration-drawing .box .half1{
	width: 50%;
	margin-right: 20px;
}
.decoration-drawing .box .half2{
	/*width: 680px;*/
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}
.decoration-drawing .box .fl ul li{
	float: left;
	width: -moz-calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}
.decoration-drawing .box .fl ul li:nth-child(2n){
	margin-right: 0;
}
.decoration-drawing .boxli{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.decoration-drawing .box .imgbox{
	width: 100%;
	overflow: hidden;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-position: center;
}
.decoration-drawing .box .boxli:hover .imgbox{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.decoration-drawing .box .imgbox img{
	width: 100%;
	opacity: 0;
}
.decoration-drawing .box .boxli .bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../image/img39.png) bottom center no-repeat;
	background-size: 100% auto;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.decoration-drawing .box .boxli:hover .bg{
	background: url(../image/img40.png) bottom center no-repeat;
	background-size: 100% auto;
}
.decoration-drawing .box .txtbox{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 5.7%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.decoration-drawing .box .boxli:hover .txtbox{
	bottom: 35px;
}
.decoration-drawing .box .txt{
	float: left;
	width: 68%;
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.decoration-drawing .box .txt .t1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.decoration-drawing .box .txt .t2{
	color: #999999;
	font-family: arial;
	font-size: 14px;
}
.decoration-drawing .box .icon{
	float: right;
}
.decoration-drawing .box .icon img{
	opacity: 0;
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	width: 40px;
	height: 40px;
}
.decoration-drawing .box .boxli:hover .icon img{
	opacity: 1;
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.allbtn{
	text-align: center;
}
.allbtn a{
	padding: 0px 24px;
	height: 42px;
	line-height: 42px;
	border: #666666 solid 1px;
	border-radius: 21px;
	color: #666666;
	font-size: 14px;
}
.allbtn a:hover{
	color: #FFFFFF;
	background-color: #0e6eb8;
}
/*合作方案*/
.i-cooperation{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.i-cooperation .box{
	padding: 75px 0px;
	background: rgba(0,0,0,.8) url(../image/img43.png) center no-repeat;
}
.i-cooperation .box .content{
	text-align: center;
}
.i-cooperation .box .content .t1{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}
.i-cooperation .box .content .t2{
	color: #ffffff;
	font-size: 35px;
	margin-top: 15px;
}
.i-cooperation .box .content .t2 .sp{
	display: inline-block;
	color: #0090ff;
	font-weight: bold;
}
/*我们的优势、业务流程*/
.combination{
	position: relative;
	background-color: #fdfdfd;
	padding: 110px 0px;
}
.combination .box{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.combination .i-processbg{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f9f9f9;
}
.i-advantage{
	float: left;
	width: 50%;
	padding-right: 2.5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-advantage .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 45px;
}
.i-advantage .xinimg{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.i-advantage .xinimg img{
	max-width: 100%;
}
.i-advantage .details{
	width: 100%;
	padding-left: 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-advantage .details .title{
	position: relative;
	width: 100%;
	background: url(../image/img45.png) center no-repeat;
	background-size: cover;
	line-height: 90px;
	overflow: hidden;
}
.i-advantage .details .left, .i-advantage .details .right{
	float: left;
	width: 50%;
}
.i-advantage .details .middle{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.i-advantage .details .title .left{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.i-advantage .details .title .left img{
	display: inline-block;
	margin-right: 10px;
	width: 27px;
	height: 24px;
}
.i-advantage .details .title .middle{
	font-family: arial;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
}
.i-advantage .details .title .middle .sp1{
	margin-left: -20px;
}
.i-advantage .details .title .middle .sp2{
	display: inline-block;
	margin-left: 20px;
	color: #0e6eb8;
}
.i-advantage .details .title .right{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.i-advantage .details ul{
	margin-top: 30px;
}
.i-advantage .details ul li{
	position: relative;
	margin-bottom: 20px;
}
.i-advantage .details ul li .left{
	padding-left: 3.9%;
	padding-right: 10%;
	box-shadow: 0px 1px 20px rgba(10,110,184,.1);
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-advantage .details ul li .right{
	padding-right: 3.9%;
	padding-left: 10%;
	border: #e5e5e5 solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-advantage .details ul li .txtbox{
	height: 90px;
	display: table;
}
.i-advantage .details ul li .txt{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
}
.i-advantage .details ul li .left .txt{
	color: #232121;
	text-align: right;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
.i-advantage .details ul li .right .txt{
	color: #666666;
	text-align: left;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
.i-advantage .details ul li .zi{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-advantage .details ul li .middle{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background-color: #0e6eb8;
}
.i-advantage .details ul li .middle .text{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}
.i-advantage .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	opacity: 1;
}
.i-advantage .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e6eb8;
}
.i-advantage .swiper-container-horizontal>.swiper-pagination-bullets, .i-advantage .swiper-pagination-custom, .i-advantage .swiper-pagination-fraction{
	bottom: 0;
}
.i-advantage .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
/*业务流程*/
.i-process{
	float: left;
	width: 50%;
	padding-left: 2.5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-process .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}
.i-process .imgbox .img{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 87.3%;
}
.i-process .imgbox .img img{
	max-width: 100%;
}
.i-process .imgbox .circles{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 5px 0px;
}
.i-process .imgbox .circles img{
	animation: myMove1 3s linear infinite;
	-webkit-animation: myMove1 3s linear infinite;
}
@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}
/*合作伙伴*/
.i-partner{
	padding: 110px 0px 110px;
	background: #f5f6f9 url(../image/img47.png) bottom center no-repeat;
}
.i-partner .partner-con{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.i-partner .box{
	margin-top: 45px;
}
.i-partner .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}
.partner-img{
	display: block;
	width: 100%;
	line-height: 130px;
	background-color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
.partner-img img{
	max-width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.partner-img:hover img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.i-partner .swiper-pagination-bullet{
	/*display: none !important;*/
	opacity: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	opacity: 1;
}
.i-partner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e6eb8;
}
.i-partner .swiper-container-horizontal>.swiper-pagination-bullets, .i-partner .swiper-pagination-custom, .i-partner .swiper-pagination-fraction{
	bottom: 0;
}
.i-partner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.i-partner .swiper-button-next, .i-partner .swiper-button-prev {
	position: absolute;
	top: 54%;
	width: 50px;
	height: 50px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.i-partner .swiper-button-next, .i-partner .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/img88.png);
	right: 0;
	left: auto;
}
.i-partner .swiper-button-prev, .i-partner .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/img86.png);
	left: 0;
	right: auto;
}
/*新闻中心*/
.i-news{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.i-news .box{
	padding: 110px 0px 145px;
	background: rgba(0,0,0,.8);
}
.i-news .box .content{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.i-newsdiv{
	margin-top: 80px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.new-box{
	display: inline-block;
	width: 100%;
}
.new-box .time{
	color: #999999;
	font-size: 16px;
	font-family: arial;
	margin-bottom: 30px;
}
.new-box .time .date{
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	font-family: "DIN-BOLD";
	margin-right: 5px;
}

.new-box .imgbox{
	width: 100%;
	overflow: hidden;
}
.new-box .imgbox .img{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-size:cover;
}
.new-box:hover .imgbox .img{
	/*background-size: 120%;*/
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new-box .imgbox img{
	width: 100%;
}
.i-newsdiv .new-box .imgbox img{
	opacity: 0;
}
.new-box .txtbox{
	margin-top: 30px;
}
.new-box .txtbox .t1{
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5;
	min-height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-box .txtbox .t2 {
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}
.new-box:hover .txtbox .t1{
	color: #0e6eb7;
	font-weight: bold;
}
.new-box .txtbox .more{
	margin-top: 40px;
}
.new-box .txtbox .more span{
	display: inline-block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	border: rgba(255,255,255,.3) solid 1px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.new-box:hover .txtbox .more span{
	color: #FFFFFF;
	background-color: #0e6eb7;
}
.i-news .swiper-button-next, .i-news .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.i-news .swiper-button-next, .i-news .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/img65.png);
	right: 0;
	left: auto;
}
.i-news .swiper-button-prev, .i-news .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/img64.png);
	left: 0;
	right: auto;
}
/*搜索页*/
.search-div{
	padding: 110px 0px;
}
.search-div .box{
	text-align: center;
}
.search-div .box .tips .t1{
	color: #333333;
	font-size: 16px;
}
.search-div .box .tips .t2{
	color: #333333;
	font-size: 15px;
}
.search-div .box .tips .t2 .sp{
	color: #0e6eb7;
}
.search-div .con{
	border: 1px solid #0e6eb7;
	display: inline-block;
	max-width: 400px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.search-div .con .t1{
	float: left;
	width: 75%;
}
.search-div .con .t2{
	float: left;
	width: 25%;
	background: #0e6eb7 url(../image/search1.png) center no-repeat;
	background-size: 18px 18px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}
.search-div .con input{
	width: 100%;
	line-height: 50px;
	height: 50px;
	background: none;
	border: none;
	outline: none;
	color: #333333;
	font-size: 14px;
	padding: 0 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search-result{
	padding: 50px 0px 0px;
}
.search-result ul li:hover a{
	transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.search-result ul li a{
	display: inline-block;
	width: 100%;
	padding: 20px;
	font-size: 18px;
	color: #999999;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
.search-result ul li a .tag{
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dadada;
}
.search-result ul li a .txtli{
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
/*当前位置*/
.current{
	
}
.current .position{
	float: left;
	padding: 23px 0px;
}
.current .position a, .current .position span{
	color: #999999;
	font-size: 14px;
	line-height: 1.7;
}
.current .position a:hover{
	color: #000000;
}
.current .return{
	float: right;
	padding: 23px 0px;
}
.current .return a{
	color: #000000;
	font-size: 14px;
	margin-right: 20px;
}
.current .return a img{
	display: inline-block;
	vertical-align: text-top;
	margin-right: 5px;
	width: 16px;
	height: 15px;
}
/*案例展示*/
.page-case{
	background-color: #f1f2f4;
}
.cases{
	padding: 0px 0px 80px;
}
.cases .special{
	width: 100%;
	overflow: hidden;
}
.cases ul{
	/*padding-bottom: 15px;*/
}
.cases .special .bigimg{
	float: left;
	width: -moz-calc(97.15% - (94.3% / 3));
	width: -webkit-calc(97.15% - (94.3% / 3));
	width: calc(97.15% - (94.3% / 3));
	margin-right: 2.85%;
	margin-bottom: 2.85%;
}
.cases .special .bigimg a{
	position: relative;
	display: inline-block;
	width: 100%;
}
.cases .special .bigimg a .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cases .special .bigimg a:hover .text{
	background: url(../image/img39.png) bottom center no-repeat;
	background-size: cover;
}
.cases .special .bigimg a .txtbox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: none;
}
.cases .special .bigimg .case-box .txtbox .t1, .cases .special .bigimg .case-box .txtbox .t2, .cases .special .bigimg .case-box .txtbox .t3{
	color: #FFFFFF;
}
.cases .special .smallimg{
	float: left;
	width: -moz-calc(94.3% / 3);
	width: -webkit-calc(94.3% / 3);
	width: calc(94.3% / 3);
	margin-bottom: 2.85%;
}
.cases ul li{
	float: left;
	width: -moz-calc(94.3% / 3);
	width: -webkit-calc(94.3% / 3);
	width: calc(94.3% / 3);
	margin-right: 2.85%;
	margin-bottom: 2.85%;
}
.cases ul li:nth-child(3n){
	margin-right: 0;
}
.case-box{
	display: block;
	width: 100%;
}
.case-box .imgbox{
	width: 100%;
	overflow: hidden;
}
.case-box .imgbox .img{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.case-box:hover .imgbox .img{
	transform: scale(1.1);
}
.case-box .imgbox .img img{
	width: 100%;
	opacity: 0;
}
.case-box .txtbox{
	padding: 30px 30px 35px;
	background-color: #FFFFFF;
}
.case-box .txtbox .t1{
	color: #999999;
	font-size: 14px;
	/*line-height: 44px;*/
	margin-bottom: 20px;
}

.case-box .txtbox .t1 .sp{
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: #eeeeee solid 1px;
}
.case-box .txtbox .t2{
	color: #222222;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case-box:hover .txtbox .t2{
	color: #0e6eb8;
	font-weight: bold;
}
.case-box .txtbox .t3{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.case-box .txtbox .t3 .sp{
	font-family: arial;
}
/* 分页 */
.page{
	width: 100%;
	text-align: center;
}
.page-list{
	display: inline-block;
	vertical-align: middle;
}
.page-list a{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	text-align: center;
	font-family: arial;
	font-size: 18px;
	color: #000022;
	background-color: #FFFFFF;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
	color: #FFFFFF;
	background: #0e6eb8;
}
.page-list a.previous.not{
	background: #FFFFFF url(../image/img74.png) center no-repeat;
	background-size: 7px 14px;
}
.page-list a.previous{
	display: block;
	background: #FFFFFF url(../image/img76.png) center no-repeat;
	background-size: 7px 14px;
}
.page-list a.next{
	background: #FFFFFF url(../image/img77.png) center no-repeat;
	background-size: 7px 14px;
}
.page-list a.next.not{
	background:#FFFFFF url(../image/img75.png) center no-repeat;
	background-size: 7px 14px;
}
/*案例详情*/
.case-details{
	padding-top: 25px;
}
.case-details .box{
	margin-top: 30px;
	padding-bottom: 100px;
}
.case-details .box .title{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: #eeeeee solid 1px;
}
.case-details .box .title .t1{
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}
.case-details .box .other{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.case-details .box .other .left{
	float: left;
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	overflow: hidden;
}
.case-details .box .other .left .tag-li{
	float: left;
	margin-right: 90px;
	color: #666666;
	font-size: 16px;
	line-height: 2.8;
}
.case-details .box .other .left .tag-li:last-child{
	margin-right: 0;
}
.case-details .box .other .left .tag-li .sp{
	color: #000000;
}
.case-details .box .other .right{
	float: right;
	display: inline-block;
}
.case-details .box .other .right .taximeter{
	display: inline-block;
}
.case-details .box .other .btn{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0px 20px;
	border-radius: 4px;
	color: #eeeeee;
	font-size: 16px;
	background-color: #0e6eb8;
	cursor: pointer;
}
.pc-slide{
	position: relative;
	width: 100%;
	margin: 0 auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.view, .preview{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.view .swiper-container {
	width: 100%;
}
.pc-slide .arrow-left {
	background: url(../image/img85.png) no-repeat left top;
	background-size: 60px 60px;
	position: absolute;
	left: 0;
	top: 38%;
	/*margin-top: -30px;*/
	width: 60px;
	height: 60px;
	z-index: 10;
}
.pc-slide .arrow-left:hover{
	background: url(../image/img86.png) no-repeat left bottom;
	background-size: 60px 60px;
}
.pc-slide .arrow-right{
	background: url(../image/img87.png) no-repeat left bottom;
	background-size: 60px 60px;
	position: absolute;
	right: 0;
	top: 38%;
	/*margin-top: -30px;*/
	width: 60px;
	height: 60px;
	z-index: 10;
}
.pc-slide .arrow-right:hover{
	background: url(../image/img88.png) no-repeat left bottom;
	background-size: 60px 60px;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 85%;
	margin: 20px auto 0px;
}
.preview .swiper-slide{
	width: 180px;
	height: 108px;
	margin: 0px 12px;
	cursor:pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.preview .swiper-slide.active-nav{
	border: #0e6eb8 solid 3px;
}
.preview .swiper-slide .smallimg{
	background-position: center;
}
.preview .swiper-slide .tips{
	width: 180px;
	height: 108px;
	line-height: 108px;
	background: rgba(0,0,0,.6);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.preview .swiper-slide.active-nav .tips{
	opacity: 0;
}

.case-content{
	padding: 70px 0px 110px;
	background-color: #f4f4f4;
}
.case-content .con{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.case-content .detail{
	float: left;
	width: 69%;
	overflow: hidden;
}
.case-content .title{
	font-weight: bold;
	color: #222222;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: #dcdcdc solid 1px;
}
.case-content .detail .t2{
	padding: 3% 5% 5% 0;
	color: #666666;
	font-size: 14px;
	line-height: 2.5;
}
.recommend-case{
	float: right;
	width: 25%;
	overflow: hidden;
}
.recommend-case ul{
	margin-top: 10px;
}
.recommend-case ul li{
	width: 100%;
	margin-bottom: 20px;
}
.recommend-case ul li:last-child{
	margin-bottom: 0;
}
/*发展历程*/
.o-menu{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.o-menu ul{
	overflow: hidden;
	text-align: center;
	background-color: #0e6eb8;
}
.o-menu ul li{
	position: relative;
	float: left;
	width: 25%;
}
.new-menu.o-menu ul li{
	max-width: 300px;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
.o-menu ul li:hover, .o-menu ul li.on{
	background-color: #FFFFFF;
}
.o-menu ul li a{
	display: inline-block;
	width: 100%;
	padding: 35px 0px;
}
.o-menu ul li .icon{
	margin-bottom: 10px;
}
.o-menu ul li .icon img{
	width: 23px;
	height: 22px;
}
.o-menu ul li .icon .img1{
	display: inline-block;
}
.o-menu ul li .icon .img2{
	display: none;
}
.o-menu ul li:hover .img2, .o-menu ul li.on .img2{
	display: inline-block;
}
.o-menu ul li:hover .img1, .o-menu ul li.on .img1{
	display: none;
}
.o-menu ul li .txt{
	color: #ffffff;
	font-size: 18px;
}
.o-menu ul li:hover .txt, .o-menu ul li.on .txt{
	color: #0e6eb8;
}
.o-menu ul li i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 46px;
	background: rgba(255,255,255,.1);
}
.o-menu ul li:last-child i{
	display: none;
}

.history{
	padding: 110px 0px 160px;
	overflow: hidden;
}
.history .box{
	position: relative;
	margin-top: 35px;
}
.history .box .line{
	position: absolute;
	left: 117px;
	top: 33px;
	margin: auto;
	z-index: 1;
	width: 1px;
	height: 100%;
	border-right: #e2e8ed dashed 1px;
}
.history .box .boxli{
	position: relative;
	padding: 0px 0px 20px;
}
.history .box .boxli .time{
	float: left;
	width: 21%;
	margin-top: 20px;
}
.history .box .boxli .time .years{
	float: left;
	margin-right: 36px;
	color: #7b9ab2;
	font-size: 30px;
	font-weight: bold;
}
.history .box .boxli:hover .time .years, .history .box .boxli.on .time .years{
	color: #0e6eb8;
}
.history .box .boxli .time .spot{
	float: left;
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	border: #c1cfdb solid 1px;
	border-radius: 50%;
	margin-top: 12px;
	background-color: #FFFFFF;
}
.history .box .boxli:hover .time .spot, ..history .box .boxli.on .time .spot{
	border: #86b6db solid 1px;
}
.history .box .boxli .time .spot i{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: #7b9ab2;
}
.history .box .boxli:hover .time .spot i{
	background-color: #3786c4;
} 

.history .box .boxli .details{
	float: left;
	width: 79%;
	padding-top: 30px;
	border-top: #e2e8ed solid 1px;
}
.history .box .boxli .details .imgbox{
	float: left;
	max-width: 200px;
	width: 18.2%;
	padding: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.history .box .boxli .details .imgbox img{
	width: 100%;
}
.history .box .boxli .details .txtbox{
	float: left;
	width: 71%;
	margin-left: 5.3%;
	max-height: 260px;
	overflow: hidden;
}
.history .box .boxli.on .details .txtbox{
	max-height: 100%;
}
.history .box .boxli .details .txtbox li{
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
}
.history .box .boxli .details .txtbox li i{
	position: absolute;
	left: 0;
	top: 15px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0E6EB8;
}
.history .box .boxli .details .plus{
	float: right;
	text-align: left;
	width: 5.5%;
	cursor: pointer;
}
.history .box .boxli .details .plus .img1{
}
.history .box .boxli .details .plus .img2{
	display: none;
}
.history .box .boxli.on .details .plus .img1{
	display: none;
}
.history .box .boxli.on .details .plus .img2{
	display: inline-block;
}
.history .box .boxli .details .plus img{
	width: 14px;
	height: 13px;
}
/*方案报价*/
.quoted-price{
	position: relative;
	padding: 10px 0px 0px;
	/*background-image: url(https://www.eaco-group.com/Public/Home/images/obanner3.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.quoted-price .conwidth{
	position: relative;
	z-index: 2;
}
.bgimg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bgimg img{
	width: 100%;
}
.bgimg .img1{
}
.bgimg .img2{
	display: none;
}
.quoted-price .box{
	position: relative;
	z-index: 2;
	max-width: 1200px;
	width: 100%;
	margin: 45px auto 0px;
	background-color: #ffffff;
	box-shadow: 4px 8px 30px rgba(0,0,0,.06);
}
.quoted-price .box .content{
	overflow: hidden;
}
.quoted-price .box .title{
	color: #222222;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}

.quoted-price .box .title2{
	color: #222222;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.quoted-price .box .title2 span{
	color:#F00;
}


.quoted-price .box .title .sp{
	color: #c60000;
}
.quoted-price .box .left{
	float: left;
	width: 51.7%;
	padding: 0 6.25%;
	padding-top: 60px;
	padding-bottom: 60px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-box{
	margin-top: 30px;
}
.form-box .form-li{
	width: 100%;
	margin-bottom: 20px;
}
.form-box .form-li .half{
	float: left;
	width: 47.8%;
	margin-right: 4.2%;
}
.form-box .form-li .half:nth-child(2n){
	margin-right: 0;
}
.form-box .form-li .input-li{
	width: 100%;
	padding: 0 20px;
	border-radius: 5px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-box .form-li .input-li input{
	width: 100%;
	
	height: 50px;
	line-height: 50px;
	background: none;
	outline: none;
	border: none;
	color: #333333;
	font-size: 16px;
}
.form-box .form-li .input-li input::-webkit-input-placeholder{
	color: #999999;
}
.form-box .form-li .input-li input:-moz-placeholder{
	color: #999999;
}
.form-box .form-li .input-li input::-moz-placeholder{
	color: #999999;
}
.form-box .form-li .input-li input:-ms-input-placeholder{
	color: #999999;
}
.form-box .form-li .select-li{
	width: 100%;
	border-radius: 5px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-box .form-li .btn-li{
	position: relative;
	width: 100%;
	background-color: #0e6eb8;
	border-radius: 5px;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-box .form-li .btn-li .txt{
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 68px;
	line-height: 68px;
	background-color: #0e6eb8;
}
/*
.form-box .form-li .btn-li input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
*/
.quoted-price .box .right{
	float: right;
	width: 48.3%;
	padding: 0 6%;
	padding-top: 60px;
	padding-bottom: 60px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF url(../image/img108.jpg) center no-repeat;
}
.quoted-price .box .right .imgbox{
	text-align: center;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}
.quoted-price .box .right .imgbox img{
	max-width: 100%;
}
.quoted-price .dropmenurel01{
	position:relative;
	display:block;
}
.quoted-price .dropmenurel01-tit{
	position: relative;
	border: none;
	color: #999999;
	font-size: 16px;
	width:100%;
	height: 56px;
	line-height: 56px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	background: #FFFFFF url(../image/img107.png) no-repeat center right 20px;
	cursor:pointer;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.quoted-price .dropmenurel01-options{
	display:none;
	position:absolute;
	left:0;
	z-index:110;
	border:1px solid #cdcdcd;
	background-color:#FFFFFF;
	height: auto !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.quoted-price .dropmenurel01-options li{
	cursor:pointer;
	padding: 10px 20px;
	font-size: 15px;
	color: #666666;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.quoted-price .dropmenurel01-options li:last-child{
	border-bottom:none;
}
.quoted-price .dropmenurel01-options li:hover{
	background-color:#eee;
}
.quoted-price .popup-close {
	text-align: center;
}
.quoted-price .popup-close img{
	width: 40px;
}
/*报价单*/
.quotation{
	padding: 100px 0px;
}
.quotation .box{
	margin-top: 50px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.quotation .box ul li{
	float: left;
	width: 31.3%;
	width: -moz-calc(94% / 3);
	width: -webkit-calc(94% / 3);
	width: calc(94% / 3);
	margin-right: 3%;
}
.quotation .box ul li:nth-child(3n){
	margin-right: 0;
}
.quotation .box img{
	max-width: 100%;
}
/**/
.consult-banner{
	padding: 85px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.consult-banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 352px;
    height: 430px;
    left: 50%;
    bottom: 0;
    margin-left: -700px;
    background: url(../image/consult-img-bg.png);
    background-size: 100% 100%;
}
.consult-banner.bg1{
	background-image: url(../image/img110.png);
}
.consult-banner.bg2{
	background-image: url(../image/img125.jpg);
}
.consult-banner.bg3{
	background-image: url(../image/img160.jpg);
}
.consult-banner .box{
	text-align: center;
}
.consult-banner .box .t1{
	color: #ffffff;
	font-size: 36px;
	padding-left: 130px;
	
}
.consult-banner.white .box .t1{
	color: #0e6eb8;
}
.consult-banner .box .t2{
	padding-left: 130px;
}
.consult-banner .box .t2 a, .t2021 a {
	margin-top: 25px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: #0e6eb8;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.consult-banner .box .t2 a:hover, .t2021 a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}
.consult-banner.white .box .t2 a{
	background-color: #0e6eb8;
	color: #FFFFFF;
}
/*企业空间量身定制*/
.customized{
	padding: 90px 0px;
}
.customized .content{
	margin-top: 50px;
}
.customized-box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.customized-box .swiper-slide{
	width: 1000px;
	opacity: 0.3;
}
.customized-box .swiper-slide-active{
	opacity: 1;
}
.customized-box .swiper-slide a{
	display: inline-block;
	width: 100%;
}
.customized-box .swiper-slide a>img{
	margin: 0 auto;
	width: 100%;
}
.customized-box .swiper-slide a .txt{
	opacity: 0;
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin-top: 28px;
}
.customized-box .swiper-slide-active a .txt{
	opacity: 1;
}
.customized-box .swiper-button-next, .customized-box .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
	background-position: center;
	background-repeat: no-repeat;
}
.customized-box .swiper-button-next, .customized-box.swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/img87.png);
	right: 18%;
	left: auto;
}
.customized-box .swiper-button-next:hover, .customized-box.swiper-container-rtl .swiper-button-prev:hover{
	background-image: url(../image/img88.png);
}
.customized-box .swiper-button-prev, .customized-box.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/img85.png);
	left: 18%;
	right: auto;
}
.customized-box .swiper-button-prev:hover, .customized-box.swiper-container-rtl .swiper-button-next:hover{
	background-image: url(../image/img86.png);
}
@media screen and (max-width: 1420px) {
	.consult-banner:after {
	    left: 10px;
	    margin-left: 0;
		width: 24.8vw;
		height: 30.28vw;
	}
	.consult-banner .box .t1{
		padding-left: 190px;
		
	}
	.consult-banner .box .t2{
		padding-left: 190px;
	}
}
@media screen and (max-width: 1024px) {
	.consult-banner:after {
		display: none;
	}
	.consult-banner .box .t1{
		padding-left: 0;
		
	}
	.consult-banner .box .t2{
		padding-left: 0;
	}
}
/*关于我们*/
.about{
	padding: 70px 0px 130px;
}
.about .box1{
	width: 100%;
	overflow: hidden;
}
.about .box1 .img{
	float: right;
	width: 50%;
	overflow: hidden;
}
.about .box1 .img img{
	max-width: 100%;
}
.about .box1 .txt{
	float: right;
	width: 50%;
	padding-right: 5%;
	margin-top: 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.about .box1 .txt .t1{
	color: #222222;
	font-size: 40px;
	margin-bottom: 30px;
}
.about .box1 .txt .t2{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.about .box2{
}
.about .box2 ul li{
	position: relative;
	float: left;
	width: 25%;
	text-align:center;
}
.about .box2 ul li .con{
	padding-left: 10.8%;
	display: inline-block;
}
.about .box2 ul li:nth-child(3){
	text-align: center;
}
.about .box2 ul li:nth-child(3) .con{
	padding-left: 0;
}
.about .box2 ul li:nth-child(4) .con{
	float: right;
	padding-right: 12.8%;
	padding-left: 0;
}
.about .box2 ul li .t1{
	color: #0e6eb8;
	font-size: 60px;
	font-family: "DIN-BOLD";
	margin-bottom: 30px;
}
.about .box2 ul li .t1 .add{
	display: inline-block;
	font-size: 40px;
}
.about .box2 ul li .t1 .unit{
	display: inline-block;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.about .box2 ul li .t1 .timer{
}
.about .box2 ul li .t2{
	color: #222222;
	font-size: 16px;
	line-height: 1.7;
}
/*合作伙伴*/
.partner{
	padding-bottom: 130px;
	background-image: url(../image/img118.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.partner .content{
	padding: 130px 0px 0px;
	background-image: url(../image/img119.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.partner .title{
	text-align: left;
}
.partner .title .t1{
	color: #fefefe;
	font-size: 34px;
	margin-bottom: 10px;
}
.partner .title .t2{
	color: #fefefe;
	font-size: 20px;
	font-weight: bold;
}
.partner .box{
	margin-top: 5.5%;
	background: #FFFFFF url(../image/img115.png) top right no-repeat;
	overflow: hidden;
	padding: 90px 0px 40px;
}
.partner .box ul{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.partner .box ul li{
	float: left;
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	background-color: #f5f6fb;
	padding: 1px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.partner .box .btndiv{
	max-width: 1200px;
	width: 100%;
	text-align:center;
	margin: 35px auto 0px;
}
.partner .box .btn{
	display: inline-block;
	padding-right: 20px;
	color: #999999;
	font-size: 14px;
	line-height: 2;
	cursor: pointer;
	background: url(../image/img116.png) center right no-repeat;
}
.partner .box .btn.on{
	background: url(../image/img117.png) center right no-repeat;
}
/*联系方式*/
.contact{
	padding: 130px 0px;
	background: url(../image/img120.png) bottom center no-repeat;
	background-size: 100% auto;
}
.contact .box{
	overflow: hidden;
}
.contact .box .imgbox{
	float: right;
	width: 50%;
	overflow: hidden;
}
.contact .box .txtbox{
	float: left;
	width: 50%;
	margin-top: 30px;
	padding-right: 5%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .box .txtbox .title{
	color: #222222;
	font-size: 40px;
	margin-bottom: 80px;
}
.contact .box .txtbox ul li{
	position: relative;
	padding-left: 36px;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.contact .box .txtbox ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	text-align: left;
}
.contact .box .txtbox ul li .icon img{
	max-width: 22px;
	height: 20px;
}
.contact .box .txtbox ul li .t1{
	float: left;
	width: 60px;
	text-align: left;
}
.contact .box .txtbox ul li .t2{
	float: left;
	width: 80%;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	text-align: left;
}
/*荣誉资质*/
.honor{
	padding: 110px 0;
}
.honor .box{
	margin-top: 60px;
}
.honor .box ul li{
	position: relative;
	z-index: 1;
	float: left;
	width: 24.4%;
	width: -moz-calc((100% - 30px) / 4);
	width: -webkit-calc((100% - 30px) / 4);
	width: calc((100% - 30px) / 4);
	/*width: 48%;
	width: -moz-calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);*/
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	background-color: #F5F7F9;
}
.honor .box ul li:nth-child(4n){
	margin-right: 0;
}
.honor .box ul li a{
	display: block;
	width: 100%;
}
.honor .box ul li .imgbox{
	position: relative;
	/*
	width: 230px;
	height: 350px;	
	width: 345px;*/
	width: 100%;
	/*height: 500px;
	line-height: 500px;*/
	margin: 20px auto 20px;
	padding: 0px 20px;
	text-align: center;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.honor .box ul li .imgbox img{
	width: 100%;
}
.honor .box ul li .txtbox{
	position: relative;
	z-index: 3;
	margin-right: 7%;
	margin-left: 7%;
	padding-right: 40px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.honor .box ul li .txtbox .txt{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.honor .box ul li .txtbox .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: url(../image/img161.png) center left no-repeat;
	background-size: 24px 24px;
}
.honor .box ul li .circle{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	/*
	width: 240px;
	height: 240px;
	width:360px;
	height:360px;*/
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.honor .box ul li .circle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 200px solid #E6E9F0;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.5);
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.5);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.honor .box ul li:hover .circle::after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
/*lightbox*/
.lb-nav a.lb-prev {
	width: 100px;
	float: left;
	margin-top: 0;
	background: url(../image/img86.png) center no-repeat;
	filter: alpha(Opacity=1);
	transform: none;
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 100px;
	padding-right: 0;
	float: right;
	background: url(../image/img88.png) center no-repeat;
	filter: alpha(Opacity=1);
	opacity: 1;
}
/*新闻*/
.news{
	padding: 60px 0px;
}
.news .box{
	overflow: hidden;
}
.news .content{
	margin-top: 50px;
}
.news .content ul{
	margin-bottom: 35px;
}
.news .content ul li{
	float: left;
	width: 31.43%;
	width: -moz-calc(94.3% / 3);
	width: -webkit-calc(94.3% / 3);
	width: calc(94.3% / 3);
	margin-right: 2.85%;
	margin-bottom: 2.85%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.news .content ul li:nth-child(3n){
	margin-right: 0;
}
.news .content ul li:hover{
	box-shadow: 0px 0px 25px rgba(0,0,0,.1);
}
.news .content ul li:hover .imgbox img, .news .box:hover .imgbox img{
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.news .box a, .news .content ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f5f7f9;
}
.news .box:hover a, .news .content ul li:hover a{
	background-color: #FFFFFF;
}
.news .imgbox{
	width: 100%;
	overflow: hidden;
}
.news .box .imgbox{
	float: left;
	width: 42.85%;
}
.news .imgbox .img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.news .imgbox:hover .img{
	transform: scale(1.1);
}
.news .imgbox .img img{
	width: 100%;
	opacity: 0;
}
.news .txtbox{
	padding: 8.1%;
	overflow: hidden;
}
.news .box .txtbox{
	float: left;
	width: 57.15%;
	padding: 0 5.3%;
	margin-top: 75px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news .txtbox .time{
	color: #bcc6d0;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 20px;
}
.news .time .date{
	color: #bcc6d0;
	font-size: 24px;
	margin-right: 5px;
}
.news .box .time{
	font-size: 16px;
	margin-bottom: 30px;
}
.news .box .time .date{
	font-size: 30px;
}
.news .t1{
	color: #222222;
	font-size: 24px;
	line-height: 1.5;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .t2{
	color: #999999;
	font-size: 14px;
	line-height: 2.2;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .box .t1{
	height: auto;
	font-size: 30px;
}
.news .more{
	color: #bcc6d0;
	font-size: 14px;
	margin-top: 30px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.news .box .more{
	margin-top: 50px;
}
.news ul li:hover .more, .news .box .more{
	color: #0e6eb8;
}
/*热门标签集合*/
.hot-tags{
	margin-top: 50px;
}
.hot-tags .title{
	font-weight: bold;
	color: #444444;
	font-size: 18px;
	line-height: 2.4;
	border-bottom: #eeeeee solid 1px;
}
.hot-tags ul{
	margin-top: 20px
}
.hot-tags ul li{
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.hot-tags ul li a{
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #666666;
	font-size: 16px;
	background-color: #f9f9f9;
}
.hot-tags ul li:hover a{
	color: #FFFFFF;
	background-color: #0e6eb8;
}
.new-list{
	padding: 35px 0px 70px;
}
.new-list .list-box{
}
.new-list .box{
	padding-bottom: 110px;
	overflow: hidden;
}
.new-list .box .left{
	float: left;
	width: 73.57%;
	padding-right: 6.4%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-list .box .left ul li{
	overflow: hidden;
}
.new-list .box .left ul li a{
	display: block;
	width: 100%;
	padding: 25px 0px;
	overflow: hidden;
}
.new-list .box .left ul li .imgbox{
	float: left;
	width: 260px;
	overflow: hidden;
}
.new-list .box .left ul li .imgbox img{
	width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.new-list .box .left ul li:hover .imgbox img{
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.new-list .box .left ul li .txtbox{
	float: left;
	display: inline-block;
	width: -moz-calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	padding-left: 4.2%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-list .box .left ul li .txtbox .t1{
	color: #222222;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-list .box .left ul li:hover .txtbox .t1{
	color: #0e6eb8;
}
.new-list .box .left ul li .txtbox .t2{
	color: #999999;
	font-size: 14px;
	line-height: 2.28;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-list .box .left ul li .txtbox .t3{
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 20px;
}
.new-list .box .right{
	float: left;
	max-width: 332px;
	width: 26.43%;
	border: #eeeeee solid 1px;
	padding: 2.85%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-list .box .right .title{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: #EEEEEE solid 1px;
}
.reading{
	margin-top: 15px;
}
.reading li{
	width: 100%;
	margin-bottom: 25px;
}
.reading li a{
	display: block;
	width: 100%;
}
.reading li .t1{
	color: #999999;
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.reading li:hover .t1{
	color: #0e6eb8;
}
.reading .t2{
	color: #999999;
	font-size: 14px;
	font-family: arial;
}
/*新闻详情*/
.page-newdetails{
	background-color: #f1f2f4;
}
.new-details{
	padding: 40px 0px 90px;
}
.new-details .box{
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.new-details .box .left{
	float: left;
	width: 72%;
}
.new-details .box .left .content{
	padding: 5% 8% 5% 7%;
	margin-bottom: 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.new-details .box .left .title{
	padding-bottom: 35px;
	border-bottom: #eeeeee solid 1px;
}
.new-details .box .left .title .t1{
	color: #222222;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 15px;
}
.new-details .box .left .title .t2{
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}
.new-details .box .left .title .t2 .sp{
	display: inline-block;
	margin-right: 80px;
}
.new-details .box .left .title .t2 .sp:last-child{
	margin-right: 0;
}
.new-details .box .left .details{
	padding-bottom: 25px;
	border-bottom: #eeeeee solid 1px;
}
.new-details .box .left .txtbox{
	padding: 20px 0px 30px;
	color: #444444;
	font-size: 16px;
	line-height: 2;
}
.new-details .box .left .new-share{
	padding: 20px 0px;
}
.new-details .box .left .new-share .txt{
	float: left;
	font-size: 14px;
	color: #999999;
}
.new-details .box .left .new-share ul{
	float: left;
}
.new-details .box .left .new-share ul li{
	float: left;
	margin-right: 15px;
}
.new-details .box .left .other{
	padding-top: 16px;
}
.new-details .box .left .other .tit{
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}
.new-details .box .left .other ul{
	overflow: hidden;
}
.new-details .box .left .other ul li{
	float: left;
	margin-right: 20px;
}
.new-details .box .left .other ul li a{
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.new-details .box .left .other ul li:hover a{
	color: #FFFFFF;
	background-color: #0e6eb8;
}
.new-details .box .right{
	float: right;
	width: 25%;
	overflow: hidden;
}
.new-details .box .right .title{
	color: #222222;
	font-size: 18px;
	padding-bottom: 15px;
}
.more-reading, .excellent-cases{
	width: 100%;
	padding: 12%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.excellent-cases{
	padding: 12% 12% 0;
}
.excellent-cases ul li{
	padding: 30px 0px 0px;
	border-bottom: #EEEEEE solid 1px;
}
.excellent-cases ul li:first-child{
	padding-top: 20px;
}
.excellent-cases ul li:last-child{
	border-bottom: none;
	margin-bottom: 10px;
}
.prevnext{
	padding: 2.1% 4.2%;
	margin-top: 30px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}
.prevnext .prev{
	float: left;
	width: 33.7%;
	overflow: hidden;
}
.prevnext .next{
	float: right;
	width: 33.7%;
	overflow: hidden;
}
.prevnext .next a, .prevnext .prev a{
	display: inline-block;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prevnext .next a:hover, .prevnext .prev a:hover{
	color: #0e6eb8;
}
.prevnext .return{
	display: inline-block;
	overflow: hidden;
	padding: 0px 40px;
	margin: 0px 40px;
	border-left: #eeeeee solid 1px;
	border-right: #eeeeee solid 1px;
}
.prevnext .return a{
	padding-left: 23px;
	background: url(../image/img148.png) bottom 2px left no-repeat;
	background-size: 13px 13px;
	color: #666666;
	font-size: 14px;
}
.prevnext .return a:hover{
	background: url(../image/img149.png) bottom 2px left no-repeat;
	background-size: 13px 13px;
	color: #0e6eb8;
}

/*业务流程*/
.whole-process{
	padding-bottom: 100px;
	background-image: url(../image/img150.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.process-box{
	margin-top: 60px;
}
.process-box .title{
	text-align: center;
}
.process-box .title .t1{
	color: #000000;
	font-size: 30px;
}
.process-box .box{
	margin-top: 40px;
}
.process-box .switch-menu{
}
.process-box .switch-menu ul{
	text-align: center;
}
.process-box .switch-menu ul li{
	display: inline-block;
	margin-right: 45px;
	padding-bottom: 30px;
	cursor: pointer;
}
.process-box .switch-menu ul li.on{
	position: relative;	
}
.process-box .switch-menu ul li span{
	display: inline-block;
	min-width: 160px;
	padding: 0px 15px;
	height: 60px;
	line-height: 60px;
	border: #0e6eb8 solid 1px;
	border-radius: 10px;
	color: #222222;
	font-size: 16px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.process-box .switch-menu ul li.on span{
	color: #ffffff;
	font-weight: bold;
	background-color: #0e6eb8;
}
.process-box .switch-menu ul li.on i{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: 0 auto;
	width: 20px;
	height: 10px;
	background: url(../image/img151.png) center no-repeat;
	background-size: 20px 10px;
}
.process-box .switch-menu ul li:last-child{
	margin-right: 0;
}
.process-box .switch-box{
	padding: 0 1.8%;
	overflow: hidden;
}
.process-box .switch-box .switch-li{
	display: none;
	background-color: #FFFFFF;
	border: #0e6eb8 solid 1px;
	overflow: hidden;
}
.process-box .switch-box .switch-li.on{
	display: block;
}
.process-box .switch-box .switch-li .imgbox{
	padding: 2.2%;
	text-align: center;
	overflow: hidden;
}
.process-box .switch-box .switch-li .imgbox .img1{
	display: inline-block;
}
.process-box .switch-box .switch-li .imgbox .img2{
	display: none;
}
.process-box .switch-box .switch-li .imgbox img{
	max-width: 100%;
}
/*2020.8.31*/
.procedure{
	padding: 2.2%;
	text-align: center;
	overflow: hidden;
}
.procedure ul{
}
.procedure ul li{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}

.procedure ul li i{
	position: absolute;
	right: -11px;
	top: 45px;
	width: 23px;
	height: 23px;
}
.procedure ul li:nth-child(4) i{
	right: 46.5%;
	top: auto;
	bottom: -36px;
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.procedure ul li:nth-child(5), .procedure ul li:nth-child(6), .procedure ul li:nth-child(7), .procedure ul li:nth-child(8){
	float: right;
}
/*2020.9.2*/
@media screen and (min-width: 1025px){
	.procedure.six ul li{
		width: 16.66%;
	}
	.procedure.six ul li:nth-child(5), .procedure.six ul li:nth-child(6){
		float: left;
	}
	.procedure.six ul li:nth-child(7), .procedure.six ul li:nth-child(8), .procedure.six ul li:nth-child(9), .procedure.six ul li:nth-child(10), .procedure.six ul li:nth-child(11), .procedure.six ul li:nth-child(12){
		float: right;
	}
	.procedure.six ul li:nth-child(4) i{
		right: -11px;
		top: 45px;
		width: 23px;
		height: 23px;
		transform: none;
	}
	.procedure.six ul li:nth-child(6) i{
		right: 46.5%;
		top: auto;
		bottom: -36px;
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.procedure.six ul li:nth-child(7) i{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.procedure.six ul li:nth-child(4n) i{
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.procedure.six ul li:nth-child(5) i{
		display: none;
	}
	.procedure.six ul li:nth-child(6) i{
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.procedure.six ul li:nth-child(8) i{
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.procedure.six ul li:nth-child(9) i{
		right: 45%;
		top: -36px;
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.procedure.six ul li:nth-child(10) i, .procedure.six ul li:nth-child(11) i{
		right: auto;
		left: -11px;
		top: 45px;
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
.procedure ul li .icon{
	width: 108px;
	height: 108px;
	border: #0e6eb8 solid 1px;
	border-radius: 50%;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.procedure ul li .icon .img{
	background-color: #0e6eb8;
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.procedure ul li .icon .img img{
	max-width: 36px;
	max-height: 32px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.procedure ul li:hover .icon .img img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.procedure ul li .text{
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
.procedure ul li .text .t1{
	color: #222222;
	font-size: 22px;
}
.procedure ul li .text .t2{
	font-family: arial;
	color: #afd2ed;
	font-size: 24px;
	margin-top: 10px;
}
/**/
.view-cases{
	padding: 85px 0px;
}
.view-cases .title{
	text-align: center;
}
.view-cases .title .t1{
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.view-cases .box{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.view-cases .box .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 50px;
}
.view-cases .box .content .view-li{
	margin: 20px 10px;
	box-shadow: 4px 4px 30px rgba(0,0,0,.06);
}
.view-cases .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	opacity: 1;
}
.view-cases .swiper-pagination-bullet-active {
	background: #0e6eb8;
}
.view-cases .swiper-container-horizontal>.swiper-pagination-bullets, .view-cases .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.view-cases .swiper-button-next, .view-cases .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 11px;
	height: 22px;
	margin-top: -11px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 11px 22px;
	-webkit-background-size: 11px 22px;
	background-size: 11px 22px;
	background-position: center;
	background-repeat: no-repeat;
}
.view-cases  .swiper-button-next, .view-cases .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/img155.png);
	right: 3%;
	left: auto;
}
.view-cases .swiper-button-prev, .view-cases .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/img153.png);
	left: 3%;
	right: auto;
}
.view-cases  .swiper-button-next:hover, .view-cases .swiper-container-rtl .swiper-button-prev:hover{
	background-image: url(../image/img156.png);
}
.view-cases .swiper-button-prev:hover, .view-cases .swiper-container-rtl .swiper-button-next:hover{
	background-image: url(../image/img154.png);
}
/*.swiper-button-next.swiper-button-disabled{
	background-image: url(../image/img155.png);
}
.swiper-button-prev.swiper-button-disabled{
	background-image: url(../image/img153.png);
	}*/
	/*招贤纳士*/
	.recruit{
		padding: 120px 0px;
	}
	.recruit .box{
		margin-top: 60px;
	}
	.recruit .box ul li{
		width: 100%;
		border-top: #eeeeee solid 1px;
		border-left: #eeeeee solid 1px;
		border-right: #eeeeee solid 1px;
		overflow: hidden;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.recruit .box ul li:last-child{
		border-bottom: #eeeeee solid 1px;
	}
	.recruit .box ul li.on{
		border-bottom: none;
	}
	.recruit .box ul li .top{
		overflow: hidden;
	}
	.recruit .box ul li .job-title{
		float: left;
		width: 21.4%;
		color: #222222;
		font-size: 20px;
		line-height: 165px;
	/*text-align: left;
	padding-left: 7.5%;*/
	text-align: center;
	border-right: #eeeeee solid 1px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .box ul li.on .job-title, .recruit .box ul li:hover .job-title{
	color: #0e6eb8;
}
.recruit .box ul li .introduce{
	float: left;
	width: 64.3%;
	margin-top: 45px;
	padding: 0 4.6%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .box ul li .introduce .sp{
	float: left;
	width: 33.33%;
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	padding-right: 3%;
	margin: 8px auto;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .box ul li .introduce .sp:nth-child(3n){
	padding-right: 0;
}
.recruit .box ul li .operate{
	float: left;
	width: 14.3%;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.recruit .box ul li .operate span{
	display: inline-block;
	width: 70px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	color: #666666;
	font-size: 14px;
	background-color: #eeeeee;
	cursor: pointer;
}
.recruit .box ul li.on .operate span, .recruit .box ul li:hover .operate span{
	color: #FFFFFF;
	background-color: #0e6eb8;
}
.recruit .box ul li .details{
	display: none;
	color: #666666;
	font-size: 14px;
	line-height: 2.5;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 7.5%;
	padding-right: 7.5%;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;
}
.recruit .box ul li .details .tips{
	display: inline-block;
	margin-top: 30px;
	padding: 12px 40px;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
	background: #0e6eb8;
	min-width: 400px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 1680px){
	.combination .box, .view-cases .box{
		padding-left: 5%;
		padding-right: 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/**/
	.scheme-quotation .title .t1{
		font-size: 18px;
	}
	.scheme-quotation .box .person img{
		width: 145px;
		height: auto;
	}
	.scheme-quotation .box .obtain .t1{
		font-size: 18px;
	}
	.scheme-quotation .box .obtain{	
		padding: 2% 0 0 2.5%;
	}
	.scheme-quotation .box .content .information .inli{
		margin-top: 2.8%;
		margin-bottom: 2.8%;
	}
	.scheme-quotation .box .content .information .btnli{
		margin-top: 2.8%;
	}
	.scheme-quotation .phone-div .txt {
		padding: 7% 0;
	}
	.scheme-quotation .phone-div .icon img{
		width: 50px;
		height: auto;
	}
	/*index 数字滚动*/
	.numbers ul li{
		padding: 40px 0px;
	}
	.numbers ul li .t1{
		font-size: 54px;
	}
	/*办公室装修项目效果图*/
	.decoration-drawing{
		padding: 90px 0px;
	}
	/*我们的优势*/
	.combination{
		padding: 90px 0px;
	}
	.i-advantage .details ul li .middle{
		width: 80px;
		height: 80px;
	}
	.i-advantage .details ul li .middle .text{
		margin-top: 16px;
	}
	/*合作伙伴*/
	.i-partner{
		padding: 90px 0px 70px;
	}
	.i-partner .partner-con{
		padding-left: 50px;
		padding-right: 50px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*新闻*/
	.i-newsdiv{
		margin-top: 60px;
	}
	.i-news .box{
		padding: 90px 0px 110px;
	}
	.i-news .box .content{
		padding-left: 50px;
		padding-right: 50px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*方案报价*/
	.customized-box .swiper-button-prev, .customized-box.swiper-container-rtl .swiper-button-next{
		left: 12%;
	}
	.customized-box .swiper-button-next, .customized-box.swiper-container-rtl .swiper-button-prev{
		right: 12%;
	}
}
@media screen and (max-width: 1440px){
	.conwidth{
		padding-left: 5%;
		padding-right: 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*header*/
	.header .nav ul li{
		margin-right: 20px;
	}
	/**/
	.scheme-quotation .title .t1{
		font-size: 16px;
	}
	.scheme-quotation .box .person img{
		width: 130px;
		height: auto;
	}
	.scheme-quotation .box .obtain .t1{
		font-size: 16px;
	}
	.scheme-quotation .box .content .information .inli{
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.scheme-quotation .box .content .information .btnli{
		margin-top: 2%;
	}
	.scheme-quotation .phone-div .txt .t1{
		font-size: 14px;
	}
	.scheme-quotation .phone-div .txt .t2{
		font-size: 20px;
	}
	.scheme-quotation .phone-div .icon img{
		width: 45px;
	}
	.scheme-quotation .box .content .information input{
		height: 45px;
		line-height: 45px;
	}
	.scheme-quotation .box .content .information .btnli{
		height: 45px;
		line-height: 45px;
	}
	.scheme-quotation .box .content .information .btnli input{
		font-size: 15px;
	}
	/*banner*/
	.obanner .bannerzi .box1{
		min-height: 1px;
	}
	.i-bannerzi .t1{
		font-size: 42px;
	}
	.i-bannerzi .t2{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t1{
		/*font-size: 36px;*/
		margin-bottom: 20px;
	}

	/*index 数字滚动*/
	.numbers ul li{
		padding: 35px 0px;
	}
	.numbers ul li .t1{
		font-size: 48px;
	}
	/*办公室装修项目效果图*/
	.decoration-drawing{
		padding: 70px 0px;
	}
	/*我们的优势*/
	.combination{
		padding: 70px 0px;
	}
	.i-advantage .details ul li .middle{
		width: 70px;
		height: 70px;
	}
	.i-advantage .details ul li .middle .text{
		margin-top: 10px;
	}
	/**/
	.i-cooperation .box{
		padding: 80px 0;
	}
	/*合作伙伴*/
	.i-partner{
		padding: 70px 0px 50px;
	}
	/*新闻*/
	.i-newsdiv{
		margin-top: 60px;
	}
	.i-news .box{
		padding: 70px 0px 90px;
	}
	/* 业务流程 */
	.view-cases .swiper-button-next, .view-cases .swiper-container-rtl .swiper-button-prev{
		right: 1%;
	}
	.view-cases .swiper-button-prev, .view-cases .swiper-container-rtl .swiper-button-next{
		left: 1%;
	}
	/*装修攻略*/
	.news .box .txtbox{
		margin-top: 40px;
	}
	/*关于我们*/
	.about .box1 .txt{
		margin-top: 0px;
	}
	/*方案报价*/
	.customized-box .swiper-button-prev, .customized-box.swiper-container-rtl .swiper-button-next{
		left: 9%;
	}
	.customized-box .swiper-button-next, .customized-box.swiper-container-rtl .swiper-button-prev{
		right: 9%;
	}
	/*荣誉资质*/
	/*.honor .box ul li .imgbox{
		height: 400px;
		line-height: 400px;
		}*/
	}
	@media screen and (max-width: 1280px){
		.conwidth, .combination .box, .view-cases .box{
			padding-left: 8%;
			padding-right: 8%;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.partner .box .btndiv{
			padding-left: 3%;
		}
		/*荣誉资质*/
	/*.honor .box ul li .imgbox{
		height: 360px;
		line-height: 360px;
		}*/
	}
	@media screen and (max-width: 1024px){
		.conwidth{
			padding-left: 3%;
			padding-right: 3%;
		}
		.combination .box, .view-cases .box{
			padding-left: 3%;
			padding-right: 3%;
		}
		.new-details .box .left .new-share{
			display:none;
		}
		/*header*/
		.header-top{
			float: left;
		}
		.header .logo-zi{
			display: none;
		}
		.header .phone{
			display: none;
		}
		.header-other .search{
			display: none;
		}
		.header .nav{
			display:none;
		}
		.header .menubtn{
			display: block;
		}
		.header-other .taximeter span{
			margin-top: 20px;
			margin-right: 15px;
			height: 30px;
			line-height: 30px;
		}
		.header .logo-img{
			line-height: 70px;
		}
		.header .logo-img img{
			max-height: 40px;
		}
		.header .m-nav ul li>a, .one-level{
			line-height: 3;
		}
		/*方案报价、计价器弹窗*/
		.maskbg .box{
			width: 100%;
			padding: 0 5%;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		/**/
		.scheme-quotation{
			display: none;
		}
		/*footer*/
		.footer .title{
			margin-bottom: 10px;
		}
		.footer-contact ul{
			padding-top: 10px
		}
		.footer-contact ul li{
			margin-bottom: 15px;
		}
		.footer-top{
			padding: 50px 0px 10px;
		}
		.footer-item .box .other{
			margin-top: 20px;
		}
		.footer-item{
			width: 100%;
			padding-right: 0;
		}
		.footer-item.info{
			display: none;
		}
		.footer-item::before{
			display: none;
		}
		.footer-item .box .share{
			display: none;
		}
		.information-sharing, .footer-contact{
			padding-left: 0;
			margin-top: 5%;
		}
		.footer .copyright{
			margin-top: 20px;
		}
		.footer .copyright .left, .footer .copyright .right{
			float: none;
			width: 100%;
		}
		.footer .copyright .right{
			margin-top: 15px;
		}
		.links{
			margin-top: 15px;
		}
		.links .box{
			display: none;
		}
		/*侧边栏*/
		.sidebar ul li .t1{
			font-size: 15px;
		}
		/*banner*/
		.oimg1{
			display: none;
		}
		.oimg2{
		    display: block;
		    height: 68.77vw !important;
		    object-fit: cover;
		}
		.i-bannerzi .t1{
			font-size: 36px;
		}
		.i-bannerzi .t2{
			font-size: 24px;
		}
		.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
			width: 50px;
			height: 50px;
			-moz-background-size: 50px 50px;
			-webkit-background-size: 50px 50px;
			background-size: 50px 50px;
		}
		.obanner .bannerzi .box .t1{
			font-size: 32px;
			margin-bottom: 15px;
		}
		.obanner .bannerzi .box .t2{
			font-size: 20px;
		}
		/*标题*/
		.i-title .t1{
			font-size: 32px;
		}
		.i-title .t1_subtitle {
			font-size: 14.4px;
		}
		.i-title .t2{
			margin-top: 15px;
		}
		.i-title .t3{
			font-size: 18px;
			margin-top: 15px;
		}
		.i-title .t4{
			margin-top: 15px;
		}
		/*index 数字滚动*/
		.numbers ul li{
			padding: 30px 0px;
		}
		.numbers ul li .t1{
			font-size: 42px;
		}
		.numbers ul li .t2{
			font-size: 15px;
		}
		.numbers ul li .t1 .sp1{
			font-size: 15px;
		}
		.numbers ul li .t1 .sp2{
			font-size: 34px;
		}
		/*办公室装修项目效果图*/
		.decoration-drawing{
			padding: 50px 0px;
		}
		.decoration-drawing .box{
			margin-top: 40px;
			margin-bottom: 30px;
		}
		.decoration-drawing .boxli{
			margin-bottom: 15px;
		}
		.decoration-drawing .box .half1{
			margin-right: 15px;
		}
		.decoration-drawing .box .fl ul li{
			width: -moz-calc((100% - 15px) / 2);
			width: -webkit-calc((100% - 15px) / 2);
			width: calc((100% - 15px) / 2);
			margin-right: 15px;
		}
		.decoration-drawing .box .txtbox{
			bottom: 15px;
		}
		.decoration-drawing .box .txt{
			width: 100%;
		}
		.decoration-drawing .box .txt .t1{
			font-size: 15px;
			margin-bottom: 2px;
		}
		.decoration-drawing .box .icon{
			display: none;
		}
		/**/
		.i-cooperation .box{
			padding: 70px 0px;
		}
		.i-cooperation .box .content .t1{
			font-size: 32px;
		}
		.i-cooperation .box .content .t2{
			font-size: 32px;
			margin-top: 10px;
		}
		/*我们的优势*/
		.combination{
			padding: 50px 0px;
		}
		.combination .i-processbg{
			top: auto;
			bottom: 0;
			width: 100%;
			height: 50%;
		}
		.i-advantage{
			width: 100%;
			padding-right: 0;
		}
		.i-advantage .details .title{
			line-height: 80px;
		}
		.i-advantage .details ul li .txtbox{
			height: 80px;
		}
		.i-advantage .details ul li .middle .text{
			font-size: 16px;
			margin-top: 15px;
		}
		.i-advantage .swiper-pagination-bullet{
			width: 10px;
			height: 10px;
		}
		/*业务流程*/
		.i-process{
			width: 100%;
			padding-left: 0;
			margin-top: 25px;
			padding-top: 50px;
			background-color: #f9f9f9;
		}
		/*合作伙伴*/
		.i-partner{
			padding: 50px 0px;
		}
		.i-partner .box{
			margin-top: 40px;
		}
		.i-partner .content{
			padding-bottom: 50px;
		}
		.partner-img{
			line-height: 115px;
		}
	/*.i-partner .swiper-pagination-bullet{
		display: inline-block !important;	
		width: 10px;
		height: 10px;
		}*/
		.i-partner .swiper-button-next, .i-partner .swiper-button-prev{
			top: 47%;
		}
		/*首页新闻*/
		.i-news .box{
			padding: 50px 0px 70px;
		}
		.i-newsdiv{
			margin-top: 40px;
		}
		.new-box .time{
			margin-bottom: 20px;
		}
		.new-box .time .date{
			font-size: 32px;
		}
		.new-box .txtbox{
			margin-top: 20px;
		}
		.new-box .txtbox .t1{
			font-size: 18px;
			min-height: 54px;
		}
		.new-box .txtbox .t2 {
			padding-top: 24px;
			font-size: 14px;
		}
		.new-box .txtbox .more{
			margin-top: 30px;
		}
		/*分页*/
		.page-list a{
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			margin-right: 15px;
		}
		/*当前位置*/
		.current .position{
			padding: 18px 0px;
		}
		.current .return{
			padding: 18px 0px;
		}
		/*案例*/
		.cases{
			padding-bottom: 60px;
		}
		.case-box .txtbox{
			padding: 20px;
		}
		.case-box .txtbox .t1{
			margin-bottom: 15px;
		}
		.case-box .txtbox .t2{
			font-size: 16px;
		}
		/*案例详情*/
		.case-details{
			padding-top: 20px;
		}
		.case-details .box{
			padding-bottom: 70px;
		}
		.case-details .box .other{
			padding: 25px 15px;
		}
		.case-content{
			padding: 50px 0px;
		}
		.case-details .box .other .btn{
			font-size: 15px;
		}
		.case-details .box .other .left .tag-li{
			font-size: 15px;
		}
		.preview .swiper-slide .tips{
			font-size: 16px;
		}
		/* 业务流程 */
		.whole-process{
			padding-bottom: 60px;
		}
		.process-box{
			margin-top: 50px;
		}
		.process-box .title .t1{
			font-size: 28px;
		}
		.switch-menu ul{
			width: 100%;
			overflow-x: scroll;
			overflow-y: hidden;
			white-space: nowrap;
		}
		.switch-menu ul::-webkit-scrollbar{
			width:0px;
			height:0px;
		}
		.switch-menu ul::-webkit-scrollbar-button{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar-track{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar-track-piece{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar-thumb{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar-corner{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar-resizer{
			background-color:rgba(0,0,0,0);
		}
		.switch-menu ul::-webkit-scrollbar{
			width:0px;
			height:0px;
		}
		.process-box .switch-menu ul li{
			margin-right: 30px;
			height: 50px;
		}
		.process-box .switch-menu ul li span{
			height: 50px;
			line-height: 50px;
		}
		.view-cases{
			padding: 50px 0px;
		}
		.view-cases .title .t1{
			font-size: 28px;
		}
		.view-cases .box .content{
			padding-bottom: 40px;
			width: 96.4%;
			margin: 30px auto 0px;
		}
		.view-cases .box .content .view-li{
			margin: 0;
		}
		/*2020.8.31*/
		.procedure ul li:nth-child(4) i{
			right: 45%;
		}
		.procedure ul li .icon{
			width: 88px;
			height: 88px;
			padding: 8px;
		}
		.procedure ul li .icon .img{
			height: 71px;
			line-height: 71px;
		}
		.procedure ul li .icon .img img{
			max-width: 30px;
			max-height: 26px;
		}
		.procedure ul li .text .t1{
			font-size: 18px;
		}
		.procedure ul li .text .t2{
			font-size: 20px;
		}
		/* 立即体验一站式商业办公空间解决方案 */
		.consult-banner{
			padding: 60px 0px;
		}
		.consult-banner .box .t1{
			font-size: 32px;
		}
		.consult-banner .box .t2 a, .t2021 a{
			width: auto;
			min-width: 180px;
			height: 50px;
			line-height: 50px;
			font-size: 16px;
		}
		/* 方案报价 */
		.quoted-price .box{
			margin-top: 40px;
		}
		.quoted-price .box .content{
			/* padding: 40px 0px; */
		}
		.quoted-price .box .title{
			font-size: 26px;
		}
		.quoted-price .box .left {
			padding: 4%;
		}
		.form-box .form-li .input-li{
			height: 50px;
		}
		.form-box .form-li .input-li input{
			height: 50px;
			line-height: 50px;
		}
		.quoted-price .dropmenurel01-tit{
			height: 48px;
			line-height: 48px;
		}
		.form-box .form-li .btn-li .txt{
			height: 60px;
			line-height: 60px;
		}
		.quotation{
			padding: 60px 0px;
		}
		.quotation .box{
			margin-top: 40px;
		}
		.quotation .box ul li{
			width: 32%;
			margin-right: 2%;
		}
		.quoted-price .box .right {
			padding: 4%;
		}
		.quotation .box ul li:nth-child(3n){
			margin-right: 0;
		}
		.customized{
			padding: 50px 0px;
		}
		.customized .content{
			margin-top: 40px;
		}
		.customized-box .swiper-button-next, .customized-box.swiper-container-rtl .swiper-button-prev{
			right: 3%;
		}
		.customized-box .swiper-button-prev, .customized-box.swiper-container-rtl .swiper-button-next{
			left: 3%;
		}
		.customized-box .swiper-slide a .txt{
			font-size: 18px;
			margin-top: 20px;
		}
		/*装修攻略*/
	/*.o-menu ul{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.o-menu ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.o-menu ul::-webkit-scrollbar-button{
		background-color:rgba(0,0,0,0);
	}
	.o-menu ul::-webkit-scrollbar-track{
		background-color:rgba(0,0,0,0);
	}
	.switch-menuswitch-menu ul::-webkit-scrollbar-track-piece{
		background-color:rgba(0,0,0,0);
	}
	.o-menu ul::-webkit-scrollbar-thumb{
		background-color:rgba(0,0,0,0);
	}
	.o-menu ul::-webkit-scrollbar-corner{
		background-color:rgba(0,0,0,0);
	}
	.o-menu ul::-webkit-scrollbar-resizer{
		background-color:rgba(0,0,0,0);
	}
	.o-menu ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.o-menu ul li, .new-menu.o-menu ul li{
		float: none;
		display: inline-block;
	}
	.new-menu.o-menu ul li{
		width: 25%;
		}*/
		.new-menu.o-menu ul li{
			max-width: 33.33%
		}
		.o-menu ul li a{
			padding: 25px 0px;
		}
		.o-menu ul li .txt{
			font-size: 16px;
		}
		.news{
			padding: 50px 0px;
		}
		.news .box .txtbox{
			margin-top: 20px;
			padding: 0 3.5%;
		}
		.news .content{
			margin-top: 40px;
		}
		.news .content ul{
			margin-bottom: 25px;
		}
		.news .txtbox .time{
			margin-bottom: 10px;
		}
		.news .box .time{
			margin-bottom: 15px;
		}
		.news .box .time .date{
			font-size: 24px;
		}
		.news .txtbox{
			padding: 8% 6%;
		}
		.news .t1{
			font-size: 18px;
			height: 54px;
		}
		.news .box .t1{
			font-size: 24px;
		}
		.news .t2{
			margin-top: 10px;
		}
		.news .more{
			margin-top: 15px;
		}
		.news .box .more{
			margin-top: 20px;
		}
		.new-list{
			padding: 0px 0px 50px;
		}
		.new-list .box{
			padding-bottom: 50px;
		}
		.new-list .box .left{
			padding-right: 5%;
		}
		.new-list .box .left ul li a{
			padding: 15px 0px;
		}
		.new-list .box .left ul li .txtbox .t1{
			font-size: 18px;
			margin-bottom: 15px;
			margin-top: 20px;
		}
		.new-list .box .left ul li .txtbox .t3{
			margin-top: 15px;
		}
		.new-list .box .right{
			padding: 2.4%;
		}
		.reading li{
			margin-bottom: 20px;
		}
		.reading li .t1{
			font-size: 15px;
		}
		/*新闻详情*/
		.new-details{
			padding: 30px 0px 50px;
		}
		.new-details .box .left .content{
			padding: 5%;
		}
		.new-details .box .left .title{
			padding-bottom: 20px;
		}
		.new-details .box .left .title .t1{
			font-size: 28px;
		}
		.new-details .box .left .title .t2 .sp{
			margin-right: 40px;
		}
		.new-details .box .left .txtbox{
			font-size: 15px;
		}
		.prevnext .return{
			padding: 0px 20px;
			margin: 0px 20px;
		}
		.new-details .box .right{
			width: 26%;
		}
		.more-reading, .excellent-cases{
			padding: 9%;
		}
		.new-details .box .right .title{
			padding-bottom: 0;
		}
		/*关于我们*/
		.about{
			padding: 50px 0px 70px;
		}
		.about .box1 .txt{
			margin-top: 30px;
		}
		.about .box1 .txt .t1{
			font-size: 32px;
			margin-bottom: 20px;
		}
		.about .box1 .txt .t2{
			font-size: 15px;
		}
		.about .box2 ul li .con{
			padding-left: 10%;
		}
		.about .box2 ul li .t1{
			font-size: 48px;
			margin-bottom: 15px;
		}
		.about .box2 ul li .t1 .add{
			font-size: 36px;
		}
		.about .box2 ul li .t1 .unit{
			font-size: 15px;
		}
		/*合作伙伴*/
		.partner{
			padding-bottom: 70px;
		}
		.partner .content{
			padding-top: 50px;
		}
		.partner .title .t1{
			font-size: 30px;
		}
		.partner .title .t2{
			font-size: 18px;
		}
		.partner .box{
			margin-top: 3%;
			padding: 3%;
		}
		.partner .box ul li{
			width: 25%;
		}
		.partner .box .btndiv{
			text-align: center;
			margin-top: 25px;
		}
		/*联系方式*/
		.contact{
			padding: 50px 0px;
		}
		.contact .box .txtbox{
			padding-right: 4%;
		}
		.contact .box .txtbox .title{
			font-size: 32px;
			margin-bottom: 40px;
		}
		.contact .box .txtbox ul li{
			font-size: 15px;
		}
		/*发展历程*/
		.history{
			padding: 60px 0px 70px;
		}
		.history .box .line{
			left: 90px;
		}
		.history .box .boxli .time{
			width: 15%;
		}
		.history .box .boxli .time .years{
			margin-right: 18px;
			font-size: 26px;
		}
		.history .box .boxli .details{
			width: 85%;
		}
		.history .box .boxli .details .txtbox{
			width: 72.3%;
			margin-left: 4%;
			max-height: 178px;
		}
		.history .box .boxli .details .txtbox li{
			font-size: 15px;
		}
		/*荣誉资质*/
		.honor{
			padding: 60px 0px;
		}
		.honor .box{
			margin-top: 40px;
		}
		.honor .box ul li{
		/*
		width: 32.8%;
		width: -moz-calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
		width: calc((100% - 20px) / 3);
		*/
		width: 48%;
		width: -moz-calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
	}
	.honor .box ul li:nth-child(4n){
		margin-right: 10px;
	}
	.honor .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*.honor .box ul li .imgbox{
		height: 300px;
		line-height: 300px;
		}*/
		.honor .box ul li .circle{
			display: none;
		}
		/*招贤纳士*/
		.recruit{
			padding: 60px 0px;
		}
		.recruit .box{
			margin-top: 40px;
		}
		.recruit .box ul li .top{
			display: flex;
			align-items: center;
		}
		.recruit .box ul li .job-title{
			font-size: 18px;
			line-height: inherit;
		}
		.recruit .box ul li .introduce{
			margin-top: 0;
			padding: 4%;
		}
		.recruit .box ul li .operate{
			margin-top: 0;
		}
		.recruit .box ul li .details{
			padding: 4% 5%;
		}
		/*搜索*/
		.search-div{
			padding: 60px 0px;
		}
		.search-result{
			padding-top: 40px;
		}
		.search-result ul li a{
			font-size: 16px;
			padding: 15px;
		}
		/**/
		.numbers .conwidth, .o-menu .conwidth{
			padding: 0;
		}
		.combination .i-title, .aleft.i-title{
			text-align: center;
		}
	}
	@media screen and (max-width: 768px){
		/*header*/
		.header .logo-img{
			line-height: 60px;
		}
		.header .logo-img img{
			max-height: 35px;
		}
		.header-other .taximeter span{
			margin-top: 15px;
		}
		.header .menubtn{
			height: 60px;
		}
		.m-nav{
			top: 60px;
			height: -moz-calc(100vh - 60px);
			height: -webkit-calc(100vh - 60px);
			height: calc(100vh - 60px);
		}
		.m-nav .m-search{
			padding: 0 15px 0 50px;
		}
		.m-nav .m-search input{
			font-size: 15px;
		}
		.header .m-nav ul li>a, .one-level{
			font-size: 18px;
		}
		.submenu .submenu-li a{
			font-size: 15px;
		}
		/*业务流程*/
		.whole-process{
			padding-bottom: 50px;
		}
		.process-box{
			margin-top: 40px;
		}
		.process-box .title .t1{
			font-size: 26px;
		}
		.process-box .box{
			margin-top: 30px;
		}
		.process-box .switch-menu ul li{
			margin-right: 20px;
			padding-bottom: 25px;
			height: 40px;
		}
		.process-box .switch-menu ul li span {
			min-width: 140px;
			height: 40px;
			line-height: 40px;
			font-size: 15px;
		}
		.process-box .switch-box .switch-li .imgbox .img1{
			display: none;
		}
		.process-box .switch-box .switch-li .imgbox .img2{
			display: inline-block;
		}
		.view-cases{
			padding: 40px 0px;
		}
		.view-cases .title .t1{
			font-size: 26px;
		}
		/* 立即体验一站式商业办公空间解决方案 */
		.consult-banner{
			padding: 50px 0px;
		}
		.consult-banner .box .t1{
			font-size: 28px;
		}
		.consult-banner .box .t2 a, .t2021 a{
			width: auto;
			min-width: 160px;
			height: 40px;
			line-height: 40px;
			font-size: 15px;
		}
		/*计价器弹窗*/
		.maskbg .box .content{
			padding-top: 80px;
			padding-bottom: 70px;
		}
		.maskbg .box .content .title .t2{
			font-size: 30px;
		}
		.maskbg .box .content .data .data-li .input-li input, .maskbg .dropmenurel01-tit{
			height: 55px;
			line-height: 55px;
		}
		.maskbg .box .content .data .data-li .input-li .unit{
			line-height: 55px;
		}
		.maskbg .box .content .data .other .right{
			height: 130px;
		}
		/*footer*/
		.footer{
			padding-bottom: 20px;
		}
		.footer .title{
			margin-bottom: 10px;
		}
		.footer-item .box .txt{
			font-size: 15px;
		}
		.footer-item .box .other .consult a{
			font-size: 15px;
		}
		.footer-contact ul{
			padding-top: 10px
		}
		.footer-contact ul li{
			margin-bottom: 15px;
		}
		.footer-top{
			padding: 40px 0px 0px;
		}
		.footer-item{
			width: 100%;
			padding-right: 0;
		}
		.footer .copyright{
			padding-top: 20px;
		}
		.footer .copyright .right{
			margin-top: 10px;
		}
		/*侧边栏*/
		.sidebar ul li, .sidebar ul li.istopdiv{
			display: none;
		}
		.sidebar ul li .t1{
			font-size: 14px;
		}
		.sidebar ul li.online, .sidebar ul li.phone{
			/*display: block;*/
		}
		.sidebar ul li.phone:hover .secondary{
			display: none;
		}
		/*banner*/
		.i-bannerzi .t1{
			font-size: 30px;
		}
		.i-bannerzi .t2{
			font-size: 20px;
		}
		.obanner .bannerzi .box .t1{
			font-size: 28px;
			margin-bottom: 10px;
		}
		.obanner .bannerzi .box .t2{
			font-size: 18px;
		}
		/*标题*/
		.i-title .t1{
			font-size: 28px;
		}
		.i-title .t1_subtitle {
			font-size: 12.6px;
		}
		.i-title .t2{
			font-size: 15px;
			margin-top: 10px;
		}
		.i-title .t3{
			font-size: 16px;
			margin-top: 10px;
		}
		.i-title .t4{
			font-size: 15px;
			margin-top: 10px;
		}
		/*index 数字滚动*/
		.numbers ul li{
			padding: 20px 0px;
		}
		.numbers ul li .t1{
			font-size: 36px;
		}
		.numbers ul li .t2{
			font-size: 14px;
		}
		.numbers ul li .t1 .sp1{
			font-size: 14px;
		}
		.numbers ul li .t1 .sp2{
			font-size: 28px;
		}
		/*办公室装修项目效果图*/
		.decoration-drawing{
			padding: 40px 0px;
		}
		.decoration-drawing .box{
			margin-top: 30px;
			margin-bottom: 20px;
		}
		.decoration-drawing .box .half1, .decoration-drawing .box .half2{
			width: 100%;
		}
		.decoration-drawing .box .txtbox{
			bottom: 15px;
		}
		/**/
		.i-cooperation .box{
			padding: 50px 0px;
		}
		.i-cooperation .box .content .t1{
			font-size: 28px;
		}
		.i-cooperation .box .content .t2{
			font-size: 28px;
		}
		/*我们的优势*/
		.combination{
			padding: 40px 0px;
		}
		.i-advantage .content{
			margin-top: 30px;
		}
		.i-advantage .details .title{
			line-height: 70px;
		}
		.i-advantage .details ul li .txtbox{
			height: 70px;
		}
		.i-advantage .details .title .middle{
			font-size: 32px;
		}
		.i-advantage .details ul li .middle .text{
			font-size: 15px;
		}
		.i-advantage .details ul li .txt{
			font-size: 15px;
		}
		/*业务流程*/
		.i-process{
			margin-top: 20px;
			padding-top: 40px;
		}
		.i-process .imgbox{
			margin-top: 30px;
		}
		/*合作伙伴*/
		.i-partner{
			padding: 40px 0px;
		}
		.i-partner .box{
			margin-top: 30px;
		}
		.i-partner .content{
			padding-bottom: 40px;
		}
		.partner-img{
			line-height: 100px;
		}
		/*首页新闻*/
		.i-news .box{
			padding: 40px 0px 60px;
		}
		.new-box .time{
			margin-bottom: 15px;
		}
		.new-box .time .date{
			font-size: 28px;
		}
		.new-box .txtbox{
			margin-top: 15px;
		}
		.new-box .txtbox .t1{
			font-size: 16px;
			min-height: 48px;
		}
		.new-box .txtbox .t2 {
			padding-top: 20px;
			font-size: 13px;
		}
		.new-box .txtbox .more{
			margin-top: 20px;
		}
		.new-box .txtbox .more span{
			height: 36px;
			line-height: 36px;
		}
		/*当前位置*/
		.current .position{
			padding: 15px 0px;
		}
		.current .return{
			display: none;
			padding: 15px 0px;
		}
		/*案例*/
		.cases{
			padding-bottom: 50px;
		}
		.cases .special .bigimg{
			width: 100%;
		}
		.cases .special .smallimg{
			display: none;
		}
		.cases ul li{
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
		}
		.cases ul li:nth-child(3n){
			margin-right: 4%;
		}
		.cases ul li:nth-child(2n){
			margin-right: 0;
		}
		/*案例详情*/
		.case-details .box{
			padding-bottom: 50px;
		}
		.case-details .box .other{
			padding: 15px 12px;
		}
		.preview{
			margin-top: 0;
		}
		.case-content{
			padding: 40px 0px;
		}
		.case-details .box .other .btn{
			font-size: 14px;
			height: 40px;
			line-height: 40px;
		}
		.case-details .box .other .left .tag-li{
			font-size: 14px;
			margin-right: 40px;
		}
		.preview .swiper-container{
			width: 100%;
		}
		.preview .swiper-slide{
			width: 150px;
			height: 90px;
			margin: 0 8px;
		}
		.preview .swiper-slide .tips{
			font-size: 15px;
			width: 100%;
			height: 90px;
			line-height: 90px;
		}
		.case-details .box .title .t1{
			font-size: 22px;
		}
		.case-content .title{
			font-size: 18px;
			padding-bottom: 15px;
		}
		.case-content .detail{
			width: 100%;
		}
		.case-content .detail .t2{
			padding-right: 0;
		}
		.recommend-case{
			width: 100%;
			margin-top: 30px;
		}
		.recommend-case ul{
			margin-top: 30px;
		}
		.recommend-case ul li{
			float: left;
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
			background-color: #FFFFFF;
		}
		.recommend-case ul li:nth-child(2n){
			margin-right: 0;
		}
		.pc-slide .arrow-left, .pc-slide .arrow-right{
			width: 50px;
			height: 50px;
			-moz-background-size: 50px 50px;
			-webkit-background-size: 50px 50px;
			background-size: 50px 50px;
		}
		.pc-slide .arrow-left:hover, .pc-slide .arrow-right:hover{
			-moz-background-size: 50px 50px;
			-webkit-background-size: 50px 50px;
			background-size: 50px 50px;
		}
		.pc-slide .arrow-right, .pc-slide .arrow-left{
			top: 35%;
		}
		/* 方案报价 */
		.quoted-price .box{
			margin-top: 30px;
		}
		.quoted-price .box .title{
			font-size: 22px;
		}
		.quoted-price .box .right{
			width: 100%;
			background-size: cover;
		}
		.quoted-price .box .left {
			width: 100%;
		}
		.form-box .form-li .input-li{
			height: 40px;
		}
		.form-box .form-li .input-li input{
			height: 40px;
			line-height: 40px;
		}
		.quoted-price .dropmenurel01-tit{
			height: 38px;
			line-height: 38px;
		}
		.form-box .form-li .btn-li .txt{
			height: 50px;
			line-height: 50px;
		}
		.quotation{
			padding: 50px 0px 20px;
		}
		.quotation .box{
			margin-top: 30px;
		}
		.quotation .box ul li{
			width: 48%;
			margin-right: 4%;
			margin-top: 2%;
			margin-bottom: 2%;
		}
		.quotation .box ul li:nth-child(3n){
			margin-right: 4%;
		}
		.quotation .box ul li:nth-child(2n){
			margin-right: 0;
		}
		.customized{
			padding: 40px 0px;
		}
		.customized .content{
			margin-top: 30px;
		}
		.customized-box .swiper-slide a .txt{
			font-size: 16px;
			margin-top: 15px;
		}
		.customized-box .swiper-button-next, .customized-box .swiper-button-prev{
			width: 50px;
			height: 50px;
			-moz-background-size: 50px 50px;
			-webkit-background-size: 50px 50px;
			background-size: 50px 50px;
		}
		/*装修攻略*/
		.o-menu ul li a{
			padding: 20px 0px;
		}
		.o-menu ul li .txt{
			font-size: 15px;
		}
		.news{
			padding: 40px 0px;
		}
		.news .content{
			margin-top: 30px;
		}
		.news .content ul li{
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
		}
		.news .content{
			margin-top: 4%;
		}
		.news .content ul li:nth-child(3n){
			margin-right: 4%;
		}
		.news .content ul li:nth-child(2n){
			margin-right: 0;
		}
		.news .box .time{
			font-size: 15px;
			margin-bottom: 10px;
		}
		.news .box .time .date{
			font-size: 20px;
		}
		.news .box .t1{
			font-size: 20px;
		}
		.news .t1{
			font-size: 18px;
		}
		.news .box .more{
			margin-top: 12px;
		}
		.hot-tags ul li a{
			font-size: 15px;
		}
		.hot-tags{
			margin-top: 40px;
		}
		.new-list{
			padding-bottom: 40px;
		}
		.new-list .box{
			padding-bottom: 40px;
		}
		.new-list .box .right{
			display: none;
		}
		.new-list .box .left{
			width: 100%;
			padding-right: 0;
		}
		.new-list .box .left ul li .txtbox{
			padding-left: 3%;
		}
		.new-list .box .left ul li .txtbox .t1{
			font-size: 16px;
		}
		.new-list .box .left ul li .txtbox .t3{
			font-size: 15px;
		}
		/*新闻详情*/
		.new-details{
			padding: 20px 0px 40px;
		}
		.new-details .box .left{
			width: 100%;
		}
		.new-details .box .left .content{
			padding: 4%;
		}
		.new-details .box .left .title .t1{
			font-size: 24px;
			text-align: center;
		}
		.new-details .box .left .title .t2{
			text-align: center;
		}
		.new-details .box .left .txtbox{
			font-size: 14px;
			padding-bottom: 20px;
		}
		.new-details .box .right{
			display: none;
		}
		.prevnext{
			padding: 3% 4%;
		}
		.prevnext .return{
			display: none;
		}
		.prevnext .prev, .prevnext .next{
			width: 100%;
			text-align: left;
		}
		.prevnext .prev{
			margin-bottom: 10px;
		}
		/*关于我们*/
		.about{
			padding: 40px 0px 60px;
		}
		.about .box1 .txt{
			margin-top: 20px;
			padding-right: 4%;
		}
		.about .box1 .txt .t1{
			font-size: 28px;
			margin-bottom: 15px;
		}
		.about .box1 .txt .t2{
			font-size: 14px;
		}
		.about .box2 ul li .con{
			padding-left: 0;
		}
		.about .box2 ul li .t1{
			font-size: 40px;
			margin-bottom: 10px;
		}
		.about .box2 ul li .t1 .add{
			font-size: 32px;
		}
		.about .box2 ul li .t1 .unit{
			font-size: 14px;
		}
		/*合作伙伴*/
		.partner{
			padding-bottom: 60px;
		}
		.partner .content{
			padding-top: 40px;
		}
		.partner .title .t1{
			font-size: 26px;
		}
		.partner .title .t2{
			font-size: 16px;
		}
		.partner .box .btndiv{
			text-align: center;
			margin-top: 20px;
		}
		/*联系方式*/
		.contact{
			padding: 40px 0px;
		}
		.contact .box .txtbox{
			padding-right: 0;
		}
		.contact .box .txtbox .title{
			font-size: 28px;
			margin-bottom: 30px;
		}
		.contact .box .txtbox ul li{
			font-size: 14px;
		}
		/*发展历程*/
		.history{
			padding: 50px 0px 60px;
		}
		.history .box .boxli .details{
			padding-top: 20px;
		}
		/*荣誉资质*/
		.honor{
			padding: 50px 0px;
		}
		.honor .box{
			margin-top: 30px;
		}
		.honor .box ul li{
			width: 49%;
			margin-right: 2%;
			margin-bottom: 3%;
		}
		.honor .box ul li:nth-child(4n){
			margin-right: 2%;
		}
		.honor .box ul li:nth-child(3n){
			margin-right: 2%;
		}
		.honor .box ul li:nth-child(2n){
			margin-right: 0;
		}
	/*.honor .box ul li .imgbox{
		height: 250px;
		line-height: 250px;
		}*/
		.honor .box ul li .txtbox .txt{
			font-size: 14px;
		}
		/*招贤纳士*/
		.recruit{
			padding: 50px 0px;
		}
		.recruit .box{
			margin-top: 30px;
		}
		.recruit .box ul li .job-title{
			font-size: 16px;
			border-right: none;
		}
		.recruit .box ul li .introduce{
			border-left: #eeeeee solid 1px;
		}
		.recruit .box ul li .introduce .sp{
			width: 50%;
		}
		.recruit .box ul li .details{
			padding: 3% 4%;
		}
		/*搜索*/
		.search-div{
			padding: 50px 0px;
		}
		.search-result{
			padding-top: 30px;
		}
		.search-result ul li a{
			font-size: 15px;
			padding: 12px;
		}
		.search-result ul li a .txtli{
			padding-bottom: 10px;
			line-height: 1.6;
		}
		/**/
		.o-menu{
			position: static;
		}
		/**/
		.procedure ul li .icon{
			width: 78px;
			height: 78px;
			padding: 6px;
		}
		.procedure ul li .icon .img{
			height: 65px;
			line-height: 65px;
		}
		.procedure ul li .icon .img img{
			max-width: 25px;
			max-height: 22px;
		}
		.procedure ul li .text .t1{
			font-size: 16px;
		}
		.procedure ul li .text .t2{
			font-size: 18px;
		}
		.procedure ul li:nth-child(4) i{
			right: 43%;
		}
	}
	@media screen and (max-width: 767px){
		/*发展历程*/
		.history{
			padding: 40px 0px 50px;
		}
		.history .box{
			margin-top: 20px;
		}
		.history .box .boxli .time .spot, .history .box .line{
			display: none;
		}
		.history .box .boxli .details{
			border-top: none;
			width: 100%;
		}
		.history .box .boxli .time{
			width: 100%;
		}
		.history .box .boxli .time .spot, .history .box .line{
			display: none;
		}
		.history .box .boxli .details{
			border-top: none;
			width: 100%;
		}
		.history .box .boxli .time{
			width: 100%;
		}
		.history .box .boxli .details .imgbox{
			max-width: 100%;
			width: 100%;
		}
		.history .box .boxli .details .txtbox{
			margin-top: 20px;
			width: 100%;
			max-height: 100%;
			padding: 0 4%;
			margin-left: 0;
			overflow: hidden;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.history .box .boxli .details .plus{
			display: none;
		}
		.history .box .boxli .time{
			margin-top: 0;
		}
		.history .box .boxli .time .years{
			color: #0e6eb8;
			font-size: 24px;
		}
		.history .box .boxli .details .txtbox li{
			padding: 0 15px;
		}
		/*案例详情*/
		.case-details .box .other .left{
			width: 100%;
			margin-bottom: 15px;
		}
		.case-details .box .other .right{
			float: left;
			margin-bottom: 10px;
		}
		.bgimg .img1{
			display: none;
		}
		.bgimg .img2{
			display: block;
		}
		/**/
		.procedure ul li{
			width: 33.33%;
			margin: 20px auto 10px;
		}
		.procedure ul li:nth-child(5), .procedure ul li:nth-child(6), .procedure ul li:nth-child(7), .procedure ul li:nth-child(8) {
			float: left;
		}
		.procedure ul li i{
			display: none;
		}
	/*.procedure ul li:nth-child(4) i{
		right: -11px;
		top: 45px;
		bottom: auto;
		transform: ;
	}
	.procedure ul li:nth-child(3n) i{
		right: 43%;
		top: auto;
		bottom: -36px;
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		}*/

	}
	@media screen and (max-width: 640px){
		/*header*/
		.header .m-nav ul li>a, .one-level{
			font-size: 16px;
		}
		.submenu .submenu-li a{
			font-size: 14px;
		}
		.m-nav .m-search input{
			height: 40px;
			line-height: 40px;
		}
		/*计价器弹窗*/
		.maskbg .box .content .title .t1{
			font-size: 16px;
		}
		.maskbg .box .content .title .t2{
			font-size:24px;
		}
		.maskbg .box .content .data .other .left{
			width: 100%;
		}
		.maskbg .box .content .data .other .right{
			width: 100%;
			height: 55px;
		}
		.submit-btn{
			font-size: 18px;
		}
		/*footer*/
		.footer{
			padding-bottom: 15px;
		}
		.footer .title{
			font-size: 18px;
		}
		.footer-item .box .txt{
			font-size: 14px;
		}
		.footer-item .box .other .consult a{
			padding: 0 15px;
			height: 36px;
			line-height: 36px;
			font-size: 14px;
		}
		.footer-item .box .other .consult a img{
			width: 20px;
		}
		.footer-contact ul{
			padding-top: 0px;
			padding-bottom: 10px;
		}
		.footer-contact ul li{
			margin-bottom: 5px;
		}
		.footer .copyright{
			padding-top: 15px;
		}
		.footer-top{
			padding: 30px 0px 0px;
		}
		.footer-item .box .other{
			margin-top: 15px;
		}
		.footer .copyright{
			margin-top: 15px;
			padding-top: 15px;
		}
		.footer .copyright .right{
			margin-top: 5px;
		}
		.links{
			margin-top: 5px;
		}
		.links .link-title .sp{
			margin-left: 0;
		}
		/*banner*/
		.i-bannerzi .t1{
			font-size: 24px;
		}
		.i-bannerzi .t2{
			font-size: 18px;
		}
		.obanner .bannerzi .box .t1{
			font-size: 24px;
		}
		.obanner .bannerzi .box .t2{
			font-size: 16px;
		}
		/*标题*/
		.i-title{
			padding-bottom: 6px;
		}
		.i-title .t1{
			font-size: 24px;
		}
		.i-title .t1_subtitle {
			font-size: 10.8px;
		}
		.i-title .t2{
			font-size: 14px;
			margin-top: 8px;
		}
		.i-title .t3{
			font-size: 15px;
			margin-top: 8px;
		}
		.i-title .t4{
			font-size: 14px;
			margin-top: 8px;
		}
		/*index 数字滚动*/
		.numbers ul li{
			width: 50%;
			padding: 3% 0;
		}
		.numbers ul li .box{
			text-align: center;
		}
		.numbers ul li .t1{
			font-size: 28px;
		}
		.numbers ul li:nth-child(1), .numbers ul li:nth-child(4){
			background-color: #1777c1;
		}
		.numbers ul li:nth-child(2), .numbers ul li:nth-child(3){
			background-color: #1a7bc6;
		}
		/**/
		.i-cooperation .box .content .t1{
			font-size: 24px;
		}
		.i-cooperation .box .content .t2{
			font-size: 24px;
		}
		/*我们的优势*/
		.i-advantage .content{
			padding-bottom: 30px;
		}
		.i-advantage .details .title .left, .i-advantage .details .title .right{
			font-size: 18px;
		}
		.i-advantage .details ul li .txtbox{
			height: 65px;
		}
		.i-advantage .details .title .middle{
			font-size: 28px;
		}
		.i-advantage .details ul li .middle{
			width: 65px;
			height: 65px;
		}
		.i-advantage .details ul li .middle .text{
			font-size: 14px;
			margin-top: 14px;
		}
		.i-advantage .details ul li .txt{
			font-size: 14px;
		}
		/*首页新闻*/
		.new-box .time .date{
			font-size: 24px;
		}
		.new-box .txtbox .t1{
			font-size: 15px;
			min-height: 45px;
		}
		.new-box .txtbox .t2 {
			padding-top: 16px;
			font-size: 12px;
		}
		/*案例*/
		.cases{
			padding-bottom: 40px;
		}
		.case-box .txtbox{
			padding: 20px 15px;
		}
		.cases ul li{
			width: 100%;
			margin-right: 0;
		}
		.case-box .imgbox .img{
			background-size: cover;
		}
		.case-box .txtbox .t1{
			margin-bottom: 10px;
		}
		.case-box .txtbox .t1 .sp{
			padding-bottom: 10px;
		}
		.case-box .txtbox .t2{
			font-size: 15px;
		}
		.case-box .txtbox .t3{
			margin-top: 5px;
		}
		/*案例详情*/
		.case-details{
			padding-top: 10px;
		}
		.case-details .box{
			margin-top: 40px;
			padding-bottom: 40px;
		}
		.case-details .box .title .t1{
			font-size: 20px;
		}
		.case-content{
			padding: 30px 0px;
		}
		.recommend-case{
			margin-bottom: 30px;
		}
		.recommend-case ul{
			margin-top: 30px;
		}
		.recommend-case ul li{
			width: 100%;
			margin-right: 0;
		}
		.case-details .box .other .left{
			margin-bottom: 10px;
		}
		.case-details .box .other .right{
			margin-bottom: 5px;
		}
		/*业务流程*/
		.whole-process{
			padding-bottom: 40px;
		}
		.process-box{
			margin-top: 25px;
		}
		.process-box .title .t1{
			font-size: 22px;
		}
		.process-box .box{
			margin-top: 20px;
		}
		.process-box .switch-menu ul li{
			margin-right: 15px;
			padding-bottom: 20px;
		}
		.process-box .switch-menu ul li span {
			min-width: 120px;
			font-size: 14px;
		}
		.view-cases{
			padding: 30px 0px;
		}
		.view-cases .title .t1{
			font-size: 22px;
		}
		.view-cases .box .content{
			width: 94%;
		}
		/* 立即体验一站式商业办公空间解决方案 */
		.consult-banner{
			padding: 40px 0px;
		}
		.consult-banner .box .t1{
			font-size: 24px;

		}
		.consult-banner .box .t2 a, .t2021 a{
			margin-top: 20px;
			width: auto;
			min-width: 140px;
			font-size: 14px;
		}
		/* 方案报价 */
		.quoted-price .i-title{
			margin-top: 15px;
		}
		.quoted-price .box{
			/*margin-top: 22%;*/
			margin-top: 20px;
		}
		.quoted-price .box .title{
			font-size: 20px;
		}
		.quotation{
			padding: 40px 0px 20px;
		}
		.quotation .box{
			margin-top: 20px;
		}
		.quotation .box ul li{
			width: 100%;
			margin-right: 0;
			margin-top: 0;
			margin-bottom: 20px;
		}
		.customized{
			padding: 30px 0px;
		}
		.customized .content{
			margin-top: 20px;
		}
		.customized-box .swiper-slide a .txt{
			font-size: 15px;
		}
		.quoted-price .box .right{
			display: none;
		}
		/*装修攻略*/
		.news{
			padding: 30px 0px;
		}
		.news .box .imgbox{
			width: 100%;
		}
		.news .box .txtbox{
			width: 100%;
			margin-top: 0;
			padding: 6% 4%;
		}
		.news .txtbox{
			padding: 6% 4%;
		}
		.news .t1{
			font-size: 16px;
			height: auto;
		}
		.news .box .t1{
			font-size: 18px;
		}
		.news .time .date{
			font-size: 20px;
		}
		.news .content ul{
			margin-bottom: 20px;
		}
		.news .content ul li{
			width: 100%;
		}
		.hot-tags{
			margin-top: 30px;
		}
		.hot-tags ul li{
			margin-right: 15px;
		}
		.hot-tags ul li a{
			font-size: 14px;
		}
		.new-list{
			padding-bottom: 30px;
		}
		.hot-tags ul{
			margin-top: 15px;
		}
		.new-list{
			margin-top: 20px;
		}
		.new-list .box .left ul li{
			margin-bottom: 4%;
		}
		.new-list .box .left ul li:last-child{
			margin-bottom: 0;
		}
		.new-list .box .left ul li a{
			padding: 0;
			background-color: #f5f7f9;
		}
		.new-list .box .left ul li .imgbox{
			width: 100%;
		}
		.new-list .box .left ul li .txtbox{
			width: 100%;
			padding: 6% 4%;
		}
		.new-list .box .left ul li .txtbox .t1{
			margin-top: 0;
			margin-bottom: 10px;
		}
		/*新闻详情*/
		.new-details{
			padding: 20px 0px 40px;
		}
		.new-details .box .left{
			width: 100%;
		}
		.new-details .box .left .content{
			padding: 4%;
		}
		.new-details .box .left .title .t1{
			font-size: 20px;
		}
		.new-details .box .left .title .t2 .sp{
			margin-right: 20px;
		}
		/*关于我们*/
		.o-menu ul li a{
			padding: 15px 0px;
		}
		.about{
			padding: 30px 0px 20px;
		}
		.about .box1 .txt{
			width: 100%;
			margin-top: 20px;
			padding-right: 0;
		}
		.about .box1 .txt .t1{
			font-size: 24px;
		}
		.about .box1 .img{
			width: 100%;
		}
		.about .box2{
			margin-top: 30px;
		}
		.about .box2 ul li{
			width: 50%;
			text-align: center;
			margin: 20px auto 30px;
		}
		.about .box2 ul li .con{
			width: 100%;
			padding-right: 0 !important;
			text-align: center;
		}
		.about .box2 ul li .t1{
			font-size: 32px;
			margin-bottom: 0px;
		}
		.about .box2 ul li .t1 .add{
			font-size: 28px;
		}
		.about .box2 ul li .t2{
			font-size: 15px;
		}
		/*合作伙伴*/
		.partner{
			padding-bottom: 50px;
		}
		.partner .content{
			padding-top: 30px;
		}
		.partner .title .t1{
			font-size: 22px;
		}
		.partner .title .t2{
			font-size: 15px;
		}
		.partner .box .btndiv{
			text-align: center;
			margin-top: 15px;
		}
		.partner .box ul li{
			width: 33.33%;
			width: calc(100% / 3);
			width: calc(100% / 3);
			width: calc(100% / 3);
		}
		/*联系方式*/
		.contact{
			padding: 30px 0px;
		}
		.contact .box .imgbox{
			width: 100%;
		}
		.contact .box .txtbox{
			width: 100%;
		}
		.contact .box .txtbox .title{
			font-size: 24px;
			margin-bottom: 20px;
		}
		/*荣誉资质*/
		.honor{
			padding: 40px 0px 30px;
		}
		.honor .box{
			margin-top: 20px;
		}
		.honor .box ul li{
			width: 100%;
			margin-right: 0;
		}
	/*.honor .box ul li .imgbox{
		height: 240px;
		line-height: 240px;
		}*/
		/*招贤纳士*/
		.recruit{
			padding: 40px 0px;
		}
		.recruit .box{
			margin-top: 20px;
		}
		.recruit .box ul li .top{
			position: relative;
			display: block;
		}
		.recruit .box ul li .job-title{
			float: none;
			width: 100%;
			font-size: 15px;
			padding-top: 15px;
			padding-bottom: 15px;
			padding-left: 3%;
			padding-right: 70px;
			border-bottom: #EEEEEE solid 1px;
			text-align: left;
		}
		.recruit .box ul li .introduce{
			float: none;
			padding: 3% 4%;
			width: 100%;
		/*width: -moz-calc(78.6% - 60px);
		width: -webkit-calc(78.6% - 60px);
		width: calc(78.6% - 60px);*/
	}
	.recruit .box ul li .introduce .sp{
		/*width: 100%;
		margin: 4px auto;*/
	}
	.recruit .box ul li .operate{
		position: absolute;
		top: 7px;
		right: 0;
		width: 60px;
		margin-right: 10px;
	}
	.recruit .box ul li .operate span{
		width: 60px;
		height: 36px;
		line-height: 36px;
	}
	.recruit .box ul li .details .tips{
		min-width: 100%;
		padding: 12px 18px;
	}
	/*搜索*/
	.search-div{
		padding: 40px 0px;
	}
	.search-result{
		padding-top: 20px;
	}
	.search-result ul li a{
		font-size: 14px;
	}
	.search-div .con{
		margin-bottom: 20px;
	}
	.search-div .con input, .search-div .con .t2{
		height: 45px;
		line-height: 45px;
	}
	.search-div .box .tips .t1{
		font-size: 15px;
	}
	.search-div .box .tips .t2{
		font-size: 14px;
	}
	/**/
	.procedure ul li{
		margin: 10px auto;
	}
	.procedure ul li .icon{
		width: 68px;
		height: 68px;
	}
	.procedure ul li .icon .img{
		height: 55px;
		line-height: 55px;
	}
	.procedure ul li .text .t1{
		font-size: 14px;
	}
	.procedure ul li .text .t2{
		font-size: 16px;
	}
}
@media screen and (max-width: 414px){
	/*方案报价、计价器弹窗*/
	.maskbg .box{
		height: 100%;
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.maskbg .box .content{
		height: 560px;
		overflow: auto;
		padding-bottom: 40px;
		margin-bottom: 25px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.maskbg .box .content .title .t1{
		font-size: 14px;
	}
	.maskbg .box .content .title .t2{
		font-size: 20px;
	}
	.maskbg .box .content .data{
		margin-top: 20px;
	}
	.maskbg .box .content .data .data-li{
		margin-bottom: 0px;
	}
	.maskbg .box .content .data .data-li .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.maskbg .box .content .data .data-li .input-li{
		margin-bottom: 12px;
		padding: 0 15px;
	}
	.maskbg .box .content .data .data-li .input-li input, .maskbg .dropmenurel01-tit{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.maskbg .box .content .data .data-li .input-li .unit{
		line-height: 45px;
	}
	.maskbg .box .content .data .other .right{
		height: 45px;
	}
	.maskbg .dropmenurel01-tit{
		padding: 0 15px;
	}
	.maskbg .dropmenurel01-options li{
		font-size: 14px;
		padding: 8px 15px;
	}
	.submit-btn{
		font-size: 16px;
	}
	.maskbg .box .content{
		width: 100%;
		max-height: 80%;
	}
	.popup-close{
		right: 0;
		top: 5%;
	}
	.popup-close img{
		width: 30px;
	}
	/*footer*/
	.footer-top{
		padding: 25px 0px 0px;
	}
	.footer-contact ul li{
		padding-left: 28px;
	}
	.footer-contact{
		margin-top: 25px;
	}
	.footer .copyright{
		margin-top: 10px;
	}
	/*banner*/
	.i-bannerzi .t1{
		font-size: 20px;
	}
	.i-bannerzi .t2{
		font-size: 16px;
	}
	.lunbotu .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.lunbotu .swiper-pagination-bullet-active{
		width: 24px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 20px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 14px;
	}
	/*标题*/
	.i-title .t1{
		font-size: 20px;
	}
	.i-title .t3{
		font-size: 14px;
	}
	/*index 数字滚动*/
	.numbers ul li .t1{
		font-size: 28px;
	}
	/*办公室装修项目效果图*/
	.decoration-drawing{
		padding: 30px 0px;
	}
	.decoration-drawing .box{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.decoration-drawing .box .fl ul li{
		width: 100%;
		margin-right: 0;
	}
	/**/
	.i-cooperation .box .content .t1{
		font-size: 20px;
	}
	.i-cooperation .box .content .t2{
		font-size: 20px;
	}
	/*我们的优势*/
	.combination{
		padding: 30px 0px;
	}
	.i-advantage .content{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.i-advantage .details ul{
		margin-top: 20px;
	}
	.i-advantage .details ul li .txtbox{
		height: 70px;
	}
	.i-advantage .details .title .middle{
		font-size: 24px;
	}
	.i-advantage .details .title .left, .i-advantage .details .title .right{
		font-size: 16px;
	}
	.i-advantage .details .title .middle .sp2{
		margin-left: 5px;
	}
	.i-advantage .details .title .left img{
		margin-right: 5px;
	}
	/*业务流程*/
	.i-process{
		margin-top: 15px;
		padding-top: 30px;
	}
	.i-process .imgbox{
		margin-top: 20px;
	}
	/*合作伙伴*/
	.i-partner{
		padding: 30px 0px;
	}
	.i-partner .box{
		margin-top: 20px;
	}
	.partner-img{
		line-height: 90px;
	}
	/*首页新闻*/
	.i-news .box{
		padding: 30px 0px 50px;
	}
	.i-newsdiv{
		margin-top: 30px;
	}
	.new-box .time .date{
		font-size: 20px;
	}
	.new-box .txtbox .t1{
		font-size: 14px;
	}
	.new-box .txtbox .t2 {
		padding-top: 18px;
		font-size: 12px;
	}
	.new-box .txtbox .more{
		margin-top: 15px;
	}
	/*分页*/
	.page-list a{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
	/*案例详情*/
	.case-details{
		padding-top: 0px;
	}
	.case-details .box{
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.case-content{
		padding: 20px 0px;
	}
	.recommend-case{
		margin-bottom: 20px;
	}
	.recommend-case ul{
		margin-top: 20px;
	}
	.pc-slide .arrow-right, .pc-slide .arrow-left{
		top: 28%;
	}
	/*业务流程*/
	.whole-process{
		padding-bottom: 30px;
	}
	.process-box{
		margin-top: 20px;
	}
	.process-box .title .t1{
		font-size: 20px;
	}
	.view-cases .title .t1{
		font-size: 20px;
	}
	.view-cases .box .content{
		width: 90%;
	}
	.process-box .switch-menu ul li{
		margin-right: 10px;
	}
	.process-box .switch-menu ul li span{
		min-width: 100px;
		padding: 0px 10px;
	}
	/* 立即体验一站式商业办公空间解决方案 */
	.consult-banner{
		padding: 30px 0px;
	}
	.consult-banner .box .t1{
		font-size: 20px;
		
	}
	.consult-banner .box .t2 a, .t2021 a{
		min-width: 110px;
		margin-top: 20px;
		height: 36px;
		line-height: 36px;
	}
	/* 方案报价 */
	.quoted-price{
		padding-top: 0px;
	}
	.quoted-price .box .title{
		font-size: 18px;
	}
	.quotation{
		padding: 30px 0px 10px;
	}
	.customized-box .swiper-button-next, .customized-box .swiper-button-prev{
		width: 40px;
		height: 40px;
		-moz-background-size: 40px 40px;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}
	/*装修攻略*/
	.news{
		padding: 10px 0px 30px;
	}
	.news .box .time{
		font-size: 14px;
	}
	.news .box .time .date{
		font-size: 18px;
	}
	/*新闻详情*/
	.new-details{
		padding: 10px 0px 20px;
	}
	.new-details .box .left .content{
		margin-bottom: 20px;
	}
	.new-details .box .left .other ul li{
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.new-details .box .left .other ul li a{
		height: 36px;
		line-height: 36px;
	}
	.prevnext{
		margin-top: 20px;
	}
	/*关于我们*/
	.about{
		padding: 20px 0px 10px;
	}
	.about .box1 .txt .t1{
		font-size: 20px;
	}
	.about .box2{
		margin-top: 20px;
	}
	.about .box2 ul li .t1{
		font-size: 28px;
	}
	.about .box2 ul li .t1 .add{
		font-size: 24px;
	}
	.about .box2 ul li .t2{
		font-size: 14px;
	}
	/*合作伙伴*/
	.partner{
		padding-bottom: 40px;
	}
	.partner .content{
		padding-top: 20px;
	}
	.partner .title .t1{
		font-size: 18px;
	}
	.partner .title .t2{
		font-size: 14px;
	}
	.partner .box ul li{
		width: 50%;
	}
	/*联系方式*/
	.contact .box .txtbox .title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	/*发展历程*/
	.history{
		padding: 30px 0px;
	}
	.history .box .boxli .time .years{
		font-size: 20px;
		padding-top: 10px;
	}
	.history .box .boxli .details .txtbox li{
		font-size: 14px;
	}
	.history .box .boxli .details .txtbox li i{
		top: 12px;
	}
	/*招贤纳士*/
	.recruit{
		padding: 30px 0px;
	}
	/*搜索*/
	.search-div{
		padding: 30px 0px;
	}
	.search-div .con{
		width: 90%;
	}
	.search-div .con input, .search-div .con .t2{
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 375px) {
	.procedure ul li .text .t1{
		font-size: 12px;
	}
}

/*2020.8.26*/
.selectbox{
	width: 100%;
	background-color: #FFFFFF;
	height: 70px;
	line-height: 70px;
}
.selectbox select{
	width: 100%;
	color: #999;
	line-height:3;
	font-size: 16px;
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;  
	outline:none;
	background: #FFFFFF url(../image/img6.png) no-repeat center right 20px;  
	background-size: 18px 9px;
	padding: 0 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.selectbox2{
	width: 100%;
	background-color: #FFFFFF;
}
.selectbox2 select{
	width: 100%;
	color: #999;
	line-height:3;
	font-size: 16px;
	border:#eeeeee solid 1px;
	appearance:none;  
	-moz-appearance:none;  
	-webkit-appearance:none;  
	outline:none;
	background: #FFFFFF url(../image/img6.png) no-repeat center right 20px;  
	background-size: 18px 9px;
	padding: 0 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/**/
.case-tags{
	margin: 25px auto 50px;
	overflow: hidden;
}
.case-tags ul{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 18px 0px;
	background-color: #FFFFFF;
}
.case-tags ul li{
	position: relative;
	float: left;
	width: auto;
	padding: 0px 50px;
	margin-right: 0 !important;
	margin-bottom: 0;
}
.case-tags ul li:last-child{
	padding-right: 0;
}
.case-tags ul li a{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.case-tags ul li.on a{
	color: #0e6eb8;
}
.case-tags ul li a span{
	color: #e4e7ee;
	font-size: 16px;
}
.case-tags ul li a::after,  .case-tags .all span::after{
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #e4e7ee;
	font-size: 16px;
	height: 100%;
}
.case-tags ul li:last-child a::after{
	display: none;
}
.case-tags ul li a:hover{
	color: #0e6eb8;
}
/**/
@media screen and (max-width: 1440px){
	.case-tags {
		padding-left: 3%;
		padding-right: 3%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1024px){
	.case-tags{
		margin: 15px auto 35px;
		padding: 0;
	}
	.case-tags ul{
		padding: 15px 0px;
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.case-tags ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.case-tags ul::-webkit-scrollbar-button{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar-track{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar-track-piece{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar-thumb{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar-corner{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar-resizer{
		background-color:rgba(0,0,0,0);
	}
	.case-tags ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.case-tags ul li{
		display: inline-block;
		float: none;
		padding: 0px 40px;
	}
}
@media screen and (max-width: 768px){
	.selectbox{
		height: 55px;
		line-height: 55px;
	}
	.case-tags{
		margin: 10px auto 25px;
	}
	.case-tags ul{
		padding: 10px 0px;
	}
	.case-tags ul li{
		padding: 0px 30px 0px 24px;
	}
	.case-tags ul li a, .case-tags .all span{
		font-size: 15px;
	}
}
@media screen and (max-width: 640px){
	.case-tags ul li{
		padding: 0px 24px 0px 16px;
	}
}
@media screen and (max-width: 414px){
	.selectbox{
		height: 45px;
		line-height: 45px;
	}
	.selectbox select{
		font-size: 14px;
	}
}


.i-bannerzi .t3{
	color: #ffffff;
	font-size: 72px;
	font-family: "SourceHanSansCN-Bold";
	margin-bottom: 10px;
}
.i-bannerzi .t4{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-family: 'SourceHanSansCN-Medium';
}
/*.i-bannerzi .t4 span{
	display: inline-block;
	vertical-align: text-bottom;
	width: 1px;
	height: 24px;
	background-color: #FFFFFF;
	margin: 0 15px;
	}*/
	.contact-now{
		text-align: center;
		margin-top: 30px;
	}
	.contact-now span{
		display: inline-block;
		color: #ffffff;
		font-size: 24px;
		line-height: 58px;
		padding: 0 45px;
		border: #FFFFFF solid 1px;
	}
	.contact-now span img{
		display: inline-block;
		vertical-align: baseline;
		margin-left: 10px;
	}
	@media screen and (max-width: 1440px){
		/*banner*/
		.i-bannerzi .t3{
			font-size: 56px;
		}
		.i-bannerzi .t4{
			font-size: 22px;
		}
		.contact-now span{
			font-size: 22px;
			line-height:52px;
			padding: 0 40px;
		}
		.i-bannerzi .t5{
			font-size: 48px;
		}
		.i-bannerzi .t6{
			font-size: 26px;
		}
		.i-bannerzi .line{
			width: 140px;
		}
	}
	@media screen and (max-width: 1024px){
		/*banner*/
		.i-bannerzi .t3{
			font-size: 44px;
		}
		.i-bannerzi .t4{
			font-size: 20px;
		}
		.contact-now span{
			font-size: 20px;
			line-height:50px;
			padding: 0 30px;
		}
		.i-bannerzi .t5{
			font-size: 36px;
			margin-bottom: 10px;
		}
		.i-bannerzi .t6{
			font-size: 20px;
			margin-top: 15px;
		}
		.i-bannerzi .line{
			width: 100px;
		}
	}
	@media screen and (max-width: 768px){
		/*banner*/
		.i-bannerzi .t3{
			font-size: 36px;
		}
		.i-bannerzi .t4{
			font-size: 18px;
		}
		.contact-now{
			margin-top: 20px;
		}
		.contact-now span{
			font-size: 18px;
			line-height: 40px;
			padding: 0 25px;
		}
		.contact-now span img{
			width: 20px;
		}
		.i-bannerzi .t5{
			font-size: 30px;
		}
		.i-bannerzi .t6{
			font-size: 18px;
		}
		.i-bannerzi .line{
			width: 80px;
		}
		.i-bannerzi .tu{
			margin-top: 20px;
		}
	}
	@media screen and (max-width: 640px){
		.i-bannerzi .t3{
			font-size: 30px;
			margin-bottom: 0;
		}
		.i-bannerzi .t4{
			font-size: 16px;
		}
		.contact-now{
			margin-top: 15px;
		}
		.contact-now span{
			font-size: 16px;
			line-height: 36px;
			padding: 0 20px;
		}
		.contact-now span img{
			width: 16px;
		}
		.i-bannerzi .t5{
			font-size: 26px;
			margin-bottom: 5px;
		}
		.i-bannerzi .t6{
			font-size: 16px;
			margin-top: 10px;
		}
		.i-bannerzi .line{
			width: 60px;
			height: 2px;
		}
		.i-bannerzi .tu{
			margin-top: 10px;
		}
	}
	@media screen and (max-width: 414px){
		.i-bannerzi .t3{
			font-size: 24px;
		}
		.i-bannerzi .t4{
			font-size: 15px;
		}
		.contact-now{
			margin-top: 10px;
		}
		.contact-now span{
			font-size: 15px;
			padding: 0 16px;
			line-height: 34px;
		}
		.contact-now span img{
			margin-left: 5px;
			width: 14px;
		}
		.i-bannerzi .t5{
			font-size: 20px;
		}
		.i-bannerzi .t6{
			font-size: 15px;
		}
	}


	/*2020.10.28*/
	.itembox{
		overflow: hidden;
		background-color: #0e6eb8;
	}
	.itembox ul {
		padding: 19.5px;
	}

	.itembox ul li .img {
		display: inline-block;
		width: 70px;
		height: 70px;
		padding-right: 15px;
		position: relative;
		top: 5px;
		background: no-repeat center;
		background-size: auto 100%;
	}
	.itembox ul li{
		float: left;
		width: 33.333%;
		padding: 20px 0px;
		text-align: center;
		overflow: hidden;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.itembox ul li .img.img0 {
		background-image: url(../image/adv_list-ico0.png);
	}

	.itembox ul li .img.img1 {
		background-image: url(../image/adv_list-ico1.png);
	}

	.itembox ul li .img.img2 {
		background-image: url(../image/adv_list-ico2.png);
	}
	.itembox ul li:nth-child(odd){
		background-color: #0e6eb8;
	}
	.itembox ul li:nth-child(even){
		background-color: #0e6eb8;
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: #ffffff;
	}
	.itembox ul li .box{
		display: inline-block;
		text-align: left;
	}
	.itembox ul li .t1{
		color: #ffffff;
		font-size: 30px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.itembox ul li .t2{
		color: #ffffff;
		font-size: 16px;
	}

	.itembox .item3 {
		display: none;
	}

	@media screen and (max-width: 1680px){
		.itembox ul li{
			padding: 15px 0px;
		}

	}
	@media screen and (max-width: 1440px){
		.itembox ul li{
			padding: 10px 0px;
		}
		.itembox ul li .t1{
			font-size: 22px;
		}
		.itembox ul li .t2 {
			font-size: 12px;
		}
		.itembox ul li .img {
			width: 60px;
			height: 60px;
		}
	}
	@media screen and (max-width: 1024px){
		.itembox .conwidth{
			padding: 0;
		}
		.itembox ul li{
			padding: 10px 0px;
		}
		.itembox ul li .t1{
			font-size: 20px;
		}
		.itembox ul li .t2{
			font-size: 12px;
		}
		.itembox ul li .img {
			width: 52px;
			height: 52px;
		}
	}
	@media screen and (max-width: 768px){
		.itembox ul li{
			padding: 10px 0px;
		}
		.itembox ul li .t1{
			font-size: 20px;
		}
		.itembox ul li .t2{
			font-size: 12px;
		}
		.itembox ul li .img {
			width: 100%;
			padding-right: 0px;
		}
	}
	@media screen and (max-width: 640px){
		.itembox ul {
			padding: 10px 0;
		}

		.itembox ul li{
			padding: 0 5px;
		}
		.itembox ul li .box{
			width: 100%;
			padding-left: 5%;
			/*padding-right: 3%;*/
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.itembox ul li .t1{
			font-size: 18px;
			margin-bottom: 5px;
		}
		.itembox ul li .t2{
			font-size: 12px;
		}
		.itembox ul li .img {
			display: none;
		}
	}
	@media screen and (max-width: 414px){
		.itembox ul li .t1{
			font-size: 15px;
			margin-bottom: 5px;
		}
		.itembox ul li .t2{
			font-size: 8px;
		}
	}


	/*2020.12新增*/
	/*导航修改*/
	.header .navcell {
		width: 230px;
		padding: 10px 10px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top: #7b99d7 solid 1px;
		background-color: #ffffff;
		border: 1px solid rgb(46 129 193);
		border-radius: 10px;
	}
	.header .navcell .nav-li a{
		font-size: 16px;
		display: inline-block;
		width: auto;
		max-width: 100%;
		padding: 10px 0;
		position: relative;
	}
	.header .nav ul li{
		margin-right: 40px;
	}
	/*搜索*/
	.header-other .x-search{
		position: relative;
		width: 290px;
		line-height: 59px;
		overflow: hidden;
	}
	.header-other .x-search::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width:2px;
		height: 80%;
		border-left: #eeeeee solid 1px;
	}
	.header-other .x-search .txt{
		float: left;
		width: 85%;
		background-color: #FFFFFF;
		padding: 0px 20px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-other .x-search .txt input{
		width: 100%;
		background: no-repeat;
		border: none;
		outline: none;
		color: #222;
		font-size: 14px;
	}
	.header-other .x-search .txt input::-webkit-input-placeholder {
		color: #d0d0d0;
	}
	.header-other .x-search .txt input:-moz-placeholder {
		color: #d0d0d0;
	}
	.header-other .x-search .txt input::-moz-placeholder {
		color: #d0d0d0;
	}
	.header-other .x-search .txt input:-ms-input-placeholder {
		color: #d0d0d0;
	}
	.header-other .x-search .icon{
		float: left;
		width: 15%;
		overflow: hidden;
		background: url(../image/search.png) center no-repeat;
	}
	/*标题*/
	.i-title.left{
		text-align: left;
	}
	.i-title .t5{
		font-weight: bold;
		color: #222222;
		font-size: 36px;
		/*margin-top: 20px;*/
	}
	.i-title.white .t2, .i-title.white .t5{
		color: #FFFFFF;
	}
	.i-title .t6{
		color: #222222;
		font-size: 36px;
	}
	.bgcolor1{
		background-color: #f0f5f8;
	}
	/*工地参观*/
	/*前沿工艺*/
	.ce-technology{
		padding-top: 50px;
		padding-bottom: 110px;
	}
	.ce-technology .box{
		margin-top: 40px;
	}
	.ce-technology .box .cont-li{
		float: left;
		width: 25%;
		padding: 5px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ce-technology .box .cont-li.big{
		width: 50%;
	}
	.ce-technology .box .cont-li .s-box{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.ce-technology .box .cont-li .s-box .imgbox{
		width: 100%;
		overflow: hidden;
	}
	.ce-technology .box .cont-li .s-box .imgbox .img{
		width: 100%;
		overflow: hidden;
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.ce-technology .box .cont-li .s-box .imgbox img{
		/*width: 100%;*/
		opacity: 0;
		height: 100%;
	}
	.ce-technology .box .cont-li:hover .imgbox .img{
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.ce-technology .box .cont-li .txtbox{
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 100%;
		background: rgba(0,0,0,.6);
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ce-technology .box .cont-li .txtbox .sp{
		position: relative;
		display: inline-block;
		padding-bottom: 40px;
		font-family: arial;
		font-size: 18px;
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
	}
	.ce-technology .box .cont-li .txtbox .sp::after{
		content: '';
		position: absolute;
		bottom: 14%;
		left: 0;
		right: 0;
		margin: auto;
		width: 1px;
		height: 35%;
		background-color: #FFFFFF;
	}
	.ce-technology .box .cont-li .txtimg{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.ce-technology .box .cont-li .txtimg .person{
		display: inline-block;
		vertical-align: middle;
		width: 37%;
		overflow: hidden;
		text-align: center;
	}
	.ce-technology .box .cont-li .txtimg .person img{
		max-width: 100%;
	}
	.ce-technology .box .cont-li .txtimg .word{
		display: inline-block;
		vertical-align: middle;
		max-width: 60%;
		text-align: center;
		/*padding: 0px 20px;*/
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ce-technology .box .cont-li .txtimg .word .t1{
		color: #ffffff;
		font-size: 30px;
		margin-bottom: 12px;
	}
	.ce-technology .box .cont-li .txtimg .word .t2{
		font-weight: lighter;
		color: #ffffff;
		font-size: 14px;
	}
	/*工地参观页面、完美交付页面*/
	/*标准化工程文件*/
	.e-documents{
		padding: 5% 0 4.7%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.e-documents .box{
		position: relative;
		padding: 0px 75px;
		margin-top: 50px;
		overflow: hidden;
	}
	.e-documents .ed-div{
		position: relative;
		width: 100%;
		overflow: hidden;
		padding-bottom: 65px;
	}
	.e-documents .ed-div .swiper-slide a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.e-documents .ed-div .swiper-slide a img{
		width: 100%;
	}
	.e-documents .swiper-button-next, .e-documents .swiper-button-prev {
		position: absolute;
		top: 32%;
		width: 50px;
		height: 50px;
		margin-top: 0;
		z-index: 10;
		cursor: pointer;
		-moz-background-size: 50px 50px;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.e-documents .swiper-button-prev, .e-documents .swiper-container-rtl .swiper-button-next{
		background-image: url(../image/x18.png);
		left: 0;
		right: auto;
	}
	.e-documents .swiper-button-next, .e-documents .swiper-container-rtl .swiper-button-prev {
		background-image: url(../image/x19.png);
		right: 0;
		left: auto;
	}
	.e-documents .swiper-button-next.swiper-button-disabled, .e-documents .swiper-button-prev.swiper-button-disabled{
		opacity: 1;
	}
	.e-documents .swiper-button-next.swiper-button-disabled{
		background-image: url(../image/x17.png);
	}
	.e-documents .swiper-button-prev.swiper-button-disabled{
		background-image: url(../image/x16.png);
	}
	.e-documents .swiper-container-horizontal>.swiper-pagination-bullets, .e-documents .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
	}
	.e-documents .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.e-documents .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #dae2e7;
		opacity: 1;
	}
	.e-documents .swiper-pagination-bullet-active {
		opacity: 1;
		background: #e76b27;
	}
	/*文明工地*/
	.civilized-site{
		padding-top: 110px;
		padding-bottom: 70px;
	}
	.civilized-site .box{
		margin-top: 50px;
	}
	.civilized-site .box ul li{
		float: left;
		width: -moz-calc((100% - 72px) / 4);
		width: -webkit-calc((100% - 72px) / 4);
		width: calc((100% - 72px) / 4);
		margin-right: 24px;
		margin-bottom: 10px;
	}
	.civilized-site .box ul li:nth-child(4n){
		margin-right: 0;
	}
	.civilized-site .box ul li .img{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.civilized-site .box ul li .img img{
		width: 100%;
	}
	.civilized-site .box ul li .txt{
		padding: 25px 15px;
		text-align: center;
		color: #222222;
		font-size: 16px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*40+岗位流程，标准化无缝对接*/
	.docking{
		position: relative;
	}
	.docking::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		height: 55%;
		background-color: #ecf2f5;
	}
	.docking .box{
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 4.5% 0 7%; 
		background-color: #0e6eb8;
	}
	.docking .box::before{
		content: '';
		position: absolute;
		left: -80px;
		top: 0;
		width: 84px;
		height: 100%;
		background: url(../image/x33.png) center no-repeat;
	}
	.docking .box::after{
		content: '';
		position: absolute;
		right: -80px;
		top: 0;
		width: 84px;
		height: 100%;
		background: url(../image/x34.png) center no-repeat;
	}
	.docking .box .content{
		margin-top: 50px;
		text-align: center;
	}
	.docking .box .content form{
	}
	.docking .box .content .inli{
		display: inline-block;
		vertical-align: top;
		width: 300px;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 30px;
		background-color: #FFFFFF;
		overflow: hidden;
	}
	.docking .box .content .inli input{
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: none;
		border: none;
		outline: none;
		color: #333333;
		font-size: 14px;
	}
	.docking .box .content input::-webkit-input-placeholder{
		color: #c8c8c8;
	}
	.docking .box .content input:-moz-placeholder{
		color: #c8c8c8;
	}
	.docking .box .content input::-moz-placeholder{
		color: #c8c8c8;
	}
	.docking .box .content input:-ms-input-placeholder{
		color: #c8c8c8;
	}
	.docking .box .content .btnli{
		display: inline-block;
		vertical-align: top;
		width: 300px;
		background-color: #e76b27;
		height: 60px;
		line-height: 60px;
	}
	.docking .box .content .btnli input {
		background: none;
		border: none;
		outline: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	/*在建工地*/
	.constructing{
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.constructing .box{
		margin-top: 45px;
	}
	.constructing .box ul li{
		padding: 40px 0px;
		overflow: hidden;
	}
	.constructing .box>ul>li:nth-child(odd){
		background-color: #f5f8fa;
	}
	.constructing .box>ul>li:nth-child(even){
		background-color: #f1f4f6;
	}
	.constructing .box ul li .imgbox{
		float: left;
		width: 30.7%;
		padding: 0 2.85%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.constructing .box ul li .imgbox img{
		max-width: 100%;
		border-radius: 4px;
	}
	.constructing .box ul li .txtbox{
		float: left;
		width: 69.3%;
		padding-right: 4.5%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.constructing .box ul li .txtbox .txt{
		width: 100%;
		overflow: hidden;
	}
	.constructing .box ul li .txtbox .txt .tit{
		float: left;
		max-width: 70%;
		color: #222222;
		font-size: 18px;
		font-weight: bold;
	}
	.constructing .box ul li .txtbox .txt .tit img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.yuyue{
		float: right;
	}
	.yuyue a{
		display: inline-block;
		background-color: #0e6eb8;
		height: 40px;
		line-height: 40px;
		padding: 0px 25px;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		border-radius: 4px;
	}
	.constructing .box ul li .txtbox .infor{
		padding-left: 35px;
	}
	.constructing .box ul li .txtbox .infor span{
		display: inline-block;
		vertical-align: middle;
		margin-right: 90px;
		color: #666666;
		font-size: 14px;
	}
	.constructing .box ul li .txtbox .infor span img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
	}
	.constructing .box ul li .txtbox ul{
		margin-top: 50px;
		overflow: hidden;
	}
	.constructing .box ul li .txtbox ul li{
		float: left;
		width: 14.28%;
		text-align: center;
		padding: 0px;
	}
	.constructing .box ul li .txtbox ul li .icon{
		position: relative;
		width: 100%;
	}
	.constructing .box ul li .txtbox ul li .icon span{
		position: relative;
		z-index: 2;
		display: block;
		margin: auto;
		width: 20px;
		height: 20px;
		background: url(../image/x38.png) center no-repeat;
		background-size: 20px 20px;
	}
	.constructing .box ul li .txtbox ul li.on .icon span{
		background: url(../image/x39.png) center no-repeat;
		background-size: 20px 20px;
	}
	.constructing .box ul li .txtbox ul li .icon::before{
		content:'';
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		margin-top: -1px;
		width: 50%;
		height: 2px;
		background-color: #becdde;
	}
	.constructing .box ul li .txtbox ul li .icon::after{
		content:'';
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		margin-top: -1px;
		width: 50%;
		height: 2px;
		background-color: #becdde;
	}
	.constructing .box ul li .txtbox ul li.on .icon::before, .constructing .box ul li .txtbox ul li.on .icon::after{
		background-color: #0e6eb8;
	}
	.constructing .box ul li .txtbox ul li:first-child .icon::before, .constructing .box ul li .txtbox ul li:last-child .icon::after{
		display: none;
	}
/*.constructing .box ul li .txtbox ul li.on:nth-child(4) .icon::after{
	background-color: #becdde;
	}*/
/*[class~='on']:last-of-type{
	background-color: #becdde;
}
.constructing .box ul li .txtbox ul li.on:last-of-type{
	background-color: #becdde;
	}*/

	.constructing .box ul li .txtbox ul li.on.last .icon::after{
		background-color: #becdde;
	}

	.constructing .box ul li .txtbox ul li .word{
		color: #666666;
		font-size: 14px;
		margin-top: 10px;
	}
	.constructing .box ul li .txtbox ul li.on .word{
		color: #0e6eb8;
	}
	/*合作伙伴*/
	.c-partner{
		padding-bottom: 70px;
	}
	.c-partner .box{
		padding-top: 30px;
	}
	.c-partner .box ul{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.c-partner .box ul li{
		float: left;
		width: 11.56%;
		margin-right: 1.07%;
		margin-bottom: 1.07%;
	}
	.c-partner .box ul li:nth-child(8n){
		margin-right: 0;
	}
	.c-partner .box ul li a{
		position: relative;
		display: block;
		width: 100%;
	}
	.c-partner .box ul li>a>img{
		width: 100%;
	}
	.c-partner .box ul li .mask{
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(14,110,184,.9);
	}
	.c-partner .box ul li:hover .mask{
		opacity: 1;
	}
	.c-partner .box ul li .mask .txt{
		font-weight: bold;
		color: #ffffff;
		font-size: 16px;
		margin-top: 20px;
		word-break: break-word;
	}
	.c-partner .box ul li .cont{
		position: absolute;
		left: 0;
		top: 50%;
		-o-transform: ttranslateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		width: 100%;
	}
	.c-partner .load-more{
		text-align: center;
	}
	.c-partner .load-more a{
		color: #222222;
		font-size: 14px;
		text-decoration: underline;
	}
	/*环保体系*/
	.s-materials{
		padding-top: 30px;
	}
	.s-materials .box{
		margin-top: 40px;
	}
	.s-materials .box ul{
		text-align: center;
	}
	.s-materials .box ul li{
		display: inline-block;
		vertical-align: top;
		margin-right: 7%;
		margin-bottom: 4.5%;
		width: 28%;
	}
	.s-materials .box ul li:nth-child(3n), .s-materials .box ul li:last-child{
		margin-right: 0;
	}
	.s-materials .box ul li .imgbox{
		width: 100%;
		overflow: hidden;
	}
	.s-materials .box ul li .imgbox .img{
		width: 100%;
		overflow: hidden;
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.s-materials .box ul li .imgbox img{
		width: 100%;
		opacity: 0;
	}
	.s-materials .box ul li:hover .imgbox .img{
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.s-materials .box ul li .txtbox{
		text-align: center;
		padding: 20px 20px 30px;
		overflow: hidden;
		border-bottom: #eeeeee solid 1px;
	}
	.s-materials .box ul li .txtbox .icon{
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.s-materials .box ul li .txtbox .icon img{
		width: 11px;
		height: 20px;
	}
	.s-materials .box ul li .txtbox .t1{
		color: #222222;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.s-materials .box ul li .txtbox .t2{
		color: #666666;
		font-size: 14px;
		line-height: 2;
		height: 56px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*优质材料*/
	.currency{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.high-quality-materials{
	}
	.currency.product-customization{
		padding-bottom: 130px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.currency .box{
		margin: 40px auto 0px;
		width: 100%;
		max-width: 1322px;
		padding-bottom: 70px;
		background-color: #FFFFFF;
	}
	.currency .cur-tab{
		position: relative;
		width: 100%;
	}
	.currency .cur-tab ul{
	}
	.currency .cur-tab ul li{
		float: left;
		width: 25%;
		cursor: pointer;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		line-height: 78px;
		border-top: #95a4b4 solid 2px;
		background-color: #95a4b4;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.currency .cur-tab ul li.on, .currency .cur-tab ul li:hover{
		color: #222222;
		border-top: #e76b27 solid 2px;
		background-color: #ffffff;
	}
	.product-customization.currency .cur-tab ul li.on{
		color: #e76b27;
	}
	.currency .cur-box{
		margin-top: 80px;
	}
	.currency .cur-li{
		width: 100%;
		overflow: hidden;
		display: none;
	}

	.currency .on{
		display:block
	}
/*.currency .cur-li.hide{
	display: none;
	}*/
	.currency .cur-tit{
		padding: 0 6%;
	}
	.currency .cur-tit .t1{
		color: #222222;
		font-size: 18px;
		font-weight: bold;
	}
	.currency .cur-tit .t2{
		color: #666666;
		font-size: 14px;
		line-height: 2;
		margin-top: 25px;
	}
	.currency .cur-div{
		position: relative;
		padding: 0 6%;
		margin-top: 60px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.currency .cur-div .swiper-container{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.currency .cur-div .swiper-slide .pic, .currency .cur-div .swiper-slide a{
		display: block;
		width: 100%;
		text-align: center;
	}
	.currency .cur-div .swiper-slide a img{
		width: 100%;
	}
	.currency .swiper-button-next, .currency .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		z-index: 10;
		cursor: pointer;
		-moz-background-size: 9px 16px;
		-webkit-background-size: 9px 16px;
		background-size: 9px 16px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.currency .swiper-button-next, .currency .swiper-container-rtl .swiper-button-prev{
		background-image: url(../image/x102.png);
		right: 4%;
		left: auto;
	}
	.currency .swiper-button-prev, .currency .swiper-container-rtl .swiper-button-next {
		background-image: url(../image/x101.png);
		left: 4%;
		right: auto;
	}
	/*精工品质*/
	.seiko-quality{
	}
	.seiko-quality .content{
		padding-top: 50px;
		padding-bottom: 60px;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	.seiko-quality .content .box{
		margin-top: 50px;
	}
	.seiko-quality .content .box ul li{
		float: left;
		width: 30.9%;
		margin-right: 3.65%;
		margin-bottom: 3.65%;
		background-color: #FFFFFF;
	}
	.seiko-quality .content .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.seiko-quality .content .box ul li a{
		display: block;
		width: 100%;
	}
	.seiko-quality .content .box ul li .imgbox{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.seiko-quality .content .box ul li .imgbox{
		width: 100%;
		overflow: hidden;
	}
	.seiko-quality .content .box ul li .imgbox .img{
		width: 100%;
		overflow: hidden;
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.seiko-quality .content .box ul li .imgbox img{
		width: 100%;
		opacity: 0;
	}
	.seiko-quality .content .box ul li:hover .imgbox .img{
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.seiko-quality .content .box ul li .num{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 70px;
		height: 72px;
		border-radius: 40px 0px 0px 0px;
		background: url(../image/x120.jpg) center no-repeat;
		background-size: cover;
		text-align: center;
	}
	.seiko-quality .content .box ul li .num span{
		display: inline-block;
		margin-top: 24px;
		font-family: arial;
		color: #ffffff;
		font-size: 24px;
		border-bottom: rgba(255,255,255,.3) dotted 1px;
	}
	.seiko-quality .content .box ul li .txtbox{
		text-align: center;
		padding: 40px 20px 50px 20px;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		color: #222222;
		font-size: 24px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.seiko-quality .content .box ul li .txtbox .t2{
		font-family: arial;
		font-size: 12px;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 5px;
	}
	.seiko-quality .content .box ul li .txtbox .t3{
		color: #666666;
		font-size: 14px;
		line-height: 2;
		max-width: 320px;
		width: 100%;
		margin: 15px auto 0px;
		min-height: 84px;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	/*免费服务*/
	.free-service{
		background: #f0f5f8 url(../image/x129.png) top right no-repeat;
	}
	.free-service .modular{
		margin-top: 70px;
	}
	.free-service .modular ul li{
		position: relative;
		float: left;
		width: 30.9%;
		margin-right: 3.65%;
		margin-bottom: 3.65%;
		border-radius: 10px;
		overflow: hidden;
	}
	.free-service .modular ul li:nth-child(3n){
		margin-right: 0;
	}
	.free-service .modular ul li .cont{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 25px 30px;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #FFFFFF;
	}
	.free-service .modular ul li .t1{
		font-family: arial;
		color: #999999;
		font-size: 18px;
		text-align: left;
	}
	.free-service .modular ul li .t2{
		font-weight: bold;
		color: #222222;
		font-size: 18px;
		text-align: center;
		margin: 40px auto 20px;
	}
	.free-service .modular ul li .t2 span{
		display: inline-block;
		color: #2a5cf8;
	}
	.free-service .modular ul li .t3{
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
		line-height: 2;
		color: #666666;
		font-size: 14px;
		text-align: center;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.free-service .modular ul li .icon{
		text-align: center;
		margin-top: 15px;
	}
	.free-service .modular ul li .icon img{
		max-width: 30%;
	}
	.free-service .modular ul li .img{
		width: 100%;
		overflow: hidden;
	}
	.free-service .modular ul li .img img{
		width: 100%;
	}
	/*预约设计*/
	.appointment-design{
		margin-top: 35px;
		padding-bottom: 100px;
	}
	.appointment-design .content{
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 10px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.appointment-design .content.bgcolor1{
		background-color: #f0f5f8;
	}
	.appointment-design .box{
		max-width: 1110px;
		width: 90%;
		margin: 0 auto;
	}
	.appointment-design .box form{
		margin-top: 30px;
	}
	.appointment-design .box .line{
		width: 100%;
		overflow: hidden;
	}
	.appointment-design .box .line .line-li{
		float: left;
		width: 31.53%;
		margin-right: 2.7%;
		margin-bottom: 2.7%;
		background-color: #f3f5f8;
		padding: 0px 30px 0px 35px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 4px;
	}
	.appointment-design .content.bgcolor1 .box .line .line-li{
		background-color: #FFFFFF;
	}
	.appointment-design .box .line .line-li:nth-child(3n){
		margin-right: 0;
	}
	.appointment-design .box .line .line-li.must{
		position: relative;
	}
	.appointment-design .box .line .line-li.must .sp{
		position: absolute;
		left: 12px;
		top: 22px;
		width: 10px;
		text-align: center;
		color: #e76b27;
		font-size: 14px;
	}
	.appointment-design .box .line .line-li input{
		width: 100%;
		color: #222222;
		font-size: 14px;
		height: 60px;
		border: none;
		background: none;
		outline: none;
	}
	.appointment-design .box .line .line-li.area{
		padding-right: 0;
	}
	.appointment-design .box .line .line-li.area input{
		float: left;
		width: 75%;
		overflow: hidden;
	}
	.appointment-design .box .line .unit{
		float: left;
		width: 25%;
		color: #222222;
		font-size: 14px;
		height: 60px;
		line-height: 45px;
		padding-left: 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.appointment-design .box .line .text-box{
		background-color: #f3f5f8;
		border-radius: 4px;
		padding: 20px 30px;
		min-height: 150px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.appointment-design .content.bgcolor1 .box .line .text-box{
		background-color: #FFFFFF;
	}
	.appointment-design .box .line .text-box textarea{
		width: 100%;
		resize: none;
		border: none;
		background: none;
		outline: none;
		font-family: "微软雅黑";
		color: #222222;
		font-size: 14px;
		line-height: 1.8;
	}
	.appointment-design .box .line input::-webkit-input-placeholder, 
	.appointment-design .box .line textarea::-webkit-input-placeholder{
		color: #999999;
	}
	.appointment-design .box .line input:-moz-placeholder, 
	.appointment-design .box .line textarea:-moz-placeholder{
		color: #999999;
	}
	.appointment-design .box .line input::-moz-placeholder, 
	.appointment-design .box .line textarea::-moz-placeholder{
		color: #999999;
	}
	.appointment-design .box .line input:-ms-input-placeholder, 
	.appointment-design .box .line textarea:-ms-input-placeholder{
		color: #999999;
	}
	.appointment-design .box .btn {
		width: 250px;
		text-align: center;
		background: url(../image/x130.jpg) center no-repeat;
		background-size: cover;
		margin-top: 30px;
		border-radius: 4px;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.appointment-design .box .btn input{
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		background: none;
		border: none;
		outline: none;
	}
	.appointment-design .box .btn:hover{
		box-shadow: 0px 0px 20px rgba(0,0,0,.2)
	}
	/*首页新增*/
	.decoration-drawing .box .boxli.x-video{
		cursor: pointer;
	}
	.decoration-drawing .box .boxli.x-video .bg{
		background: url(../image/xmbg.png) bottom center no-repeat;
		background-size: 100% auto;;
	}
	/*前沿设计*/
	.d-title{
		position: relative;
	}
	.d-title .t1{
		color: #222222;
		font-size: 36px;
		font-weight: bold;
	}
	.d-title .t2{
		color: #666666;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.d-title .t3{
		color: #666666;
		font-size: 16px;
		line-height: 2;
		margin-top: 15px;
	}
	.design-concept .d-title .t3{
		margin-top: 40px;
	}
	.d-title .line{
		position: absolute;
		left: -60px;
		top: 10px;
		width: 30px;
		height: 2px;
		background-color: #115da9;
	}
	.d-title.white .t1, .d-title.white .t2, .d-title.white .t3{
		color: #FFFFFF;
	}
	.d-title.white .line{
		background-color: #FFFFFF;
	}
	/*办公室设计理念*/
	.design-concept{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.design-concept .box .left{
		float: left;
		width: 56%;
	}
	.design-concept .box .right{
		float: right;
		width: 36%;
		text-align: center;
		overflow: hidden;
	}
	/*办公室设计表现*/
	.design-performance{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.design-performance .box{
		margin-top: 45px;
	}
	.design-performance .box ul li{
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.design-performance .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.design-performance .box ul li a{
		display: block;
		width: 100%;
	}
	.design-performance .box ul li .imgbox{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.design-performance .box ul li .imgbox .img{
		width: 100%;
		overflow: hidden;
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.design-performance .box ul li .imgbox img{
		width: 100%;
		opacity: 0;
	}
	.design-performance .box ul li:hover .imgbox .img{
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.design-performance .box ul li .imgbox .icon{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../image/x139.png) center no-repeat;
	}
	.design-performance .box ul li .txt{
		padding: 20px;
		text-align: center;
		color: #222222;
		font-size: 18px;
		font-weight: bold;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/*视频弹窗样式*/
	.bigPicLayer {
		display: none;
		width: 1000px;
		height: 556px;
		position: fixed;
		z-index:1000;

		top: 40% !important;
		margin-top: -180px;
		padding: 10px;
	}
	.bigPicLayer iframe{
		width:1000px;
		height:556px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../image/m5_off.png) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 1000;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 50px;
		background: #009690;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		text-align: center;
	}

	.bigPicLayer .imgDiv img {
		width: 100%;
	}

	.bigPicLayer .imgDiv span {
		display: block;
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}
	.video_all{
		position:fixed;
		top:0;
		left:0;
		z-index:999;
		display:none;
		width:100%;
		height:100%;
		opacity:0.5;
		-moz-opacity:0.5;
		filter:alpha(opacity=50);
		background-color:#000;
	}


	/* 2021样式修改 */

	.decoration-drawing .i-title .t2 {
		font-size: 22px;
		margin-top: 5px;
	}

	.decoration-drawing .i-title .t2 a {
		margin: 0 37px;
		position: relative;
		transition: all 0.5s;
		padding-top: 15px;
	}

	.decoration-drawing .i-title .t2 a.on,.decoration-drawing .i-title .t2 a:hover {
		color: #387df9;
	}

	.decoration-drawing .i-title .t2 a::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: -6px;
		width: 0%;
		height: 3px;
		background-color: #387df9;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.decoration-drawing .i-title .t2 a.on::before,.decoration-drawing .i-title .t2 a:hover::before {
		width: 100%;
	}

	.decoration-drawing .box_cases {
		display: none;
	}

	.decoration-drawing .box_cases.on {
		display: block;
	}

	.combination .i-title .t1 {
		text-align: center;
	}

	.combination .box_2021 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.combination .box_2021 ul li {
		width: 30%;
		display: flex;
		padding: 47px 0;
	}

	.combination .box_2021 ul li .img {
		width: 80px;
		padding-right: 22px;
	}

	.combination .box_2021 ul li .txtbox {
		flex: 1;
	}

	.combination .box_2021 ul li .txtbox .title {
		font-size: 24px;
		color: #202020;
		padding-bottom: 10px;
	}

	.combination .box_2021 ul li .txtbox .txt {
		font-size: 16px;
		color: #666;
		line-height: 1.8;
	}



	@media screen and (max-width: 1440px) {
		.bigPicLayer {
			display: none;
			width: 600px;
			height: 350px;
			position: fixed;
			z-index: 1000;
			top: 40% !important;
			margin-top: -100px;
			padding: 10px;
		}

		.bigPicLayer iframe{
			width:100%;
			height:388px;
		}
		.bigPicLayer .close {
			display: block;
			width: 38px;
			height: 38px;
			background: url(../image/m5_off.png) no-repeat;
			right: -50px;
			top: -50px;
			position: relative;
			position: absolute;
			z-index: 222;
		}

		.bigPicLayer .close em {
			width: 1px;
			height: 50px;
			background: #0a448d;
			display: none;
			position: absolute;
			left: 50%;
			margin-left: -0.5px;
			top: 100%;
		}

		.bigPicLayer .imgDiv {
			text-align: center;
		}

		.bigPicLayer .imgDiv img {
			width: 100%;
		}

		.bigPicLayer .imgDiv span {
			display: block;
			text-align: center;
			font-size: 18px;
			margin-top: 16px;
			color: #fff;
			font-weight: bold;
			position: absolute;
			left: 0;
			top: 100%;
			width: 100%;
		}

	}


	@media screen and (max-width: 1004px) {
		.bigPicLayer {
			display: none;
			width: 100%;
			height: 100$;
			position: fixed;
			z-index: 1000;
			top: 40% !important;
			margin-top: -100px;
			padding: 10px;
		}

		.bigPicLayer .close {
			display: block;
			width: 48px;
			height: 48px;
			background: url(../image/m5_off.png) no-repeat;
			right: 40px;
			top: -50px;
			position: relative;
			position: absolute;
			z-index: 222;
		}

		.bigPicLayer .close em {
			width: 1px;
			height: 20px;
			background: #0a448d;
			display: none;
			position: absolute;
			left: 50%;
			margin-left: -0.5px;
			top: 100%;
		}
		.wrap{
			text-align:center;
			margin:0 auto
		}
		#CuPlayer iframe{
			width:60%;
			height:380px;
		}
		.bigPicLayer .imgDiv {
			height: 169px;
		}

	}
	/*设计要点*/
	.design-points{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.design-points .box{
		margin-top: 45px;
	}
	.design-points .box ul li{
		position: relative;
		float: left;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		/*overflow: hidden;*/
	}
	.design-points .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.design-points .box ul li .above{
		position: relative;
	/*-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	transform: rotateY(0deg);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 24;*/
	box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	border-radius: 10px;
	/*display: table;*/
	text-align: center;
	width: 100%;
	padding: 50px 40px 40px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.design-points .box ul li:hover .above{
	opacity: 0;
	/*z-index: 35;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;*/
}
.design-points .box ul li .above .above-box{
	/*display: table-cell;
	vertical-align: middle;*/
	text-align: center;
}
.design-points .box ul li .above .above-box .t1{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.design-points .box ul li .above .above-box .t2{
	font-weight: lighter;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.design-points .box ul li .above .above-box .icon{
	width: 100%;
}
.design-points .box ul li .above .above-box .icon img{
	/*max-width: 65px;
	max-height: 64px;*/
	max-width: 20%;
}
.design-points .box ul li .below{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	background: url(../image/x152.jpg) center no-repeat;
	background-size: cover;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	/*-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	transform: rotateY(-180deg);
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;*/
	z-index: 13;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	border-radius: 10px;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: table;
}
.design-points .box ul li:hover .below{
	opacity: 1
	/*-webkit-animation: fadeIn 0.8s;
	animation: fadeIn 0.8s;*/
}
.design-points .box ul li:hover .below{
	/*z-index: 46;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;*/
}
.design-points .box ul li .below .below-box{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-right: 28%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.design-points .box ul li .below .t1{
	color: #ffffff;
	font-size: 18px;
}
.design-points .box ul li .below .t2{
	font-weight: lighter;
	color: rgba(255,255,255,.4);
	font-size: 12px;
}
.design-points .box ul li .below .t3{
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.design-points .box ul li .below .below-box .icon{
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 100%;
	text-align: right;
}
.design-points .box ul li .below .below-box .icon img{
	max-width: 20%;
}
/*设计流程*/
.design-process{
	padding-top: 90px;
	padding-bottom: 30px;
	background: url(../image/x153.png) top center no-repeat;
	background-size: 100% auto;
}
.design-process .box{
	margin-top: 45px;
	padding: 6% 0 0;
	background: #f7f7f7 url(../image/x154.png) bottom center no-repeat;
	border-radius: 20px;
}
.design-process .box ul{
	text-align: center;
	padding: 0 3.5%;
	overflow: hidden;
}
.design-process .box ul li{
	display: inline-block;
	vertical-align: top;
	max-width: 160px;
	margin-bottom: 80px;
}
.design-process .box ul li:nth-child(10){
	display: none;
}
.design-process .box ul li .icon{
	text-align: center;
	margin-bottom: 12px;
}
.design-process .box ul li .icon span{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	font-family: arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color: #e76b27;
}
.design-process .box ul li .t1{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}
.design-process .box ul li .t2{
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	height: 46px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.design-process .box ul li .arrow{
	position: relative;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 40px;
}
.design-process .box ul li .arrow img{
	width: 20px 15px;
}
.design-process .box ul li .arrow::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 1px;
	border-bottom: #e5e5e5 dashed 1px;
}
.design-process .box ul li .arrow::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 1px;
	border-bottom: #e5e5e5 dashed 1px;
}
/*设计案例*/
.design-case{
	padding-top: 50px;
}
.design-case .box{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.design-case .box .content{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 50px;
}
.design-case .box .content .view-li{
	margin: 20px 10px;
	box-shadow: 4px 4px 30px rgba(0,0,0,.06);
}
.design-case .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #eeeeee;
	opacity: 1;
}
.design-case .swiper-pagination-bullet-active {
	background: #0e6eb8;
}
.design-case .swiper-container-horizontal>.swiper-pagination-bullets, .design-case .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.design-case .swiper-button-next, .design-case .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 11px;
	height: 22px;
	margin-top: -11px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 11px 22px;
	-webkit-background-size: 11px 22px;
	background-size: 11px 22px;
	background-position: center;
	background-repeat: no-repeat;
}
.design-case  .swiper-button-next, .design-case .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/img155.png);
	right: 3%;
	left: auto;
}
.design-case .swiper-button-prev, .design-case .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/img153.png);
	left: 3%;
	right: auto;
}
.design-case  .swiper-button-next:hover, .design-case .swiper-container-rtl .swiper-button-prev:hover{
	background-image: url(../image/img156.png);
}
.design-case .swiper-button-prev:hover, .design-case .swiper-container-rtl .swiper-button-next:hover{
	background-image: url(../image/img154.png);
}


/*全案定制*/
.case-customization{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.case-customization .current .position a, .case-customization .current .position span{
	color: #FFFFFF;
}
.case-customization .why{
	margin-top: 30px;
}
.case-customization .why .box{
	margin-top:30px;
	text-align: center;
}
.case-customization .why .box img{
	display: block;
	max-width: 100%
}
.case-customization .why .box .img2{
	display: none;
}
/*我们的实力*/
.our-strength{
	padding-top: 80px;
	padding-bottom: 110px;
}
.our-strength .box{
	margin-top: 45px;
}
.our-strength .box>ul>li{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 70px 0px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-strength .box>ul>li:nth-child(odd){
	background-color: #f1f4f6;
}
.our-strength .box>ul>li:nth-child(even){
	background-color: #f5f8fa;
}
.our-strength .box ul li .num{
	position: absolute;
	top: 70px;
	right: 5.7%;
	font-family: arial;
	font-weight: bold;
	font-size: 46px;
	color: #becdde;
}
.our-strength .box ul li .icon{
	float: left;
	width: 18.5%;
	text-align: center;
}
.our-strength .box ul li .icon img{
	max-width: 44.6%;
}
.our-strength .box ul li .txtbox{
	float: left;
	width: 70%;
	padding-left: 50px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-strength .box ul li .tit{
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}
.our-strength .box ul li .txtbox .word{
	margin-top: 20px;
}
.our-strength .box ul li .txtbox .word li{
	position: relative;
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-strength .box ul li .txtbox .word li i{
	position: absolute;
	left: 4px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../image/x164.png) center no-repeat;
	background-size: 8px 8px;
}
.our-strength .box ul li .line{
	margin-top: 30px;
	padding-top: 30px;
	border-top: #e5e5e5 solid 1px;
}
.our-strength .box ul li .bigimg .img2{
	display: none;
}
.our-strength .box ul li .txtbox .tuwen{
	margin-top: 20px;
}
.our-strength .box ul li .txtbox .tuwen li{
	float: left;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.our-strength .box ul li .txtbox .tuwen li:nth-child(4n){
	margin-right: 0;
}
.our-strength .box ul li .txtbox .tuwen li .img{
	width: 100%;
	overflow: hidden;
}
.our-strength .box ul li .txtbox .tuwen li .img img{
	width: 100%;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-strength .box ul li .txtbox .tuwen li:hover img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.our-strength .box ul li .txtbox .tuwen li .t1{
	position: relative;
	padding-left: 30px;
	color: #222222;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-strength .box ul li .txtbox .tuwen li:hover .t1{
	color: #2a5cf8;
}
.our-strength .box ul li .txtbox .tuwen li .t1 span{
	position: absolute;
	left: 4px;
	top: 0;
	width: 19px;
	height: 100%;
	background: url(../image/x177.png) center no-repeat;
	background-size: 19px 13px;
}
/**/
.swimg{
	margin-top: 20px;
}
.swimg .box{
	position: relative;
	padding: 0px 30px;
	margin-top: 50px;
	overflow: hidden;
}
.swimg .swimg-div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swimg .swimg-div .swiper-slide a{
	display: block;
	width: 100%;
}
.swimg .swimg-div .swiper-slide a>img{
	display: block;
	width: 100%;
}
.swimg .swimg-div .swiper-slide a .t1{
	position: relative;
	padding-left: 30px;
	color: #222222;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.swimg .swimg-div .swiper-slide a .t1 i{
	position: absolute;
	left: 4px;
	top: 0;
	width: 19px;
	height: 100%;
	background: url(../image/x177.png) center no-repeat;
	background-size: 19px 13px;
}
.swimg .swiper-button-next, .swimg .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 16px;
	margin-top: -8px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	background-position: center;
	background-repeat: no-repeat;
}
.swimg .swiper-button-prev, .swimg .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/x239.png);
	left: 0;
	right: auto;
}
.swimg .swiper-button-next, .swimg .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/x240.png);
	right: 0;
	left: auto;
}
.swimg .swiper-button-next.swiper-button-disabled, .swimg .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swimg .swiper-container-horizontal>.swiper-pagination-bullets, .swimg .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.swimg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}


/*全产业链*/
.supply-chain-system{
	padding-bottom: 100px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.supply-chain-system .content{
	margin-top: 50px;
}
.supply-chain-system .box{
	margin-top: 70px;
	text-align: center;
	overflow: hidden;
}
.supply-chain-system .box img{
	margin: 0 auto;
}
.supply-chain-system .box .img2{
	display: none;
}
/**/
.undertake{
	padding: 6.7% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.undertake .box{

}
.undertake .box .content{
	text-align: center;
}
.undertake .box .content .t1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}
.undertake .box .content .t2{
	max-width: 550px;
	width: 100%;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.8;
	margin: 10px auto 0px;
}
.undertake .box .content .t2 .sp{
	display: inline-block;
	color: #edad00;
}
/**/
.combox{
	padding-top: 80px;
	padding-bottom: 80px;
}
.combox .subtitle{
	width: 100%;
	overflow: hidden;
	padding-bottom: 36px;
	border-bottom: #e5e5e5 solid 1px;
}
.combox .subtitle .left{
	float: left;
	width: 35.7%;
}
.combox .subtitle .right{
	float: right;
	width: 62.8%;
}
.combox .subtitle .t1{
	color: #000000;
	font-size: 34px;
	font-weight: bold
}
.combox .subtitle .t2{
	color: #d6d6d6;
	font-size: 18px;
	font-weight: bold;
	word-break: break-word;
}
.combox .subtitle .t3{
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
}
.combox .content .tit{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
}
.combox .content1 ul li{
	float: left;
	width:-moz-calc((100% - 60px) / 7);
	width:-webkit-calc((100% - 60px) / 7);
	width:calc((100% - 60px) / 7);
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: #f1f1f1 solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.combox .content1 ul li:nth-child(7n){
	margin-right: 0;
}
.combox .content2 ul li{
	float: left;
	width: 23.725%;
	margin-right: 1.7%;
	margin-bottom: 1.7%;
	background-color: #ffffff;
	border: #eeeeee solid 1px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.combox .content2 ul li:nth-child(4n){
	margin-right: 0;
}
.combox .content ul li a{
	display: block;
	width: 100%;
}
.combox .content ul li a img{
	width: 100%;
}
.combox .morebox{
	text-align: center;
	margin-top: 60px;
	background-color: #f6f8f9;
	padding: 18px 0px;
}
.combox .morebox a{
	font-size: 16px;
	color: #115da9;
}
.x-promise{
	padding-top: 10%;
	padding-bottom: 5.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.x-promise ul{
	text-align: center;
}
.x-promise ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 19.28%;
	margin-right: 2.14%;
	min-height: 304px;
	background: url(../image/x214.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: -50px;
}
.x-promise ul li:first-child{
	background: url(../image/x215.png) center no-repeat;
	background-size: 100% 100%;
}
.x-promise ul li .cont{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.x-promise ul li .t1{
	color: #ffffff;
	font-size: 44px;
	font-weight: bold;
}
.x-promise ul li .line{
	width: 26px;
	height: 2px;
	background-color: #115da9;
	margin: 0px auto 25px;
}
.x-promise ul li .t2{
	color: #222222;
	font-size: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.x-promise ul li .t3{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.x-promise ul li .icon{
	text-align: center;
	margin: 20px auto;
}
.x-promise ul li .icon img{
	width: 25px;
	height: 23px;
}
.x-promise ul li .t4{
	color: #999999;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*项目案例*/
.project-cases{
	padding-bottom: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.project-cases .content{
	margin-top: 65px;
}
.project-cases .box{
	position: relative;
	margin-top: 45px;
	padding: 0 75px;
}
.picturebox{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}
.picture{
	width: 100%;
	overflow: hidden;
}
.picture .picture-li{
	float: left;
	width: 42.85%;
	overflow: hidden;
}
.picture .picture-li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.picture .picture-li .img img{
	width: 100%;
}
.picture .picture-li .txt{
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
.picture .picture-li .txt .t1{
	color: #222222;
	font-size: 20px;
}
.picture .picture-li .txt .t2{
	color: #999999;
	font-size: 12px;
}
.picture .deliver{
	float: left;
	width: 14.3%;
	overflow: hidden;
	text-align: center;
}
.picture .deliver .txt{
	margin-top: 40%;
}
.picture .deliver .txt .t1{
	color: #0e6eb8;
	font-size: 20px;
	font-weight: bold;
}
.picture .deliver .txt .t2{
	margin-top: 15px;
}
.picture .deliver .txt .t2 img{
	max-width: 72%;
}
.picturebox .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #becdde;
	opacity: 1;
}
.picturebox .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0e6eb8;
}
.picturebox.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.picturebox.swiper-container-horizontal>.swiper-pagination-bullets, .picturebox .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.project-cases .swiper-button-next, .project-cases .swiper-button-prev {
	position: absolute;
	top: 32%;
	width: 50px;
	height: 50px;
	/* margin-top: -25px;*/
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.project-cases .swiper-button-prev, .project-cases .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/x18.png);
	left: 0;
	right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/x19.png);
	right: 0;
	left: auto;
}
.swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../image/x17.png);
}
.swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(../image/x16.png);
}
.deliver-banner{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.deliver-banner .box{
	width: 100%;
	overflow: hidden;
}
.deliver-banner .box .txt{
	float: left;
	width: 61%;
	overflow: hidden;
	padding-top: 5%;
}
.deliver-banner .box .txt .t1{
	color: #2b455a;
	font-size: 36px;
	font-weight: bold;
}
.deliver-banner .box .txt .t2{
	margin-top: 30px;
}
.deliver-banner .box .txt .t2 a{
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin-left: 10px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.deliver-banner .box .img{
	float: right;
	width: 38%;
	overflow: hidden;
}
.deliver-banner .box .img img{
	width: 100%;
}
/**/
.quality-assurance-system{
	padding-top: 50px;
	padding-bottom: 50px;
}
.quality-assurance-system .box{
	margin-top: 100px;
}
.quality-assurance-system .box .cont{
	padding-bottom: 50px;
	padding-top: 30px;
	border-top: #eeeeee solid 1px;
}
.quality-assurance-system .box .cont .tit{
	position: relative;
	padding-left: 70px;
	/*overflow: hidden;*/
	color: #222222;
	font-size: 22px;
	line-height: 2.2;
}
.quality-assurance-system .box .cont .tit .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #e76b27;
	font-family: arial;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.quality-assurance-system .box .cont .txtbox{
	margin-top: 30px;
	padding-left: 70px;
	padding-right: 20px;
	color: #444444;
	font-size: 14px;
	line-height: 1.8;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quality-assurance-system .box .cont ul{
	margin-top: 30px;
	padding-left: 70px;
	padding-right: 20px;
	/* overflow: hidden; */
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quality-assurance-system .box .cont1 ul li{
	float: left;
	width: -moz-calc((100% - 60px) / 4);
	width: -webkit-calc((100% - 60px) / 4);
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f0f5f8;
	padding: 3%;
	min-height: 400px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quality-assurance-system .box .cont1 ul li:nth-child(4n){
	margin-right: 0;
}
.quality-assurance-system .box .cont1 ul li .icon{
	text-align: left;
	overflow: hidden;
}
.quality-assurance-system .box .cont1 ul li .icon img{
	max-width: 37%;
}
.quality-assurance-system .box .cont1 ul li .t1{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}
.quality-assurance-system .box .cont1 ul li .t2{
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
	word-break: break-word;
}
/**/
.quality-assurance-system .box .cont2 ul li{
	position: relative;
	float: left;
	width: 48.85%;
	margin-right: 2.3%;
	margin-bottom: 2.3%;
	background-color: #f0f5f8;
	padding: 3.8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quality-assurance-system .box .cont2 ul li:nth-child(2n){
	margin-right: 0;
}
.quality-assurance-system .box .cont2 ul li .icon{
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 1px 25px rgba(20,29,34,.1);
	text-align: center;
	overflow: hidden;
}
.quality-assurance-system .box .cont2 ul li .icon img{
	max-width: 36%;
}
.quality-assurance-system .box .cont2 ul li .txt{
	float: right;
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
}
.quality-assurance-system .box .cont2 ul li .t1{
	color: #b4cce6;
	font-size: 16px;
	margin-top: 10px;
}
.quality-assurance-system .box .cont2 ul li .t2{
	color: #222222;
	font-size: 30px;
	font-weight: bold;
}
/**/
.quality-assurance-system .box .cont3 ul li{
	position: relative;
	float: left;
	width: 22.15%;
	margin-right: 3.8%;
	margin-bottom: 3.8%;
}
.quality-assurance-system .box .cont3 ul li:nth-child(4n){
	margin-right: 0;
}
.quality-assurance-system .box .cont3 ul li .icon{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 50%;
	background-color: #e76b27;
	text-align: center;
	overflow: hidden;
}
.quality-assurance-system .box .cont3 ul li::before{
	content: '';
	position: absolute;
	left: 7px;
	bottom: 0px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(20,29,34,.1);
}
.quality-assurance-system .box .cont3 ul li .txt{
	width: 100%;
	background-color: #f0f5f8;
	margin-top: 20px;
	padding-left: 100px;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	border-radius: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quality-assurance-system .box .cont3 ul li .txt span{
	display: inline-block;
	margin-right: 10px;
	font-family: "arial";
	color: #93aac2;
}
/**/
.quality-assurance-system .box .cont4 ul li{
	float: left;
	width: -moz-calc((100% - 25px) / 6);
	width: -webkit-calc((100% - 25px) / 6);
	width: calc((100% - 25px) / 6);
	margin-right: 5px;
	margin-bottom: 20px;
	background-color: #f5f8fa;
	padding: 20px;
	min-height: 300px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.quality-assurance-system .box .cont4 ul li:nth-child(6n){
	margin-right: 0;
}
.quality-assurance-system .box .cont4 ul li .t1{
	font-family: "arial";
	color: #becdde;
	font-size: 40px;
	font-weight: bold;
	margin-top: 40px;
}
.quality-assurance-system .box .cont4 ul li .t2{
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}
.quality-assurance-system .box .cont4 ul li .t3{
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
}
.quality-assurance-system .box .cont4 ul li .line{
	width: 20px;
	height: 2px;
	background-color: #93aac2;
	margin: 25px auto;
}
/*首页-办公室装修一站式服务*/
.office-decoration{
	padding-top: 85px;
	padding-bottom: 40px;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.office-decoration .box{
	margin-top: 45px;
}
.office-decoration ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 3.6%;
	background-color: #FFFFFF;
}
.office-decoration ul li:nth-child(3n){
	margin-right: 0;
}
.office-decoration ul li .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.office-decoration ul li .imgbox .img{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.office-decoration ul li .imgbox img{
	width: 100%;
	opacity: 0;
}
.office-decoration ul li:hover .imgbox .img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.office-decoration ul li .txtbox{
	padding: 30px 20px 30px;
	overflow: hidden;
	text-align: center;
}
.office-decoration ul li .txtbox .t1{
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.office-decoration ul li:hover .txtbox .t1{
	color: #0090ff;
}
.office-decoration ul li .txtbox .t2{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	color: #666666;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 84px;
}
.office-decoration ul li .txtbox .line{
	margin: 15px auto 10px;
	width: 30px;
	height: 1px;
	background-color: #000000;
}
/*案例展示新增*/
.case-label{
	margin: 25px auto 50px;
	overflow: hidden;
}
.case-label ul{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 10px 50px 15px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cases .case-label ul li{
	float: none;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 0;
	margin-right: 0;
}
.cases .case-label ul li:last-child{
	margin-bottom: 0;
}
.case-label ul li .sp{
	float: left;
	width: 75px;
	overflow: hidden;
	text-align: left;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.case-label ul li .labelbox{
	float: left;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding-bottom: 10px;
	border-bottom: #eeeeee solid 1px;
}
.case-label ul li:last-child .labelbox{
	border-bottom: none;
	padding-bottom: 0;
}
.case-label ul li .labelbox a{
	font-size: 16px;
	color: #333;
	line-height: 32px;
	padding: 0px 5px;
	margin-right: 60px;
	font-weight: 600;

}
.case-label ul li .labelbox a.on, .case-label ul li .labelbox a:hover{
	color: #0e6eb8;
}
/**/
.case-box .imgbox.xvideo{
	position: relative;
}
.case-box .imgbox.xvideo::before, .case-box .imgbox.xvideo:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url(../image/x139.png) center no-repeat;
	background-size: 60px 60px;
}
/**/
@media screen and (max-width: 1680px){
	/*工地参观*/
	.ce-technology{
		padding-bottom: 90px;
	}
	.civilized-site{
		padding-top: 90px;
	}
	.constructing{
		padding-top: 90px;
	}
	/*优质材料*/
	.currency {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.currency.product-customization{
		padding-bottom: 90px;
	}
	/*完美交付*/
	.project-cases{
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 1440px){
	.header .conwidth{
		padding-left: 3%;
		padding-right: 3%;
	}
	/*工地参观*/
	.ce-technology{
		padding-bottom: 70px;
	}
	.civilized-site{
		padding-top: 70px;
	}
	.constructing{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/*优质材料*/
	.currency {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.currency.product-customization{
		padding-bottom: 70px;
	}
	/*免费服务*/
	.appointment-design{
		padding-bottom: 70px;
	}
	.appointment-design .content{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.free-service .modular ul li .t2{
		margin-top: 20px;
	}
	/*前沿设计*/
	.design-concept{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.design-process{
		padding-top: 70px;
	}
	.design-process .box ul li .arrow{
		padding: 0px 30px;
	}
	/*全案定制*/
	.our-strength{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.our-strength .box>ul>li{
		padding: 50px 0px;
	}
	/*全产业链*/
	.x-promise ul li{
		min-height: 275px;
	}
	/*完美交付*/
	.project-cases{
		padding-bottom: 70px;
	}
	/*无忧售后*/
	.quality-assurance-system .box{
		margin-top: 70px;
	}
}
@media screen and (max-width: 1366px){
	.office-decoration ul li .txtbox{
		padding: 20px 20px 20px;
	}
	/*精工品质*/
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 22px;
	}
	/*前沿设计*/
	.design-process .box ul li .arrow{
		padding: 0px 25px;
	}
	/*全案定制*/
	.our-strength .box ul li .txtbox{
		padding-left: 30px;
	}
	/*全产业链*/
	.x-promise ul li{
		min-height: 260px;
		margin-top: -40px;
	}
	.x-promise ul li .icon{
		margin: 15px auto;
	}
	.x-promise ul li .line{
		margin-bottom: 20px;
	}
	.x-promise ul li .t1{
		font-size: 36px;
	}
	.x-promise ul li .t2{
		font-size: 20px;
	}
	/*完美交付*/
	.deliver-banner .box .txt{
		padding-top: 40px;
	}
	.deliver-banner .box .txt .t1{
		font-size: 32px;
	}
}
@media screen and (max-width: 1280px){
	.header .conwidth{
		padding-left: 3%;
		padding-right: 3%;
	}
	.header .nav ul li{
		margin-right: 20px;
	}
	.case-label ul{
		padding-left: 8%;
		padding-right: 8%;
	}
	/*合作伙伴*/
	.c-partner .box ul li .mask .txt{
		margin-top: 10px;
	}
	/*精工品质*/
	.seiko-quality .content .box ul li .txtbox{
		padding: 35px 20px;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 20px;
	}
	/*前沿设计*/
	.design-process .box ul li{
		max-width: 150px;
	}
	.design-process .box ul li .arrow{
		padding: 0px 15px;
	}
	/*全产业链*/
	.x-promise ul li{
		min-height: 230px;
	}

	/* 2021样式修改 */
	.combination .box_2021 {
		padding: 0;
	}

	.combination .box_2021 ul li {
		width: 31%;
	}

	.combination .box_2021 ul li .img {
		width: 70px;
		padding-right: 18px;
	}

	.combination .box_2021 ul li .txtbox .title {
		font-size: 22px;
	}

	.combination .box_2021 ul li .txtbox .txt {
		font-size: 14px;
	}

}
@media screen and (max-width: 1024px){
	/**/
	.header-other .x-search{
		display: none;
	}
	.i-title .t5{
		font-size: 28px;
	}
	.i-title .t6{
		font-size: 28px;
	}
	/*首页新增*/
	.office-decoration{
		padding-top: 50px;
	}
	.office-decoration .box{
		margin-top: 40px;
	}
	.office-decoration ul li .txtbox{
		padding-bottom: 20px;
	}
	.office-decoration ul li .txtbox .t1{
		font-size: 18px;
	}
	.office-decoration ul li .txtbox .t2{
		height: 76px;
		line-height: 1.8;
	}
	/*案例展示新增*/
	.case-label ul{
		padding-left: 3%;
		padding-right: 3%;
	}
	.case-label ul li .labelbox a{
		margin-right: 30px;
	}
	/*工地参观*/
	/*前沿工艺*/
	.ce-technology{
		padding-bottom: 50px;
	}
	.ce-technology .box .cont-li .txtimg .word .t1{
		font-size: 24px;
	}
	/*标准化工程文件*/
	.e-documents .box{
		margin-top: 40px;
	}
	.e-documents .ed-div{
		padding-bottom: 50px;
	}
	/*文明工地*/
	.civilized-site{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.civilized-site .box{
		margin-top: 40px;
	}
	.civilized-site .box ul li .txt{
		padding: 20px 15px;
	}
	/*40+岗位流程，标准化无缝对接*/
	.docking .i-title.white .t2{
		max-width: 80%;
		margin: 15px auto 0px;
	}
	.docking .box .content .inli, .docking .box .content .btnli{
		width: 25%;
	}
	/*在建工地*/
	.constructing{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.constructing .box{
		margin-top: 40px;
	}
	.constructing .box ul li .txtbox ul{
		margin-top: 40px;
	}
	.constructing .box ul li .txtbox .infor span{
		margin-right: 50px;
	}
	/*合作伙伴*/
	.c-partner{
		padding-bottom: 50px;
	}
	.c-partner .box ul{
		margin-bottom: 40px;
	}
	.c-partner .box ul li{
		width: 15.83%;
		margin-right: 1%;
	}
	.c-partner .box ul li:nth-child(8n){
		margin-right: 1%;
	}
	.c-partner .box ul li:nth-child(6n){
		margin-right: 0;
	}
	.c-partner .box ul li .mask .txt{
		font-size: 15px;
	}
	/*环保体系*/
	.s-materials .box ul li{
		width: 29%;
		margin-right: 5%;
	}
	.s-materials .box ul li .txtbox .t1{
		font-size: 18px;
	}
	/*优质材料*/
	.currency {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.currency.product-customization{
		padding-bottom: 50px;
	}
	.currency .box{
		padding-bottom: 60px;
	}
	.currency .cur-tab ul{
		width: 100%;
		background: #95a4b4;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.currency .cur-tab ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.currency .cur-tab ul::-webkit-scrollbar-button{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar-track{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar-track-piece{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar-thumb{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar-corner{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar-resizer{
		background-color:rgba(0,0,0,0);
	}
	.currency .cur-tab ul::-webkit-scrollbar{
		width:0px;
		height:0px;
	}
	.currency .cur-tab ul li{
		display: inline-block;
		float: none;
		font-size: 18px;
		line-height: 60px;
	}
	.currency .cur-box{
		margin-top: 50px;
	}
	.currency .cur-div{
		margin-top: 50px;
	}
	.currency .cur-tit .t1{
		font-size: 16px;
	}
	.currency .cur-tit .t2{
		margin-top: 20px;
	}
	.currency .swiper-button-prev, .currency .swiper-container-rtl .swiper-button-next{
		left: 20px;
	}
	.currency .swiper-button-next, .currency .swiper-container-rtl .swiper-button-prev{
		right: 20px;
	}
	/*精工品质*/
	.seiko-quality .content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.seiko-quality .content .box{
		margin-top: 40px;
	}
	.seiko-quality .content .box ul li .txtbox{
		padding: 30px 20px;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 18px;
	}
	/*免费服务*/
	.free-service .modular{
		margin-top: 30px;
	}
	.free-service .modular ul li .icon{
		margin-top: 5px;
	}
	.free-service .modular ul li .t2{
		margin: 10px auto;
		font-size: 16px;
	}
	.appointment-design{
		padding-bottom: 50px;
	}
	.appointment-design .content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	/*前沿设计*/
	.d-title{
		padding-left: 50px;
	}
	.d-title .t1{
		font-size: 28px;
	}
	.d-title .line{
		left: 0;
	}
	.d-title .t3{
		font-size: 15px;
	}
	.design-concept .d-title .t3{
		margin-top: 30px;
	}
	.design-performance .box{
		margin-top: 40px;
	}
	.design-points .box{
		margin-top: 40px;
	}
	.design-points .box ul li .above{
		padding: 30px;
	}
	.design-process .box{
		margin-top: 40px;
		background: none;
		background-color: #FFFFFF;
	}
	.design-concept{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.design-process{
		padding-top: 50px;
		background-size: cover;
	}

	.design-process .box ul li{
		float: left;
		max-width: 20%;
		margin-bottom: 50px;
	}
	.design-process .box ul li:nth-child(odd){
		width: 20%;
	}
	.design-process .box ul li:nth-child(even){
		width: 6.66%;
	}
	.design-process .box ul li:nth-child(8){
		display: none;
	}
	.design-process .box ul li:nth-child(10){
		display: inline-block;
	}
	.design-points .box ul li .below{
		padding: 20px;
	}
	.design-points .box ul li .above .above-box{
		display: block;
		width: 100%;
	}
	.design-points .box ul li .below .t1, .design-points .box ul li .below .t2{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.design-points .box ul li .below .t3{
		margin-top: 10px;
	}
	.design-case .box{
		margin-top: 40px;
		padding: 0 30px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*全案定制*/
	.case-customization .why .box .img1{
		display: none;
	}
	.case-customization .why .box .img2{
		display: block;
	}
	.our-strength{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.our-strength .box{
		margin-top: 40px;
	}
	.our-strength .box>ul>li{
		padding: 40px 0px;
	}
	.our-strength .box ul li .num{
		top: 40px;
		font-size: 40px;
	}
	.our-strength .box ul li .icon{
		width: 15%;
	}
	.our-strength .box ul li .txtbox .tuwen li .t1{
		font-size: 15px;
	}
	.our-strength .box ul li .txtbox{
		padding-left: 0;
	}
	.our-strength .box ul li .tit{
		font-size: 18px;
	}
	.our-strength .box ul li .txtbox .tuwen{
		padding-top: 20px;
	}
	.our-strength .box ul li .line{
		padding-top: 25px;
		margin-top: 25px;
	}
	.our-strength .box ul li .bigimg .img1{
		display: none;
	}
	.our-strength .box ul li .bigimg .img2{
		display: block;
		margin: 0 auto;
	}
	/*全产业链*/
	.supply-chain-system .box .img2{
		display: block;
	}
	.supply-chain-system .box .img1{
		display: none;
	}
	.supply-chain-system{
		padding-bottom: 50px;
	}
	.supply-chain-system .content{
		margin-top: 40px;
	}
	.supply-chain-system .box{
		margin-top: 50px;
	}
	.undertake .box .content .t1{
		font-size: 28px;
	}
	.undertake .box .content .t2{
		font-size: 20px;
	}
	.combox{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.combox .subtitle{
		padding-bottom: 25px;
	}
	.combox .subtitle .t1{
		font-size: 28px;
	}
	.combox .subtitle .t2{
		font-size: 16px;
	}
	.combox .subtitle .t3{
		font-size: 15px;
	}
	.x-promise ul li{
		min-height: 186px;
		margin-top: -22px;
	}
	.x-promise ul li .t1{
		font-size: 28px;
	}
	.x-promise ul li .t2{
		font-size: 18px;
	}
	.x-promise ul li .t3{
		font-size: 15px;
	}
	.x-promise ul li .icon{
		margin: 10px auto 0px;
	}
	.x-promise ul li .line{
		margin-bottom: 10px;
	}
	.combox .morebox{
		margin-top: 40px;
	}
	/*完美交付*/
	.project-cases{
		padding-bottom: 50px;
	}
	.project-cases .content{
		margin-top: 50px;
	}
	.project-cases .box{
		margin-top: 40px;
	}
	.picture .deliver .txt .t1{
		font-size: 18px;
	}
	.picture .deliver .txt .t2{
		margin-top: 10px;
	}
	.picture .picture-li .txt .t1{
		font-size: 18px;
	}
	.deliver-banner .box .txt .t1{
		font-size: 24px;
	}
	.deliver-banner .box .txt .t2{
		margin-top: 20px;
	}
	.deliver-banner .box .txt .t2 a{
		font-size: 15px;
		height: 45px;
		line-height: 45px;
		margin-left: 0;
	}
	/*无忧售后*/
	.quality-assurance-system .box{
		margin-top: 40px;
	}
	.quality-assurance-system .box .cont .tit{
		font-size: 18px;
		padding-left: 55px;
	}
	.quality-assurance-system .box .cont .tit .num{
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.quality-assurance-system .box .cont ul{
		padding-left: 55px;
	}
	.quality-assurance-system .box .cont1 ul li{
		min-height: 360px;
	}
	.quality-assurance-system .box .cont1 ul li .t1{
		margin-top: 20px;
		font-size: 16px;
	}
	.quality-assurance-system .box .cont1 ul li .t2{
		margin-top: 10px;
	}
	.quality-assurance-system .box .cont2 ul li .icon{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.quality-assurance-system .box .cont2 ul li .txt{
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.quality-assurance-system .box .cont2 ul li .t2{
		font-size: 24px;
	}
	.quality-assurance-system .box .cont3 ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	.quality-assurance-system .box .cont3 ul li:nth-child(4n){
		margin-right: 3.5%;
	}
	.quality-assurance-system .box .cont3 ul li:nth-child(3n){
		margin-right: 0;
	}
	.quality-assurance-system .box .cont3 ul li .icon, .quality-assurance-system .box .cont3 ul li::before{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.quality-assurance-system .box .cont3 ul li::before{
		left: 4px;
	}
	.quality-assurance-system .box .cont3 ul li .icon img{
		max-width: 53.33%;
	}
	.quality-assurance-system .box .cont3 ul li .txt{
		padding-left: 80px;
		font-size: 16px;
		line-height: 50px;
	}
	.quality-assurance-system .box .cont4 ul li{
		width: -moz-calc((100% - 15px) / 4);
		width: -webkit-calc((100% - 15px) / 4);
		width: calc((100% - 15px) / 4);
		min-height: 240px;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(6n){
		margin-right: 5px;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(4n){
		margin-right: 0;
	}
	.quality-assurance-system .box .cont4 ul li .t1{
		margin-top: 20px;
		font-size: 30px;
	}
	.quality-assurance-system .box .cont4 ul li .line{
		margin: 15px auto;
	}
	.quality-assurance-system .box .cont4 ul li .t3{
		margin-top: 10px;
	}
	.quality-assurance-system .box .cont .txtbox{
		padding-left: 55px;
		margin-top: 20px;
	}

	/* 2021样式修改 */
	.decoration-drawing .i-title .t2 {
		font-size: 20px;
	}
	.decoration-drawing .i-title .t2 a {
		margin: 0 30px;
	}

}

@media screen and (max-width: 1004px){
	/* 2021样式修改 */
	.combination .box_2021 ul {
		padding-top: 40px;
	}

	.combination .box_2021 ul li {
		width: 45%;
		padding: 30px 0;
	}
}

@media screen and (max-width: 768px){
	.i-title .t5{
		font-size: 24px;
	}
	.i-title .t6{
		font-size: 24px;
	}
	.d-title .t1{
		font-size: 24px;
	}
	.office-decoration{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.office-decoration .box{
		margin-top: 30px;
	}
	.office-decoration ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.office-decoration ul li:nth-child(3n){
		margin-right: 4%;
	}
	.office-decoration ul li:nth-child(2n){
		margin-right: 0;
	}
	.office-decoration ul li .txtbox .t2{
		height: 51px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
	}
	.case-label ul li .sp{
		width: 60px;
	}
	.case-label ul li .labelbox{
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
		width: calc(100% - 65px);
	}
	/*工地参观*/
	/*前沿工艺*/
	.ce-technology{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ce-technology .box{
		margin-top: 30px;
	}
	.ce-technology .box .cont-li{
		width: 33.33%;
	}
	.ce-technology .box .cont-li.big{
		display: none;
	}
	/*标准化工程文件*/
	.e-documents .box{
		margin-top: 30px;
	}
	.e-documents .ed-div{
		padding-bottom: 40px;
	}
	/*文明工地*/
	.civilized-site{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.civilized-site .box{
		margin-top: 30px;
	}
	.civilized-site .box ul li{
		width: 30%;
		margin-right: 5%;
	}
	.civilized-site .box ul li:nth-child(4n){
		margin-right: 5%;
	}
	.civilized-site .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.civilized-site .box ul li .txt{
		padding: 15px;
		font-size: 15px;
	}
	/*40+岗位流程，标准化无缝对接*/
	.docking .i-title.white .t2{
		margin: 10px auto 0px;
	}
	.docking .box .content{
		margin-top: 40px;
	}
	.docking .box .content form{
		width: 100%;
		overflow: hidden;
	}
	.docking .box .content .inli{
		width: 28%;
		margin-right: 3%;
	}
	.docking .box .content .btnli{
		width: 28%;
	}
	.docking .box .content .inli input, .docking .box .content .btnli{
		height: 50px;
		line-height: 50px;
	}
	.docking .box .content .btnli input{
		font-size: 15px;
	}
	/*在建工地*/
	.constructing{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.constructing .box{
		margin-top: 30px;
	}
	.constructing .box ul li{
		padding: 30px 0px;
	}
	.constructing .box ul li .txtbox ul{
		margin-top: 30px;
	}
	.constructing .box ul li .txtbox .infor span{
		margin-right: 30px;
	}
	/*合作伙伴*/
	.c-partner{
		padding-bottom: 40px;
	}
	.c-partner .box ul{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.c-partner .box ul li{
		width: 23.95%;
		margin-right: 1.4%;
	}
	.c-partner .box ul li:nth-child(8n){
		margin-right: 1.4%;
	}
	.c-partner .box ul li:nth-child(6n){
		margin-right: 1.4%;
	}
	.c-partner .box ul li:nth-child(4n){
		margin-right: 0;
	}
	/*环保体系*/
	.s-materials .box{
		margin-top: 30px;
	}
	.s-materials .box ul li{
		width: 30%;
		margin-right: 3%;
	}
	.s-materials .box ul li .txtbox{
		padding: 20px 15px;
	}
	.s-materials .box ul li .txtbox .t1{
		font-size: 16px;
	}
	/*优质材料*/
	.currency {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.currency.product-customization{
		padding-bottom: 40px;
	}
	.currency .box{
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.currency .cur-tab ul li{
		font-size: 16px;
	}
	.currency .cur-box{
		margin-top: 40px;
	}
	.currency .cur-div{
		margin-top: 40px;
	}
	.currency .cur-tit .t1{
		font-size: 16px;
	}
	.currency .cur-tit .t2{
		margin-top: 15px;
	}
	.currency .swiper-button-prev, .currency .swiper-container-rtl .swiper-button-next{
		left: 10px;
	}
	.currency .swiper-button-next, .currency .swiper-container-rtl .swiper-button-prev{
		right: 10px;
	}
	/*精工品质*/
	.seiko-quality .content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.seiko-quality .content .box{
		margin-top: 30px;
	}
	.seiko-quality .content .box ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.seiko-quality .content .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.seiko-quality .content .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.seiko-quality .content .box ul li .txtbox{
		padding: 20px 20px;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 16px;
	}
	.seiko-quality .content .box ul li .txtbox .t3{
		margin-top: 10px;
	}
	/*免费服务*/
	.free-service .modular{
		margin-top: 20px;
	}
	.free-service .modular ul li .cont{
		padding: 20px;
	}
	.free-service .modular ul li .t3{
		-webkit-line-clamp: 1;
	}
	.appointment-design{
		padding-bottom: 40px;
	}
	.appointment-design .content{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.appointment-design .box .btn input{
		font-size: 16px;
	}
	/*前沿设计*/
	.d-title{
		padding-left: 45px;
	}
	.d-title .t3{
		font-size: 14px;
	}
	.design-concept .d-title .t3{
		margin-top: 15px;
	}
	.design-performance .box{
		margin-top: 30px;
	}
	.design-performance .box ul li .txt{
		font-size: 16px;
	}
	.design-points{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.design-points .box{
		margin-top: 30px;
	}
	.design-points .box ul li .above{
		padding: 20px;
	}
	.design-points .box ul li .above .above-box .t1{
		font-size: 16px;
	}
	.design-points .box ul li .below{
		display: block;
	}
	.design-points .box ul li .below .below-box{
		display: block;
	}
	.design-points .box ul li .below .t1{
		font-size: 16px;
	}
	.design-points .box ul li .below .t2{
		font-size: 12px;
	}
	.design-process .box{
		margin-top: 30px;
	}
	.design-concept{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.design-process{
		padding-top: 40px;
	}

	.design-process .box ul li{
		float: left;
		max-width: 20%;
		margin-bottom: 50px;
	}
	.design-process .box ul li:nth-child(odd){
		width: 20%;
	}
	.design-process .box ul li:nth-child(even){
		width: 6.66%;
	}
	.design-process .box ul li:nth-child(8){
		display: none;
	}
	.design-process .box ul li:nth-child(10){
		display: inline-block;
	}
	.design-process .box ul li .t1{
		font-size: 16px;
	}
	.design-case{
		padding-top: 40px;
	}
	.design-case .box{
		margin-top: 30px;
	}
	.design-case .box .content{
		margin-top: 10px;
		padding-bottom: 40px;
	}
	/*全案定制*/
	.our-strength{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.our-strength .box{
		margin-top: 30px;
	}
	.our-strength .box>ul>li{
		padding: 30px 0px;
	}
	.our-strength .box ul li .num{
		top: 30px;
		font-size: 30px;
	}
	.our-strength .box ul li .txtbox .tuwen li{
		width: 30%;
		margin-right: 5%;
	}
	.our-strength .box ul li .txtbox .tuwen li:nth-child(4n){
		margin-right: 5%;
	}
	.our-strength .box ul li .txtbox .tuwen li:nth-child(3n){
		margin-right: 0;
	}
	.our-strength .box ul li .txtbox .tuwen li .t1{
		font-size: 14px;
	}
	.our-strength .box ul li .tit{
		font-size: 16px;
	}
	/*全产业链*/
	.supply-chain-system{
		padding-bottom: 40px;
	}
	.supply-chain-system .content{
		margin-top: 30px;
	}
	.supply-chain-system .box{
		margin-top: 40px;
	}
	.undertake .box .content .t1{
		font-size: 24px;
	}
	.undertake .box .content .t2{
		font-size: 18px;
	}
	.combox{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.combox .subtitle{
		padding-bottom: 20px;
	}
	.combox .subtitle .t1{
		font-size: 24px;
	}
	.combox .subtitle .t2{
		font-size: 15px;
	}
	.combox .subtitle .t3{
		font-size: 14px;
	}
	.combox .content1 ul li{
		width: 18.88%;
		margin-right: 1.4%;
		margin-bottom: 1.4%;
	}
	.combox .content1 ul li:nth-child(7n){
		margin-right: 1.4%;
	}
	.combox .content1 ul li:nth-child(5n){
		margin-right: 0;
	}
	.combox .content2 ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.combox .content2 ul li:nth-child(4n){
		margin-right: 3.5%;
	}
	.combox .content2 ul li:nth-child(3n){
		margin-right: 0;
	}
	.x-promise ul li{
		min-height: 150px;
		margin-top: -18px;
	}
	.x-promise ul li .t1{
		font-size: 20px;
	}
	.x-promise ul li .t2{
		font-size: 16px;
		margin-bottom: 0;
	}
	.x-promise ul li .t3{
		font-size: 14px;
	}
	.x-promise ul li .icon{
		margin-top: 0;
	}
	.combox .morebox{
		margin-top: 30px;
	}
	/*完美交付*/
	.project-cases{
		padding-bottom: 40px;
	}
	.project-cases .content{
		margin-top: 40px;
	}
	.project-cases .box{
		margin-top: 30px;
	}
	.picture .deliver .txt .t1{
		font-size: 16px;
	}
	.picture .deliver .txt .t2{
		margin-top: 6px;
	}
	.project-cases .box{
		margin-top: 20px;
	}
	.deliver-banner .box{
		position: relative;
	}
	.deliver-banner .box .img{
		width: 60%;
	}
	.deliver-banner .box .txt{
		position: absolute;
		left: 0;
		top: 50%;
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-top: 0;
	}
	.picture .picture-li .txt .t1{
		font-size: 16px;
	}
	.deliver-banner .box .txt .t2 a{
		width: 150px;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	/*无忧售后*/
	.quality-assurance-system{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.quality-assurance-system .box{
		margin-top: 30px;
	}
	.quality-assurance-system .box .cont{
		padding-bottom: 30px;
	}
	.quality-assurance-system .box .cont1 ul li{
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 100px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		min-height: 1px;
	}
	.quality-assurance-system .box .cont1 ul li .icon{
		position: absolute;
		left: 20px;
		width: 86px;
	}
	.quality-assurance-system .box .cont1 ul li .icon img{
		max-width: 70%;
	}
	.quality-assurance-system .box .cont1 ul li .t1{
		margin-top: 0px;
		font-size: 15px;
	}
	.quality-assurance-system .box .cont1 ul li .t2{
		margin-top: 6px;
	}
	.quality-assurance-system .box .cont2 ul li{
		width: 100%;
		margin-right: 0;
		padding: 20px;
	}
	.quality-assurance-system .box .cont2 ul li .t1{
		font-size: 15px;
	}
	.quality-assurance-system .box .cont2 ul li .t2{
		font-size: 20px;
	}
	.quality-assurance-system .box .cont3 ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.quality-assurance-system .box .cont3 ul li:nth-child(4n){
		margin-right: 4%;
	}
	.quality-assurance-system .box .cont3 ul li:nth-child(3n){
		margin-right: 4%;
	}
	.quality-assurance-system .box .cont3 ul li:nth-child(2n){
		margin-right: 0;
	}
	.quality-assurance-system .box .cont4 ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		min-height: 1px;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(6n){
		margin-right: 2%;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(4n){
		margin-right: 2%;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(2n){
		margin-right: 0;
	}
	.quality-assurance-system .box .cont4 ul li .t1{
		margin-top: 15px;
		font-size: 28px;
	}
	.quality-assurance-system .box .cont4 ul li .t2{
		font-size: 16px;
	}
	.quality-assurance-system .box .cont4 ul li .line{
		margin: 10px auto;
	}
	.quality-assurance-system .box .cont4 ul li .t3{
		margin-top: 6px;
		min-height: 51px;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	/* 2021样式修改 */
	.decoration-drawing .i-title .t2 {
		font-size: 18px;
	}
	.decoration-drawing .i-title .t2 a {
		margin: 0 15px;
	}

	.combination .box_2021 ul li {
		width: 47%;
	}

	.combination .box_2021 ul li .img {
		width: 60px;
	}

	.combination .box_2021 ul li .txtbox .title {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.combination .box_2021 ul li .txtbox .txt {
		font-size: 13px;
	}

}
@media screen and (max-width: 640px){
	.i-title .t5{
		font-size: 20px;
	}
	.i-title .t6{
		font-size: 20px;
	}
	.d-title .t1{
		font-size: 20px;
	}
	.office-decoration ul li .txtbox .t1{
		font-size: 16px;
	}
	.case-label ul li .sp{
		width: 50px;
		font-size: 16px;
	}
	.case-label ul li .labelbox{
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		width: calc(100% - 55px);
	}
	/*工地参观*/
	/*前沿工艺*/
	.ce-technology{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ce-technology .box{
		margin-top: 20px;
	}
	.ce-technology .box .cont-li{
		width: 50%;
	}
	.ce-technology .box .cont-li .txtbox{
		padding-top: 20px;
		font-size: 15px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.ce-technology .box .cont-li .s-box .imgbox img{
		height: auto;
		width: 100%;
	}
	/*标准化工程文件*/
	.e-documents .box{
		margin-top: 20px;
		padding: 0px 50px;
	}
	.e-documents .ed-div{
		padding-bottom: 30px;
	}
	.e-documents .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.e-documents .swiper-button-next, .e-documents .swiper-button-prev{
		top: 40%;
		width: 40px;
		height: 40px;
		-moz-background-size: 40px 40px;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}
	/*文明工地*/
	.civilized-site{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.civilized-site .box{
		margin-top: 25px;
	}
	.civilized-site .box ul li{
		width: 48%;
		margin-right: 4%;
	}
	.civilized-site .box ul li:nth-child(4n){
		margin-right: 4%;
	}
	.civilized-site .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.civilized-site .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.civilized-site .box ul li .txt{
		font-size: 14px;
	}
	/*40+岗位流程，标准化无缝对接*/
	.docking .i-title.white .t2{
		margin: 8px auto 0px;
	}
	.docking .box .content{
		margin-top: 30px;
	}
	.docking .box .content form{
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
	}
	.docking .box .content .inli{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.docking .box .content .btnli{
		width: 100%;
	}
	/*在建工地*/
	.constructing{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.constructing .box{
		margin-top: 25px;
	}
	.constructing .box ul li{
		padding: 25px 0px;
	}
	.constructing .box ul li .imgbox{
		width: 100%;
		padding: 0;
	}
	.constructing .box ul li .imgbox img{
		width: 100%;
	}
	.constructing .box ul li .txtbox{
		width: 100%;
		padding: 30px 20px 0px;
	}
	.constructing .box ul li .txtbox ul{
		margin-top: 20px;
	}
	.constructing .box ul li .txtbox .infor span{
		margin-right: 20px;
	}
	.constructing .box ul li .txtbox ul li .word{
		font-size: 12px;
	}
	.constructing .box ul li .txtbox .txt .tit{
		font-size: 16px;
	}
	.constructing .box ul li .txtbox .txt .tit img{
		width: 22px;
	}
	/*环保体系*/
	.s-materials .box{
		margin-top: 20px;
	}
	.s-materials .box ul{
		overflow: hidden;
	}
	.s-materials .box ul li{
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.s-materials .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.s-materials .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.s-materials .box ul li .txtbox{
		padding: 20px 15px;
	}
	.s-materials .box ul li .txtbox .t1{
		font-size: 16px;
	}
	/*优质材料*/
	.currency {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.currency.product-customization{
		padding-bottom: 30px;
	}
	.currency .box{
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.currency .cur-tab ul li{
		font-size: 15px;
		line-height: 50px;
	}
	.currency .cur-box{
		margin-top: 30px;
	}
	.currency .cur-div{
		margin-top: 30px;
	}
	.currency .cur-tit .t1{
		font-size: 15px;
	}
	.currency .cur-tit .t2{
		margin-top: 14px;
	}
	/*精工品质*/
	.seiko-quality .content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.seiko-quality .content .box{
		margin-top: 20px;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 16px;
	}
	.seiko-quality .content .box ul li .txtbox .t3{
		margin-top: 6px;
	}
	/*免费服务*/
	.free-service .modular ul li{
		width: 48%;
		margin-right: 4%;
	}
	.free-service .modular ul li:nth-child(3n){
		margin-right: 4%;
	}
	.free-service .modular ul li:nth-child(2n){
		margin-right: 0;
	}
	.free-service .modular ul li .t3{
		-webkit-line-clamp: 2;
	}
	.appointment-design{
		padding-bottom: 30px;
	}
	.appointment-design .content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.appointment-design .box .line .line-li{
		width: 100%;
		margin-right: 0;
	}
	.appointment-design .box .btn{
		margin: 30px auto 0px;
	}
	.appointment-design .box .line .line-li input{
		height: 50px;
	}
	.appointment-design .box .line .unit{
		height: 50px;
	}
	.appointment-design .box .btn input{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	/*前沿设计*/
	.d-title{
		padding-left: 0;
	}
	.d-title .t3{
		margin-top: 10px;
	}
	.design-concept .d-title .t3{
		margin-top: 10px;
	}
	.d-title .line{
		display: none;
	}
	.design-concept .box .left{
		width: 100%;
	}
	.design-concept .box .right{
		width: 100%;
		margin-top: 30px;
	}
	.design-performance .box{
		margin-top: 20px;
	}
	.design-performance .box ul li{
		width: 48%;
		margin-right: 4%;
	}
	.design-performance .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.design-performance .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.design-performance .box ul li .txt{
		font-size: 15px;
	}
	.design-points{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.design-points .box{
		margin-top: 20px;
	}
	.design-points .box ul li{
		width: 48%;
		margin-right: 4%;
	}
	.design-points .box ul li:nth-child(3n){
		margin-right: 4%;
	}
	.design-points .box ul li:nth-child(2n){
		margin-right: 0;
	}
	.design-points .box ul li .above .above-box .t1{
		font-size: 15px;
	}
	.design-process .box{
		margin-top: 20px;
	}
	.design-concept{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.design-process{
		padding-top: 30px;
	}
	.design-process .box ul li{
		float: left;
		max-width: 28%;
		margin-bottom: 30px;
	}
	.design-process .box ul li:nth-child(odd){
		width: 28%;
	}
	.design-process .box ul li:nth-child(even){
		width: 8%;
	}
	.design-process .box ul li:nth-child(8){
		display: inline-block;
	}
	.design-process .box ul li:nth-child(10){
		display: inline-block;
	}
	.design-process .box ul li:nth-child(6), .design-process .box ul li:nth-child(12){
		display: none;
	}
	.design-process .box ul li .t1{
		font-size: 15px;
	}
	.design-case .box{
		margin-top: 20px;
	}
	.design-case .box .content{
		padding-bottom: 30px;
	}
	.appointment-design{
		margin-top: 20px;
	}
	/*全案定制*/
	.case-customization .why .box{
		margin-top: 20px;
	}
	.our-strength{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.our-strength .box{
		margin-top: 20px;
	}
	.our-strength .box>ul>li{
		padding: 20px 0px;
	}
	.our-strength .box ul li .txtbox .tuwen li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.our-strength .box ul li .txtbox .tuwen li:nth-child(4n){
		margin-right: 4%;
	}
	.our-strength .box ul li .txtbox .tuwen li:nth-child(3n){
		margin-right: 4%;
	}
	.our-strength .box ul li .txtbox .tuwen li:nth-child(2n){
		margin-right: 0;
	}
	.our-strength .box ul li .txtbox .tuwen li .t1{
		font-size: 14px;
	}
	.our-strength .box ul li .line{
		padding-top: 20px;
		margin-top: 20px;
	}
	.our-strength .box ul li .num{
		top: 20px;
	}
	/*全产业链*/
	.supply-chain-system{
		padding-bottom: 30px;
	}
	.supply-chain-system .content{
		margin-top: 20px;
	}
	.supply-chain-system .box{
		margin-top: 30px;
	}
	.undertake .box .content .t1{
		font-size: 20px;
	}
	.undertake .box .content .t2{
		font-size: 16px;
	}
	.combox{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.combox .subtitle{
		padding-bottom: 15px;
	}
	.combox .subtitle .t1{
		font-size: 2.px;
	}
	.combox .subtitle .t2{
		font-size: 14px;
	}
	.combox .content1 ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.combox .content1 ul li:nth-child(7n){
		margin-right: 3.5%;
	}
	.combox .content1 ul li:nth-child(5n){
		margin-right: 3.5%;
	}
	.combox .content1 ul li:nth-child(3n){
		margin-right: 0;
	}
	.combox .content2 ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.combox .content2 ul li:nth-child(4n){
		margin-right: 4%;
	}
	.combox .content2 ul li:nth-child(3n){
		margin-right: 4%;
	}
	.combox .content2 ul li:nth-child(2n){
		margin-right: 0;
	}
	.x-promise{
		padding-top: 30px;
	}
	.x-promise ul li{
		width: 46%;
		margin-bottom: 20px;
		margin-right: 0;
		min-height: 1px;
		margin-top: 0;
		background-color: #FFFFFF;
	}
	.x-promise ul li:nth-child(even){
		margin-right: 4%;
	}
	.x-promise ul li:first-child{
		width: 100%;
		background: none;
		margin-right: 3%;
	}
	.x-promise ul li .cont{
		position: static;
		transform: none;
	}
	.x-promise ul li .t1{
		font-size: 18px;
	}
	.x-promise ul li .t2{
		margin-bottom: 5px;
	}
	.x-promise ul li .t3{
		margin-bottom: 5px;
	}
	.combox .morebox{
		margin-top: 20px;
	}
	/*完美交付*/
	.project-cases{
		padding-bottom: 30px;
	}
	.project-cases .content{
		margin-top: 30px;
	}
	.project-cases .box{
		margin-top: 20px;
	}
	.deliver-banner .box .img{
		width: 70%;
	}
	.deliver-banner .box .txt{
		width: 80%;
	}
	.deliver-banner .box .txt .t1{
		font-size: 20px;
	}
	.deliver-banner .box .txt .t2 a{
		font-size: 14px;
	}
	.project-cases .box{
		padding: 0px 50px;
	}
	.project-cases .swiper-button-next, .project-cases .swiper-button-prev {
		width: 40px;
		height: 40px;
		-moz-background-size: 40px 40px;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}
	.picture .picture-li .txt{
		padding: 15px;
	}
	.picture .picture-li .txt .t1{
		font-size: 15px;
	}
	.picture .deliver .txt .t1 {
		font-size: 15px;
	}
	.picturebox .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.e-documents .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	/*无忧售后*/
	.quality-assurance-system{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.quality-assurance-system .box{
		margin-top: 20px;
	}
	.quality-assurance-system .box .cont{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.quality-assurance-system .box .cont .tit{
		font-size: 16px;
		padding-left: 45px;
	}
	.quality-assurance-system .box .cont .tit .num {
		font-size: 16px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.quality-assurance-system .box .cont ul{
		padding-left: 45px;
		margin-top: 20px;
	}
	.quality-assurance-system .box .cont1 ul li{
		padding-left: 80px;
	}
	.quality-assurance-system .box .cont1 ul li .icon{
		left: 15px;
	}
	.quality-assurance-system .box .cont1 ul li .icon img{
		max-width: 50px;
	}
	.quality-assurance-system .box .cont2 ul li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.quality-assurance-system .box .cont2 ul li .txt {
		width: -moz-calc(100% - 65px);
		width: -webkit-calc(100% - 65px);
		width: calc(100% - 65px);
	}
	.quality-assurance-system .box .cont2 ul li .t1{
		margin-top: 0;
	}
	.quality-assurance-system .box .cont2 ul li .t2{
		font-size: 18px;
	}

	.quality-assurance-system .box .cont3 ul li .icon, .quality-assurance-system .box .cont3 ul li::before{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.quality-assurance-system .box .cont3 ul li .txt{
		font-size: 15px;
		padding-left: 65px;
		line-height: 40px;
	}
	.quality-assurance-system .box .cont4 ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		min-height: 1px;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(6n){
		margin-right: 2%;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(4n){
		margin-right: 2%;
	}
	.quality-assurance-system .box .cont4 ul li:nth-child(2n){
		margin-right: 0;
	}
	.quality-assurance-system .box .cont4 ul li .t1{
		margin-top: 0px;
		font-size: 24px;
	}
	.quality-assurance-system .box .cont4 ul li .t2{
		font-size: 15px;
	}
	.quality-assurance-system .box .cont4 ul li .t3{
		margin-top: 6px;
		min-height: 51px;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	/*2020.12.24*/
	.picture .picture-li{
		float:none;
		width:100%;
	}
	.picture .deliver{
		float:none;
		width: 100%;
		text-align: center;
	}
	.picture .deliver .txt{
		margin: 10px auto 20px;
	}
	.picture .deliver .txt .t2 img{
		margin: 10px auto;
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
		max-width: 40px;
	}
	.project-cases .swiper-button-next, .project-cases .swiper-button-prev{
		top: 48%
	}

	/* 2021样式修改 */
	.decoration-drawing .i-title .t2 {
		font-size: 18px;
	}
	.decoration-drawing .i-title .t2 a {
		margin: 0 10px;
	}

}
@media screen and (max-width: 600px){
	.ce-technology .box .cont-li{
		width: 100%;
	}
	/*合作伙伴*/
	.c-partner{
		padding-bottom: 30px;
	}
	.c-partner .box{
		padding-top: 20px;
	}
	.c-partner .box ul{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.c-partner .box ul li{
		width: 31.66%;
		margin-right: 2.5%;
	}
	.c-partner .box ul li:nth-child(8n){
		margin-right: 2.5%;
	}
	.c-partner .box ul li:nth-child(6n){
		margin-right: 2.5%;
	}
	.c-partner .box ul li:nth-child(4n){
		margin-right: 2.5%;
	}
	.c-partner .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*环保体系*/
	.s-materials .box{
		margin-top: 20px;
	}
	.s-materials .box ul{
		overflow: hidden;
	}
	.s-materials .box ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.s-materials .box ul li .txtbox .t2{
		height: auto;
		line-height: inherit;
	}
	/*优质材料*/
	.currency .cur-div{
		padding: 0px 30px;
	}
	.currency .swiper-button-prev, .currency .swiper-container-rtl .swiper-button-next{
		left: 5px;
	}
	.currency .swiper-button-next, .currency .swiper-container-rtl .swiper-button-prev{
		right: 5px;
	}
	/*精工品质*/
	.seiko-quality .content .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.seiko-quality .content .box ul li .txtbox .t1{
		font-size: 15px;
	}
	.seiko-quality .content .box ul li .txtbox .t3{
		min-height: 1px;
	}
	/*免费服务*/
	.free-service .modular ul li .t2{
		font-size: 15px;
	}
	.free-service .modular ul li .t3{
		display: none;
	}
	/*前沿设计*/
	.design-performance .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.design-points .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.design-process .box ul li{
		float: left;
		max-width: 46%;
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	.design-process .box ul li:nth-child(odd){
		width: 48%;
	}
	.design-process .box ul li:nth-child(even){
		display: none
	}
	.design-case .box ul li{
		width: 100%;
		margin-right: 0;
	}
	/*完美交付*/
	.deliver-banner .box .txt .t1{
		font-size: 18px;
	}
	/*无忧售后*/
	.quality-assurance-system .box .cont3 ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	/* 2021样式修改 */
	.combination .box_2021 ul {
		padding-top: 15px;
	}

	.combination .box_2021 ul li {
		width: 80%;
		margin: 20px 10%;
		padding: 0;
	}

	.combination .box_2021 ul li .txtbox .title {
		font-size: 18px;
		padding-bottom: 0;
	}


}
@media screen and (max-width: 414px){
	.office-decoration{
		padding-top: 30px;
	}
	.office-decoration .box{
		margin-top: 20px;
	}
	.office-decoration ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.office-decoration ul li .txtbox .t2{
		height: auto;
	}
	.constructing .box ul li .txtbox .infor{
		margin-top: 15px;
		padding-left: 16px;
	}
	.yuyue a{
		height: 36px;
		line-height: 36px;
		padding: 0 16px;
	}
}

.fancybox-navigation .fancybox-button--arrow_left{
	left: 10% !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 10% !important;
}

/*20210224新增*/
.header-bottom{
	border-top: none;
	background-color: #0e6eb8;
}
.header .nav ul li{
	padding: 0 14px;
}
.header .nav ul li>a{
	position: relative;
	padding: 0;
	color: #ffffff;
}
.header .nav ul li:hover>a, .header .nav ul li.on>a{
	color: #ffffff;
}
.header .nav ul li::before{
	background: no-repeat;
}
.header .nav ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 0;
	height: 2px;
	background-color: #FFFFFF;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.header .nav ul li:hover a:before, .header .nav ul li.on a:before{
	width: 100%;
}
.header .nav ul li .nav-li a:before {
	background-color: #0e6eb8;
	bottom: 0;
	width: 0;
}
.header .nav ul li .nav-li a:hover:before {
	width: 100%;
}
.header-other .taximeter span{
	background-color: #1484db;
}
.trait{
	float: left;
	margin-left: 20px;
}
.trait ul li{
	float: left;
	padding: 0px 20px;
	border-left: #ececec solid 1px;
	text-align: center;
	margin-top: 20px;
}
@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url(https://www.eaco-group.com/Public/Home/fonts/SourceHanSansCN-Normal_0.otf);
}
.trait ul li .t3{
	/*font-family: 'SourceHanSansCN-Normal';*/
	color: #000000;
	font-size: 16px;
}
.trait ul li .t4{
	position: relative;
	/*font-family: 'SourceHanSansCN-Medium';*/
	color: #0e6eb8;
	font-size: 19px;
	font-weight:bold;
	padding: 0px 15px;
	margin-top: 5%;
}
.trait ul li .t4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(https://www.eaco-group.com/Public/Home/images/) center left no-repeat;
}
.trait ul li .t4:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(https://www.eaco-group.com/Public/Home/images/) center right no-repeat;
}
@media only screen and (max-width: 1200px){
	.trait ul li{
		padding: 0px 15px;
	}
	.trait ul li .t3{
		font-size: 15px;
	}
	.trait ul li .t4{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1024px){
	.header-bottom{
		background-color: #FFFFFF;
	}
	.trait{
		display: none;
	}
}



/*20210408*/
.popbox{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(0,0,0,0.5);
}
.popbox .box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 550px;
	width: 90%;
	height: 700px;
}
.popbox .box .content{
	width: 90.9%;
	padding: 20px;
	margin-top: 35px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 20px;
}
.popbox .box .content .title{
	padding-top: 15%;
	padding-left: 6.5%;
	padding-right: 6.5%;
	padding-bottom: 12%;
	text-align: right;
	background-color: #e6f1ff;
	border-radius: 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.popbox .box .content .title .t1{
	color: #666666;
	font-size: 24px;
	margin-bottom: 10px
}
.popbox .box .content .title .t2{
	color: #2d80e2;
	font-size: 36px;
	font-weight: bold;
}
.popbox .box .content .databox{
	position: relative;
	margin-top: 10px;
}
.popbox .box .content .databox ul{
	font-size: 0
}
.popbox .box .content .databox ul li{
	display: inline-block;
	vertical-align: top;
	width: 30.7%;
	margin-right: 3.95%;
	margin-bottom: 10px;
}
.popbox .box .content .databox ul li:nth-child(3n){
	margin-right: 0;
}
.popbox .box .content .databox ul li .opt{
	background-color: #e6f1ff;
	color: #2d80e2;
	font-size: 18px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	border-radius: 10px;
}
.popbox .box .content .databox ul li.on .opt{
	background-color: #ffe8cc;
	color: #ff8c00;
}
.popbox .box .content .databox .equals{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30.7%;
	color: #ffffff;
	font-size: 48px;
	text-align: center;
	height: 290px;
	line-height: 290px;
	background-color: #ff8c00;
	border-radius: 10px;
}
.popbox .box .content .databox .otherbox{
	width: 65.2%;
}
.popbox .box .content .databox .otherbox .input-li{
	width: 100%;
	padding: 0 20px;
	height: 90px;
	border-radius: 10px;
	background-color: #e6f1ff;
	margin-bottom: 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.popbox .box .content .databox .otherbox .input-li:last-child{
	margin-bottom: 0;
}
.popbox .box .content .databox .otherbox .input-li input{
	width: 90%;
	height: 90px;
	line-height: 90px;
	background: none;
	outline: none;
	border: none;
	color: #2d80e2;
	font-size: 18px;
}
.popbox .box .content .databox .otherbox .input-li input::-webkit-input-placeholder{
	color: #8a9db3;
}
.popbox .box .content .databox .otherbox .input-li input:-moz-placeholder{
	color: #8a9db3;
}
.popbox .box .content .databox .otherbox .input-li input::-moz-placeholder{
	color: #8a9db3;
}
.popbox .box .content .databox .otherbox .input-li input:-ms-input-placeholder{
	color: #8a9db3;
}
.popbox .popup-close {
	position: absolute;
	right: 0;
	top: 3%;
	width: 10.8%;
	text-align: right;
}
.popbox .popup-close img{
	max-width: 51%;
}

@media screen and (max-width: 1024px){
	.popbox .box .content .title{
		padding-top: 12%;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 10%;
	}
	.popbox .box .content .title .t1{
		font-size: 20px;
	}
	.popbox .box .content .title .t2{
		font-size: 32px;
	}
	.popbox .box .content .databox ul li .opt{
		font-size: 16px;
		height: 80px;
		line-height: 80px;
	}
	.popbox .box .content .databox .otherbox .input-li{
		height: 80px;
	}
	.popbox .box .content .databox .otherbox .input-li input{
		font-size: 16px;
		height: 80px;
		line-height: 80px;
	}
	.popbox .box .content .databox .equals{
		font-size: 42px;
		height: 260px;
		line-height: 260px;
	}
}
@media screen and (max-width: 640px){
	.popbox .box .content .title{
		padding-top: 10%;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 8%;
	}
	.popbox .box .content .title .t1{
		font-size: 18px;
	}
	.popbox .box .content .title .t2{
		font-size: 28px;
	}
	.popbox .box .content .databox ul li .opt{
		height: 70px;
		line-height: 70px;
	}
	.popbox .box .content .databox .otherbox .input-li{
		height: 70px;
	}
	.popbox .box .content .databox .otherbox .input-li input{
		height: 70px;
		line-height: 70px;
	}
	.popbox .box .content .databox .equals{
		height: 230px;
		line-height: 230px;
	}
	.popbox .popup-close img{
		max-width: 30px;
	}
}
@media screen and (max-width: 576px){
	.popbox .box{
		height: auto;
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.popbox .box .content{
		width: 100%;
		overflow: auto;
		padding-bottom: 40px;
		margin-top: 50px;
		padding-bottom: 20px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popbox .popup-close{
		top: 0px;
	}
	.popbox .box .content .title{
		padding-left: 20px;
		padding-right: 20px;
	}
	.popbox .box .content .title .t1{
		font-size: 16px;
	}
	.popbox .box .content .title .t2{
		font-size: 24px;
	}
	.popbox .box .content .databox ul li .opt{
		font-size: 14px;
		height: 60px;
		line-height: 60px;
	}
	.popbox .box .content .databox .otherbox .input-li{
		height: 60px;
		padding: 0px 15px;
	}
	.popbox .box .content .databox .otherbox .input-li input{
		font-size: 14px;
		height: 60px;
		line-height: 60px;
	}
	.popbox .box .content .databox .equals{
		font-size: 36px;
		height: 200px;
		line-height: 200px;
	}
}


/*20210429*/
.cases .special .half{
	position: relative;
	float: left;
	width: 48.575%;
	margin-right: 2.85%;
	margin-bottom: 2.85%;
}
.cases .special .half:nth-child(2n){
	margin-right: 0;
}
.cases .special .half a .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cases .special .half a .txtbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: none;
}
.cases .special .half .case-box .txtbox .t1, 
.cases .special .half .case-box .txtbox .t2, 
.cases .special .half .case-box .txtbox .t3{
	color: #FFFFFF;
}
@media screen and (max-width: 768px){
	.cases .special .half{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 640px){
	.cases .special .half{
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 576px){
	.case-label{
		margin: 20px auto 40px;
	}
}

#certify {
	position: relative;
	background-color: #fdfdfd;
	padding: 110px 0px;
	background-image: url(../image/x249.jpg);
}

#certify .conwidth {
	position: relative;
}

#certify .swiper-container {
	padding-top: 30px;
	padding-bottom: 10px;
}

#certify  .swiper-slide {
	width: 368px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 64px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 16px;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(https://www.eaco-group.com/Public/Home/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
	background: url(https://www.eaco-group.com/Public/Home/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%}
}

@media screen and (max-width: 768px){
	#certify {
		display: none;
	}
}


.about .box_2021 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.about .box_2021 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 2.5%;
}
.about .box_2021 ul li {
	width: 30%;
	display: flex;
	padding: 70px 0;
	align-items: center;
}
.about .box_2021 ul li .img {
	width: 100px;
	padding-right: 22px;
}
.about .box_2021 ul li .txtbox {
	flex: 1;
}
.about .box_2021 ul li .txtbox .title {
	font-size: 22px;
	color: #000000;
	padding-bottom: 6px;
}
.about .box_2021 ul li .txtbox .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

@media screen and (max-width: 1280px){
	.about .box_2021 {
		padding: 0;
	}
	.about .box_2021 ul li {
		width: 31%;
	}
	.about .box_2021 ul li .img {
		width: 90px;
		padding-right: 18px;
	}
	.about .box_2021 ul li .txtbox .title {
		font-size: 20px;
		padding-bottom: 3px;
	}
	.about .box_2021 ul li .txtbox .txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 1004px){
	.about .box_2021 ul {
		padding-top: 40px;
	}

}
@media screen and (max-width: 870px){
	.about .box_2021 ul li {
		width: 80%;
		margin: 20px 10%;
		padding: 0;
	}
}
@media screen and (max-width: 768px){

	.about .box_2021 ul li .img {
		width: 80px;
	}
	.about .box_2021 ul li .txtbox .title {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.about .box_2021 ul li .txtbox .txt {
		font-size: 13px;
	}
}
@media screen and (max-width: 600px){
	.about .box_2021 ul {
		padding-top: 15px;
	}

	.about .box_2021 ul li .txtbox .title {
		font-size: 18px;
		padding-bottom: 0;
	}
}

.lunbotu a {
	display: block;
}
.lunbotu .slide1 {}

.lunbotu .slide1 .t3- {
	color: #ffffff;
	font-size: 67px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: 600;
}

.lunbotu .slide1 .t4- {
	color: #ffffff;
	font-size: 67px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: 600;
	line-height: 1.2;
	text-indent: 3em;
	padding-bottom: 50px;
}

.lunbotu .slide1 .t4- span {
	color: #06d5ff;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
	position: relative;
	top: 0.08em;
}

.lunbotu .slide2 {}

.lunbotu .slide2 .i-banner {
	width: 700px;
	left: auto;
	right: 0;
	transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	-moz-transform: translate(-20%, -50%);
	-webkit-transform: translate(-20%, -50%);
	-o-transform: translate(-20%, -50%);
}

.lunbotu .slide2 .t3- {
	color: #ffffff;
	font-size: 60px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: 600;
	text-align: left;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.lunbotu .slide2 .t3-:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 2px;
}

.lunbotu .slide2 .img- {
	width: 546px;
}

.lunbotu .slide2 .img- img {
	height: auto;
	width: 100%;
	display: block;
}

.lunbotu .slide3 .t3- {
	color: #FFFFFF;
	font-size: 49px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: 600;
	width: 8.4em;
	margin: 0 auto 30px;
	position: relative;
	line-height: 1.5;
}

.lunbotu .slide3 .t3-:after {
	content: "";
	display: block;
	width: 105px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -52.5px;
	bottom: -25px;
	border-radius: 1px;
}

.lunbotu .slide3 .t3- span {
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: #00d5fd;
}

.lunbotu .slide3 .t3- span.tl {
	left: -5px;
	top: -0;
	border-width: 5px 0 0 5px;
	border-style: solid;
}

.lunbotu .slide3 .t3- span.tr {
	right: -5px;
	top: -0;
	border-width: 5px 5px 0 0;
	border-style: solid;
}

.lunbotu .slide3 .t3- span.bl {
	right: -5px;
	bottom: -0;
	border-width: 0 5px 5px 0;
	border-style: solid;
}

.lunbotu .slide3 .t3- span.br {
	left: -5px;
	bottom: -0;
	border-width: 0 0 5px 5px;
	border-style: solid;
}

.lunbotu .slide3 .t4- {
	color: #ffffff;
	font-size: 40px;
	font-family: "SourceHanSansCN-Bold";
	line-height: 2;
	padding-bottom: 50px;
}

.lunbotu .slide3 .t4- span {
	color: #06d5ff;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
	position: relative;
	top: 0.08em;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	border: 4px solid #06d5ff;
	border-radius: 10px;
	margin: 0 10px;
}

.conwidth-m {
	display: none;
}

.header .logo-new {
	float: left;
	width: 23%;
}

.header .tel-new {
	float: right;
	line-height: 75px;
	color: #fff;
	font-size: 25px;
}

.header .logo-new img {
	padding-top: 12px;
	width: 160px;
}

.header .tel-new img {
	padding-right: 8px;
	height: 30px;
}


@media screen and (max-width: 1440px) {
	.lunbotu .slide1 .t3- {
		font-size: 50px;
	}

	.lunbotu .slide1 .t4- {
		font-size: 50px;
	}
	.lunbotu .slide2 .i-banner {
		width: 500px;
		padding-left: 0;
		padding-right: 0;
	}
	.lunbotu .slide2 .t3- {
		font-size: 40px;
	}
	.lunbotu .slide2 .t3-:after {
		width: 66px;
	}
	.lunbotu .slide2 .img- {
		width: 400px;
	}
	.lunbotu .slide3 .t3- {
		font-size: 38px;
	}
	.lunbotu .slide3 .t4- {
		font-size: 32px;
	}

	.header .logo-new {
		width: 17%;
	}

	.header .tel-new {
		font-size: 20px;
	}

}

@media screen and (max-width: 1280px) {
	.header .nav ul li {
		margin-right: 7px;
	}
	.header .tel-new {
		font-size: 20px;
	}

}

@media screen and (max-width: 1024px) {
	.lunbotu .slide1 .t3- {
		font-size: 42px;
	}

	.lunbotu .slide1 .t4- {
		font-size: 42px;
	}

	.lunbotu .slide2 .t3- {
		font-size: 32px;
		padding-bottom: 0.6em;
		margin-bottom: 0.6em;
	}

	.lunbotu .slide2 .img- {
		width: 80%;
	}

	.lunbotu .slide2 .i-banner {
		right: auto;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		width: auto;
	}

	.lunbotu .slide3 .t3- {
		font-size: 30px;
	}

	.lunbotu .slide3 .t4- {
		font-size: 28px;
	}

	.lunbotu .slide3 .t3- span {
		height: 0.5em;
		width: 0.5em;
		border-width: 0.1em;
	}
	.header .logo-new,.header .tel-new {
		display: none;
	}
	.conwidth-m {
		display: block;
	}

	.lunbotu .slide3 .t4- span {
		border-width: 0.15em;
		border-radius: 0.4em;
	}

}
@media screen and (max-width: 768px) {
	.lunbotu .slide1 .t3- {
		font-size: 35px;
	}
	.lunbotu .slide1 .t4- {
		font-size: 35px;
	}
	.lunbotu .slide2 .t3- {
		font-size: 28px;
	}
	.lunbotu .slide3 .t3- {
		font-size: 25px;
		margin-bottom: 1.5em;
	}
	.lunbotu .slide3 .t3-:after {
		width: 2em;
		height: 0.15em;
		margin-left: -1em;
		bottom: -0.75em;
	}
	.lunbotu .slide3 .t4- {
		font-size: 25px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
		width: 20px;
		height: 20px;
		-moz-background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.lunbotu .slide3 .t3- span.tl {
		left: -0.2em;
		top: -0;
		border-width: 0.2em 0 0 0.2em;
		border-style: solid;
	}

	.lunbotu .slide3 .t3- span.tr {
		right: -0.2em;
		top: -0;
		border-width: 0.2em 0.2em 0 0;
		border-style: solid;
	}

	.lunbotu .slide3 .t3- span.bl {
		right: -0.2em;
		bottom: -0;
		border-width: 0 0.2em 0.2em 0;
		border-style: solid;
	}

	.lunbotu .slide3 .t3- span.br {
		left: -0.2em;
		bottom: -0;
		border-width: 0 0 0.2em 0.2em;
		border-style: solid;
	}
	.lunbotu .slide2 .t3-:after {
		content: "";
		display: block;
		width: 2em;
		height: 0.1em;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		border-radius: 2px;
	}
}

@media screen and (max-width: 640px) {
	.lunbotu .slide1 .t3- {
		font-size: 30px;
	}
	.lunbotu .slide1 .t4- {
		font-size: 30px;
	}
	.lunbotu .slide2 .t3- {
		font-size: 22px;
	}
	.lunbotu .slide3 .t3- {
		font-size: 20px;
	}

	.lunbotu .slide3 .t4- {
		font-size: 20px;
	}
}

@media screen and (max-width: 440px) {
	.lunbotu .slide1 .t3- {
		font-size: 20px;
	}
	.lunbotu .slide1 .t4- {
		font-size: 20px;
		padding-bottom: 0;
	}
	.lunbotu .slide2 .t3- {
		font-size: 16px;
	}
	.lunbotu .slide3 .t3- {
		font-size: 14px;
	}

	.lunbotu .slide3 .t4- {
		font-size: 14px;
		padding-bottom: 0;
	}
}


.header .nav ul li>a .subNavDot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgb(255, 74, 59);
	position: absolute;
	top: 1.1em;
	right: -0.6em;
}



.header .nav ul li>a .angle-down {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/angle-down.png) no-repeat center;
	background-size: 16px;
	position: absolute;
	top: 21px;
	right: -18px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.header .nav ul li:hover>a .angle-down {
	transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
	-ms-transform: rotateZ(-180deg);	/* IE 9 */
	-moz-transform: rotateZ(-180deg);	/* Firefox */
	-webkit-transform: rotateZ(-180deg); /* Safari Ã¥â€™Å’ Chrome */
	-o-transform: rotateZ(-180deg);
}

@media only screen and (max-width: 1200px) {
	.header .nav ul li>a .angle-down {
		right: -14px;
	}
}


/* 2022-10 */

.about .box2 ul li .t1 {
	font-size: 58px;
}

@media screen and (max-width: 1024px){
	.about .box2 ul li .t1 {
		font-size: 46px;
	}
}

@media screen and (max-width: 768px){
	.about .box2 ul li .t1 {
		font-size: 38px;
	}
}

.detail-l {
	float: left;
	width: 72.5%;
	position: relative;
}

.detail-r {
	float: right;
	width: 24%;
	position: relative;
}

.case-details1 {
	padding-top: 0;
}

.case-details1 .box {
	margin-top: 0;
	padding-bottom: 0;
}

.case-details1 .title1 {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: #eeeeee solid 1px;
	max-width: 1320px;
	width: 100%;
}

.case-details1 .title1 .detail-l {
	width: 76%;
}

.case-details1 .title1 .detail-r {
	width: 15%;
}

.case-details1 .title1 .t1 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.case-details1 .title1 .tag1-li {
	color: #666666;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 3%;
}

.case-details1 .title1 .tag1-li .sp {
	color: #000000;
}

.case-details1 .title1 .open_consulting {
	color: #0e6eb8;
	font-size: 16px;
	margin-top: 18px;
	line-height: 1;
	text-align: center;
}

.case-details1 .pc-slide1 {
	padding: 35px 0;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 18px;
	max-width: 1320px;
	width: 100%;
	position: relative;
}

.case-details1 .pc-slide1 .detail-l {
	width: 82%;
}

.case-details1 .pc-slide1 .detail-r {
	width: 15%;
	padding: 40px 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
}

.case-details1 .pc-slide1 .detail-l .swiper-container {
	width: 80%;
}

.case-details1 .pc-slide1 .detail-l .arrow-left {
	background: url(../image/img85.png) no-repeat left top;
	background-size: 60px 60px;
	position: absolute;
	left: 0;
	top: 38%;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.case-details1 .pc-slide1 .detail-l .arrow-right {
	background: url(../image/img87.png) no-repeat left top;
	background-size: 60px 60px;
	position: absolute;
	right: 0;
	top: 38%;
	width: 60px;
	height: 60px;
	z-index: 10;
}

.case-details1 .pc-slide1 .detail-l .arrow-left:hover {
	background-image: url(../image/img86.png);
}

.case-details1 .pc-slide1 .detail-l .arrow-right:hover {
	background-image: url(../image/img88.png);
}

.case-details1 .pc-slide1 .bigimg {
	width: 100%;
}

.case-details1 .pc-slide1 .bigimg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.case-details1 .pc-slide1 .detail-r .swiper-container {
	width: 100%;
	height: 100%;
}

.case-details1 .pc-slide1 .detail-r .swiper-slide {
	height: 95px;
}

.case-details1 .pc-slide1 .detail-r .swiper-slide .smallimg{
	background-position: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: table;
}

.case-details1 .pc-slide1 .detail-r .swiper-slide.active-nav .smallimg {
	border: #0e6eb8 solid 3px;
}

.case-details1 .pc-slide1 .detail-r .swiper-slide .tips {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.case-details1 .pc-slide1 .detail-r .swiper-slide.active-nav .tips {
	opacity: 0;
}

.case-details1 .pc-slide1 .detail-r .arrow-left {
	background: url(../image/img85-new.png) no-repeat center;
	background-size: 30px;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 30px;
	z-index: 10;
}

.case-details1 .pc-slide1 .detail-r .arrow-right {
	background: url(../image/img87-new.png) no-repeat center;
	background-size: 30px;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 30px;
	z-index: 10;
}

.case-details1 .infotit {
	font-weight: bold;
	color: #222222;
	font-size: 20px;
	padding-bottom: 20px;
	max-width: 1320px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.case-content1 {
	padding: 30px 0px 60px;
}

.case-content1 .conwidth {
	max-width: 1320px;
}

.case-content1 .detail-l .t2 {
	color: #666666;
	font-size: 14px;
	line-height: 2.5;
}

.case-content1 .detail-r .img {
	width: 100%;
	margin-bottom: 30px;
}

.case-content1 .detail-r {
	position: sticky;
	top: 90px;
	width: 22%;
}

.case-content1 .detail-r .tit {
	line-height: 28px;
	font-weight: bold;
	color: #222222;
	font-size: 20px;
	padding-bottom: 20px;
}

.case-content1 .detail-r .case-new-swiper .swiper-container {
	height: 178px;
}

.case-content1 .detail-r .case-new-swiper .swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.case-content1 .detail-r .case-new-swiper .swiper-slide {
	margin-bottom: 10px;
}

.case-content1 .detail-r .c-wrap {
	font-size: 16px;
	line-height: 28px;
}

.case-content1 .detail-r .c-wrap h5 {
	font-size: 1em;
}

.case-content1 .detail-r .c-list {
	margin-bottom: 30px;
}

.case-content1 .detail-r .c-list li {
	margin-bottom: 10px;
}

.case-recommend {
	background-color: #f4f4f4;
}

.case-recommend .conwidth {
	max-width: 1320px;
}

.case-recommend .title {
	font-weight: bold;
	color: #222222;
	font-size: 20px;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
}

.case-details1 .box .other {
	display: none;
}

@media screen and (max-width: 1024px){

	.case-details1 .title1 .t1 {
		font-size: 24px;
	}

	.case-details1 .title1 .tag1-li {
		font-size: 14px;
		right: 0;
	}

	.case-details1 .title1 .open_consulting {
		font-size: 14px;
	}

	.case-details1 .pc-slide1 .detail-l .arrow-left {
		width: 35px;
		height: 35px;
		background-size: 35px;
		top: 42%;
	}

	.case-details1 .pc-slide1 .detail-l .arrow-right {
		width: 35px;
		height: 35px;
		background-size: 35px;
		top: 42%;
	}

	.case-details1 .pc-slide1 .detail-l .swiper-container {
		width: 86%;
	}

	.case-details1 .pc-slide1 .detail-r .swiper-slide .tips {
		font-size: 13px;
	}

	.case-details1 .infotit {
		font-size: 18px;
		padding-bottom: 18px;
	}

	.case-content1 .detail-r .img {
		margin-bottom: 20px;
	}

	.case-content1 .detail-r .tit {
		font-size: 18px;
		padding-bottom: 18px;
	}

	.case-content1 .detail-r .c-wrap {
		font-size: 14px;
		line-height: 22px;
	}

}

@media screen and (max-width: 768px){
	.case-details1 .box .other {
		display: block;
	}

	.case-details1 .title1 {
		padding-top: 30px;
	}

	.case-details1 .title1 .detail-l {
		width: 100%;
	}

	.case-details .box .title .t1 {
		font-size: 22px;
	}

	.case-details1 .title1 .tag1-li {
		display: none;
	}

	.case-details1 .title1 .detail-r {
		display: none;
	}

	.case-details1 .title1 .tag1-li {
		display: none;
	}

	.case-details1 .title1 .detail-r {
		display: none;
	}

	.case-details1 .title1 .detail-l {
		width: 100%;
	}

	.case-details1 .pc-slide1 {
		padding-top: 0;
	}

	.case-details1 .pc-slide1 .detail-l {
		width: 100%;
	}

	.case-details1 .pc-slide1 .detail-r {
		width: 100%;
		position: unset;
		padding: 15px 0;
	}

	.case-details1 .pc-slide1 .detail-r .arrow-left,.case-details1 .pc-slide1 .detail-r .arrow-right {
		display: none;
	}

	.case-details1 .pc-slide1 .detail-r .swiper-slide {
		width: 150px;
		height: 90px;
		margin: 0 8px;
	}

	.case-details1 .pc-slide1 .detail-r .swiper-slide .smallimg {
		font-size: 15px;
	}

	.case-details1 .pc-slide1 .detail-l .swiper-container {
		width: 100%;
	}

	.case-content1 {
		padding: 20px 0 40px;
	}

	.case-content1 .detail-l {
		width: 100%;
	}

	.case-content1 .detail-r {
		display: none;
	}

	.case-recommend .title {
		font-size: 18px;
	}

}


@media screen and (max-width: 640px){
	.case-details .box .title .t1 {
		font-size: 20px;
	}

}

.header-height {
	display: none;
	height: 152px;
}

.header-height.on {
	display: block;
}

@media only screen and (max-width: 1024px){
	.header-height {
		height: 70px;
	}
}
@media screen and (max-width: 768px){
	.header-height {
		height: 60px;
	}
}




/* 2022-10-21 */

.maskbg-new {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(0,0,0,0.8);
}

.maskbg-new .box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	margin: auto;
	margin-top: -18.75em;
	width: 65em;
	height: 37.5em;
	font-size: 16px;
}

.maskbg-new .maskbg-new-close {
	width: 2em;
	height: 2em;
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	z-index: 10;
	background: url(../image/maskbg-new-close.png) no-repeat;
	background-size: 100%;
}

.maskbg-new .maskbg-new-close:hover {
	background-image: url(../image/maskbg-new-close-h.png);
}

.maskbg-new .content {
	width: 100%;
	height: 100%;
	font-size: 1em;
	border-radius: 0.95em;
	overflow: hidden;
}

.maskbg-new .left {
	padding: 2em 3em 0;
	width: 50%;
	height: 100%;
	float: left;
	background: url(../image/maskbg-new-bg.png) no-repeat #3371eb;
	background-position: bottom -3.5em right -4.2em;
	background-size: 25em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.maskbg-new .left .tit {
	font-size: 1.875em;
	color: #fff;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #99b9f5;
	margin-bottom: 0.9em;
	letter-spacing: 0.1em;
}

.maskbg-new .left .list {}

.maskbg-new .left .list .item {
	font-size: 1em;
	height: 8em;
	padding-left: 2.5em;
	position: relative;
	background: url(../image/maskbg-new-tick.png) no-repeat;
	background-size: 1.75em;
}

.maskbg-new .left .list .item span {
	position: absolute;
	height: 6.3em;
	width: 1px;
	top: 1.7em;
	left: 0.875em;
	background: #99b9f5;
}

.maskbg-new .left .list .item .name {
	font-size: 1.25em;
	color: #fff;
	padding-bottom: 0.6em;
	letter-spacing: 0.08em;
}

.maskbg-new .left .list .item .info {
	font-size: 1em;
	line-height: 1.65em;
	color: #fff;
	letter-spacing: 0.5px;
}

.maskbg-new .right {
	padding: 2.25em 3em 0;
	width: 50%;
	height: 100%;
	float: right;
	background: #f2f2f2;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.maskbg-new .right .tit {
	font-size: 1.875em;
	color: #303030;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0.9em;
	letter-spacing: 0.1em;
}

.maskbg-new .right .must {
	margin-bottom: 1.25em;
}

.maskbg-new .right .must-2 {
	margin-bottom: 1.25em;
}

.maskbg-new .right .must .line-li {
	background-color: #fff;
	padding: 1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.maskbg-new .right .must .line-li input {
	font-size: 1.125em;
	width: 100%;
}

.maskbg-new .right .must .text-box {}

.maskbg-new .right .must .text-box textarea {
	font-size: 1.125em;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #fff;
	padding: 1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	height: 6.2em;
	width: 100%;
}

.maskbg-new .right .btn {}

.maskbg-new .right .btn input {
	width: 100%;
	height: 3.4em;
	line-height: 3.4em;
	color: #ffffff;
	font-size: 1.125em;
	font-weight: bold;
	border: none;
	outline: none;
	background: url(../image/x130.jpg) center no-repeat;
	background-size: 100%;
	border-radius: 6px;
}

.maskbg-new .right .btn input:hover {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.maskbg-new .right .must-2 .selectbox {
	float: left;
	width: 48%;
	height: auto;
	line-height: 1;
}

.maskbg-new .right .must-2 .selectbox select {
	font-size: 1.125em;
	line-height: 1;
	background-color: #fff;
	padding: 1em;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background-position: center right 1em;
	background-size: 1em 0.5em;
}

.maskbg-new .right .must-2 .line-li {
	float: right;
	width: 48%;
	position: relative;
}

.maskbg-new .right .must-2 .line-li input {
	width: 70%;
	-moz-appearance: textfield;
}

.maskbg-new .right .must-2 .line-li input::-webkit-outer-spin-button,
.maskbg-new .right .must-2 .line-li input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.maskbg-new .right .must-2 .line-li .unit {
	color: #999999;
	font-size: 1em;
	position: absolute;
	right: 1em;
	bottom: 1em;
}

.maskbg-new .right .must-2 .line-li .unit sup {}


@media screen and (max-width: 1100px){

	.maskbg-new .box {
		font-size: 14px;
	}

}

@media screen and (max-width: 940px){

	.maskbg-new .box {
		font-size: 12px;
		max-width: 96%;
		width: 32.5em;
	}

	.maskbg-new .left {
		display: none;
	}

	.maskbg-new .right {
		width: 100%;
	}

}


/*202301*/
.header-bottom {
	background-color: #e5e9f0;
}
.header .nav ul li>a {
	color: #222222;
}
.header .nav ul li:hover>a, .header .nav ul li.on>a {
	color: #0e6eb8;
}
.header .nav ul li a:before {
	background-color: #0e6eb8;
}
.header .nav ul li>a .angle-down {
	background-image: url(../image/nabla.png);
	background-size: 12px;
}
.trait .trait-2023 li .t4 {
	margin-top: 6px; 
}
.trait .trait-2023 li .t4:before, .trait .trait-2023 li .t4:after {
	background-image: url(../image/stars.png);
}
.slide2023-01 .i-banner2023 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
}

.slide2023-02 .i-banner2023 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: left;
}

.i-banner2023zi .t3 {
	color: #ffffff;
	line-height: 1.5;
	font-size: 60px;
	font-family: "SourceHanSansCN-Bold";
	font-weight: 600;
}

.i-banner2023zi-65 .t3 {
	font-size: 65px;
	padding-bottom: 1em;
}

.i-banner2023zi .t4 {
	color: #ffffff;
	font-size: 26px;
	font-family: "SourceHanSansCN-Bold";
	line-height: 2;
}

.i-banner2023zi-zz .t5 {
	color: #ffffff;
	font-size: 22px;
	font-family: "SourceHanSansCN-Bold";
	line-height: 2;
}

.i-banner2023zi-zz .t5 b {
	font-weight: 500;
	padding: 0 1.25em;
	background: url(../image/2024-tick.png) no-repeat;
	background-size: 1em;
	background-position: left;
}

.i-banner2023zi-zz {
    padding-bottom: 30%;
}
.i-banner2023zi span {
	color:#3ac4f9;
}
.itembox-2023 {
	padding: 100px 0;
	background: #fff;
}

.itembox-2023 .i-title {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
	line-height: 1.5;
	padding-bottom: 80px;
}

.itembox-2023 ul {}

.itembox-2023 li {
	float: left;
	width: 33.333%;
	padding: 20px 0px;
	text-align: center;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.itembox-2023 li .img {
	display: inline-block;
	width: 80px;
	height: 80px;
	padding-right: 15px;
	position: relative;
	top: 15px;
	background: no-repeat center;
	background-size: auto 100%;
}

.itembox-2023 li .img0 {
	background-image: url(../image/adv2023_list-ico1.png);
}

.itembox-2023 li .img1 {
	background-image: url(../image/adv2023_list-ico2.png);
}

.itembox-2023 li .img2 {
	background-image: url(../image/adv2023_list-ico3.png);
}

.itembox-2023 li.item3 {
	display: none;
}

.itembox-2023 li .box {
	display: inline-block;
	text-align: left;
}

.itembox-2023 li .box .t1 {
	color: #387df9;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.itembox-2023 li .box .t2 {
	color: #387df9;
	font-size: 16px;
}
.pop-2023 {
	display:none;
	position:fixed;
	top:50%;
	right:5px;
	width:50px;
	z-index:900;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:14px;
}
.pop-2023 .c-box1 {
	padding:6px 0;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	border-radius:25px;
	background-color:#fff;
	text-align:center;
}
.pop-2023 .c-box1 a {
	position:relative;
	display:block;
	padding:12px 0;
	color:#666;
}
.pop-2023 .c-box1 a:hover svg path {
	fill:#0e6eb8;
}
.pop-2023 .c-box1 a:hover .c-wrap {
	display:flex;
}
.pop-2023 .c-box1 a::before {
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:22px;
	height:2px;
	margin-left:-11px;
	background-color:#f3f3f3;
}
.pop-2023 .c-box1 a:last-child::before {
	display:none;
}
.pop-2023 .c-box1 a svg {
	margin:0 auto;
	display:block;
	height:22px;
}
.pop-2023 .c-box1 a svg path {
	fill:#666;
}
.pop-2023 .c-box1 a .c-wrap {
	position:absolute;
	top:0;
	right:50px;
	height:100%;
	display:flex;
	align-items:center;
	display:none;
}
.pop-2023 .c-box1 a .c-wrap::before {
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	z-index:10;
	margin-top:-6px;
	width:0;
	height:0;
	border-top:6px solid transparent;
	border-left:10px solid #fff;
	border-bottom:6px solid transparent;
}
.pop-2023 .c-box1 a .c-wrap div {
	padding:15px;
	position:relative;
	z-index:1;
	margin-right:20px;
	box-shadow:0 0;
	box-shadow:0 0 20px rgba(0,0,0,0.15);
	border-radius:5px;
	color:#333;
	background-color:#fff;
	text-align:left;
}
.pop-2023 .c-box1 a .c-wrap div .c-text1 {
	margin-top:10px;
	line-height:1;
}
.pop-2023 .c-box1 a .c-wrap div .c-text2 {
	white-space:nowrap;
}
.pop-2023 .c-box1 a .c-wrap div .c-text3 {
	color:#0e6eb8;
	white-space:nowrap;
}
.pop-2023 .c-box {
	background-color:#0e6eb8;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	border-radius:25px;
	text-align:center;
	margin-bottom:15px;
}
.pop-2023 .c-box a {
	display:block;
	padding:25px 0;
}
.pop-2023 .c-box svg {
	height:22px;
}
.pop-2023 .c-box svg path {
	fill:#fff;
}
.pop-2023 .c-box .c-text {
	color:#fff;
	width:14px;
	margin:5px auto 0;
	line-height:1.1;
}

.i-cooperation-2023 {
	padding: 80px 0;
}

.i-cooperation-2023 .t1 {
	font-size: 36px;
	line-height: 1.5;
	color: #ffffff;
	padding-left: 96px;
	padding-bottom: 50px;
	position: relative;
}

.i-cooperation-2023 .t1 i {
	width: 58px;
	height: 58px;
	background: url(../image/cooperation-icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.i-cooperation-2023 .t2 {
	padding-left: 96px;
}

.i-cooperation-2023 .t2 img {
	width: 82px;
	height: 82px;
	margin-right: 26px;
}

.i-cooperation-2023 .t2 span {
	line-height: 82px;
	font-size: 24px;
	color: #ffffff;
}

.bg-qiye {
	padding: 90px 0;
	background: url(../image/bg-qiye.jpg) no-repeat center top;
}

.bg-qiye .btndiv a:hover {
    color: #0e6eb8;
}

.bg-qiye .conwidth .swiper-slide {
	width: 15%;
	margin-bottom: 2%;
}

.bg-qiye .box .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}

.bg-qiye .partner-img {
	border-radius: 10px;
	box-shadow: 0 5px 10px #efefef;
}

.qiye-img .swiper-container {
	padding: 40px 10% 78px;
}

.qiye-img .swiper-slide {
	width: 500px;
	height: 330px;
	background: #fff;
	padding: 28px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 12px #d2d2d2;
	border-radius: 12px;
}

.qiye-img .qiye-logo {
	padding-bottom: 18px;
}

.qiye-img .qiye-logo img {
	height: 30px;
}

.qiye-msg {
	height: 180px;
}

.qiye-msg p {
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.qiye-tit .tit {
	color: #222222;
	font-size: 18px;
}

.qiye-tit p {
	color: #666666;
	font-size: 13px;
	padding-top: 0.3em;
}

.qiyesdiv {
	position: relative;
}

.qiyeswiper {
	background: #fff;
	padding: 18px 0;
	z-index: 20;
	height: 72px;
	box-shadow: 0 8px 8px #e9e9e9;
}

.qiyeswiper .swiper-wrapper {
	transition-timing-function:linear !important;
}

.qiyeswiper img:hover {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.qiyeswiper img {
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	height: 72px;
}

.bg-qiye {
	padding: 90px 0;
	background: url(../image/bg-qiye.jpg) no-repeat center top;
}

.bg-qiye .conwidth .swiper-slide {
	width: 15%;
	margin-bottom: 2%;
}

.bg-qiye .box .swiper-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}

.bg-qiye .partner-img {
	border-radius: 10px;
	box-shadow: 0 5px 10px #efefef;
}
.about2023 .aboutnavlist {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.about-2023-box .item {
	padding-bottom: 90px;
}

.about-2023-box .item .name {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 34px;
	color: #222222;
}

.about-2023-box .item .info {
	float: right;
	width: 78%;
}

.about-2023-box .item .info p {
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
}

.about-2023-box .item .info p span {
	font-weight: 600;
	color: #1571b9;
}

.about-2023-box .item .info .txt_hide {
	display: none;
}

.about-2023-box .item .info .txt_bnt {
	color: #999999;
	font-size: 14px;
	float: right;
	display: block;
	position: relative;
	height: 1.6em;
	line-height: 1.6;
	padding-left: 1.6em;
}

.about-2023-box .item .info i.angle-down {
	background: url(../image/nabla.png) no-repeat center;
	background-size: 0.8em;
	width: 0.8em;
	height: 0.8em;
	display: block;
	position: absolute;
	left: 0.4em;
	top: 0.4em;
	transition: 0.3s;
}
.about-2023-box .item .info .bnt_box i.angle-down {
	transform: rotateZ(180deg);
}
.about2023 .aboutnavlist.aboutnav02 {
	padding-top: 0 !important;
}
.about2023 .qiye-img .swiper-container {
	padding-bottom: 0;
}
.about_news .i-title {
	padding-bottom: 20px;
}

.about_news .box {}

.about_news .box ul {
}

.about_news .box li {
	width: 48%;
	float: left;
	padding: 20px 0;
}

.about_news .box li:nth-child(2n) {
	float: right;
}

.about_news .box li a {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 18px;
}

.about_news .box li .imgbox {
	width: 32%;
	height: 8.5em;
	overflow: hidden;
}

.about_news .box li .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.about_news .box li .imgbox img:hover {
	transform: scale(1.1);
}

.about_news .box li .txtbox {
	width: 65%;
	position: relative;
}

.about_news .box li .txtbox .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.6;
}

.about_news .box li .txtbox .time {
	font-size: 15px;
	position: absolute;
	bottom: 0;
}

.about_news .box li .txtbox .txt:hover {
	color: #0e6eb8;
}

.contact-2023 .i-title .t1 {
	text-align: left;
	font-size: 34px;
	padding-bottom: 50px;
}

.contact-2023 .i-title .t1 span {
	color: #0e6eb8;
}

.contact-2023 .box .txtbox {
	margin-top: 0;
}

.contact-2023 .box .txtbox ul {
	height: 318px;
}

.contact-2023 .box .txtbox ul li {
	font-size: 20px;
	padding-left: 0;
}

.address-link a {
	display: block;
	text-align: center;
	line-height: 52px;
	width: 160px;
	height: 54px;
	border: 1px solid #0e6eb8;
	border-radius: 6px;
	color: #0e6eb8;
	position: relative;
	background: #fff;
}

.address-link a img {
	margin-right: 10px;
}

.contact-2023 .must {
	padding-bottom: 30px;
}

.contact-2023 .must .line-li {
	width: 100%;
}

.contact-2023 .must .line-li input::-webkit-outer-spin-button,.contact-2023 .must .line-li input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin:;
}

.contact-2023 .must .line-li input {
	background: #fff;
	outline: 0;
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 15px;
	font-size: 18px;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	box-sizing: border-box;
}

.contact-2023 .must-2 .line-li {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.contact-2023 .must-2 .line-li:last-child {
	margin-right: 0;
}

.contact-2023 .must .text-box textarea {
	background: #fff;
	outline: 0;
	display: block;
	width: 100%;
	height: 120px;
	padding: 7px 15px;
	line-height: 1.8;
	font-size: 18px;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	box-sizing: border-box;
}

.contact-2023 .must .text-box textarea::-webkit-input-placeholder {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-2023 .must .text-box textarea:-moz-placeholder {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-2023 .must .text-box textarea::-moz-placeholder {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-2023 .must .text-box textarea::-ms-input-placeholder {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contact-2023 .btn input {
	display: block;
	text-align: center;
	line-height: 52px;
	width: 160px;
	height: 54px;
	border: 1px solid #0e6eb8;
	border-radius: 6px;
	color: #0e6eb8;
	position: relative;
	background: #fff;
	font-size: 18px;
}

.contentSwiper {
	width: 100%;
	height: calc( 100vh - 90px );
}

.contentSwiper .swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.case-content-2023 .content-l .title1 .clearfix .sp {
	font-weight: 600;
}

.case-content-2023 .content-l .content1 .txt_bnt .angle-down {
	transition: all 0.35s;
}

.case-content-2023 .content-l .content1 .txt_bnt.box2 .angle-down {
	transform: rotateZ(180deg);
}
.case-content-2023 .content-l .t2.box1 {
	display: block;
}

.btndiv a:hover {
    color: #0e6eb8;
}

@media screen and (max-width: 1024px) {

	.contact-2023 .i-title .t1 {
		font-size: 32px;
		padding-bottom: 40px;
	}

	.contact-2023 .box .txtbox ul li {
		font-size: 18px;
		padding-left: 0;
	}

	.i-banner2023zi-zz {
		padding-bottom: 48%;
	}

	.i-banner2023zi-zz .t5 {
		display: none
	}
	.i-banner2023zi-zz .t3 {
    	text-align: center;
	}

}

@media screen and (max-width: 768px) {
	.contact-2023 .box .txtbox {
		padding-right: 0;
		width: 100%;
		padding-bottom: 40px;
	}

	.contact-2023 .i-title .t1 {
		font-size: 20px;
		padding-bottom: 18px;
	}

	.contact .box .imgbox {
		width: 100%;
	}

	.contact-2023 .must {
		padding-bottom: 20px;
	}

	.contact-2023 .must .line-li input {
		font-size: 15px;
		height: 3em;
	}

	.contact-2023 .must-2 .line-li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-2023 .box .txtbox ul {
		height: auto;
		padding-bottom: 15px;
	}

	.contact-2023 .box .txtbox ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.address-link a {
		width: 140px;
		height: 46px;
		line-height: 46px;
	}

	.contact-2023 .must-2 .line-li:last-child {
		margin-bottom: 0;
	}

	.contact-2023 .must .text-box textarea {
		font-size: 15px;
	}

	.contact-2023 .btn input {
		width: 140px;
		height: 46px;
		line-height: 46px;
	}
}

.design-process .box {
	background-color: #fff;
}
.design-process-2023 {
	text-align: center;
	padding-bottom:30px;
}

.design-process-2023 p {
	font-size: 32px;
	padding-top: 2em;
	padding-bottom: 1em;
}

.design-process-2023 a {
	font-size: 18px;
}

.design-process-2023 a:hover {
	font-size: 18px;
	color: #0e6eb8;
}

.design-process .box ul li:last-child {
	display: none;
}

@media screen and (max-width: 1024px) {
	.design-process-2023 p {
		font-size: 28px;
		padding-top: 1em;
	}
	.design-process-2023 a {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.design-process-2023 p {
		font-size: 20px;
		padding-top: 2em;
	}
	.design-process-2023 a {
		font-size: 14px;
	}
}

.btndiv {
	text-align: center;
	padding-top: 15px;
}

.btndiv1 {
	text-align: center;
	padding-top: 30px;
}

.btndiv1 a {
	background: #fff;
	display: inline-block;
	padding: 0 0.6em;
	line-height: 2;
	border-radius: 5px;
}

.btndiv1 a:hover {
    color: #0e6eb8;
}

.overall2023-more {
	text-align: center;
	padding: 30px 0 80px;
}

.overall2023-more p {
	font-size: 36px;
	padding-bottom: 1em;
}

.overall2023-more a {
	font-size: 18px;
}

.overall2023-more a:hover {
	color: #0e6eb8;
}

.overall2023 .process-box {
	margin-top: 0;
}

.overall2023 .quality-assurance-system .box {
	margin-top: 0;
}
.overall2023 .quality-assurance-system .box .cont {
	border-top: none;
	padding-bottom: 0;
}

.overallnav {
	padding: 20px 0;
	height: 77px;
	box-sizing: border-box;
}

.overallnav ul.flex {
	display: flex;
}

.overallnav .item {}

.overallnav .item a {
	display: block;
	padding: 7px 3px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 100px;
	margin-right: 5px;
	border-radius: 6px;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.overallnav .item.active a,.overallnav .item a:hover {
	border-color: #0e6eb8;
	color: #0e6eb8;
}

.overallnav.overallnav_follow ul {
	position: fixed;
	z-index: 999999;
	left: 50px;
	top: 130px;
	display: block;
	background: #fff;
}
.overallnav.overallnav_follow .item {
	padding: 8px;
}
.overallnav.overallnav_follow .item a {
	margin-right: 0;
}

.overall2023 .overallnavlist {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.overall2023 .supply-chain-system .content {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.overallnav {
		display: none;
	}

	.overall2023-more p {
		font-size: 28px;
		padding-bottom: 1em;
	}

	.overall2023-more a {
		font-size: 16px;
	}

}

.newphone{
	float: left;
	display: none;
	color: #0e6eb8;
	font-size: 22px;
	font-weight: bold;
	line-height: 70px;
}
.newphone img{
	display: inline-block;
	max-width: 36px;
	margin-right: 10px;
}
@media screen and (max-width: 1024px){
	.newphone{
		display: block;
	}
	.header-other .taximeter{
		display: none;
	}
	.header .header-top {
		padding: 0;
	}
	.i-banner2023zi .t3 {
		font-size: 48px;
	}
	.qiyeswiper img {
		height: 45px;
	}

	.qiyeswiper {
		height: 45px;
	}

	.itembox-2023 {
		padding: 60px 0;
	}

	.itembox-2023 .i-title {
		padding-bottom: 50px;
	}

	.itembox-2023 li .img {
		width: 66px;
		height: 66px;
		top: 8px;
	}

	.itembox-2023 li .box .t1 {
		font-size: 26px;
	}

	.itembox-2023 li .box .t2 {
		font-size: 14px;
	}

	.i-cooperation-2023 {
		padding: 80px 0;
	}

	.i-cooperation-2023 .t1 {
		font-size: 30px;
		padding-left: 74px;
		padding-bottom: 40px;
	}

	.i-cooperation-2023 .t1 i {
		width: 46px;
		height: 46px;
	}

	.i-cooperation-2023 .t2 {
		padding-left: 74px;
	}

	.i-cooperation-2023 .t2 img {
		width: 72px;
		height: 72px;
		margin-right: 16px;
	}

	.i-cooperation-2023 .t2 span {
		line-height: 72px;
		font-size: 22px;
	}

	.bg-qiye {
		padding: 60px 0;
		background-color: #fdfdfd;
	}

	.qiye-img .swiper-container {
		padding: 32px 10% 68px;
	}

	.qiye-img .swiper-slide {
		padding: 20px 26px;
		height: 310px;
	}

	.qiye-msg p {
		font-size: 16px;
	}

	.qiye-tit .tit {
		font-size: 16px;
	}

	.qiye-tit p {
		font-size: 12px;
	}

	.qiye-msg {
		height: 160px;
	}

	.bg-qiye .conwidth .swiper-slide {
		width: 18%;
	}
	.overall2023 .overallnavlist {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.about2023 .aboutnavlist {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.about-2023-box .item {
		padding-bottom: 50px;
	}
	.about-2023-box .item .info p {
		font-size: 17px;
	}
	.about_news .box li {
		padding: 12px 0;
	}
	.about_news .box li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	.newphone{
		font-size: 20px;
		line-height: 60px;
	}
	.newphone img{
		max-width: 30px;
	}
	.i-banner2023zi .t3 {
		font-size: 48px;
	}

	.i-banner2023zi .t3 {
		font-size: 38px;
	}

	.i-banner2023zi .t4 {
		font-size: 26px;
	}

	.itembox-2023 {
		padding: 40px 0;
	}

	.itembox-2023 .i-title {
		padding-bottom: 30px;
		width: 100%;
	}

	.itembox-2023 li {padding: 10px 0;}

	.itembox-2023 li .img {
		width: 50px;
		height: 50px;
		top: 5px;
	}

	.itembox-2023 li .box .t1 {
		font-size: 24px;
	}

	.itembox-2023 li .box .t2 {
		font-size: 12px;
	}

	.i-cooperation-2023 {
		padding: 60px 0;
	}

	.i-cooperation-2023 .t1 {
		font-size: 26px;
		padding-left: 64px;
		padding-bottom: 36px;
	}

	.i-cooperation-2023 .t2 {
		padding-left: 64px;
	}

	.i-cooperation-2023 .t2 img {
		width: 68px;
		height: 68px;
		margin-right: 12px;
	}

	.i-cooperation-2023 .t2 span {
		line-height: 68px;
	}

	.overall2023 .overallnavlist {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.about2023 .aboutnavlist {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.about-2023-box .item .name {
		width: 100%;
		font-size: 28px;
		text-align: left;
		padding-bottom: 15px;
	}

	.about-2023-box .item .info {
		width: 100%;
	}

	.about-2023-box .item .info p {
		font-size: 17px;
		padding-bottom: 0.5em;
	}

	.about_news .box li {
		width: 100%;
	}
}
@media screen and (max-width: 680px){
	.i-banner2023zi .t3 {
		font-size: 20px;
	}

	.i-banner2023zi .t4 {
		font-size: 18px;
		line-height: 2;
	}

	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
		display: none;
	}

	.itembox-2023 .i-title {
		padding-bottom: 10px;
	}

	.itembox-2023 li {
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}

	.itembox-2023 li .img {
		width: 60px;
		height: 60px;
		top: 9px;
	}

	.pop-2023 {
		display: none !important;
	}

	.i-cooperation-2023 .t1 {
		font-size: 18px;
		padding-left: 32px;
		padding-bottom: 20px;
	}

	.i-cooperation-2023 .t1 i {
		width: 24px;
		height: 24px;
	}

	.i-cooperation-2023 .t2 {
		padding-left: 32px;
	}

	.i-cooperation-2023 .t2 img {
		width: 42px;
		height: 42px;
		margin-right: 6px;
	}

	.i-cooperation-2023 .t2 span {
		line-height: 42px;
		font-size: 18px;
	}

	.i-cooperation-2023 {
		padding: 32px 0;
	}

	.qiye-img .swiper-container {
		padding: 20px 10% 34px;
	}

	.bg-qiye .conwidth .swiper-slide {
		width: 31%;
	}

	.bg-qiye .qiye-img .swiper-slide {
		padding: 15px 20px;
		height: 250px;
	}

	.partner-img {
		line-height: 70px;
	}
	.qiye-msg p {
		font-size: 14px;
	}
	
	.qiye-msg {
		height: 140px;
	}
	
	.qiye-tit .tit {
		font-size: 14px;
	}
	.overall2023 .overallnavlist {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.about2023 .aboutnavlist {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.about-2023-box .item .name {
		font-size: 24px;
		padding-bottom: 12px;
	}

	.about-2023-box .item .info p {
		font-size: 15px;
		padding-bottom: 0.5em;
	}

	.about_news .box li .imgbox {
		height: 7em;
	}

}
@media screen and (max-width: 576px){
	.newphone{
		font-size: 17px;
	}
	.newphone img{
		max-width: 26px;
	}

	.about .box2 ul li .t1 {
	    font-size: 28px;
	}
}

#icon_module {
	display: none;
}

.case-recommend.cases {
	padding-top: 30px;
}

.case-content-2023 {
	padding: 50px 0;
}

.case-content-2023 .content-r {
	float: right;
	width: 64.5%;
}

.case-content-2023 .content-r .swiper-wrapper {
	display: block;
}

.case-content-2023 .content-r .swiper-slide {
	width: 100%;
	height: auto;
}

.case-content-2023 .content-r .bigimg {
	padding-bottom: 22px;
}

.case-content-2023 .content-l {
	float: left;
	width: 33%;
	position: sticky;
	top: 90px;
}

.case-content-2023 .content-l .title1 {
	font-size: 30px;
	padding-bottom: 1em;
	border-bottom: 1px solid #e3e5ea;
}

.case-content-2023 .content-l .title1 .t1 {
	color: #222222;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 1em;
}

.case-content-2023 .content-l .title1 .clearfix div {
	width: 48%;
	color: #222222;
	font-size: 20px;
}

.case-content-2023 .content-l .title1 .fl {
	float: left;
}

.case-content-2023 .content-l .title1 .fr {
	float: right;
}

.case-content-2023 .content-l .title1 .clearfix .sp {
	display: block;
	color: #0e6eb8;
	padding-top: 0.8em;
}

.case-content-2023 .content-l .t2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	line-clamp: 9;
	-webkit-box-orient: vertical;
}

.case-content-2023 .content-l .content1 .t2 p br {
	display: none;
}

.case-content-2023 .content-l .content1 {
	font-size: 16px;
	color: #666666;
	padding: 2em 0 3em;
	border-bottom: 1px solid #e3e5ea;
}

.case-content-2023 .content-l .content1 .t2 p {
	line-height: 1.8;
	font-size: 14px !important;
}

.case-content-2023 .content-l .content1 .t2 p span {
	font-size: 14px !important;
}

.case-content-2023 .content-l .content1 .t2 p strong,.case-content-2023 .content-l .content1 .t2 p strong span {
	font-size: 18px !important;
}

.case-content-2023 .content-l .content1 .t2 p a strong, .case-content-2023 .content-l .content1 .t2 p a strong span {
	font-size: 14px !important;
}

.case-content-2023 .content-l .content1 .t2 img {
	display: none;
}

.case-content-2023 .content-l .content1 .txt_bnt {
	color: #999999;
	font-size: 14px;
	display: block;
	position: relative;
	height: 1.6em;
	line-height: 1.6;
	padding-left: 2em;
	margin-top: 2em;
}

.case-content-2023 .content-l .content1 .txt_bnt .angle-down {
	background: url(../image/nabla.png) no-repeat center;
	background-size: 0.8em;
	width: 0.8em;
	height: 0.8em;
	display: block;
	position: absolute;
	left: 0.4em;
	top: 0.4em;
}

.case-content-2023 .content-l .baojia {
	padding-top: 20px;
}

.case-content-2023 .content-l .baojia .btn {
	display: block;
	font-size: 16px;
	line-height: 3.12em;
	height: 3.12em;
	width: 18em;
	border-radius: 1.56em;
	background: #0e6eb8;
	color: #fff;
	text-align: center;
}

.case-content-2023 .content-l .other-case {
	padding: 32px 0;
}

.case-content-2023 .content-l .tit {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 0.8em;
}

.case-content-2023 .content-l .other-case a {
	display: block;
	float: left;
	font-size: 14px;
	color: #0e6eb8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 7em;
	line-height: 2em;
	border: 1px solid #0e6eb8;
	border-radius: 5px;
	text-align: center;
	padding: 0 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width: 1280px){
	.case-content-2023 .content-l {
		position: initial;
	}

	.case-content-2023 .content-l .title1 {
		font-size: 24px;
	}

	.case-content-2023 .content-l .title1 .clearfix div {
		font-size: 16px;
	}

	.case-content-2023 .content-l .content1 .t2 p {
		font-size: 12px;
	}

	.case-content-2023 .content-l .baojia .btn {
		font-size: 14px;
	}

	.case-content-2023 .content-l .other-case a {
		font-size: 12px;
	}
}
@media screen and (max-width: 850px){
	.case-content-2023 {
		padding: 25px 0;
	}

	.case-content-2023 .content-r {
		width: 100%;
	}

	.case-content-2023 .content-r .swiper-wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.case-content-2023 .content-r .swiper-slide {
		height: 100%;
	}

	.contentSwiper {
		height: auto;
		padding-bottom: 20px;
	}

	.case-content-2023 .content-l {
		width: 100%;
	}

	.case-content-2023 .content-l .content1 {
		border-bottom: none;
		display: none;
	}

	.case-content-2023 .content-l .t2 {
		display: block;
	}

	.case-content-2023 .content-l .content1 .t2 p br {
		display: block;
	}

	.case-content-2023 .content-l .content1 .t2 img {
		display: block;
		margin: 0 auto;
	}

	.case-content-2023 .content-l .content1 .txt_bnt {
		display: none;
	}

	.case-content-2023 .content-l .baojia .btn {
		margin: 0 auto;
	}

	.case-content-2023 .content-l .other-case {
		display: none;
	}
}
@media screen and (max-width: 680px){
.itembox-2023 {
    display: none;
}

.decoration-drawing .i-title .t2 {
    display: none;
}
}

