body{
	line-height: 1;
}
a {
	outline: none;
	color: #333;
}
.afzhan{
	font-family:"afzhan" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
img {
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
iframe {
	/* width: calc(100% + 17px); */
}
.iframe {
	overflow: hidden;
	height: 40px;
}
.w{
	width: 1600px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.BannerAdv {
	height: 360px;
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.BannerAdv.focus {
	height: 80px;
}
.topBannerAdv, .botBannerAdv {
	margin: 20px auto 0;
	display: none;
}
.bannerAdv-box {
	margin-top: 20px;
	position: relative;
}
.bannerAdv-box::after {
	content: "";
	width: 100%;
	height: 96px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.topBannerAdv, .botBannerAdv {
	display: none;
	position: relative;
	z-index: 10;
}
.banner-center {
	margin: 12px auto 0;
	overflow: hidden;
}
.ba-left {
	width: 1136px;
	float: left;
}
.ba-right {
	width: 434px;
	float: right;
}
/* .botBannerAdv {
	display: block;
} */
.topBannerAdv img,.botBannerAdv img {
	width: 100%;
}
.top-banner .banner-adv ul {
	width: calc(100% + 14px);
	margin: 0px 0 0 -7px;
}
.top-banner .banner-adv ul li .adv-item{
	margin: 15px 7px 0 7px;
}
.banner-adv-2 .banner-adv ul li .adv-item{
	margin: 26px 5px 0 5px;
}
.top-banner .banner-adv ul li:first-child .picHover{
	left: 0;
	right: auto;
}
.top-banner .banner-adv ul li .picHover {
	width: 890px;
	/* width: max-content;
	width: -webkit-max-content; */
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.top-banner .banner-adv ul li .adv-item img {
	image-rendering: -webkit-optimize-contrast;
}
.top-banner .banner-adv ul li .picHoverRight {
	left: auto;
	right: 0;
}
/* banner-adv */
.banner-adv {
	margin: 0 auto;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 0px 0 0 -6px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 12px 6px 0 6px;
	position: relative;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.banner-adv ul li .picHover{
	width: 400px;
	width: max-content;
	width: -webkit-max-content;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner-adv ul li .picHoverRight {
	left: auto;
	right: 0;
}
.banner-adv ul li .picHoverBot {
	bottom: 0;
	top: auto;
}
.banner-adv ul li:hover .picHover {
	z-index: 9999999;
	opacity: 1;
}
.banner-adv ul li:nth-child(5) .picHover {
	right: 0;
	left: auto;
}
.banner-adv ul li:last-child .picHoverBot {
	right: 0;
	left: auto;
}
.banner-adv-one {
	margin-top: 13px;
}
.banner-adv-two ul li .adv-item{
	margin: 24px 6px 0 6px;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.advs img {
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
@-webkit-keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  @keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
/* header */

#header{
	background: #f5f5f5;
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 13px;
	font-size: 14px;
	line-height: 40px;
	float: 	left;
}
#divLogin ul li a{
	color: #777777;
}
#divLogin ul li a:hover {
	color: #945d56;
}
#divLogin ul li a.login {
	color: #945d56;
	border-radius: 2px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	padding-left: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a,
.mobileTop a,
.mobile-app a,
.weMediaTop a,
.siteService a,
.siteNavTop a{
	color: #777777;
	padding-right: 15px;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -208px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img{
	width: 400px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -194px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img .item {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.mobile-img .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot .item .image, .weMediaBot .item .image, .mobile-img .item .image {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -136px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.weMediaBot .item, .mobileBot .item, .mobile-img .item {
	width: 120px;
	margin-right: 20px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}
.weMediaBot .item:last-child, .mobileBot .item:last-child, .mobile-img .item:last-child {
	margin-right: 0;
}
.weMediaBot .item b, .mobileBot .item b, .mobile-img .item b {
	font-weight: normal;
}
.weMediaBot .item p, .mobileBot .item p, .mobile-img .item p {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.weMediaBot p {
	font-size: 14px;
}
/* logo&搜索框 */
.top {
	margin: 20px auto;
}
.logo {
	float: left;
	width: 302px;
	margin-right: 60px;
}
.logo p {
	margin-top: 10px;
}

.searchBox {
	width: 740px;
	float: left;
	margin-top: 16px;
	height: 46px;
	background: #945d56;
	border-radius: 30px;
}
.search {
	width: 100%;
	height: 46px;
}
.search input {
	width: 540px;
	float: left;
	height: 42px;
	background: #fff;
	margin-top: 2px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #999;
	text-indent: 15px;
}

.search button {
	width: 108px;
	float: right;
	height: 42px;
	margin-top: 2px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	background: #945d56;
	border-radius: 0 30px 30px 0;
}
.search button i {
	margin-right: 8px;
}
.searchSelect {
	width: 90px;
	height: 42px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	background: #fff;
	border-radius: 30px 0 0 30px ;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-indent: 15px;
	border-right:1px solid #ddd;
	text-indent: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.searchSelectTop i {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
}
.searchSelectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #945d56;
	left: -2px;
	top: 42px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 20px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchSelectBot li:hover {
	background: #945d56;
	color: #fff;
}
.topAdv {
	width: 398px;
	float: right;
}
.topAdv a {
	float: right;
}
.hot p {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
}
.hot p i {
	color: #ff5858;
	margin-right: 6px;
	font-size: 16px;
}
.hot p a {
	margin-right: 16px;
}
.hot p a:hover {
	color: #945d56;
}
.notice{
	margin: 0 auto 24px;
	font-size: 14px;
	line-height: 25px;
	color: #ddd;
}
.notice a {
	color: #999;
	font-weight: normal;
	margin-right: 80px;
}
.notice a:hover{
	color: #945d56;
}
.notice a:last-child {
	margin-right: 0;
}
.notice b {
	width: 111px;
	height: 25px;
	background: url("../../../images/index/Version/2022/notice.png") no-repeat;
	background-size: contain;
	float: left;
	margin-right: 28px;
}
.notice p {
	overflow: hidden;
}
.notice a i {
	font-style: normal;
	background: -moz-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
	background: -ms-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
	height: 22px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	padding: 0 5px;
	text-indent: 0;
	margin-top: 2px;
	position: relative;
	margin-right: 9px;
}
.notice a i::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #0794eb;
	line-height: 0px;
	right: -6px;
	top: 7px;
}
.notice a:nth-child(odd) i {
	background: -moz-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
	background: -ms-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
}
.notice a:nth-child(odd) i::after {
	border-color: transparent transparent transparent #f57e00;
	line-height: 0px;
}

/* nav */
.nav {
	height: 56px;
	line-height: 56px;
	background-color:#945d56;
	white-space: nowrap;
}
.nav ul {
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 18px;
}
.nav ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav ul li a {
	color: #fff;
	padding: 0 38px;
	height: 56px;
	display: inline-block;
}
.nav ul li a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
	position: relative;
	top: 1px;
}
.nav ul li a:hover {
	background: #ed6d00;
}
.nav ul li a:hover i {
	-webkit-animation: jello-vertical 0.7s ;
	        animation: jello-vertical 0.7s ;
}
.nav ul li.new,.nav ul li.rz{
	position: relative;
}
.nav ul li.new a i img,.nav ul li a i.zzh img {
	width: 22px;
	vertical-align: top;
	margin-top: 17px;
}
.nav ul li.new::after {
	content: '';
	position: absolute;
	right: -14px;
	top: -5px;
	display: block;
	width: 60px;
	height: 20px;
	background: url("../../../images/new.png") no-repeat;
	background-size: contain;
}
.nav ul li.rz::after {
	content: '';
	position: absolute;
	right: -14px;
	top: -5px;
	display: block;
	width: 68px;
	height: 20px;
	background: url("../../../images/nav-rz.png") no-repeat;
	background-size: contain;
}
/* nav End */
.menuList {
	margin: 0 auto;
	height: 66px;
	margin: 0 auto;
	padding: 12px 0 12px 0;
	background: #fff;
	box-shadow: 0px 8px 10px #f4f3f3;
}
.menuList dl {
    float: left;
	width: 900px;
	padding-left: 15px;
	box-sizing: border-box;
}
.menuList dl.secondDl {
	width: 700px;
}
.menuList dl dt{
	width: 110px;
	float: left;
	line-height: 66px;
}
.menuList dl dt i{
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 50px;
	margin-top: -8px;
	margin-right: 10px;
	background: url('../../../Images/index/Version/2022/Subsite.png') no-repeat;
	background-size: contain;
}
.menuList dl.secondDl dt i {
	background: url('../../../Images/index/Version/2022/Subsite1.png') no-repeat;
	background-size: contain;
}

.menuList dl dt span{
	font-size: 20px;
	line-height: 50px;
	color: #ed6d00;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.menuList dl dd{
	float: left;
	width: calc(100% - 110px);
}
.menuList dl dd ul{
	float: left;
	width: 100%;
}
.menuList dl dd ul li{
	float: left;
	margin-top: 7px;
	/* overflow: hidden; */
}
.menuList dl dd ul li.borderR a{
	border-right: none;
}
.menuList dl dd ul li a {
	font-size: 16px;
	line-height: 18px;
	display: block;
	color: #333;
	margin-bottom: 15px;
	padding: 0 12px 0 12px;
	border-right: 1px solid #eeeeee;
	text-align: center;
	white-space: nowrap;
}
.menuList dl dd ul li a:hover{
	color: #ed6d00;
}
/* 简化样式 */
.part1 .right, .video, .business, .down, .exhi-inter{
	width: 412px;
	float: right;
}
.live, .product, .exhi{
	width: 1165px;
	float: left;
}
.tech, .exhi-left {
	width: 456px;
	float: left;
}
.newsBot .image:hover img,
.live-bot-ul .image:hover img,
.interview li .image:hover img,
.story li .image:hover img,
.tech .item-top .image:hover img,
.down ul .image:hover img,
.exhi-left-image .image:hover img,
.exhi-left ul li .image:hover img,
.exhi-list-video .item-m:hover .image img,
.inter-image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
/* 简化样式 */
/* part1 */
.part1 .main {
	margin-top: 20px;
}
.product-classify {
	width: 310px;
	background: #fff;
	float: left;
	box-shadow: 0px 8px 10px #ececec;
	margin-right: 25px;
}
.product-classify .title {
	height: 56px;
	overflow: hidden;
	font-size: 20px;
	background: #945d56;
	background-size: cover;
	border-radius: 3px 3px 0 0;
}
.product-classify .title i {
	font-size: 28px;
	font-weight: normal;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.product-classify .title a {
	color: #fff;
	font-weight: bold;
}
.product-classify .title-s {
	padding: 15px 0 0 23px;
	line-height: 24px;
}
.class-a {
	height: 74px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 10px 0 0 58px;
}
.class-a b {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.class-a b a {
	color: #945d56;
}
.class-a p {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.class-a p a {
	color: #999;
	margin-right: 10px;
}
.class-a b i {
	font-size: 26px;
	color: #945d56;
	position: absolute;
	left: 18px;
	top: 23px;
	font-weight: normal;
}
.class-b {
	width: 1290px;
	position: absolute;
	z-index: 9999;
	left: 306px;
	top: -56px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	display: none;
}
.class-b.t1 {
	top: -56px;
}
.class-b.t2 {
	top: -131px;
}
.class-b.t3 {
	top: -206px;
}
.class-b.t4 {
	top: -281px;
}
.class-b.t5 {
	top: -356px;
}
.class-b.t6 {
	top: -431px;
}
.class-b.t7 {
	top: -506px;
}
.class-b.t8 {
	top: -581px;
}
.class-txt {
	width: 935px;
	float: left;
	padding: 20px 0 0 0;
}
.class-txt .item {
	width: 400px;
	float: left;
	padding: 0 0 20px 0px;
	margin-left: 35px;
}
.class-txt .item .class-c{
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	font-weight: 700;
	position:relative;
	margin-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 12px;
}
.class-txt .item .class-c::after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 18px;
	background: #ffa21a;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.class-txt .item .class-c a.more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #999;
	font-size: 14px;
}
.class-txt .item .class-c a.more:hover {
	color: #945d56;
}
.class-txt .item p{
	font-size: 0;
	height: 30px;
	overflow: hidden;
	text-indent: -7px;
}
.class-txt .item p a {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin: 0 7px;
}
.class-txt .item .add {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: #fff6e8;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.class-txt .item .add a {
	color: #ff9600;
	margin-right: 13px;
}
.class-txt .item .add a:last-child {
	margin-right: 0;
}
.class-txt .item .add i {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url('../../../Images/index/Version/2022/add-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 5px 12px 0 8px;
}
.class-txt .item a:hover{
	color: #945d56
}
.class-adv {
	padding: 30px 35px 27px 35px;
	width: 354px;
	height: 100%;
	box-sizing: border-box;
	float: right;
	background: #fdf8f8;
}
.class-adv .item {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.class-adv .item:last-child{
	margin-top: 15px;
}
.class-adv .item img{
	width: 100%;
	height: 235px;
}
.class-adv .item p {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin-top: 20px;
	font-weight: normal;
}
.class-adv .item p a{
	color: #333;
}
.class-adv .item span{
	font-size: 14px;
	line-height: 26px;
	display: block;
	color: #999;
}
.class-adv .item span a{
	color: #999;
}
.class-adv .item a:hover{
	color: #945d56;
}
.product-classify ul {
	padding: 0;
}
.product-classify ul li {
	position: relative;
	z-index: 99;
	border-left: 4px solid transparent;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
.product-classify ul li:last-child {
	border-bottom: none;
}
.product-classify li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	border-left: 4px solid #945d56;
	box-sizing: border-box;
}
.product-classify li:hover .class-a b i {
	-webkit-animation: jello-vertical 0.7s;
			animation: jello-vertical 0.7s;
}
.product-classify li.hover i {
	color: #945d56;
}
.product-classify li.hover b {
	font-weight: bold;
}
.product-classify li.hover .class-b {
	display: block;
}
.product-classify li.hover .class-a a {
	color: #945d56;
}
.product-classify li.hover .class-a p a {
	color: #999;
}
.product-classify .class-a p:hover a {
	color: #945d56;
}
.news {
	width: 830px;
	float: left;
}
.news-nav {
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.news-nav a {
	width: 20%;
	float: left;
	position: relative;
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	background: #f2f2f2;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	color: #999;
}
.news-nav a b {
	font-weight: normal;
	display: block;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.news-nav a:last-child::after {
	display: none;
}
.news-nav a.focus {
	background: #fff;
	color: #945d56;
}
.news-nav a.focus b {
	font-weight: bold;
}
.news-nav a.focus::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #945d56;
}
.news-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 20%;
	height: 3px;
	z-index: 9;
}
.news-nav .followTab i{
	position: absolute;
	width: 89px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #0187d0;
	z-index: 99;
}
.news-nav .followTab i::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2022/news-nav-ico.png') no-repeat;
}
.news-list {
	display: none;
}
.news-list .news-top {
	height: 132px;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #fffafa;
}
.news-list .news-top p {
	font-size: 26px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #945d56;
}
.news-list .news-top p i {
	font-size: 30px;
	margin-right: 8px;
	color: #ed6d00;
}
.news-list .news-top span {
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	margin-top: 8px;
	text-align: left;
}
.news-list .news-top span a {
	color: #ed6d00;
	margin-left: 4px;
}
.news-list .news-top a {
	color: #945d56;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.newsTop ul {
	padding: 10px 0 5px 0;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.newsTop ul::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2022/news-top-ico.png') no-repeat;
}
.newsTop ul li{
	font-size: 16px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsTop ul li:nth-child(1n) {
	padding-right: 20px;
}
.newsTop ul li:nth-child(2n) {
	padding-left: 20px;
	padding-right: 0;
}
.newsTop ul li a {
	color: #333;
}
.newsTop ul li a:hover {
	color: #945d56;
}
.newsBot {
	margin-top: 14px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 15px;
}
.newsBot .image {
	width: 206px;
	height: 140px;
	margin-right: 30px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot ul {
	overflow: hidden;
	padding: 3px 0;
}
.newsBot ul li {
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: relative;
	padding-right: 70px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 20px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #945d56;
}

.part1 .right {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	box-shadow: 0px 8px 10px #ececec;
}
.rightAdv {
	height: 290px;
}
.imgSwitch {
	width: 100%;
}
.imgSwitchTop {
	width: 100%;
	margin:0 auto;
	height: 245px;
	overflow: hidden;
	display: none;
	background: #eeeeee;
}
.imgSwitchTop img {
	width: 100%;
	height: 245px;
}
.imgSwitchBot {
	width: 100%;
	height: 45px;
	position: relative;
}
.imgSwitchBot ul {
	position: absolute;
	top: -50px;
	left: 14px;
}
.imgSwitchBot ul li {
	width: 76px;
	float: left;
	margin: 0 10px;
	position: relative;
}
.imgSwitchBot ul li img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid transparent;
}
.imgSwitchBot ul li.hover img{
	border: 2px solid #945d56;
}
.imgSwitchBot ul li p {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	margin-top: 5px;
}
.imgSwitchBot ul li p a {
	color: #333;
}
.imgSwitchBot ul li.hover a{
	color: #945d56;
}
.since-media {
	padding: 20px 23px;
}
.media-title {
	height: 56px;
	background: url('../../../Images/index/Version/2022/media-title.png') no-repeat top left;
	background-size: contain;
	padding: 7px 0 0 7px;
	box-sizing: border-box;
}
.media-title b {
	font-size: 22px;
	font-style: italic;
	color: #fff;
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: rgba(148, 94, 88, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 94, 88, 1)), to(rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,1));
	background-image: -moz-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,1));
	background-image: -ms-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,1));
	background-image: -o-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,1));
	background-image: linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,1));
	border-radius: 3px;
	padding-left: 12px;
	box-sizing: border-box;
}
.media-title b a{
	color: #fff;
}
.since-media ul li .image {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.since-media ul li .image img {
	width: 100%;
	height: 100%;
}
.since-media ul {
	margin-top: 17px;
}
.since-media ul li {
	margin-top: 32px;
}
.since-media ul li:first-child {
	margin-top: 0;
}
.since-media ul li .text {
	overflow: hidden;
}
.since-media ul li .text b {
	font-size: 18px;
	color: #333;
	display: block;
	margin-top: 5px;
}
.since-media ul li .text b a:hover {
	color: #945d56;
}
.since-media ul li .text p {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 15px;
}
/* part1 END */

/* part2 */
.part2 {
	margin-top: 24px;
	padding: 33px 0;
	background: #35465a url('../../../Images/index/Version/2022/part2-bg.png') no-repeat;
	background-size: contain;
}
.live-title {
	width: 291px;
	height: 56px;
	background: url('../../../Images/index/Version/2022/part-live.png') no-repeat;
	background-size: contain;
}
.live-bot {
	margin-top: 36px;
}
.live-bot-img {
	width: 870px;
	height: 498px;
	float: left;
	margin-right: 20px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.live-bot-swiper {
	width: 100%;
	height: 100%;
	display: none;
}
.live-bot-swiper .swiper-button-next1, .live-bot-swiper .swiper-button-prev1 {
	position: absolute;
	left: -44px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.3);
	color: #fff;
	z-index: 1;
	width: 44px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.live-bot-swiper .swiper-button-next1 i, .live-bot-swiper .swiper-button-prev1 i {
	font-size: 26px;
	color: #fff;
}
.live-bot-swiper .swiper-button-next1 {
	left: auto;
	right: -44px;
}
.live-bot-swiper:hover .swiper-button-prev1 {
	left: 0;
}
.live-bot-swiper:hover .swiper-button-next1 {
	right: 0;
}
.live-bot-swiper .swiper-pagination {
	bottom: 0;
	height: 68px;
	line-height: 68px;
	left: auto;
	right: 0;
	width: 100px;
	color: #fff;
	background-color: #945d56;
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.live-bot-swiper .swiper-pagination .swiper-pagination-current {
	font-size: 30px;
}
.live-bot-swiper .swiper-pagination::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 68px 22px;
	border-color: transparent transparent #945d56 transparent;
	bottom: 0;
	left: -22px;
}
.live-bot-img img {
	width: 100%;
	height: 100%;
}
.live-bot-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 16px;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(148, 94, 88, 1)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,0));
	background-image: -o-linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,0));
	background-image: linear-gradient(90deg, rgba(148, 94, 88, 1), rgba(255,255,255,0));
}
.live-bot-img p i {
	display: inline-block;
	vertical-align: top;
	margin: 25px 15px 0 0;
	width: 32px;
	height: 21px;
	background: url('../../../Images/index/Version/2022/video-ico.png') no-repeat;
	background-size: contain;
}
.live-bot-img .swiper-slide span {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 14px;
	right: 12px;
	border-radius: 20px;
	padding: 5px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 164, 89,.9)), to(rgba(255,121,89,.9)));
	background-image: -webkit-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -moz-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -ms-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -o-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
}
.live-bot-img .swiper-slide span.Replay,.live-bot-ul .image span.Replay,.exhi-list-video .item-m .image span.Replay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 164, 89,.9)), to(rgba(255,121,89,.9)));
	background-image: -webkit-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -moz-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -ms-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -o-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
}
.live-bot-img .swiper-slide span.Notice,.live-bot-ul .image span.Notice,.exhi-list-video .item-m .image span.Notice {
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2e7d42), to(#789a1b));
	background-image:-webkit-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-moz-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-ms-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:-o-linear-gradient(90deg, #2e7d42, #789a1b);
	background-image:linear-gradient(90deg, #2e7d42, #789a1b);
}
.live-bot-img .swiper-slide span.Live,.live-bot-ul .image span.Live,.exhi-list-video .item-m .image span.Live {
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ea4f4f), to(#df2d2d));
	background-image:-webkit-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-moz-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-ms-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image:-o-linear-gradient(90deg, #ea4f4f, #df2d2d);
	background-image: linear-gradient(90deg, #ea4f4f, #df2d2d);
}
.live-bot-img .swiper-slide span i {
	margin-right: 6px;
	font-size: 16px;
}
.live-bot-img .play-ico {
	opacity: 0;
}
.live-bot-img:hover .play-ico {
	opacity: .5;
}
.live-bot-img .play-ico i {
	font-style: normal;
	font-size: 90px;
}
.live-bot-ul {
	overflow: hidden;
	width: 275px;
}
.live-bot-ul li {
	margin-bottom: 23px;
}
.live-bot-ul li:last-child {
	margin-bottom: 0;
}
.live-bot-ul .image {
	height: 151px;
	position: relative;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.live-bot-ul .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.live-bot-ul .image span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 20px;
	padding: 5px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 164, 89,.9)), to(rgba(255,121,89,.9)));
	background-image: -webkit-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -moz-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -ms-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -o-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
}
.live-bot-ul .image span i {
	margin-right: 4px;
	font-size: 14px;
}
.live-bot-ul .image .play-ico {
	opacity: 0;
}
.live-bot-ul .image .play-ico i {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.live-bot-ul .image .gradual {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 25px 12px 10px 12px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
}
.live-bot-ul .image .gradual strong {
	height: 22px;
	line-height: 22px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: block;
	font-weight: normal;
}
.live-bot-ul .image:hover .play-ico {
	opacity: .5;
}
.live-bot-ul .image:hover .gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(148,93,86,0)), to(rgba(148,93,86,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(148,93,86,0), rgba(148,93,86,1));
	background-image: -moz-linear-gradient(180deg, rgba(148,93,86,0), rgba(148,93,86,1));
	background-image: -ms-linear-gradient(180deg, rgba(148,93,86,0), rgba(148,93,86,1));
	background-image: -o-linear-gradient(180deg, rgba(148,93,86,0), rgba(148,93,86,1));
	background-image: linear-gradient(180deg, rgba(148,93,86,0), rgba(148,93,86,1));
}

.video-nav {
	height: 56px;
	position: relative;
}
.video-nav::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #945d56;
	position: absolute;
	bottom: 0;
	left: 0;
}
.video-nav a {
	width: 50%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.video-nav a i {
	font-size: 30px;
	margin-right: 10px;
	font-weight: normal;
}
.video-nav a.focus {
	font-style: italic;
	color: #ff8630;
}
.video-nav a.focus i {
	color: #ff8630;
}
.video-nav .followTab {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 50%;
	height: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8b30), to(rgba(#ff5830)));
	background-image: -webkit-linear-gradient(90deg, #ff8b30, #ff5830);
	background-image: -moz-linear-gradient(90deg, #ff8b30, #ff5830);
	background-image: -ms-linear-gradient(90deg, #ff8b30, #ff5830);
	background-image: -o-linear-gradient(90deg, #ff8b30, #ff5830);
	background-image: linear-gradient(90deg, #ff8b30, #ff5830);
}
.video-list {
	display: none;
	margin-top: 36px;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
}
.interview ul {
	background: #fff;
	padding: 22px;
}
.interview li {
	margin-bottom: 15px;
	overflow: hidden;
}
.interview li:last-child {
	margin-bottom: 0;
}
.interview li .image {
	width: 180px;
	height: 102px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 22px;
	position: relative;
}
.interview li .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.interview li .image .play-ico {
	color: #fff;
	opacity: 0;
	font-weight: normal;
}
.interview li .image .play-ico i {
	font-size: 36px;
}
.interview li .image:hover .play-ico {
	opacity: 1;
}
.interview li .text {
	overflow: hidden;
}
.interview li .text p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
}
.interview li .text p a {
	color: #333;
}
.interview li .text p a:hover {
	color: #945d56;
}
.interview li .text b {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}
.story ul {
	padding: 18px 24px;
}
.story li {
	overflow: hidden;
	margin-bottom: 18px;
}
.story li:last-child {
	margin-bottom: 0;
}
.story li .image {
	width: 154px;
	height: 102px;
	float: right;
	margin-left: 18px;
	border-radius: 3px;
	overflow: hidden;
}
.story li .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.story li .text {
	overflow: hidden;
}
.story li .text p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}
.story li .text p a {
	color: #333;
}
.story li .text p a:hover {
	color: #945d56;
}
.story li .text b {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	display: block;
	font-weight: normal;
	margin-top: 8px;
}
/* part2 END */
.part-title {
	text-align: center;
	height: 55px;
	position: relative;
	margin: 30px auto 45px;
}
.part-title p strong{
	color: #ccc;
	font-size: 54px;
	text-transform:uppercase;
	opacity: 0.3;
}
.part-title b {
	font-size: 46px;
	letter-spacing: 3px;
	position: absolute;
	top: 5px;
}
.part-title b a {
	color: #945d56;
}
.part-title .left {
	position: absolute;
	left: 0;
	top: 15px;
	width: 455px;
	height: 32px;
	background: url("../../../images/index/Version/2022/title-left.png") no-repeat;
	background-size: contain;
}
.part-title .right {
	position: absolute;
	right: 0;
	top: 15px;
	width: 455px;
	height: 32px;
	background: url("../../../images/index/Version/2022/title-right.png") no-repeat;
	background-size: contain;
}
/* part3 */
.part3 {
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: 50px;
}
.product {
	overflow: hidden;
}
.pro-nav {
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	background: #fff;
}
.pro-nav a {
	color: #333;
	font-size: 18px;
	padding: 0 34px;
	position: relative;
	display: inline-block;
}
.pro-nav a.focus {
	color: #945d56;
}
.pro-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pro-nav a span {
	position: absolute;
	display: block;
	height: 4px;
	width: 0;
	background: #945d56;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pro-nav a span::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #ed6d00;
}
.pro-nav a.focus span {
	width: 92px;
}
.pro-nav a.focus span::before {
	width: 50%;
}
.pro-nav a:last-child::after {
	display: none;
}
.pro-list {
	display: none;
	margin-top: 26px;
	overflow: hidden;
}
.pro-list ul {
	margin: -5px;
	overflow: hidden;
}
.pro-list ul li {
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.pro-list ul li .item {
	background: #fff;
}
.pro-list ul li .item-img {
	background: #fff;
	padding: 20px;
}
.pro-list ul li .image {
	height: 185px;
	position: relative;
}
.pro-list ul li .xun {
	height: 34px;
	line-height: 34px;
	background: #945d56;
	border: 1px solid #945d56;
	font-weight: bold;
}
.pro-list ul li .xun b {
	text-align: center;
	width: 130px;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.pro-list ul li .more {
	display: block;
	overflow: hidden;
	text-align: center;
	background: #fff;
	color: #ff7e05;
	font-size: 15px;
	font-weight: normal;
}
.pro-list ul li p {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 14px;
}
.pro-list ul li p a {
	color: #333;
}
.pro-list ul li p a:hover {
	color: #945d56;
}
.business-title {
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	background: url('../../../Images/index/Version/2022/business-title.png') no-repeat;
	background-size: contain;
	padding-left: 24px;
	position: relative;
}
.business-title b {
	color: #fff;
	font-size: 30px;
}
.business-nav {
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.business-nav a {
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	position: relative;
}
.business-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.business-nav a.focus {
	font-weight: bold;
	font-size: 22px;
}
.business-nav a:last-child::after {
	display: none;
}
.business-list {
	display: none;
	background: #fff;
}
.business-list ul {
	padding: 0 22px 22px 22px;
}
.business-list li {
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-right: 60px;
}
.business-list li:nth-child(1), .business-list li:nth-child(2), .business-list li:nth-child(3) {
	height: 65px;
	line-height: 65px;
}
.business-list li:nth-child(1) b, .business-list li:nth-child(2) b, .business-list li:nth-child(3) b {
	width: 32px;
	height: 37px;
	display: inline-block;
	background: url('../../../Images/index/Version/2022/business-ico-1.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 15px 12px 0 6px;
}
.business-list li:nth-child(2) b {
	background: url('../../../Images/index/Version/2022/business-ico-2.png') no-repeat;
	background-size: contain;
}
.business-list li:nth-child(3) b {
	background: url('../../../Images/index/Version/2022/business-ico-3.png') no-repeat;
	background-size: contain;
}
.business-list li a {
	font-size: 18px;
	color: #333;
}
.business-list li a:hover {
	color: #945d56;
}
.business-list li b {
	font-weight: normal;
	font-size: 25px;
	color: #999;
	vertical-align: top;
	margin: 0 20px 0 15px;
	width: 15px;
	display: inline-block;
}
.business-list li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 16px;
}
.business-list .offer-t {
	height: 634px;
	overflow: hidden;
	padding-top: 24px;
	box-sizing: border-box;
}
.business-list .purchase {
	overflow: hidden;
}
.business-list .purchase .pur_li {
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	border-bottom: 1px dotted #888;
	font-size: 14px;
	height: auto;
	padding-right: 0;
}
.business-list .purchase .pur_li strong {
	color: #945d56;
}
.business-list .purchase .pur_li span {
	position: static;
}
.business-list .purchase .pur_li span a {
	color: #945d56;
	font-size: 14px;
}
/* part3 END*/

/* part4 */
.tech {
	margin-right: 25px;
}
.tech-title {
	height: 56px;
	overflow: hidden;
	position: relative;
}
.tech-title b {
	font-size: 26px;
	color: #333;
	position: relative;
}
.tech-title b span{
	display: block;
	position: absolute;
	right: -135px;
	top: 50%;
	transform: translateY(-50%);
	width: 115px;
	height: 5px;
	background: #945d56;
}
.tech-title b span::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36.5%;
	height: 5px;
	background: #e86d06;
}
.tech-title b a {
	color: #945d56;
}
.tech-title .more {
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 0;
}
.tech-title .more:hover{
	color: #945d56;
}
.tech .item-top {
	overflow: hidden;
}
.tech .item-top .image{
	width: 156px;
	height: 92px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 3px;
}
.tech .item-top .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tech .item-top .text {
	overflow: hidden;
}
.tech .item-top .text p {
	font-size: 16px;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	margin-top: 5px;
}
.tech .item-top .text span {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	display: block;
}
.tech .item-top .text span i {
	font-size: 18px;
	vertical-align: top;
	margin-right: 4px;
}
.tech .item-top .text p a {
	color: #333;
}
.tech .item-top .text p a:hover {
	color: #945d56;
}
.tech .item:last-child {
	margin-top: 15px;
}
.tech ul {
	margin-top: 10px;
}
.tech ul li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
}
.tech ul li a {
	color: #333;
}
.tech ul li:hover a{
	color: #945d56;
}
.scheme {
	width: 685px;
	float: left;
}
.scheme-nav {
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.scheme-nav a {
	width: 25%;
	float: left;
	position: relative;
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
	background: #f2f2f2;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	color: #999;
}
.scheme-nav a b {
	display: block;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
	font-weight: normal;
}
.scheme-nav a:last-child::after {
	display: none;
}
.scheme-nav a.focus {
	background: #fff;
	color: #945d56;
}
.scheme-nav a.focus b {
	font-weight: bold;
}
.scheme-nav a.focus::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #945d56;
}
.scheme-list {
	display: none;
}
.scheme-top {
	height: 132px;
	margin: 25px 0 10px 0;
	box-sizing: border-box;
}
.scheme-top p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.scheme-top span {
	line-height: 24px;
	height: 72px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}
.scheme-top span a {
	color: #f14e28;
	margin-left: 4px;
}
.scheme-top a {
	color: #333;
}
.scheme-top a:hover {
	color: #945d56;
}
.scheme-bot  {
	padding: 20px 0 0 0;
}
.scheme-bot b {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.scheme-bot b a {
	color: #333;
}
.scheme-bot b a:hover {
	color: #945d56;
}
.scheme-bot p {
	font-size: 0;
	overflow: hidden;
}
.scheme-bot p em {
	font-style: normal;
	font-size: 16px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.scheme-bot p em a:hover {
	color: #945d56;
}
.scheme-bot p em:first-child {
	padding:0 20px 0 0;
}
.scheme-bot p em:first-child::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.scheme-bot p em:last-child {
	padding:0 0 0 20px;
}
.down-title {
	height: 55px;
	line-height: 55px;
	position: relative;
	margin-bottom: 7px;
}
.down-title::after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e6e6e6;
}
.down-title .more {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	color: #999;
}
.down-title .more:hover {
	color: #945d56;
}
.down-nav a {
	color: #999;
	position: relative;
	display: block;
	float: left;
	width: 98px;
	font-size: 22px;
	text-align: center;
	margin-right: 30px;
}
.down-nav a:last-child {
	margin-right: 0;
}
.down-nav a.focus {
	color: #945d56;
	font-weight: bold;
}
.down-nav a.focus i {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #945d56;
	z-index: 99;
}
.down-list {
	display: none;
}
.pro-data ul li {
	height: 143px;
	margin-bottom: 12px;
	background: #f7f7f7;
}
.pro-data ul li:last-child {
	margin-bottom: 0;
}
.pro-data ul li .image {
	width: 115px;
	height: 100%;
	float: left;
	margin-right: 17px;
	overflow: hidden;
}
.pro-data ul li .image img {
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
.pro-data ul li .text {
	overflow: hidden;
	padding-right: 24px;
}
.pro-data ul li .text b {
	font-size: 18px;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 24px;
	padding-right: 20px;
	position: relative;
}
.pro-data ul li .text b i {
	position: absolute;
	top: 0;
	right: 1px;
	color: #ff7e05;
}
.pro-data ul li .text b a {
	color: #333;
}
.pro-data ul li .text b a:hover {
	color: #945d56;
}
.pro-data ul li .text b:hover i {
	-webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	        animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left1 {
  0% {
    -webkit-transform: translateX(-10px) translateY(-50%);
            transform: translateX(-10px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
@keyframes slide-in-left1 {
  0% {
    -webkit-transform: translateX(-10px) translateY(-50%);
            transform: translateX(-10px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
.pro-data ul li .text p {
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #999;
	margin-top: 20px;
}
.data-down ul li {
	padding: 16px 0 15px 0;
	overflow: hidden;
	border-bottom: 1px #e6e6e6 dashed;
}
.data-down ul li:first-child {
	padding-top: 0;
}
.data-down ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.data-down ul li .image {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 13px;
	background: #e85758;
	position: relative;
	border-radius: 10px;
}
.data-down ul li .image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 66px 40px 0 0;
	border-color: rgba(255,255,255,0.1) transparent transparent transparent;
}
.data-down ul li .image i {
	color: #fff;
	font-size: 22px;
}
.data-down ul li .image.pdf {
	background: #e85758;
}
.data-down ul li .image.jpg {
	background: #945d56;
}
.data-down ul li .image.doc {
	background: #2a97d2;
}
.data-down ul li .text {
	overflow: hidden;
}
.data-down ul li .text b {
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
}
.data-down ul li .text b a {
	color: #333;
}
.data-down ul li .text b a:hover {
	color: #945d56;
}
.data-down ul li .text p {
	color: #999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 2px;
}
.data-down ul li .text p i {
	font-size: 12px;
	vertical-align: top;
	margin: 1.2px 5px 0 2px;
	display: inline-block;
}
/* part4 END*/

/* part5 */
.exhi-title {
	height: 44px;
	position: relative;
}
.exhi-nav {
	position: absolute;
	right: 0;
	top: 0;
}
.exhi-nav p a {
	color: #333;
	font-size: 18px;
	padding: 0 18px;
	position: relative;
}
.exhi-nav p a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.exhi-nav p a:last-child::after {
	display: none;
}
.exhi-nav p a.focus {
	color: #945d56;
}
.exhi-left {
	margin-right: 25px;
}
.exhi-left-image {
	overflow: hidden;
	border-radius: 3px;
}
.exhi-left-image .image {
	height: 0;
	padding-bottom: 58.5%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.exhi-left-image .image img {
	max-height: none;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-left-bot {
	height: 102px;
	background: #f2f2f2;
}
.exhi-left-bot .time {
	width: 102px;
	height: 100%;
	float: left;
	background: #945d56;
}
.exhi-left-bot .time b {
	font-size: 20px;
	display: block;
	text-align: center;
	color: #fff;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	margin-top: 15px;
}
.exhi-left-bot .time p {
	font-size: 24px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.exhi-left-bot .text {
	overflow: hidden;
	padding: 19px 22px 0 22px;
}
.exhi-left-bot .text p {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
	color: #945d56;
	font-weight: bold;
}
.exhi-left-bot .text p a {
	color: #945d56;
}
.exhi-left ul {
	overflow: hidden;
	margin: 0 -6px;
	margin-top: 10px;
}
.exhi-left ul li {
	width: 50%;
	padding: 0 6px;
	box-sizing: border-box;
	float: left;
}
.exhi-left ul li .image {
	height: 0;
	padding-bottom: 58.5%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-radius: 3px;
}
.exhi-left ul li .image img {
	max-height: none;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exhi-left ul li .image p {
	max-height: 50px;
	line-height: 20px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	transition: all 0.3s ease;
	font-size: 14px;
}
.exhi-left ul li .image p a {
	color: #fff;
}
.exhi-left ul li .image:hover p{
	bottom: 0;
}
.exhi-list {
	display: none;
	overflow: hidden;
}
.exhi-top {
	background: #f7f7f7;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding: 20px 0;
}
.exhi-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 61px;
	background: url('../../../Images/index/Version/2022/hot-label.png') left bottom no-repeat;
	background-size: cover;
}
.exhi-top b {
	font-size: 25px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	display: block;
	padding: 0 20px;
}
.exhi-top b a {
	color: #9c6c66;
}
.exhi-top p {
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 14px;
	padding: 0 20px;
}
.exhi-item {
	padding: 24px 0 15px 0;
}
.exhi-item .item{
	overflow: hidden;
	margin-bottom: 18px;
}
.exhi-item .item .time {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 14px;
	box-sizing: border-box;
	border: 1px solid #945d56;
	border-radius: 2px;
}
.exhi-item .item:last-child {
	margin-bottom: 0;
}
.exhi-item .item .time b {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: block;
	background: #945d56;
	overflow: hidden;
	font-weight: normal;
}
.exhi-item .item .time p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #945d56;
	overflow: hidden;
}
.exhi-item .item .text {
	overflow: hidden;
}
.exhi-item .item .text p {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold;
}
.exhi-item .item .text span {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
}
.exhi-item .item .text p a {
	color: #333;
}
.exhi-item .item .text p a:hover {
	color: #945d56;
}
.exhi-list ul li {
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	position: relative;
	padding-right: 80px;
}
.exhi-list ul li span {
	font-size: 14px;
	color: #ff7c1f;
	font-weight: bold;
	margin-right: 10px;
}
.exhi-list ul li a {
	color: #333;
	border-left: 1px solid #e6e6e6;
	padding-left: 10px;
}
.exhi-list ul li em {
	font-style: normal;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.exhi-list ul li a:hover {
	color: #945d56;
}
.exhi-list-video .item {
	margin: -11px;
	overflow: hidden;
}
.exhi-list-video .item-m{
	width: 50%;
	float: left;
	padding: 11px;
	box-sizing: border-box;
}
.exhi-list-video .item-m p {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 17px;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 0 10px;
	font-weight: bold;
	border-radius: 0 0 3px 3px;
}
.exhi-list-video .item-m p a {
	color: #666;
}
.exhi-list-video .item-m .image {
	height: 185px;
	position: relative;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.exhi-list-video .item-m .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-list-video .item-m .image span {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 20px;
	padding: 5px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 164, 89,.9)), to(rgba(255,121,89,.9)));
	background-image: -webkit-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -moz-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -ms-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: -o-linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
	background-image: linear-gradient(90deg, rgba(255, 164, 89,.9), rgba(255,121,89,.9));
}
.exhi-list-video .item-m .image span i {
	margin-right: 4px;
	font-size: 14px;
}
.exhi-list-video .item-m .image .play-ico {
	opacity: 0.6;
}
.exhi-list-video .item-m .image .play-ico i {
	font-size: 50px;
	color: #fff;
	font-weight: normal;
}
.exhi-list-video .item-m:hover p {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d8aa42), to(#955e56));
	background-image: -webkit-linear-gradient(90deg, #d8aa42, #955e56);
	background-image: -moz-linear-gradient(90deg, #d8aa42, #955e56);
	background-image: -ms-linear-gradient(90deg, #d8aa42, #955e56);
	background-image: -o-linear-gradient(90deg, #d8aa42, #955e56);
	background-image: linear-gradient(90deg, #d8aa42, #955e56);
}
.exhi-list-video .item-m:hover p a {
	color: #fff;
}
.exhi-inter {
	margin-top: 44px;
}
.inter-image {
	height: 224px;
	overflow: hidden;
	border-radius: 3px;
}
.inter-image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.inter-title {
	font-size: 18px;
	margin-top: 8px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.inter-title a {
	color: #333;
}
.inter-title b {
	font-size: 20px;
	color: #945d56;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
}
.inter-title a:hover {
	color: #945d56;
}
.exhi-inter ul li {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
	position: relative;
	padding-left: 28px;
}
.exhi-inter ul li a:hover {
	color: #945d56;
}
.exhi-inter ul li span {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	left: 0;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	border: 1px solid #945d56;
}
.exhi-inter ul li span::before {
	position: absolute;
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	top: 50%;
	left: 50%;
	background: #945d56;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
/* part5 END */

/*part6*/
.member-nav {
	position: relative;
}
.member-nav a {
	width: 20%;
	height: 80px;
	background: #eaeaea;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
.member-nav a::after {
	content:"";
	position: absolute;
	width: 1px;
	height: 37px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.member-nav a:last-child::after {
	display: none;
}
.member-nav a:first-child {
	border-radius: 5px 0 0 0;
}
.member-nav a:last-child {
	border-radius: 0 5px 0 0;
}
.member-nav a b {
	font-size: 20px;
	color: #999;
	display: block;
	margin-top: 20px;
}
.member-nav a em {
	font-style: normal;
	display: block;
	color: #d6d6d6;
	font-size: 14px;
	margin-top: 10px;
}
.member-nav a strong {
	font-weight: normal;
	display: block;
	margin-top: 4px;
	display: none;
}
.member-nav a strong i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../../../images/index/Version/2022/stars-ico.png") no-repeat;
	background-size: cover;
	margin: 0 3px;
}
.member-nav a.focus {
	color: #fff;
	height: 92px;
	margin-top: -12px;
	border-radius: 5px 5px 0 0;
	background: url("../../../images/index/Version/2022/member-nav.png") no-repeat;
	background-size: cover;
	box-shadow: 0px 1px 6px 0 rgba(255,126,5,0.4);
}
.member-nav a.focus::after {
	display: none;
}
.member-nav a.focus b{
	color: #fff;
}
.member-nav a.focus em{
	color: #fff;
}
.member-nav a.focus strong {
	display: block;
}
.member-list {
	display: none;
	height: 330px;
	background: #f7f7f7;
	overflow: hidden;
}
.member-list ul {
	padding: 25px;
	overflow: hidden;
}
.member-list ul li {
	width: 25%;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
}
.member-list ul li p {
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px #e8e8e8 dashed;
}

.member-list ul li p span {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #ff7e05;
	width: 45px;
	border-radius: 20px;
	position: relative;
	margin-left: 10px;
	text-indent: 16px;
	box-shadow: 0px 2px 4px 0 rgba(255,126,5,0.4);
	margin-right: 7px;
	top: -2px;
}
.member-list ul li p span b {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
	box-shadow: 2px 0px 2px 0 rgba(255,107,4,0.6);
	background: url("../../../images/index/Version/2022/member-ico.png") no-repeat;
	background-size: cover;
}
.member-list ul li p a {
	color: #333;
}
.member-list ul li p a:hover {
	color: #ff7e05;
	font-weight: bold;
}
/*part6 End*/

/* part7 */
.part7 {
	margin-top: 45px;
	position: relative;
	padding: 10px 0 40px;
	background: #35465a;
}
.part7::after {
	content: '';
	width: 215px;
	height: 260px;
	display: block;
	background: url('../../../Images/index/Version/2022/part7-bg.png') no-repeat;
	background-size: contain;
	left: -20px;
	bottom: -20px;
	position: absolute;
}
.part7 .w {
	overflow: hidden;
}
.part7 .part-title p b {
	color: #fad850;
}
.part7 .part-title p b i {
	width: 54px;
	height: 60px;
	display: inline-block;
	background: url('../../../Images/index/Version/2022/gold-ico1.png') no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: top;
	margin-top: -3px;
}
.part7 .part-title p strong {
	opacity: 0.1;
}
.gold-nav {
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-top: 0;
	position: relative;
	z-index: 8;
}
.gold-nav a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}
.gold-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.gold-nav a:last-child::after {
	display: none;
}
.gold-nav a.focus {
	font-size: 22px;
}
.gold-list {
	display: none;
	margin-top: 25px;
	position: relative;
	z-index: 9;
}
.gold-list ul {
	overflow: hidden;
	border-radius: 3px;
	margin: -6px;
	position: relative;
	z-index: 9;
}
.gold-list ul li {
	width: 14.28%;
	float: left;
	padding: 6px;
	box-sizing: border-box;
}
.gold-list ul li .item {
    border: 5px solid #fff;
	border-radius: 3px;
	overflow: hidden;
	webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gold-list ul li .image {
	position: relative;
	height: 124px;
	background: #fff;
}
.gold-list ul li p {
	height: 32px;
	line-height: 32px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.gold-list ul li p a {
	color: #333;
}
.gold-list ul li .item:hover {
    border: 5px solid #fada5a;
}
.gold-list ul li .item:hover p a {
	color: #945d56;
}
/* part7 END*/

/* link 友情链接 */
.link {
	margin: 24px auto 0;
}
.link-title {
	overflow: hidden;
	background: #f5f5f5;
}
.link-nav {
	float: left;
}
.link-nav a {
	font-size: 18px;
	color: #333;
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 42px;
	border-top: 4px solid #f5f5f5;
}
.link-nav a.focus {
	color: #945d56;
	position: relative;
	border-top: 4px solid #945d56;
	font-weight: bold;
}
.link-title .sqLink {
	line-height: 50px;
	font-size: 16px;
	float: right;
	margin-right: 15px;
}
.link-title .sqLink i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../../../images/index/Version/2022/link-ico.png") no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
	background-size: contain;
}
.link-title .sqLink a {
	color: #666;
}
.link-list {
	display: none;
	margin-top: 16px;
	font-size: 0;
}
.link-list a {
	display: inline-block;
	width: 9.09%;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}
.link-list a:hover {
	color: #945d56;
}
.link ul {
	overflow: hidden;
}
.link ul li {
    float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.link ul li:last-child {
	margin-right: 0px;
}
.link ul li a {
	line-height: 40px;
	padding: 8px 30px;
	font-size: 14px;
	background: #f5f5f5;
	color: #666;
}
.link ul li a:hover {
	background: #945d56;
	color: #fff;
}
/* link 友情链接  END*/
.foot_bg {
	background: #f6f6f6;
	margin-top: 30px;
}
.foot {
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #e6e6e6;
}
.foot p {
	text-align: center;
	line-height: 40px;
	color: #b2b2b2;
}

.foot p a {
	color: #666666;
	margin: 0 6px;
}

.foot a:hover {
	color: #b31717;
	text-decoration: underline;
}

.foot span {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 30px;
}

.foot i {
	font-style: normal;
	color: #b31717;
}
.bottom {
	display: inline-block;
	margin: 20px 45px 0 45px;
	line-height: 26px;
	color: #666666;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.bottom img {
	vertical-align: top;
	margin-top: 3px;
}

.bottom b {
	display: block;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	text-align: left;
}

.bottom b a {
	color: #666;
}
.bottom .qq{
	position: relative;
	cursor: pointer;
}
.bottom .qq .QQhover {
	 position: absolute;
	 left: 0px;
	 bottom: 21px;
	 border: 1px solid #666;
	 border-radius: 4px;
	line-height: 20px;
   color: #333;
	background: rgba(255,255,255,.9);
	 display: none;
	 cursor: auto;
	font-weight: 700;
	height: 20px;
	 width: 100px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
	 overflow: hidden;
}
.bottom .qq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.bottom .qq:hover .QQhover{
	display: inline-block;
}
.bottom.bg1 {
	padding: 0 0 0 28px;
	background: url("../../../images/index/Version/2022/index2016.png") no-repeat -84px -651px;
}

.bottom.bg2 {
	padding: 0 0 0 28px;
	background: url("../../../images/index/Version/2022/index2016.png") no-repeat -84px -743px;
}
.beian {
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.beian i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("../../../images/index/Version/2022/police_ico.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 14px;
	margin-right: 5px;
}
.beian a {
	color: #666;
}
/* 0601 */
.more-subnet{
	width: 70px;
	height: 26px;
	position: relative;
}
.subnet-top{
	position: absolute;
	z-index: 99999;
	background: #fff;
	top: 0px;
}
.subnet-top a{
	margin-bottom: 6px!important;
}
.subnet-top a i{
	font-size: 10px;
	margin:2px 0 0 3px;
	display: inline-block;
	vertical-align: top;
}
.subnet-top a:hover i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.subnet-bot {
	display: none;
	position: absolute;
	top: 100%;
	right: 5px;
	z-index: 99998;
	background: #fff;
}
.subnet-bot p{
	padding: 10px 10px;
	background: #fff;
	width: 640px;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
}
.subnet-bot a {
	display: inline-block !important;
	vertical-align: top;
	margin-bottom: 0 !important;
	margin-right: 5px;
}
.subnet-bot a:last-child{
	margin-right: 0;
}
.borderR > a {
	text-align: left !important;
}
/* 20231114 */
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #777;
}
/* 快速求购 */
.Tophead li:nth-child(1) .ServiceTop{
	height: 26px;
	line-height: 26px;
	margin-top: 7px;
}
.Tophead li:nth-child(1) .ServiceTop a{
	padding: 0 9px;
	background-color: #945d56;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #945d56;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 833px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 20%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.mobile .hover a{
	color: #945d56;
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.weixin .hover a{
	color: #945d56;
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* 20240124 */
.newYearBgi{
	padding-top: 76px;
	background: url(../../../../images/index/version/2024/newYearbgImages1920-1560.png) no-repeat 0 -40px;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1580px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
