body{background: #fff;}
a{transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}
.layui-container{padding: 0;}

.top{
	width: 100%;
	height: 33px;
	background-color: rgba(245, 245, 245, 0.74);
}
.top .t-left{
	float: left;
}
.top .t-left a{
	line-height: 33px;
	font-size: 12px;
	color: #999;
	margin: 0 5px;
}
.top .t-left a:hover{
	color: #333;
}
.top .t-right{
	float: right;
	width: 235px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-top: 3px;
	color: #777777;
	cursor: pointer;
}
.top .t-right i{
	margin-right: 5px;
	vertical-align: middle;
}
.top .search{
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 4;
	width: 235px;
	height: 75px;
	padding: 20px 12px;
	border: 1px solid #e6e9ed;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.91);
	display: none;
}
.top .search input{
	width: 100%;
	height: 35px;
	border: 1px solid #cfad86;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 10px;
}
.top .search button{
	position: absolute;
	top: 20px;
	right: 12px;
	background: #cfad86;
	width: 70px;
	height: 35px;
	border: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.top .search button i{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 1px;
}

.logo{
	box-sizing: border-box;
	float:left
}
.logo img{
	max-width: 313px;
}

.nav{
	width: 100%;
	height: 60px;
	margin:5px 0;
}
.nav .layui-container>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav .layui-container>ul>li{
	flex: 1;
	min-width: 105px;
	line-height: 61px;
	text-align: center;
	position: relative;
}
.nav .layui-container>ul>li a{
	display: block;
	color: #61574e;
	font-size: 14px;
}
.nav .layui-container>ul>li.active>a{
	color: #cfad86;
}
.nav .layui-container>ul>li a:hover{
	color: #cfad86;
}
.nav .layui-container>ul>li>ul{
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 9;
	width: 100%;
	background: rgb(243, 243, 243);
	display: none;
}
.nav .layui-container>ul>li>ul>li{
	line-height: 50px;
}
.nav .layui-container>ul>li>ul>li a:hover{
	background: #fff;
}
.nav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #eff1f0;
	border-bottom: 0;
	box-shadow: 0 0 8px #ccc;
}

.mobileTop{
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	height: 60px;
	border-bottom: 1px solid #f5f5f5;
	display: none;
}
.mobileTop .mt-logo{
	float: left;
	line-height: 60px;
}
.mobileTop .mt-logo img{
	vertical-align: top;
	height: 40px;
	margin-top: 10px;
}
.mobileTop .mt-btn{
	float: right;
	width: 32px;
	height: 32px;
	border: 1px solid #cfad86;
	border-radius: 6px;
	box-sizing: border-box;
	background: url(../images/nav.png) no-repeat center;
	background-size: 75%;
	margin-top: 14px;
}

.mobileNav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	padding: 15px 35px;
	box-sizing: border-box;
	background: rgba(55, 55, 55, 1);
	display: none;
}
.mobileNav .mn-close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mobileNav .mn-close i{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.mobileNav .mn-logo img{
	width: 45%;
	margin-bottom: 20px;
}
.mobileNav ul{
	width: 100%;
}
.mobileNav ul li{
	width: 100%;
	border-bottom: 1px solid #8c8c8c;
    padding: 14px;
    box-sizing: border-box;
}
.mobileNav ul li:last-child{
	border-bottom: 0;
}
.mobileNav ul li a{
	color: #aaa;
	font-size: 22px;
}

.banner{
	width: 100%;
}
.banner .swiper-slide{
	width: 100%;
	height: 850px;
}
.banner .swiper-button-next{
	right: 35px;
}
.banner .swiper-button-prev{
	left: 35px;
}

.in-a{
	width: 100%;
	padding: 55px 0 55px;
}
.in-a .ia-title{
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.in-a .ia-title .ia-p1{
	color: #cfad86;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}
.in-a .ia-title .ia-p2{
	color: #cfad86;
	font-size: 16px;
	line-height: 25px;
}
.in-a .ia-title .ia-p2 span{
	display: inline-block;
	width: 85px;
	height: 1px;
	background: #cccccc;
	vertical-align: top;
	margin: 12px 30px;
}
.in-a .ia-list{
	width: 100%;
}
.in-a .ia-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in-a .ia-list ul li{
	display: inline-block;
	height: 95px;
	line-height: 95px;
	text-align: center;
	margin: 10px 0;
}
.in-a .ia-list ul li a{
	display: block;
	cursor: pointer;
}
.in-a .ia-list ul li img{
	display: block;
	max-height: 95px;
	vertical-align: middle;
}

.in-b{
	width: 100%;
	margin-bottom: 140px;
}
.in-b .ib-p1{
	width: 100%;
	line-height: 2px;
	text-align: center;
	margin-bottom: 35px;
}
.in-b .ib-p1 span{
	display: inline-block;
	vertical-align: top;
	width: 65px;
	height: 2px;
	background: #cfad86;
}
.in-b .ib-p2{
	width: 100%;
	line-height: 32px;
	text-align: center;
	color: #444;
	font-size: 16px;
	margin-bottom: 45px;
}
.in-b .ib-list{
	width: 100%;
}
.in-b .ib-list .layui-col-md4 a{
	display: block;
	text-align: center;
	border: 1px solid #f5f5f5;
}
.in-b .ib-list .ib-img{
	width: 100%;
	height: 358px;
	overflow: hidden;
	position: relative;
}
.in-b .ib-list .ib-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.in-b .ib-list .ib-img img:hover{
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
}

.in-b .ib-list .ib-img .ib-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.in-b .ib-list .layui-col-md4 p{
	height: 50px;
	line-height: 50px;
	color: #404040;
	font-size: 15px;
}
.in-b .ib-list .layui-col-md4 a:hover{
	border: 1px solid #cfad86;
}
.in-b .ib-list .layui-col-md4 a p:hover{
	color: #cfad86;
	text-decoration: underline;
}
.in-b .ib-list .ib-img .ib-box:hover{
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
}

.in-c{
	width: 100%;
}
.in-c .layui-container{
	min-height: 510px;
	padding: 0;
	padding-bottom: 90px;
}
.in-c .ic-left{
	width: 50%;
	overflow: hidden;
	float: left;
}
.in-c .ic-left img{
	width: 100%;
}
.in-c .ic-right{
	width: 50%;
	min-height: 420px;
	padding-left: 30px;
	box-sizing: border-box;
	float: right;
	position: relative;
}
.in-c .ic-p1{
	color: #cfad86;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 10px;
}
.in-c .ic-p2{
	color: #999;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}
.in-c .ic-p3{
	height: 3px;
	line-height: 3px;
	margin-bottom: 25px;
}
.in-c .ic-p3 span{
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #cfad86;
	vertical-align: top;
}
.in-c .ic-p4{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	background: #fff;
	padding-left: 30px;
	box-sizing: border-box;
}
.in-c .ic-p4 a{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #dddddd;
	border-radius: 20px;
	color: #cfad86;
	font-size: 14px;
}
.in-c .ic-p4 a:hover{
	background: #cfad86;
	color: #fff;
}


.in-d{
	width: 100%;
}
.in-d .layui-container{
	padding: 80px 0 130px;
	border-bottom: 1px solid #cfad86;
}
.in-d .swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-d .swiper-slide {
	width: 100%;
	position: relative;
}
.in-d .swiper-slide a{
	display: block;
}
.in-d .swiper-slide .id-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-d .swiper-slide .id-img img{
	width: 100%;
}
.in-d .swiper-slide .id-text{
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	text-align: center;
	transform: translateY(-34px);
}
.in-d .swiper-slide .id-text p{
	color: #fff;
	font-size: 12px;
}
.in-d .swiper-slide .id-box{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}
.in-d .swiper-slide .id-text .id-p1{
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Tahoma;
}
.in-d .swiper-slide .id-text .id-p2{
	line-height: 24px;
}
.in-d .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 40px;
}
.in-d .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	opacity: 1;
	background: #fff;
}
.in-d .swiper-pagination-bullet-active {
	background: #eee;
}

.in-e{
	width: 100%;
}
.in-e .layui-container{
	padding: 50px 0 60px;
}
.in-e .ie-video{
	width: 100%;
	margin-bottom: 60px;
}
.in-e .ie-video video{
	width: 100%;
}
.in-e .ie-more{
	text-align: center;
}
.in-e .ie-more a{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #dddddd;
	border-radius: 20px;
	color: #cfad86;
	font-size: 14px;
}
.in-e .ie-more a:hover{
	background: #cfad86;
	color: #fff;
}

/*****底部*******/
.footer{
	width: 100%;
	background: #F5F5F5;
}
.footer .layui-container{
	padding: 35px 0;
	border-bottom: 1px solid rgba(221,221,221,1);
	display: flex;
	justify-content: space-between;
}
.footer .layui-container div.f-col{
	display: inline-block;
}
.footer .layui-container div.f-col .f-title{
	line-height: 16px;
	margin-bottom: 15px;
}
.footer .layui-container div.f-col .f-title a{
	color: #61574e;
	font-size: 13px;
	font-weight: bold;
}
.footer .layui-container div.f-col .f-title a:hover{
	color: #cfad86;
	font-weight: 400;
}
.footer .layui-container div.f-col ul li{
	line-height: 28px;
}
.footer .layui-container div.f-col ul li a{
	color: #444;
	font-size: 12px;
}
.footer .layui-container div.f-col ul li a:hover{
	color: #cfad86;
}
.footer .layui-container div.f-col.fc-pro ul {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}
.footer .layui-container div.f-col img{
}
.footer .f-bottom{
	width: 100%;
	padding: 10px 10px 10px;
	box-sizing: border-box;
	text-align: center;
}
.footer .f-bottom .fb-media{
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
}
.footer .f-bottom .fb-media img{
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-right: 10px;
}
.footer .f-copy{
	color: #555555;
	font-size: 12px;
	line-height: 15px;
}
.footer .f-copy a{
	color: #555555;
	font-size: 12px;
	margin-left: 20px;
}
.footer .f-copy a:hover{
	color: #cfad86;
}


/**********关于我们**********/
.about-t{
	width: 100%;
	text-align: center;
}
.about-t .at-p1{
	line-height: 22px;
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
.about-t .at-p2{
	line-height: 2px;
}
.about-t .at-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #000;
	vertical-align: top;
}

.about-a{
	width: 100%;
}
.about-a .layui-container{
	padding: 55px 0 90px;
}
.about-a .aa-box{
	width: 100%;
	min-height: 345px;
	margin-top: 90px;
}
.about-a .aa-left{
	width: 50%;
	float: left;
}
.about-a .aa-left .swiper-slide img{
	width: 100%;
}

.about-a .aa-left .swiper-button-next,.about-a .aa-left .swiper-button-prev{
	background-color: rgba(0,0,0,0.3);
    background-size: 50%;
}
.about-a .aa-left .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.about-a .aa-right{
	width: 50%;
	float: right;
	padding-left: 70px;
	box-sizing: border-box;
}

.about-b{
	width: 100%;
	background: #f5f5f5;
}
.about-b .layui-container{
	padding: 55px 0 65px;
}
.about-b .ab-box{
	margin-top: 50px;
}

.about-c{
	width: 100%;
}
.about-c .layui-container{
	padding: 95px 0 40px;
}
.about-c .ac-text{
	margin-top: 40px;
	margin-bottom: 80px;
}
.about-c .ac-p1{
	color: #444;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.about-c .ac-box{
	width: 100%;
	padding-bottom: 100px;
}
.about-c .swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about-c .swiper-slide {
	width: 100%;
	position: relative;
}
.about-c .swiper-slide a{
	display: block;
}
.about-c .swiper-slide .id-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about-c .swiper-slide .id-img img{
	width: 100%;
}
.about-c .swiper-slide .id-text{
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	text-align: center;
	transform: translateY(-34px);
}
.about-c .swiper-slide .id-text p{
	color: #fff;
	font-size: 12px;
}
.about-c .swiper-slide .id-box{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}
.about-c .swiper-slide .id-text .id-p1{
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Tahoma;
}
.about-c .swiper-slide .id-text .id-p2{
	line-height: 24px;
}
.about-c .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 40px;
}
.about-c .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	opacity: 1;
	background: #fff;
}
.about-c .swiper-pagination-bullet-active {
	background: #eee;
}

