/*start*/
img{
	height:auto;
}
@font-face {
	font-family: 'a';
	src: url('../fonts/Gray Design_Regular.ttf');
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}

}

body {
    width: 100%;
    min-width: 1200px;
}
.wapper-top{
	width:100%;
	height:100vh;
	position:relative;
	background:#000;
	overflow:hidden;
}
.video-top{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background:url(../img/dialog.png) center bottom no-repeat;
	background-size:cover;

}
.video-top .font{
	width:1155px;
	margin:220px auto;
	padding-left:45px
}
.video-top span{
	display:block;
	width:0px;
	height:1px;
	background:#fff;
	margin:25px 0;
}
.video-top img{
	display:block;
}
.video{
	z-index:1;
	position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
    -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
    -moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.header-top{
	z-index:999;
	width:100%;
	height:95px;
	position:fixed;
	top:0;
	left:0;
	background:url(../img/navBj.png) top left;
}
.productionNav{
	z-index:999;
	padding:0 10px 20px;
	position:fixed;
	top:150px;
	left:-200px;
	background:rgba(174,150,88);
	background-size:cover;
	border-radius:5px;
	transition: left .3s;
}
.productionNav ul{
	width:140px;
	margin:0 auto;
	overflow:hidden;
}
.productionNav ul li{
	width:50%;
	float:left;
	margin-top:20px;
}
.productionNav ul li a{
	display:block;
	color:#fff;
}
.productionNav ul li img{
	height:30px;
	display:block;
	margin:0 auto;
	transition: all .3s;
}
.productionNav ul li p{
	text-align:center;
	font-size:14px;
	margin-top:5px;
}

/*.productionNav ul li a:hover p{
	color:#ae9658
}*/
.productionNav ul li a:hover img{
	transform: scale(1.2);
}
.header-top .logo{
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	width:358px;
	text-align:center;
	height:80px;
	line-height:80px;
}
.header-top .nav{
	width:800px;
	height:80px;
	margin:0 auto;
	text-align:center;
}
.header-top .nav a{
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	margin:0 22px;
	color:#333;
	font-size:20px;
    position:relative;
    text-align:center;
}
.header-top .nav a span{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:0%;
	height:3px;
	background:#ae9658;
}
.header-top .nav a:hover{
	color:#ae9658;
	font-weight:bold;
}
.header-top .nav a.on{
	color:#ae9658;
	font-weight:bold;
}
.header-top .nav a.on span{
	width:100% !important;
}
.header-top .us{
	width:300px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
}
.header-top .us ul{
	overflow:hidden;
}
.header-top .us ul li{
	float:left;
	text-align:center;
	margin-top:18px;
	height:43px;
	border-right:1px #dadada solid;
	padding:0 24px;
}
.header-top .us ul li.none{
	border:none;
}
.header-top .us ul li p{
	color:#666666;
	font-size:12px;
	margin-top:5px;
}
.header-top .item-nav{
	z-index:3;
	position:fixed;
	left:73px;
	top:110px;
	width:690px;
	height:70px;
	background:url(../img/itemNavBj.png);
}
.header-top .item-nav ul{
	padding:0 20px;
	overflow:hidden;
}
.header-top .item-nav ul li{
	width:20%;
	text-align:center;
	float:left;
	line-height:70px;
}
.header-top .item-nav ul li a{
	color:#fff;
	font-size:18px;
}
.header-top .item-nav ul li a img{
	margin-left:10px;
	margin-top:-4px;
}

.header-top .item-nav-right{
	display:none;
	z-index:3;
	position:fixed;
	right:20px;
	top:50%;
	width:80px;
	height:536px;
	margin-top:-268px;
	background:url(../img/itemNavBj1.png);
	-moz-box-shadow:1px 1px 5px #dbdbdb;
	-webkit-box-shadow:1px 1px 5px #dbdbdb;
	box-shadow:1px 1px 5px #dbdbdb;
}
.header-top .item-nav-right ul{
	overflow:hidden;
}
.header-top .item-nav-right ul li{
	width:100%;
	text-align:center;
	height:83px;
	margin:20px 0;
}
.header-top .item-nav-right ul li a{
	display:block;
	height:70px;
	line-height:120px;
	color:#333;
	font-size:18px;
}
.header-top .item-nav-right ul li.right1 a{
	background:url(../img/right-icon1.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right2 a{
	background:url(../img/right-icon2.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right3 a{
	background:url(../img/right-icon3.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right4 a{
	background:url(../img/right-icon4.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right5 a{
	background:url(../img/right-icon5.png) no-repeat top center;
}

.header-top .item-nav-right ul li.right1:hover a{
	background:url(../img/right-icon1-1.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right2:hover a{
	background:url(../img/right-icon2-1.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right3:hover a{
	background:url(../img/right-icon3-1.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right4:hover a{
	background:url(../img/right-icon4-1.png) no-repeat top center;
}
.header-top .item-nav-right ul li.right5:hover a{
	background:url(../img/right-icon5-1.png) no-repeat top center;
}

.header-top .item-nav-left{
	display:block;
	z-index:3;
	position:fixed;
	left:20px;
	top:50%;
	width:80px;
	height:536px;
	margin-top:-268px;
	background:url(../img/itemNavBj1.png);
	-moz-box-shadow:1px 1px 5px #dbdbdb;
	-webkit-box-shadow:1px 1px 5px #dbdbdb;
	box-shadow:1px 1px 5px #dbdbdb;
}
.header-top .item-nav-left ul{
	overflow:hidden;
}
.header-top .item-nav-left ul li{
	width:100%;
	text-align:center;
	height:83px;
	margin:20px 0;
}
.header-top .item-nav-left ul li a{
	display:block;
	height:70px;
	line-height:120px;
	color:#333;
	font-size:18px;
}
.header-top .item-nav-left ul li.right1 a{
	background:url(../img/right-icon1.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right2 a{
	background:url(../img/right-icon2.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right3 a{
	background:url(../img/right-icon3.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right4 a{
	background:url(../img/right-icon4.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right5 a{
	background:url(../img/right-icon5.png) no-repeat top center;
}

.header-top .item-nav-left ul li.right1:hover a{
	background:url(../img/right-icon1-1.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right2:hover a{
	background:url(../img/right-icon2-1.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right3:hover a{
	background:url(../img/right-icon3-1.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right4:hover a{
	background:url(../img/right-icon4-1.png) no-repeat top center;
}
.header-top .item-nav-left ul li.right5:hover a{
	background:url(../img/right-icon5-1.png) no-repeat top center;
}


.index-content1{
	width:100%;
	padding:70px 0;
}
.index1{
	width:1200px;
	margin:0 auto;
	height:444px;
}
.index1 .index-item{
	display:block;
	width:353px;
	height:445px;
	float:left;
	position:relative;
	overflow:hidden;
}
.index1 .index-item.center{
	margin:0 70px;
}
.index1 .index-item .img{
	width:100%;
	height:100%;
}
.index1 .index-item .img1{
	width:100%;
	height:97px;
	position:absolute;
	top:50%;
	left:0%;
	margin:-47px 0 0 0px;
}
.index1 .index-item .img2{
	width:100%;
	height:97px;
	position:absolute;
	top:50%;
	left:-100%;
	margin:-47px 0 0 0px;
}

.index-content2{
	width:100%;
	background:#212526;
	padding:90px 0 40px;
}
.index2{
	width:1200px;
	margin:0 auto 40px;
	text-align:center;
}
.index2 h2{
	color:#fff;
	font-size:40px;
	font-weight:lighter;
	width:100%;
	text-align:center;
	position:relative;
	height:50px;
	line-height:50px;
}
.index2 h2 a{
	width:116px;
	height:32px;
	background:#ac9455;
	border-radius:32px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:32px;
	position:absolute;
	right:45px;
	top:9px;
}
.index2 .year{
	margin:50px 0;
	width:100%;
	height:70px;
	line-height:70px;
}
.index2 .year span{
	display:block;
	float:left;
	width:215px;
	background:#212526;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#ac9455;
	font-size:56px;
	font-weight:lighter;
}
.index2 .font{
	color:#808688;
	font-size:14px;
	line-height:26px;
}
.index2 .year em{
	width:277px;
	height:70px;
	display:block;
	float:left;
	background:url(../img/line.png) repeat-x left center;
}
.swiper-container{
	width:100%;
	margin-top:135px !important;
	padding-bottom:100px !important;
}
.swiper-container .swiper-slide{
	overflow:hidden;
}
.swiper-container .swiper-slide span{
	width:100%;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
}
.swiper-container .swiper-slide span:last-child{
	margin-right:0;
}
.swiper-container .swiper-slide span p{
	position:absolute;
	bottom:0;
	width:95%;
	height:36px;
	line-height:36px;
	text-align:right;
	padding-right:5%;
	color:#fff;
	font-size:18px;
	background:rgba(0,0,0,0.6);

}
.swiper-container-horizontal>.swiper-pagination-progressbar{
	top:auto;
	bottom:19px;
	width:260px;
	left:50%;
	margin-left:-130px;
	height:1px;
}
.swiper-pagination-progressbar{
	background:#fff;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#ac9455;
	height:5px;
	top:-4px;
}
.swiper-container .swiper-slide img{
	width:100%;
	transition: all 1s;
}
.swiper-container .swiper-slide span:hover img{
	transform: scale(1.2);
}

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
	top:auto;
	bottom:0;
	height:38px;
}
.swiper-container .swiper-button-next{
	right:50%;
	margin-right:-180px;
	background:url(../img/right.png) no-repeat center center;
}
.swiper-container .swiper-button-next:hover{
	background:url(../img/right1.png) no-repeat center center;
}
.swiper-container .swiper-button-prev{
	left:50%;
	margin-left:-180px;
	background:url(../img/left.png) no-repeat center center;
}
.swiper-container .swiper-button-prev:hover{
	background:url(../img/left1.png) no-repeat center center;
}

.index-content3{
	width:100%;
	padding:120px 0 60px;
	background:#fff;
}
.index3{
	width:1200px;
	margin:0 auto;
}
.index3-top{
	width:100%;
	overflow:hidden;
}
.index3-top .left{
	width:50%;
	float:left;
	text-align:left;
}
.index3-top .left h2{
	color:#666;
	font-size:58px;
	font-weight:lighter;
	text-transform: uppercase;
}
.index3-top .left h3{
	color:#333;
	font-size:34px;
	font-weight:lighter;
}
.index3-top .right{
	width:368px;
	float:right;
	margin-right:1%;
}
.index3-top .right li{
	width:50%;
	margin-bottom:80px;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	text-align:center;

}
.index3-top .right li.text-right{
	text-align:right;
}
.index3-top .right li span{
	display:inline-block;
	width:106px;
	height:28px;
	background:url(../img/line1.jpg) repeat-x left center;
	text-align:center;
}
.index3-top .right li span em{
	font-style:normal;
	display:inline-block;
	padding:0 12px;
	height:28px;
	background:#fff;
	color:#333333;
	font-size:18px;
	cursor:pointer;
}
.index3-top .right li.on span{
	background:url(../img/line2.jpg) repeat-x left center;
}
.index3-top .right li.on span em{
	color:#ac9455;
	font-weight:bold;
}

.index3-bottom{
	width:100%;
	display:none;
	margin-top:50px
}
.index3-bottom.on{
	display:block;
}
.index3-bottom ul{
	overflow:hidden;
}
.index3-bottom ul li{
	width:278px;
	float:left;
	margin:10px;
	overflow:hidden;
	height:278px;
	line-height:278px;
	border: 1px #ececec solid;
}
.index3-bottom ul li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.index3-bottom ul li img{
	/*display:block;*/
	max-width:100%;
	/*height:100%;*/
}
.index3-bottom ul li .grey{
	display:block;
	width:100%;
	height:100%;
	background:url(../img/index3-bj.png);
	position:absolute;
	top:-150%;
	left:0;
	z-index:1;
	overflow:hidden;
	height:280px;
}
.index3-bottom ul li p{
	color:#fff;
	font-size:20px;
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	position:absolute;
	top:-100%;
	margin-top:-15px;
	left:0;
	z-index:2;
}
.index3-bottom ul li .grey .line{
	width:266px;
	height:124px;
	background:url(../img/index3-bj1.png) no-repeat center center;
	background-size:80%;
	position:absolute;
	top:50%;
	left:50%;
	margin:-62px 0 0 -133px;
}
.more{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-top:45px;
}
.more a{
	display:block;
	color:#333332;
	font-size:16px;
	float:right;
	text-transform: uppercase;
}
.more span{
	width:116px;
	display:block;
	float:right;
	height:30px;
	background:url(../img/line1.jpg) repeat-x left center;
	margin-right:1%;
	margin-left:28px;
}
.more:hover a{
	color:#ac9455;
}

.index-content4{
	width:100%;
	padding:50px 0 50px;
	background:#f9f9f9;
}
.index4{
	width:1200px;
	margin:0 auto;
}
.index4 .title{
	height:60px;
	line-height:60px;
}
.index4 .title span{
	color:#000;
	font-size:42px;
	font-weight:lighter;
}
.index4 .title em{
	font-style:normal;
	color:#000;
	font-size:42px;
	font-weight:lighter;
	margin-left:40px;
}


/*涓€銆�24鏍煎鐞�*/
.htmleaf-content{
	margin:76px 0;
	width:100%;
}
#iconWall{
	padding-top: 1px;
    padding-left: 1px;
    width:100%;
    background-color: #c7c7c8;
    margin: 0 auto;
    overflow: hidden;
}
#iconWall li{
    width: 149px;
    height: 149px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

/*浜屻€�3D鍙嶈浆鍖哄煙澶勭悊 */
.img-back, .img-front{
    position: absolute;
    top:0;
    left:0;
    background-color: #fff;
    width: 149px;
    height: 149px;
    text-align: center;
    line-height: 149px;
}
.img-back img, .img-front img{
	max-width:90%;
}
.img-3d{
	position:relative;
    transform-style: preserve-3d;
}
.img-back{
    transform: rotateY(180deg);
}

/*涓夈€佹崲涓€鎵�*/
#btnRefresh{
    text-align: center;
    transition: .3s linear;
    background-color: #fff;
    color:#ac9455;
    font-size:16px;
}
.iconRefresh{
    width: 44px;
    height: 44px;
    background: url(../img/refresh.png);
    margin: 40px auto 10px;

}
#btnRefresh:hover{
    color: #fff;
    background-color: #ac9455;
    transition: 0s;
}
#btnRefresh:hover .iconRefresh{
    background: url(../img/refresh-white.png);
}

.index-content5{
	width:100%;
	height:665px;
}
.swiper-container1{
  width: 100%;
  height: 100%;
  overflow:hidden;
  position:relative;
}
.swiper-container1 .swiper-wrapper{
	transition-delay:.3s;
}
.swiper-container1 .swiper-slide {
  	background-size: cover;
    position:relative;
    background-attachment: fixed;
}

.swiper-container1 .swiper-slide .font{
	width:640px;
	height:320px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-160px 0 0 -320px;
	text-align:center;
}
.swiper-container1 .swiper-slide .font .img{
	height:54px;
	/*transition-delay: .4s;
	opacity:0;*/
}
.swiper-container1 .swiper-slide .font h2{
	color:#fff;
	font-size:62px;
	font-weight:normal;
	margin-top:50px;
	/*transition-delay: .8s;
	opacity:0;*/
}
.swiper-container1 .swiper-slide .font p{
	color:#fff;
	font-size:12px;
	font-weight:lighter;
	line-height:24px;
	margin-top:58px;
	/*transition-delay: 1.2s;
	opacity:0;*/
}

.swiper-container1 .swiper-slide .corner{
	width:270px;
	position:absolute;
	top:60px;
	right:50%;
	margin-right:-600px;
	text-align:center;
	/*opacity:0;*/
}

.swiper-container1 .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	margin:0 15px !important;
	opacity: 1;
}

.swiper-container1 .swiper-pagination-bullet-active{
	background:#ac9455 !important;
}

.index-content6{
	width:100%;
	padding:55px 0 70px;
	background:#f5f5f5;
}
.index6{
	width:1200px;
	margin:0 auto;
	background:#fff;
	padding:30px 0;
}
.news-con{
	overflow:hidden;
}
.index6 .left{
	width:530px;
	float:left;
	padding-left:70px;
}
.index6 .right{
	width:529px;
	float:right;
	padding-left:70px;
	border-left:1px #d4d4d4 dashed;
}
.index6 .more{
	display:block;
	width:300px;
	height:40px;
	margin:0 auto;
	border-radius:40px;
	background:#ac9455;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:14px;
	margin-top:50px;
	clear:both;
}
.index6 h2{
	color:#333;
	font-size:24px;
}
.index6 h3{
	color:#333;
	font-size:16px;
	font-weight:normal;
	text-transform: uppercase;
	margin-top:5px;
}
.index6 ul{
	margin-top:40px;
}
.index6 ul li{
	line-height:50px;
	height:50px;
	overflow:hidden;
}
.index6 ul li a{
	display:block;
	overflow:hidden;
	color:#333;
	font-size:18px;
}
.index6 ul li a em{
	display:block;
	padding-right:30px;
	float:left;
	font-style:normal;
	color:#ac9455;
	font-weight:bold;
}
.index6 ul li a span{
	display:block;
	float:left;
	width:380px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index6 ul li a:hover span{
	color:#ac9455;
}

.index-content7{
	width:100%;
	position:relative;
	min-height:330px;
}
.index-content7 .map{
	width:100%;
}
.index-content7 .address{
	width:300px;
	height:96px;
	position:absolute;
	left:50%;
	top:50%;
	background:#fff;
	border-radius:10px;
	margin-top:-90px;
	margin-left:-320px;
	-moz-box-shadow:3px 3px 20px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:3px 3px 20px 5px rgba(0,0,0,0.3);
	box-shadow:3px 3px 20px 5px rgba(0,0,0,0.3);
	padding:15px;

}
.index-content7 .address h6{
	height:30px;
	line-height:30px;
	color:#000;
	font-size:20px;
	font-weight:normal;
	background:url(../img/map-icon.jpg) no-repeat left top;
	padding-left:40px;
	border-bottom:1px #dbdbdb solid;
	overflow:hidden;
	padding-bottom:10px;
	margin-top:10px;
}
.index-content7 .address h6 a{
	width:127px;
	height:30px;
	text-align: center;
	line-height:30px;
	border-radius:30px;
	color:#fff;
	font-size:16px;
	background:#ac9455;
	float:right;
	display:block;
}
.index-content7 .address p{
	color:#666;
	font-size:16px;
	margin-top:15px;
}
.index-content8{
	width:100%;
}
.index8{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.index8 ul{
	width:1202px;
	overflow:hidden;
	padding:80px 0;
}
.index8 ul li{
	padding:0 30px;
	float:left;
	overflow:hidden;
	border-right:1px #d9d9d9 solid;
}
.index8 ul li .left{
	float:left;
	margin-right:20px;
}
.index8 ul li .right{
	float:right;
}
.index8 ul li .p1{
	color:#6d6d6d;
	font-size:22px;
	text-transform: uppercase;
	font-weight:bold;
}
.index8 ul li .p2{
	color:#666;
	font-size:16px;
}
.index8 ul li .p3{
	color:#999;
	font-size:12px;
	margin-top:5px;
}
.footer-box{
	width:100%;
	padding:40px 0;
	background:#252628;
	position:relative;
}
.footer{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.footer .left{
	width:600px;
	float:left;
}
.footer .left h2{
	color:#fff;
	font-size:20px;
}
.footer .left p{
	color:#b5b5b5;
	font-size:14px;
	font-weight:lighter;
	line-height:24px;
	margin:30px 0;
}
.footer .left .copyright{
	color:#b5b5b5 !important;
	font-size:14px;
	font-weight:lighter;
}
.footer .left .copyright a{
	color:#b5b5b5 !important;
}
.footer .right{
	width:580px;
	float:right;
	margin-top:40px;
}
.footer .right span{
	display:block;
	float:right;
}
.footer .right span.img2{
	margin-left:40px;
}
.gotop{
	position:absolute;
	top:0;
	right:50%;
	width:50px;
	height:50px;
	margin-right:-600px;
	cursor: pointer;
}
.gotop img{
	width:100%;
}


/*璁捐*/
.design-content1{
	width:100%;
	background: url(../img/design-banner.jpg) center center no-repeat;
	background-size:cover;
	padding-top:80px;
	background-attachment: fixed;
}
.design-content1 .banner-box{
	width:100%;
	overflow-x:hidden;
	height:950px;
}
.design-content1 .banner-box ul{
	width:1200px;
	margin:0 auto;
	height: 668px;
	position:relative;
}
.design-content1 .banner-box li{
	position: absolute;
	list-style: none;
}
.banner-font1{
	z-index:2;
	left:50px;
	top:150px;
}
.banner-font5{
	z-index:1;
	left:50px;
	top:305px;
}
.banner-line1{
	z-index:3;
	left:50px;
	top:437px;
}
.banner-font2{
	z-index:3;
	left:70px;
	top:430px;
	font-size:16px;
	color:#fff;
	font-weight:lighter;
	width:573px;
	text-align: justify;
	line-height:30px;
}
.banner-font3{
	z-index:4;
	left:50px;
	top:645px;
}
.banner-img1{
	z-index:7;
	left:55%;
	top:190px;
}
.banner-img2{
	z-index:10;
	left:55%;
	top:190px;
}
.banner-font4{
	z-index:6;
	left:55%;
	top:190px;
}

.design-content2{
	width:100%;
	background: url(../img/design-banner2.jpg) center center no-repeat;
	background-size:cover;
	height:710px;
	padding:145px 0 105px;
    background-attachment: fixed;
}
.design2{
	width:1140px;
	margin:0 auto;
	padding:0 30px;
}

.design2 .font{
	position:relative;
	margin-top:95px;
	padding-left:23px;
	font-size:16px;
	color:#fff;
	font-weight:lighter;
	width:573px;
	text-align: justify;
	line-height:30px;
}
.line{
	width:2px;
	height:46px;
	background:#d4d4d4;
	position:absolute;
	top:8px;
	left:0;
}
.design2 .img{
	width:100%;
}
.design2 .img img{
	max-width:100%;
}
.design2 ul{
	overflow:hidden;
	padding:10px 30px;
	margin-top:67px;
	height:284px;
}
.design2 ul li{
	width:282px;
	height:282px;
	float:left;
	margin-left:-23px;
}
.design2 ul li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	transition: all .3s;
	position:relative;
}
.design2 ul li.li1 a{
	background:url(../img/design1.png) no-repeat center 80px;
}
.design2 ul li.li2 a{
	background:url(../img/design2.png) no-repeat center 80px;
}
.design2 ul li.li3 a{
	background:url(../img/design1.png) no-repeat center 80px;
}
.design2 ul li.li4 a{
	background:url(../img/design4.png) no-repeat center 80px;
}

.design2 ul li.li1:hover a{
	background:url(../img/design1-1.png) no-repeat center 80px;
}
.design2 ul li.li2:hover a{
	background:url(../img/design2-1.png) no-repeat center 80px;
}
.design2 ul li.li3:hover a{
	background:url(../img/design1-1.png) no-repeat center 80px;
}
.design2 ul li.li4:hover a{
	background:url(../img/design4-1.png) no-repeat center 80px;
}

.li-box{
	width:282px;
	height:282px;
	border-radius:100%;
	border:1px #bcbcbc solid;
	transition: all .3s;
}
.li-box span{
	display:block;
	margin-top:150px;
	color:#fff;
	font-size:20px;
	font-weight:lighter;
	text-transform: uppercase;
	transition: all .3s;
}
.li-box p{
	color:#fff;
	font-size:20px;
	transition: all .3s;
}
.design2 ul li:hover a span{
	color:#b6a068;
}
.design2 ul li:hover a p{
	color:#b6a068;
}
.design2 ul li:hover .li-box{
	border-color:#b6a068;
}

.design-content3{
	width:100%;
	/*height:1064px;*/
	padding:120px 0;
	background: url(../img/design-banner3.jpg) center center no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.design3{
	width:1200px;
	margin:0 auto;
}
/*.design3 .img{
	width:1140px;
	padding:0 30px;
}*/
.design3 .img img{
	max-width:100%;
}
.case-list{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.case-list li{
	width:24%;
	float:left;
	margin:0.5%;
	overflow:hidden;
	height:250px;
	background:#fff;
}
.case-list li img{
	width:100%;
	transition: all 1s;
}
.case-list li:hover img{
	transform: scale(1.2);
}

/*.design3 a{
	display:block;
	margin:40px auto;
	width:78px;
	height:78px;
	background:url(../img/more.png) no-repeat center center;
	transition: all .3s;
}*/
.design3 a span.grey{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:url(../img/more1.png) rgba(0,0,0,0.1) no-repeat center center;
	display:none;
	z-index:99;
}
.design3 a:hover .grey{
	display:block;
}
.design-content4{
	width:100%;
	padding:106px 0;
	background: url(../img/design-banner4.jpg) center center no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.design4{
	width:1140px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
}
.customer-list table{
	margin-top:75px;
	width:100%;
}
.customer-list table tr td{
	height:80px;
	background:#fff;
	text-align:center;
	width:142px !important;
}
.customer-list table tr td a{
	display:block;
}
.customer-list table tr td img{
	max-width:113px;
	opacity:1;
}



/*鍗板埛*/
.print-content1{
	width:100%;
	padding-top:80px;
	height:554px;
	/*background: url(../img/print-bj1.jpg) center center no-repeat;
	background-size:cover;
	position:relative;*/
}
.print-content1 .swiper-container{
	width:100%;
	height:100%;
	margin-top: 0 !important;
    padding-bottom: 0 !important;
}
.print-content1 .swiper-container .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
}
.print-content1 .swiper-container .swiper-button-prev{
	top:50%;
	left:50%;
	margin-left:-650px;
}
.print-content1 .swiper-container .swiper-button-next{
	top:50%;
	right:50%;
	margin-right:-650px;
}
.print-content1 .font{
	width:820px;
	height:280px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-140px 0 0 -410px;
}
.print-content1 .font .line1{
	width:100%;
	height:1px;
	background:#5e5e5e;
}
.print-content1 .font .img{
	width:100%;
	margin:50px 0;
}
.print-content1 .font .img img{
	max-width:100%;
}
.print-content1 .font .line2{
	width:100%;
	height:1px;
	background:#5e5e5e;
}

.print-content2{
	width:100%;
	padding:80px 0;
}
.print2{
	width:1200px;
	margin:0 auto;
}
.print2 .title{
	text-align: center;
}
.print2 .title h2{
	color:#333;
	font-size:36px;
}
.print2 .title span{
	display:block;
	margin:20px 0;
}
.print2 .title p{
	color:#666;
	font-size:16px;
	text-transform: uppercase;
}
.print2 ul{
	overflow:hidden;
	margin-top:80px;
}
.print2 li{
	float:left;
	width:130px;
}
.print2 li span{
	margin:0 auto;
	display:block;
	width:80px;
	height:80px;
	border:1px #b0b0b0 solid;
	border-radius:100%;
	text-align: center;
	line-height:80px;
	color:#858585;
	font-size:34px;
	font-weight:bold;
	margin-bottom:18px;
}
.print2 li p{
	text-align:center;
	color:#ae9658;
	font-size:20px;
	margin-top:27px;
}
.print2 li.item{
	width:82px;
	text-align:center;
	padding-top:115px;
}

.print-content3{
	width:100%;
	padding:70px 0;
	background:#f3f3f3;
}
.print3{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.print3 ul{
	width:1200px;
	overflow:hidden;
}
.print3 ul li{
	width:268px;
	height:377px;
	float:left;
	margin:0 15px;
	background:#fff;
	margin-bottom:50px;
}
.print3 ul li a{
	display:block;
	width:238px;
	padding:30px 0 30px 30px;
}
.print3 ul li a span{
	text-transform: uppercase;
	color:#ccc;
	font-size:20px;
	display:block;
	transition: all .3s;
}
.print3 ul li a p{
	color:#333;
	font-size:24px;
	display:block;
	margin-top:10px;
	margin-bottom:80px;
	transition: all .3s;
}
.print3 ul li a .img{
	width:208px;
	height:167px;
	line-height:167px;
	text-align: center;
}
.print3 ul li a .img img{
	max-width:100%;
	max-height:100%;
	transition: all .3s;
	-webkit-filter: opacity(100%); /* Chrome, Safari, Opera */
    filter: opacity(100%);
}

.print3 ul li a:hover .img img{
	-webkit-filter: opacity(80%); /* Chrome, Safari, Opera */
    filter: opacity(80%);
}
.print3 ul li a:hover span{
	color:#ae9658;
}
.print3 ul li a:hover p{
	color:#ae9658;
}
.print-content4{
	width:100%;
	background:#fff;
	padding:120px 0;
}
.print4{
	width:1200px;
	margin:0 auto;
}
.print4 h2{
	color:#333;
	font-size:40px;
	font-weight:normal;
}
.print4 ul{
	overflow:hidden;
	margin-top:86px;
}
.print4 ul li{
	width:320px;
	background:#ececec;
	padding:30px;
	float:left;
	height:200px;
}
.print4 ul li.left h1{
	background:url(../img/p-tel.png) no-repeat left center;
}
.print4 ul li.center h1{
	background:url(../img/p-qq.png) no-repeat left center;
}
.print4 ul li.right h1{
	background:url(../img/p-vchat.png) no-repeat left center;
}
.print4 ul li.center{
	margin:0 30px;
}
.print4 ul li h1{
	color:#333;
	font-size:26px;
	font-weight:normal;
	padding-left:40px;
}
.print4 ul li h1 span{
	color:#999;
	font-size:16px;
	margin-left:20px;
}
.print4 ul li p{
	color:#ae9658;
	font-size:44px;
	height:144px;
	line-height:144px;
	margin-top:20px;
	text-align:center;
}
.print4 ul li p a{
	color:#ae9658;
}
.print4 ul li p img{
	max-height:144px !important;
}
.print4 .link{
	margin-top:90px;
	text-align:center;
}
.print4 .link a{
	display:inline-block;
	width:508px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	margin:0 40px;
	color:#333;
	font-size:32px;
}
.print4 .link a img{
	vertical-align: middle;
	margin-right:10px;
}

/*妗堜緥*/
.case-content1{
	padding-top:80px;
	width:100%;
}
.case1{
	width:1200px;
	margin:0 auto;
	/*position:relative;*/
}
.case-nav{
	/*position:absolute;*/
	width:1200px;
	/*top:130px;
	left:0;*/
	margin-top:50px;
	position:relative;
	height:186px;
}
.case-nav > ul{
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:10;
	width:100%;
}
.case-nav > ul >li{
	width:20%;
	float:left;
	text-align:center;
	padding:34px 0;
	cursor: pointer;
	transition: all .3s;
}
.case-nav > ul > li > a > span{
	display:block;
	color:#666;
	font-size:80px;
	font-family: a;
}
.case-nav > ul > li > a> p{
	font-size:20px;
	color:#666;
}
.case-nav > ul >li.on{
	background:#f7f7f7;
}
.case-nav > ul >li.on span{
	color:#ae9658;
}
.case-nav > ul >li.on p{
	color:#ae9658;
	/*background:url(../img/c-jt.png) no-repeat 70% center;*/
}
.case-nav > ul > li > ul{
	overflow:hidden;
	margin-top:40px;
	display:none;
}
.case-nav > ul > li > ul > li{
	width:90%;
	text-align:left;
	padding:0 5%;
	line-height:30px;

}
.case-nav > ul > li > ul > li a{
	border-bottom:1px #f7f7f7 solid;
	font-size:14px;
	color:#666;
	display:block;
	height:30px;
	padding-bottom:8px;
	text-align:left;
	transition: all .3s;
}
.case-nav > ul > li > ul > li a:hover{
	border-bottom:1px #d2c6a7 solid;
	color:#ae9658;
}
.case-listnew{
	width:1200px;
	overflow:hidden;
	margin-top:70px;
}
.case-listnew ul{
	width:1245px;
	overflow:hidden;
	margin-bottom:20px;
}
.case-listnew ul li{
	width:275px;
	height:275px;
	float:left;
	margin-right:30px;
	border:1px #ececec solid;
	background:#fff;
	text-align:center;
	position:relative;
	margin-bottom:40px;
	position:relative;
}
.case-listnew ul li img{
	max-width:100%;
}
.case-listnew ul li a{
	display:block;
	width:275px;
	height:275px;
	position:relative;
	overflow:hidden;
}
.case-listnew ul li .img{
	line-height:275px;
}
.case-listnew ul li .grey{
	position:absolute;
	width:215px;
	height:275px;
	padding:0 30px;
	top:100%;
	display:block;
	background:url(../img/case-bj.png);
	overflow:hidden;
}
.case-listnew ul li .grey h2{
	color:#fff;
	font-size:20px;
	font-weight:normal;
	height:40px;
	position:absolute;
	width:100%;
	left:100%;
	bottom:50px;
}
.case-listnew ul li .grey p{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	position:absolute;
	width:215px;
	left:100%;
	top:80px;
	padding:0 30px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp:5;
  	-webkit-box-orient: vertical;
	display:none;
}
.case-listnew ul li .grey h3{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	border-top:1px #fff solid;
	padding-top:15px;
	position:absolute;
	width:215px;
	left:30px;
	bottom:20px;
}

.load{
	width:100%;
	height:70px;
	text-align:center;
	color:#999999;
	font-size:16px;
}
.load em{
	font-style:normal;
}
.load span{
	width:180px;
	height:40px;
	display:block;
	margin:0 auto;
	border:1px #ccc solid;
	border-radius:5px;
	line-height:40px;
	cursor: pointer;
}
.load img{
	margin-right:10px;
}
.load img.turn{
	animation: rotation 2s linear infinite;
	-moz-animation: rotation 2s linear infinite;
	-webkit-animation: rotation 2s linear infinite;
	-o-animation: rotation 2s linear infinite;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}




/*妗堜緥璇︽儏*/
.case1{
	overflow:hidden;
}

.case-left{
	width:730px;
	padding:0 40px;
	float:left;
	margin:50px 0;
	overflow:hidden;
	min-height:500px;
}
.case-left span{
	display:block;
	width:670px;
	border:1px #f4f4f4 solid;
	padding:20px 30px;
	margin-bottom:30px;
	text-align:center;
}
.case-left span img{
	max-width:100%;
}
.case-right{
	width:340px;
	float:right;
	text-align:right;
	position:fixed;
	top:150px;
	right:50%;
	margin-right:-580px;
}
.case-right h1{
	color:#999;
	font-size:34px;
	font-weight:normal;
}
.case-right h2{
	color:#999;
	font-size:20px;
	font-weight:normal;
	padding:15px 0;
	border-bottom:1px #c9c9c9 solid;
}
.case-right h3{
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:40px;
}
.case-right p{
	color:#999;
	font-size:14px;
	line-height:30px;
	height:300px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	text-align:left;
}

/*鍏充簬鎴戜滑*/
.about-content1{
	width:100%;
	height:740px;
	background: url(../img/about-banner.jpg) center center no-repeat;
	background-size:cover;
	padding-top:80px;
	background-attachment: fixed;

}
.about1{
	width:890px;
	height:367px;
	margin:170px auto;
	background: url(../img/about-banner-img.png) center center no-repeat;
	text-align:center;
}
.about1 span{
	padding:0 5px;
	color:#fff;
	font-size:24px;
}
.about1 .font{
	width:724px;
	height:320px;
	margin:15px auto;
	background:#000;
	background:url(../img/aaa.png);
}

.about-content2{
	width:100%;
	padding:80px 0;
}
.about2{
	width:1140px;
	padding:0 30px;
	margin:0 auto;
}
.about2 h1{
	color:#333;
	font-size:65px;
	font-weight:lighter;
}
.about2 h2{
	color:#999;
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
}
.video-box{
	margin-top:50px;
}
.video1{
	width:100% !important;
	/*height:100% !important;*/

}
.video-box1{
	margin-top:50px;
	width:100%;
	height:642px;
}
.video2{
	width:100% !important;
	height:100% !important;

}
.about-content-nav{
	width:1140px;
	padding:0 30px;
	margin:0 auto;
}
.about-content-nav ul{
	overflow:hidden;
}
.about-content-nav ul li{
	width:300px;
	height:110px;
	float:left;
	background:#f4f4f4;
	line-height:110px;

}
.about-content-nav ul li a{
	color:#666;
	font-size:20px;
	display:block;
	padding-left:150px;
	width:150px;
	transition: all .3s;
}

.about-content-nav ul li.li2{
	margin:0 120px;
}
.about-content-nav ul li.li1 a{
	background:url(../img/about-li1.png) #f4f4f4 no-repeat 50px center;
}
.about-content-nav ul li.li2 a{
	background:url(../img/about-li2.png) #f4f4f4 no-repeat 50px center;
}
.about-content-nav ul li.li3 a{
	background:url(../img/about-li3.png) #f4f4f4 no-repeat 50px center;
}

.about-content-nav ul li.li1 a:hover{
	background:url(../img/about-li1-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}
.about-content-nav ul li.li2 a:hover{
	background:url(../img/about-li2-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}
.about-content-nav ul li.li3 a:hover{
	background:url(../img/about-li3-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}

.about-content-nav ul li.li1 a.on{
	background:url(../img/about-li1-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}
.about-content-nav ul li.li2 a.on{
	background:url(../img/about-li2-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}
.about-content-nav ul li.li3 a.on{
	background:url(../img/about-li3-1.png) #b6a068 no-repeat 50px center;
	color:#fff;
}
.horner-box{
	width:90%;
	/*height:350px;*/
	overflow:hidden;
	margin:80px auto 0;
}
.horner-box .swiper-container2 {
  	width: 1200px;
  	margin:0 auto;
  	height:350px;
  	display:none;
  	overflow:hidden;

}
.horner-box .swiper-container2 .swiper-slide a{
	display:block;
}
.horner-box .swiper-container2 .swiper-slide a img{
	width:100%;
}
.horner-box .swiper-container2 .font{
	display:block;
	width:100%;
}
.horner-box .swiper-container2 .font span{
	color:#999999;
	font-size:12px;
	display:block;
	margin-top:10px;
}
.horner-box .swiper-container2 .font p{
	color:#666;
	font-size:14px;
	margin-top:10px;
}



#wrap{
    width:220px;
    height:320px;
    margin: 0 auto;
    position:relative;
    /*transform-style:preserve-3d;*/
   	-moz-transform-style: preserve-3d;
    -webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
    transform:perspective(1000px) rotateX(0deg) rotateY(0deg);
}
#wrap a{
	display:block;
	width:100%;
    position:absolute;
    top:0;
    left:0;
}
#wrap img{
	display:block;
	width:100%;
	transform:rotateY(180deg);
}
#wrap .font{
	display:block;
	width:100%;
	transform:rotateY(180deg);
}
#wrap .font span{
	color:#999999;
	font-size:12px;
	display:block;
	margin-top:10px;
}
#wrap .font p{
	color:#666;
	font-size:16px;
	margin-top:10px;
}
.about-content3{
	width:100%;
	padding:80px 0;
	background: url(../img/about3-bj.jpg) center center no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
.about3{
	width:1200px;
	margin:0 auto;
}
.about3 h1{
	color:#fff;
	font-size:65px;
	font-weight:lighter;
}
.about3 h2{
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
}
.about3 ul{
	overflow:hidden;
	margin:50px 0;
}
.about3 ul li{
	width:298px;
	margin:0 1px 50px;
	float:left;
	position:relative;
}
.about3 ul li .img{
	height:372px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.about3 ul li .img .Bg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.3);
	transition: all .5s;
}
.about3 ul li .img:hover .Bg{
	background:rgba(0,0,0,0);
}
.about3 ul li .img img{
	width:100%;
	height:100%;

}
.about3 ul li .font{
	padding-left:17px;
}
.about3 ul li .font h3{
	color:#999;
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
}
.about3 ul li .font h4{
	color:#999;
	font-size:20px;
	font-weight:normal;
}

.environment{
	width:750px;
	height:520px;
	margin:0 auto;
	/*width:100%;
	height:860px;*/
	margin-top:70px;
	padding:0 80px;
	position:relative;
}
.swiper-container4{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.swiper-container4 .swiper-slide {
      background-position: center;
      background-size: cover;
}

.swiper-container4 .swiper-pagination-bullet{
	width:10px;
	border-radius:100%;
	height:10px;
}

.about-wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
	height:365px;
}
.about-wrap ul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height:1px;
}

.about-wrap ul li{
	float: left;
	width: 33%;
}
.about-wrap ul li img{
	display:block;
	width:95%;
}

.about-content4{
	width:100%;
	padding:80px 0;
	background:#222226;
}
.about4{
	width:1200px;
	margin:0 auto;
}
.about4 h1{
	color:#fff;
	font-size:65px;
	font-weight:lighter;
	text-align: center;
}
.about4 h2{
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
	text-align: center;
	margin-bottom:50px;
}
.print-content4.no{
	padding-top:0;
}
.qjbox{
	width:1200px;
	margin:66px auto 60px;
}
.str6{
	width:100%;
	height:360px !important;
}
.str6 span{
	margin:0 10px;
}

.swiper-container5{
    width: 100%;
    height: 360px;
    overflow:hidden;
}
.swiper-container5 .swiper-wrapper{
    transition-timing-function: linear;
 }
.swiper-container5 .swiper-wrapper .swiper-slide img{
	width:100%;
}


.pd750{
	margin:80px 0 20px;
}
.contact-content{
	width:1200px;
	margin:0 auto;
	padding:0 0 70px;
}

.contact-content .title{
	width:1200px;
	height:77px;
	line-height:77px;
	overflow:hidden;
	background:#b6a283;
}
.contact-content .title.grey{
	background:#999;
}
.contact-content .title .left{
	display:block;
	width:400px;
	float:left;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-left:26px;
}
.contact-content .title .right{
	display:block;
	width:510px;
	float:right;
	color:#fff;
	font-size:22px;
	margin-right:26px;
}
.contact-content .title.grey .right{
	width:540px;
}
.contact-content .title .right em{
	font-style:normal;
	padding-left:30px;
}

.contact-content .title .right em.tel{
	background:url(../img/con-icon1.png) no-repeat left center;
}
.contact-content .title .right em.add{
	margin-left:40px;
	background:url(../img/con-icon2.png) no-repeat left center;
}

.contact-box{
	width:100%;
	overflow:hidden;
}
.contact-box .left{
	width:250px;
	float:left;
	margin-top:70px;
}
.contact-box .left .qq{
	width:205px;
	height:100px;
	background:#f5f5f5;
	padding:20px;
}
.contact-box .left .qq h5{
	color:#333;
	font-size:20px;
	background:url(../img/qq.png) no-repeat left center;
	padding-left:25px;
	font-weight:normal;
}
.contact-box .left .qq p{

	font-size:26px;
	padding-left:23px;
	margin-top:20px;
}
.contact-box .left .qq p a{
	color:#ae9658;
}
.contact-box .left .vchat{
	margin-top:10px;
	width:205px;
	height:100px;
	background:#f5f5f5;
	padding:20px;
}
.contact-box .left .vchat h5{
	color:#333;
	font-size:20px;
	background:url(../img/vchat.png) no-repeat left center;
	padding-left:35px;
	font-weight:normal;
	width:65px;
	float:left;
}
.contact-box .left .vchat .img{
	width:104px;
	float:left;
}
.contact-box .left .vchat .img img{
	display:block;
	max-width:100%;
}
.contact-box .right{
	width:825px;
	float:right;
	overflow:hidden;
}
.contact-box .right .add-box{
	width:395px;
	float:left;
	margin-left:15px;
	margin-top:70px;
}
.contact-box .right .add-box h6{
	color:#000;
	font-size:22px;
	background:url(../img/con-icon3.png) no-repeat left center;;
	padding-left:25px;
	font-weight:normal;
	margin-bottom:25px;
}
.contact-box .right .add-box p{
	padding-left:25px;
	color:#666666;
	font-size:14px;
	line-height:24px;
}
.map-box{
	width:100%;
	height:350px;
	margin-top:20px;
	margin-bottom:40px;
}


/*鍗板埛璇︽儏*/
.xq-main1{
	width:100%;
	margin-top:80px;
	position:relative;
}
.xq-main1 img{
	width:100%;
	height:auto;
}
.xq-main1 a{
	position:absolute;
	bottom:5%;
	left:50%;
	margin-left:-78px;
	display:block;
	width:146px;
	height:38px;
	background:url(../img/tb-link.png) no-repeat center center;
}
.xq-box2{
	width:100%;
}
.xq-main2{
	width:1060px;
	margin:0 auto;
	background:#fff;
	padding:0px 0;
	text-align:center
}
.xq-main2 img{
	max-width:100%;
	height:auto !important;
}
.xq-main2 .title{
	color:#333;
	font-size:46px;
	font-weight:lighter;
	padding-top:80px;
	text-align: center;
}
/*xin*/
.xq-main2 .stitle{
	width:900px;
	margin:20px auto;
	position:relative;
	height:40px;
	line-height:40px;
}
.xq-main2 .stitle:before{
	content:'';
	position:absolute;
	top:20px;
	width:100%;
	height:1px;
	background:#444347;
	z-index:1;
	left:0;
}
.xq-main2 .stitle span{
	display:block;
	background:#fff;
	width:320px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	position:absolute;
	left:50%;
	margin-left:-160px;
	z-index:2;
	top:0;
	text-align: center;
	color:#ae9658;
	font-size:24px;
	font-weight:lighter;
	letter-spacing: 8px;
}
.xq-main2 .stitle em{
	display:block;
	background:#fff;
	width:320px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	position:absolute;
	left:50%;
	margin-left:-160px;
	z-index:2;
	top:0;
	text-align: center;
	color:#ae9658;
	font-size:24px;
	font-weight:lighter;
	font-style:normal;
}
.public1 ul{
	width:900px;
	margin:40px auto;
	overflow:hidden;
}
.public1 ul li{
	width:200px;
	height:200px;
	border-radius:100%;
	overflow:hidden;
	position:relative;
	float:left;
	margin:12px;
}
.public1 ul li img{
	display:block;
	width:100%;
	height:100%;
}
.public1 ul li span{
	font-size:22px;
	position:absolute;
	top:20px;
	left:0;
	color:#fff;
	display:block;
	width:100%;
	text-align: center;
}
.public2 ul{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
.public2 ul li{
	width:230px;
	float:left;
	padding:0 35px;
	margin-top:80px;
	position:relative;
}
.public2 ul li .icon{
	text-align: center;
	position:relative;
	width:150px;
	height:135px;
	margin:0 auto;
}
.public2 ul li .icon img{
	width:100px;
	height:1200px;
}
.public2 ul li .icon span{
	display:block;
	width:24px;
	height:24px;
	font-size:20px;
	color:#fff;
	text-align: center;
	border-radius:100%;
	background:#ae9658;
	line-height:24px;
	position:absolute;
	left:0;
	top:0;
}
.public2 ul li .icon p{
	font-size:26px;
	color:#ae9658;
}
.public2 ul li .main{
	position:relative;
	width:230px;
	height:90px;
	margin:0 auto;
	padding:20px 0;
	font-size:16px;
	color:#666;
	line-height:30px;
	text-align: justify;
}

.public2 ul li.step1:after,.public2 ul li.step2:after{
	content:'';
	position:absolute;
	width:16px;
	height:32px;
	right:0;
	top:50px;
	background:url(../img/step-jt1.png) no-repeat center center;
}
.public2 ul li.step3:after{
	content:'';
	position:absolute;
	width:32px;
	height:16px;
	right:50%;
	top:285px;
	margin-right:-16px;
	background:url(../img/step-jt3.png) no-repeat center center;
}
.public2 ul li.step4:after,.public2 ul li.step5:after{
	content:'';
	position:absolute;
	width:16px;
	height:32px;
	right:0;
	top:50px;
	background:url(../img/step-jt2.png) no-repeat center center;
}

.public4{
	width:890px;
	height:290px;
	border:1px #69696d solid;
	margin:150px auto 50px;
	position:relative;
}
.public4 .span1{
	width:650px;
	position:absolute;
	height:50px;
	line-height:50px;
	top:-25px;
	background:#fff;
	left:50%;
	margin-left:-325px;
	text-align: center;
	font-size:46px;
	font-weight:lighter;
}
.public4 .span2{
	width:800px;
	position:absolute;
	height:50px;
	bottom:-25px;
	background:#fff;
	left:50%;
	margin-left:-400px;
}
.public4 .span1 span{
	font-weight:normal;
}
.public4 ul{
	overflow: hidden;
	margin-top:70px;
}
.public4 ul li{
	width:140px;
	float:left;
	text-align: center;
	margin:0 41px;
	position:relative;
}
.public4 ul li .big{
	color:#ac9d89;
	font-size:34px;
	font-weight:lighter;
}
.public4 ul li p{
	color:#929292;
	font-size:16px;
	font-weight:lighter;
	line-height:30px;
	margin-top:40px;
}
.public4 ul li:after{
	content:'';
	position:absolute;
	width:35px;
	height:153px;
	background:url(../img/new-jt1.png) no-repeat center center;
	right:-60px;
	top:50%;
	margin-top:-76px;
}
.public4 ul li.none:after{
	background:none;
}
/**/
.img-box{
	background:#fff;
}




.public-box{
	width:100%;
}
.public-box .link{
	width:483px;
	height:55px;
	background:#f6f6f6;
	border:1px #989898 solid;
	border-radius:55px;
	margin:50px auto 50px;
	line-height:55px;
	text-align:center;
}
.public-box .link a{
	color:#343537;
	font-size:30px;
	font-weight:lighter;
}
.public-box .link a img{
	width:auto;
	margin-left:15px;
}

.left-fix{
	width:100px;
	position:fixed;
	right:-200px;
	top:50%;
	z-index:100;
	height:635px;
	margin-top:-317px;
	transition: right .3s;
}
.left-fix ul li{
	width:100%;
	background:#30302f;
	margin-bottom:1px;
	text-align:center;
	position: relative;
}
.left-fix ul li .code{
	position: absolute;
	display: block;
	width:110px;
	height:138px;
	background:#fff;
	left:-110px;
	top:0;
	margin-top:0;
	display:none;
}
.left-fix ul li .code1{
	width:110px;
	float:left;
}
.left-fix ul li .code p{
	font-size:14px;
	margin-bottom:5px;
}
.left-fix ul li:hover .code{
	display:block;
}
.left-fix ul li .code img{
	width:90%;
	margin:5px auto 5px;
	max-width:90%;
}

.left-fix ul li img{
	display:block;
	margin:0 auto;
	max-width:80%;
}
.left-fix ul li p{
	color:#ae9658;
	font-size:16px;
	margin-bottom:17px
}
.left-fix ul li a{
	display: block;
	padding:20px 0;
}
.left-fix ul li span{
	color:#8f8f8f;
	font-size:12px;
	margin-top:17px;
	display:block;
}
.left-fix ul li b{
	display:block;
	margin-top:15px;
	color:#fff;
	font-size:16px;
	text-align:left;
	margin-left:17px;
}
.left-fix ul li.last a{
	height:40px;
	padding:15px 0;
}
.left-fix ul li.last span{
	margin-top:10px;
}

/*鏂伴椈鍒楄〃*/
.news-top .right{
	width:1060px;
	margin:50px auto 0;
	overflow:hidden;
}
.news-top .right li{
	width:30%;
	float:left;
	display:block;
	height:28px;
	line-height:28px;
	text-align:left;

}
.news-top .right li span{
	display:inline-block;
	width:150px;
	height:28px;
	background:url(../img/line1.jpg) repeat-x left center;
	text-align:center;
}
.news-top .right li span em{
	font-style:normal;
	display:inline-block;
	padding:0 12px;
	height:28px;
	background:#fff;
	color:#333333;
	font-size:18px;
	cursor:pointer;
}
.news-top .right li.on span{
	background:url(../img/line2.jpg) repeat-x left center;
}
.news-top .right li.on span em{
	color:#ac9455;
	font-weight:bold;
}
.catpos-box{
	width:100%;
	height:50px;
	background:#f2f2f2;
	line-height:50px;
}

.catpos{
	width:1200px;
	margin:0 auto;
}
.catpos a{
	color:#666666;
	font-size:16px;
}
.catpos a:hover{
	color:#ae9658
}
.catpos em{
	font-style:normal;
	color:#666666;
	font-size:16px;
	margin:0 5px;
}
.catpos span{
	color:#333;
	font-size:16px;
}
.news-content{
	width:1150px;
	margin:0 auto;
	padding:25px;
}
.news-content ul{
	overflow:hidden;
}
.news-content ul li{
	width:290px;
	float:left;
	background:#fff;
	-moz-box-shadow:0px 5px 20px 1px #efefef;
	-webkit-box-shadow:0px 5px 20px 1px #efefef;
	box-shadow:0px 5px 20px 1px #efefef;
	padding:20px;
	margin:25px;
}
.news-content ul li a{
	display:block;
}
.news-content ul li a span.img{
	width:100%;
	height:160px;
	overflow:hidden;
	display:block;
}
.news-content ul li span img{
	width:100%;
	display:block;
	transition: all 1s;

}
.news-content ul li span:hover img{
	transform: scale(1.2);
}
.news-content ul li a h1{
	color:#333;
	font-size:18px;
	height:48px;
	font-weight:normal;
	margin:20px 0;
	line-height:24px;
	overflow:hidden;
	transition: all .3s;
}
.news-content ul li a p{
	color:#979797;
	font-size:14px;
	height:44px;
	overflow:hidden;
	line-height:22px;
	transition: all .3s;
}
.news-content ul li a h3{
	color:#979797;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 0;
	text-align:right;
	transition: all .3s;
}

.news-content ul li:hover h1{
	color:#ae9658;
}
.news-content ul li:hover p{
	color:#ae9658;
}
.news-content ul li:hover h3{
	color:#ae9658;
}
.pages{
	width:100%;
	text-align:center;
	margin:70px 0 50px;
}
.pages span,.pages a{
	display:inline-block;
	width:30px;
	height:30px;
	border:1px #dfdfdf solid;
	background:#f6f6f6;
	border-radius:100%;
	line-height:30px;
	text-align:center;
	color:#666;
	font-size:14px;
	margin:0 5px;
}
.pages a:hover{
	background:#ae9658;
	color:#fff;
	border-color:#ae9658;
}
.pages .currer{
	background:#ae9658;
	color:#fff;
	border-color:#ae9658;
}
.pages .page{
	width:auto;
	padding:0 10px;
	border-radius:50px;
}
.pages-wap{
	width:80%;
	margin:5% auto 8%;
	overflow:hidden;
	display:none;
}
.pages-wap .prev{
	display:block;
	width:45%;
	float:left;
	text-align:center;
	padding:3% 0;
	border-radius:50px;
	border:1px #dfdfdf solid;
}
.pages-wap .next{
	display:block;
	width:45%;
	float:right;
	text-align:center;
	padding:3% 0;
	border-radius:50px;
	border:1px #dfdfdf solid;
}
.pages-wap a:hover{
	border-color:#196d9b;
	background:#196d9b;
	color:#fff;
}

/*鏂伴椈璇︽儏*/
.news-main{
	width:1000px;
	margin:50px auto 100px;
}
.news-main h1{
	color:#494950;
	font-size:36px;
	text-align:center;
	line-height:46px;
	font-weight:normal;
	margin-top:20px;
}
.news-main h2{
	color:#83838f;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	margin-top:20px;
}
.news-main .main{
	margin-top:70px;
	overflow:hidden;
	/*text-align:center;*/
}
.news-main .main img{
	max-width:100%;
	/*height:auto !important;*/
	/*margin-bottom:50px;*/
}
.news-main .main p{
	text-align:left;
	color:#4c4c56;
	font-size:16px  !important;
  font-family:"微软雅黑" !important;
	line-height:40px  !important;
}


.wlPic{
	overflow:hidden;
	margin-top:70px;
}
.wlPic img{
	display:block;
	width:46%;
	margin:0 2%;
}


@media screen and (max-width:1450px) {
	.header-top .us{
		display:none;
	}
	.header-top .nav{
		width:1150px;
		float:right;
		text-align:right;
		padding-right:50px;
	}
	.header-top .item-nav{
		display:none;
	}
	.header-top .item-nav-right{
		display:block;
	}
}






#ad{position:fixed;left:0px;top:50%;margin-top:40px;z-index:999;}
#ad img{width:80px}
.design3 .print3{
	margin-top:80px;
}
.design3 .print3 ul li{
	width:23%;
	height:255px;
	margin:1%;
}
.design3 .print3 ul li a{
	width:100%;
	height:255px;
	overflow:hidden;
	position:relative;
	padding:0;
}
.design3 .print3 ul li a p{
	width:80px;
	border-left:3px #ac9455 solid;
	padding-left:10px;
	top:10px;
	left:20px;
	position:absolute
}
.design3 .print3 ul li a .img{
	width:100%;
	height:200px;
	line-height:200px;
	font-size:0;
	bottom:0;
	right:0;
	position:absolute;
	text-align: center;
}
.design3 .print3 ul li a .img img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


.w1060{
	width:1060px;
}

.cpCase{
	width: 1060px;
	position: relative;
	overflow: hidden;
	height:202px;
	margin:50px auto 0;
}
.cpCase ul{
	overflow: hidden;
	position:absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height:1px;
}

.cpCase ul li{
	float: left;
	width:200px;
	height:200px;
	margin-right:10px;
	border:1px #EFEFEF solid;
	position:relative
}
.cpCase ul li:hover{
	border-color:rgba(174,150,88,0.8);
}
.cpCase ul li img{
	display:block;
	width:100%;
	height:200px;
}
.cpCase ul li p{
	position:absolute;
	background:rgba(174,150,88,0.8);
	color:#fff;
	height:30px;
	line-height:30px;
	bottom:0;
	left:-1px;
	right:-1px;
	padding:0 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.public3{
	width:100%;
}
.public3 .title{
	color:#333;
	font-size:46px;
	font-weight:lighter;
	padding-top:80px;
	text-align: center;
}
.public3 .stitle{
	width:900px;
	margin:20px auto;
	position:relative;
	height:40px;
	line-height:40px;
}
.public3 .stitle:before{
	content:'';
	position:absolute;
	top:20px;
	width:100%;
	height:1px;
	background:#444347;
	z-index:1;
	left:0;
}
.public3 .stitle em{
	display:block;
	background:#fff;
	width:320px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	position:absolute;
	left:50%;
	margin-left:-160px;
	z-index:2;
	top:0;
	text-align: center;
	color:#ae9658;
	font-size:24px;
	font-weight:lighter;
	font-style:normal;
}
.public3 .about-wrap{
	margin-top:80px;
}


/*新的产品介绍案例*/
.productCaseBox{
	width:100%;
	overflow:hidden;
	position:relative;
	background: #2A2D3C;
	padding-bottom:40px;
	padding-top:95px;
}
.productLeft{
    width:320px;
    position:absolute;
    left:40px;
    top:95px;
}
.productLeft h2{
	font-size: 27px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 20px;
    max-height: 80px;
}
.productLeft .info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: justify;
}
.productLeft .info p{
	text-indent: 2em;
}
.productLeft .list{
	padding:15px 0;
}
.productLeft .list ul li {
    line-height: 26px;
}

.productLeft .list ul li span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: .8;
}
.productLeft .list ul li a {
    font-size: 14px;
    color: #FFFFFF;
}
.productLeft .friendship-link {
    margin-top: 15px;
}
.productLeft .friendship-link p a {
    height: 40px;
    display: flex;
    align-items: center;
    float: left;
    border-radius: 2px;
    justify-content: center;
    margin-bottom: 15px;
    background: #ffffff;
    text-align: center;
    width: 100%;
    line-height: 40px;
}
.productLeft .friendship-link p a i {
    background: url(../img/chat1.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.productLeft .friendship-link p a:nth-child(2) i {
    background: url(../img/con-icon1.png) no-repeat;
    background-size:contain;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.productLeft .friendship-link p a span{
	font-size: 16px;
    color: #FFFFFF;
    margin-left: 7px;
}
.productLeft .friendship-link p a:nth-child(1) span {
    color: #222222;
}
.productLeft .friendship-link p a:nth-child(2) {
    background: #ae9658;
}
.productLeft .friendship-link p a:nth-child(2) span{
    font-size:20px;
    font-weight:bold;
}
.productRight{
	padding-left:400px;
	padding-right:40px;
}

.productRight .swiper-container{
	width:100%;
	height:560px;
	margin-top:0 !important;
	padding-bottom:10px !important;
}
.productRight .swiper-container .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      display:inline;
      width:auto;
}
.productRight .swiper-container .swiper-slide img{
	display:block;
	width:auto;
	height:100%;
	/*width:100%;
	max-height:100%;*/
}

.productRight .swiper-container .swiper-button-next {
	top:50%;
	margin-top:-19px;
    right: 2%;
    margin-right: 0;
    background: url(../img/right.png) no-repeat center center;
}
.productRight .swiper-container .swiper-button-prev {
	top:50%;
	margin-top:-19px;
    left: 2%;
    margin-left: 0;
    background: url(../img/left.png) no-repeat center center;
}
.pRightBottom{
	overflow:hidden;
	height:190px;
}

.pRightBottom li{
	float:left;
	width:190px;
	height:190px;
	border:2px #fff solid;
	margin-left: 10px;
	position:relative
}
.pRightBottom li a{
	display:block;
  
}
.pRightBottom li .lis{
height:140px;
  overflow:hidden;
}
.pRightBottom li .lis .img {
	display:block;
    width: 100%;
    overflow:hidden;
    height: 100%;
}
.pRightBottom li .lis .img img  {
	display:block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.pRightBottom li .lis .bottom {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    padding:5px;
}
.pRightBottom li .lis.on .img img{
	opacity: 1;
}
.pRightBottom li .lis.on .bottom{
	background: rgba(255, 255, 255, 0.9);
}

.pRightBottom li .lis:hover .img img{
	opacity: 1;
}
.pRightBottom li .lis:hover .bottom{
	background: rgba(255, 255, 255, 0.9);
}

.pRightBottom li .lis div h2 {
    font-size: 14px;
    color: #222222;
    font-weight: normal;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  height:20px;
  line-height:20px;
}
.pRightBottom li .lis div .desc {
    font-size: 12px;
    color: #444444;
    margin-top:2px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  height:16px;
  line-height:16px;
}
.pRightBottom li.moreLi{
	margin-left:0;
	background: #ae9658;
	border-color:#ae9658;
}
.pRightBottom li.moreLi h2{
	font-size: 22px;
    margin-bottom: 42px;
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 15px;
    padding-left: 20px;
}
.pRightBottom li.moreLi span{
	font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin-top: 85px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.catposNavWapper{
	padding-top:50px;
	width:1020px;
	margin:0 auto;
}
.catposNav{
	overflow:hidden;

}
.catposNav ul{
	overflow:hidden;
	padding-top:10px;
}
.catposNav ul li{
	width:83.33333px;
	float:left;
	transition: all .3s;
}
.catposNav ul li a {
	display:block;
	width:100%;
	height:90px;
}
.catposNav ul li a span{
	display:block;
	overflow:hidden;
	width:60px;
	height:60px;
	border-radius:50%;
	text-align: center;
	line-height:60px;
	font-size:0;
	border:2px #ae9658 solid;
	margin:0 auto;
	position:relative;
}

.catposNav ul li a span img{
	max-width:80%;
}
.catposNav ul li a p{
	text-align:center;
	font-size:14px;
	height:30px;
	line-height:30px;
	color:#333;
}
.catposNav ul li.on{
	margin-top:-5px;
}
.catposNav ul li.on a p{
	color:#ae9658;
	font-weight:bold;
}
.catposNav ul li:hover{
	margin-top:-5px;
}
.catposNav ul li:hover a p{
	color:#ae9658;
	font-weight:bold;
}
.caseMoreBanner{
	width:100%;
	height:200px;
	padding-top:95px;
	background:url(../img/triangle-bg.png) #2A2D3C no-repeat right bottom;
}
.caseMoreBanner p{
	font-size:50px;
	color:#fff;
	width:1000px;
	margin:50px auto;
}
.catposNavWapper .pRightBottom{
	padding:50px 0 0;
	height:auto;
}
.catposNavWapper .pRightBottom li{
	border: 1px #ececec solid;
    background: #fff;
    margin-top:10px;
}
.catposNavWapper .pRightBottom li .lis .bottom{
	background: rgba(174, 150, 88, 0.7);
}
.catposNavWapper .pRightBottom li .lis .bottom h2{
	color:#fff;
}
.catposNavWapper .pRightBottom li .lis .bottom p{
	color:#fff;
}
