
@font-face {
  font-family:'AlimamaShuHeiTi';
  src:url('https://public.mtnets.com/Font/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold.woff2') format('woff2');
  font-display:swap
}
@font-face {
  font-family:'pingfang';
  src:url('https://public.mtnets.com/Font/pingfang/PingFangSC-Medium.woff2') format('woff2');
  font-display:swap
}
@font-face {
  font-family:'Din';
  src:url('https://public.mtnets.com/Font/din/DINWebW07Medium.woff2') format('woff2');
  font-display:swap
}
.mySwiper1,.mySwiper2 {
  height: auto;
  overflow: hidden;
  /* 硬件加速 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0); /* 360极速模式webkit内核 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mySwiper1 .swiper-slide,.mySwiper2 .swiper-slide {
  width: calc(100% / 5); /* 强制固定宽度，避免自适应导致的重复 */
  flex-shrink: 0;
  /* 禁止重复渲染 */
  display: block !important;
  opacity: 1 !important;
}

/* 隐藏loop模式自动生成的重复slide（可选，若仍有重复） */
.mySwiper1 .swiper-slide-duplicate,.mySwiper2 .swiper-slide-duplicate {
  pointer-events: none;
}
.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body {
	line-height: 1;
	background-color: #edf5ff;
}

.Center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.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;
}

.w {
	margin: 0 auto;
	width: 1560px;
	box-sizing: border-box;
}
svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.w::after {
	content: "";
	clear: both;
	display: block;
}
.xgplayer-skin-default.xgplayer-pause .xgplayer-start .xgplayer-icon-play {
	width: 100%;
	height: 100%;
}
.xgplayer-skin-default .xgplayer-start div svg {
	fill: hsla(0,0%,100%,.7);
    width: 100%;
	height: 100%;
}
.banner {
	height: 370px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.banner .box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 34px;
}
.banner .time {
	color: #fff;
	font-size: 0;
	text-align: center;
}
.banner .time .web {
	font-size: 30px;
	font-family:'pingfang';
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}
.banner .time i {
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #fff;
	margin: 0 16px;
	vertical-align: top;
	margin-top: 11px;
}
.banner .time p {
	display: inline-block;
	font-family: "Din";
	font-size: 36px;
	vertical-align: top;
}
.banner .nav {
	font-size: 0;
	margin-top: 26px;
}
.banner .nav li {
	display: inline-block;
	padding: 14px 0;
	border: 2px solid #fff;
	border-radius: 18px;
	width: 200px;
	margin: 0 10px;
	background-image: url(/images/shh/version/2025/nav1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.banner .nav li b {
	font-family: "AlimamaShuHeiTi";
	font-size: 24px;
	font-weight: normal;
	color: #0064c8;
}
.banner .nav li p {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #3486da;
	opacity: 0.8;
}
.banner .nav li a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.banner .nav li:nth-child(2) {
	background-image: url(/images/shh/version/2025/nav2.png);
}
.banner .nav li:nth-child(3) {
	background-image: url(/images/shh/version/2025/nav3.png);
}
.banner .nav li:nth-child(4) {
	background-image: url(/images/shh/version/2025/nav4.png);
}
.banner .nav li.focus,.banner .nav li:hover {
	background-image: url(/images/shh/version/2025/nav1-hover.png);
}
.banner .nav li:nth-child(2).focus,.banner .nav li:nth-child(2):hover {
	background-image: url(/images/shh/version/2025/nav2-hover.png);
}
.banner .nav li:nth-child(3).focus,.banner .nav li:nth-child(3):hover {
	background-image: url(/images/shh/version/2025/nav3-hover.png);
}
.banner .nav li:nth-child(4).focus,.banner .nav li:nth-child(4):hover {
	background-image: url(/images/shh/version/2025/nav4-hover.png);
}
.banner .nav li.focus b,.banner .nav li:hover b {
	color: #654fce;
}
.banner .nav li.focus p,.banner .nav li:hover p {
	color: #7f6cda;
	opacity: 0.6;
}
.mt-32 {
	margin-top: 32px;
}
.scroll-box {
	overflow: hidden;
	padding: 12px 16px;
	border-radius: 22px;
}
.scroll-box.blue {
	border: 1px solid #cbe3fc;
	background-color: #fff;
}
.scroll-box .left {
	float: left;
	width: 125px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.scroll-box .left i {
	display: inline-block;
	width: 20px;
	height: 21px;
	background-image: url(/images/shh/version/2025/sscg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 1px;
}
.scroll-box .left i.ssxp {
	background-image: url(/images/shh/version/2025/ssxp.png);
}
.scroll-box .right {
	overflow: hidden;
	font-size: 0;
	position: relative;
	height: 20px;
}
#SocllDiv2 {
	width: auto !important;
}
.scroll-box .right li {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}
.scroll-box .right p {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.scroll-box .right li a {
	color: #333;
}
.scroll-content {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none; /* 清除默认列表样式 */
	white-space: nowrap; /* 禁止换行 */
	font-size: 0; /* 消除li之间默认间距 */
}

.scroll-box .right li i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cedfff;
	margin-right: 7px;
}
.scroll-box .right p strong,.scroll-box .right p a {
	font-weight: normal;
	color: #2b82d9;
}
.scroll-box.orange li b {
	color: #ff8800;
	margin-left: 6px;
}
.scroll-box.orange li i {
	background-color: #ff6600;
}
.public-title {
	position: relative;
	text-align: center;
}
.public-title p {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.public-title p b {
	color: #2b82d9;
}
.public-title .sub {
	position: absolute;
	color: #004ec6;
	font-size: 72px;
	opacity: 0.08;
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%);
	top: -11px;
	text-transform: uppercase;
	font-family: "Microsoft YaHei";
}
.live-center {
	margin-top: 70px;
	border-radius: 20px;
	background-color: #2b82d9;
	padding: 40px 20px 60px;
}
.live-center .jwplayer {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	background-color: black;
	z-index: 9;
}
.live-center video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.live-center .left {
	float: left;
	width: 800px;
	margin-top: -72px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 20px;
	/* height: 520px; */
}
.live-center .swiper {
    height: 100%;
}
.live-center .left .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.live-center .left .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.live-center .left .image mark {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 12px;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	height: 48px;
	z-index: 9;
}
.swiper-slide111 {
	width: 100%;
}
.live-center .left .image mark i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/images/shh/version/2025/live.gif) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 6px;
	vertical-align: top;
	margin-top: 9px;
}
.live-center .left .text p {
	height: 70px;
	line-height: 68px;
	padding: 0 28px;
	font-size: 24px;
	font-weight: bold;
}
.live-center .left .text p a {
	color: #333;
}
.live-center .left .text p a:hover {
	color: #2b82d9;
}
.live-center .left .text i {
	display: inline-block;
	width: 45px;
	height: 34px;
	background: url(/images/shh/version/2025/video-icon.png) no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: top;
	margin-right: 14px;
	margin-top: 17px;
}
.live-center::after {
	content: "";
	display: block;
	clear: both;
}
.live-center .right {
	overflow: hidden;
	border-radius: 16px;
	padding: 20px;
	background: url(/images/shh/version/2025/live-bg.png) no-repeat;
	background-size: cover;
    position: relative;
}
.live-center .right .video-next, .live-center .right .video-prev {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 50px;
	margin-top: -25px;
	background-size: 12px 22px;
	background-color: rgba(0,0,0,.5);
	border-radius: 0 8px 8px 0;
	background-repeat: no-repeat;
	background-position: center;
}
.live-center .right .video-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.live-center .right .video-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
	border-radius: 8px 0 0 8px;
}

