:root{
	--main-color:#291a0e;
	--sub-color:#be956a;
}
*:focus {
	box-shadow: none !important;
}
/*header navbar ============================== */
header {
	width: 100%;
	height: 90px;
	background-color: var(--main-color);
}
.head {
	width: 94%;
	margin: 0 auto;
}
.head .logo {
	max-width: 350px;
}
.head .logo img {
	width: 100%;
}
.right {
	display: flex;
}
.nav ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}
.nav ul:after {
	clear: both;
}
.nav ul > li {
	float: left;
	position: relative;
	margin-left: 10px;
}
.nav a {
	display: block;
	padding: 6px 6px;
	line-height: 1.2em;
	color: #ffffff;
	font-size: 14px;
}
.nav a.on {
	color:var(--sub-color);
}
.nav a:hover {
	text-decoration: none;
	border-bottom: 2px solid var(--sub-color);
	transition: all .7s ease 0s;
	color: var(--sub-color);
}
.nav li ul {
	background: var(--main-color);
}
.nav li ul li {
	width: 170px;
}
.nav li ul a {
	border: none;
	font-weight: unset;
}
.nav li ul a:hover {
	color: var(--sub-color);
	font-weight: bold;
	border: none;
}

.nav3 ul > li:hover ul li {
	height: 30px;
}
.nav3 ul > li:hover ul li:last-child {
	padding-bottom: 20px;
}
.nav3 li ul {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9999;
}
.nav3 li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
.shop {
	width: 88px;
	height: 30px;
	margin-left: 20px;
	background-color: var(--sub-color);
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
}
.shop span {
	font-size: 12px;
	color: #ffffff;
}
.shop img {
	width: 12px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.nav-right {
	display: flex;
}
.phone-yong {
	display: flex;
	height: 30px;
	align-items: center;
	margin-left: 30px;
	position: relative;
}
.h-p {
	display: inline-block;
	color: #ffffff;
	vertical-align: text-top;
}
.h-pp {
	position: absolute;
	top: 0;
	width: 70px;
	height: 32px;
	line-height: 32px;
	background-color: var(--main-color);
	right: 30px;
	color: #ffffff;
	display: none;
	text-align: end;
}
.phone-yong a {
	width: 44px;
}
.phone-yong .one img {
	width: 18px;
	margin-right: 5px;
}

/*footer nav ============================== */
.index-sever {
	width: 100%;
	padding-top: 50px;
	background-color: #f9f9f9;
	padding-bottom: 50px;
}
.index-sever .index-sever-all {
	/*display: flex;*/
	/*justify-content: space-between;*/
}
.index-sever .index-sever-all .index-sever-one {
	/*width: 50%;*/
}
.index-sever .index-sever-all .index-sever-one ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index-sever .index-sever-all .index-sever-one ul li .sever-one {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.index-sever .index-sever-all .index-sever-one ul li dl {
	margin-top: 20px;
}
.index-sever .index-sever-all .index-sever-one ul li dl dt {
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}
.index-sever .index-sever-all .index-sever-two {
	/*width: 25%;*/
}
.index-sever .index-sever-all .index-sever-two .server-two-o {
	display: flex;
	align-items: center;
}
.index-sever .index-sever-all .index-sever-two .server-two-o img {
	width: 16px;
	height: 18px;
}
.index-sever .index-sever-all .index-sever-two .server-two-o .two-o-o {
	margin-left: 10px;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
}
.index-sever .index-sever-all .index-sever-two .server-two-o .two-o-p {
	font-weight: bold;
	margin-left: 20px;
	font-size: 24px;
	color: var(--sub-color);
}
.index-sever .index-sever-all .index-sever-two .server-two-chat {
	width: 100%;
	margin-top: 30px;
}
.index-sever .index-sever-all .index-sever-two .server-two-chat ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index-sever .index-sever-all .index-sever-two .server-two-chat ul li {
	width: 32%;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
.index-sever .index-sever-all .index-sever-two .server-two-chat ul li span {
	margin-top: 10px;
}
/*footer copyright ============================== */
.footer {
	width: 100%;
	background-color: var(--main-color);
	padding: 1.2em 0;
	line-height: 1.78;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
.footer-all .ft-o {
	margin-left: 40px;
	margin-top: 4px;
	vertical-align: middle;
}

/*index slides ============================== */
.banner {
	width: 100%;
	background-color: var(--main-color);
	margin-top: 90px;
}
.banner-swiper .swiper-button-next {
	color: #ffffff;
}
.banner-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
	outline: none;
}
.banner-swiper .swiper-button-prev {
	color: #ffffff;
	width: 30px;
	height: 30px;
}
.banner-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev {
	outline: none;
}
.banner-swiper .swiper-button-next, .swiper-button-prev {
	--swiper-theme-color: #ffffff; /* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px; /* 设置按钮大小 默认是44px */
}
.banner-swiper .swiper-pagination-bullet {
	background-color: #ffffff;
}
/*index goodsCats ============================== */
.index-one {
	width: 100%;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 77px;
	padding-bottom: 77px;
}
.index-one .goods_nav {
	width: 100%;
	height: 70px;

}
.index-one .goods_nav .swiper-slide {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #ffffff;
}
.index-one .goods_nav .swiper-slide img {
	width: 30px;
	height: 30px;
	margin-right: 28px;
}
.index-one .goods_nav .swiper-slide h2 {
	font-size: 100%;
}
.index-one .goods_nav .swiper-slide.swiper-slide-thumb-active {
	color: #fff;
	background-color: var(--main-color);
}
.index-one .goods_nav .swiper-slide.swiper-slide-thumb-active img {
	filter: invert(100%);
}
.index-one .goods_img {
	width: 100%;
	margin-top: 20px;
}
.index-one .goods_img .swiper-slide {
	position: relative;
}
.index-one .goods_img .swiper-slide img{
	width: 100%;
}
.index-one .goods_img .swiper-slide .index-button {
	font-size: 12px;
	line-height: 35px;
	position: absolute;
	top: 80%;
	left: 50%;
	width: 160px;
	height: 35px;
	cursor: pointer;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.4);
}
/*index about us ============================== */
.about {
	background: var(--main-color);
	padding-top: 85px;
	padding-bottom: 85px;
}
.about .ab_box {
	margin-top: 70px;
}
.about .ab_box .ab_l {
	padding: 60px 40px;
	background-color: #fff;
}
.about .ab_box .ab_l .tit h2 {
	margin-top: 50px;
	font-size: 26px;
	line-height: normal;
	padding-bottom: 5px;
}
.about .ab_box .ab_l .tit .en {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666;
}
.about .ab_box .ab_l .tit .cn {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	margin-top: 5px;
	padding-bottom: 10px;
	color: #000;
	border-bottom: 4px solid #aaa;
}
.about .ab_box .ab_l .con {
	font-size: 15px;
	line-height: 2;
	margin-top: 25px;
	/*padding-right: 30px;*/
	text-align: justify;
	color: #666;
}
.about .ab_box .ab_l .con p {
	padding-top: 10px;
	text-indent: 2em;
}
.about .ab_box .ab_l .more {
	display: block;
	width: 160px;
	height: 42px;
	margin-top: 40px;
	text-align: center;
	background: var(--main-color);
}
.about .ab_box .ab_l .more .txt {
	font-size: 14px;
	line-height: 42px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
	color: #fff;
}
.about .ab_box .ab_l .more .ico {
	display: inline-block;
	width: 17px;
	height: 8px;
	margin: 0 2px;
	transition: all 0.3s;
	vertical-align: middle;
	background: url(../img/jj.png) no-repeat;
	background-size: cover;
}
.about .ab_box .ab_r{
	background-color: #fff;
	padding: 0;
	position: relative;
	transition: background-color .5s;
}
.about .ab_box .ab_r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .5s;
}
.about .ab_box .ab_r ul li:last-child {
	margin-right: 0;
}
.about .ab_box .ab_r ul li {
	float: left;
	overflow: hidden;
	width: 32%;
	margin-right: 1.9%;
}
.about .ab_box .ab_r ul li a {
	position: relative;
	display: block;
}
.about .ab_box .ab_r ul li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in;
	transform: perspective(1000px) rotateX(180deg);
	transform-origin: bottom center;
	opacity: .8;
	background: var(--main-color);
}
.about .ab_box .ab_r ul li a .cont {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about .ab_box .ab_r ul li a .cont img {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 58px;
	height: auto;
	margin-left: -29px;
	transition: all 0.3s 0.3s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.about .ab_box .ab_r ul li a .cont .tit {
	position: absolute;
	bottom: 5.5%;
	left: 0;
	width: 100%;
	transition: all 0.3s 0.3s ease-out;
	text-align: center;
}
.about .ab_box .ab_r ul li a .cont .tit .en {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
.about .ab_box .ab_r ul li a .cont .tit .cn {
	font-size: 18px;
	line-height: 30px;
	display: block;
	color: #fff;
}
.about .ab_box .ab_r ul li a .tu {
	overflow: hidden;
}
.about .ab_box .ab_r ul li a .tu img {
	width: 100%;
	height: auto;
}

/*index lists ============================== */
.index-three {
	width: 100%;
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.index-three .li {
	/*width: 100%;*/
	position: relative;
}
.index-three .li a {
	cursor: pointer;
	font-size: 14px;
	color: var(--sub-color);
}
.index-three .li .t-img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.index-three .li .t-j {
	width: 100%;
	height: 50px;
	background-color: var(--main-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 80px;
}
.index-three .li .t-j img {
	width: 16px;
}
.index-three .li .t-mc {
	width: 100%;
	height: 384px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	display: none;
}
.index-three .li p {
	font-size: 16px;
	color: #666666;
	margin-top: 25px;
}
.index-three .li h2 {
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 25px;
}
.index-three .li:hover .t-img{
	background-color: #000;
}
.index-three .li:hover .t-img img {
	cursor: pointer;
	transform: scale(1.1);
	transition: transform 2s;
	opacity: .5;
}
/*index join us ============================== */
.index-four {
	width: 100%;
	position: relative;
}
.index-four .index-four-all {
	cursor: pointer;
	margin: auto;
	background-color: var(--main-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index-four .index-four-all h2 {
	color: #ffffff;
	font-size: 30px;
	margin-top: 20%;
}
.index-four .index-four-all p {
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.index-four .index-four-all img {
	width: 30px;
	height: 15px;
	margin: 40px auto 20%;
}
.index-four .index-four-all:hover h2 ,
.index-four .index-four-all:hover p {
	color: var(--sub-color);
}
@media (max-width: 992px) {
	.index-one{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.index-one .goods_nav{
		height: auto;
	}
	.index-one .goods_nav .swiper-slide h2{
		font-size: 12px;
		color: #666;
	}
	.index-one .goods_nav .swiper-slide{
		display: block;
		text-align: center;
		background-color: transparent;
	}
	.index-one .goods_nav .swiper-slide img{
		height: 34px;
		width: auto;
		margin: 0 auto 15px;
	}
	.index-one .goods_nav .swiper-slide.swiper-slide-thumb-active{
		color: var(--main-color);
		background-color: transparent;
	}
	.index-one .goods_nav .swiper-slide.swiper-slide-thumb-active img{
		filter:unset;
	}
	.index-one .goods_img {
		padding-bottom: 50px;
	}

	.about{
		padding: 0!important;
		background: #fff;
	}
	.about .title_box{
		display: none;
	}
	.about .ab_box {
		padding-top: 30px;
		margin-top: 0;
		padding-top: 0;
	}
	.about .ab_box .ab_l{
		background-color: var(--main-color);
		margin-bottom: 4em;
		color: #fff;
		padding:10%  5%;
	}
	.about .ab_box .ab_l .tit h2{
		margin-top: 1em;
		font-size: 22px;
		font-weight: bold;
	}
	.about .ab_box .ab_l .tit .en{
		font-size: 14px;
	}
	.about .ab_box .ab_l .tit .en,
	.about .ab_box .ab_l .con{
		color: #fff;
	}
	.about .ab_box .ab_l .con p{

	}
	.about .ab_box .ab_l .t-img{
		filter: invert(100%);
	}
	.about .ab_box .ab_l .more{
		background-color: var(--sub-color);
	}
	.about .ab_box .ab_r {
		/*margin-top: 4em*/
	}
	.about .ab_box .ab_r ul li a .mask {
		display: none
	}
	.about .ab_box .ab_l .con {
		/*padding-right: 0;*/
	}
	.index-three{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 1024px) {
	.about .ab_box .ab_l .more:hover .ico {
		transform: translateX(10px);
	}
	.about .ab_box .ab_r ul li a:hover .mask {
		transform: perspective(1000px) rotateX(0deg);
	}
	.about .ab_box .ab_r ul li a:hover .cont img {
		top: 29%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.about .ab_box .ab_r ul li a:hover .cont .tit {
		bottom: 31%;
	}
}
@media (max-width: 576px) {
	.about .ab_box .ab_l{
		margin-bottom: 2em;
	}
	.index-four .index-four-all h2{
		font-size: 20px;
	}
	.index-four .index-four-all p{
		font-size: 12px;
	}
	.index-four .index-four-all img{
		width: 26px;
		height: auto;
	}
}
/*index news ============================== */
.index-five {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px
}
.titlec {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.left h3 {
	font-size: 24px;
	color: #333333;
}
.titlec .right {
	font-size: 16px;
	color: #666666;
}
.index-x {
	width: 1px;
	height: 16px;
	background-color: #666666;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 4px;
}
.five-new {
	width: 80%;
	margin: auto;
	margin-top: 60px;
}
.five-item-all {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto
}
.five-item-all a {
	width: 24.5%;
	cursor: pointer;
}
.five-item-all a .item h2 {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	margin-top: 20px;
}
.five-item-all a .item p {
	font-size: 12px;
	color: #999999;
	margin-top: 40px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 16px;
}
.five-item-all a .item .item-t {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.five-item-all a .item .item-t .item-s-o {
	font-size: 14px;
	color: #be956b;
	font-weight: bold;
}
.five-item-all a .item .item-t .item-s-t {
	font-size: 14px;
	color: #666666;
}
.titlec .right a:hover {
	color: var(--sub-color);
}
.newswiper {
	width: 100%;
	margin: auto;
	margin-top: 30px;
}
.newswiper .swiper-slide {
	font-size: 18px;
	background: #ffffff;
}
.newswiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newswiper .swiper-slide a {
	width: 100%;
}
.newswiper .swiper-slide .item {
	position: relative;
}
.newswiper .swiper-slide .item h2 {
	width: 100%;
	font-weight: unset;
	color: #333333;
	font-size: 18px;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newswiper .swiper-slide .item p {
	width: 100%;
	height: 40px;
	color: #999999;
	line-height: 20px;
	font-size: 12px;
	margin-top: 20px;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newswiper .swiper-slide .item .item-s-t {
	color: #666666;
	font-size: 14px;
}
.newswiper .swiper-slide .item .item-t {
	margin-top: 15px;
}
.newswiper .swiper-pagination{
	position: unset;
	margin-top: 1em;
}
.newswiper .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background-color: black;
	z-index: 999;
	opacity: 1
}
.newswiper .swiper-pagination-bullet {
	background-color: #999999;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #999999;
}
.newswiper .swiper-slide .item .item-img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.newswiper .swiper-slide .item .n-mc {
	width: 100%;
	height: 172px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	display: none;
}
.newswiper .swiper-pagination-bullet-active {
	background: #ffffff;
	border: 2px solid #ad9d91;
}
.newswiper .swiper-slide .item:hover .item-img {
	background-color: #000;
}
.newswiper .swiper-slide .item:hover .item-img img {
	cursor: pointer;
	transform: scale(1.1);
	transition: transform 2s;
	opacity: .5;
}

/*layout ==================================================================*/
.nav-banner {
	width: 100%;
	margin-top: 90px;
}
.nav-er {
	width: 100%;
	height: 95px;
	border-bottom: 1px solid #cccccc;
}
.nav-er .nav-all,
.nav-er .nav-all ul,
.nav-er .nav-all ul li{
	height: 100%;
}
.nav-er .nav-all ul {
	width: 100%;
	display: flex;
	align-items: center;
}
.nav-er li + li{
	margin-left: 75px;
}
.nav-er a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #666666;
	font-size: 16px;
}
.nav-er a.on {
	color: var(--sub-color);
	border-bottom: 1px solid var(--sub-color);
}
.body-title h2 {
	font-size: 30px;
	color: #cccccc;
	font-weight: unset;
	text-transform: uppercase;
}
.body-title h3 {
	font-size: 30px;
}
.right-f{width: 64px;position: fixed; bottom: 20%;right: 0;background-color: #FFF;z-index: 9999;}
.right-f .right-f-all{width: 100%;border-left: 1px solid #BE956A; border-top:1px solid #BE956A;}
.right-f .right-f-all .right-f-one{width: 100%;height: 60px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;}
.right-f .right-f-all .right-f-one h2{width: 30px;font-size: 12px;color: #666;letter-spacing: 1px;font-weight: unset;}
.right-f .right-f-all .right-f-two{width: 100%;height: 60px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.right-f .right-f-all .right-f-two img{width: 18px;height: 18px;}
.right-f .right-f-all .right-f-two p{font-size: 12px;color: #666;margin-top: 8px;}
.right-f .right-f-all .right-f-three{width: 100%;height: 60px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.right-f .right-f-all .right-f-three img{width: 18px;height: 18px;}
.right-f .right-f-all .right-f-three p{font-size: 12px;color: #666;margin-top: 8px;}
.right-f .right-f-all .right-f-four{width: 100%;height: 60px;border-bottom:1px solid #BE956A;background-color: #BE956A; display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer}
.right-f .right-f-all .right-f-four img{width: 16px;height: 12px;}
.right-f .right-f-all .right-f-four p{font-size: 12px;color: #FFF;margin-top: 8px;}


.right-f-t{width: 64px;height: 245px;position: fixed; bottom: 20%;right: 0;background-color: #FFF;z-index: 9999;}
.right-f-t .right-f-all{width: 100%;height: 243px;border-left: 1px solid #BE956A; border-top:1px solid #BE956A;}
.right-f-t .right-f-all .right-f-one{width: 100%;height: 80px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;}
.right-f-t .right-f-all .right-f-one h2{width: 30px;font-size: 14px;color: #666;letter-spacing: 1px;font-weight: unset;}
.right-f-t .right-f-all .right-f-two{width: 100%;height: 80px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.right-f-t .right-f-all .right-f-two img{width: 25px;height: 25px;}
.right-f-t .right-f-all .right-f-two p{font-size: 12px;color: #666;margin-top: 8px;}
.right-f-t .right-f-all .right-f-three{width: 100%;height: 80px;border-bottom:1px solid #BE956A;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.right-f-t .right-f-all .right-f-three img{width: 25px;height: 28px;}
.right-f-t .right-f-all .right-f-three p{font-size: 12px;color: #666;margin-top: 8px;}
.right-f-t .right-f-all .right-f-four{width: 100%;height: 80px;border-bottom:1px solid #BE956A;background-color: #BE956A; display: flex;align-items: center;justify-content: center;flex-direction: column;}
.right-f-t .right-f-all .right-f-four img{width: 25px;height: 16px;}
.right-f-t .right-f-all .right-f-four p{font-size: 16px;color: #FFF;margin-top: 8px;}
/*layout about ====================*/
.brand-jz {
	width: 100%;
	padding-top: 60px;
}
.brand-jz .brand-zj-one {
	padding-bottom: 100px;
}
.brand-jz .brand-zj-one .brand-zj-one-o {
	margin-top: 35px;
}
.brand-jz .brand-zj-one .brand-zj-one-j p {
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
}
/**/
.brand-wh {
	width: 100%;
	background:var(--main-color);
	padding-top: 100px;
	padding-bottom: 100px;
}
.brand-wh .body-title h2 {
	color: var(--sub-color);
}
.brand-wh .body-title h3 {
	color: #ffffff;
}
.brand-wh .brand-wh-one p {
	font-size: 16px;
	color: #ffffff;
	padding-top: 20px;
	font-family: "OPPOSansr";
}
.brand-wh .brand-wh-two {
	margin-top: 55px;
}
.brand-wh .bli {
	background-color: #ffffff;
	position: relative;
}
.brand-wh .bli .brand-wh-p {
	width: 100%;
}
.brand-wh .bli .brand-wh-t {
	width: 86%;
	height: 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.brand-wh .bli .brand-wh-b {
	position: absolute;
	width: 100%;
	height: 0;
	bottom:80px;
	background-color: var(--main-color);
	overflow: hidden;
	transition: height 0.5s;
}
.brand-wh .bli .brand-wh-b div {
	display: flex;
	color: #ffffff;
	width: 88%;
	margin: auto;
	margin-top: 15px;
	font-size: 16px;
}
.brand-wh .bli .brand-wh-b h3 {
	color: #ffffff;
	width: 86%;
	margin: auto;
	margin-top: 20px;
}
.brand-wh .bli .brand-wh-b h4 {
	color: #ffffff;
	width: 86%;
	margin: auto;
	font-weight: unset;
	margin-top: 10px;
}
.brand-wh .bli:hover .brand-wh-b {
	padding-top: 60px;
	height: calc(100% - 80px);
}
/**/
.home-s9 {
	width: 100%;
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 1) url("../img/zc-b.jpg") no-repeat center fixed;
	background-size: cover;
}
.home-s9 .container {
	padding-top: 130px;
	padding-bottom: 230px;
	color: #ffffff;
	display: flex;
	justify-content: center;
}
.home-s9 .all {
	width: 315px;
	height: 285px;
	background-color: var(--sub-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-s9 .all .h2 {
	font-size: 30px;
}
.home-s9 .all .h3 {
	font-size: 18px;
	margin-top: 10px;
}
.home-s9 .all .d-x {
	width: 44px;
	height: 44px;
	margin-top: 50px;
	cursor: pointer;
}
.home-s9 .all .d-x .vr-b {
	display: none;
}
.home-s9 .all .d-x:hover .vr-b {
	display: block;
}
.home-s9 .all .d-x:hover .vr-y {
	display: none;
}
/**/
.znqd {
	padding-top: 95px;
	padding-bottom: 80px;
}
.znqd h2 {
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.znqd p {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}
.znqd .ul {
	margin-top: 30px;
}
.zhxt {
	padding-bottom: 100px;
}
.zhxt h2 {
	text-align: center;
	font-size: 30px;
	color: #333333;
}
.zhxt p {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}
.zhxt .zhxt-one {
	margin-top: 50px;
}
.zhxt .zhxt-one ul {
	display: flex;
	justify-content: space-around;
}
.zhxt .zhxt-one ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.zhxt .zhxt-one ul li img {
	width: 60px;
}
.zhxt .zhxt-one ul li span {
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
@media (max-width: 992px){

	.body-title h2{
		display:none;
	}
	.body-title h3{
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
		font-weight: bold;
		margin-top:0;
	}
	.body-title.t2{
		margin-bottom: 20px;
	}
	.body-title.t2 h3{
		font-size: 20px;
		font-weight: unset;
		margin:0;
	}
	.brand-wh .brand-wh-one p,
	.body-title.t2 p {
		font-size: 12px;
		margin-top: 4px;
		letter-spacing: 2px;
		text-align: center;
	}

	.home-s9{
		background: #fff;
	}
	.home-s9 .container{
		padding-top: 30px;
		padding-bottom: 30px;
		color: initial;
		display: block;
	}
	.znqd{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.zhxt h2,
	.znqd h2{
		font-size: 16px;
		text-align: unset;
	}
	.zhxt p,
	.znqd p{
		font-size: 12px;
		margin-top: 25px;
		color: #666;
		line-height: 20px;
		text-align: justify;
	}
	.zhxt p br,
	.znqd p br{
		display: none;
	}

}
@media (max-width: 576px){
	.brand-jz{
		padding: 50px 0;
	}
	.brand-jz .brand-zj-one{
		padding-bottom: 0;
	}
	.brand-jz .brand-zj-one .brand-zj-one-j p{
		font-size: 15px;
		line-height: 1.75;
		/*margin-top:1.2em;*/
	}
	.zhxt{
		padding-bottom: 50px;
	}
	.zhxt .zhxt-one{
		margin-top: 22px;
	}
	.zhxt .zhxt-one ul{
		flex-wrap: wrap;
		justify-content:unset;
	}
	.zhxt .zhxt-one ul li{
		width: 50%;
		flex-direction:row;
		justify-content: unset;
		margin-bottom: 18px;
	}
	.zhxt .zhxt-one ul li img{
		width: 30px;
	}
	.zhxt .zhxt-one ul li span{
		margin-top: 0;
		font-size: 12px;
		padding-left:1em;
	}
}
/*layout news ==================*/
#news_body,#newsDetail_body {
	width: 100%;
	padding-top: 190px;
	background-color: #f8f8f8;
	padding-bottom: 130px;
}
.crumbs {
	display: flex;
	height: 50px;
}
.crumbs .title {
	color: #666666;
	font-size: 16px;
}
.new-title {
	height: 70px;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
	color: #333333;
}
.news-one ul li {
	width: 100%;
	background-color: #ffffff;
	padding: 18px;
	margin-top: 25px;
	box-sizing: border-box;
}
.news-one ul li .new-img {
	width: 310px;
}
.news-one ul li .new-r {
	width: auto;
	margin-left: 70px;
}
.news-one ul li .new-r h2 {
	color: #333333;
	font-size: 18px;
	padding-top: 20px;
}
.news-one ul li .new-r p {
	padding-right: 30px;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-one ul li .new-r span {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.news-one ul li:hover .new-r h2 {
	color: var(--sub-color);
}
.news-one .page {
	width: 100%;
	margin-top: 40px;
	background-color: transparent;
}
.news-one .page ul {
	display: flex;
}
.news-one .page ul li {
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.news-one .page ul li:hover {
	background-color: var(--sub-color);
	border-radius: 5px;
	color: #ffffff;
}
.news-two {

}
.news-two .news-two-one {
	width: 100%;
	height: 50px;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.news-two .news-two-one h2 {
	width: 90px;
	height: 20px;
	color: #ffffff;
	margin-left: 30px;
	border-left: 2px solid var(--sub-color);
	padding-left: 20px;
}
.news-two .news-two-two {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 50px;
}
.news-two ul {
	width: 80%;
	margin: auto;
}
.news-two ul li {
	padding-top: 25px;
}
.news-two ul li h2 {
	font-size: 14px;
	margin-top: 6px;
	color: #666666;
	font-weight: unset;
}
/*newsDetail ===========*/
.news-one-o {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width:900px;
}
.news-one-o h2 {
	font-size: 28px;
	width: 90%;
	margin: auto;
	border-left: 3px solid var(--sub-color);
	padding-left: 20px;
	box-sizing: border-box;
}
.news-one-o h3 {
	width: 90%;
	margin: auto;
	font-weight: unset;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.news-content{
	width: 90%;
	margin: auto;
}
.news-one-t {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	max-width:900px;
}
.news-one-t-o a {
	display: block;
}
.news-one-t-o a+a{
	margin-top: 16px;
}
.news-one-t .news-one-t-n {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.news-one-t .news-one-t-n svg {
	width: 20px;
	margin-right: 6px;
}


/*layout goods ==================*/
.product .pro-one img{
	transition: transform .2s ease-in-out;
}
.product .pro-two {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}
.product .pro-two .pro-two-o {
	display: flex;
	font-size: 16px;
	color: #333333;
	width: 80%;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	padding-top: 25px;
}
.product .pro-two p {
	width: 80%;
	margin: auto;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.product .pro-zz {
	width: 100%;
	height: calc(100% - 80px);
	position: absolute;
	top: 0;
	align-items: center;
	justify-content: center;
	display: none;
}
.product .pro-zz h2 {
	color: #ffffff;
	font-size: 16px;
}
.product .gi-item:hover .pro-zz {
	display: flex;
}
.product .gi-item:hover .pro-one {
	background: #000;
}
.product .gi-item:hover .pro-one img{
	transform: scale(1.05);
	opacity: .5;
}
.product .page-pre {
	width: 1200px;
	margin: auto;
	margin-top: 55px;
}
.product .page-pre ul {
	width: 100%;
	display: flex;
}
.product .page-pre ul li {
	width: 40px;
	height: 40px;
	color: #999999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.product .page-pre ul li:hover {
	background-color: var(--sub-color);
	color: #ffffff;
}

/*layout pages*/
.pages  {
	margin: 20px auto 40px;
}
.pages  a {
	display: inline-block;
	margin-right: 10px;
	padding: 0px 18px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #969696;
	font-size: 14px;
	text-align: center;
}
.pages  a:hover {
	color: #FFF;
	background: var(--sub-color);
	border-radius: 5px;
}
.pages  a.red {
	border: none;
	background: var(--sub-color);
	color: #FFF;
	border-radius: 5px;
}
.pages  p {
	display: block;
	font-size: 12px;
	line-height: 2;
	color: #969696;
}

/*layout contact*/
.contentText h1, .contentText .h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	display: block;
	overflow: hidden;
	padding: 4px 0;
	color: #3e3a39;
}
.contentText h1 span, .contentText .h1 span {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	height: 28px;
	text-transform: uppercase;
	color: #b2b0b0;
}
.contentText .h1 {
	margin-top: 2em;
}
.contentText em {
	font-size: 15px;
	line-height: 2;
	max-width: 160px;
	text-align: center;
	color: #666;
}
.contentText em + em {
	margin-left: 18px;
}
.contentText em img {
	/*border: 1px solid #d9d9d9;*/
	/*border-radius: 5px;*/
}
.product,.p60 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.descBox{
	font-size:15px;
	line-height: 1.78;
}
@media (max-width: 992px) {
	.right-f{
		display: none;
	}
	.nav-er{
		height: auto;
	}
	.nav-er .nav-all ul{
		justify-content: center;
	}
	.nav-er a{
		padding: 10px 0;
		font-size: 14px;
	}
	.nav-er li + li{
		margin-left: 1.5em;
	}
	.product .pro-two{
		height: 52px;
	}
	.product .pro-two .pro-two-o{
		padding-top: unset;
		line-height:52px;
	}
	#news_body, #newsDetail_body{
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.new-title{
		height: auto;
		font-size: 20px;
		padding-top: 0;
	}
	.news-one ul li{
		margin-top: 15px;
		padding: 12px;
	}
	.news-one ul li .new-img{
		width: 100%;
	}
	.news-one ul li .new-r{
		width: 100%;
		margin-left: 0;
	}
	.news-one ul li .new-r p{
		padding:0;
		margin: 12px 0;
		line-height: 1.5;
	}

	.news-one-o{
		padding: 20px 18px;
	}
	.news-one-o h2{
		width: 100%;
		font-size: 20px;
		margin: auto;
		border-left: 0;
		padding-left: 0;
		font-weight: bold;
	}
	.news-content,
	.news-one-o h3{
		width: 100%;
		margin-bottom:0;
	}
	.news-one-t{
		margin-top: 24px;
	}
	.news-one-t-o{
		width: 100%;
	}
	.news-one-t-o a{
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 10px 12px;
		background: #fff;
		border-radius: 3px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.news-one-t-o a+a{
		margin-top: 5px;
	}
	.product,.p60 {
		padding-top: 40px;
		padding-bottom: 36px;
	}
	.contentText h1, .contentText .h1 {
		font-size: 22px;
		padding-bottom: 10px;
	}
	.contentText p {
		line-height: 2;
	}
	.footer-all .ft-o{
		margin-left: 0;
		display: block;
	}
	.index-sever{
		padding: 36px 0;
		text-align: center;
	}
	.index-sever .index-sever-all .index-sever-two .server-two-o{
		display: inline-flex;
	}

	/*.nav-banner-text{*/
	/*	top:0!important;*/
	/*	transform: translate(-50%,0);*/
	/*}*/
}