/*# sourceURL=/themes/pc/public/static2/css/style.css */
/*@ sourceURL=/themes/pc/public/static2/css/style.css */
/*@ sourceURL=/themes/pc/public/static2/css/style.css */
/* - pc端显示 - */



.pc {
	display: block;
}
/* - 手机端隐藏 - */



.mbl {
	display: none;
}
body {
	font-family: 'gotham', 'Arial', "PingFang SC", '微软雅黑';
}
/*开始你的内容创作之旅*/



.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.headTop {
	height: 80px;
	border-bottom: solid 1px rgba(255, 255, 255, .3);
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
	margin-bottom: 12px;
}
.logo {
	align-items: center;
}
.logo a {
	display: block;
}
.logo img {
	height: 50px;
}
.logoImg {
	font-size: 0;
	margin-right: 35px;
}
.logoTxt {
	margin-top: -1px;
}
.logoTxt span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}
 .logoTxt span:not(:last-child):after {
 content: "";
 width: 100%;
 height: 0;
 display: inline-block;
 margin-top: -17px;
}
 .logoTxt span:not(:last-child) {
 margin-bottom: 5px;
}
.logoTxt span:last-child {
	margin-top: -17px;
}
.headTel {
	font-size: 18px;
	color: #ba9954;
	margin-right: 70px;
}
.headTel img {
	margin-right: 5px;
}
.headCart {
	font-size: 18px;
	display: flex;
	color: #ba9954;
}
.headCart a {
	font-size: 18px;
	color: #ba9954;
}
.headCart img {
	width: 24px;
	margin-left: 20px;
	margin-right: 6px;
}
.headRt {
	align-items: center;
}
.nav {
	/*display: flex;*/
	/*display: -webkit-flex;*/
	justify-content: space-between;
	padding: 0 60px;
}
.nav:after, .nav:before {
	display: none;
}
.nav-a {
	font-size: 16px;
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: block;
}
.nav-a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.navLi.active .nav-a:after {
	visibility: visible;
	opacity: 1;
}
.cols {
	color: #ba9954;
}
/*



        banner



*/



.banner {
	position: relative;
	overflow: hidden;
}
.banner:after, .banner:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	right: 10.417%;
	top: 0;
	z-index: 8;
	display:none;
}
.banner:before {
	right: auto;
	left: 10.417%;
}
.swpBan .swiper-slide {
	height: 100vh;
}
.swpBan .swiper-slide .img_load {
/* visibility: hidden; */



}
.banFmBox {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}
.banFm {
	background-color: rgba(255, 255, 255, .5);
	padding: 30px 115px;
}
.banFm-row {
	margin: 0 -15px;
}
.banFm-col, .banFm-but {
	padding: 0 15px;
	float: left;
}
.banFm-col {
	width: 28.03%;
}
.banFm-but {
	width: 15.91%;
}
.banFm-col .div {
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 0 30px;
}
.banFm-col .lab {
	flex-shrink: 0;
}
.banFm-col .layInp, .banFm-but .but {
	height: 50px;
	font-size: 16px;
}
.banFm-col .layInp {
	color: #333;
	width: 100%;
	flex-shrink: 1;
	padding-left: 15px;
}
 .layInp::-webkit-input-placeholder {
 color: #b2b2b2;
}
.banFm-but .but {
	width: 100%;
	background-color: #ba9954;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(111, 85, 34, 0.36);
}
.swpBan .ban-page {
	position: absolute;
	right: 4.06%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	left: auto;
	bottom: auto;
}
.swpBan .ban-page .swiper-pagination-bullet {
	margin: 30px 0;
	position: relative;
	background-color: #fff;
	opacity: .5;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: block;
}
.swpBan .ban-page .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border: solid 1px #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swpBan .ban-page .swiper-pagination-bullet-active {
	opacity: 1;
}
.swpBan .ban-page .swiper-pagination-bullet-active:after {
	visibility: visible;
	opacity: 1;
}
/*banNav*/



.banNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 10.417%;
	height: 100%;
	z-index: 5;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.banNav .div {
	cursor: pointer;
}
.banNav .txt {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.slogan {
	position: absolute;
	top: 50%;
	right: 10.417%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 8;
	color: #fff;
	align-items: flex-end;
}
.slogan:after {
	content: "";
	width: 278px;
	height: 147px;
	background: url(https://www.zybxg360.com/template/index/image/ban-cubg.png) no-repeat center center/cover;
	position: absolute;
	top: 42px;
	right: 0;
	z-index: -1;
}
.slogan .counts {
	font-size: 160px;
	line-height: 130px;
}
.slogan .txt {
	font-size: 18px;
}
/*







*/



.idxAbout .container {
	padding: 150px 0 160px;
	border-left: solid 1px #e1e0e0;
	border-right: solid 1px #e1e0e0;
	position: relative;
}
.idxAbout .container:after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e1e0e0;
	position: absolute;
	top: 0;
	right: 34.21%;
}
.idxAbo-lt {
	width: 44.407%;
	padding: 0 60px;
	float: left;
}
.idxAbo-lt .title {
	font-size: 54px;
	color: #000000;
	margin-bottom: 60px;
}
.idxAbo-lt .btit {
	font-size: 20px;
	color: #000001;
	font-weight: bold;
	margin-bottom: 40px;
}
.idxAbo-lt .txt {
	font-size: 16px;
	line-height: 38px;
	color: #666666;
	margin-bottom: 80px;
}
.moreBut {
	width: 180px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	background-color: #ba9954;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.moreBut:hover {
	background-color: #000;
	color: #ba9954;
}
.moreBut.mauto {
	margin: auto;
}
.idxAbo-rt {
	width: 34.21%;
	float: right;
}
.idxAbo-rt .text {
	height: 110px;
	text-transform: uppercase;
	padding: 0 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.idxAbo-rt .vdo-but {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 110px;
	background-color: #ba9954;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.idxAbo-rt .vdo-but:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #ba9954;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxAbo-rt .vdo-but:hover:after {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}
/*







*/



.idxCounts {
	background-color: rgba(0, 0, 0, .5);
	padding: 60px 0;
}
.idxCounts:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(https://www.zybxg360.com/template/index/image/countbg.jpg) no-repeat center center/cover;
	z-index: -1;
}
.idxCounts .list {
	padding: 0 60px;
	justify-content: space-between;
}
.idxCounts .counts {
	font-size: 52px;
	color: #ba9954;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}
.idxCounts .counts .div, .dataBox .divs {
	position: relative;
}
.idxCounts .counts .countsSpan, .dataBox .countsSpan {
	visibility: hidden;
	opacity: 0;
}
.idxCounts .counts .counter, .dataBox .counter {
	position: absolute;
	top: 0px;
	left: 0;
}
.idxCounts .wan {
	font-size: 30px;
	position: relative;
	top: -10px;
	font-weight: bold;
}
.idxCounts .txt {
	font-size: 16px;
	color: #fff;
}
/*







*/



.idxTitle .tit {
	font-size: 60px;
	color: var(--dominant-color);
	font-family: PangMenZhengDao;
}
.idxTitle .txt {
	font-size: 16px;
	color: #666666;
	margin-top: 25px;
	line-height: 36px;
}
.idxTitle .txt span {
	margin: 0 15px;
}
.idxTitle.w .tit, .idxTitle.w .txt {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}
.idxTitle.ct {
	text-align: center;
	max-width: 1150px;
	margin: auto;
	width: 100%;
}
.idxYoushi .container {
	border-left: solid 1px rgba(0, 0, 0, .1);
	border-right: solid 1px rgba(0, 0, 0, .1);
}
.idxYshi-hd {
	padding: 90px 80px 80px;
	justify-content: space-between;
	align-items: center;
}
.idxYshi-li {
	width: 25%;
	float: left;
	border-right: solid 1px rgba(0, 0, 0, .1);
	border-top: solid 1px rgba(0, 0, 0, .1);
	padding: 60px 15px 75px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
 .idxYshi-li:nth-child(4n) {
 border-right: 0;
}
.idxYshi-li .div {
	width: 185px;
	margin-right: 20px;
}
.idxYshi-li .tit {
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxYshi-li:hover .tit {
	color: #ba9954;
}
.idxYshi-li .txt {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	opacity: .6;
	margin-bottom: 55px;
	height: 60px;
}
.idxYshi-li .icon {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxYshi-li:hover .icon {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*



        新闻列表



*/



.newsBox {
	padding: 95px 0 80px;
}
.newTuijian .moreBut {
	width: 160px;
}
.newTuijian {
	margin-top: 55px;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.newTj-dl a.ab {
	flex-direction: row-reverse;
}
.newTj-dl dd {
	width: 45.394%;
	background-color: #fdfbf7;
	padding:40px 80px 40px 80px;
	align-items: center;
}
.newTj-dl dt, .newTjBut {
	width: 54.606%;
	max-height:48vh;
}
.newTj-dl .hd {
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: solid 1px #eeeeee;
}
.newTj-dl .hd .date {
	font-size: 16px;
	color: #ba9954;
	margin-bottom: 15px;
	display: block;
}
.newTj-dl .hd .tit {
	font-size: 26px;
	line-height: 38px;
	color: #000000;
	font-weight: bold;
}
.newTj-dl .txt {
	font-size: 16px;
	color: #666666;
	line-height: 37px;
	margin-bottom: 50px;
}
.newTjBut {
	position: absolute;
	right: 0;
	justify-content: center;
	align-items: center;
	z-index: 2;
	bottom: 50px;
}
.newTuijian-pg {
	width: auto !important;
}
.newTuijian-but img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newTuijian-but {
	position: relative;
	font-size: 0;
}
.newTuijian-but .img-y {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.newTuijian-but:hover .img-w {
	visibility: hidden;
	opacity: 0;
}
.newTuijian-but:hover .img-y {
	visibility: visible;
	opacity: 1;
}
.newTuijian-pg {
	font-size: 16px;
	color: #fff;
	margin: 0 30px;
	font-family: BEBAS;
}

.newTuijian-pg span{
	font-family: BEBAS;
}
.newTuijian-pg .swiper-pagination-current {
	color: #ba9954;
}
.newsList {
	margin: -10px -15px 30px;
}
.newsCol {
	padding: 10px 15px;
}
.newsDl {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newsDl:hover {
	box-shadow: 0px 0px 12.61px 0.39px rgba(223, 167, 106, 0.14);
}
.newsDl dt {
	overflow: hidden;
	height: 300px;
}
.newsDl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newsDl:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsDl dd {
	padding: 35px 40px 40px;
	position: relative;
}
.newsDl dd:after, .newsDl dd:before {
	content: "";
	width: 0;
	height: 3px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newsDl dd:after {
	left: 0;
}
.newsDl dd:before {
	right: 0;
}
.newsDl:hover dd:after, .newsDl:hover dd:before {
	width: 100%;
}
.newsDl dd .tit {
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
	height: 68px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	word-break: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsDl:hover dd .tit {
	color: #ba9954;
}
.newsDl dd .date {
	font-size: 16px;
	color: #ba9954;
	font-family:BEBAS;
	
}
/*



        新闻详情



*/



.newPgLt, .newPgXguan {
	padding: 95px 0 80px;
}
.newPgLt {
	border-right: solid 1px #eeeeee;
	padding-right: 80px;
	width: 71.052%;
	float: left;
}
.newPgLt .hd {
	padding-bottom: 35px;
	border-bottom: solid 1px #eee;
	margin-bottom: 55px;
}
.newPgLt .hd .tit {
	font-size: 32px;
	color: #0b0b0b;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 42px;
}
.newPgLt .infoList {
	font-size: 16px;
	color: #888888;
}
 .newPgLt .infoList li:not(:last-child) {
 margin-right: 20px;
}
.bdBox img {
	max-width: 100%;
}
.bdBox {
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.newPgXguan {
	float: left;
	width: 28.947%;
	padding-left: 80px;
}
.newPgXguan .tit {
	font-size: 26px;
	color: #0b0b0b;
	margin-bottom: 25px;
}
.xguanDl {
	position: relative;
}
 .xguanDl:not(:last-child) {
 margin-bottom: 40px;
}
.xguanDl dt {
	position: relative;
}
.xguanDl dt:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("http://www.mohaogg.com/themes/pc/public/static2/css/../image/xguan-m.png") repeat-x top/auto 100%;
}
.xguanDl dd {
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 0 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.showPag-pv, .showPag-nt {
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #e5e5e5;
}
.showPag {
	justify-content: space-between;
	margin-top: 60px;
}
.showPag .moreBut {
	width: 160px;
	height: 46px;
	line-height: 46px;
}
.eThInves-box {
	padding: 95px 0 100px;
}
/*



        e3 - 招商加盟



*/



.eThInves-tj .list {
	flex-wrap: wrap;
	margin-top: 55px;
}
.eThInves-tj .icon {
	margin-right: 25px;
	flex-shrink: 0;
}
.eThInves-tj .icon img {
	border: solid 2px #ba9954;
	border-radius: 100%;
}
.eThInves-tj .divLi {
	border: solid 1px #eeeeee;
	margin-top: -1px;
	width: 25%;
	padding: 60px 60px 50px 50px;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
 .eThInves-tj .divLi:not(:last-child):hover {
 background-color: #ba9954;
}
 .eThInves-tj .divLi:not(:nth-child(4n)) {
 border-right: 0;
}
.eThInves-tj .list .txt {
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	height: 108px;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.eThInves-tj .list .divLi:hover .txt {
	color: #fff;
}
.eThInves-tj .count {
	position: absolute;
	bottom: 0;
	right: 35px;
	font-size: 66px;
	color: #ffffff;
	opacity: .15;
	line-height: 50px;
}
.divlast {
	flex-direction: column;
	align-items: center;
}
.divlast .tit {
	font-size: 18px;
	color: #000000;
	margin-bottom: 25px;
}
/*



        footer



*/



.footer .container {
	border-left: solid 1px rgba(255, 255, 255, .1);
	border-right: solid 1px rgba(255, 255, 255, .1);
}
.footer .footBtm {
	height: 300px;
}
.footTop {
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.footTop-one {
	padding: 95px 60px 80px;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
	justify-content: space-between;
}
.footTop-li {
	float: left;
}
 .footTop-li:not(:last-child) {
 margin-right: 90px;
}
.footTop-li .tit {
	margin-bottom: 25px;
	font-size: 0;
}
.footTop-li .tit a {
	font-size: 18px;
	color: #ffffff;
}
.footTop-li li {
	padding: 6px 0;
}
.footTop-li li a {
	font-size: 16px;
	color: #fff;
	opacity: .3;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footTop-li li:hover a {
	opacity: 1;
}
.footTop .infor {
	text-align: right;
}
.footTop .infor .lab {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footTop .infor .tel {
	font-size: 36px;
	color: #ba9954;
	margin-bottom: 10px;
}
.footTop .infor .address {
	font-size: 18px;
	color: #888888;
}
.footTop-two {
	padding: 30px 60px;
	justify-content: space-between;
	align-items: center;
}
.footTop-two .logo img {
	height: 80px;
}
.footTop-two .logoTxt span {
	font-size: 18px;
}
 .footTop-two .logoTxt span:not(:last-child) {
 margin-bottom: 0;
}
.footEwm {
	margin: 0 -10px;
}
.footEwm dl {
	padding: 0 10px;
	text-align: center;
}
.footEwm dt {
	padding: 5px;
	background-color: #fff;
}
.footEwm dt img {
	width: 103px;
}
.footEwm dd {
	color: #888888;
	margin-top: 10px;
}
.footBtm-ab {
	padding: 45px 60px;
	justify-content: space-between;
}
.footBtm-ab span, .footBtm-ab a {
	color: #888888;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footBtm-ab a:hover {
	color: #fff;
}
.footBtm-ab .div a, .footBtm-ab .div .gang {
	margin-left: 10px;
}
/*







*/



.idxNews {
	padding: 100px 0 110px;
}
.idxNews-hd {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 65px;
}
.idxNews-rt {
	align-items: center;
}
.idxNews-nav {
	margin-right: 70px;
}
.idxNews-nav li {
	float: left;
}
 .idxNews-nav li:not(:last-child) {
 margin-right: 25px;
}
.idxNews-nav li a {
	float: left;
	font-size: 16px;
	color: #666666;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxNews-nav li:hover a {
	color: #ba9954;
}
.allBut {
	font-size: 16px;
	color: #ba9954;
	display: block;
}
.allBut img {
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.idxNewsSwp {
	margin: 0 -20px;
	overflow: visible;
}
.idxNewsSwp .swiper-slide {
	width: 33.333%;
	padding: 0 20px;
}
.idxNews-dl {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxNews-dl:hover {
	box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, .1);
}
.idxNews-dl dt {
	position: relative;
}
.idxNews-dl dt .tit {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 25px;
}
.idxNews-dl dd {
	background-color: #fff;
	padding: 15px 30px 25px;
}
.idxNews-dl dd .div {
	padding: 22px 0;
}
 .idxNews-dl dd .div:not(:last-child) {
 border-bottom: solid 1px #e5e5e5;
}
.idxNews-dl dd .tit {
	font-size: 20px;
	color: #000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxNews-dl dd .div:first-child .tit {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.idxNews-dl dd .div:hover .tit {
	color: #ba9954;
}
 .idxNews-dl dd .div:not(:first-child) .tit {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.idxNews-dl dd .time {
	font-size: 16px;
	margin-top: 20px;
	color: #999999;
}
.idxNews-dl dd .allBut {
	margin-top: 15px;
}
/*







*/



.idxStai {
	position: relative;
}
.idxStai .idxTitle {
	position: absolute;
	top: 95px;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.idxStai-list {
	position: relative;
}
.idxStai-list li {
	position: absolute;
}
.idxStai-list li:after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0;
	-webkit-animation: idxStai 2s ease 0s infinite;
	animation: idxStai 2s ease 0s infinite;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
 @keyframes idxStai {
 0% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(1.5);
 opacity: 0
}
}
.idxStai-list li span {
	background-color: rgba(0, 0, 0, .6);
	display: block;
	overflow: hidden;
	border-radius: 100%;
	font-size: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxStai-list li:hover span {
	background-color: #ba9954;
}
.idxStai-list li:hover:after {
	border-color: #ba9954;
}
.idxStai-list li span img {
	width: 100%;
}
 .idxStai-list li:nth-child(1) {
 top: 35.051%;
 left: 16.718%;
 width: 3.906%;
}
 .idxStai-list li:nth-child(2) {
 top: 46.391%;
 left: 28.645%;
 width: 4.635%;
}
 .idxStai-list li:nth-child(3) {
 top: 47.835%;
 left: 49.0625%;
 width: 4.427%;
}
 .idxStai-list li:nth-child(4) {
 top: 41.546%;
 left: 57.239%;
 width: 3.437%;
}
 .idxStai-list li:nth-child(5) {
 top: 50.721%;
 left: 71.145%;
 width: 4.687%;
}
 .idxStai-list li:nth-child(6) {
 top: 80.721%;
 left: 31.25%;
 width: 4.427%;
}
.idxStai-fx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 2;
	display: none;
}
.idxStai-fx .ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.idxStai-img {
	width: 33.854%;
	margin-top: 150px;
	position: relative;
}
.idxStai-img .imgDiv {
	border-radius: 100%;
	overflow: hidden;
}
.idxStai-img .closeBut {
	position: absolute;
	background-color: #ba9954;
	border-radius: 100%;
	top: 10.461%;
	right: 10.461%;
	cursor: pointer;
}
/*







*/



.idxSi {
	height: 100vh;
	position: relative;
}
.idxSi .div {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 15px;
	width: 100%;
}
.idxSi .moreBut {
	margin: auto;
	margin-top: 60px;
}
.idxSi .idxTitle .txt {
	margin-top: 35px;
}
/*







*/



.idxPro {
	position: relative;
}
.idxPro-lt, .idxPro-img {
	width: 50%;
	height: 100vh;
	position: relative;
}
 .idxPro-lt::before {
 position: absolute;
 top: 0%;
 left: 0;
 width: 100%;
 height: 100%;
 content: "";
 background: rgba(255, 255, 255, .9);
}
.idxPro .idxTitle {
	position: absolute;
	top: 11.34vh;
	left: 10.417%;
	z-index: 2;
}
.idxPro-nav {
	position: absolute;
	bottom: 14.432vh;
	width: 30.989%;
	left: 10.417%;
	z-index: 2;
}
.idxPro-nav ul {
	margin: 0 -18px;
}
.idxPro-nav li {
	padding: 0 18px;
}
.idxPro-nav li .div {
	position: relative;
	cursor: pointer;
}
.idxPro-nav li .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	background-color: rgba(223, 167, 106, .6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxPro-nav li.active .tit {
	visibility: visible;
	opacity: 1;
}
.idxPro-nav li .imgDiv {
	overflow: hidden;
}
.idxPro-nav li img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxPro-nav li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.idxPro-tab {
	position: relative;
	background-color: #fff;
}
.idxPro-tab:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.idxPro-lt {
	position: relative;
}
.idxPro-tab .idxPro-r {
	width: 13.02%;
	border: solid 1px #dddddd;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10.417%;
	z-index: 3;
}
.idxPro-tab .idxPro-r .divs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-content: center;
}
.idxPro-lt .div {
	width: 32%;
	top: 50%;
	right: 17.291%;
	position: absolute;
	padding-top: 30px;
}
.idxPro-lt .tit {
	font-size: 36px;
	color: #333333;
	position: absolute;
	bottom: 100%;
	margin-bottom: 35px;
	left: 0;
}
.idxPro-lt .tit span {
	font-weight: bold;
}
.idxPro-lt .tit small {
	font-size: 18px;
	color: #666666;
	margin-left: 15px;
}
.idxPro-lt .txt {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.idxPro-lt .tit, .idxPro-lt .txt {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	-webkit-transition: all 0s ease 0.5s;
	transition: all 0s ease 0.5s;
}
.swiper-slide-active .idxPro-lt .tit, .swiper-slide-active .idxPro-lt .txt {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.swiper-slide-active .idxPro-lt .tit {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.swiper-slide-active .idxPro-lt .txt {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.idxPro-lt .moreSbut {
	height: 40px;
	position: absolute;
	right: 100%;
	width: 71.428%;
}
.idxPro-but {
	display: flex;
	display: -webkit-flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.idxPro-pvnt {
	position: relative;
	font-size: 0;
	cursor: pointer;
}
.idxPro-pvnt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxPro-pvnt .yimg {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.idxPro-pvnt:hover .himg {
	visibility: hidden;
	opacity: 0;
}
.idxPro-pvnt:hover .yimg {
	visibility: visible;
	opacity: 1;
}
.idxPro-but span {
	width: 1px;
	height: 20px;
	margin: 0 35px;
	background-color: #cccccc;
}
.idxPro-r .a-but {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 10px;
	font-size: 16px;
	color: #111c30;
	margin-top: 30px;
}
.idxPro-r .a-but:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 0;
}
.idxProTab-li {
	display: none;
}
.idxProTab-li.vis {
	display: block;
}
/*







*/



.idWhy .container {
	padding-top: 8.762vh;
	position: relative;
	padding-bottom: 23.195vh;
}
.idWhy .idxTitle .tit {
	display: flex;
	display: -webkit-flex;
}
.idWhy .idxTitle .tit .w, .idWhy .idxTitle .tit .b {
	width: 50%;
}
.idWhy .idxTitle .tit .w {
	color: #fff;
	text-align: right;
}
.idWhyBox {
	width: 29.296%;
	background-color: rgba(223, 167, 106, .08);
	border-radius: 100%;
	position: relative;
	margin: auto;
	margin-top: 16.494vh;
}
.idWhyBox:after, .idWhyBox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.idWhyBox:after {
	width: 141.573%;
	height: 141.573%;
	border: solid 1px rgba(160, 160, 160, .45);
}
.idWhyBox:before {
	width: 184.269%;
	height: 184.269%;
	border: solid 1px rgba(169, 169, 169, .35);
}
.idWhyBox .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.idWhyBox .title div {
	width: 54px;
	font-size: 54px;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 2px #ba9954;
	font-weight: bold;
	margin: 0 25px;
}
.idWhy-imgs {
	position: relative;
}
.idWhy-imgs:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://www.zybxg360.com/template/index/image/why-yuan.png) no-repeat center center/100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.147);
	transform: scale(1.147);
	animation: idWhy 20s linear 0s infinite;
}
 @keyframes idWhy {
 0% {
 transform: rotate(0deg) scale(1.147);
}
 100% {
 transform: rotate(360deg) scale(1.147);
}
}
.idWhyBox li .icon {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: #ba9954;
	border-radius: 100%;
}
.idWhyBox li .icoimg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background-color: #ba9954;
	width: 110px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.idWhyBox li {
	position: absolute;
	z-index: 3;
}
.idWhyBox li .txtDiv {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idWhyBox li .tit, .idWhyBox li .txt {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idWhyBox li .tit {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.idWhyBox li .txt {
	font-size: 16px;
	color: #888888;
}
 .idWhyBox li:nth-child(2n+1) .txtDiv {
 text-align: right;
 right: 45px;
 color: #fff;
}
 .idWhyBox li:nth-child(2n) .txtDiv {
 text-align: left;
 left: 45px;
 color: #000;
}
 .idWhyBox li:nth-child(1) {
 top: -13.483%;
 left: 15.280%;
}
 .idWhyBox li:nth-child(2) {
 top: -13.483%;
 right: 15.280%;
}
 .idWhyBox li:nth-child(3) {
 top: 11.685%;
 left: -35.483%;
}
 .idWhyBox li:nth-child(4) {
 top: 11.685%;
 right: -35.483%;
}
 .idWhyBox li:nth-child(5) {
 top: 64.269%;
 left: -42.047%;
}
 .idWhyBox li:nth-child(6) {
 top: 64.269%;
 right: -42.047%;
}
 .idWhyBox li:nth-child(7) {
 top: 93.258%;
 left: -6.292%;
}
 .idWhyBox li:nth-child(8) {
 top: 93.258%;
 right: -6.292%;
}
 .idWhyBox li:nth-child(9) {
 left: 49%;
 top: 119.550%;
}
.idWhyBox li:hover .icoimg {
	visibility: visible;
	opacity: 1;
}
.idWhyBox li:hover .txtDiv {
	padding: 0 50px;
}
/*







*/



.idxAdv {
	position: relative;
	padding: 150px 0px 20px;
	overflow: hidden;
}
.idxAdv .title {
	position: absolute;
	left: 10.417%;
	top: 12.371vh;
}
.idxAdv .h3tit {
	position: absolute;
	top: 12.371vh;
	right: 10.417%;
	width: 260px;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	text-align: right;
	font-weight: bold;
}
.btm-list {
	position: relative;
	border-bottom: solid 1px #dcdcdc;
	margin-top: 75px;
}
.btm-list li {
	width: 11.111%;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.btm-list li:after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #dcdcdc;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btm-list li .div {
	max-width: 70px;
	width: 100%;
	padding-bottom: 25px;
}
.btm-list li .count {
	font-size: 16px;
	color: #ba9954;
	margin-bottom: 5px;
	display: block;
}
.btm-list li .tit {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 48px;
}
.btm-list li.act .tit {
	color: #ba9954;
	font-weight: bold;
}
.btm-list li.act:after {
	height: 100%;
	background-color: #ba9954;
}
.btm-list li:hover .tit {
	color: #ba9954;
}
.btm-list li:hover:after {
	height: 100%;
	background-color: #ba9954;
}
/*







*/



.idxAdv-yuan {
	width: 41.842%;
	margin: auto;
	position: relative;
	border-radius: 100%;
}
.idxAdv-yuan .iGang {
	position: absolute;
	top: 50%;
	width: 100vw;
	height: 1px;
	background-color: #dcdcdc;
}
.idxAdv-yuan .iGang:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: rgba(223, 167, 106, .5);
	border-radius: 100%;
	position: absolute;
	top: 49.5%;
}
.idxAdv-yuan .iGang-lt {
	right: 100%;
}
.idxAdv-yuan .iGang-lt:after {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.idxAdv-yuan .iGang-rt {
	left: 100%;
}
.idxAdv-yuan .iGang-rt:after {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.idxAdv-yuan .imgDiv {
	background-color: rgba(223, 167, 106, .05);
	border-radius: 100%;
}
.idxAdv-yuan .yuan1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://www.zybxg360.com/template/index/image/yuan2.png) no-repeat center center/100%;
}
.idxAdv-yuan .yuan2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://www.zybxg360.com/template/index/image/yuan3.png) no-repeat center center/100%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.yuan-tit li {
	position: absolute;
}
.yuan-tit li .div {
	display: flex;
	display: -webkit-flex;
}
.yuan-tit li .count {
	font-size: 16px;
	color: #ba9954;
}
.yuan-tit li .tit {
	font-size: 20px;
	line-height: 26px;
	width: 90px;
	font-weight: bold;
	color: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.yuan-tit li.act .tit {
	visibility: visible;
	opacity: 1;
}
 .yuan-tit li:nth-child(1) {
 left: 50%;
 bottom: 100%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 text-align: center;
 margin-bottom: 5px;
}
 .yuan-tit li:nth-child(1) .div {
 flex-direction: column-reverse;
}
 .yuan-tit li:nth-child(1) .tit {
 margin-bottom: 15px;
}
 .yuan-tit li:nth-child(2) .tit,  .yuan-tit li:nth-child(3) .tit,  .yuan-tit li:nth-child(4) .tit,  .yuan-tit li:nth-child(5) .tit {
 margin-left: 15px;
}
 .yuan-tit li:nth-child(2) {
 top: 7.5%;
 left: 81.974%;
}
 .yuan-tit li:nth-child(3) {
 top: 39.308%;
 left: 100.628%;
}
 .yuan-tit li:nth-child(4) {
 top: 73.899%;
 left: 94.654%;
}
 .yuan-tit li:nth-child(5) {
 top: 97.484%;
 left: 67.010%;
}
 .yuan-tit li:nth-child(6) .div,  .yuan-tit li:nth-child(7) .div,  .yuan-tit li:nth-child(8) .div,  .yuan-tit li:nth-child(9) .div {
 flex-direction: row-reverse;
}
 .yuan-tit li:nth-child(6) .tit,  .yuan-tit li:nth-child(7) .tit,  .yuan-tit li:nth-child(8) .tit,  .yuan-tit li:nth-child(9) .tit {
 margin-right: 15px;
 text-align: right;
}
 .yuan-tit li:nth-child(6) {
 top: 97.484%;
 right: 67.010%;
}
 .yuan-tit li:nth-child(7) {
 top: 73.899%;
 right: 94.654%;
}
 .yuan-tit li:nth-child(8) {
 top: 39.308%;
 right: 100.628%;
}
 .yuan-tit li:nth-child(9) {
 top: 7.5%;
 right: 81.974%;
}
.idxAdvSwp .swiper-slide {
	height: auto;
}
.idxAdv-div {
	position: relative;
}
.idxAdv-li {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
 .idxAdv-li:nth-child(1) {
 left: 0;
}
 .idxAdv-li:nth-child(2) {
 right: 0;
 text-align: right;
}
.idxAdv-nav .tits {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	height: 54px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 60px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxAdv-nav .allBut {
	height: 54px;
	margin-top: 60px;
}
.idxAdv-nav .idxAdv-li.active .tits {
	font-size: 48px;
}
.idxAdv-yuan .img-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden !important;
	border: dashed 1px #ba9954;
	-webkit-border-radius: 9999px !important;
	-ms-border-radius: 9999px !important;
	-o-border-radius: 9999px !important;
	-moz-border-radius: 9999px !important;
	border-radius: 9999px !important;
}
.idxAdv-yuan .img-list li {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.idxAdv-yuan .img-list li.act {
	visibility: visible;
	opacity: 1;
}
.idxAdv-yuan .img-list li img {
	-webkit-transform: skew(-50deg) rotate(90deg);
	-o-transform: skew(-50deg) rotate(90deg);
	-ms-transform: skew(-50deg) rotate(90deg);
	-moz-transform: skew(-50deg) rotate(90deg);
	position: absolute;
	right: -100%;
	bottom: 0;
}
 .idxAdv-yuan .img-list li:nth-child(1) {
 transform: rotate(90deg) skew(50deg);
 -o-transform: rotate(90deg) skew(50deg);
 -ms-transform: rotate(90deg) skew(50deg);
 -moz-transform: rotate(90deg) skew(50deg);
 -webkit-transform: rotate(90deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(2) {
 transform: rotate(130deg) skew(50deg);
 -o-transform: rotate(130deg) skew(50deg);
 -ms-transform: rotate(130deg) skew(50deg);
 -moz-transform: rotate(130deg) skew(50deg);
 -webkit-transform: rotate(130deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(3) {
 transform: rotate(170deg) skew(50deg);
 -o-transform: rotate(170deg) skew(50deg);
 -ms-transform: rotate(170deg) skew(50deg);
 -moz-transform: rotate(170deg) skew(50deg);
 -webkit-transform: rotate(170deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(4) {
 transform: rotate(210deg) skew(50deg);
 -o-transform: rotate(210deg) skew(50deg);
 -ms-transform: rotate(210deg) skew(50deg);
 -moz-transform: rotate(210deg) skew(50deg);
 -webkit-transform: rotate(210deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(5) {
 transform: rotate(250deg) skew(50deg);
 -o-transform: rotate(250deg) skew(50deg);
 -ms-transform: rotate(250deg) skew(50deg);
 -moz-transform: rotate(250deg) skew(50deg);
 -webkit-transform: rotate(250deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(6) {
 transform: rotate(290deg) skew(50deg);
 -o-transform: rotate(290deg) skew(50deg);
 -ms-transform: rotate(290deg) skew(50deg);
 -moz-transform: rotate(290deg) skew(50deg);
 -webkit-transform: rotate(290deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(7) {
 transform: rotate(330deg) skew(50deg);
 -o-transform: rotate(330deg) skew(50deg);
 -ms-transform: rotate(330deg) skew(50deg);
 -moz-transform: rotate(330deg) skew(50deg);
 -webkit-transform: rotate(330deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(8) {
 transform: rotate(10deg) skew(50deg);
 -o-transform: rotate(10deg) skew(50deg);
 -ms-transform: rotate(10deg) skew(50deg);
 -moz-transform: rotate(10deg) skew(50deg);
 -webkit-transform: rotate(10deg) skew(50deg);
}
 .idxAdv-yuan .img-list li:nth-child(9) {
 transform: rotate(50deg) skew(50deg);
 -o-transform: rotate(50deg) skew(50deg);
 -ms-transform: rotate(50deg) skew(50deg);
 -moz-transform: rotate(50deg) skew(50deg);
 -webkit-transform: rotate(50deg) skew(50deg);
}
.idxAdv-yuan .img-list li {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
	font-size: 1.5em;
	overflow: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
	border: dashed 1px #ba9954;
}
/*



        产品中心



*/



.banText {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: left;
	width: 100%;
	padding: 0 10vw;
	color: #222;
}
.banText .tit-en {
	font-size: 56px;text-transform: uppercase;    font-family: BEBAS;    line-height: 1.8;letter-spacing: 1px;
}
.banText .tit-cn {
	font-size: 30px;
}
.proNav {
	background-color: #f9f9f9;
	border-bottom: solid 1px #f9f9f9;
}
.proNavSwp .swiper-slide {
	/*width: 16.666%;*/



    text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
}
.swiper-wrapper {
	display: flex;
	display: -webkit-flex;
}
.proNavSwp dl {
	padding: 24px 0;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proNavSwp dl:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.proNavSwp .active dl:after {
	visibility: visible;
	opacity: 1;
}
.proNavSwp .active dl {
	background-color: #fff;
}
.proNavSwp .swiper-slide:hover dl {
	background-color: #fff;
}
.proNavSwp .imgDiv {
	width: 51px;
	margin: auto;
	position: relative;
	margin-bottom: 15px;
}
.proNavSwp .imgDiv img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proNavSwp .imgDiv .actimg {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.proNavSwp dd {
	font-size: 18px;
	color: #000000;
}
.proNavSwp .active .imgDiv .imgs {
	visibility: hidden;
	opacity: 0;
}
.proNavSwp .active .imgDiv .actimg {
	visibility: visible;
	opacity: 1;
}
.proNavSwp .swiper-slide:hover .imgDiv .imgs {
	visibility: hidden;
	opacity: 0;
}
.proNavSwp .swiper-slide:hover .imgDiv .actimg {
	visibility: visible;
	opacity: 1;
}
/**/



.proSxuan-li {
	justify-content: space-between;
	padding: 30px 0;
}
.proSxuan-li {
	border-bottom: dashed 1px #e5e5e5;
}
.proSxuan-div {
	width: 94.736%;
}
.proSxuan .div-lab {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	flex-shrink: 0;
	width: 114px;
}
.proSxuan .div-list {
	width: 100%;
	overflow: hidden;
}
.proSxuan .list {
	margin: -8px -15px;
}
.proSxuan li {
	float: left;
	padding: 8px 15px;
}
.proSxuan li a {
	display: block;
	height: 34px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	border: solid 2px rgba(255, 255, 255, 0);
	padding: 0 16px;
}
.proSxuan li:hover a {
	color: #ba9954;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proSxuan li.active a {
	border-color: #ba9954;
	color: #ba9954;
}
.proSxuan .div-but {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #ba9954;
	cursor: pointer;
	display: none;
	flex-shrink: 0;
}
.proSxuan .div-but img {
	position: relative;
	/*top: -2px;*/



    margin-right: 5px;
}
/**/



.productList {
	padding-top: 80px;
	padding-bottom: 65px;
}
.proDl {
	position: relative;
	overflow: hidden;
}
.proDl dt {
	position: relative;
	overflow: hidden;
}
.proDl dt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	/*height: 100%;
    width: auto;
    min-height: 360px;
	*/ 
    
}

.proDl dt:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proDl:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.proDl:hover dt:after {
	background-color: rgba(0, 0, 0, 1);
}
.proDl dd {
	position: absolute;
	bottom: -55px;
	left: 0;
	width: 100%;
	padding: 50px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proDl:hover dd {
	bottom: 0;
}
.proDl dd .tit {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 10px;
}
.proDl dd .list {
	display: none !important;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
 .proDl dd .list li:not(:last-child) {
 margin-right: 30px;
 flex-shrink: 0;
}
.proDl dd .allBut {
	margin-top: 30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proDl:hover dd .allBut {
	visibility: visible;
	opacity: 1;
}
.pro-row {
	margin: -15px;
	margin-bottom: 45px;
}
.pro-col {
	padding: 15px;
}
/**/



.pagination {
	border-radius: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	padding-bottom:30px;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.pagination > li > a, .pagination > li > span {
	border: 0;
	border-radius: 0 !important;
	padding: 0 5px;
	position: relative;
	font-size: 18px;
	color: #333333;
	background-color: rgba(0, 0, 0, 0) !important;
	display: block;
	height: 38px;
	line-height: 38px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pagination > li a:after, .pagination > li span:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ba9954;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pagination > li.active a:after, .pagination > li.active span:after {
	visibility: visible;
	opacity: 1;
}
.pagination > li.pgPvnt a,  .pagination > li.pgPvnt span {
	height: 46px;
	line-height: 46px;
	width: 46px;
	font-size: 0;
	background-color: #e5e5e5 !important;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0;
}
.pagination > li.pgPvnt:hover a {
	background-color: #ba9954 !important;
}
.pagination > li.active a, .pagination > li.active span {
	color: #ba9954;
}
.pagination > li:hover a, .pagination > li:hover span {
	color: #ba9954;
}
.pagination > li.pgPv {
	margin-right: 40px;
}
.pagination > li.pgNt {
	margin-left: 40px;
}
/*



        产品详情



*/



.breadNav {
	background-color: #f9f9f9;
	padding: 25px 0;
}
.breadNav ul {
	align-items: center;
}
 .breadNav ul li:nth-child(1) {
 margin-right: 15px;
}
.breadNav ul li a {
	font-size: 16px;
	color: #999999;
}
.breadNav ul li.active a {
	color: #333333;
}
.breadNav ul .jian {
	margin: 0 10px;
}
.proPgtxBox {
	padding: 80px 0 100px;
	overflow: hidden;
}
.proPg-hd {
	justify-content: space-between;
	margin-bottom: 80px;
}
.proPg-lt {
	width: 50%;
	max-width: 595px;
	margin-right: 50px;
}
.proPg-lt .tit {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
}
.proPg-lt .txt {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 45px;
}
.proPg-lt .xqBut, .proPg-rt .xqBut {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #ba9954;
	display: block;
}
.proPg-rt .xqBut {
	display: none;
}
.proPg-rt {
	width: 50%;
	max-width: 570px;
}
.proPg-rt ul {
	margin: 0 -15px;
}
.proPg-rt ul:after {
	content: "";
	display: block;
	clear: both;
}
.proPg-rt li {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #333;
	padding: 15px;
}
.proPg-rt li .nm {
	color: #000;
	font-weight: bold;
}
.proPg-imglist {
	justify-content: space-between;
	position: relative;
}
.proPg-bigimg {
	width: 84.868%;
	margin-left: 0;
	margin-right: 0;
}
.proPg-rtswp {
	width: 13.815%;
	padding-bottom: 63px;
	position: relative;
	position: absolute;
	height: 100%;
	right: 0;
}
.proPg-but {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ba9954;
	height: 43px;
	justify-content: center;
	align-items: center;
}
.proPg-pv, .proPg-nt {
	padding: 0 30px;
	font-size: 0;
	cursor: pointer;display: block;
}
.proPg-nt {
	position: relative;
}
.proPg-nt:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.proPg-nt img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.proPg-smlimg {
	height: 100%;
}
.proPg-smlimg .swiper-slide {
	position: relative;
}
.proPg-smlimg .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #ba9954;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.proPg-smlimg .swiper-slide-thumb-active:after {
	visibility: visible;
	opacity: 1;
}
.proTit {
	text-align: center;
}
.proXqing {
	padding: 90px 0 100px;
}
.bjiqi-box {
	margin-top: 75px;
}
 .bjiqi-div:not(:last-child) {
 margin-bottom: 80px;
}
.bjiqi-div .tit {
	font-size: 36px;
	color: #000000;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.bjiqi-div .tit:after {
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0px;
	background-color: #ba9954;
}
.bjiqi-div .txt {
	font-size: 16px;
	line-height: 36px;
}
.bjiqi-div .text {
	width: 55.263%;
	padding: 0 105px;
}
.bjiqi-div .imgDiv {
	width: 44.737%;
}
.bjiqi-lt {
	flex-direction: row;
	align-items: center;
}
.bjiqi-rt {
	flex-direction: row-reverse;
	align-items: center;
}
/*







*/



.custTit {
	text-align: center;
}
.custTit .txt {
	margin-top: 15px !important;
	text-transform: uppercase;
}
.custBox {
	padding: 95px 0 100px;
}
.custBox-list {
	position: relative;
	margin: 55px 0;
}
.custBox-list .ab {
	justify-content: space-between;
	text-align: center;
}
.custBox-li {
	position: absolute;
}
.custBox-li i {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ba9954;
	border-radius: 100%;
}
.custBox-li .icon, .custBox-li .div {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custBox-li .icon {
	bottom: 100%;
	margin-bottom: 40px;
}
.custBox-li .div {
	top: 100%;
	margin-top: 40px;
	text-align: center;
}
.custBox-li .tit, .custBox-li .en {
	white-space: nowrap;
}
.custBox-li .tit {
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
}
.custBox-li .en {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.custBox-li .count {
	font-size: 16px;
	color: #ba9954;
}
 .custBox-li:nth-child(1) {
 top: 32.923%;
 left: 12.239%
}
 .custBox-li:nth-child(2) {
 top: 41.538%;
 left: 21.197%
}
 .custBox-li:nth-child(3) {
 top: 59.323%;
 left: 30.093%
}
 .custBox-li:nth-child(4) {
 top: 63.076%;
 left: 41.197%
}
 .custBox-li:nth-child(5) {
 top: 56.307%;
 left: 50.260%
}
 .custBox-li:nth-child(6) {
 top: 41.538%;
 left: 59.375%
}
 .custBox-li:nth-child(7) {
 top: 27.384%;
 left: 68.75%
}
 .custBox-li:nth-child(8) {
 top: 26.461%;
 left: 78.125%
}
 .custBox-li:nth-child(9) {
 top: 38.153%;
 left: 87.239%
}
.lCheng-list {
	/*justify-content: center;*/



    flex-wrap: wrap;
	flex-direction: column;
	position: relative;
}
.lCheng-box {
	position: relative;
	margin-top: 15px;
}
.lCheng-box:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: dashed 1px rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: 0;
}
.lCheng-li {
	width: 25%;
	padding: 60px 50px 40px;
	height: auto;
}
.lCheng-li .tit {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}
.lCheng-li .tit img {
	margin-right: 25px;
}
.lCheng-li .txt {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	height: 128px;
	margin-bottom: 15px;
}
.lCheng-li .div {
	max-width: 245px;
	width: 100%;
}
.lCheng-li .count {
	font-size: 16px;
	color: #ba9954;
}
 .lCheng-li:nth-child(1),  .lCheng-li:nth-child(2) {
 position: relative;
}
 .lCheng-li:nth-child(2) {
 -webkit-transform: translateX(50.2%);
 transform: translateX(50.2%);
}
 .lCheng-li:nth-child(3), .lCheng-li:nth-child(5), .lCheng-li:nth-child(7) {
 position: absolute;
 top: 0;
}
 .lCheng-li:nth-child(3) {
 left: 25%;
}
 .lCheng-li:nth-child(5) {
 left: 50%;
}
 .lCheng-li:nth-child(7) {
 left: 75%;
}
 .lCheng-li:nth-child(4), .lCheng-li:nth-child(6) {
 position: absolute;
 bottom: 0;
}
 .lCheng-li:nth-child(4) {
 left: 37.5%;
}
 .lCheng-li:nth-child(6) {
 left: 62.5%;
}
.lCheng-li i {
	position: absolute;
	left: 0;
	height: 70.428%;
	background-color: rgba(255, 255, 255, .3);
	width: 1px;
}
.lCheng-li i:after {
	content: "";
	width: 7px;
	height: 7px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3.7px;
}
 .lCheng-li:nth-child(2n+1) i {
 bottom: 0;
}
 .lCheng-li:nth-child(2n+1) i:after {
 bottom: 100%;
}
 .lCheng-li:nth-child(2n) i {
 top: 0;
}
 .lCheng-li:nth-child(2n) i:after {
 top: 100%;
}
.eThInves-shq .idxTitle .txt {
	line-height: 36px;
}
/*



*/



.layForm {
	max-width: 56.578%;
	margin: auto;
	margin-top: 55px;
}
.sqFm-row {
	margin: -10px;
}
.sqFm-col {
	padding: 10px;
}
.sqFm-col .div {
	background-color: #fff;
	align-items: center;
	padding: 0 35px;
}
.sqFm-col .div .lab {
	margin-right: 15px;
}
.sqFm-col .layInp {
	height: 56px;
	font-size: 16px;
	width: 100%;
}



::-webkit-input-placeholder {
 color: #a6a7ac;
}
.layTextarea {
	padding: 15px 35px;
	font-size: 16px;
	font-style: italic;
	width: 100%;
	height: 110px;
}
.sqFm-but {
	margin-top: 30px;
}
.sqFm-but .moreBut {
	height: 56px;
	line-height: 56px;
}
/*



        关于我们



*/



.aboOne {
	position: relative;
}
.aboOne-lt, .aboOne-rt {
	width: 50%;
}
.aboOne-lt {
	align-items: center;
	justify-content: center;
}
.aboOne-lt .div {
	width: 58.333%;
}
.aboTit {
	color: #000000;
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 35px;
}
.aboTit.en {
	font-size: 54px;
	text-transform: uppercase;
}
.aboTit.cn {
	font-size: 48px;
	font-weight: bold;
}
.aboTit.ct {
	text-align:center
}
.aboTit:after {
	content: "";
	width: 60px;
	height: 3px;
	background-color: #ba9954;
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboOne-lt .bigtxt {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 35px;
}
.aboOne-lt .txt {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.vdoBut {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #ba9954;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.vdoBut:after, .vdoBut:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: #ba9954;
	border-radius: 100%;
	opacity: .5;
}
.vdoBut:after {
	-webkit-animation: yuans 2s ease 0s infinite;
	animation: yuans 2s ease 0s infinite;
}
.vdoBut:before {
	-webkit-animation: yuans 2s ease 0.5s infinite;
	animation: yuans 2s ease 0.5s infinite;
}
 @keyframes yuans {
 0% {
 transform: scale(1);
 opacity: 0.5;
}
 100% {
 transform: scale(2);
 opacity: 0;
}
}
 @-webkit-keyframes yuans {
 0% {
 -webkit-transform: scale(1);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(2);
 opacity: 0;
}
}
.aboTwo {
	padding: 225px 0 245px;
	position: relative;
}
.aboTwo .ab {
	align-items: flex-start;
	justify-content: space-between;
}
.aboTwo .title {
	font-size: 56px;
	line-height: 62px;
	color: #fff;
	opacity: .5;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(90deg) translateX(-124px);
	transform: rotate(90deg) translateX(-124px);
	display: inline-block;
}
.aboTwo .ab .img {
	margin-top:3%;
}
.aboTwo .ab .img p img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.aboTwo .ab .img p {
	width:49%;
	float:left;
	margin-right:1%;
}
.aboTwo .title div {
	white-space: nowrap;
}
.aboTwo-rt {
	width: 40.131%;
}
.aboTwo-rt .txt {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	margin-top: 35px;
}
.aboTh-img {
	margin-bottom: 50px;
}
.aboJzguan-one .imgDiv {
	width: 126.315%;
	margin-right: -26.315%;
}
.aboThAb {
	flex-direction: row-reverse;
	width: 79.166%;
	max-width: 1400px;
	margin: AUTO;
}
.aboTh-list {
	width:100%;
	flex-shrink: 0;
}
.aboTh-li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 33.33%;
	padding: 0px 10px 50px;
	border-right: solid 1px #eeeeee;
}
.aboTh-li .div {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboTh-li:hover .div {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}
.aboTh-li .hd {
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.aboTh-li .hd:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.aboTh-li .tit {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboTh-li:hover .tit {
	color: #ba9954;
}
.aboTh-li .en {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
}
.aboTh-li .txt {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	height: 72px;
}
.aboThAb-tit {
	width: 20%;
	justify-content: center;
	margin-top: 160px;
}
.aboThAb-tit .en {
	font-size: 56px;
	line-height: 56px;
	color: #ba9954;
	opacity: .5;
	white-space: nowrap;
	transform-origin: 0 100%;
	-webkit-transform: rotate(90deg) translateX(-56px);
	transform: rotate(90deg) translateX(-56px);
	float: left;
	width: 56px;
	margin-left: 15px;
}
.aboThAb .idxTitle .tit {
	width: 48px;
	float: left;
}
/**/



.aboFo {
	padding: 95px 0 120px;
}
.aboFo-list {
	margin-top: 90px;
}
.aboFo-li {
	position: relative;
	width: 20%;
	border-right: solid 1px rgba(255, 255, 255, .2);
	padding: 95px 0 70px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboFoDl.ct {
	text-align: center;
}
.aboFoDl {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboFoDl.all {
	visibility: hidden;
	opacity: 0;
	width: 15.625vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.aboFo-li:hover .aboFoDl.all {
	visibility: visible;
	opacity: 1;
}
.aboFo-li:hover .aboFoDl.ct {
	visibility: hidden;
	opacity: 0;
}
.aboFo-li:hover {
	width: 26.973%;
}
.aboFoDl dt {
	margin-bottom: 35px;
}
.aboFoDl .hd {
	padding-bottom: 25px;
	position: relative;
}
.aboFoDl .hd:after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 0;
}
.aboFoDl.ct .hd:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.aboFoDl .tit {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}
.aboFoDl .en {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.aboFoDl .txt {
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	padding-top: 25px;
}
.aboJzguan {
	padding: 100px 0;
	overflow: hidden;
}
.aboJzguan .smlTit {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.aboJzguan .txt {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	width:90%;
}
.aboJzguan-lt {
	width: 50%;
	flex-shrink: 0;
}
.aboJzguan-lt .div {
	max-width: 540px;
	width: 90%;
}
.aboJzguan-one .imgDiv {
	width: 126.315%;
	margin-right: -26.315%;
}
.aboJzguan-two {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.aboJzguan-two .imgDiv {
	width: 540px;
	max-width: 45%;
}
/**/



.aboSix {
	padding: 100px 0;
	background-color: #f8f8f8;
}
.aboSixAb {
	justify-content: space-between;
}
.aboSix-lt {
	width: 100%;
}
.aboSix-lt .smlTit {
	font-size: 20px;
	font-weight: unset;
	color: #666;
	margin: 25px 0;
}
.aboSix-lt .txt {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 50px;
}
.aboSixRow {
	margin: -20px;
}
.aboSixCol {
	padding: 20px;
}
.aboSixBut {
	margin-top: 55px;
	justify-content: space-between;
}
.aboSix-pv, .aboSix-nt {
	position: relative;
	font-size: 0;
	cursor: pointer;
}
.aboSix-pv img, .aboSix-nt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboSix-pv .bimg, .aboSix-nt .bimg {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.aboSix-pv:hover .aimg, .aboSix-nt:hover .aimg {
	visibility: hidden;
	opacity: 0;
}
.aboSix-pv:hover .bimg, .aboSix-nt:hover .bimg {
	visibility: visible;
	opacity: 1;
}
.aboSixBut .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #cccccc;
	margin: 0 10px;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.aboSixBut .swiper-pagination-bullet-active {
	background-color: #ba9954;
}
.aboSix-img {
	width: 31.710%;
	background-color: #1a1a1c;
}
/*



        e1 - 招商加盟



*/



.jmOne {
	padding: 95px 0;
}
.jmOne .hd {
	justify-content: space-between;
}
.jmOne .hd .txt {
	width: 50%;
	max-width: 655px;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.jmOne-vr {
	position: relative;
	margin-top: 50px;
}
.jmOne-vrDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.jmOne-vrDiv .moreBut {
	margin-top: 30px;
	width: 160px;
}
.jm-down {
	width: 50px;
	font-size: 0;
	border: solid 1px rgba(223, 167, 106, .3);
	border-radius: 100%;
	margin-top: 20px;
}
.jm-down img {
	-webkit-animation: jmdown 1s ease 0s infinite;
	animation: jmdown 1s ease 0s infinite;
}
 @keyframes jmdown {
 0% {
 transform: translateY(-5px);
}
 60% {
 transform: translateY(5px);
}
 100% {
 transform: translateY(-5px);
}
}
 @-webkit-keyframes jmdown {
 0% {
 -webkit-transform: translateY(-5px);
}
 60% {
 -webkit-transform: translateY(5px);
}
 100% {
 -webkit-transform: translateY(-5px);
}
}
/**/



.jmTwo {
	padding: 90px 0 75px;
}
.jmTwo .idxTitle .txt {
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.jmTwoSwp {
	margin-top: 75px;
}
.jmTwoSwp .swiper-slide .text {
	position: absolute;
	top: 0;
	left:0;
	padding:20px;
	z-index: 10;
	color:#fff;
}
 .jmTwoSwp .swiper-slide::before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background: var(--dominant-color);
 opacity: 0;
 top: 0;
 left: 0;
 z-index: 1;
 transition: all 0.5s;
}
.jmTwoSwp .swiper-slide .text .title {
	font-size:24px;
	font-weight:600
}
.jmTwoSwp .swiper-slide .text .line {
	height:1px;
	width:20px;
	background:var(--dominant-color);
	margin: 10px 0;
}
.jmTwoSwp .swiper-slide .text .summary {
	font-size: 16px;
	opacity: 0;
	transition: all 0.5s;
}
 .jmTwoSwp .swiper-slide:hover::before {
 opacity: 0.8;
}
.jmTwoSwp .swiper-slide:hover .summary {
	opacity: 1;
}
.jmTwoSwp-but {
	text-align: center;
	margin: 0 30px;
	margin-top: 60px;
	font-size: 16px;
	color: #4f4f4f;
}
.jmTwoSwp-but .swiper-pagination-current {
	color: #ba9954;
}
.jmTwoSwp-but {
	justify-content: center;
	align-items: center;
}
.jmTwoSwp-pg {
	width: auto;
	margin: 0 40px;
}
/**/



.jmTh {
	padding: 155px 0 160px;
}
.jmThAb {
	justify-content: space-between;
}
.jmThAb .col {
	display: block;
	color: #ba9954;
}
.jmTh-lt.idxTitle .tit {
	font-style: italic;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 30px;
	line-height: 65px;
}
.jmTh-lt.idxTitle .tit:after {
	content: "";
	width: 55px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.jmTh-lt.idxTitle .entxt {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;    font-family: BEBAS;
    letter-spacing: 1px;
}
.jmTh-rt {
	width: 60.526%;
	justify-content: space-between;
}
.jmTh-rtli {
width: 360px;
    max-width: 40%;
	text-align:center
}
.jmTh-rtli .txt {
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	margin-top: 30px;
}
.jmTh-rtli .txt h3{font-size: 20px; margin-bottom:10px;}
/**/



.jmFo {
	padding: 100px 0;
}
.jmFolt {
	width: 54.657%;
	margin-top: 25px;
}
.jmFolt .idxTitle .txt {
	line-height: 36px;
}
.jmFo .list {
	margin-top: 65px;
}
.jmFo .list li {
	float: left;
	width:33.3%;
	padding: 35px 0;
}
.jmFo .list .counts {
	font-size: 36px;
	color: #ba9954;font-family: BEBAS;
}
.jmFo .list .txt {
	font-size: 18px;
	color: #666666;
}
.jmfo-img {
	width: 36.842%;
}
.jmFoAb {
	justify-content: space-between;
}
/**/



.jmFv {
	padding: 95px 0 105px;
}
.jmFv-list {
	justify-content: space-between;
	text-align: center;
	margin-top: 90px;
}
.jmFv-li {
	width: 210px;
}
.jmFv-list .imgs {
	width: 5.572vw;
	margin: auto;
	margin-bottom: 60px;
	position: relative;
}
.jmFv-list .imgs:after {
	content: "";
	width: 130.841%;
	height: 130.841%;
	border-radius: 100%;
	border: dashed 1px #ba9954;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 .jmFv-li:not(:last-child) .imgs:before {
 content: "";
 width: 13.0625vw;
 height: 1px;
 position: absolute;
 top: 50%;
 left: 100%;
 border-top: dashed 1px #ba9954;
 margin-left: 1.822vw;
}
.jmFv-list .imgs img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0px 2px 76.3px 32.7px rgba(223, 167, 106, 0.11);
}
.jmFv-list .tit {
	font-size: 24px;
	color: #000000;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
.jmFv-list .tit:after {
	content: "";
	width: 48px;
	height: 2px;
	background-color: #e5b785;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.jmFv-list .txt {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.jmFv .idxTitle .txt {
	line-height: 36px;
	color: #333;
}
/**/



.jmSix {
	padding: 130px 0 180px;
	overflow: hidden;
}
.jmSix .list {
	justify-content: space-between;
	margin-top: 80px;
}
.jmSix .list .counts {
	font-size: 52px;
	color: #ba9954;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}
.jmSix .list .counts .div {
	position: relative;
}
.jmSix .list .counts .dicounter {
	visibility: hidden;
	opacity: 0;
}
.jmSix .list .counts .counter {
	position: absolute;
	top: 0;
	left: 0;
}
.jmSix .list .counts small {
	font-size: 57.692%;
	font-weight: bold;
	position: relative;
	bottom: 10px;
}
.jmSix .list .txt {
	font-size: 16px;
	color: #ffffff;
}
/**/



.jmSev {
	padding: 95px 0;
}
.jmSev .txt {
	color: #666;
}
.jmSev .list {
	margin: -10px;
	margin-top: 45px;
}
.jmSev .list:after {
	content: "";
	display: block;
	clear: both;
}
.jmSev .list li {
	float: left;
	width: 16.666%;
	padding: 10px;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.jmSev .list li:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/**/



.e2invOne-lt, .e2invOne-rt {
	width: 50%;
	justify-content: center;
	padding: 100px 0;
	text-align: center;
}
.e2invOne-rt {
	background-color: rgba(223, 167, 106, .06);
}
.e2invOne-lt .div, .e2invOne-rt .div {
	width: 58.333%;
}
.e2invOne .idxTitle {
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
}
.e2invOne .idxTitle:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.e2invOne .text {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.e2invOne-lt .divHd {
	margin-bottom: 55px;
}
.e2invOne-rt .divHd {
	margin-top: 55px;
}
.e2invOne-lt .div {
	flex-direction: column;
}
.e2invOne-rt .div {
	flex-direction: column-reverse;
}
.e2invTwo {
	background-color: #241501;
	padding: 95px 0 120px;
}
/**/



.e2invTwo {
	padding: 90px 0 100px;
}
/**/



.e2invTh {
	position: relative;
	z-index: 1;
	padding: 90px 0 100px;
}
.e2invTh:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(223, 167, 106, .05);
	z-index: -1;
}
.e2invTlist {
	margin: 0 -20px;
	margin-top: 55px;
}
.e2invTli {
	float: left;
	width: 20%;
	padding: 20px;
	text-align: center;
}
.e2invTh-list {
	flex-wrap: wrap;
	margin-top: 20px;
}
.e2invTh-li {
	width: 50%;
}
 .e2invTh-li:nth-child(2n+1) {
 padding-right: 100px;
}
 .e2invTh-li:nth-child(2n) {
 padding-left: 100px;
}
.e2invTh-li .div {
	border-bottom: solid 1px #eeeeee;
	padding: 35px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.e2invTh-li .tit {
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
}
.e2invTh-li .txt {
	font-size: 16px;
	color: #666666;
}
.e2invTh-li .div .divHd {
	padding-right: 15px;
}
/**/



.e2invFo {
	padding: 100px 0;
}
.e2invFo-hd {
	justify-content: space-between;
	margin-bottom: 55px;
}
.e2invFo-nav {
	font-size: 16px;
	color: #ffffff;
}
.e2invFo-nav li {
	float: left;
	height: 54px;
	line-height: 54px;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
 .e2invFo-nav li:not(:last-child) {
 margin-right: 38px;
}
.e2invFo-nav li:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.e2invFo-nav li:hover {
	color: #ba9954;
}
.e2invFo-nav li:hover:after {
	visibility: visible;
	opacity: 1;
}
.e2invFo-nav li.active {
	color: #ba9954;
}
.e2invFo-nav li.active:after {
	visibility: visible;
	opacity: 1;
}
.e2invFo-dl .title {
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}
.e2invFo-dl .title:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 0;
}
.e2invFo-dl .title .en {
	font-size: 46px;
	line-height: 42px;
	color: #ba9954;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.e2invFo-dl .title .cn {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}
.e2invFo-dl .txt {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 40px;
}
.e2invFo-dl {
	justify-content: space-between;
}
.e2invFo-dl dt {
	width: 49.342%;
}
.e2invFo-dl dd {
	width: 42.763%;
	padding-top: 5px;
}
/**/



.e2invFv {
	background-color: #fafafa;
	padding: 90px 0 70px;
}
.e2invFv-lt, .e2invFv-img {
	float: left;
}
.e2invFv-lt {
	width: 32.263%;
}
.e2invFv-img {
	width: 67.737%;
}
.e2invFv-lt .list {
	margin-top: 100px;
	margin-bottom: 110px;
}
 .e2invFv-lt .list li:not(:last-child) {
 margin-bottom: 30px;
}
.e2invFv-lt .list .counts {
	font-size: 60px;
	color: #ba9954;
	display: flex;
	align-items: center;
}
.e2invFv-lt .list .txt {
	font-size: 18px;
	color: #666666;
}
.e2invFv-lt .text {
	font-size: 38px;
	color: #2a2a2a;
}
/**/



.e2invSx {
	padding: 105px 0 90px;
	overflow: hidden;
}
.e2invSxSwp {
	width: 55.921%;
	margin: auto;
	overflow: visible;
	margin-top: 55px;
}
.e2invSxSwp .imgDiv {
	-webkit-transform: scale(0.81153);
	transform: scale(0.81153);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.e2invSxSwp .swiper-slide-active .imgDiv,  .e2invSxSwp .swiper-slide-duplicate-active .imgDiv {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.e2invSx-but {
	border: solid 1px #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.e2invSx-but img {
	width: 9px;
}
.e2invSx-pv {
	left: -15.882%;
}
.e2invSx-nt {
	right: -15.882%;
}
/*



        2021.03.16



*/



body {
	position: relative;
}
.vdoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
	z-index: 91;
	display: none;
}
.vdoBox {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 92;
	max-width: 950px;
	display: none;
	width: 85%;
}
.vd-close {
	position: absolute;
	left: 100%;
	top: 0;
	cursor: pointer;
}
.yList-li {
	display: none;
}
.yList-li.vis {
	display: block;
}
.idxPro-li {
	flex-direction: row-reverse;
}
.idxPro-li .moreBut {
	display: none;
}
.idxPro-but.idxNewsSwp-but {
	display: none;
}
/*



        menu 导航



*/



.menuBg {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 89.583%;
	height: 100vh;
	z-index: 999;
	display: none;
}
.menuAb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-close {
	width: 11.627%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: rgba(223, 167, 106, .85);
	flex-shrink: 0;
}
.menu-close span {
	cursor: pointer;
}
.menu-list {
/*background-color: #fff;*/

    /**/

    /*width: 100%;*/

    /**/

    /*overflow: hidden;*/



}
.menu-li {
	width: 25%;
	border-right: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	margin-top: -1px;
	float: left;
	height: 50vh;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-li .tit {
	font-size: 24px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.menu-li .tit a {
	color: #000000;
}
.menu-li .tit:after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.menu-li ul {
	height: 160px;
}
.menu-li li a {
	display: block;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}
.menu-li .txt {
	font-size: 18px;
	color: #4e4e4e;
	margin-top: 25px;
}
/*



        悬浮



*/



.showBut {
	position: fixed;
	background-color: #ba9954;
	border-radius: 50px 0 0 50px;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	display: none;
}
.showBut.vis {
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.showBut .div {
	height: 50px;
	width: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.showBut .div img {
	-webkit-animation: showbut 1s ease 0s infinite;
	animation: showbut 1s ease 0s infinite;
}
 @keyframes showbut {
 0% {
 transform: translateX(3px);
}
 60% {
 transform: translateX(-3px);
}
 100% {
 transform: translateX(3px);
}
}
 @-webkit-keyframes showbut {
 0% {
 -webkit-transform: translateX(3px);
}
 60% {
 -webkit-transform: translateX(-3px);
}
 100% {
 -webkit-transform: translateX(3px);
}
}
.xfBox {
	position: fixed;
	right: -90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	background-color: #ba9954;
	border-radius: 20px 0 0 20px;
	display: none;
}
.xfBox.vis {
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.xfBox li {
	position: relative;
}
.xfBox li a {
	display: block;
	width: 90px;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: solid 1px rgba(255, 255, 255, .15);
}
.xfBox li .tit {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
}
.shouBut {
	background-color: rgba(255, 255, 255, .3);
	border-radius: 0px 0px 0px 17px;
	text-align: center;
	height: 25px;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.shouBut img {
	-webkit-animation: showbut 1s ease 0s infinite;
	animation: showbut 1s ease 0s infinite;
}
 @keyframes showbut2 {
 0% {
 transform: translateX(-3px);
}
 60% {
 transform: translateX(3px);
}
 100% {
 transform: translateX(-3px);
}
}
 @-webkit-keyframes showbut2 {
 0% {
 -webkit-transform: translateX(-3px);
}
 60% {
 -webkit-transform: translateX(3px);
}
 100% {
 -webkit-transform: translateX(-3px);
}
}
.xfWxdiv {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.xfWxdiv img {
	width: 170px;
}
.xfBox li:hover .xfWxdiv {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tanFmBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
}
.tanFmBox {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	background-color: #fff;
	padding: 55px 70px 70px;
	max-width: 500px;
	width: 85%;
	display: none;
}
.tanFmBox .titHd {
	text-align: center;
	margin-bottom: 30px;
}
.tanFmBox .tit {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.tanFmBox .txt {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.tanFmBox .txt .col {
	color: #ba9954;
}
.tanFmDiv {
	display: flex;
	display: -webkit-flex;
	background-color: #f6f6f6;
	align-items: center;
	padding: 0 35px;
	margin-bottom: 25px;
}
.tanFmDiv label {
	margin-right: 10px;
}
.tanFmDiv .layput {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	width: 100%;
	height: 50px;
	font-size: 16px;
}
 .tanFmDiv .layput::-webkit-input-placeholder {
 color: #111c30;
 opacity: .5;
}
.tanFmBut .but {
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #ffffff;
	background-color: #ba9954;
	margin-top: 10px;
}
.tanFm-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.newTj-dl dd .div {
	width: 100%;
}
.newTj-dl .hd .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lCheng-pg, .aboFoSwp-pg {
	display: none;
}
/*



        2021.03.23



*/



.navLi {
	position: relative;
}
.navLi-div {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 150px;
	padding-top: 9px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
}
.navLi:hover .navLi-div {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navLi-div:after {
	content: "";
	width: 19px;
	height: 9px;
	background: url(https://www.zybxg360.com/template/index/image/nav-jiao.png) no-repeat center center/100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navLi-div ul {
	background-color: #fff;
	padding: 20px 15px;
}
.navLi-div ul li {
	padding: 10px 0;
}
.navLi-div ul li a {
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navLi-div ul li:hover a {
	color: #ba9954;
}
.navLi-div ul li.active a {
	color: #ba9954;
}
.navLi:hover .nav-a {
	color: #ba9954;
}
/*



        b3 - 产品优势



*/



.yYong {
	position: relative;
	padding-top: 95px;
}
.yYong-hdTit {
	margin-bottom: 55px;
}
.yYong-hdTit .tit {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.yYong-hdTit .en {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
}
.data-list {
	justify-content: space-between;
}
.data-list .counts {
	font-size: 52px;
	color: #ba9954;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
}
.data-list .txt {
	font-size: 18px;
	color: #000000;
}
.scope-list {
	border: solid 1px #eeeeee;
}
.scope-list li {
	padding: 25px 0;
	width: 16.666%;
	text-align: center;
}
 .scope-list li:not(:last-child) {
 border-right: solid 1px #eee;
}
.scope-list li .icon {
	margin-bottom: 20px;
}
.scope-list li .icon img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.scope-list li:hover .icon img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.yYong .dataBox {
	padding-bottom: 60px;
}
.scopeBox .div, .dataBox .div {
	width: 54.934%;
}
.scopeBox {
	padding: 50px 0 110px;
	background-color: #f9f9f9;
}
.yYongDiv {
	margin-top: 75px;
	position: relative;
}
.yyongImg {
	position: absolute;
	top: 0;
	right: 10.417%;
	width: 30.208%;
}
.yShiBox-li .icon {
	display: block;
	margin-bottom: 50px;
}
.yShiBox-li .icon img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.yShiBox-li:hover .icon img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.yShiBox-cl {
	margin-top: 110px;
}
.yShiBox-li {
	padding: 0 80px 30px;
	width: 25%;
	border-right: solid 1px rgba(255, 255, 255, .4);
}
.yShiBox-li .text {
	color: #fff;
}
.yShiBox-li .tit {
	font-size: 24px;
	margin-bottom: 25px;
}
.yShiBox-li .txt {
	font-size: 16px;
	line-height: 36px;
}
.yShiBox {
	padding: 95px 0 150px;
}
.pZhi-list {
	width: 44.078%;
	text-align: center;
}
.pZhi-list .tit {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.pZhi-list .list {
	border: solid 1px #eeeeee;
	flex-wrap: wrap;
	overflow: hidden;
	border-right: 0;
	margin-top: 45px;
}
.pZhi-list .list li {
	width: 33.333%;
	border-top: solid 1px #eee;
	margin-top: -1px;
	border-right: solid 1px #eee;
	padding: 35px 10px 25px;
}
.pZhi-list .list li .icon {
	margin-bottom: 20px;
}
.pZhi-list .list li .icon img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pZhi-list .list li:hover .icon img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pZhi-list .list li .txt {
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
}
.pZhi-list .list li .counts {
	font-size: 16px;
	color: #cccccc;
}
.pZhiBox {
	padding-top: 90px;
	padding-bottom: 110px;
}
.pZhiBoxCl {
	margin-top: 60px;
	justify-content: space-between;
}
.pZhi-rt .list, .pZhi-rt .list li {
	border-color: #e3dbd4;
}
.lNianTit .tit {
	font-style: italic;
}
.lNianTit .col {
	color: #ba9954;
}
.lNianTit .txt {
	font-size: 18px;
}
.lNianBox .text {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	width: 47.368%;
}
.lNianBox .ab {
	justify-content: space-between;
}
.lNianBox {
	padding: 325px 0 310px;
}
.proCase {
	padding: 90px 0 60px;
}
.proCaseSwp .swiper-slide {
	background-color: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.proCaseSwp .swiper-wrapper {
	align-items: stretch;
}
.proCase-dl {
	background-color: #fff;/* box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05); */



}
.proCase-dl dt {
	overflow: hidden;
}
.proCase-dl dt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proCase-dl:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.proCase-dl dd {
	padding: 30px 40px;
}
.proCase-dl .tit {
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proCase-dl:hover .tit {
	color: #ba9954;
}
.proCase-dl .txt {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
}
.proCase-dl .txt.div_teie {
	height: 90px;
}
.proCase-dl .list {
	border-top: solid 1px #eeeeee;
	padding-top: 25px;
	font-size: 16px;
	color: #666666;
}
 .proCase-dl .list li:not(:last-child) {
 margin-right: 35px;
}
.proCase-dl .list .icon {
	margin-right: 10px;
}
.proCase-dl .list .icon img {
	position: relative;
	top: -1px;
}
.proCaseSwp {
	margin-top: 55px;
}
.proCaseSwp-pg .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #afafaf;
	opacity: 1;
	margin: 0 10px;
}
.proCaseSwp-pg .swiper-pagination-bullet-active {
	background-color: #ba9954;
}
.proCaseSwp-pg {
	margin: 0 50px;
}
.proCaseSwp-but {
	width: 100%;
	justify-content: center;
	margin-top: 50px;
}
.showPag-pv a, .showPag-nt a {
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.showPag-pv:hover a, .showPag-nt:hover a {
	background-color: #ba9954;
}
.siXxiang {
	height: 78.041vh;
	max-height: 757px;
}
/* 2021.03.25 */



.bjiqi-div .text {
	padding: 0 !important;
	width: 44.737%;
}
.bjiqi-div {
	justify-content: space-between;
}
.siXxiang:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}
.idxSi .div {
	z-index: 2;
}
.proPg-smlimg .swiper-slide {
	cursor: pointer;
}
/*



        b4 - 明星榜单



*/



.proStar-list {
	padding-bottom: 100px;
}
.proStar-hd {
	padding-bottom: 60px;
}
.proStar-hd .idxTitle {
	width: 40%;
}
.proStar-hd .jm-down {
	background-color: #ba9954;
	box-shadow: 0px 1px 11.57px 1.43px rgba(223, 167, 106, 0.2);
}
.proStar-dl {
	padding: 35px;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proStar-dl:hover {
	box-shadow: 0px 1px 13px 0px rgba(223, 167, 106, 1);
}
.proStar-dl:hover .moreBut {
	background-color: #000;
	color: #ba9954;
}
 .proStar-dl:not(:last-child) {
 margin-bottom: 60px;
}
.proStar-dl .ab {
	align-items: center;
	justify-content: space-between;
}
 .proStar-dl:nth-child(2n+1) .ab {
 flex-direction: row-reverse;
}
.proStar-dl dt {
	width: 66.896%;
	overflow: hidden;
}
.proStar-dl dt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proStar-dl:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.proStar-dl dd {
	width: 30.689%;
	padding: 0 50px;
	text-align: center;
}
.proStar-dl .moreBut {
	margin: auto;
}
.proStar-dl .tit {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}
.proStar-dl .bQian {
	font-size: 18px;
	color: #ba9954;
	display: inline-block;
	border-bottom: solid 1px #ba9954;
	line-height: 20px;
	margin-bottom: 30px;
}
.proStar-dl .txt {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 55px;
	height: 160px;
	overflow: hidden;
}
.proStar-dl .topCounts {
	margin-bottom: 20px;
}
.vrRow {
	margin: -15px;
	margin-bottom: 60px;
}
.vrList {
	padding: 80px 0;
}
.vrCol {
	padding: 15px;
}
.vrDl, .vrDl dt {
	position: relative;
}
.vrDl dt .imgDiv {
	overflow: hidden;
}
.vrDl dt .imgDiv img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.vrDl:hover dt .imgDiv img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.vrDl dt:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(https://www.zybxg360.com/template/index/image/vr-btm.png) repeat-x left top;
	position: absolute;
	left: 0;
	top: 0;
}
.vrDl dd {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 45px;
	justify-content: space-between;
	align-items: center;
}
.vrDl dd .tit {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.vrDl dd .txt {
	color: #fff;
	font-size: 16px;
}
.vrDl .vr-ico {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.telBut {
	align-items: center;
	justify-content: center;
	width: 485px;
	height: 120px;
	border: solid 1px #ba9954;
	border-radius: 120px;
}
.telBut .icon {
	margin-right: 20px;
}
.telBut .nm {
	font-size: 22px;
	color: #000000;
}
.telBut .tel {
	color: #ba9954;
	font-size: 36px;
}
.fuwuBox {
	padding: 90px 0 100px;
}
.fuwuBox-hd {
	justify-content: space-between;
}
.fuwuBox-hd .idxTitle {
	max-width: 50%;
}
.fuwuList {
	margin: 0 -1px;
	margin-top: 60px;
}
.fuwuLi {
	padding: 0 1px;
	width: 12.5vw;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	flex-shrink: 0;
}
.fuwuLi-div {
	background-color: #fff;
	position: relative;
}
.fuwuLi-lt {
	width: 12.5vw;
	max-width: 100%;
	flex-shrink: 0;
	padding: 0 30px;
	text-align: center;
	height: 485px;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.fuwuLi-lt .counts {
	font-size: 55px;
	color: #000000;
	font-weight: bold;
	opacity: .1;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.fuwuLi-lt .icon {
	border: solid 2px #eeeeee;
	border-radius: 100%;
	display: inline-block;
	font-size: 0;
	margin-bottom: 35px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.fuwuLi-lt .tit {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.fuwuLi-lt .tit:after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #ba9954;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.fuwuLi-lt .txt {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
}
.fuwuLi-rt {
	width: 16.25vw;
	padding: 0 35px;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	-webkit-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	visibility: hidden;
	opacity: 0;
}
.fuwuLi.active {
	width: 36.184%;
}
.fuwuLi.active .fuwuLi-lt {
	background-color: #ba9954;
}
.fuwuLi.active .fuwuLi-lt .icon {
	border-color: #fff;
}
.fuwuLi.active .fuwuLi-lt .tit, .fuwuLi.active .fuwuLi-lt .txt, .fuwuLi.active .fuwuLi-lt .counts {
	color: #fff;
}
.fuwuLi.active .fuwuLi-lt .counts {
	opacity: 1;
}
.fuwuLi.active .fuwuLi-lt .tit:after {
	background-color: #fff;
}
.fuwuLi.active .fuwuLi-rt {
	visibility: visible;
	opacity: 1;
}
.fwLnianBox {
	padding: 90px 0 120px;
}
.fwLnian-li {
	width: 33.333%;
	text-align: center;
	overflow: hidden;
	float: left;
	padding: 0 15px;
}
.fwLnian-li .icon {
	margin-bottom: 45px;
	position: relative;
	display: inline-block;
}
 .fwLnian-li:not(:last-child) .icon:after, .fwLnian-li:not(:nth-child(1)) .icon:before {
 content: "";
 width: 300px;
 height: 1px;
 border-top: dashed 1px #ba9954;
 position: absolute;
 top: 50%;
}
.fwLnian-li .icon:after {
	left: 100%;
	margin-left: 45px;
}
.fwLnian-li .icon:before {
	right: 100%;
	margin-right: 45px;
}
.fwLnian-li .tit {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.fwLnian-li .tit:after {
	content: "";
	width: 48px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fwLnian-li .txt {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	max-width: 355px;
	margin: auto;
	width: 100%;
}
.fwLnian-list {
	margin-top: 95px;
}
.rYuBox {
	padding-bottom: 50px;
	padding-top: 95px;
}
.rYuBox .rYuBox-row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.rYuBox-row {
	margin: 0 -10px;
	margin-top: 55px;
}
.rYuBox-col {
	width: 20%;
	padding: 0 10px;
	float: left;
}
.rYuBox-col dt {
	margin-bottom: 30px;
	overflow: hidden;
	background: #f2f2f2;
}
.rYuBox-col dt img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rYuBox-col:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rYuBox-col dd {
	text-align: center;
}
.rYuBox-col .tit {
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
}
.rYuBox-col .txt {
	font-size: 16px;
	color: #666666;
}
.rYuBox-dl {
	margin-bottom: 45px;
}
.rYuXchang {
	background-color: #f8f8f8;
	padding-bottom: 100px;
	padding-top: 95px;
}
.rYuXchSwp .swiper-slide {
	width: 43.75vw;
	background-color: #fff;
}
.rYuXchSwp img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rYuXchSwp .swiper-button-prev, .rYuXchSwp .swiper-button-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.rYuXch-swp {
	position: relative;
	margin-top: 55px;
}
.rYuXch-swp .swiper-button-prev {
	left: 14.473%;
}
.rYuXch-swp .swiper-button-next {
	right: 14.473%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
.tactLt, .tactMap {
	height: 77.319vh;
	overflow: hidden;
}
.tactLt {
	width: 41.145%;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}
.tactLt .hd {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.tactLt .hd:after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tactLt .div {
	width: 74.683%;
	color: #fff;
	padding-right: 15px;
}
.tactLt .en {
	font-size: 56px;
	text-transform: uppercase;
}
.tactLt .tit {
	font-size: 26px;
}
.tactLt .list {
	font-size: 20px;
	line-height: 40px;
}
.tactMap #ccmap {
	height: 100% !important;
}
.sqFm-col .div {
	position: relative;
}
.sqFm-col .div .xing {
	font-size: 16px;
	color: #e00000;
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsVdo {
	padding: 75px 0 80px;
}
.newsVdo-bigli {
	position: relative;
	cursor: pointer;
	margin-bottom: 60px;
	margin-top: 55px;
}
.newsVdo-bigli .ddDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.newsVdo-but {
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, .3);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
.newsVdo-but img {
	width: 15px;
}
.newsVdo-bigli .tit {
	font-size: 24px;
	color: #ffffff;
}
.newsVdo-bigli .imgDiv {
	overflow: hidden;
}
.newsVdo-bigli .imgDiv img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newsVdo-bigli:hover .imgDiv img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsVdo-dl {
	cursor: pointer;
}
.newsVdo-dl dt {
	position: relative;
	overflow: hidden;
}
.newsVdo-dl dt .imgDiv img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newsVdo-dl:hover dt .imgDiv img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsVdo-dl dt .newsVdo-but {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.newsVdo-dl dd {
	padding: 35px 0;
}
.newsVdo-dl .tit {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsVdo-dl:hover .tit {
	color: #ba9954;
}
.newsVdo-row {
	margin: -10px -20px;
	margin-bottom: 30px;
}
.newsVdo-col {
	padding: 10px 20px;
}
.taleCon-lt {
	width: 550px;
	max-width: 50%;
}
.taleCon-lt .hd {
	margin-bottom: 160px;
}
.taleCon-lt .entit {
	font-size: 46px;
	color: #ba9954;
	text-transform: uppercase;
}
.taleCon-lt .cntit {
	font-size: 48px;
	color: #000000;
	font-weight: bold;
}
.taleCon-ab {
	justify-content: space-between;
	align-items: center;
}
.taleCon-ab .txt {
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}
.taleCon-ab .imgDiv {
	width: 40.526%;
}
.taleCon {
	padding: 100px 0;
}
.teamBox {
	padding-top: 95px;
}
.teamBox .txt {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}
.teamDiv {
	position: relative;
	margin-top: 75px;
}
.teamDiv .container {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 95px;
}
.mlGood {
	padding-top: 185px;
	padding-bottom: 100px;
}
.mlGood-top {
	justify-content: space-between;
	color: #fff;
	margin-bottom: 95px;
}
.mlGood-top .tit {
	margin-left: 17.105%;
	font-size: 48px;
	line-height: 70px;
}
.mlGood-top .txt, .mlGood-btm .rrt {
	width: 345px;
}
.mlGood-top .txt {
	font-size: 18px;
	line-height: 40px;
}
.mlGood-btm {
	color: #fff;
	justify-content: space-between;
}
.mlGood-btm .llt {
	line-height: 12px;
}
.mlGood-btm .rrt {
	font-size: 12px;
	line-height: 14px;
}
.joinZwei {
	width: 40%;
}
.joinDate {
	width: 20%;
	text-align: center;
}
.joinAdres {
	width: 20%;
	text-align: center;
}
.joinCzuo {
	width: 20%;
	text-align: right;
}
.joinCzuo span {
	width: 65px;
	text-align: center;
	display: inline-block;
}
.joinHd, .joinTab-hd {
	padding: 0 60px;
	align-items: center;
}
.joinHd {
	height: 64px;
	color: #fff;
	background-color: #ba9954;
	font-size: 18px;
	font-weight: bold;
}
.joinTab-hd {
	height: 68px;
	font-size: 18px;
	color: #999999;
	cursor: pointer;
}
.joinTab-hd .joinZwei {
	color: #333;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.joinTab-hd:hover .joinZwei {
	color: #ba9954;
}
.joinTab-hd.active .joinZwei {
	font-weight: bold;
	color: #ba9954
}
.joinTab-hd .joinCzuo {
	color: #ba9954;
}
.joinTab-hd .joinCzuo .jiao {
	margin-left: 5px;
}
.joinTab-hd .joinCzuo .jiao img {
	position: relative;
	top: -1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.joinTab-hd.active .joinCzuo .jiao img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.joinTab-li {
	border-bottom: solid 1px #eaeaea;
}
.joinTab-by {
	background-color: #fdfbf7;
	padding: 50px 60px 60px;
	display: none;
}
.joinTab-by .div {
	width: 50%;
	float: left;
}
.joinTab-by .div .tit {
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
}
.joinTab-by .div .txt {
	font-size: 16px;
	line-height: 33px;
	color: #666666;
}
 .joinTab-by .div:nth-child(1) {
 padding-right: 10px;
}
 .joinTab-by .div:nth-child(2) {
 padding-left: 10px;
}
.joinBox {
	padding: 95px 0px;
}
.joinList {
	margin: 55px 0 60px;
}
.sqCol .layui-form-select .layui-input {
	border: 0;
	height: 56px;
	padding-left: 0;
	font-size: 16px;
	padding-right: 15px;
}
.sqCol .layui-unselect {
	width: 100%;
}
.sqCol .layui-form-select .layui-edge {
	right: 0;
}
.sqCol .layui-form-select dl {
	top: 56px;
}
.sqCol .layui-form-selectup dl {
	top: auto !important;
	bottom: 56px;
}
.sqCol .layui-form-select dl dd.layui-this {
	background-color: #ba9954;
}
 .layTextarea.jshao::-webkit-input-placeholder {
 color: #a6a7ac;
}
.fzLicheng .idxTitle {
	max-width: 880px;
}
.fzLicheng {
	padding-top: 95px;
}
/**/



.timeline {
	position: relative;
	margin-top: 80px;
	padding-bottom: 60px;
}
.timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #e5e5e5;
}
.timeline .topico {
	width: 14px;
	height: 14px;
	background-color: #ba9954;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.timeline .topico:after {
	content: "";
	width: 50px;
	height: 50px;
	border: solid 1px #ba9954;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.timeline-div {
	width: 50%;
	position: relative;
	float: left;
	margin-bottom: 40px;
}
.timeline-div .div {
	position: relative;
	width: 88.815%;
	padding: 35px 65px 40px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);
	background-color: #FFF;
}
 .timeline-div:nth-child(2n+1) .div {
 float: left;
}
 .timeline-div:nth-child(2n) .div {
 float: right;
}
.timeline-div .div:after {
	content: "";
	width: 18px;
	height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.timeline-div i {
	width: 30px;
	height: 30px;
	background: url(https://www.zybxg360.com/template/index/image/yuanyuan.png) no-repeat center center/100%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	display: inline-block;
}



/* .timeline-div i::after{

    position: absolute;

    top: 50%;

    left: 50%;

    background-color: #ba9954;

    opacity: .4;

    border-radius: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

 

    width: 26px;

    height: 26px;

    content: "";

    transform: translate(-13px, -14px);

} */

.timeline-div:nth-child(2n+1) .div:after {
 left: 100%;
 background: url(https://www.zybxg360.com/template/index/image/jiaos.png) no-repeat center center/100%;
}
 .timeline-div:nth-child(2n+1) i {
 left: 100%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
 .timeline-div:nth-child(2n) i {
 right: 100%;
 -webkit-transform: translate(50%, -50%);
 transform: translate(50%, -50%);
}
 .timeline-div:nth-child(2) {
 margin-top: 70px;
}
 .timeline-div:nth-child(2n) {
 float: right;
 clear: right;
}
 .timeline-div:nth-child(2n) .div:after {
 right: 100%;
 background: url(https://www.zybxg360.com/template/index/image/jiaos2.png) no-repeat center center/100%;
}
.timeline-div .dateTime {
	color: #ba9954;
	font-size: 32px;
	margin-bottom: 20px;
}
.timeline-div .tit {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
}
.timeline-div .txt {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.timeline-h {
	max-height: 236px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f9ede1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ba9954;
	width: 2px;
}





/* IE浏览器版本兼容调试 */



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .timeline-h {
 height: 288px;
}
 .idWhyBox .title div {
 color: #ba9954;
}
}





/* 放置全部hover效果 */



@media screen and (min-width: 1200px) {
 .proDl:hover dt:after {
 background-color: rgba(0, 0, 0, .1);
}
}
.div_top {
	width: 100%;
}
.div_top .idxTitle.ct {
	text-align: left;
	max-width: initial;
}
.din_more {
	position: absolute;
	top: 46%;
	right: 4%;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.din_more img {
	width: 8px;
	margin-left: 10px;
}
.aboFo-li:last-child .aboFoDl.all {
	width: 11vw;
	left: 40%;
}
.searchFm {
	/* position: relative;

   */



    /* overflow: hidden; */

    width: 0px;
	/* width: 0px; */

    height: 45px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.headRt .ico-sch {
	position: relative;
	min-width: 10px;
}
.ico-sch img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.searchInp {
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, .3);
	border: solid 0px #535353;
	padding: 0 45px 0 25px;
	color: #999;
	position: relative;
	display: block;
	right: -20px;
	opacity: 1;
}
.schInpBut {
	position: absolute;
	right: -20px;
	top: 0;
	width: 65px;
	height: 100%;
	font-size: 0;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	cursor: pointer;
	z-index: 2;
}
/* .searchFm.act{

    width: 325px;

}.searchFm.act .searchInp{

    opacity: 1;

    width: 100%;

} */

.idxProTab-li {
	position: relative;
}
.ylinkNav {
	position: relative;
	float: right;
	list-style: none;
}
.ylinkNav li {
	float: left;
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
}
#youLianBox {
	width: 1329px;
	position: absolute;
	top: 100%;
	min-width: 100px;
	text-align: right;
	display: none;
	right: 0;
}
.ylinkNav .gang {
	margin: 0 20px;
	line-height: 20px;
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: middle
}
#youLianBox li {
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	float: none;
}
#youLianBox li a {
	color: #ffffff;
}
#youLianBox.vis {
	right: 0;
	visibility: visible !important;
	opacity: 1;
}
.aboJzguan-one .imgDiv {
	width: 50%;
	margin-right: -26.315%;
}
.aboJzguan-lt {
	width: 46%;
	flex-shrink: 0;
}
.aboThAb {
	display:inherit
}
.aboSixSwp {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.aboSixSwp .swiper-pagination-bullet-active {
	background-color: #ba9954;
}
.proPg-hd .proPg-rt {
	width: 62%;
	max-width: initial;
}
.proPg-hd .proPg-lt {
	width: 30%;
	margin-right: 50px;
	max-width: inherit;
}
.p_TabTitleBox {
	overflow: hidden;
	border-bottom: 2px solid #f3981c;
}
.d_DecTab.active {
	background: #ba9954;
}
.d_DecTab {
	float: left;
	height: 70px;
	width: calc((100% - 4px)/3);
	text-align: center;
	margin-right: 2px;
	padding: 0 25px;
	background: #e8e8e8;
	cursor: pointer;
}
.d_DecTab .p_DecTabA_1 {
	color: #fff;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
}
.d_DecTabtxt {
	font-size: 16px;
	color: #666666;
	border-top: 1px solid #f7f7f7;
	padding-top: 30px;
	line-height: 36px;
	clear: both;
}
.proPg-but img {
	max-width:16px;
}
.productList1 .proDl .imgDiv{position: relative;
padding-bottom: 72%;}
.productList1 .proDl .imgDiv img{ width:100%;
height:100%;
object-fit: cover;
transition:all .5s ease;
left: 50%!important;
top: 50%!important;
-webkit-transform: translate(-50%,-50%)!important;
-ms-transform: translate(-50%,-50%)!important;
transform: translate(-50%,-50%)!important;
position: absolute;}
.productList1 .pro-col{width: 33.33%;
    margin-top: 3%;}
	.li-tops-hovers {
    width: 10%;
    height: 50px;
    position: absolute;
    border: none;
    background: #ba9954;
}
@media screen and (max-width: 768px) {
.banText{
top: 25%;
}
}

.newPgLt table{width:100%!important;}
.newPgLt table tr:nth-child(1) td{font-size:19px; text-align: center; color: #ba9954; font-weight: bolder;}


.newPgLt td{padding:6px 10px!important; border-right:solid 1px #ddd!important; text-align:center;}
.newPgLt td:nth-child(1){min-width:46px;}

.newPgLt tr{border:solid 1px #ddd!important;}
.newPgLt tr:nth-child(2n){background:rgba(0,0,0,0.03)!important;}