.live-title {
	position: relative;
}
.live-title p {
	font-size: 22px;
	font-weight: bold;
}
.live-title p b {
	color: #2b82d9;
}
.live-title .more {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 16px;
	color: #66abdf;
}
.live-title .more i {
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url(/images/shh/version/2025/3.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-left: 7px;
	margin-top: 4px;
}
.live-list ul {
	overflow: hidden;
	margin-right: -15px;
}
.live-list li {
	margin-top: 24px;
	width: 33.33%;
	float: left;
}
/* 选中 .live-list 下第7个及以后的 li 元素并隐藏 */
.live-list li:nth-child(n+7) {
  display: none; /* 完全隐藏（不占空间） */
  /* 若需保留空间，可改用 visibility: hidden; */
}
.live-list .item {
	margin-right: 15px;
}
.live-list .image {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 56.19%;
}
.live-list .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.live-list .image mark {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	padding: 0 8px;
	background: #ff8800;
	color: #fff;
}
.live-list .image mark.living {
	background-image: -moz-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
}
.live-list .image mark.replay {
	background-color: rgba(0,0,0,.55);
}

.live-list .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background: url(/images/shh/version/2025/play.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	background-size: contain;
	-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-list .image:hover .play {
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.live-list .text p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 16px;
}
.live-list .text p a {
	color: #333;
}
.live-list .text p a:hover {
	color: #2b82d9;
}
.go-live {
	text-align: center;
	margin-top: -36px;
}
.go-live a {
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(255, 136, 116, 0.32);
	border: 2px solid #fff;
	background: url(/images/shh/version/2025/btn-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	width: 400px;
	height: 72px;
	border-radius: 36px;
	box-sizing: border-box;
	line-height: 68px;
	font-size: 26px;
	font-weight: bold;
}
.go-live a:hover {
	background-size: 120% 100%;
}
.part-AB {
	background: url(/images/shh/version/2025/partAB-bg.png) no-repeat;
	background-size: 100% auto;
	padding-top: 1px;
}
.part-AB-title {
	margin-top: 12px;
	position: relative;
}
.title-bg {
	width: 100%;
	height: 186px;
	background: url(/images/shh/version/2025/ab-bg.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 41px;
}
.part-AB-title .name {
	float: left;
	font-style: italic;
	padding-left: 32px;
	position: relative;
	z-index: 2;
	padding-top: 4px;
	width: 392px;
	box-sizing: border-box;
}
.part-AB-title .name .left {
	float: left;
	margin-right: 16px;
	font-size: 24px;
	color: #1577d8;
	font-family: "AlimamaShuHeiTi";
}
.part-AB-title .name .left b {
	font-weight: normal;
	font-size: 110px;
}
.part-AB-title .name .right {
	float: left;
	font-size: 40px;
	font-weight: bold;
	padding-top: 49px;
}
.part-AB-title .name .right b {
	color: #1577d8;
}
.part-AB-title .all {
	overflow: hidden;
	padding-left: 30px;
	padding-right: 16px;
	padding-top: 56px;
	position: relative;
	z-index: 2;
}
.part-AB-title .all .right {
	float: right;
}
.part-AB-title .all .right a {
	display: inline-block;
	padding: 0 14px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	background-color: #66abdf;
	color: #fff;
	font-size: 16px;
}
.part-AB-title .all .right a i {
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url(/images/shh/version/2025/more-1.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 14px;
}
.part-AB-title .all .left {
	overflow: hidden;
	line-height: 22px;
}
.part-AB-title .all .left p {
	font-size: 17px;
	color: #5099d1;
	margin-top: 9px;
}
.part-AB-title .all .left p a {
	color: inherit;
}
.part-AB-title .all .left p a::after {
	content: "、";
}
.part-AB-title .all .left p a:last-child::after {
	display: none;
}
.part-AB-box {
	padding: 32px 30px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 13px;
  	box-shadow: 0px 8px 16px 0px rgba(20, 91, 162, 0.35);
}

.box-top {
	overflow: hidden;
}
.box-top .left {
	width: 576px;
	float: left;
	margin-right: 22px;
	background-color: #edf5ff;
	border-radius: 16px;
	padding: 16px;
	box-sizing: border-box;
}
.box-top .title {
	position: relative;
}
.box-top .title p {
	font-size: 22px;
	font-weight: bold;
}
.box-top .title p b {
	color: #1577d8;
}
.box-top .title .more {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 16px;
	color: #66abdf;
}
.box-top .title .more i {
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url(/images/shh/version/2025/3.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 4px;
}
.box-top .title .more:hover {
	color: #ff8800;
}
.box-top .title .more:hover i {
	background-image: url(/images/shh/version/2025/3-hover.png);
}
.brands-list {
	margin-top: 16px;
}
.brands-list ul {
	margin-top: -20px;
	margin-right: -20px;
}
.brands-list ul::after {
	content: "";
	display: block;
	clear: both;
}
.brands-list li {
	width: 33.33%;
	float: left;
}
.brands-list li .item {
	height: 66px;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 8px;
  	box-shadow: 0px 4px 12px 0px rgba(43, 130, 217, 0.1);
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.brands-list li .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands-list li .item a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.brands-list li .item a:hover::after {
	border-color: #2b82d9;
}
.box-top .right {
	overflow: hidden;
	background-color: #edf5ff;
	border-radius: 16px;
	padding: 16px 16px 24px;
	box-sizing: border-box;
}
.box-top .right .title p b {
	color: #ff6600;
}
.pro-list {
	margin-top: 16px;
}
.pro-list ul {
	margin-right: -18px;
	margin-top: -22px;
}
.pro-list li {
	float: left;
	width: 20%;
}
.pro-list li .item {
	margin-right: 18px;
	margin-top: 22px;
}
.pro-list li .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	background-color: #fff;
}
.pro-list ul::after {
	content: "";
	display: block;
	clear: both;
}
.pro-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pro-list li .image .new {
	width: 31px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/images/shh/version/2025/new.png) no-repeat;
	background-size: contain;
	z-index: 2;
}
.pro-list li .text p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-list li .text p a {
	color: inherit;
}
.pro-list li .text p:hover {
	color: #2b82d9;
}
.box-bottom {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.box-bottom .swiper {
	overflow: hidden;
	margin-right: -20px;
	display: none;
}

.box-bottom .swiper .item {
	margin-right: 20px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.box-bottom .swiper .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.box-bottom .swiper .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.box-bottom .swiper .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	line-height: 24px;
	height: 26px;
	border-radius: 4px;
	color: #fff;
	background: #ff8800;
	padding: 0 8px;
}
.box-bottom .swiper .image mark.living {
	background-image: -moz-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
}

.box-bottom .swiper .image mark.replay {
	background: rgba(125,125,125,.7);
}
.box-bottom .swiper .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	margin-left: -28px;
	background: url(/images/shh/version/2025/play2.png) no-repeat;
	-ms-transform: scale(1);
	transform: scale(1);
	background-size: contain;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.box-bottom .swiper .image:hover .play {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.box-bottom .swiper .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 14px 14px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.box-bottom .swiper .text p {
	font-size: 17px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
}
.box-bottom .swiper .text p a {
	color: #fff;
}
.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 50px;
	margin-top: -25px;
	background-size: 12px 22px;
	background-color: rgba(0,0,0,.5);
	border-radius: 0 8px 8px 0;
}
.box-bottom .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.box-bottom .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 20px;
	border-radius: 8px 0 0 8px;
}

.part-B .part-AB-title .name .left {
	color: #fff;
}

.part3 {
	margin-top: 42px;
}
.cloud-view {
	margin-top: 40px;
	border-radius: 20px;
	background: url(/images/shh/version/2025/cloud-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
}
.w-320 {
	width: 320px;
}
.cloud-view .left-box {
	float: left;
}
.cloud-view .right-box {
	overflow: hidden;
}
.cloud-view .right-box .video-list {
	float: right;
}
.video-list li {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.video-list li:first-child {
	margin-top: 0;
}

.video-list li .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.video-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-list li .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	line-height: 24px;
	height: 26px;
	border-radius: 4px;
	color: #fff;
	background: #ff8800;
	padding: 0 8px;
}
.video-list li .image mark.living {
	background-image: -moz-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,123,0) 0%, rgb(255,40,79) 100%);
}

.video-list li .image mark.replay {
	background: rgba(125,125,125,.7);
}

.video-list li .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	background: url(/images/shh/version/2025/play.png) no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	background-size: contain;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.video-list li .image:hover .play {
	opacity: 1;
	filter: alpha(opacity=1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.video-list li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 14px 14px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.video-list li .text p {
	font-size: 17px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
}
.video-list li .text p a {
	color: #fff;
}
.view-list {
	overflow: hidden;
	padding: 0 20px;
}
.view-list li {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
}
.view-list li .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.view-list li .image img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.view-list li .text {
	padding: 16px 20px;
}
.view-list li .text p {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.view-list li .text p a {
	color: #333;
}
.view-list li .text p a:hover {
	color: #2b82d9;
}
.view-list li .text p i {
	display: inline-block;
	width: 6px;
	height: 24px;
	background-color: #2b82d9;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 12px;
}
.view-list li .text .content {
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
}
.part4 {
	padding: 40px 0;
	background-image: url(/images/shh/version/2025/bottom-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-y: 166px;
}
.yb-box {
	margin-top: -120px;
	border-radius: 20px;
	background: url(/images/shh/version/2025/bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 34px 40px 26px;
}
.yb-tab {
	font-size: 0;
	text-align: center;
}
.yb-tab a {
	display: inline-block;
	padding: 0 44px 22px;
	color: #333;
	position: relative;
}
.yb-tab .icon {
	display: block;
	height: 48px;
}
.yb-tab .txt {
	font-size: 18px;
	margin-top: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
}
.yb-tab a::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 0;
	background-color: #2e84da;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.yb-tab a.focus {
	color: #2e84da;
	font-weight: bold;
}
.yb-tab a.focus::after {
	width: 100%;
}

.yb-bot {
	display: none;
	margin-top: 24px;
}
.yb-bot ul {
	margin-right: -20px;
	margin-top: -20px;
	overflow: hidden;
}
.yb-bot li {
	float: left;
	width: 25%;
}
.yb-bot li .item {
	margin-top: 20px;
	margin-right: 20px;
	border-radius: 16px;
	background: #e4ebff;
	padding: 18px 20px;
	position: relative;
	overflow: hidden;
}
.yb-bot li .image {
	float: left;
	width: 72px;
	height: 72px;
	padding: 2px;
	background: url(/images/shh/version/2025/line.png) no-repeat;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 18px;
}
.yb-bot li .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.yb-bot li .image a {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.yb-bot li .text {
	overflow: hidden;
	padding-right: 116px;
}
.yb-bot li .text p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #2d3da1;
	margin-top: 27px;
}
.yb-bot li .text .num {
	font-size: 18px;
	color: rgba(45, 61, 161,0.55);
	margin-top: 8px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.yb-bot li .btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 116px;
	text-align: center;
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 22px;
	background-image: -moz-linear-gradient( 0deg, rgb(46,132,218) 0%, rgb(165,65,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(46,132,218) 0%, rgb(165,65,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(46,132,218) 0%, rgb(165,65,255) 100%);
	color: #fff;
}
.yb-bot li .item:hover {
	background: url(/images/shh/version/2025/tp-bg.png) no-repeat;
	background-size: 100% 100%;
}
.yb-bot li .item:hover .image {
	background: #fff;
}
.yb-bot li .item:hover .text p,.yb-bot li .item:hover .text .num {
	color: #fff;
}
.yb-bot li .item:hover .btn {
	background: #fff;
	color: #a3258f;
	font-weight: bold;
	font-size: 17px;
}
.more-tp {
	margin-top: 26px;
	text-align: center;
	position: relative;
}

.more-tp .left {
	float: left;
	width: 560px;
	height: 56px;
	background: url(/images/shh/version/2025/tp1.png) no-repeat;
	background-size: contain;
}
.more-tp .right {
	float: right;
	width: 560px;
	height: 56px;
	background: url(/images/shh/version/2025/tp2.png) no-repeat;
	background-size: contain;
}
.more-tp .center {
	position: absolute;
	left: 560px;
	right: 560px;
	top: 0;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;

}
.more-tp .center a {
	color: #2b82d9;
}
.more-tp .center i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/shh/version/2025/yjt.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 17px;
	margin-left: 8px;
}
/* 优化关键帧：增加中间状态，让变化更渐进 */
@-webkit-keyframes slide-right {
  0% {
    transform: translateX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 1;
  }
}
@keyframes slide-right {
	0% {
		transform: translateX(0);
		opacity: 0.5;
	}
	100% {
		transform: translateX(10px);
		opacity: 1;
	}
}

.more-tp .center a:hover i {
  -webkit-animation: slide-right 1s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: slide-right 1s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
}
.xwt-chat {
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 99;
}
.syh-right {
	position: fixed;
	right: 24px;
	top: 12%;
	z-index: 99;
}
.syh-right .title {
	position: relative;
}
.syh-right .title img {
	position: relative;
}
.syh-right .title::after,.syh-right .title::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 12px;
	background-color: #51e3e6;
	bottom: -11px;
}

.syh-right .title::after {
	right: 28px;
}
.syh-right .title::before {
	left: 28px;
}
.syh-box {
	width: 112px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 24px 10px 64px;
	background: url(/images/shh/version/2025/syh-bg.png) no-repeat;
	background-size: cover;
	margin: 11px auto 0;
	position: relative;
}
.syh-box li {
	margin-top: 10px;
	position: relative;
	color: #2b82d9;
	font-size: 17px;
	font-family: "pingfang";
}
.p-share #Share {
	white-space: nowrap;
	font-size: 0;
	right: 100%;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
	padding-right: 10px;
	width: 0;
	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;
}
.p-share #fenxiangDiv {
	float: left;
}
.syh-box li.p-share:hover .btn {
    background-color: #fff;
}
.syh-box li.p-share:hover #Share {
    width: 154px;
}
.syh-box li:first-child {
	margin-top: 0;
}
.syh-box li.syh-search i {
	display: inline-block;
	width: 17px;
	height: 18px;
	background: url(/images/shh/version/2025/search-line.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 9px;
	margin-right: 5px;
}
.syh-box li .search-box {
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: rgba(255,255,255,.7);
	text-align: center;
}
.syh-box li .search-box-hide {
	position: absolute;
	right: 0;
	top: 0;
  	box-shadow: 0px 4px 13px 0px rgba(43, 130, 217, 0.2);
	background-color: #fff;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	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;
}
.syh-box li .search-box-hide i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.syh-box li .search-box-hide input {
	width: 0;
	height: 100%;
	border: 0;
	padding-left: 35px;
	box-sizing: border-box;
	color: #2b82d9;
	font-size: 17px;
	font-family: "pingfang";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.syh-box li.syh-search:hover .search-box-hide {
	opacity: 1;
}

.syh-box li.syh-search:hover .search-box-hide input {
	width: 300px;
}
.syh-box li .btn {
	display: block;
	height: 36px;
	line-height: 34px;
	border: 1px dashed #fff;
	background-color: rgba(255,255,255,.7);
	color: #2b82d9;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}
#search {
	height: 100%;
}
.syh-box li .btn:hover {
	background-color: #fff;
}
.syh-box .goTop {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 48px;
	height: 48px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #0172cf;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: "";
	border: 4px solid #edf5ff;
}



.foot {
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
}

.foot1 {
	margin: 0 auto;
}

.footLeft {
	width: 750px;
	float: left;
}

.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}

.footLeft ul li img {
	height: 35px;
	margin: 0 5px;
	float: left;
}

.footLeft ul li {
	float: left;
	margin-right: 15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
	line-height: 1.5;
}

.footLeft ul li:last-child {
	margin-right: 0;
}

.footLeft ul li b {
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}

.footLeft ul li b a {
	color: #666;
}

.footLeft p {
	color: #666;
	height: 24px;
	line-height: 24px;
}

.footLeft p a {
	color: #666;
}

.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}

.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}

.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 63px;
	display: inline-block;
}

.footRight {
	float: left;
	width: 230px;
	padding-left: 75px;
	padding-right: 20px;
	box-sizing: content-box;
}
.footRight ul {
	float: left;
}

.footRight ul.ul2 {
	float: right;
}

.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}

.footRight ul li a {
	color: #dcdcdc;
	position: relative;
	cursor: pointer;
}

.footRight ul li a .QQhover,.arr-btn .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;
	overflow: hidden;
}

.footRight ul li a .QQhover::after,.arr-btn .QQhover::after {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}

.footRight ul li a:hover .QQhover,.arr-btn a:hover .QQhover {
	display: inline-block;
}

.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url(https://www.ybzhan.cn/images/index420/qq-ico.png) no-repeat;
	background-size: contain;
	margin-top: 5px;
}

.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}

