/* 引用字体 */
@font-face{
	font-family: PingFang;
	src: url('../font/PingFang.ttc');
}
@font-face{
	font-family: Bodoni Bk BT;
	src: url('../font/BodoniBT-Book.otf');
}
/* 总体 */
body,html{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	font-family: PingFang;
}
/* banner颜色改变 */
.image-wrapper {
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99),-webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
}
.image-wrapper:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0) 
}
.image-wrapper-on{
	-webkit-filter: grayscale(0);
	filter: grayscale(0) 
}
/* 排序 */
.pageBox{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.pageBox .pageMain{
	overflow: hidden;
}
.pageBox .pageMain a{
	border-radius:50%;
   margin-right:10px;
   float: left;
	display: block;
	width: 40px;
	height: 40px;
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #AD864A;
   border-right:none ;
	cursor: pointer;
	font-weight: bold;
}
.pageBox .pageMain a.on{
	background: 1px solid #AAAAAA;
}
.pageBox .pageMain a.pagePrev{
	background: url(../images/pagePrev0.png) no-repeat;
	background-size: 12px 12px;
	background-position: center;
}
.pageBox .pageMain a.pageNext{
	background: url(../images/pageNext0.png) no-repeat;
	background-size: 12px 12px;
	background-position: center;
	border: 1px solid #AD864A;
}
.pageBox .pageMain a.pageNext.on{
	background: url(../images/pageNext0.png) no-repeat;
	background-size: 12px 12px;
	background-position: center;
}
.pageBox .pageMain a:hover{
   background: #AD864A;
	color: #fff;
   border: none;
}
.pageBox .pageMain a.pagePrev:hover{
   background: url(../images/pagePrev.png) #AD864A no-repeat;
	background-size: 12px 12px;
	background-position: center;
   border: none;
}
.pageBox .pageMain a.pageNext:hover{
   background: url(../images/pageNext.png) #AD864A no-repeat;
	background-size: 12px 12px;
	background-position: center;
   border: none;
}
/* 头部 */
.top{
	height: 30px;
	background: #AD864A;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
}
.top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
}
.top-left{
	color: #fff;
}
.top-right{
	display: flex;
	align-items: center;
	line-height: 30px;
}
.top-right-right a{
	color: #FFFFFF;
	margin-right: 20px;
}
.top-right-right a img{
	margin-right: 9px;
}
.top-right .item{
	display: inline-block;
	margin-left: 15px;
}
.header-box {
	background: #fff;
	height: 70px;
	line-height: 70px;
	width: 100%;
	margin: 0 auto;
}
.header-content {
	display: flex;
	justify-content: space-between;
}
.header-nav {
	display: flex;
}
.header-nav a {
	width: 70px;
	display: block;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.header-nav li:hover .name{
	color: #AD864A;
}
.header-nav li:hover .line{
	display: block;
}
.header-nav select {
	margin-left: 5px;
	padding-right: 22px;
	border: none;
	appearance: none;
	background-image: url('../images/up-arrow.png');
	background-position: center right 0px;
	background-repeat: no-repeat;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.header-nav .flag{
	margin-left: 60px;
}
.header-nav .header-nav-item{
	position: relative;
	margin-right: 20px;
}
.header-nav li .line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 5px;
	display: inline-block;
	background: #AD864A;
	display: none;
}
.header-nav .change-flag a{
	width: 120px;
}
.nav-list{
	display: block;
    position: absolute;
    /* left: 42%; */
    top: 100px;
	z-index: 158;
}
.nav-item .nav-list-1{
	left: 42%;
}
.nav-item .nav-list-2{
	left: 48%;
}
.nav-item .nav-list-3{
	left: 54%;
}
.nav-item .nav-list-4{
	left: 60%;
}
.nav-item .nav-list-5{
	left: 66%;
}
.nav-item .nav-list-6{
	left: 72%;
}
.nav-item .nav-list-7{
	left: 78%;
}
.nav-list .sin{
	height: 0;
    /* overflow: hidden; */
    transition: all 0.5s;
    transform: scale(1,0);
	transform-origin: center top;
	display: flex;
	width: 70px;
}
.nav-list .sin.on {
	width: auto;
    height: auto;
    transform: scale(1);
}
.navs .cont{
	display: flex;
	flex-direction: column;
	padding:10px 30px;
	position: relative;
	color: #fff;
	width: 260px;
	height: 460px;
	background: #333333;
}
.navs .cont li{
	/* position: relative; */
}
.navs .ones{
	font-size: 18px;
	display: flex;
	font-weight: 600;
	color: #FFFFFF;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	cursor: pointer;
	height: 50px;
}
.navs .ones:hover{
	color: #AD864A;
}

.navs .ones:hover .ones-img{
	background: url(../images/pageNext_active.png);
}
.navs .ones .ones-img{
	background: url(../images/pageNext.png);
	width: 12px;
	height: 12px;
}
.nav-list .navs .two-child-nav{
	position: absolute;
	left: 260px;
	top: 0px;
	width: 260px;
	height: 460px;
	background: #333333;
	/* opacity: 0.8; */
	padding: 10px 18px;
	display: none;
}
.nav-list .navs .two-child-nav.show{
	display: block;
}
.nav-list  .navs .two-child-nav p{
	height: 50px;
	line-height: 50px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.nav-list .navs .two-child-nav p:hover{
	color: #AD864A;
}
.nav-list .navs .two-child-nav p a:hover{
	color: #AD864A;
}
.menu-btn {
	display: none;
}
/* 底部 */
.bottom-top{
	width: 100%;
	margin: 0 auto;
	background: url(../images/bottom_back.png) no-repeat;
	height: 650px;
	padding: 84px 0;
}
.bottom-top .bottom-left{
	width: 600px;
}
.bottom-top .bottom-left .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
}
.bottom-top .bottom-left .name{
	margin-top: 40px;
	width: 80%;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
}
.bottom-top .bottom-left .content{
	font-size: 36px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
	margin: 30px 0;
}
.bottom-top .bottom-left .bottom-nac{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: flex;
}
.bottom-top .bottom-left .bottom-nac a{
	color: #FFFFFF;
}
.bottom-top .bottom-left .bottom-nac i {
	width: 50px;
	height: 20px;
	background: linear-gradient(-2deg, #563B11 12%, #F3C988 99%);
	border-radius: 10px;
	line-height: 20px;
	margin: 8px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
}
.bottom-top .bottom-left .bottom-nac img{
	margin-right: 20px;
	width: 26px;
	height: 26px;
}
.bottom-top .bottom-right{
	width: 628px;
	padding-top: 18px;
}
.bottom-top .bottom-right .title{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 17px;
}
.bottom-top .bottom-right .line{
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-bottom: 36px;
}
.bottom-top .bottom-right .submit{
	width: 48%;
}
.bottom-top .bottom-right .submit .name{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.bottom-top .bottom-right .submit .input-item{
	height: 62px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	width: 100%;
	background: transparent;
	margin-top: 10px;
	color: #fff;
	padding: 5px 15px;
}
.bottom-top .bottom-right .submit .xing{
	color: #D00E0E;
	margin-left: 5px;
}
.bottom-top .bottom-right .submit-specil{
	width: 100%;
	margin-top: 50px;
}
.bottom-top .bottom-right .sunmit-btn{
	display: inline-block;
	width: 298px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 31px;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 42px;
}
.bottom-top .bottom-right .sunmit-btn:hover{
	background: url(../images/gold_active.png) no-repeat;
	border: 1px solid transparent;
}
.footer{
	width: 100%;
	margin: 0 auto;
	background: #111111;
	padding: 25px 0;
}
.footer-left .logo{
	width: 280px;
	height: 70px;
}
.footer-left ul li {
	display: flex;
	flex-direction: column;
	margin-right: 100px;
}
.footer-left ul li a{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 20px 0;
}
.footer-left ul li a .arrow{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/arrow.png);
}
.footer-left ul li a:hover{
	color: #AD864A;
}
.footer-left ul li a:hover .arrow{
	background: url(../images/arrow_active.png);
}
.footer-right{
	padding-top: 25px;
	color: #fff;
}
.footer-right .item{
	margin-bottom: 44px;
}
.footer-right .item:first-child{
	display: flex;
	align-items: center;
}
.footer-right .item:first-child .item-a{
	margin-right: 20px;
}
.footer-right .item a .show{
	display: block;
}
.footer-right .item a .hide{
	display: none;
}
.footer-right .item a:hover .show{
	display: none;
}
.footer-right .item a:hover .hide{
	display: block;
}
.Copyright {
	height: 71px;
	background: #111111;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 70px;
	text-align: center;
}
.Copyright .h1{
	height: 1px;
	background: #272727;
	clear: both;
}
.Copyright .bottom{
   display: flex;
   justify-content: center;
   align-items: center;
}
.Copyright img{
   width: 20px;
   height: 20px;
   margin-right: 5px;
}
.Copyright .footer-item {
   align-items: center;
   display: flex;
}
.Copyright .footer-1{
   letter-spacing:0.5px;
   padding-right: 37px;
}
.Copyright .footer-2{
   padding-right:27px;
   letter-spacing:1px;
}
.Copyright .footer-3{
   cursor: pointer;
   display: inline-block;
   font-size: 14px;
   color: #999;
   font-weight: bold;
}
/* 新闻列表页 */
.new-top{
	background: #F8F8F8;
	height: 484px;
	margin: 60px 0 66px 0;
}
.new-top .new-img{
	width:800px ;
	height: 100%;
	overflow: hidden;
}
.new-top .new-img img{
	width: 100%;
	height: 100%;
}
.new-top .right{
	padding: 80px 79px 110px 65px;
}
.new-top .right h3{
	font-size: 48px;
	font-family: Impact;
	font-weight: 400;
	color: #333333;
}
.new-top .right p{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 36px;
	margin-top: 30px;
}
.new-top .right .arrow{
	display: inline-block;
	width: 50px;
	height: 12px;
	background: url(../images/back-arrow.png);
	margin-top: 40px;
}
.new-top:hover{
	background: #fff;
	box-shadow: 0px 1px 6px 1px rgba(16,5,9,0.15);
}
.new-top:hover .right .arrow{
	background: url(../images/back-arrow_active.png);
}
/* .new-top .right .arrow:hover{
	background: url(../images/back-arrow_active.png);
} */
.new-lists-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.new-lists-item .item{
	width: 30%;
	background: #F8F8F8;
	margin-bottom: 58px;
	margin-right: 5%;
}
.new-lists-item .item:nth-child(3n){
	margin-right: 0;
}
.new-lists-item .item:hover{
	background: #fff;
	box-shadow: 0px 1px 6px 1px rgba(16,5,9,0.15);
}
.new-lists-item .item .toial{
	padding: 22px 32px 22px;
	height: 270px;

}
.new-lists-item .item .item-img{
	width: 100%;
	height: 242px;
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99),-webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
}
.new-lists-item .item:hover .item-img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0) 
}
.new-lists-item .item .hao{
	font-size: 30px;
	font-weight: 600;
	color: #333333;
}
.new-lists-item .item .data{
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new-lists-item .item .content{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-top: 20px;
	line-height: 39px;
}
.new-lists-item .item .items-li{
	width: 100%;
	text-align: right;
}
.new-lists-item .item .items-li .arrow{
	display: inline-block;
	width: 34px;
	height:10px ;
	background: url(../images/back-arrow.png);
	background-size: 100% 100%;
}
.new-lists-item .item:hover .items-li .arrow{
	background: url(../images/back-arrow_active.png);
	background-size: 100% 100%;
}

/* 新闻详情页 */
.new-detail-title{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #EEEEEE;
}
.new-detail-title .new-detail-nav{
	font-size: 14px;
	font-weight: 600;
	color: #999999;
	margin-right: 5px;
}
.new-detail-title .new-detail-nav:hover{
	color: #AD864A;
}
.new-detail-title .navs{
	height: 50px;
	line-height: 50px;
}
.new-detail-title span{
	padding-right: 5px;
	display: inline-block;
}
.new-detail-title .address{
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../images/address.png);
	margin-right: 7px;
}
.new-detail-title .address:hover{
	background: url(../images/address_active.png);
}
.product-banner{
	height: 450px;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background-size: 100% 100%;
}
.product-banner img {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.banner_text {
	width: 1400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.product-banner .product-banner-title {
	font-size: 120px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
	text-shadow: 2px 4px 2px #fff;
	letter-spacing: 5px;
}
.new-content{
	padding-top: 65px;
	padding-bottom: 120px;
}
.new-content .title{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 10px;
}
.new-content .data{
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px solid #D5D5D5;
}
.new-content .content-list{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 40px;
}
.new-content .new-img{
	width: 100%;
	margin-top: 30px;
}
/* 404页面 */
.feedback-back{
   width: 100%;
   height:100vh;
	position: relative;
   overflow: hidden;
}
.feedback-back img{
   width: 100%;
   height: 100%;
}
.feedback-back .nones-dialog{
   width: 860px;
   top: 150px;
   position: absolute;
   left: 50%;
   margin-left: -430px;
   text-align: center;
}
.feedback-back .nones-dialog .nones-img{
   width:463px;
   margin-bottom: 55px;
   text-align: center;
}
.feedback-back .nones-dialog .title{
   text-align: center;
   font-size: 30px;
   font-family: PingFang;
   font-weight: bold;
   color: #FFFFFF;
   line-height: 36px;
   margin-bottom: 46px;
}
.feedback-back .nones-dialog .content{
   text-align: center;
   font-size: 24px;
   font-family: PingFang;
   font-weight: 600;
   color: #FFFFFF;
   line-height: 60px;
}
.feedback-back .nones-dialog .special{
   margin-left: -190px;
}
.nones-dialog .bottom{
   display: flex;
   justify-content: space-between;
   margin-top: 60px;
}
.nones-dialog .bottom a{
   display: inline-block;
   width:260px;
   height: 60px;
   font-size: 24px;
   font-family: PingFang;
   font-weight: 600;
   color: #FFFFFF;
   line-height: 36px;
   text-align: center;
   line-height: 60px;
   cursor: pointer;
   background:#fff;
   color: #333333;
   border-radius: 30px;
}
.nones-dialog .bottom a.on{
   color: #fff;
   background: linear-gradient(0deg, #563B11 12%, #F3C988 99%);
}
.nones-dialog .bottom a:hover{
   color: #fff;
   background: linear-gradient(0deg, #563B11 12%, #F3C988 99%);
}
/* 谢谢页面 */
.feedback-back{
	display: flex;
	justify-content: space-between;
}
.thank-left{
	width: 1100px;
	height: 100vh;
	position: relative;
	background: url(../images/feekback_back.png) 100% no-repeat;
}
.thank-left .logo-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 18;
	width: 550px;
	height: 141px;
}
.thank-right{
	width: calc(100% - 1100px);
	position: relative;
	padding: 200px 120px;
}
.thank-right .close-img{
	position: absolute;
	top: 30px;
	right: 27px;
	height: 20px;
	width: 20px;
}
.thank-right .title{
	font-size: 60px;
	font-family: PingFang;
	font-weight: 600;
	color: #222222;
	text-align: center;
}
.thank-right .content{
	font-size: 30px;
	font-family: PingFang;
	font-weight: 600;
	color: #222222;
	line-height: 48px;
	margin-top: 110px;
	margin-bottom: 150px;
}
.thank-right .btn a{
	display: inline-block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #333333;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.45);
	border-radius: 35px;
	font-size: 30px;
	font-family: PingFang;
	font-weight: 600;
	color: #FFFFFF;
}
.thank-right .btn a:hover{
	background: linear-gradient(0deg, #563B11 12%, #F3C988 99%);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.45);
}
/* 产品页面 */
.product-lists{
	margin: 60px auto;
}
.product-lists-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.product-lists-item .item{
	width: 30%;
	margin-bottom: 24px;
	margin-right: 5%;
}
.product-lists-item .item .item-img{
	width: 100%;
	height: 280px;
}
.product-lists-item .item:nth-child(3n){
	margin-right: 0;
}
.product-lists-item .item .name{
	display: inline-block;
	margin-top: 12px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	width: 100%;
	height: 20px;
}
.product-lists-item .item .name:hover{
	color: #AD864A;
}
/* 进程页面*/
.product-process-lists{
	flex-wrap: wrap;
}
.product-process-lists .items{
	width: 32%;
	height: 425px;
	margin-bottom: 45px;
	position: relative;
	margin-top: 50px;
}
.product-process-lists .items img{
	width: 100%;
	height: 100%;
}
.product-process-lists .items .items-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 19;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0;
}
.product-process-lists .items .items-box .icons{
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
}
.product-process-lists .items .items-box .name{
	font-size: 30px;
	font-weight: 600;
	color: #AD864A;
	margin-bottom: 13px;
}
.product-process-lists .items .items-box .lins{
	display: inline-block;
	width: 80px;
	height: 4px;
	background: #AD864A;
	border-radius: 2px;
}
.product-process-lists .items-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 55px 27px;
	display: none;
}
.product-process-lists .items-hover h2{
	font-size: 30px;
	font-weight: 600;
}
.product-process-lists .items-hover .ling{
	width: 80px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-top: 13px;
	display: inline-block;
}
.product-process-lists .items-hover ul{
	margin-top: 30px;
}
.product-process-lists .items-hover ul li{
	cursor: pointer;
	margin-top:10px;
}
.product-process-lists .items-hover ul li span{
	display: inline-block;
	margin-right: 8px;
	width: 10px;
	height: 10px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.product-process-lists .items-hover ul li:hover{
	font-weight: bold;
}
.product-process-lists .items-hover ul li:hover span{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
}
.product-process-lists .items-hover .learn{
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(0deg, #563B11 12%, #F3C988 99%);
	border-radius: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.process-back{
	background: #303030;
}
/* 联系我们 */
.contact-bottom{
	width: 100%;
	margin-top: 36px;
}
.contact-bottom .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #333333;
	margin-bottom: 65px;
}
.contact-bottom .map-add{
	position: relative;
}
.contact-bottom .map-address{
	width: 100%;
	height: 500px;
}
.contact-bottom .big_address{
	position: absolute;
	right:364px;
	top:155px ;
	z-index: 222;
}
.address-box{
	width: 380px;
	height: 200px;
	background: #DBB274;
	border-radius: 7px;
	position: absolute;
	right: 209px;
	bottom: 37px;
	padding: 24px 20px;
}
.address-box h3{
	font-size: 22px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
	padding-bottom: 15px;
	border-bottom: 1px solid #AD864A;
}
.address-box .list-item{
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.address-box .list-item a{
	font-size: 18px;
	font-weight: 600;
	color: #222222;
}
.address-box .list-item a img{
	margin-right: 20px;
}
.address-box .list-item .m30{
	margin-top: 20px;
}
.contact-top{
	padding: 80px 0;
}
.contact-top .contact-top-left{
	width: 450px;
}
.contact-top .contact-top-left .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #333333;
}
.contact-top .contact-top-left .content{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 40px;
	margin-bottom: 20px;
}
.contact-top .contact-top-left .contact-ul li{
	margin-bottom: 30px;
}
.contact-top .contact-top-left .contact-ul .item{
	margin-left: 20px;
}
.contact-top .contact-top-left .contact-ul .item .name{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 7px;
}
.contact-top .contact-top-left .contact-ul .item .other{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
.contact-top .contact-top-left .imgs-list{
	width: 300px;
}
.contact-top .contact-top-left .imgs-list .show{
	display: block;
}
.contact-top .contact-top-left .imgs-list .hide{
	display: none;
}
.contact-top .contact-top-left .imgs-list a:hover .show{
	display: none;
}
.contact-top .contact-top-left .imgs-list a:hover .hide{
	display: block;
}
.contact-top-right{
	width: 748px;
}
.contact-top-right .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #333333;
	margin-bottom: 30px;
}
.contact-top-right .input-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-top-right .input-item .item{
	width: 48%;
	position: relative;
	margin-bottom: 30px;
}
.contact-top-right .input-item .item .xing{
	background: url(../images/icon28.png) no-repeat 42% center;
}
.contact-top-right .input-item .item input{
	width: 100%;
	height: 60px;
	border: 1px solid #D5D3D3;
	padding: 20px 16px;
	text-indent: 26px;
}
.contact-top-right .input-item .item input::placeholder{
	color: #ccc;
}
.contact-top-right .input-item .item input:focus{
	background: none;
}
.contact-top-right .input-item .item .icon{
	position: absolute;
	top: 20px;
	left: 16px;
}
.contact-top-right .input-item .items{
	width: 100%;
	position: relative;
}
.contact-top-right .input-item .items .massage{
	width: 100%;
	height: 221px;
	padding: 20px 16px;
	text-indent: 32px;
	border:1px solid #D5D3D3;
}
.contact-top-right .input-item .items .massage::-webkit-input-placeholder{
	color: #ccc;
}
.contact-top-right .input-item .items input::-webkit-input-placeholder{
	position:absolute;
	left: 16px;
}
.contact-top-right .submit-bnt {
	display: inline-block;
	width: 240px;
	height: 60px;
	background: #AD864A;
	font-size: 18px;
	color: #FFFEFE;
	line-height: 60px;
	text-align: center;
}
/* 关于我们 */
.about-us-top{
	margin-top: 50px;
}
.about-left{
	width: 557px;
}
.about-left h5{
	font-size: 20px;
	font-weight: 400;
	color: #AD864A;
}
.about-left h3{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
}
.about-left h3 span{
	color: #AD864A;
	font-style:italic;
}
.about-us .shezhi{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 40px;
}
.about-right img{
	width: 267px;
	height: 334px;
}
.about-right .about-right-img1{
	margin-top: 30px;
	margin-right: 23px;
}
.about-right .about-right-img2{
	margin-top: 110px;
}
.about-back{
	width: 100%;
	height: 730px;
	background: url(../images/about-us.png);
	margin: 0 auto;
	padding: 60px 0 ;
}
.about-back .about-top .name{
	font-size: 20px;
	font-weight: 400;
	color: #AD864A;
}
.about-back .about-top .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
	width: 525px;
}
.about-back .about-top .title2{
	margin-top: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	width: 505px;
	line-height: 40px;
}
.about-botttom {
	margin-top: 70px;
}
.about-botttom .item{
	width: 30%;
	height: 300px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 30px 22px;
}
.about-botttom .item .square{
	position: relative;
}
.about-botttom .item .square_tr{
	display: block;
	width: 50px;
	height: 50px;
	background: #ECB55F;
	opacity: 0.4;
	border-radius: 16px;
}
.about-botttom .item .icon{
	position: absolute;
	top: 14px;
	left: 14px;
}
.about-botttom .item .icon:hover{
	-webkit-animation: icon-scale 2.5s infinite;
	animation: icon-scale 2.5s infinite;
}
.about-botttom .item .name{
	margin: 25px 0;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.about-botttom .item .content{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
}
.about-adver{
	width: 100%;
	background: #F8F8F8;
	height: 750px;
}
.about-adver-swiper{
	width: 1186px;
	margin: 0 auto;
}
.about-adver-swiper h2{
	padding: 60px 0;
	text-align: center;
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
}
.about-adver-swiper h2 span{
	color: #AD864A;
	font-style: italic;
}
.about-adver-swiper .swiper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.about-adver-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
   /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.about-adver-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-adver-swiper .introduce{
	width: 560px;
	height: 350px;
	background: #F0F0F0;
	padding: 60px 60px;
	position: absolute;
	top: 77px;
	right: 0;
}
.about-adver-swiper .swiper-slide{
	position: relative;
}
.about-adver-swiper .swiper-slide img{
	width: 745px;
	height: 500px;
}
.about-adver-swiper .introduce .p1{
	font-size: 36px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #333333;
}
.about-adver-swiper .introduce .p2{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	text-align: left;
}
.about-adver-swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.about-adver-swiper .swiper-pagination{
	margin: 0px 0;
	margin-top: 30px;
}
.about-adver-swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: auto;
}
.about-adver-swiper .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.about-adver-swiper .swiper-pagination-bullet-active{
	background: #AD864A;
}
.about-address{
	width:1582px;
	height: 570px;
	margin: 0 auto;
	display: flex;
	background: url(../images/world-img.png) no-repeat;
	background-position: top right;
	position: relative;
}
.about-address .name{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #333333;
	padding-top: 10px;
}
.about-address .title{
	width: 368px;
	height: 123px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 36px;
	margin-top: 40px;
}
.numCount .case{
	width: 60%;
	flex-wrap: wrap;
}
.numCount .case .case-item{
	width: 50%;
	margin-bottom: 40px;
}
.numCount .case .case-item .item{
	width: 260px;
}
.numCount .case .case-item .item .indc{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	width: 100%;
}
.numCount .case .case-item .item .title{
	font-size: 46px;
	font-family: Franklin Gothic Medium;
	font-weight: 400;
	color: #AD864A;
	position: relative;
}
.numCount .case .case-item .item .fang{
	font-size: 30px;
	position: absolute;
	top: 0;
	right:-19px;
}
.netword{
	width: 1139px;
	height: 570px;
	position: absolute;
	left: 440px;
}
.point,.point::before,.point::after{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
}
.point{
	position: absolute;
}
.point::before {
	animation: scale 2s infinite;
}
.point::after {
	animation: scale2 2s infinite;
}
.point,.point::before,.point::after{
	background: #faead1;
}
.point2,.point2::before,.point2::after{
	background: #AD864A;
}
.netword-ps{
	position: relative;
	width: 100%;
	height: 100%;
}
.position-1{
	top: 165px;
	right: 237px;
}
.position-2{
	right: 150px;
	bottom: 133px;
}
.position-3{
	right: 338px;
	top: 90px;
}
.position-4{
	right: 450px;
	top: 238px;
}
.position-5{
	right: 512px;
	top: 165px;
}
.position-6{
	right: 512px;
	top: 362px;
}
.position-7{
	right: 632px;
	top: 262px;
}
.position-8{
	bottom: 192px;
	left: 342px;
}
.position-9{
	left: 173px;
	top: 148px;
}
.position-10{
	left: 179px;
	top: 221px;
}
.netword-address{
	right: 45px;
	bottom: -118px;
}
.about-ad-list {
	flex-wrap: wrap;
	width: 1582px;
	margin: 0 auto;
}
.about-ad-list .list-item{
	width: 24%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background: #F8F8F8;
	position: relative;
	margin-bottom: 30px;
}
.about-ad-list .list-item .show{
	display: none;
}
.about-ad-list .list-item:hover .show{
	display: inline-block;
}
.about-ad-list .list-item:hover .hide{
	display: none;
}
/* 首页 */
/* banner */
.banner{
	position: relative;
	width: 100%;
	height: auto;
}
.banner img{
	width: 100%;
	height: 800px;
}
.banner video{
	height: 800px;
}
.banner_text_index{
	width: 1340px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align: left;
	z-index: 14;
}
.banner_text_index h2{
	width: 60%;
	margin-bottom: 30px;
	position: relative;
	font-size: 80px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
}
.banner_text_index p{
	width: 35%;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
}
.banner_text_index .btn{
	width: 35%;
	margin-top: 35px;
}
.banner_text_index .a_cnter{
	display: inline-block;
	width: 200px;
	height: 50px;
	background: linear-gradient(-2deg, #563B11 12%, #F3C988 99%);
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
.banner .swiper-paginations{
	position: absolute;
	bottom: 43px;
	left: 20%;
	z-index: 16;
	display: flex;
	align-items: center;
}
.banner .swiper-paginations .swiper-pagination-bullet {
	font-size: 18px;
	font-weight:600;
	color: #FFFFFF;
	opacity: 1;
	margin-right: 80px;
}
.banner .swiper-paginations  .swiper-pagination-bullet-active{
	background: transparent;
}
.banner .swiper-paginations .swiper-pagination-bullet-active {
	color: #AD864A;
	position: relative;
	font-size: 18px;
	font-weight:600;
}
.banner .swiper-paginations .swiper-pagination-bullet-active:after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #AD864A;
	opacity: 1;
	position: absolute;
	top: 100%;
	left: 28px;
}
.pad-index {
	padding: 0 20px;
	overflow: hidden;
}
.index-about .name{
	font-size: 20px;
	font-weight: 400;
	color: #222222;
	height: 30px;
	line-height: 30px;
}
.index-box{
	display: flex;
	overflow: hidden;
}
.index-about .line{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #AD864A;
	margin-left: 23px;
}
.index-box .about-left{
	width: 700px;
	padding-top: 40px;
}
.index-box .about-left .title{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
}
.index-box .about-left .name{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}
.index-box .about-left .content{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	width: 90%;
	font-family: PingFang;
}
.index-box .about-left .btn{
	display: inline-block;
	width: 220px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #333333;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 70px;
}
.index-box .about-left .btn:hover{
	background: #333333;
	color: #fff;
}
.index-box .about-right{
	width: 470px;
	height: 585px;
}
.index-box .about-right img{
	width: 100%;
	height: 585px;
	overflow: hidden;
}
.index-box .about-right .mySwiper{
	width: 100%;
	height: 585px;
	overflow: hidden;
}
.index-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: auto;
	width: 470px;
	left: 42%;
}
.prodect-back{
	background: #222;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.prodect-back .white{
	color: #fff;
}
.index-about .product-list .namse{
	font-size: 60px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #AD864A;
	margin: 20px 0 40px 0;
}
.prodect-back .product-ul{
	flex-wrap: wrap;
}
.prodect-back .product-ul li{
	width: 23%;
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
}
.prodect-back .product-ul li img{
	width: 100%;
	height: 204px;
}
.prodect-back .product-ul li .name{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #CBCBCB;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.prodect-back .product-ul li .name:hover{
	background-color: #AD864A;
	color: #222222;
}
.server-list .box{
	width: 270px;
}
.server-list .left{
	margin-right: 18px;
}
.server-list .right{
	margin-top: 60px;
}
.server-list .box a{
	display: inline-block;
	margin-bottom: 19px;
}


.server-list .box a img{
	width: 100%;
	height: 170px;
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99),-webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
}
.server-list .box a img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0) ;
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.server-list .swiper-container{
	overflow: auto;
}
.swiper-server .swiper-button-next{
   top:84%;
   width: 56px;
   height: 56px;
}
.swiper-server .swiper-button-prev{
   top:84%;
   width: 56px;
   height: 56px;
}
.swiper-server .swiper-button-prev{
   background: url(../images/right-arrow.png) center no-repeat;
   left: 70%;
   z-index: 112;
}
.swiper-server .swiper-button-next{
   background: url(../images/left-arrow.png) center no-repeat;
   right: 0%;
   z-index: 113;
}
.swiper-server .swiper-button-next.swiper-button-disabled{
   opacity:1
}
.swiper-server .swiper-button-prev.swiper-button-disabled{
   opacity:1
}
/* play效果 */
.index-video{
	width: 100%;
	margin: 0 auto;
	background: url(../images/back-img1.png) no-repeat;
	height: 701px;
	text-align: center;
	padding-top: 90px;
}
.index-video .video-title{
	font-size: 47px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #B68B4A;
	letter-spacing: 1px;
	font-weight: bold;
}
.index-video .marg{
	padding-bottom: 60px;
}
.index-video .video-content{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	margin: 0 auto;
}
.index-video .video-box{
	width:25%;
	margin: 0 auto;
	padding-top: 50px;
}
.index-video .video-box .name{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}
/* play */
.button__holder {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
   /* background-color: #1a1a1a;
	*/
}
.button__holder .img_play{
	position: absolute;
	z-index: 18;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.plus {
	position: relative;
	z-index: 1;
	width: 64px;
	height: 64px;
	background: #f4b14d;
	border-radius: 50%;
	border: none;
	-webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
	transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
.plus:hover {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 0 1px 15px rgba(211,225, 231, 0.363), 0 0 1px 30px rgba(191, 198, 201, 0.1), 0 0 1px 45px rgba(165, 165, 165, 0.1);
}
.button__holder .img_play {
	position: absolute;
	z-index: 18;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.blog-list{
	height: 600px;
}
.blog-list .new-lists-item{
	position: relative;
}
.blog-list .swiper-button-prev{
	top: 100%;
	left: 89.5%;
}
.blog-list .swiper-button-next{
	top: 100%;
	right: 0px;
}
.blog-list-nav{
	overflow: hidden;
	height: 600px;
}
.testimonial-index{
	height: 820px;
	background: #FAFAFA;
	margin-top: 180px;
}
.testimonials-box{
	width:600px;
	height: 310px;
	background: #FFFFFF;
	padding: 58px 38px;
}
.testimonials-box .content{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}
.testimonials-box .title{
	font-size: 26px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
	text-align: right;
	padding-top: 30px;
}
.testimonials-box .copy{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	text-align: right;
}
.testimonials-box .image-wrapper{
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99);
	transition: filter .25s cubic-bezier(.62,.28,.23,.99),-webkit-filter .25s cubic-bezier(.62,.28,.23,.99);
}

.testimonials-box:hover{
	box-shadow: 0px 5px 17px 1px rgba(16,5,9,0.19);
}
.testimonials-box:hover .image-wrapper{
	-webkit-filter: grayscale(0);
	filter: grayscale(0) 
}
.testimonials {
	width: 1590px;
	overflow: hidden;
	height: 550px;
	position: relative;
	padding-top: 60px;
}
.testimonials .swiper-button-next{
	right: 22%;
	top: 90%;
}
.testimonials .swiper-button-prev{
	top: 90%;
}
.testimonials .mrg-120{
	transition: all .25s ease-in;
	transform:translateY(-60px);
}
.index-box .application-list{
	width: 1050px;
	position: absolute;
	right: -250px;
	top:50px;
	padding-top: 50px;
}
.application-list .application-item img{
	width: 100%;
	height: 450px;
}
.application-list .application-item .iterms{
	width: 100%;
	height: 450px;
}
.application-list .application-item .pads{
	transition: all .25s ease-in;
	transform:translateY(-50px);
}
.application-list .application-item .iterms p{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	padding-top: 24px;
	display: none;
}
.application-list .swiper-button-next{
	right: 35%;
	top: 93%;
}
.application-list .swiper-button-prev{
	left: 53%;
	top: 93%;
}
.application-list .application-item .iterms:hover{
	transition: all .5s ease-in;
	transform:translateY(-50px);
}
.application-list .application-item .iterms:hover p{
	display: block;
}
.application-list .application-item .iterms.on{
	transition: all .5s ease-in;
	transform:translateY(-50px);
}
.application-list .application-item .iterms.on p{
	display: block;
}
/* 产品首页 */
.product-nav .name{
	color: #AD864A;
}
.product-nav .product-1{
	width: 650px;
	font-size: 40px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
	line-height: 48px;
}
.product-nav .product-p{
	padding-top: 40px;
}
.product-nav .product-p2{
	padding-top: 20px;
}
.product-nav .product-p2 .product-1{
	margin-bottom: 10px;
}
.product-nav .product-2{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.product-nav .product-3{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}
.product-nav .product-lists{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.product-nav .product-lists .items{
	width: 22%;
	height: 540px;
	background: #F1F1F1;
	
	margin-bottom: 35px;
}
.product-nav .product-lists .items-box{
	padding: 43px 47px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product-nav .product-lists .items-box .namex{
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 40px;
}
.product-nav .product-lists .items-box a{
	display: inline-block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #AFAFAF;
	border-radius: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 24px;
}
.product-nav .product-lists .items-box a.contact-btn{
	background: linear-gradient(0deg, #563B11 8%, #594019 34%, #AD864A 99%);
	border-radius: 18px;
	border: none;
	color: #fff;
	height: 38px;
	line-height: 38px;
}
.product-nav .product-lists .items-box span{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #C3C3C3;
	border-radius: 50%;
	margin-top: 40px;
}
.product-nav .product-dialog{
	position: absolute;
	bottom: -272px;
	left: 50%;
	margin-left: -356px;
	width: 726px;
	height: 240px;
	background: #F1F1F1;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
	border-radius: 6px;
	z-index: 111;
	padding: 26px;
	transition: all .5s;
	display: none;
}
.product-nav .product-dialog ul{
	flex-wrap: wrap;
}
.product-nav .product-dialog li{
	width: 50%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.product-nav .product-dialog li .dialog-item-s{
	padding-right: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	display: block;
}
.product-nav .product-dialog li .dialog-item-s:hover{
	background: #AD864A;
	color: #fff;
}
.product-nav .product-dialog li span{
	display: inline-block;
	width: 2px;
	height: 20px;
	background: #AD864A;
	margin-right: 11px;
}
.product-dialog:before {
	content: "";
	width: 0px;
	height: 0px;
	border-bottom: 16px solid #F1F1F1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -25px;
}
.product-ad{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: -1;
}
.product-ad .left{
	width: 1159px;
	height: 700px;
	background: #AD864A;
	padding: 94px 192px 291px;
}
.product-ad .right{
	position: absolute;
	right: 0;
	top:97px;
	width: 863px;
	height: 603px;
}
.product-ad .left-name{
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
}
.product-ad .left-content{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 40px;
	margin-top: 20px;
}
.product-ad ul {
	margin-top: 40px;
}
.product-ad ul li{
	margin-bottom: 20px;
	height: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 36px;
}
.product-ad ul li img{
	margin-right: 20px;
}
.factory-h2{
	text-align: center;
	font-size: 48px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
	padding: 80px 0 50px 0;
}
.spceial {
	margin: 20px 0 0px 0;
}
.content-title {
	padding-bottom: 50px;
}
.content-title h2 {
	font-size: 30px;
	font-weight: 400;
	color: #AD864A;
	margin-bottom: 11px;
	text-transform: capitalize;
	font-weight: bold;
}
.content-title table{
	width: 60%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.content-title table td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #DDDDDD;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.content-title table th {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #DDDDDD;
	font-size: 18px;
	color: #333333;
}
.content-titles table td {
	height: 50px;
	line-height: 50px;
	text-align: left;
	border: 1px solid #DDDDDD;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding-left:15px ;
}


.content-title h5{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.product-application{
	width: 100%;
	/* background: linear-gradient(-29deg, #C4CBD3 0%, #E4E8E9 100%); */
	opacity: 0.6;
	margin: 0 auto;
	padding: 105px 0;
	position: relative;
	padding-bottom: 43px;
	background: url(../images/text.png);
}
.product-application .text-position{
	font-size: 170px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #DEE2E5;
	position: absolute;
	left: 45%;
    top: 53%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.product-application .left{
	width: 580px;
}
.product-application .left .left-name{
	font-size: 39px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
}
.product-application .left .left-content{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.product-application .left ul li{
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.product-application .left ul li span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #222222;
	border-radius: 50%;
	margin-right: 20px;
}
.usage_box_fr {
	overflow: visible;
	position: relative;
	padding: 1px;
	cursor: pointer;
	animation: bounceInUp 3s, rotateF 66s linear infinite 3.2s;
}
/* .usage_box_fr i:before {
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	background-color: #ff6a00;
	content: "";
}
.usage_box_fr i:after {
	position: absolute;
	left: -13px;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	border-radius: 50%;
	width: 29px;
	height: 29px;
	background-color: rgba(255, 106, 0, .2);
	content: "";
}
.usage_box_fr:before, .usage_box_fr:after {
	position: absolute;
	z-index: 1;
	margin: auto;
	width: 369px;
	height: 369px;
	content: "";
} */
.usage_box_fr:before {
	left: 0;
	top: 0;
	border-left: 3px solid #ff6a00;
	border-top: 3px solid #ff6a00;
	border-top-left-radius: 100%;
}
.usage_box_fr:after {
	right: 0;
	bottom: 0;
	border-right: 3px solid #ff6a00;
	border-bottom: 3px solid #ff6a00;
	border-bottom-right-radius: 100%;
}
.usage_box_fr img {
	animation: rotate 33s linear infinite 3.2s;
}
.process-content .left{
	width: 990px;
}
.content-item{
	width: 100%;
	margin-top: 50px;
}
.content-item:first-child{
	margin-top: 0;
}
.content-item h5{
	display: flex;
	justify-content: space-between;
}
.content-item h5 span{
	width: 10px;
	height: 60px;
	background: #AD864A;
	display: inline-block;
	margin-right: 10px;
}
.content-item h5 p{
	width: 970px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	font-family: Bodoni Bk BT;
	font-weight: normal;
	color: #FFFFFF;
	background: linear-gradient(90deg, #AD864A 0%, rgba(173,134,74,0.05) 100%);
	text-indent: 27px;
}
.content-item ul{
	padding: 40px 0 0px 30px;
}
.content-item ul li{
}
.content-item ul li a{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 36px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.content-item ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/circle-dui.png) no-repeat;
	margin-right: 10px;
}
.content-item ul li a:hover{
	color: #AD864A;
}
.content-item ul li:hover a span{
	background: url(../images/circle-dui_active.png) no-repeat;
}
.content-item h2{
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	padding: 30px 0 20px;
}
.content-item p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.content-item table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.content-item table th {
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #A59070;
	font-size: 16px;
	color: #333333;
	transition: 0.6s all;
	background: #2F2E2C;
	font-size: 30px;
	font-weight: 600;
	color: #AD864A;
}
.content-item table tr td {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #A59070;
	font-size: 16px;
	color: #333333;
	transition: 0.6s all;
	background: #E3BB7D ;
	padding: 0 10px;
}
.content-item table tr:last-child td {
	background:#CCB085;
}
.content-item table tr:nth-child(odd) td {
	background: #CCB085;
}
.content-item div{
	width: 100%;
	height: auto;
	background: #595856;
	padding: 15px;
	margin-top: 45px;
}
.content-item div div{
	width: 100%;
	height: auto;
	background: #CDC9C0;
	padding: 35px 32px 32px 35px;
	margin-top: 0px;
}
.content-item h6{
	height: 60px;
}
.process-content{
	position: relative;
}
.bot-black{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1400px;
	background: #303030;
	z-index: -111;
}
.process-content .right{
	width: 320px;
}
.process-content .right h2{
	height: 70px;
	line-height: 70px;
	background: linear-gradient(0deg, #563B11 1%, #594019 38%, #F3C988 99%);
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}
.process-content .process-item .item{
	position: relative;
	width: 100%;
	height: 255px;
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
}
.process-content .process-item img{
	width: 100%;
	height: 199px;
}
.process-content .process-item .item-p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 55px;
	background: linear-gradient(2deg, rgba(173,134,74,0.98) 5%, rgba(176,144,96,0.88) 22%, rgba(173,134,74,0.05) 100%);
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 10px;
}
.process-content .process-item .hor-box{
	width: 100%;
	height: 100%;
	display: none;
}
.process-content .process-item .hor-show{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	border-radius: 10px;
}
.process-content .process-item .hor-content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.process-content .process-item .hor-content .link{
	width: 50px;
	height: 50px;
	margin-bottom: 36px;
}
.process-content .process-item .hor-content .quote{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(0deg, #563B11 1%, #594019 38%, #F3C988 99%);
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.process-item .item:hover{
	border-radius: 10px;
}
.process-item .item:hover .hor-box{
	display: block;
}
.process-item .item:hover img{
	border-radius: 10px;
}
.process-item .item:hover .item-p{
	display: none;
}
.sbmit-box{
	width: 100%;
	height: 450px;
	background: #AD864A;
	padding: 30px 25px;
}
.sbmit-box .substance-submit-title{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.substance-submit-table input{
	height: 50px;
	background: #F2D9B3;
	width: 100%;
	border: none;
	margin-bottom: 20px;
	padding-left: 19px;
	font-size: 16px;
	color: #999999;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.substance-submit-table textarea{
	width: 100%;
	height: 100px;
	background: #F2D9B3;
	border: none;
	padding: 14px 19px;
	color: #999999;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	margin-bottom: 33px;
}
.sbmit-box .submit-btn{
	width: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	border: none;
	border-radius: 25px;
}
.factory {
	padding-bottom: 70px;
}
.factory-list{
	display: flex;
	justify-content: space-between;
}
.factory-list .item img{
	margin-bottom: 10px;
}
.factory-list .item img:hover{
	transform: scale(1.05,1.05)
}
.factory-list .factory-1{
	width: 131px;
	padding-top: 44px;
}
.factory-list .factory-2{
	width: 272px;
	text-align: right;
}
.factory-list .factory-3{
	padding-top: 92px;
	width: 272px;
	text-align: right;
}
.factory-list .factory-4{
	padding-top: 92px;
	width: 131px;
}
.factory-list .factory-5{
	padding-top: 55px;
	width: 272px;
}
.factory-list .factory-6{
	padding-top: 91px;
	width: 272px;
}
/* 二级产品页面 */
.process-content .product-second{
	width: 990px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.process-content .product-second .item-ps{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ECECEC;
	font-size: 18px;
	color: #333333;
	padding-left: 5px;
}
.process-content .product-second .item{
	width: 32%;
	margin-right: 2%;
}
.process-content .product-second .item:nth-child(3n){
	margin-right: 0;
}
.page-box{
	width: 990px;
	padding-top: 60px;
}
/* 弹窗 */
.second-dil{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 22;
}
.second-dil .second-dialog{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.43;
	top: 0;
	left: 0;
}
.second-dil .second-file{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 800px;
	height: 500px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.33);
	border-radius: 8px;
	z-index: 159;
	padding: 28px 60px;
	text-align: center;
}
.second-dil .second-file .close{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.second-dil .second-file h2{
	text-align: center;
	font-size: 36px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
}
.second-dil .second-file p{
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
.second-dil .input-item{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.second-dil .input-item .item{
	width:48%;
	margin-bottom: 35px;
}

.second-dil .input-item .item input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 26px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	color: #999;
}
.second-dil .input-item .item .xing{
	background: url(../images/icon28.png) no-repeat 42% center;
}
.second-dil .input-item .item .xing:focus{
	background: none;
}

.second-dil .input-item .massage{
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0 26px;
	padding-top: 12px;
}
.second-dil .submit{
	display: inline-block;
	width: 320px;
	height: 40px;
	background: #AD864A;
	border-radius: 20px;
	font-size: 16px;
	font-weight:600;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}
/* 产品列表*/
.substance-top .substance-ul li{
	width: 100%;
	margin-top: 6px;
}
.substance-top .substance-ul li .product-right-title{
	display: flex;
	align-items: center;
	transition: 0.6s all;
	height: 50px;
	line-height: 50px;
	background: #AD864A;
	padding-left: 10px;
}
.substance-top .substance-ul li .product-right-title .product-title-li {
	font-size: 16px;
	color: #FFFFFF;
	width: 80%;
	font-weight: 600;
	display: inline-block;
}
.substance-top .substance-ul li .product-right-title i{
	width: 3px;
	height: 18px;
	background: #FFFFFF;
	display: inline-block;
	margin-right: 10px;
}
.substance-top .substance-ul li .product-item{
	height: 0;
	overflow: hidden;
}
.substance-top .substance-ul li .product-item li{
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #fff;
}
.substance-top .substance-ul li.active .product-item{
	height: auto;
	background: #FCF4E7;
}
.substance-top .substance-ul li.active .product-item .on a{
	color: #412403;
	font-weight: 600;
}
.substance-top .substance-ul li.active .product-item li a:hover{
	color: #412403;
	cursor: pointer;
	font-weight: 600;
}
/* 三级页面 */
.thress-list .right{
	width: 452px;
}
.thress-list .right h2{
	font-size: 50px;
	font-family: Bodoni Bk BT;
	font-weight: 600;
	color: #222222;
	margin-bottom: 20px;
}
.thress-list .right .three-p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.thress-list .right .get-btn{
	display: inline-block;
	width: 240px;
	height: 50px;
	background: #343434;
	border-radius: 4px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
}
.thress-list .right .get-btn:hover{
	background: linear-gradient(0deg, #563B11 1%, #594019 38%, #F3C988 99%);
}
.thress-list .left{
	width: 890px;
	height: 580px;
	background: #E6E6E6;
	padding: 40px 40px;
}
.substance-right{
	width: 810px;
}
.substance-top-left{
	width: 810px;
	height: 100%;
	position: relative;
}
.substance-top-left .items{
	width: 810px;
	height: 100%;
	position: relative;
}
.substance-top-left .close-btn{
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	right: 7px;
	top:7px ;
	z-index: 189;
}
.substance-top-left .items .swiper-container {
	width: 810px;
	height: 100%;
	overflow: hidden;
}
.substance-top-left .items .swiper-container .swiper-wrapper{
	width: 810px;
}
.substance-top-left .swiper-slide {
	background-position: center;
	background-size: cover;
	/* width: 810px!important; */
	width: 100%;
	height: 100%;
}
.substance-top-left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -30px;
	width: auto;
	left: 50%;
	margin-left: -45px;
}
.substance-top-left .swiper-pagination-white .swiper-pagination-bullet{
	background: #999999;
}
.substance-top-left .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #666;
	opacity: 1!important;
}
.swiper-pagination-white .swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000 
}
.swiper-pagination-white .swiper-pagination-bullet{
	opacity: 0.5;
}
.swiper-pagination-white .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate(0,-50%);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0) 
}
.swiper-pagination-white .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block 
}
.swiper-pagination-white .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin-right: 23px;
}
.swiper-pagination-white .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.substance-top-left .prodect-img{
	width: 100%;
	height: 100%;
}
.substance-top-left .onevieobox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.substance-top-left .video{
	width: 100%;
	height: 100%;
}
.substance-top-left .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/btn-right.png);
	width: 52px;
	height: 52px;
}
.substance-top-left .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/btn-left.png);
	width: 52px;
	height: 52px;
}
/* æ™•æŸ“æ•ˆæžœ */
.substance-top-left .play{
   /* width: 100px;
	height: 100px;
	*/
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 15;
	transform: translate(-50%,-50%);
}
.three-product .first-video{
	position: relative;
	flex: 1;
	width: 33.33%;
	height: 500px;
	overflow: hidden;
}
.three-product .first-video .first-img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.three-product  .first-list{
	width: 33.33%;
	height: 500px;
	overflow: hidden;
}
.three-product .first-list .first-img:hover,.three-product .first-video .first-img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3) 
}
.three-product .first-list .first-img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.three-product .first-video .play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* 动画效果 */
@keyframes rotate {
	0% {
		transform: rotateZ(0deg);
   }
	100% {
		transform: rotateZ(360deg);
   }
}
@keyframes rotateF {
	0% {
		transform: rotateZ(360deg);
   }
	100% {
		transform: rotateZ(0deg);
   }
}
@keyframes icon-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1) 
   }
	25% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75) 
   }
	50% {
		-webkit-transform: scale(1);
		transform: scale(1) 
   }
	75% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75) 
   }
	100% {
		-webkit-transform: scale(1);
		transform: scale(1) 
   }
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity:.9;
   }
	100% {
		transform: scale(3);
		opacity: 0;
   }
}
@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity:.9;
   }
	100% {
		transform: scale(6);
		opacity:0;
   }
}
#bigimghnre {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	max-height: 1000px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s 
}
#bigimghnre .black {
	background: rgb(0 0 0 / .6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all ease .5s 
}
#bigimghnre .black:hover {
	background: rgb(0 0 0 / .8) 
}
#bigimghnre.in {
	opacity: 1;
	visibility: visible;
	transition: all ease .5s 
}
.zhezi {
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-height: 80vh;
	height: 100% 
}
.zhezi video{
	width: 1920px;
	height: 700px;
}
.zhezi .xx {
	position: fixed;
	width: 32px;
	right:10%;
	top:49px;
	z-index: 123;
	background: rgb(0 0 0 / 50%) 
}
#bigimghnre .zhezi .xx img {
	width: 32px !important;
	height: auto;
	cursor: pointer 
}
.zhezi::-webkit-scrollbar {
	width: 0px 
}
.fast {
	position: fixed;
	right: 132px;
	bottom: 0px;
	z-index: 123;
	width: 240px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background: linear-gradient(-2deg, #795319 12%, #F3C988 99%);
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 40px;
	padding-left: 23px;
}
.fast img{
	margin-right: 12px;
}
.quotes{
	position: fixed;
	right: 132px;
	bottom:120px;
	background-color: #fff;
	z-index: 16;
	width: 260px;
	height: 450px;
	display: none;
	background: url(../images/dialogBack.png);
}
.quotes .close{
	text-align: right;
	display: inline-block;
	width: 100%;
	padding-right: 10px;
	padding-top: 10px;
	cursor: pointer;
}
.quotes .close img{
	width: 15px;
   	height: auto;
}
.quotes.on{
	display: block;
	animation: .6s zoomInA ease;
}
.qtit{
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.qtit img{
   width: 60px;
   height: 60px;
}
.qtit p{
   color: #333333;
   font-size: 14px;
   font-family: PingFangSC;
	line-height: 30px;
}
.fills{
	padding: 30px 24px 0 24px;
   margin-top: 40px;
}
.fills .fone{
	margin-bottom: 10px;
}
.fills .font-box{
	display: flex;
	height:20px ;
	line-height: 1;
	align-items: center;
}
.fills .font-box img{
	margin-right: 7px;
}
.fills p{
	line-height: 30px;
	font-size: 15px;
	color: #999;
}
.fills input{
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 0 19px;
	box-shadow: none;
	font-size: 16px;
}
.fills .fones input{
   height: 60px;
   color: #666;
}
.fills input::placeholder{
   color: #666;
}
.fills button{
	display: block;
	border: none;
	width: 154px;
	height: 30px;
	background: linear-gradient(-2deg, #795319 12%, #F3C988 99%);
	border-radius: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
}
/*侧边栏*/
.sidebtn{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 10;
	margin-top: -100px;
}
.sidebtn li{
	height: 50px;
	width: 50px;
	position: relative;
	margin-bottom: 10px;
}

.sidebtn li .icon{
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 2;
  	transition: all 0s;
}
.sidebtn li:first-child{
	width: 50px;
	height: 150px;
}
.sidebtn li .contact{
	display: inline-block;
	width: 50px;
	height: 100%;
	color: #fff;
	background: #BD965F;
	border-radius: 6px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	writing-mode:vertical-rl;
	cursor: pointer;
	font-weight: bold;
}
.product-nav .product-lists .items img{
	width: 100%;
}
.product-nav .product-lists .items.on{
    transform: translate(0, -1vw);
	animation-delay: .8s;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(179,179,179,0.45);
}
.product-nav .product-lists .items.on span{
	background: #AD864A;
}
.product-nav .product-lists .items.on .product-dialog{
	display: block;
}



 .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden
}

.overlay-box span {
	position: absolute;
    width: 100px;
    height: 100px;
	left: 56%;
    top: 74%;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-top: -50px;
    margin-left: -50px;
    line-height: 100px;
    border-radius: 50%;
    font-family: "flaticon";
    font-size: 30px;
    color:#f00;
    padding-left: 5px;
    background-color:#f4b14d;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.overlay-box span:hover {
    color: #fff;;
    background-color: #e53e29
}

 .ripple,.ripple:before,.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.first-video .overlay-box span {
	top: 50%;
	left: 50%;
}
.header-nav-lst{
	display: none;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253,167,0,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253,167,0,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253,167,0,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253,167,0,0)
    }
}

.box{ width:  810px; height: 500px;  overflow: hidden;position: relative;}
.box div{ width: 10%;  float: left; transition: all 1s;}
.box div img{  width:810px; cursor: pointer;}
.box:hover div{ width: 5%; }
.box div:hover{ width: 55%; }