.about-d{
	width: 100%;
}
.about-d .layui-container{
	padding: 40px 0 65px;
}
.about-d .ad-box{
	width: 100%;
	margin-top: 25px;
}
.about-d .ad-box .ad-left{
	float: left;
	width: 50%;
}
.about-d .ad-box .ad-left img{
	width: 400px;
	max-width: 100%;
}
.about-d .ad-box .ad-right{
	width: 50%;
	float: right;
	padding-left: 45px;
	padding-top: 50px;
	box-sizing: border-box;
}
.about-d .ad-box .ad-p1{
	color: #666;
	font-size: 16px;
	line-height: 25px;
	word-wrap: break-word;
	font-family: Tahoma;
	margin-bottom: 15px;
}
.about-d .ad-box .ad-p1 i{
	color: #666;
    font-size: 20px;
    margin-right: 5px;
}
.about-d .ad-box .ad-p1 i:after{
    vertical-align: bottom;
}
.about-d .ad-box .ad-ewm{
	margin-top: 60px;
}
.about-d .ad-box .ad-ewm img{
	width: 88px;
}


/*******合作品牌*******/
.hzpp{
	width: 100%;
	padding: 50px 0 90px;
}
.hzpp .hz-title{
	width: 100%;
	text-align: center;
}
.hzpp .hz-title .ht-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.hzpp .hz-title .ht-p2{
	line-height: 2px;
}
.hzpp .hz-title .ht-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.hzpp .hz-box{
	margin-top: 30px;
}
.hzpp .hz-left{
	width: 18%;
	float: left;
}
.hzpp .hz-left ul li{
	line-height: 34px;
}
.hzpp .hz-left ul li a{
	display: block;
	color: #444;
	font-size: 12px;
	font-family: Tahoma;
}
.hzpp .hz-left ul li a:hover{
	color: #cfad86;
}
.hzpp .hz-right{
	width: 80%;
	float: right;
}
.hzpp .hz-list{
	width: 100%;
}
.hzpp .hz-list ul{
	
}
.hzpp .hz-list ul li{
	width: 31.3%;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	overflow: hidden;
	margin: 12px 1%;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hzpp .hz-list ul li:hover{
	border: 1px solid #cfad86;
}
.hzpp .hz-list ul li .hz-img{
	width: 100%;
	height: 290px;
	overflow: hidden;
	position: relative;
}
.hzpp .hz-list ul li .hz-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hzpp .hz-list ul li .hz-img:hover img{
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
.hzpp .hz-list ul li .hz-text{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.hzpp .hz-list ul li .hz-text .hz-p1{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 14px;
	color: #404040;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hzpp .hz-list ul li .hz-text .hz-p1:hover{
	color: #cfad86;
	text-decoration: underline;
}
.hzpp .hz-list ul li .hz-text .hz-p2{
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.crumbs{
	width: 100%;
	line-height: 35px;
	color: #666;
}
.crumbs a{
	font-size: 12px;
	color: #666;
	margin: 0 5px;
}
.crumbs a:hover{
	color: #cfad86;
}
.crumbs span{
	font-size: 12px;
	color: #999;
	margin: 0 5px;
}

.hzart{
	width: 100%;
	padding: 50px 0 70px;
}
.hzart-a{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 35px;
}
.hzart-a .ha-left{
	width: 40%;
	float: left;
	padding-top: 85px;
}
.hzart-a .ha-left img{
	width: 100%;
}
.hzart-a .ha-right{
	width: 55%;
	float: right;
}
.hzart-a .ha-right h2{
	height: 85px;
	line-height: 85px;
	text-align: center;
	color: #404040;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #cfad86;
}
.hzart-a .ha-text{
	width: 100%;
	min-height: 305px;
	padding: 40px 0;
}
.hzart-a .ha-bottom{
	width: 100%;
}
.hzart-a .ha-bottom p{
	line-height: 40px;
	font-family: Tahoma;
}
.hzart-a .ha-bottom p a{
	font-size: 12px;
	color: #666;
}
.hzart-a .ha-bottom p:hover a{
	color: #cfad86;
}

.hzart-b{
	width: 100%;
}
.hzart-b ul li{
	width: 23%;
	margin: 10px 1%;
	float: left;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hzart-b ul li:hover{
	border: 1px solid #cfad86;
}
.hzart-b ul li img{
	width: 100%;
}
.hzart-b ul li p{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 14px;
	color: #404040;
}
.hzart-b ul li p:hover{
	color: #cfad86;
	text-decoration: underline;
}


/*****产品一览*******/
.cpyl{
	width: 100%;
	padding: 55px 0 100px;
}
.cpyl .cp-t{
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.cpyl .cp-t .ct-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.cpyl .cp-t .ct-p2{
	line-height: 2px;
}
.cpyl .cp-t .ct-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.cpyl .cp-fl{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.cpyl .cp-fl ul{
	display: flex;
	flex-wrap: wrap;
}
.cpyl .cp-fl ul li{
	flex: 1;
	line-height: 40px;
	box-sizing: border-box;
	border-right: 1px dashed #cfad86;
}
.cpyl .cp-fl ul li:last-child{
	border: 0;
}
.cpyl .cp-fl ul li a{
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}
.cpyl .cp-fl ul li a:hover{
	background: #cfad86;
	color: #fff;
}
.cpyl .cp-fl ul li.on a{
	background: #cfad86;
	color: #fff;
}

.cpyl .cc-list{
	width: 100%;
}
.cpyl .cc-list ul li{
	width: 23%;
	float: left;
	text-align: center;
	margin: 0 1% 35px;
}
.cpyl .cc-list ul li .cl-img{
	width: 100%;
	margin-bottom: 15px;
}
.cpyl .cc-list ul li .cl-img img{
	display: block;
	width: 100%;
}
.cpyl .cc-list ul li p{
	font-weight: bold;
	font-size: 18px;
}
.cpyl .cc-list ul li p:hover{
	color: #cfad86;
	text-decoration: underline;
}

.cpyl .cp-list{
	width: 100%;
}
.cpyl .cp-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpyl .cp-list ul li{
	width: 23%;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
}
.cpyl .cp-list ul li:hover{
	border: 1px solid #cfad86;
}
.cpyl .cp-list ul li a{
	display: block;
	padding-bottom: 30px;
}
.cpyl .cp-list ul li .cl-img{
	width: 100%;
}
.cpyl .cp-list ul li .cl-img img{
	width: 100%;
}
.cpyl .cp-list ul li p{
	margin-top: 5px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 8px;
	font-size: 14px;
	color: #404040;
}
.cpyl .cp-list ul li p:hover{
	color: #cfad86;
	text-decoration: underline;
}

.cp-jj{
	width: 100%; 
	margin-bottom: 50px;
}
.cp-jj img{
	max-width: 100%;
}

.cp-art{
	width: 100%;
	padding: 60px 0;
}
.cp-art .ca-text{
	width: 100%;
}
.cp-art .ca-text img{
	max-width: 100%;
}


/********最新资讯**********/
.newsCenter{
	width: 100%;
}
.newsCenter .nc-title{
	width: 100%;
	text-align: center;
}
.newsCenter .nc-title .nc-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.newsCenter .nc-title .nc-p2{
	line-height: 2px;
}
.newsCenter .nc-title .nc-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.newsCenter .nc-a{
	width: 100%;
	padding: 70px 0 55px;
}
.newsCenter .nc-a .na-box{
	width: 100%;
	margin-top: 40px;
}
.newsCenter .nc-a .na-box .nb-left{
	float: left;
	width: 50%;
	text-align: center;
}
.newsCenter .nc-a .na-box .nb-left img{
	width: 376px;
	max-width: 80%;
}
.newsCenter .nc-a .na-box .nb-right{
	float: right;
	width: 50%;
	padding-left: 65px;
	box-sizing: border-box;
	overflow: hidden;
}
.newsCenter .nc-a .na-box .nb-right ul li{
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.newsCenter .nc-a .na-box .nb-right ul li a{
	display: block;
	padding: 18px 0;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-img{
	width: 116px;
	height: 88px;
	float: left;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-img img{
	width: 100%;
	height: 88px;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-text{
	padding-left: 128px;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-p1{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	margin-bottom: 5px;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-p1:hover{
	color: #cfad86;
	text-decoration: underline;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-p2{
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	color: #999;
	font-size: 12px;
	margin-bottom: 7px;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-time{
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.newsCenter .nc-a .na-box .nb-right ul li .nb-time span{
	float: right;
	padding-left: 20px;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 15px;
}

.newsCenter .nc-b{
	width: 100%;
	padding: 55px 0 0;
}
.newsCenter .nc-b .in-d .layui-container{ 
	padding: 60px 0 125px;
	border: 0;
}

.newsCenter .nc-c{
	width: 100%;
	padding: 40px 0 70px;
}
.newsCenter .nc-c .nc-box{
	width: 100%;
	margin-top: 65px;
}
.newsCenter .nc-c .nc-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsCenter .nc-c .nc-box ul li{
	width: 32.3%;
}
.newsCenter .nc-c .nc-box ul li .nc-img{
	width: 100%;
}
.newsCenter .nc-c .nc-box ul li .nc-img img{
	width: 100%;
}
.newsCenter .nc-c .nc-box ul li p{
	padding: 0 8px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #404040;
}
.newsCenter .nc-c .nc-box ul li p:hover{
	color: #cfad86;
	text-decoration: underline;
}

.newsCenter .nc-c .nc-box .swiper-slide .nc-img{
	width: 100%;
}
.newsCenter .nc-c .nc-box .swiper-slide .nc-img img{
	width: 100%;
}
.newsCenter .nc-c .nc-box .swiper-slide p{
	padding: 0 8px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #404040;
}
.newsCenter .nc-c .nc-box .swiper-slide p:hover{
	color: #cfad86;
	text-decoration: underline;
}

.newsCenter .nc-a .na-box .news-list{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.newsCenter .nc-a .na-box .news-list ul li{
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.newsCenter .nc-a .na-box .news-list ul li a{
	display: block;
	padding: 18px 0;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-img{
	width: 116px;
	height: 88px;
	float: left;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-img img{
	width: 100%;
	height: 88px;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-text{
	padding-left: 128px;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-p1{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	margin-bottom: 5px;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-p1:hover{
	color: #cfad86;
	text-decoration: underline;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-p2{
	height: 34px;
	line-height: 17px;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	color: #999;
	font-size: 12px;
	margin-bottom: 7px;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-time{
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.newsCenter .nc-a .na-box .news-list ul li .nb-time span{
	float: right;
	padding-left: 20px;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 15px;
}


/******全球案例********/
.case{
	width: 100%;
	padding: 65px 0 45px;
}
.case .case-t{
	width: 100%;
	text-align: center;
	margin-bottom: 65px;
}
.case .case-t .ct-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.case .case-t .ct-p2{
	line-height: 2px;
}
.case .case-t .ct-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.case .case-list{
	width: 100%;
}
.case .case-list ul li{
	width: 31.3%;
	float: left;
	margin: 10px 1%;
	overflow: hidden;
	position: relative;
}
.case .case-list ul li .id-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case .case-list ul li .id-img img{
	width: 100%;
}
.case .case-list ul li .id-text{
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	text-align: center;
	transform: translateY(-34px);
}
.case .case-list ul li .id-text p{
	color: #fff;
	font-size: 12px;
}
.case .case-list ul li .id-box{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}
.case .case-list ul li .id-text .id-p1{
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Tahoma;
}
.case .case-list ul li .id-text .id-p2{
	line-height: 24px;
}

.newsart{
	width: 100%;
	padding: 55px 0 85px;
}
.newsart .na-title{
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.newsart .na-title h1{
	font-size: 24px;
}
.newsart .na-title .na-p1{
	margin-top: 5px;
	line-height: 20px;
	color: #999999;
	font-size: 12px;
}
.newsart .na-title .na-p1 span{
	margin: 0 20px;
}
.newsart .na-title .na-p1 font{
	margin: 0 20px;
	padding-left: 20px;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 15px;
}

.newsart .na-box{
	width: 100%;
	margin-bottom: 50px;
}
.newsart .na-box img{
	max-width: 100%;
}

.newsart .na-page{
	width: 100%;
}
.newsart .na-page p a{
	font-size: 12px;
	color: #666;
}
.newsart .na-page p a:hover{
	color: #48B6F8;
}
.newsart .na-page .na-prev{
	float: left;
}
.newsart .na-page .na-next{
	float: right;
}


/********资料下载*********/
.zlxz{
	width: 100%;
	padding: 55px 0 85px;
}
.zlxz .zl-title{
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.zlxz .zl-title .zt-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.zlxz .zl-title .zt-p2{
	line-height: 2px;
}
.zlxz .zl-title .zt-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.zlxz .zl-fl{
	width: 100%;
	text-align: center;
	margin: 25px 0;
}
.zlxz .zl-fl ul{
	display: inline-block;
	margin: 0 auto;
}
.zlxz .zl-fl ul li{
	display: inline-block;
	width: 165px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #eeeeee;
	float: left;
	margin: 5px 0;
}
.zlxz .zl-fl ul li:last-child{
	border-right: 0;
}
.zlxz .zl-fl ul li a{
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #383838;
}
.zlxz .zl-fl ul li.on a{
	background: #cfad86;
	color: #fff;
}
.zlxz .zl-fl ul li a:hover{
	background: #cfad86;
	color: #fff;
}

.zlxz .zl-list{
	width: 100%;
}
.zlxz .zl-list ul li{
	width: 23%;
	margin: 10px 1%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.zlxz .zl-list ul li:hover{
	top: -5px;
	box-shadow: 0 0 5px #ddd;
}
.zlxz .zl-list ul li .zl-img{
	width: 100%;
}
.zlxz .zl-list ul li .zl-img img{
	width: 100%;
}
.zlxz .zl-list ul li .zl-text{
	width: 100%;
	padding: 20px 10px 30px;
	box-sizing: border-box;
}
.zlxz .zl-list ul li .zl-text .zl-p1{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
.zlxz .zl-list ul li .zl-text .zl-p2 a{
	display: inline-block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	border-radius: 18px;
	background: #cfad86;
	color: #fff;
	font-size: 14px;
}


/*******零售展厅********/
.lszt-title{
	width: 100%;
	text-align: center;
}
.lszt-title .lt-p1{
	line-height: 22px;
	color: #cfad86;
	font-size: 20px;
	margin-bottom: 20px;
}
.lszt-title .lt-p2{
	line-height: 2px;
}
.lszt-title .lt-p2 span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #cfad86;
	vertical-align: top;
}

.lszt-a{
	width: 100%;
}
.lszt-a .layui-container{
	padding: 65px 0;
	border-bottom: 1px solid #cfad86;
}
.lszt-a .la-box{
	width: 100%;
	margin-top: 55px;
}
.lszt-a .la-box .la-left{
	width: 50%;
	float: left;
}
.lszt-a .la-left .swiper-slide img{
	width: 100%;
}
.lszt-a .la-left .swiper-button-next, .lszt-a .la-left .swiper-button-prev{
	background-size: 60%;
	background-color: rgba(0,0,0,.3);
}
.lszt-a .la-left .swiper-pagination-bullet-active{
	background: #fff;
}

.lszt-a .la-box .la-right{
	width: 50%;
	float: right;
	padding-left: 60px;
	box-sizing: border-box;
}

.lszt-b{
	width: 100%;
}
.lszt-b .layui-container{
	padding: 50px 0 35px;
}
.lszt-b .lb-box{
	width: 100%;
	border: 1px solid #e6e9ed;
	box-sizing: border-box;
	margin-top: 40px;
	position: relative;
}
.lszt-b .lb-box .lb-fl{
	width: 15%;
	float: left;
	background: #F5F7FA;
	border-right: 1px solid #e6e9ed;
	box-sizing: border-box;
}
.lszt-b .lb-box .lb-fl ul li{
	width: 100%;
	height: 85px;
	line-height: 85px;
	overflow: hidden;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #e6e9ed;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.lszt-b .lb-box .lb-fl ul li:last-child{
	border-bottom: 0;
}
.lszt-b .lb-box .lb-fl ul li.on{
	background: #fff;
	color: #cfad86;
	border-right: 2px solid #cfad86;
	box-sizing: border-box;
}

.lszt-b .lb-box .lb-container{
	position: absolute;
	top: 0;
	right: 0;
	width: 85%;
	height: 100%;
	overflow: auto;
}
.lszt-b .lb-box .lb-container ul li{
	width: 100%;
	padding: 15px 60px;
	box-sizing: border-box;
	display: none;
}
.lszt-b .lb-box .lb-container ul li:first-child{
	display: block;
}

.lszt-c{
	width: 100%;
}
.lszt-c .layui-container{
	padding: 50px 0 35px;
}
.lszt-c .lc-search{
	margin-top: 60px;
}
.lszt-c .lc-search form{
	margin-bottom: 50px;
}
.lszt-c .lc-search .lc-col{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.lszt-c .lc-search .lc-col label{
	text-align: left;
	float: left;
}
.lszt-c .lc-search .lc-col .lc-col-block{
	padding-left: 100px;
}
.lszt-c .lc-search .lc-col .lc-col-block select{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.lszt-c .lc-search .lc-col.select-city .lc-col-block select{
	width: 250px;
	max-width: 48%;
	margin-right: 15px;
}
.lszt-c .lc-search .lc-col.select-city .lc-col-block select:last-child{
	margin-right: 0;
}
.lszt-c .lc-search .lc-btn{
	padding-left: 100px;
}

.lszt-c .lc-search .select-city .layui-input-inline{
	width: 35%;
}
.lszt-c .lc-search .select-city .layui-input-inline:last-child{
	margin-right: 0;
}
.lszt-c .lc-search .layui-form-select dl dd.layui-this{
	background: #cfad86;
}
.lszt-c .lc-search .layui-btn{
	width: 24%;
	background: #cfad86;
}
.lszt-c .lc-result{
	border: 1px solid #e6e9ed;
	padding: 10px;
	margin-bottom: 20px;
}
.lszt-c .lc-result img{
	max-width: 100%;
}


.pagination{
	width: 100%;
	padding: 0 1%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}
.pagination ul li{
	display: inline-block;
	margin: 0 3px;
}
.pagination ul li a,.pagination ul li span{
	display: inline-block;
	padding: 0 13px;
	line-height: 32px;
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
    font-size: 12px;
    background: #fff;
}
.pagination ul li span{
	background: #eee;
}