.footRight p b {
	font-size: 16px;
}

.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}

.ybw a {
	color: #dcdcdc;
}

.ybw span {
	color: #dcdcdc;
}

.lxqq {
	height: 108px;
	margin-bottom: 10px;
}

.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}

.footRight-r {
	overflow: hidden;
	box-sizing: border-box;
	float: right;
	width: 296px;
}

.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}

.footRight-r ul li:nth-child(even) {
	margin-right: 0;
}

.footRight-r ul li .image {
	width: 132px;
	height: 132px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}

.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
}

.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
}

.footer a {
	color: #dcdcdc;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(../../../../images/expo2018/byebg_green.png) no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.byeMain .ico_right {
	position: absolute;
	right: 22px;
	top: 22px;
	cursor: pointer;
}
.byeMain .ico_right i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../../images/expo2018/right_ico.png) no-repeat;
}
.byeMain .bye_logo {
	width: 112px;
	height: 38px;
	margin: 0 auto;
	background: url(https://syh.ybzhan.cn/images/expo/version/2023/expoLogo.png) no-repeat;
	background-size: contain;
}
.byeMain p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
}
.byeMain p i {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.byeMain .thk {
	width: 475px;
	height: 115px;
	background: #f9ecc0;
	margin: 35px auto 0;
	display: block;
	border-radius: 4px;
	background: url(../../../../images/expo2018/thk_bg.png) no-repeat;
	padding-top: 16px;
}
.byeMain .thk b {
	text-align: center;
	line-height: 38px;
	font-size: 28px;
	color: #3d8ad7;
	display: block;
	font-weight: bold;
}
.byeMain .thk em{
	text-align: center;
	font-size: 28px;
	font-style: normal;
	color: #3d8ad7;
	display: block;
	font-weight: bold;
	line-height: 76px;
}
.byeMain  span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 10px auto 0;
	width: 280px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.byeMain  span i.left {
	width: 16px;
	height: 13px;
	position: absolute;
	left:0;top: 6px;
	background: url(../../../../images/expo2018/thkleft_ico.png) no-repeat;
}
.byeMain  span i.right {
	width: 16px;
	position: absolute;
	height: 13px;
	right: 0;
	top: 6px;
	background: url(../../../../images/expo2018/thkright_ico.png) no-repeat;
}

@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1320px;
	}
	.syh-right {
		right: 8px;
		top: 10%;
	}
	.banner {
		height: 314px;
	}
	.banner .nav li {
		padding: 12px 0;
		border-radius: 16px;
		width: 170px;
		margin: 0 8px;
	}
	.banner .nav li b {
		font-size: 20px;
	}
	.banner .nav li p {
		margin-top: 5px;
		font-size: 14px;
	}
	.banner .nav {
		margin-top: 20px;
	}
	.banner .box {
		bottom: 28px;
	}
	.banner .time .web {
		font-size: 26px;
		margin-top: 5px;
	}
	.banner .time p {
		font-size: 31px;
	}
	.banner .time i {
		width: 2px;
		height: 18px;
		margin: 0 14px;
		margin-top: 10px;
	}
	.scroll-box {
		padding: 10px 14px;
	}
	.scroll-box .left {
		width: 104px;
		font-size: 14px;
		line-height: 20px;
	}
	.scroll-box .left i {
		width: 17px;
		height: 19px;
		margin-right: 3px;
		margin-top: 1px;
	}
	.scroll-box .right li {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin-right: 14px;
	}
	.scroll-box .right li i {
		width: 9px;
		height: 9px;
		margin-right: 6px;
	}
	.mt-32 {
		margin-top: 26px;
	}
	.public-title p {
		font-size: 41px;
	}
	.public-title .sub {
		font-size: 61px;
		top: -10px;
	}
	.live-center {
		margin-top: 60px;
		border-radius: 17px;
		padding: 32px 16px 50px;
	}
	.live-center .left {
		width: 676px;
		margin-top: -62px;
		border-radius: 14px;
		margin-right: 18px;
	}
	.live-center .left .image mark {
		top: 17px;
		right: 17px;
		padding: 0 11px;
		font-size: 17px;
		line-height: 39px;
		height: 41px;
	}
	.live-center .left .image mark i {
		width: 26px;
		height: 26px;
		margin-right: 5px;
		margin-top: 7px;
	}
	.live-center .left .text p {
		height: 60px;
		line-height: 58px;
		padding: 0 24px;
		font-size: 20px;
	}
	.live-center .left .text i {
		width: 38px;
		height: 29px;
		margin-right: 12px;
		margin-top: 15px;
	}
	.live-center .right {
		padding: 18px;
	}
	.live-title p {
		font-size: 19px;
	}
	.live-title .more {
		top: 3px;
		font-size: 14px;
	}
	.live-title .more i {
		width: 15px;
		height: 10px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.live-list .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.live-list .image mark {
		right: 7px;
		top: 7px;
		font-size: 13px;
		height: 22px;
		line-height: 21px;
		padding: 0 7px;
	}
	.live-list .item {
		margin-right: 11px;
	}
	.live-list ul {
		margin-right: -11px;
	}
	.live-list .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 11px;
	}
	.live-list li {
		margin-top: 22px;
	}
	.go-live a {
		width: 338px;
		height: 60px;
		border-radius: 30px;
		line-height: 58px;
		font-size: 22px;
	}
	.go-live {
		margin-top: -30px;
	}
	.part-AB-title .name .left b {
		font-size: 94px;
	}
	.part-AB-title .name .left {
		margin-right: 11px;
		font-size: 20px;
	}
	.part-AB-title .name .right {
		font-size: 34px;
		padding-top: 42px;
	}
	.part-AB-title .name {
		padding-left: 28px;
		padding-top: 4px;
		width: 342px;
	}
	.part-AB-title .all .right a {
		padding: 0 10px;
		height: 34px;
		line-height: 33px;
		font-size: 14px;
	}
	.part-AB-title .all .right a i {
		width: 15px;
		height: 10px;
		margin-left: 4px;
		margin-top: 12px;
	}
	.part-AB-title .all {
		padding-left: 22px;
		padding-right: 14px;
		padding-top: 47px;
	}
	.part-AB-title .all .left p {
		font-size: 14.3px;
		margin-top: 6px;
	}
	.title-bg {
		height: 158px;
		top: 34px;
	}
	.part-AB-box {
		padding: 27px 25px;
		margin-top: 10px;
		border-radius: 17px;
	}
	.box-top .left {
		width: 486px;
		margin-right: 18px;
		border-radius: 16px;
		padding: 14px;
	}
	.box-top .title p {
		font-size: 19px;
	}
	.box-top .title .more {
		top: 3px;
		font-size: 14px;
	}
	.box-top .title .more i {
		width: 15px;
		height: 10px;
		margin-left: 5px;
		margin-top: 3px;
	}
	.brands-list li .item {
		height: 56px;
		margin-right: 17px;
		margin-top: 17px;
	}
	.brands-list ul {
		margin-top: -17px;
		margin-right: -17px;
	}
	.box-top .right {
		border-radius: 16px;
		padding: 14px 14px 20px;
	}
	.pro-list li .item {
		margin-right: 14px;
		margin-top: 20px;
	}
	.pro-list ul {
		margin-right: -14px;
		margin-top: -20px;
	}
	.pro-list li .image .new {
		width: 26px;
		height: 26px;
	}
	.pro-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 8px;
	}
	.box-bottom {
		margin-top: 18px;
	}
	.box-bottom .swiper .item {
		margin-right: 16px;
	}
	.box-bottom .swiper {
		margin-right: -16px;
	}
	.box-bottom .swiper .image mark {
		right: 7px;
		top: 7px;
		font-size: 14px;
		line-height: 22px;
		height: 24px;
		padding: 0 6px;
	}
	.box-bottom .swiper .image .play {
		width: 48px;
		height: 48px;
		margin-top: -24px;
		margin-left: -24px;
	}
	.box-bottom .swiper .text {
		padding: 16px 12px 12px;
	}
	.box-bottom .swiper .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
		width: 32px;
		height: 42px;
		margin-top: -21px;
		background-size: 10px 18px;
	}
	.cloud-view {
		margin-top: 34px;
		border-radius: 17px;
		padding: 24px 26px;
	}
	.w-320 {
		width: 270px;
	}
	.view-list {
		padding: 0 17px;
	}
	.video-list li .image mark {
		right: 8px;
		top: 8px;
		font-size: 14px;
		line-height: 21px;
		height: 22px;
		padding: 0 6px;
	}
	.video-list li .text {
		padding: 16px 12px 12px;
	}
	.video-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list li {
		margin-top: 16px;
		border-radius: 14px;
	}
	.video-list li .image .play {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	.view-list li .text {
		padding: 14px 18px;
	}
	.view-list li .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.view-list li .text p i {
		width: 5px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
	}
	.view-list li .text .content {
		margin-top: 9px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.part4 {
		padding: 34px 0;
		background-position-y: 150px;
	}
	.yb-box {
		margin-top: -100px;
		border-radius: 17px;
		padding: 26px 34px 22px;
	}
	.yb-tab a {
		padding: 0 34px 18px;
	}
	.yb-tab .icon {
		height: 42px;
	}
	.yb-tab .txt {
		font-size: 16px;
		margin-top: 14px;
		line-height: 18px;
		height: 18px;
	}
	.yb-bot {
		margin-top: 22px;
	}
	.yb-bot li .item {
		margin-top: 17px;
		margin-right: 17px;
		border-radius: 14px;
		padding: 15px 16px;
	}
	.yb-bot ul {
		margin-right: -17px;
		margin-top: -17px;
	}
	.yb-bot li .image {
		width: 60px;
		height: 60px;
		margin-right: 14px;
	}
    .yb-bot li .text p {
    	font-size: 15px;
    	line-height: 17px;
    	height: 17px;
    	margin-top: 21px;
    }
	.yb-bot li .text .num {
		font-size: 15px;
		margin-top: 6px;
		line-height: 17px;
		height: 17px;
	}
	.yb-bot li .btn {
		right: 15px;
		width: 94px;
		height: 38px;
		line-height: 36px;
		font-size: 14px;
	}
	.yb-bot li .item:hover .btn {
		font-size: 15px;
	}
	.yb-bot li .text {
		padding-right: 98px;
	}
	.more-tp {
		margin-top: 22px;
	}
	.more-tp .left,.more-tp .right {
		width: 475px;
		height: 48px;
	}
	.more-tp .center {
		left: 475px;
		right: 475px;
		line-height: 48px;
		font-size: 17px;
	}
	.more-tp .center i {
		width: 20px;
		height: 20px;
		margin-top: 14px;
		margin-left: 8px;
	}
	.footLeft {
		width: 704px;
	}
	.footNav a {
		margin-right: 60px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 30px;
	}
	.Tophead .qws {
		margin-left: 10px;
	}
	.Tophead .qws a{
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}
	.Tophead .qws a::after {
		right: -17px;
		top: -9px;
		width: 47px;
		height: 18px;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1138px;
	}
	.syh-right {
		right: 8px;
		top: 10%;
	}
	.banner {
		height: 270px;
	}
	.banner .nav li {
		padding: 10px 0;
		border-radius: 12px;
		width: 146px;
		margin: 0 7px;
	}
	.banner .nav li b {
		font-size: 18px;
	}
	.banner .nav li p {
		margin-top: 5px;
		font-size: 12px;
	}
	.banner .nav {
		margin-top: 15px;
	}
	.banner .box {
		bottom: 24px;
	}
	.banner .time .web {
		font-size: 22px;
		margin-top: 3px;
	}
	.banner .time p {
		font-size: 26px;
	}
	.banner .time i {
		width: 2px;
		height: 16px;
		margin: 0 11px;
		margin-top: 7px;
	}
	.scroll-box {
		padding: 10px 14px;
	}
	.scroll-box .left {
		width: 104px;
		font-size: 14px;
		line-height: 20px;
	}
	.scroll-box .left i {
		width: 17px;
		height: 19px;
		margin-right: 3px;
		margin-top: 1px;
	}
	.scroll-box .right li {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin-right: 14px;
	}
	.scroll-box .right li i {
		width: 9px;
		height: 9px;
		margin-right: 6px;
	}
	.mt-32 {
		margin-top: 22px;
	}
	.public-title p {
		font-size: 35px;
	}
	.public-title .sub {
		font-size: 53px;
		top: -10px;
	}
	.live-center {
		margin-top: 50px;
		border-radius: 15px;
		padding: 28px 15px 44px;
	}
	.live-center .left {
		width: 584px;
		margin-top: -54px;
		border-radius: 12px;
		margin-right: 14px;
	}
	.live-center .left .image mark {
		top: 14px;
		right: 14px;
		padding: 0 8px;
		font-size: 15px;
		line-height: 34px;
		height: 35px;
		border-radius: 6px;
	}
	.live-center .left .image mark i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.live-center .left .text p {
		height: 52px;
		line-height: 50px;
		padding: 0 18px;
		font-size: 18px;
	}
	.live-center .left .text i {
		width: 33px;
		height: 25px;
		margin-right: 10px;
		margin-top: 12px;
	}
	.live-center .right {
		padding: 14px;
		border-radius: 12px;
	}
	.live-title p {
		font-size: 18px;
	}
	.live-title .more {
		top: 3px;
		font-size: 14px;
	}
	.live-title .more i {
		width: 15px;
		height: 10px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.live-list .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.live-list .image mark {
		right: 6px;
		top: 6px;
		font-size: 12px;
		height: 22px;
		line-height: 20px;
		padding: 0 7px;
	}
	.live-list .item {
		margin-right: 11px;
	}
	.live-list ul {
		margin-right: -11px;
	}
	.live-list .text p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.live-list li {
		margin-top: 18px;
	}
	.go-live a {
		width: 338px;
		height: 60px;
		border-radius: 30px;
		line-height: 58px;
		font-size: 22px;
	}
	.go-live {
		margin-top: -30px;
	}
	.part-AB-title {
		margin-top: 8px;
	}
	.part-AB-title .name .left b {
		font-size: 80px;
	}
	.part-AB-title .name .left {
		margin-right: 8px;
		font-size: 18px;
	}
	.part-AB-title .name .right {
		font-size: 29px;
		padding-top: 35px;
	}
	.part-AB-title .name {
		padding-left: 26px;
		padding-top: 4px;
		width: 294px;
	}
	.part-AB-title .all .right a {
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part-AB-title .all .right a i {
		width: 12px;
		height: 8px;
		margin-left: 3px;
		margin-top: 11px;
	}
	.part-AB-title .all {
		padding-left: 18px;
		padding-right: 12px;
		padding-top: 41px;
	}
	.part-AB-title .all .left p {
		font-size: 12.3px;
		margin-top: 4px;
	}
	.title-bg {
		height: 136px;
		top: 31px;
	}
	.part-AB-box {
		padding: 24px 23px;
		margin-top: 8px;
		border-radius: 15px;
	}
	.box-top .left {
		width: 420px;
		margin-right: 16px;
		border-radius: 12px;
		padding: 14px 14px 19px;
	}
	.box-top .title p {
		font-size: 19px;
	}
	.box-top .title .more {
		top: 3px;
		font-size: 13px;
	}
	.box-top .title .more i {
		width: 15px;
		height: 10px;
		margin-left: 5px;
		margin-top: 3px;
	}
	.brands-list li .item {
		height: 48px;
		margin-right: 12px;
		margin-top: 12px;
	}
	.brands-list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.box-top .right {
		border-radius: 12px;
		padding: 13px 13px 16px;
	}
	.pro-list li .item {
		margin-right: 10px;
		margin-top: 15px;
	}

	.pro-list ul {
		margin-right: -14px;
		margin-top: -15px;
	}
	.pro-list li .image .new {
		width: 26px;
		height: 26px;
	}
	.pro-list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.box-bottom {
		margin-top: 15px;
	}
	.box-bottom .swiper .item {
		margin-right: 15px;
	}
	.box-bottom .swiper {
		margin-right: -15px;
	}
	.box-bottom .swiper .image mark {
		right: 7px;
		top: 7px;
		font-size: 12px;
		line-height: 20px;
		height: 22px;
		padding: 0 6px;
	}
	.box-bottom .swiper .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.box-bottom .swiper .text {
		padding: 16px 12px 12px;
	}
	.box-bottom .swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
		width: 24px;
		height: 36px;
		margin-top: -18px;
		background-size: 10px 18px;
	}
	.part3 {
		margin-top: 30px;
	}
	.cloud-view {
		margin-top: 32px;
		border-radius: 15px;
		padding: 20px 22px;
	}
	.w-320 {
		width: 234px;
	}
	.view-list {
		padding: 0 17px;
	}
	.video-list li .image mark {
		right: 8px;
		top: 8px;
		font-size: 14px;
		line-height: 21px;
		height: 22px;
		padding: 0 6px;
	}
	.video-list li .text {
		padding: 16px 12px 12px;
	}
	.video-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list li {
		margin-top: 16px;
		border-radius: 14px;
	}
	.video-list li .image .play {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	.view-list li .text {
		padding: 12px 18px;
	}
	.view-list li .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.view-list li .text p i {
		width: 5px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
	}
	.view-list li .text .content {
		margin-top: 9px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.part4 {
		padding: 34px 0;
		background-position-y: 150px;
	}
	.yb-box {
		margin-top: -88px;
		border-radius: 15px;
		padding: 22px 30px 20px;
	}
	.yb-tab a {
		padding: 0 28px 14px;
	}
	.yb-tab .icon {
		height: 35px;
	}
	.yb-tab .txt {
		font-size: 14px;
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
	}
	.yb-tab a::after {
		height: 4px;
	}
	.yb-bot {
		margin-top: 18px;
	}
	.yb-bot li .item {
		margin-top: 14px;
		margin-right: 14px;
		border-radius: 12px;
		padding: 12px 13px;
	}
	.yb-bot ul {
		margin-right: -17px;
		margin-top: -17px;
	}
	.yb-bot li .image {
		width: 52px;
		height: 52px;
		margin-right: 12px;
	}
    .yb-bot li .text p {
    	font-size: 14px;
    	line-height: 16px;
    	height: 16px;
    	margin-top: 18px;
    }
	.yb-bot li .text .num {
		font-size: 13px;
		margin-top: 4px;
		line-height: 15px;
		height: 15px;
	}
	.yb-bot li .btn {
		right: 13px;
		width: 82px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.yb-bot li .item:hover .btn {
		font-size: 13px;
	}
	.yb-bot li .text {
		padding-right: 84px;
	}
	.more-tp {
		margin-top: 22px;
	}
	.more-tp .left, .more-tp .right {
		width: 410px;
		height: 41px;
	}
	.more-tp .center {
		left: 410px;
		right: 410px;
		line-height: 41px;
		font-size: 17px;
	}
	.more-tp .center i {
		width: 17px;
		height: 17px;
		margin-top: 12px;
		margin-left: 8px;
	}
	.footLeft {
		width: 704px;
	}
	.footNav a {
		margin-right: 60px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 30px;
	}
	.footLeft {
		width: 530px;
	}
	.footNav {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footRight-r {
		padding-left: 40px;
	}
	.footNav a {
		margin-right: 40px;
		line-height: 30px;
	}
	.footLeft ul li {
		margin-right: 5px;
		line-height: 1.2;
	}
	.footLeft ul li img {
		height: 28px;
		margin: 0 3px;
	}
	.footLeft ul li b {
		margin-right: 5px;
		width: 60px;
	}
	.footRight .title,.footRight-r .title {
		font-size: 18px;
	}
	.footRight ul li {
		line-height: 32px;
		font-size: 12px;
	}
	.footRight ul li i {
		width: 18px;
		height: 20px;
		margin-top: 6px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.lxqq {
		height: 98px;
	}
	.ybw {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.footRight {
		padding-left: 44px;
		padding-right: 30px;
		width: 224px;
	}
	.footRight-r ul li .image {
		width: 100px;
		height: 100px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	.foot {
		padding: 24px 0 14px;
	}
	.Tophead .qws {
		margin-left: 6px;
	}
	.Tophead .qws a{
		height: 36px;
		line-height: 36px;
		padding: 0 8px;
		font-size: 14px;
	}
	.Tophead .qws a::after {
		right: -17px;
		top: -9px;
		width: 47px;
		height: 18px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1138px;
	}
	.syh-right {
		right: 8px;
		top: 10%;
	}
	.banner {
		height: 270px;
	}
	.banner .nav li {
		padding: 10px 0;
		border-radius: 12px;
		width: 146px;
		margin: 0 7px;
	}
	.banner .nav li b {
		font-size: 18px;
	}
	.banner .nav li p {
		margin-top: 5px;
		font-size: 12px;
	}
	.banner .nav {
		margin-top: 15px;
	}
	.banner .box {
		bottom: 24px;
	}
	.banner .time .web {
		font-size: 22px;
		margin-top: 3px;
	}
	.banner .time p {
		font-size: 26px;
	}
	.banner .time i {
		width: 2px;
		height: 16px;
		margin: 0 11px;
		margin-top: 7px;
	}
	.scroll-box {
		padding: 10px 14px;
	}
	.scroll-box .left {
		width: 104px;
		font-size: 14px;
		line-height: 20px;
	}
	.scroll-box .left i {
		width: 17px;
		height: 19px;
		margin-right: 3px;
		margin-top: 1px;
	}
	.scroll-box .right li {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin-right: 14px;
	}
	.scroll-box .right li i {
		width: 9px;
		height: 9px;
		margin-right: 6px;
	}
	.mt-32 {
		margin-top: 22px;
	}
	.public-title p {
		font-size: 35px;
	}
	.public-title .sub {
		font-size: 53px;
		top: -10px;
	}
	.live-center {
		margin-top: 50px;
		border-radius: 15px;
		padding: 28px 15px 44px;
	}
	.live-center .left {
		width: 584px;
		margin-top: -54px;
		border-radius: 12px;
		margin-right: 14px;
	}
	.live-center .left .image mark {
		top: 14px;
		right: 14px;
		padding: 0 8px;
		font-size: 15px;
		line-height: 34px;
		height: 35px;
		border-radius: 6px;
	}
	.live-center .left .image mark i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.live-center .left .text p {
		height: 52px;
		line-height: 50px;
		padding: 0 18px;
		font-size: 18px;
	}
	.live-center .left .text i {
		width: 33px;
		height: 25px;
		margin-right: 10px;
		margin-top: 12px;
	}
	.live-center .right {
		padding: 14px;
		border-radius: 12px;
	}
	.live-title p {
		font-size: 18px;
	}
	.live-title .more {
		top: 3px;
		font-size: 14px;
	}
	.live-title .more i {
		width: 15px;
		height: 10px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.live-list .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.live-list .image mark {
		right: 6px;
		top: 6px;
		font-size: 12px;
		height: 22px;
		line-height: 20px;
		padding: 0 7px;
	}
	.live-list .item {
		margin-right: 11px;
	}
	.live-list ul {
		margin-right: -11px;
	}
	.live-list .text p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.live-list li {
		margin-top: 18px;
	}
	.go-live a {
		width: 338px;
		height: 60px;
		border-radius: 30px;
		line-height: 58px;
		font-size: 22px;
	}
	.go-live {
		margin-top: -30px;
	}
	.part-AB-title {
		margin-top: 8px;
	}
	.part-AB-title .name .left b {
		font-size: 80px;
	}
	.part-AB-title .name .left {
		margin-right: 8px;
		font-size: 18px;
	}
	.part-AB-title .name .right {
		font-size: 29px;
		padding-top: 35px;
	}
	.part-AB-title .name {
		padding-left: 26px;
		padding-top: 4px;
		width: 294px;
	}
	.part-AB-title .all .right a {
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part-AB-title .all .right a i {
		width: 12px;
		height: 8px;
		margin-left: 3px;
		margin-top: 11px;
	}
	.part-AB-title .all {
		padding-left: 18px;
		padding-right: 12px;
		padding-top: 41px;
	}
	.part-AB-title .all .left p {
		font-size: 12.3px;
		margin-top: 4px;
	}
	.title-bg {
		height: 136px;
		top: 31px;
	}
	.part-AB-box {
		padding: 24px 23px;
		margin-top: 8px;
		border-radius: 15px;
	}
	.box-top .left {
		width: 420px;
		margin-right: 16px;
		border-radius: 12px;
		padding: 14px 14px 19px;
	}
	.box-top .title p {
		font-size: 19px;
	}
	.box-top .title .more {
		top: 3px;
		font-size: 13px;
	}
	.box-top .title .more i {
		width: 15px;
		height: 10px;
		margin-left: 5px;
		margin-top: 3px;
	}
	.brands-list li .item {
		height: 48px;
		margin-right: 12px;
		margin-top: 12px;
	}
	.brands-list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.box-top .right {
		border-radius: 12px;
		padding: 13px 13px 16px;
	}
	.pro-list li .item {
		margin-right: 10px;
		margin-top: 15px;
	}

	.pro-list ul {
		margin-right: -14px;
		margin-top: -15px;
	}
	.pro-list li .image .new {
		width: 26px;
		height: 26px;
	}
	.pro-list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.box-bottom {
		margin-top: 15px;
	}
	.box-bottom .swiper .item {
		margin-right: 15px;
	}
	.box-bottom .swiper {
		margin-right: -15px;
	}
	.box-bottom .swiper .image mark {
		right: 7px;
		top: 7px;
		font-size: 12px;
		line-height: 20px;
		height: 22px;
		padding: 0 6px;
	}
	.box-bottom .swiper .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.box-bottom .swiper .text {
		padding: 16px 12px 12px;
	}
	.box-bottom .swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
		width: 24px;
		height: 36px;
		margin-top: -18px;
		background-size: 10px 18px;
	}
	.part3 {
		margin-top: 30px;
	}
	.cloud-view {
		margin-top: 32px;
		border-radius: 15px;
		padding: 20px 22px;
	}
	.w-320 {
		width: 234px;
	}
	.view-list {
		padding: 0 17px;
	}
	.video-list li .image mark {
		right: 8px;
		top: 8px;
		font-size: 14px;
		line-height: 21px;
		height: 22px;
		padding: 0 6px;
	}
	.video-list li .text {
		padding: 16px 12px 12px;
	}
	.video-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list li {
		margin-top: 16px;
		border-radius: 14px;
	}
	.video-list li .image .play {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	.view-list li .text {
		padding: 12px 18px;
	}
	.view-list li .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.view-list li .text p i {
		width: 5px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
	}
	.view-list li .text .content {
		margin-top: 9px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.part4 {
		padding: 34px 0;
		background-position-y: 150px;
	}
	.yb-box {
		margin-top: -88px;
		border-radius: 15px;
		padding: 22px 30px 20px;
	}
	.yb-tab a {
		padding: 0 28px 14px;
	}
	.yb-tab .icon {
		height: 35px;
	}
	.yb-tab .txt {
		font-size: 14px;
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
	}
	.yb-tab a::after {
		height: 4px;
	}
	.yb-bot {
		margin-top: 18px;
	}
	.yb-bot li .item {
		margin-top: 14px;
		margin-right: 14px;
		border-radius: 12px;
		padding: 12px 13px;
	}
	.yb-bot ul {
		margin-right: -17px;
		margin-top: -17px;
	}
	.yb-bot li .image {
		width: 52px;
		height: 52px;
		margin-right: 12px;
	}
    .yb-bot li .text p {
    	font-size: 14px;
    	line-height: 16px;
    	height: 16px;
    	margin-top: 18px;
    }
	.yb-bot li .text .num {
		font-size: 13px;
		margin-top: 4px;
		line-height: 15px;
		height: 15px;
	}
	.yb-bot li .btn {
		right: 13px;
		width: 82px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.yb-bot li .item:hover .btn {
		font-size: 13px;
	}
	.yb-bot li .text {
		padding-right: 84px;
	}
	.more-tp {
		margin-top: 22px;
	}
	.more-tp .left, .more-tp .right {
		width: 410px;
		height: 41px;
	}
	.more-tp .center {
		left: 410px;
		right: 410px;
		line-height: 41px;
		font-size: 17px;
	}
	.more-tp .center i {
		width: 17px;
		height: 17px;
		margin-top: 12px;
		margin-left: 8px;
	}

	.footNav a {
		margin-right: 60px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 30px;
	}
	.footLeft {
		width: 530px;
	}
	.footNav {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footRight-r {
		padding-left: 40px;
	}
	.footNav a {
		margin-right: 40px;
		line-height: 30px;
	}
	.footLeft ul li {
		margin-right: 5px;
		line-height: 1.2;
	}
	.footLeft ul li img {
		height: 28px;
		margin: 0 3px;
	}
	.footLeft ul li b {
		margin-right: 5px;
		width: 60px;
	}
	.footRight .title,.footRight-r .title {
		font-size: 18px;
	}
	.footRight ul li {
		line-height: 32px;
		font-size: 12px;
	}
	.footRight ul li i {
		width: 18px;
		height: 20px;
		margin-top: 6px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.lxqq {
		height: 98px;
	}
	.ybw {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.footRight {
		padding-left: 44px;
		padding-right: 30px;
		width: 224px;
	}
	.footRight-r ul li .image {
		width: 100px;
		height: 100px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	.foot {
		padding: 24px 0 14px;
	}
	.Tophead .qws {
		margin-left: 6px;
	}
	.Tophead .qws a{
		height: 36px;
		line-height: 36px;
		padding: 0 8px;
		font-size: 14px;
	}
	.Tophead .qws a::after {
		right: -17px;
		top: -9px;
		width: 47px;
		height: 18px;
	}
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1000px;
	}
	.syh-right {
		right: 8px;
		top: 10%;
	}
	.banner {
		height: 270px;
	}
	.banner .nav li {
		padding: 8px 0;
		border-radius: 12px;
		width: 130px;
		margin: 0 4px;
	}
	.banner .nav li b {
		font-size: 18px;
	}
	.banner .nav li p {
		margin-top: 5px;
		font-size: 12px;
	}
	.banner .nav {
		margin-top: 15px;
	}
	.banner .box {
		bottom: 24px;
	}
	.banner .time .web {
		font-size: 22px;
		margin-top: 3px;
	}
	.banner .time p {
		font-size: 26px;
	}
	.banner .time i {
		width: 2px;
		height: 16px;
		margin: 0 11px;
		margin-top: 7px;
	}
	.scroll-box {
		padding: 10px 14px;
	}
	.scroll-box .left {
		width: 104px;
		font-size: 14px;
		line-height: 20px;
	}
	.scroll-box .left i {
		width: 17px;
		height: 19px;
		margin-right: 3px;
		margin-top: 1px;
	}
	.scroll-box .right li {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin-right: 14px;
	}
	.scroll-box .right li i {
		width: 9px;
		height: 9px;
		margin-right: 6px;
	}
	.mt-32 {
		margin-top: 22px;
	}
	.public-title p {
		font-size: 35px;
	}
	.public-title .sub {
		font-size: 53px;
		top: -10px;
	}
	.live-center {
		margin-top: 50px;
		border-radius: 15px;
		padding: 28px 15px 44px;
	}
	.live-center .left {
		width: 512px;
		margin-top: -54px;
		border-radius: 12px;
		margin-right: 14px;
	}
	.live-center .left .image mark {
		top: 14px;
		right: 14px;
		padding: 0 8px;
		font-size: 15px;
		line-height: 34px;
		height: 35px;
		border-radius: 6px;
	}
	.live-center .left .image mark i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.live-center .left .text p {
		height: 52px;
		line-height: 50px;
		padding: 0 18px;
		font-size: 18px;
	}
	.live-center .left .text i {
		width: 33px;
		height: 25px;
		margin-right: 10px;
		margin-top: 12px;
	}
	.live-center .right {
		padding: 14px;
		border-radius: 12px;
	}
	.live-title p {
		font-size: 18px;
	}
	.live-title .more {
		top: 3px;
		font-size: 14px;
	}
	.live-title .more i {
		width: 15px;
		height: 10px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.live-list .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.live-list .image mark {
		right: 6px;
		top: 6px;
		font-size: 12px;
		height: 22px;
		line-height: 20px;
		padding: 0 7px;
	}
	.live-list .item {
		margin-right: 11px;
	}
	.live-list ul {
		margin-right: -11px;
	}
	.live-list .text p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.live-list li {
		margin-top: 18px;
	}
	.go-live a {
		width: 260px;
		height: 46px;
		border-radius: 30px;
		line-height: 42px;
		font-size: 18px;
	}
	.go-live {
		margin-top: -23px;
	}
	.part-AB-title {
		margin-top: 8px;
	}
	.part-AB-title .name .left b {
		font-size: 68px;
	}
	.part-AB-title .name .left {
		margin-right: 6px;
		font-size: 16px;
	}
	.part-AB-title .name .right {
		font-size: 23px;
		padding-top: 33px;
	}
	.part-AB-title .name {
		padding-left: 26px;
		padding-top: 4px;
		width: 250px;
	}
	.part-AB-title .all .right a {
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part-AB-title .all .right a i {
		width: 12px;
		height: 8px;
		margin-left: 3px;
		margin-top: 11px;
	}
	.part-AB-title .all {
		padding-left: 19px;
		padding-right: 12px;
		padding-top: 38px;
	}
	.part-AB-title .all .left p {
		font-size: 10.3px;
		margin-top: 4px;
	}
	.title-bg {
		height: 120px;
		top: 30px;
	}
	.part-AB-box {
		padding: 20px 18px;
		margin-top: 4px;
		border-radius: 15px;
	}
	.box-top .left {
		width: 368px;
		margin-right: 12px;
		border-radius: 12px;
		padding: 12px 12px 13px;
	}
	.box-top .title p {
		font-size: 19px;
	}
	.box-top .title .more {
		top: 3px;
		font-size: 13px;
	}
	.box-top .title .more i {
		width: 15px;
		height: 10px;
		margin-left: 5px;
		margin-top: 3px;
	}
	.brands-list li .item {
		height: 44px;
		margin-right: 12px;
		margin-top: 12px;
	}
	.brands-list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.box-top .right {
		border-radius: 12px;
		padding: 13px 13px 16px;
	}
	.pro-list li .item {
		margin-right: 10px;
		margin-top: 15px;
	}

	.pro-list ul {
		margin-right: -14px;
		margin-top: -15px;
	}
	.pro-list li .image .new {
		width: 26px;
		height: 26px;
	}
	.pro-list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.box-bottom {
		margin-top: 15px;
	}
	.box-bottom .swiper .item {
		margin-right: 15px;
	}
	.box-bottom .swiper {
		margin-right: -15px;
	}
	.box-bottom .swiper .image mark {
		right: 7px;
		top: 7px;
		font-size: 12px;
		line-height: 20px;
		height: 22px;
		padding: 0 6px;
	}
	.box-bottom .swiper .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.box-bottom .swiper .text {
		padding: 16px 12px 12px;
	}
	.box-bottom .swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
		width: 24px;
		height: 36px;
		margin-top: -18px;
		background-size: 10px 18px;
	}
	.part3 {
		margin-top: 30px;
	}
	.cloud-view {
		margin-top: 32px;
		border-radius: 15px;
		padding: 20px 22px;
	}
	.w-320 {
		width: 205px;
	}
	.view-list {
		padding: 0 17px;
	}
	.video-list li .image mark {
		right: 8px;
		top: 8px;
		font-size: 14px;
		line-height: 21px;
		height: 22px;
		padding: 0 6px;
	}
	.video-list li .text {
		padding: 16px 12px 12px;
	}
	.video-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list li {
		margin-top: 16px;
		border-radius: 14px;
	}
	.video-list li .image .play {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	.view-list li .text {
		padding: 10px 18px;
	}
	.view-list li .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.view-list li .text p i {
		width: 5px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
	}
	.view-list li .text .content {
		margin-top: 9px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.part4 {
		padding: 34px 0;
		background-position-y: 150px;
	}
	.yb-box {
		margin-top: -88px;
		border-radius: 15px;
		padding: 22px 30px 20px;
	}
	.yb-tab a {
		padding: 0 22px 14px;
	}
	.yb-tab .icon {
		height: 35px;
	}
	.yb-tab .txt {
		font-size: 14px;
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
	}
	.yb-tab a::after {
		height: 4px;
	}
	.yb-bot {
		margin-top: 18px;
	}
	.yb-bot li .item {
		margin-top: 14px;
		margin-right: 14px;
		border-radius: 12px;
		padding: 12px 13px;
	}
	.yb-bot ul {
		margin-right: -17px;
		margin-top: -17px;
	}
	.yb-bot li .image {
		width: 52px;
		height: 52px;
		margin-right: 12px;
	}
	.yb-bot li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 18px;
	}
	.yb-bot li .text .num {
		font-size: 13px;
		margin-top: 4px;
		line-height: 15px;
		height: 15px;
	}
	.yb-bot li .btn {
		right: 13px;
		width: 82px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.yb-bot li .item:hover .btn {
		font-size: 13px;
	}
	.yb-bot li .text {
		padding-right: 84px;
	}
	.more-tp {
		margin-top: 22px;
	}
	.more-tp .left, .more-tp .right {
		width: 410px;
		height: 41px;
	}
	.more-tp .center {
		left: 410px;
		right: 410px;
		line-height: 41px;
		font-size: 17px;
	}
	.more-tp .center i {
		width: 17px;
		height: 17px;
		margin-top: 12px;
		margin-left: 8px;
	}
	.footLeft {
		width: 560px;
	}
	.footNav {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footRight-r {
		padding-left: 0;
		width: 232px;
	}
	.footNav a {
		margin-right: 40px;
		line-height: 30px;
	}
	.footLeft ul li {
		margin-right: 5px;
		line-height: 1.2;
	}
	.footLeft ul li img {
		height: 28px;
		margin: 0 3px;
	}
	.footLeft ul li b {
		margin-right: 5px;
		width: 60px;
	}
	.footRight .title,.footRight-r .title {
		font-size: 18px;
	}
	.footRight ul li {
		line-height: 32px;
		font-size: 12px;
	}
	.footRight ul li i {
		width: 18px;
		height: 20px;
		margin-top: 6px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.lxqq {
		height: 98px;
	}
	.ybw {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 0;
		width: 170px;
	}
	.footRight-r ul li:nth-child(even) {
		margin-right: 0;
	}
	.footRight-r ul li .image {
		width: 100px;
		height: 100px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	.foot {
		padding: 24px 0 14px;
	}
	.Tophead .qws {
		margin-left: 6px;
	}
	.Tophead .qws a{
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 13px;
	}
	.Tophead .qws a::after {
		right: -17px;
		top: -6px;
		width: 40px;
		height: 15px;
	}

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.syh-right {
		right: 8px;
		top: 10%;
	}
	.banner {
		height: 270px;
	}
	.banner .nav li {
		padding: 8px 0;
		border-radius: 12px;
		width: 130px;
		margin: 0 4px;
	}
	.banner .nav li b {
		font-size: 18px;
	}
	.banner .nav li p {
		margin-top: 5px;
		font-size: 12px;
	}
	.banner .nav {
		margin-top: 15px;
	}
	.banner .box {
		bottom: 24px;
	}
	.banner .time .web {
		font-size: 22px;
		margin-top: 3px;
	}
	.banner .time p {
		font-size: 26px;
	}
	.banner .time i {
		width: 2px;
		height: 16px;
		margin: 0 11px;
		margin-top: 7px;
	}
	.scroll-box {
		padding: 10px 14px;
	}
	.scroll-box .left {
		width: 104px;
		font-size: 14px;
		line-height: 20px;
	}
	.scroll-box .left i {
		width: 17px;
		height: 19px;
		margin-right: 3px;
		margin-top: 1px;
	}
	.scroll-box .right li {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin-right: 14px;
	}
	.scroll-box .right li i {
		width: 9px;
		height: 9px;
		margin-right: 6px;
	}
	.mt-32 {
		margin-top: 22px;
	}
	.public-title p {
		font-size: 35px;
	}
	.public-title .sub {
		font-size: 53px;
		top: -10px;
	}
	.live-center {
		margin-top: 50px;
		border-radius: 15px;
		padding: 28px 15px 44px;
	}
	.live-center .left {
		width: 512px;
		margin-top: -54px;
		border-radius: 12px;
		margin-right: 14px;
	}
	.live-center .left .image mark {
		top: 14px;
		right: 14px;
		padding: 0 8px;
		font-size: 15px;
		line-height: 34px;
		height: 35px;
		border-radius: 6px;
	}
	.live-center .left .image mark i {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		margin-top: 8px;
	}
	.live-center .left .text p {
		height: 52px;
		line-height: 50px;
		padding: 0 18px;
		font-size: 18px;
	}
	.live-center .left .text i {
		width: 33px;
		height: 25px;
		margin-right: 10px;
		margin-top: 12px;
	}
	.live-center .right {
		padding: 14px;
		border-radius: 12px;
	}
	.live-title p {
		font-size: 18px;
	}
	.live-title .more {
		top: 3px;
		font-size: 14px;
	}
	.live-title .more i {
		width: 15px;
		height: 10px;
		margin-left: 6px;
		margin-top: 3px;
	}
	.live-list .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.live-list .image mark {
		right: 6px;
		top: 6px;
		font-size: 12px;
		height: 22px;
		line-height: 20px;
		padding: 0 7px;
	}
	.live-list .item {
		margin-right: 11px;
	}
	.live-list ul {
		margin-right: -11px;
	}
	.live-list .text p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.live-list li {
		margin-top: 18px;
	}
	.go-live a {
		width: 260px;
		height: 46px;
		border-radius: 30px;
		line-height: 42px;
		font-size: 18px;
	}
	.go-live {
		margin-top: -23px;
	}
	.part-AB-title {
		margin-top: 8px;
	}
	.part-AB-title .name .left b {
		font-size: 68px;
	}
	.part-AB-title .name .left {
		margin-right: 6px;
		font-size: 16px;
	}
	.part-AB-title .name .right {
		font-size: 23px;
		padding-top: 33px;
	}
	.part-AB-title .name {
		padding-left: 26px;
		padding-top: 4px;
		width: 250px;
	}
	.part-AB-title .all .right a {
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part-AB-title .all .right a i {
		width: 12px;
		height: 8px;
		margin-left: 3px;
		margin-top: 11px;
	}
	.part-AB-title .all {
		padding-left: 19px;
		padding-right: 12px;
		padding-top: 38px;
	}
	.part-AB-title .all .left p {
		font-size: 10.3px;
		margin-top: 4px;
	}
	.title-bg {
		height: 120px;
		top: 30px;
	}
	.part-AB-box {
		padding: 20px 18px;
		margin-top: 4px;
		border-radius: 15px;
	}
	.box-top .left {
		width: 368px;
		margin-right: 12px;
		border-radius: 12px;
		padding: 12px 12px 13px;
	}
	.box-top .title p {
		font-size: 19px;
	}
	.box-top .title .more {
		top: 3px;
		font-size: 13px;
	}
	.box-top .title .more i {
		width: 15px;
		height: 10px;
		margin-left: 5px;
		margin-top: 3px;
	}
	.brands-list li .item {
		height: 44px;
		margin-right: 12px;
		margin-top: 12px;
	}
	.brands-list ul {
		margin-top: -12px;
		margin-right: -12px;
	}
	.box-top .right {
		border-radius: 12px;
		padding: 13px 13px 16px;
	}
	.pro-list li .item {
		margin-right: 10px;
		margin-top: 15px;
	}

	.pro-list ul {
		margin-right: -14px;
		margin-top: -15px;
	}
	.pro-list li .image .new {
		width: 26px;
		height: 26px;
	}
	.pro-list li .text p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.box-bottom {
		margin-top: 15px;
	}
	.box-bottom .swiper .item {
		margin-right: 15px;
	}
	.box-bottom .swiper {
		margin-right: -15px;
	}
	.box-bottom .swiper .image mark {
		right: 7px;
		top: 7px;
		font-size: 12px;
		line-height: 20px;
		height: 22px;
		padding: 0 6px;
	}
	.box-bottom .swiper .image .play {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.box-bottom .swiper .text {
		padding: 16px 12px 12px;
	}
	.box-bottom .swiper .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.box-bottom .swiper-button-next, .box-bottom .swiper-button-prev {
		width: 24px;
		height: 36px;
		margin-top: -18px;
		background-size: 10px 18px;
	}
	.part3 {
		margin-top: 30px;
	}
	.cloud-view {
		margin-top: 32px;
		border-radius: 15px;
		padding: 20px 22px;
	}
	.w-320 {
		width: 205px;
	}
	.view-list {
		padding: 0 17px;
	}
	.video-list li .image mark {
		right: 8px;
		top: 8px;
		font-size: 14px;
		line-height: 21px;
		height: 22px;
		padding: 0 6px;
	}
	.video-list li .text {
		padding: 16px 12px 12px;
	}
	.video-list li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list li {
		margin-top: 16px;
		border-radius: 14px;
	}
	.video-list li .image .play {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	.view-list li .text {
		padding: 10px 18px;
	}
	.view-list li .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.view-list li .text p i {
		width: 5px;
		height: 20px;
		margin-top: 3px;
		margin-right: 10px;
	}
	.view-list li .text .content {
		margin-top: 9px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.part4 {
		padding: 34px 0;
		background-position-y: 150px;
	}
	.yb-box {
		margin-top: -88px;
		border-radius: 15px;
		padding: 22px 30px 20px;
	}
	.yb-tab a {
		padding: 0 22px 14px;
	}
	.yb-tab .icon {
		height: 35px;
	}
	.yb-tab .txt {
		font-size: 14px;
		margin-top: 12px;
		line-height: 16px;
		height: 16px;
	}
	.yb-tab a::after {
		height: 4px;
	}
	.yb-bot {
		margin-top: 18px;
	}
	.yb-bot li .item {
		margin-top: 14px;
		margin-right: 14px;
		border-radius: 12px;
		padding: 12px 13px;
	}
	.yb-bot ul {
		margin-right: -17px;
		margin-top: -17px;
	}
	.yb-bot li .image {
		width: 52px;
		height: 52px;
		margin-right: 12px;
	}
	.yb-bot li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 18px;
	}
	.yb-bot li .text .num {
		font-size: 13px;
		margin-top: 4px;
		line-height: 15px;
		height: 15px;
	}
	.yb-bot li .btn {
		right: 13px;
		width: 82px;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
	.yb-bot li .item:hover .btn {
		font-size: 13px;
	}
	.yb-bot li .text {
		padding-right: 84px;
	}
	.more-tp {
		margin-top: 22px;
	}
	.more-tp .left, .more-tp .right {
		width: 410px;
		height: 41px;
	}
	.more-tp .center {
		left: 410px;
		right: 410px;
		line-height: 41px;
		font-size: 17px;
	}
	.more-tp .center i {
		width: 17px;
		height: 17px;
		margin-top: 12px;
		margin-left: 8px;
	}
	.footLeft {
		width: 560px;
	}
	.footNav {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footRight-r {
		padding-left: 0;
		width: 232px;
	}
	.footNav a {
		margin-right: 40px;
		line-height: 30px;
	}
	.footLeft ul li {
		margin-right: 5px;
		line-height: 1.2;
	}
	.footLeft ul li img {
		height: 28px;
		margin: 0 3px;
	}
	.footLeft ul li b {
		margin-right: 5px;
		width: 60px;
	}
	.footRight .title,.footRight-r .title {
		font-size: 18px;
	}
	.footRight ul li {
		line-height: 32px;
		font-size: 12px;
	}
	.footRight ul li i {
		width: 18px;
		height: 20px;
		margin-top: 6px;
	}
	.footRight p b {
		font-size: 14px;
	}
	.lxqq {
		height: 98px;
	}
	.ybw {
		font-size: 12px;
		line-height: 24px;
		height: 24px;
	}
	.footRight {
		padding-left: 0;
		padding-right: 0;
		width: 170px;
	}
	.footRight-r ul li:nth-child(even) {
		margin-right: 0;
	}
	.footRight-r ul li .image {
		width: 100px;
		height: 100px;
	}
	.footRight-r ul li p {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	.foot {
		padding: 24px 0 14px;
	}
	.Tophead .qws {
		margin-left: 6px;
	}
	.Tophead .qws a{
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 13px;
	}
	.Tophead .qws a::after {
		right: -17px;
		top: -6px;
		width: 40px;
		height: 15px;
	}

}
